Skip to content
  1. Apr 05, 2001
  2. Apr 04, 2001
  3. Apr 03, 2001
  4. Apr 02, 2001
  5. Mar 31, 2001
  6. Mar 30, 2001
  7. Mar 29, 2001
  8. Mar 28, 2001
  9. Mar 27, 2001
  10. Mar 26, 2001
    • Richard Levitte's avatar
      For mips3 and alpha, put the assembler file directives in separate · 1714c071
      Richard Levitte authored
      variables and disable the Alpha assembler for now, since it has been
      shown to fail.
      
      The Alpha failure can be shown by adding the following numbers:
      
      FFFFFFFFFFFFFF0000FF2E00000000EBFFFFFF0000D1
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46FFE0FFFF0000
      
      The result is:
      
      1FFFFFFFFFFFEFF0000FF2E0000000032FFE0FEFF00D1
      
      The result should really be:
      
      1FFFFFFFFFFFFFF0000FF2E0000000032FFE0FEFF00D1
      1714c071
  11. Mar 24, 2001
    • Richard Levitte's avatar
      make update · 4cc3d172
      Richard Levitte authored
      4cc3d172
    • Richard Levitte's avatar
      Bring in the following changes: · 3ae82255
      Richard Levitte authored
      ln on Solaris expects -f to come before -s.
      The linux-shared method is actually gcc-specific, so call it
      gnu-shared as well.
      
      When using the native tools on Solaris, make damn sure the native ld
      is used, even if the user has GNU ld earlier in his $PATH.
      3ae82255
    • Richard Levitte's avatar
      Bring in the following change: · 9bcab53f
      Richard Levitte authored
      gcc uses collect2, not ld, to link things.  Therefore, when using gcc
      there's no need fooling ourselves, it's the gnu-shared method that we
      should use.  Do it for Solaris to begin with.
      9bcab53f