diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index e1c9e8a..c20bc0e 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1010,7 +1010,6 @@ machopic_select_section (tree exp, int reloc, { void (*base_function)(void); bool weak_p = DECL_P (exp) && DECL_WEAK (exp); - /* APPLE LOCAL begin mainline 2005-04-15 <radar 4078608> */ static void (* const base_funs[][2])(void) = { { text_section, text_coal_section }, { unlikely_text_section, text_unlikely_coal_section }, @@ -1018,7 +1017,6 @@ machopic_select_section (tree exp, int reloc, { const_data_section, const_data_coal_section }, { data_section, data_coal_section } }; - /* APPLE LOCAL end mainline 2005-04-15 <radar 4078608> */ if (reloc == 0 && (last_text_section == in_text_unlikely |