diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-10-16 18:33:09 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-10-16 18:33:09 +0000 |
commit | 00e3c4762a82955619b08df3d17e871f3907eb5c (patch) | |
tree | 741bda98cd3852ed6ba888c3796e1a6bca1b0e1b /gas | |
parent | 844781a1bed001865515739fc576c268af2127d6 (diff) | |
download | gdb-00e3c4762a82955619b08df3d17e871f3907eb5c.zip gdb-00e3c4762a82955619b08df3d17e871f3907eb5c.tar.gz gdb-00e3c4762a82955619b08df3d17e871f3907eb5c.tar.bz2 |
* doc/as.texinfo (Overview): Add Xtensa --rename-section option.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e7e639..49ba40b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 5a91452..5d426ee 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 |