diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-14 20:18:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-14 20:18:51 +0000 |
commit | f9c2a16675239c03aeba2f78ce697bc225223ce6 (patch) | |
tree | eff25aa31f32ce90061fce75999b8a4878509a95 /gdb/sp64-tdep.c | |
parent | 448ff99268d7e1191c96d97448610904d83e2fe4 (diff) | |
download | gdb-f9c2a16675239c03aeba2f78ce697bc225223ce6.zip gdb-f9c2a16675239c03aeba2f78ce697bc225223ce6.tar.gz gdb-f9c2a16675239c03aeba2f78ce697bc225223ce6.tar.bz2 |
Don't include "ieee-float.h". I'm not sure I know where ChangeLog
entries should go for this file, but I don't think it's a big deal for
this change.
Diffstat (limited to 'gdb/sp64-tdep.c')
-rw-r--r-- | gdb/sp64-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/sp64-tdep.c b/gdb/sp64-tdep.c index b066945..e1bebff 100644 --- a/gdb/sp64-tdep.c +++ b/gdb/sp64-tdep.c @@ -23,7 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "inferior.h" #include "obstack.h" #include "target.h" -#include "ieee-float.h" /*#include "symfile.h" /* for objfiles.h */ /*#include "objfiles.h" /* for find_pc_section */ |