This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

or32-rtems patch for binutils 2.14.92



or32-rtems should be elf since that is the preferred format. It is short and I just cut and pasted it. Can someone apply it please?

bfd/ChangeLog
===============
2004-05-11  Joel Sherrill <joel@oarcorp.com>

* config.bfd (or32-*-rtems*): Switch to elf.

gas/ChangeLog
=================
2004-05-11  Joel Sherrill <joel@oarcorp.com>

	* configure.in (or32-*-rtems*): Switch to elf.
	* configure: Regenerate.

ld/ChangeLog
===============
2004-05-11  Joel Sherrill <joel@oarcorp.com>

	* configure.tgt (or32-*-rtems*): Switch to elf and
	support versioned targets.

Thanks.

--joel
================================================================
diff -uNr /usr1/rtems/work-tools/original/binutils-2.14.92/bfd/config.bfd binutils-2.14.92/bfd/config.bfd
--- /usr1/rtems/work-tools/original/binutils-2.14.92/bfd/config.bfd Thu May 6 18:38:22 2004
+++ binutils-2.14.92/bfd/config.bfd Tue May 11 14:29:49 2004
@@ -878,12 +878,12 @@
targ_defvec=bfd_elf32_openrisc_vec
;;


-  or32-*-coff | or32-*-rtems*)
+  or32-*-coff)
     targ_defvec=or32coff_big_vec
     targ_underscore=yes
     ;;

-  or32-*-elf)
+  or32-*-elf | or32-*-rtems*)
     targ_defvec=bfd_elf32_or32_big_vec
     ;;

diff -uNr /usr1/rtems/work-tools/original/binutils-2.14.92/gas/configure.in binutils-2.14.92/gas/configure.in
--- /usr1/rtems/work-tools/original/binutils-2.14.92/gas/configure.in Thu May 6 18:38:27 2004
+++ binutils-2.14.92/gas/configure.in Tue May 11 14:30:19 2004
@@ -401,7 +401,7 @@
mn10300-*-*) fmt=elf ;;
msp430-*-*) fmt=elf ;;
openrisc-*-*) fmt=elf ;;
- or32-*-rtems*) fmt=coff ;;
+ or32-*-rtems*) fmt=elf ;;
or32-*-coff) fmt=coff ;;
or32-*-elf) fmt=elf ;;
pj*) fmt=elf ;;
diff -uNr /usr1/rtems/work-tools/original/binutils-2.14.92/ld/configure.tgt binutils-2.14.92/ld/configure.tgt
--- /usr1/rtems/work-tools/original/binutils-2.14.92/ld/configure.tgt Tue Apr 20 08:19:28 2004
+++ binutils-2.14.92/ld/configure.tgt Tue May 11 14:35:57 2004
@@ -472,7 +472,7 @@
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 ;;



================================================================





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]