summaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorMichal Ludvig <mludvig@suse.cz>2002-05-31 15:28:33 +0000
committerMichal Ludvig <mludvig@suse.cz>2002-05-31 15:28:33 +0000
commit2b8f80cc6db89c63102305c868c03b54cb813ac4 (patch)
tree8799dc2cd56bcb49fe2f3470aa10d417e9ccd89c /include/elf
parent5e9e5c4c8147a7807bcb860ddefa3413da51995b (diff)
downloadgdb-2b8f80cc6db89c63102305c868c03b54cb813ac4.tar.gz
2002-05-31 Michal Ludvig <mludvig@suse.cz>
* elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed to DW_CFA_lo_user, DW_CFA_hi_user respectively.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/dwarf2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h
index 750a7204ebf..0e78310c69f 100644
--- a/include/elf/dwarf2.h
+++ b/include/elf/dwarf2.h
@@ -649,8 +649,8 @@ enum dwarf_call_frame_info
#define DW_CIE_VERSION 1
#define DW_CFA_extended 0
-#define DW_CFA_low_user 0x1c
-#define DW_CFA_high_user 0x3f
+#define DW_CFA_lo_user 0x1c
+#define DW_CFA_hi_user 0x3f
#define DW_CHILDREN_no 0x00
#define DW_CHILDREN_yes 0x01