diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index df1cafd..da2051c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-02-28 Nathan Sidwell <nathan@codesourcery.com> + + * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf. + 2007-02-28 Nick Clifton <nickc@redhat.com> PR gas/2623 diff --git a/gas/configure.tgt b/gas/configure.tgt index 783379f..e5081d0 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -337,7 +337,7 @@ case ${generic_target} in sh64*-*-netbsd*) fmt=elf em=nbsd ;; sh*-*-netbsdelf*) fmt=elf em=nbsd ;; sh*-*-symbianelf*) fmt=elf endian=little ;; - sh-*-elf*) fmt=elf ;; + sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*) fmt=elf ;; sh-*-coff*) fmt=coff ;; sh-*-nto*) fmt=elf ;; sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;; |