From 25b1f10d9b55de5dee002500a51e8fc1cd543d30 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 2 Aug 2020 18:55:52 +0200 Subject: gas: Fix as.texi typo infortmation gas/ChangeLog: * doc/as.texi (--gdwarf-[345]): Fix typo. --- gas/ChangeLog | 4 ++++ 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 + + * doc/as.texi (--gdwarf-[345]): Fix typo. + 2020-08-03 Jozef Lawrynowicz * 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 -- cgit v1.1