diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 01:39:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 01:39:23 +0000 |
commit | 242eabea02320aecd550be46e84c2d27d4395770 (patch) | |
tree | df7c78a8fd9dc97a663e439d409171d9cc3a705f /bfd/coff-go32.c | |
parent | b4089fdd75a051bffc729255e2e383779abbb4ca (diff) | |
download | fsf-binutils-gdb-242eabea02320aecd550be46e84c2d27d4395770.zip fsf-binutils-gdb-242eabea02320aecd550be46e84c2d27d4395770.tar.gz fsf-binutils-gdb-242eabea02320aecd550be46e84c2d27d4395770.tar.bz2 |
1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
* coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
COFF_SUPPORT_GNU_LINKONCE, mark sections whose names begin with
.gnu.linkonce with SEC_LINKONCE and SEC_LINK_DUPLICATES_DISCARD.
* coff-go32.c: (COFF_LONG_SECTION_NAMES): Define.
(COFF_SUPPORT_GNU_LINKONCE): Define.
* coff-stgo32.c: (COFF_LONG_SECTION_NAMES): Define.
(COFF_SUPPORT_GNU_LINKONCE): Define.
Diffstat (limited to 'bfd/coff-go32.c')
-rw-r--r-- | bfd/coff-go32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/coff-go32.c b/bfd/coff-go32.c index be4adb2..0b783a0 100644 --- a/bfd/coff-go32.c +++ b/bfd/coff-go32.c @@ -21,5 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_SYM go32coff_vec #define TARGET_NAME "coff-go32" #define TARGET_UNDERSCORE '_' +#define COFF_LONG_SECTION_NAMES +#define COFF_SUPPORT_GNU_LINKONCE #include "coff-i386.c" |