diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-13 14:12:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-13 14:12:27 +0000 |
commit | 4b363073298671c9a2a096d2ba70dd7586315c4c (patch) | |
tree | d799fd6683852dbb023cdf8755c5a8bc680543ac /ld | |
parent | 9598fbe5d41a1d4448b975ab15ad007e5f6ced0d (diff) | |
download | gdb-4b363073298671c9a2a096d2ba70dd7586315c4c.zip gdb-4b363073298671c9a2a096d2ba70dd7586315c4c.tar.gz gdb-4b363073298671c9a2a096d2ba70dd7586315c4c.tar.bz2 |
Change or32-rtems target from COFF to ELF format
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4321ca5..fb0159d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2004-05-13 Joel Sherrill <joel@oarcorp.com> + + * configure.tgt (or32-*-rtems*): Switch to elf and + support versioned targets. + 2004-05-13 Nick Clifton <nickc@redhat.com> * po/fr.po: Updated French translation. diff --git a/ld/configure.tgt b/ld/configure.tgt index 772f8ad..cd4274c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -473,7 +473,7 @@ ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;; openrisc-*-*) targ_emul=elf32openrisc ;; or32-*-coff) targ_emul=or32 ;; or32-*-elf) targ_emul=or32elf ;; -or32-*-rtems) targ_emul=or32 ;; +or32-*-rtems*) targ_emul=or32elf ;; pdp11-*-*) targ_emul=pdp11 ;; pjl*-*-*) targ_emul=pjlelf ; targ_extra_emuls="elf_i386" ;; pj*-*-*) targ_emul=pjelf ;; |