diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b295c7bbe0..b57f1b484f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 15 11:29:13 1996 Ian Lance Taylor + * configure.host: Remove go32 and win32 host information, since it + should no longer be needed. + * elf.c (map_sections_to_segments): If we have a .dynamic section, then start a new segment rather than put a writable section in a readonly segment. diff --git a/bfd/configure.host b/bfd/configure.host index 9af40dee82..2fac0ed4b2 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -51,14 +51,6 @@ i[345]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;; i[345]86-ncr*-sysv4*) CC=${CC-/usr/ccs/ATT/cc} test -z "$CFLAGS" && CFLAGS=" " ;; -i[345]86-*-go32*) test -z "$CC" && CC="i386-go32-gcc -fno-omit-frame-pointer -O2 -Wl,-S" - AR=${AR-i386-go32-ar} - RANLIB=${RANLIB-i386-go32-ranlib} - ;; -i[345]86-*-win32) test -z "$CC" && CC="i386-win32-gcc -O2" - AR=${AR-i386-win32-ar} - RANLIB=${RANLIB-i386-win32-ranlib} - ;; mips-dec-netbsd*) ;; mips-dec-*) HDEFINES="-G 4" ;;