[gcc(refs/users/aoliva/heads/testbase)] [Ada] remove last traces of -auxbase

Alexandre Oliva aoliva@gcc.gnu.org
Thu Jun 4 07:30:55 GMT 2020


https://gcc.gnu.org/g:578c013aa697cb81a46e9b335ce61c82c009c77f

commit 578c013aa697cb81a46e9b335ce61c82c009c77f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Jun 2 15:36:49 2020 -0300

    [Ada] remove last traces of -auxbase
    
    Remove occurrences of auxbase that remained in comments.
    
    
    for  gcc/ada/ChangeLog
    
            * lib.ads (Compilation_Switches): Remove -auxbase from
            comments.
            * switch.ads (Is_Internal_GCC_Switch): Likewise.

Diff:
---
 gcc/ada/lib.ads    | 2 +-
 gcc/ada/switch.ads | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/lib.ads b/gcc/ada/lib.ads
index 8376d7a6626..47b6867b6c1 100644
--- a/gcc/ada/lib.ads
+++ b/gcc/ada/lib.ads
@@ -998,7 +998,7 @@ private
    --  The following table records the compilation switches used to compile
    --  the main unit. The table includes only switches. It excludes -o
    --  switches as well as artifacts of the gcc/gnat1 interface such as
-   --  -quiet, -dumpbase, or -auxbase.
+   --  -quiet, or -dumpbase.
 
    --  This table is set as part of the compiler argument scanning in
    --  Back_End. It can also be reset in -gnatc mode from the data in an
diff --git a/gcc/ada/switch.ads b/gcc/ada/switch.ads
index aa8b283410e..7fdfb522290 100644
--- a/gcc/ada/switch.ads
+++ b/gcc/ada/switch.ads
@@ -77,7 +77,7 @@ package Switch is
 
    function Is_Internal_GCC_Switch (Switch_Chars : String) return Boolean;
    --  Returns True iff Switch_Chars represents an internal GCC switch to be
-   --  followed by a single argument, such as -dumpbase, --param or -auxbase.
+   --  followed by a single argument, such as -dumpbase, or --param.
    --  Even though passed by the "gcc" driver, these need not be stored in ALI
    --  files and may safely be ignored by non GCC back-ends.


More information about the Gcc-cvs mailing list