mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
gas: Fix as.texi typo infortmation
gas/ChangeLog: * doc/as.texi (--gdwarf-[345]): Fix typo.
This commit is contained in:
parent
521894aa4b
commit
25b1f10d9b
@ -1,3 +1,7 @@
|
||||
2020-08-02 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* doc/as.texi (--gdwarf-[345]): Fix typo.
|
||||
|
||||
2020-08-03 Jozef Lawrynowicz <jozef.l@mittosystems.com>
|
||||
|
||||
* config/tc-msp430.c (OPTION_MOVE_DATA): Remove.
|
||||
|
@ -768,21 +768,21 @@ option is only supported by some targets, not all of them.
|
||||
This option is the same as the @option{--gdwarf-2} option, except that it
|
||||
allows for the possibility of the generation of extra debug information as per
|
||||
version 3 of the DWARF specification. Note - enabling this option does not
|
||||
guarantee the generation of any extra infortmation, the choice to do so is on a
|
||||
guarantee the generation of any extra information, the choice to do so is on a
|
||||
per target basis.
|
||||
|
||||
@item --gdwarf-4
|
||||
This option is the same as the @option{--gdwarf-2} option, except that it
|
||||
allows for the possibility of the generation of extra debug information as per
|
||||
version 4 of the DWARF specification. Note - enabling this option does not
|
||||
guarantee the generation of any extra infortmation, the choice to do so is on a
|
||||
guarantee the generation of any extra information, the choice to do so is on a
|
||||
per target basis.
|
||||
|
||||
@item --gdwarf-5
|
||||
This option is the same as the @option{--gdwarf-2} option, except that it
|
||||
allows for the possibility of the generation of extra debug information as per
|
||||
version 5 of the DWARF specification. Note - enabling this option does not
|
||||
guarantee the generation of any extra infortmation, the choice to do so is on a
|
||||
guarantee the generation of any extra information, the choice to do so is on a
|
||||
per target basis.
|
||||
|
||||
@item --gdwarf-sections
|
||||
|
Loading…
Reference in New Issue
Block a user