* config/h8500/tm-h8500.h: Clean up brain damage found by GCC.

This commit is contained in:
Stu Grossman 1993-04-06 03:52:31 +00:00
parent ccad2ffc38
commit 9acdb2dc82
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Mon Apr 5 20:48:54 1993 Stu Grossman (grossman@cygnus.com)
* config/h8500/tm-h8500.h: Clean up brain damage found by GCC.
Fri Apr 2 08:23:14 1993 Jim Kingdon (kingdon@cygnus.com)
* xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets.

View File

@ -221,7 +221,7 @@ struct type *h8500_register_virtual_type PARAMS ((int regno));
*/
CORE_ADDR h8500_frame_chain PARAMS ((FRAME thisframe));
CORE_ADDR h8500_frame_chain (/* FRAME thisframe */);
#define INIT_EXTRA_FRAME_INFO(fromleaf, fci) \
(fci)->frame |= read_register(SEG_T_REGNUM) << 16;
@ -295,8 +295,8 @@ int minimum_mode;
int h8500_is_trapped_internalvar PARAMS ((char *name));
#define IS_TRAPPED_INTERNALVAR h8500_is_trapped_internalvar
PTR h8500_value_of_trapped_internalvar PARAMS ((struct internalvar *var));
PTR h8500_value_of_trapped_internalvar (/* struct internalvar *var */);
#define VALUE_OF_TRAPPED_INTERNALVAR h8500_value_of_trapped_internalvar
void h8500_set_trapped_internalvar PARAMS ((struct internalvar *var, value newval, int bitpos, int bitsize, int offset));
void h8500_set_trapped_internalvar (/* struct internalvar *var, value newval, int bitpos, int bitsize, int offset */);
#define SET_TRAPPED_INTERNALVAR h8500_set_trapped_internalvar