diff options
-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 |