From 77c54bb1ed1773e19a40f4407cdd7248c057f0a4 Mon Sep 17 00:00:00 2001 From: geoffk Date: Wed, 2 Nov 2005 02:05:41 +0000 Subject: Fix APPLE LOCAL marker. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@106372 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/i386.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index c671e5b4694..d667e5924c8 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -142,8 +142,9 @@ extern int target_flags; /* Unused: 0x03e0000 */ -/* APPLE LOCAL AT&T-style stub 4164563 */ +/* APPLE LOCAL begin AT&T-style stub 4164563 */ #define MACHOPIC_NL_SYMBOL_PTR_SECTION ".section __IMPORT,__pointers,non_lazy_symbol_pointers" +/* APPLE LOCAL end AT&T-style stub 4164563 */ /* ... overlap with subtarget options starts by 0x04000000. */ #define MASK_NO_RED_ZONE 0x04000000 /* Do not use red zone */ -- cgit v1.2.3