]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Oct 2021 00:17:57 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Oct 2021 00:17:57 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 93df3df620269a27711c47c7b3494be6af983ce6..5e33609967097c5e55b0cf143397788a292a3d3a 100644 (file)
@@ -1 +1 @@
-20210930
+20211001
index 07ad12689233bb5104f8458159f360fe144d9820..f913b4d7e6ff30791f9956f4b8739e9a3c83c21c 100644 (file)
@@ -1,3 +1,83 @@
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * libgnat/s-dwalin.adb (Parse_Header): Tweak comments.
+       (Read_Entry_Format_Array): Tweak exception message.
+       (Symbolic_Address.Set_Result): Likewise.
+
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * libgnat/s-dwalin.adb (To_File_Name): Fetch only the last string
+       from the .debug_line_str section.
+       (Symbolic_Address.Set_Result): Likewise.
+
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * libgnat/s-dwalin.adb (Skip_Form): Fix cases of DW_FORM_addrx
+       and DW_FORM_implicit_const.  Replace Constraint_Error with
+       Dwarf_Error.
+
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * libgnat/s-objrea.adb (Get_Load_Address): Return 0 for ELF.
+
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * adaint.c (__gnat_get_executable_load_address): Add Win32 support.
+       * libgnat/s-objrea.ads (Get_Xcode_Bounds): Fix typo in comment.
+       (Object_File): Minor reformatting.
+       (ELF_Object_File): Uncomment predicate.
+       (PECOFF_Object_File): Likewise.
+       (XCOFF32_Object_File): Likewise.
+       * libgnat/s-objrea.adb: Minor reformatting throughout.
+       (Get_Load_Address): Implement for PE-COFF.
+       * libgnat/s-dwalin.ads: Remove clause for System.Storage_Elements
+       and use consistent wording in comments.
+       (Dwarf_Context): Set type of Low, High and Load_Address to Address.
+       * libgnat/s-dwalin.adb (Get_Load_Displacement): New function.
+       (Is_Inside): Call Get_Load_Displacement.
+       (Low_Address): Likewise.
+       (Open): Adjust to type change.
+       (Aranges_Lookup): Change type of Addr to Address.
+       (Read_Aranges_Entry): Likewise for Start and adjust.
+       (Enable_Cach): Adjust to type change.
+       (Symbolic_Address): Change type of Addr to Address.
+       (Symbolic_Traceback): Call Get_Load_Displacement.
+
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * libgnat/s-dwalin.ads: Remove clause for Ada.Exceptions.Traceback,
+       add clause for System.Traceback_Entries and alphabetize.
+       (AET): Delete.
+       (STE): New package renaming.
+       (Symbolic_Traceback): Adjust.
+       * libgnat/s-dwalin.adb: Remove clauses for Ada.Exceptions.Traceback
+       and System.Traceback_Entries.
+       (Symbolic_Traceback): Adjust.
+
+2021-09-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * libgnat/s-dwalin.ads: Adjust a few comments left and right.
+       (Line_Info_Register): Comment out unused components.
+       (Line_Info_Header): Add DWARF 5 support.
+       (Dwarf_Context): Likewise.  Rename "prologue" into "header".
+       * libgnat/s-dwalin.adb: Alphabetize "with" clauses.
+       (DWARF constants): Add DWARF 5 support and reorder.
+       (For_Each_Row): Adjust.
+       (Initialize_Pass): Likewise.
+       (Initialize_State_Machine): Likewise and fix typo.
+       (Open): Add DWARF 5 support.
+       (Parse_Prologue): Rename into...
+       (Parse_Header): ...this and add DWARF 5 support.
+       (Read_And_Execute_Isn): Rename into...
+       (Read_And_Execute_Insn): ...this and adjust.
+       (To_File_Name): Change parameter name and add DWARF 5 support.
+       (Read_Entry_Format_Array): New procedure.
+       (Skip_Form): Add DWARF 5 support and reorder.
+       (Seek_Abbrev): Do not count entries and add DWARF 5 support.
+       (Debug_Info_Lookup): Add DWARF 5 support.
+       (Symbolic_Address.Set_Result): Likewise.
+       (Symbolic_Address): Adjust.
+
 2021-09-14  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/101970
index 9c1675356dd3d7898566ccce0c2c1342869d94c5..02f702352cebd1329d700e1b174e62b62eb7e2e5 100644 (file)
@@ -1,3 +1,11 @@
+2021-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102520
+       * array.c (expand_constructor): Do not dereference NULL pointer.
+
 2021-09-21  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 8954516bb411e43954b5ec1170e60c763ee21246..10bea36791f5d156bd7267d4b5eabf10184f7293 100644 (file)
@@ -1,3 +1,11 @@
+2021-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102520
+       * gfortran.dg/pr102520.f90: New test.
+
 2021-09-29  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master: