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/doc | |
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/doc')
-rw-r--r-- | gas/doc/as.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
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 |