Commit cadf4f29 by Kaveh R. Ghazi Committed by Kaveh Ghazi

vmsdbg.h: Delete spurious close-comment.

	* vmsdbg.h: Delete spurious close-comment.
	(DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
	* vmsdbgout.c (write_modbeg): Define return type.

From-SVN: r47811
parent 046b71ed
2001-12-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2001-12-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* vmsdbg.h: Delete spurious close-comment.
(DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
* vmsdbgout.c (write_modbeg): Define return type.
* m68k/3b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0). * m68k/3b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0).
* m68k/amix.h (ASM_GENERATE_INTERNAL_LABEL): Likewise. * m68k/amix.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
* m68k/atari.h (ASM_GENERATE_INTERNAL_LABEL): Likewise. * m68k/atari.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
......
/* Definitions for the data structures and codes used in VMS debugging. */ /* Definitions for the data structures and codes used in VMS debugging.
Copyright (C) 2001 Free Software Foundation, Inc. Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -46,8 +46,8 @@ typedef struct _DST_HEADER ...@@ -46,8 +46,8 @@ typedef struct _DST_HEADER
} dst__header_length; } dst__header_length;
union union
{ {
ENUM_BITFIELD (_DST_DTYPE) dst_w_type : 16; ENUM_BITFIELD (_DST_TYPE) dst_w_type : 16;
ENUM_BITFIELD (_DST_DTYPE) dst_x_type : 16; ENUM_BITFIELD (_DST_TYPE) dst_x_type : 16;
} dst__header_type; } dst__header_type;
} DST_HEADER; } DST_HEADER;
#define DST_K_DST_HEADER_SIZE sizeof 4 #define DST_K_DST_HEADER_SIZE sizeof 4
......
...@@ -703,6 +703,7 @@ write_debug_string (string, comment, dosizeonly) ...@@ -703,6 +703,7 @@ write_debug_string (string, comment, dosizeonly)
/* Output a module begin header and return the header size. Just return the /* Output a module begin header and return the header size. Just return the
size if DOSIZEONLY is non-zero. */ size if DOSIZEONLY is non-zero. */
static int
write_modbeg (dosizeonly) write_modbeg (dosizeonly)
int dosizeonly; int dosizeonly;
{ {
......
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