diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-12-18 04:36:35 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-12-18 04:36:35 +0000 |
commit | c5f7d19c5a425025b2f24036bcafcdcd7de0184f (patch) | |
tree | 258eb83b707333f56e48d63a00aec78bbaf750f5 /gdb/config | |
parent | d55e473712f0ef89764ee5fdd2c0f1096e530ca5 (diff) | |
download | gdb-c5f7d19c5a425025b2f24036bcafcdcd7de0184f.zip gdb-c5f7d19c5a425025b2f24036bcafcdcd7de0184f.tar.gz gdb-c5f7d19c5a425025b2f24036bcafcdcd7de0184f.tar.bz2 |
2000-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_gdbarch_init): Initialize do_registers_info.
* config/sh/tm-sh.h (DO_REGISTERS_INFO): Remove macro. Use
multiarch version instead.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sh/tm-sh.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 23c75ce..b0c13ea 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -66,12 +66,6 @@ enum SR_REGNUM = 22 }; -/* Define DO_REGISTERS_INFO() to do machine-specific formatting - of register dumps. */ -extern void sh_do_registers_info (int regnum, int fpregs); -#undef DO_REGISTERS_INFO -#define DO_REGISTERS_INFO(REGNUM, FP) sh_do_registers_info(REGNUM, FP) - #define NUM_REALREGS 59 /* used in remote-e7000.c which is not multiarched. */ #define REGISTER_TYPE long /* used in standalone.c */ |