mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* config/tc-ppc.c (ppc_pe_section): Comment out code assigning
coff section flag values to bfd section flag.
This commit is contained in:
parent
b48516f9cd
commit
8d452c7870
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user