mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* doc/as.texinfo (Overview): Add Xtensa --rename-section option.
This commit is contained in:
parent
844781a1be
commit
00e3c4762a
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user