aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-02 02:05:41 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-02 02:05:41 +0000
commit77c54bb1ed1773e19a40f4407cdd7248c057f0a4 (patch)
treeef9a1c5033619aa5f0b1c3686edde89ac2b236eb
parent5b9465acc8c482ecd27c44c3a7d285bb8f111d63 (diff)
Fix APPLE LOCAL marker.apple/gcc-5301
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@106372 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/i386/i386.h3
1 files changed, 2 insertions, 1 deletions
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 */