Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gas/write.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    857857
    858858#ifdef BFD_ASSEMBLER
     859#ifndef __EMX__
     860/* UGLY HACK: FOR SOME REASON IT DOESN'T WORK WITH EMX,
     861   BUT IT LOOKS LIKE IT IS LIBBFD FAULT! LET'S WAIT TILL IT GETS FIXED. */
    859862        /* We can never adjust a reloc against a weak symbol.  If we
    860863           did, and the weak symbol was overridden by a real symbol
     
    866869            goto done;
    867870          }
     871#endif
    868872#endif
    869873
Note: See TracChangeset for help on using the changeset viewer.