Patch from Dave Love.
authorDave Love <d.love@dl.ac.uk>
Wed, 20 Aug 1997 19:37:49 +0000 (19:37 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 20 Aug 1997 19:37:49 +0000 (12:37 -0700)
* dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
list.

From-SVN: r14862

gcc/ChangeLog
gcc/dwarf2.h

index d34368c9464966b0aef6131cea9e2277cfa7e3b8..fd7695e6419bdeeeed08dee7d62e85c9c54bb000 100644 (file)
@@ -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
index 6e394fe4123e8471dbd927ef9fa5fd2aab0281bc..2390e573297dbb3c549d590632275fadf04f00e9 100644 (file)
@@ -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