From 41fd319a457f4f2e4409c09ab89e37fc60d2cf2c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 14 Sep 1999 15:38:32 +0000 Subject: 1999-09-14 Donn Terry * config/te-interix.h (GLOBAL_OFFSET_TABLE_NAME): Define. --- gas/config/te-interix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/config') 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 -- cgit v1.1