Remove Apple Local marker comments accidentally added to FSF mainline.

From-SVN: r98581
This commit is contained in:
Caroline Tice 2005-04-22 11:59:37 -07:00
parent c189e185d4
commit 411c88a2db
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -646,7 +646,6 @@ SECTION_FUNCTION (text_coal_section, \
in_text_coal, \
".section __TEXT,__textcoal_nt,coalesced," \
"pure_instructions", 0) \
/* APPLE LOCAL mainline 2005-04-15 <radar 4078608> */ \
SECTION_FUNCTION (text_unlikely_coal_section, \
in_text_unlikely_coal, \
".section __TEXT,__text_unlikely_coal," \