aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/darwin.c5
-rw-r--r--gcc/config/darwin.h2
-rw-r--r--gcc/config/rs6000/rs6000.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index 9d00af75605..3ba0dc41b3f 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -94,8 +94,10 @@ enum darwin_builtins
sizeof(bool) to be 1. */
const char *darwin_one_byte_bool = 0;
-/* APPLE LOCAL pragma reverse_bitfields */
+/* APPLE LOCAL begin pragma reverse_bitfields */
+/* Shouldn't there be a comment here? */
int darwin_reverse_bitfields = 0;
+/* APPLE LOCAL end pragma reverse_bitfields */
int
name_needs_quotes (const char *name)
@@ -108,6 +110,7 @@ name_needs_quotes (const char *name)
}
/* Return true if SYM_REF can be used without an indirection. */
+/* APPLE LOCAL what is this change for? */
int
machopic_symbol_defined_p (rtx sym_ref)
{
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index a0a53ff3a00..bb310d54c38 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -1268,7 +1268,9 @@ enum machopic_addr_class {
c_register_pragma (0, "reverse_bitfields", \
darwin_pragma_reverse_bitfields); \
/* APPLE LOCAL end pragma reverse_bitfields */ \
+ /* APPLE LOCAL begin too many changes confuse diff */ \
} while (0)
+/* APPLE LOCAL end too many changes confuse diff */
/* APPLE LOCAL begin insert assembly ".abort" directive on fatal error */
#define EXIT_FROM_FATAL_DIAGNOSTIC(status) abort_assembly_and_exit (status)
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index b7b8b91b03c..aaf61afd82c 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -20437,8 +20437,8 @@ rs6000_binds_local_p (tree decl)
/* APPLE LOCAL begin kext treat vtables as overridable */
return default_binds_local_p_1 (decl,
flag_apple_kext && lang_hooks.vtable_p (decl));
- /* APPLE LOCAL end kext treat vtables as overridable */
}
+/* APPLE LOCAL end kext treat vtables as overridable */
/* APPLE LOCAL begin pragma reverse_bitfields */
/* Pragma reverse_bitfields. For compatibility with CW.