bfd/configure.host change.
+
+ * config/i386sco.mh: New file; copy of i386v.mh to correspond to
+ bfd/configure.host change.
+
+
+ * scripttempl/elf.sc: Handle .line and .debug* sections.
+
+ * ldlex.l: Use bfd_scan_vma, not strtoul.
+
* ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c:
i386-aout.mt
i386-bsd.mt
i386-coff.mt
+i386sco.mh
i386v.mh
i386v.mt
i960.mt
--- /dev/null
+# For testing, we want to use /lib/crt1.o and /lib/crtn.o so that
+# constructors work properly.
+HOSTING_CRT0=/lib/crt1.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; fi`
+HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` /lib/crtn.o