aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-11-01 19:31:56 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2003-11-01 19:31:56 +0100
commitab08fce55ba14f6362bb859c49b9316f34a062fd (patch)
treee0b0a1c7bd33d3c7666d6d915d66b3378ef0b7e3 /gcc/unwind-dw2.c
parent63482449cc3b0f1b166609827dc6ae9516f45313 (diff)
downloadgcc-ab08fce55ba14f6362bb859c49b9316f34a062fd.zip
gcc-ab08fce55ba14f6362bb859c49b9316f34a062fd.tar.gz
gcc-ab08fce55ba14f6362bb859c49b9316f34a062fd.tar.bz2
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
Diffstat (limited to 'gcc/unwind-dw2.c')
-rw-r--r--gcc/unwind-dw2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c
index 1e92c02..70d3221 100644
--- a/gcc/unwind-dw2.c
+++ b/gcc/unwind-dw2.c
@@ -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. */