summaryrefslogtreecommitdiff
path: root/gnu/egcs
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-09-05 08:22:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-09-05 08:22:37 +0000
commitb52d06f3372cb4ec3ab32061dd2269f67786157a (patch)
tree2311afa08692830af2be6b8aeb3f267db9a68aef /gnu/egcs
parentab56f2cb25f6a09e5571ab12fc5030139a63ff23 (diff)
Use __GLOBAL_OFFSET_TABLE_ consistently.
Diffstat (limited to 'gnu/egcs')
-rw-r--r--gnu/egcs/gcc/config/i386/openbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/i386/openbsd.h b/gnu/egcs/gcc/config/i386/openbsd.h
index dc84f892c16..f70f9055060 100644
--- a/gnu/egcs/gcc/config/i386/openbsd.h
+++ b/gnu/egcs/gcc/config/i386/openbsd.h
@@ -72,7 +72,7 @@ Boston, MA 02111-1307, USA. */
i386.md for an explanation of the expression this outputs. */
#undef ASM_OUTPUT_ADDR_DIFF_ELT
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
- fprintf (FILE, "\t.long _GLOBAL_OFFSET_TABLE_+[.-%s%d]\n", LPREFIX, VALUE)
+ fprintf (FILE, "\t.long __GLOBAL_OFFSET_TABLE_+[.-%s%d]\n", LPREFIX, VALUE)
/* Assembler format: sections. */