1. 05 Apr, 2001 1 commit
  2. 04 Apr, 2001 6 commits
  3. 03 Apr, 2001 5 commits
  4. 02 Apr, 2001 1 commit
  5. 31 Mar, 2001 2 commits
  6. 30 Mar, 2001 12 commits
  7. 29 Mar, 2001 4 commits
  8. 28 Mar, 2001 3 commits
  9. 27 Mar, 2001 2 commits
  10. 26 Mar, 2001 1 commit
    • 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. 24 Mar, 2001 3 commits
    • 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