diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-17 23:57:40 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-17 23:57:40 +0000 |
commit | abde386585ad1e937f4c0c8cf1f2a530fffe2dec (patch) | |
tree | 7f73768adb6a4a5452289542ae2425d2adc35ede /gdb/tm-rs6000.h | |
parent | 826f73d0cf94fa5c6fd4ba68d5cb534211445bca (diff) | |
download | gdb-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.h | 2 |
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*)®isters[REGISTER_BYTE (LR_REGNUM)]) : \ |