mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 21:15:01 +08:00
unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list.
* unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list. From-SVN: r73180
This commit is contained in:
parent
63482449cc
commit
ab08fce55b
@ -1,3 +1,8 @@
|
||||
2003-11-01 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* unwind-dw2.c (_Unwind_FrameState): Remove commas at end of
|
||||
enumeration list.
|
||||
|
||||
2003-11-01 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* config/ia64/sysv4.h (SDATA_SECTION_FUNCTION): Update to C90
|
||||
|
@ -107,7 +107,7 @@ typedef struct
|
||||
REG_UNSAVED,
|
||||
REG_SAVED_OFFSET,
|
||||
REG_SAVED_REG,
|
||||
REG_SAVED_EXP,
|
||||
REG_SAVED_EXP
|
||||
} how;
|
||||
} reg[DWARF_FRAME_REGISTERS+1];
|
||||
|
||||
@ -123,7 +123,7 @@ typedef struct
|
||||
enum {
|
||||
CFA_UNSET,
|
||||
CFA_REG_OFFSET,
|
||||
CFA_EXP,
|
||||
CFA_EXP
|
||||
} cfa_how;
|
||||
|
||||
/* The PC described by the current frame state. */
|
||||
|
Loading…
Reference in New Issue
Block a user