[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h
Jim Laskey
jlaskey at apple.com
Mon Aug 21 14:18:27 PDT 2006
Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.9 -> 1.10
---
Log message:
Adding new Dwarf constants.
---
Diffs of the changes: (+3 -2)
Dwarf.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Support/Dwarf.h
diff -u llvm/include/llvm/Support/Dwarf.h:1.9 llvm/include/llvm/Support/Dwarf.h:1.10
--- llvm/include/llvm/Support/Dwarf.h:1.9 Wed Jul 26 11:18:00 2006
+++ llvm/include/llvm/Support/Dwarf.h Mon Aug 21 16:18:10 2006
@@ -202,7 +202,8 @@
DW_AT_elemental = 0x66,
DW_AT_pure = 0x67,
DW_AT_recursive = 0x68,
- DW_AT_sf_names = 0x2101,
+ DW_AT_MIPS_linkage_name = 0x2007,
+ DW_AT_sf_names = 0x2101,
DW_AT_src_info = 0x2102,
DW_AT_mac_info = 0x2103,
DW_AT_src_coords = 0x2104,
@@ -211,7 +212,7 @@
DW_AT_GNU_vector = 0x2107,
DW_AT_lo_user = 0x2000,
DW_AT_hi_user = 0x3fff,
-
+
// Attribute form encodings
DW_FORM_addr = 0x01,
DW_FORM_block2 = 0x03,
More information about the llvm-commits
mailing list