]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add ability to report when a variable's value is uninitialized,
authorCaroline Tice <cmtice@google.com>
Fri, 18 May 2007 19:42:42 +0000 (19:42 +0000)
committerCaroline Tice <cmtice@google.com>
Fri, 18 May 2007 19:42:42 +0000 (19:42 +0000)
based on information provided by the compiler.  Also add new
DWARF OP, DW_OP_GNU_uninit, for this purpose.

include/elf/dwarf2.h

index 264952af1394e50fb9fd8db54a921837a4813796..2683f5131c740bcb0acf4f3e80bcbc5bebef71c1 100644 (file)
@@ -540,6 +540,7 @@ enum dwarf_location_atom
     DW_OP_bit_piece = 0x9d,
     /* GNU extensions.  */
     DW_OP_GNU_push_tls_address = 0xe0,
+    DW_OP_GNU_uninit     = 0xf0,
     /* HP extensions.  */
     DW_OP_HP_unknown     = 0xe0, /* Ouch, the same as GNU_push_tls_address.  */
     DW_OP_HP_is_value    = 0xe1,
This page took 0.032067 seconds and 5 git commands to generate.