diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 01:41:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 01:41:00 +0000 |
commit | e9f56b1d20a0486ffc0ab6f28b6607fa56665c0f (patch) | |
tree | 412d40ef2a9cb88e1d60f716fe98b946015a1319 /gas/config/te-go32.h | |
parent | 242eabea02320aecd550be46e84c2d27d4395770 (diff) | |
download | gdb-e9f56b1d20a0486ffc0ab6f28b6607fa56665c0f.zip gdb-e9f56b1d20a0486ffc0ab6f28b6607fa56665c0f.tar.gz gdb-e9f56b1d20a0486ffc0ab6f28b6607fa56665c0f.tar.bz2 |
1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
* config/te-go32.h (COFF_LONG_SECTION_NAMES): Define.
Diffstat (limited to 'gas/config/te-go32.h')
-rw-r--r-- | gas/config/te-go32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/te-go32.h b/gas/config/te-go32.h index 49fbd2e..085c958 100644 --- a/gas/config/te-go32.h +++ b/gas/config/te-go32.h @@ -12,5 +12,7 @@ /* GAS should treat '.align value' as an alignment of 2**value */ #define USE_ALIGN_PTWO +#define COFF_LONG_SECTION_NAMES + /* these define interfaces */ #include "obj-format.h" |