aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-11-02 02:05:41 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-11-02 02:05:41 +0000
commit75bb16097b330d3c177c811c94751065ac073aa3 (patch)
treeef9a1c5033619aa5f0b1c3686edde89ac2b236eb
parent3663646b4d4dd615775aa6e84bd6c82779dfa8e6 (diff)
Fix APPLE LOCAL marker.apple/gcc-5301
git-svn-id: https://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 */