nuke no-op STAB_REG_TO_REGNUM

This commit is contained in:
Jim Kingdon 1993-03-19 19:35:39 +00:00
parent 452b40b631
commit deb3f296bc
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 19 11:28:18 1993 Jim Kingdon (kingdon@cygnus.com)
* tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM.
Fri Mar 19 07:40:09 1993 Steve Chamberlain (sac@cygnus.com)
* z8k-tdep.c (print_insn): Include the new dis-asm header file.

View File

@ -41,10 +41,6 @@ extern void xcoff_relocate_core PARAMS ((void));
#define BELIEVE_PCC_PROMOTION 1
/* Conversion between a register number in stab string to actual register num. */
#define STAB_REG_TO_REGNUM(value) (value)
/* return true if a given `pc' value is in `call dummy' function. */
#define PC_IN_CALL_DUMMY(STOP_PC, STOP_SP, STOP_FRAME_ADDR) \