From 00e3c4762a82955619b08df3d17e871f3907eb5c Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 16 Oct 2007 18:33:09 +0000 Subject: [PATCH] * doc/as.texinfo (Overview): Add Xtensa --rename-section option. --- gas/ChangeLog | 4 ++++ gas/doc/as.texinfo | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.34.1