diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-08 18:52:32 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-08 18:52:32 +0000 |
| commit | 8122f4a2c7f62c4c8588062ead9f5def6a54b952 (patch) | |
| tree | f38177fa578e8eb207df82101f8a77f3092f9705 /include | |
| parent | d233e0db455d134fdf7470a0295e95535d9423e7 (diff) | |
| download | ppe42-gcc-8122f4a2c7f62c4c8588062ead9f5def6a54b952.tar.gz ppe42-gcc-8122f4a2c7f62c4c8588062ead9f5def6a54b952.zip | |
Adjust last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188338 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
| -rw-r--r-- | include/dwarf2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h index 5bc6a92c6c6..2c1aeb6b912 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -333,6 +333,8 @@ enum dwarf_macro_record_type DW_MACRO_GNU_define_indirect = 5, DW_MACRO_GNU_undef_indirect = 6, DW_MACRO_GNU_transparent_include = 7, + /* Extensions for DWZ multifile. + See http://www.dwarfstd.org/ShowIssue.php?issue=120604.1&type=open . */ DW_MACRO_GNU_define_indirect_alt = 8, DW_MACRO_GNU_undef_indirect_alt = 9, DW_MACRO_GNU_transparent_include_alt = 10, |

