* config/tc-ppc.c (ppc_pe_section): Comment out code assigning

coff section flag values to bfd section flag.
This commit is contained in:
Alan Modra 2007-07-02 02:11:56 +00:00
parent b48516f9cd
commit 8d452c7870
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-07-02 Alan Modra <amodra@bigpond.net.au>
* config/tc-ppc.c (ppc_pe_section): Comment out code assigning
coff section flag values to bfd section flag.
2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
* aclocal.m4: Regenerated.

View File

@ -4568,7 +4568,7 @@ ppc_pe_section (int ignore ATTRIBUTE_UNUSED)
case 'R': /* Remove section at link time */
flags |= SEC_NEVER_LOAD;
break;
#if IFLICT_BRAIN_DAMAGE
/* Section Protection */
case 'r': /* section is readable */
flags |= IMAGE_SCN_MEM_READ;
@ -4612,7 +4612,7 @@ ppc_pe_section (int ignore ATTRIBUTE_UNUSED)
flags |= IMAGE_SCN_ALIGN_64BYTES;
align = 6;
break;
#endif
default:
as_bad (_("unknown section attribute '%c'"),
*input_line_pointer);
@ -4638,7 +4638,6 @@ ppc_pe_section (int ignore ATTRIBUTE_UNUSED)
}
bfd_set_section_alignment (stdoutput, sec, align);
}
static void