diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/te-go32.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 477a6d3..4f508ef 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,7 @@ -1999-07-21 Ian Lance Taylor <ian@zembu.com> +1999-07-21 Mark Elbrecht <snowball3@bigfoot.com> + + * config/te-go32.h (COFF_LONG_SECTION_NAMES): Define. - From Mark Elbrecht: * configure.bat: Remove; obsolete. * config/go32.cfg: Likewise. 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" |