diff options
author | Nick Clifton <nickc@redhat.com> | 2008-07-07 16:43:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-07-07 16:43:06 +0000 |
commit | 9990da1d5161d7b2712d08f9af4cd754d47c6dd4 (patch) | |
tree | b658586a8c6c0a65b5cad9bbab9e5aa954e41ddb /gas | |
parent | 329dcd78c6071872f5b230331d98337479a4fa73 (diff) | |
download | gdb-9990da1d5161d7b2712d08f9af4cd754d47c6dd4.zip gdb-9990da1d5161d7b2712d08f9af4cd754d47c6dd4.tar.gz gdb-9990da1d5161d7b2712d08f9af4cd754d47c6dd4.tar.bz2 |
* configure.tgt: Add bfin-*-rtems*.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a06d209..1268f2f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org> + + * configure.tgt: Add bfin-*-rtems*. + 2008-07-04 Alan Modra <amodra@bigpond.net.au> * config/tc-spu.c (md_apply_fix): Handle fully resolved diff --git a/gas/configure.tgt b/gas/configure.tgt index a9c76ee..fd355c9 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -128,6 +128,7 @@ case ${generic_target} in bfin-*-linux-uclibc) fmt=fdpicelf em=linux ;; bfin-*-uclinux*) fmt=elf em=linux ;; + bfin-*-rtems*) fmt=elf ;; bfin-*elf) fmt=elf ;; cr16-*-elf*) fmt=elf ;; |