diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-14 15:38:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-14 15:38:32 +0000 |
commit | 41fd319a457f4f2e4409c09ab89e37fc60d2cf2c (patch) | |
tree | 2698c2a881fd4a89ff26e759415961ef0b7e3e63 /gas/config/te-interix.h | |
parent | cf8654428cfd37e3d388b580bff2743690053440 (diff) | |
download | gdb-41fd319a457f4f2e4409c09ab89e37fc60d2cf2c.zip gdb-41fd319a457f4f2e4409c09ab89e37fc60d2cf2c.tar.gz gdb-41fd319a457f4f2e4409c09ab89e37fc60d2cf2c.tar.bz2 |
1999-09-14 Donn Terry <donn@interix.com>
* config/te-interix.h (GLOBAL_OFFSET_TABLE_NAME): Define.
Diffstat (limited to 'gas/config/te-interix.h')
-rw-r--r-- | gas/config/te-interix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/te-interix.h b/gas/config/te-interix.h index 1f6a367..073ad24 100644 --- a/gas/config/te-interix.h +++ b/gas/config/te-interix.h @@ -6,6 +6,8 @@ /* The PE format supports long section names. */ #define COFF_LONG_SECTION_NAMES +#define GLOBAL_OFFSET_TABLE_NAME "__GLOBAL_OFFSET_TABLE_" + /* Both architectures use these */ #ifndef LOCAL_LABELS_FB #define LOCAL_LABELS_FB 1 |