aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2.h
diff options
context:
space:
mode:
authorDave Love <d.love@dl.ac.uk>1997-08-20 19:37:49 +0000
committerJim Wilson <wilson@cygnus.com>1997-08-20 19:37:49 +0000
commitdaa22cfabbbbf6ee4d8227e80d642c9d1b61f11a (patch)
tree00154b32f6b3659f49eefc802cc03e881bc9bfc4 /gcc/dwarf2.h
parent8056ec41f95c035bcc1d3458394d63d9562298a8 (diff)
Patch from Dave Love.
* dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from list. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14862 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2.h')
-rw-r--r--gcc/dwarf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2.h b/gcc/dwarf2.h
index 6e394fe4123..2390e573297 100644
--- a/gcc/dwarf2.h
+++ b/gcc/dwarf2.h
@@ -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