aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-03-17 00:46:25 +0000
committerAlan Modra <amodra@gmail.com>2004-03-17 00:46:25 +0000
commit9183ed4b1b25521437abef7e14cf29ee71311538 (patch)
treea76101c02ccff3c31327a918fc730833ed59b605 /gas
parent3248c325226a9137bbeacce72d7a379798ee69b9 (diff)
downloadgdb-9183ed4b1b25521437abef7e14cf29ee71311538.zip
gdb-9183ed4b1b25521437abef7e14cf29ee71311538.tar.gz
gdb-9183ed4b1b25521437abef7e14cf29ee71311538.tar.bz2
Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure4
-rw-r--r--gas/configure.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4089609..a0fc439 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
+ * configure: Regenerate.
+
2004-03-12 Bob Wilson <bob.wilson@acm.org>
* read.c (s_leb128): Call md_flush_pending_output.
diff --git a/gas/configure b/gas/configure
index ba465c7..d663f72 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4502,8 +4502,8 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
sh-*-coff*) fmt=coff ;;
sh-*-nto*) fmt=elf ;;
sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
- sh-*-rtemself*) fmt=elf ;;
- sh-*-rtems*) fmt=coff ;;
+ sh-*-rtemscoff*) fmt=coff ;;
+ sh-*-rtems*) fmt=elf ;;
sh-*-kaos*) fmt=elf ;;
shle*-*-kaos*) fmt=elf ;;
sh64-*-elf*) fmt=elf ;;
diff --git a/gas/configure.in b/gas/configure.in
index 2d93594..bdcddde 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -453,8 +453,8 @@ changequote([,])dnl
sh-*-coff*) fmt=coff ;;
sh-*-nto*) fmt=elf ;;
sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
- sh-*-rtemself*) fmt=elf ;;
- sh-*-rtems*) fmt=coff ;;
+ sh-*-rtemscoff*) fmt=coff ;;
+ sh-*-rtems*) fmt=elf ;;
sh-*-kaos*) fmt=elf ;;
shle*-*-kaos*) fmt=elf ;;
sh64-*-elf*) fmt=elf ;;