From 75fe54719caa6466b0b264c473d9e9b72114cc43 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 11 Aug 1993 15:57:39 +0000 Subject: [PATCH] * config/i386sco.mh: New file; copy of i386v.mh to correspond to bfd/configure.host change. --- ld/ChangeLog | 11 +++++++++++ ld/config/.Sanitize | 1 + ld/config/i386sco.mh | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 ld/config/i386sco.mh diff --git a/ld/ChangeLog b/ld/ChangeLog index 4beaf1e4f64..fa33d75428c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 11 08:26:11 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/i386sco.mh: New file; copy of i386v.mh to correspond to + bfd/configure.host change. + +Mon Aug 9 14:25:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * scripttempl/elf.sc: Handle .line and .debug* sections. + + * ldlex.l: Use bfd_scan_vma, not strtoul. + Fri Aug 6 08:57:39 1993 David J. Mackenzie (djm@thepub.cygnus.com) * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c: diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index a021d27cf94..a8ce39e83f3 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -41,6 +41,7 @@ hppaosf.mt i386-aout.mt i386-bsd.mt i386-coff.mt +i386sco.mh i386v.mh i386v.mt i960.mt diff --git a/ld/config/i386sco.mh b/ld/config/i386sco.mh new file mode 100644 index 00000000000..2646840a455 --- /dev/null +++ b/ld/config/i386sco.mh @@ -0,0 +1,4 @@ +# 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 -- 2.30.2