diff options
author | Mark Wielaard <mark@klomp.org> | 2020-08-02 18:55:52 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-08-04 11:28:39 +0200 |
commit | 25b1f10d9b55de5dee002500a51e8fc1cd543d30 (patch) | |
tree | 72ac6d234144b127a281852456f86febcc25d12e | |
parent | 521894aa4bf50ca6569844af0c604ee8d5ea4b44 (diff) | |
download | gdb-25b1f10d9b55de5dee002500a51e8fc1cd543d30.zip gdb-25b1f10d9b55de5dee002500a51e8fc1cd543d30.tar.gz gdb-25b1f10d9b55de5dee002500a51e8fc1cd543d30.tar.bz2 |
gas: Fix as.texi typo infortmation
gas/ChangeLog:
* doc/as.texi (--gdwarf-[345]): Fix typo.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ea25923..a851205 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 13a7e5b..0dffb01 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -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 |