]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/elf/
authorCary Coutant <ccoutant@google.com>
Fri, 24 Apr 2009 18:28:58 +0000 (18:28 +0000)
committerCary Coutant <ccoutant@google.com>
Fri, 24 Apr 2009 18:28:58 +0000 (18:28 +0000)
 * 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.

include/elf/ChangeLog
include/elf/dwarf2.h

index c7dc5e364770196a03ffdd419a1ba317cfde3172..eeaa880ffa423f8e00cbc9ca88bf05c927f75d3a 100644 (file)
@@ -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.
index f8d010b53d782d37128d321a4ff6d1c4a389c066..a7448dc7cf77afa498cc84659c6c22dd7616e453 100644 (file)
@@ -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,
This page took 0.03262 seconds and 5 git commands to generate.