Commit ab08fce5 by Andreas Jaeger Committed by Andreas Jaeger

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
parent 63482449
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment