* doc/as.texinfo (Overview): Add Xtensa --rename-section option.

This commit is contained in:
Bob Wilson 2007-10-16 18:33:09 +00:00
parent 844781a1be
commit 00e3c4762a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-10-16 Bob Wilson <bob.wilson@acm.org>
* doc/as.texinfo (Overview): Add Xtensa --rename-section option.
2007-10-16 Nick Clifton <nickc@redhat.com>
* config/obj-elf.c (obj_elf_type): Accept "common" as a valid

View File

@ -1185,6 +1185,10 @@ Enable or disable all assembler transformations of Xtensa instructions.
The default is @option{--transform};
@option{--no-transform} should be used only in the rare cases when the
instructions must be exactly as specified in the assembly source.
@item --rename-section @var{oldname}=@var{newname}
When generating output sections, rename the @var{oldname} section to
@var{newname}.
@end table
@end ifset