nuke no-op STAB_REG_TO_REGNUM
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 19 Mar 1993 19:35:39 +0000 (19:35 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 19 Mar 1993 19:35:39 +0000 (19:35 +0000)
gdb/ChangeLog
gdb/tm-rs6000.h

index 9e21433..e01a00b 100644 (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.
index 53f3515..81ed15c 100644 (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)     \