* config/h8500/tm-h8500.h: Clean up brain damage found by GCC.
This commit is contained in:
parent
ccad2ffc38
commit
9acdb2dc82
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue