Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2009-04-24 22:28:58 +0400
committerCary Coutant <ccoutant@google.com>2009-04-24 22:28:58 +0400
commit546065b39f8580633cb7f48e27219af1230ebae3 (patch)
tree49bde1ac354828ec769947c42fa605c4fcf8dfe8 /include/elf
parentfc49eaf437f0cf5f032cd9bfb3d9ac005545544f (diff)
include/elf/
* dwarf2.h (DW_LNE_set_discriminator): New enum value. binutils/ * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator. Add missing newlines to HP extensions.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/dwarf2.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index c7dc5e364..eeaa880ff 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-24 Cary Coutant <ccoutant@google.com>
+
+ * dwarf2.h (DW_LNE_set_discriminator): New enum value.
+
2009-04-15 Anthony Green <green@moxielogic.com>
* common.h (EM_MOXIE): Define.
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h
index f8d010b53..a7448dc7c 100644
--- a/include/elf/dwarf2.h
+++ b/include/elf/dwarf2.h
@@ -709,6 +709,7 @@ enum dwarf_line_number_x_ops
DW_LNE_end_sequence = 1,
DW_LNE_set_address = 2,
DW_LNE_define_file = 3,
+ DW_LNE_set_discriminator = 4,
/* HP extensions. */
DW_LNE_HP_negate_is_UV_update = 0x11,
DW_LNE_HP_push_context = 0x12,