From: bwilson Date: Tue, 16 Oct 2007 18:33:09 +0000 (+0000) Subject: * doc/as.texinfo (Overview): Add Xtensa --rename-section option. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=643db78366caa75b1586cee455747f6b7107906a;p=pf3gnuchains%2Fpf3gnuchains3x.git * doc/as.texinfo (Overview): Add Xtensa --rename-section option. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e7e6391d9..49ba40b225 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-10-16 Bob Wilson + + * doc/as.texinfo (Overview): Add Xtensa --rename-section option. + 2007-10-16 Nick Clifton * config/obj-elf.c (obj_elf_type): Accept "common" as a valid diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 5a9145236f..5d426ee01c 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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