projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826f73d
)
* tm-rs6000.h: Remove #include of inferior.h. Fixes many
author
Stu Grossman
<grossman@cygnus>
Wed, 17 Jun 1992 23:57:40 +0000
(23:57 +0000)
committer
Stu Grossman
<grossman@cygnus>
Wed, 17 Jun 1992 23:57:40 +0000
(23:57 +0000)
compilation errors.
gdb/tm-rs6000.h
patch
|
blob
|
history
diff --git
a/gdb/tm-rs6000.h
b/gdb/tm-rs6000.h
index fbc824d89ee3d54293c511148323825aa69a95d9..dd27da6fa295ee607a3a574784b6c94e908d2005 100644
(file)
--- 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)]) : \