diff options
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index c775fe9..80118fd 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -1129,13 +1129,10 @@ struct loadinfo { #define LOADINFOLEN 10 -/* FIXME Warning -- loadinfotextindex is used for a nefarious purpose by - tm-rs6000.h. */ - static struct loadinfo *loadinfo = NULL; static int loadinfolen = 0; static int loadinfotocindex = 0; -int loadinfotextindex = 0; +static int loadinfotextindex = 0; void |