Re: Sync libiberty and include with GCC for get_DW_UT_name
authorAlan Modra <amodra@gmail.com>
Fri, 25 Sep 2020 00:30:01 +0000 (10:00 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 25 Sep 2020 02:25:00 +0000 (11:55 +0930)
* dwarf.h (DW_FIRST_UT, DW_UT, DW_END_UT): Define.

elfcpp/ChangeLog
elfcpp/dwarf.h

index e65f69b776a40f585b50bbd1c11f30bf681f675f..87e4fc8698f88e8fee68ee74f029be24860c6d43 100644 (file)
@@ -1,3 +1,7 @@
+2020-09-25  Alan Modra  <amodra@gmail.com>
+
+       * dwarf.h (DW_FIRST_UT, DW_UT, DW_END_UT): Define.
+
 2020-08-26  Cooper Qu  <cooper.qu@linux.alibaba.com>
 
         * elfcpp.h (enum SHT): New enum SHT_CSKY_ATTRIBUTES.
index 1221f37f8a60f18fb23a718e430d7e16867000bb..d5e06d4d7d30a19b9de283de79b830137b4b6aca 100644 (file)
@@ -81,6 +81,11 @@ namespace elfcpp
 #define DW_IDX_DUP(name, value) , name = value
 #define DW_END_IDX };
 
+#define DW_FIRST_UT(name, value) enum dwarf_unit_type { \
+  name = value
+#define DW_UT(name, value) , name = value
+#define DW_END_UT };
+
 #include "dwarf2.def"
 
 #undef DW_FIRST_TAG
@@ -117,6 +122,10 @@ namespace elfcpp
 #undef DW_IDX_DUP
 #undef DW_END_IDX
 
+#undef DW_FIRST_UT
+#undef DW_UT
+#undef DW_END_UT
+
 // Frame unwind information.
 
 enum DW_EH_PE