Patch from Dave Love.
* dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from list. From-SVN: r14862
This commit is contained in:
parent
e3eef942f2
commit
c34e3ae410
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Aug 20 12:35:47 1997 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
* dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
|
||||
list.
|
||||
|
||||
Wed Aug 20 11:58:33 1997 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
|
||||
|
|
|
@ -496,7 +496,7 @@ enum dwarf_call_frame_info
|
|||
DW_CFA_MIPS_advance_loc8 = 0x1d,
|
||||
|
||||
/* GNU extensions */
|
||||
DW_CFA_GNU_window_save = 0x2d,
|
||||
DW_CFA_GNU_window_save = 0x2d
|
||||
};
|
||||
|
||||
#define DW_CIE_ID 0xffffffff
|
||||
|
|
Loading…
Add table
Reference in a new issue