aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-rs6000.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-06-17 23:57:40 +0000
committerStu Grossman <grossman@cygnus>1992-06-17 23:57:40 +0000
commitabde386585ad1e937f4c0c8cf1f2a530fffe2dec (patch)
tree7f73768adb6a4a5452289542ae2425d2adc35ede /gdb/tm-rs6000.h
parent826f73d0cf94fa5c6fd4ba68d5cb534211445bca (diff)
downloadgdb-abde386585ad1e937f4c0c8cf1f2a530fffe2dec.zip
gdb-abde386585ad1e937f4c0c8cf1f2a530fffe2dec.tar.gz
gdb-abde386585ad1e937f4c0c8cf1f2a530fffe2dec.tar.bz2
* tm-rs6000.h: Remove #include of inferior.h. Fixes many
compilation errors.
Diffstat (limited to 'gdb/tm-rs6000.h')
-rw-r--r--gdb/tm-rs6000.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tm-rs6000.h b/gdb/tm-rs6000.h
index fbc824d..dd27da6 100644
--- a/gdb/tm-rs6000.h
+++ b/gdb/tm-rs6000.h
@@ -185,8 +185,6 @@ extern int aix_loadInfoTextIndex;
the new frame is not set up until the new function executes
some instructions. */
-#include "inferior.h" /* For registers[] and register_valid[]. */
-
#define SAVED_PC_AFTER_CALL(frame) \
(register_valid [LR_REGNUM] ? \
(*(int*)&registers[REGISTER_BYTE (LR_REGNUM)]) : \