aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-09-25 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-09-25 00:16:27 +0000
commita2b7397b501378815d1b6c5beb7cbda21f2e4ad7 (patch)
treebb833290f8ccd0cb3af463c97e49941dd8f5d318 /include
parent942ab9e9d4ff1da711daad3e8c71c57fd4c14035 (diff)
downloadgcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.zip
gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.tar.gz
gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.tar.bz2
Daily bump.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 757c39f..41e3b76 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2020-09-24 Mark Wielaard <mark@klomp.org>
+
+ * dwarf2.def: Add DWARF5 Unit type header encoding macros
+ DW_UT_FIRST, DW_UT and DW_UT_END.
+ * dwarf2.h (enum dwarf_unit_type): Removed and define using
+ DW_UT_FIRST, DW_UT and DW_UT_END macros.
+ (DW_CIE_VERSION): Removed.
+ (get_DW_UT_name): New function declaration.
+
2020-09-15 Tobias Burnus <tobias@codesourcery.com>
PR fortran/96668