[PATCH] Add bfd_elf32_{little,big}arm_vec to arm-*-netbsd*

Jason R Thorpe thorpej@wasabisystems.com
Wed May 29 14:09:00 GMT 2002


This fixes building the a.out ARM NetBSD target (the linker includes
an ELF emulation, as well).

Checked in as an obvious fix.

	* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
	and bfd_elf32_bigarm_vec to targ_selvecs.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.94
diff -u -r1.94 config.bfd
--- config.bfd	28 May 2002 14:05:13 -0000	1.94
+++ config.bfd	29 May 2002 21:07:30 -0000
@@ -125,6 +125,7 @@
     ;;
   arm-*-netbsd* | arm-*-openbsd*)
     targ_defvec=armnetbsd_vec
+    targ_selvecs="bfd_elf32_littlearm_vec bfd_elf32_bigarm_vec"
     targ_underscore=yes
     ;;
   arm-*-riscix*)


More information about the Binutils mailing list