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 9e214335bdefdd453a33a4786313e983d686d79a..e01a00b7b66d4e0d03e3141ade870532a0722b99 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 53f3515330bf99bd3fb8ee25df05e7a7ca373bf6..81ed15c4c82bc94b9ce811eb57d9a43be988451a 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)     \