]> Git Repo - binutils.git/commitdiff
2002-05-31 Michal Ludvig <[email protected]>
authorMichal Ludvig <[email protected]>
Fri, 31 May 2002 15:28:33 +0000 (15:28 +0000)
committerMichal Ludvig <[email protected]>
Fri, 31 May 2002 15:28:33 +0000 (15:28 +0000)
* elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed
to DW_CFA_lo_user, DW_CFA_hi_user respectively.

include/ChangeLog
include/elf/dwarf2.h

index d64d48cae28b189dfcaa7f58137bd2086f0cb039..e4b1110228d75289e0d1b9382402a1c12f2fd7f0 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-31  Michal Ludvig  <[email protected]>
+
+       * elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed
+       to DW_CFA_lo_user, DW_CFA_hi_user respectively.
+       
 2002-05-28  Kuang Hwa Lin <[email protected]>
 
        * dis-asm.h: Prototype print_insn_dlx.
index 750a7204ebffa2f191a784d53f56022278ae32ea..0e78310c69f391e47aa7f5a08af0e7a236fabcdf 100644 (file)
@@ -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
This page took 0.031489 seconds and 4 git commands to generate.