diff options
author | Alan Modra <amodra@gmail.com> | 2006-06-09 03:42:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-06-09 03:42:25 +0000 |
commit | 96f989c24ea46f96dc2ac8dfc2def13718fded52 (patch) | |
tree | e1c3d51218f54e4e72fff01bda03c4592f979a69 | |
parent | 4a9d57ab54e83abbfd357c87305596f3f57b7ce0 (diff) | |
download | gdb-96f989c24ea46f96dc2ac8dfc2def13718fded52.zip gdb-96f989c24ea46f96dc2ac8dfc2def13718fded52.tar.gz gdb-96f989c24ea46f96dc2ac8dfc2def13718fded52.tar.bz2 |
* config/tc-iq2000.c: Include sb.h.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-iq2000.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8b37e36..3077366 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-06-09 Alan Modra <amodra@bigpond.net.au> + + * config/tc-iq2000.c: Include sb.h. + 2006-06-08 Nigel Stephens <nigel@mips.com> * config/tc-mips.c (mips_pseudo_table): Add "origin" and "repeat" diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index 6e6fe55..b7fddc5 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -28,6 +28,7 @@ #include "elf/common.h" #include "elf/iq2000.h" #include "libbfd.h" +#include "sb.h" #include "macro.h" /* Structure to hold all of the different components describing |