This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] elf/dwarf2.h


Hi all,
The following patch goes to src/include. Nobody but me seems to use 
these constatns so I've already committed it as obvious.

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.


Index: elf/dwarf2.h
===================================================================
RCS file: /cvs/src/src/include/elf/dwarf2.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -c -3 -p -r1.9 -r1.10
*** elf/dwarf2.h        25 Apr 2002 12:46:16 -0000      1.9
--- elf/dwarf2.h        31 May 2002 15:28:33 -0000      1.10
*************** enum dwarf_call_frame_info
*** 649,656 ****
   #define DW_CIE_VERSION          1

   #define DW_CFA_extended   0
! #define DW_CFA_low_user   0x1c
! #define DW_CFA_high_user  0x3f

   #define DW_CHILDREN_no                     0x00
   #define DW_CHILDREN_yes                    0x01
--- 649,656 ----
   #define DW_CIE_VERSION          1

   #define DW_CFA_extended   0
! #define DW_CFA_lo_user    0x1c
! #define DW_CFA_hi_user    0x3f

   #define DW_CHILDREN_no                     0x00
   #define DW_CHILDREN_yes                    0x01

Michal Ludvig
-- 
* SuSE CR, s.r.o     * mludvig@suse.cz
* +420 2 9654 5373   * http://www.suse.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]