diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7ed605ffd4..49c073018f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 23 12:53:41 1994 David J. Mackenzie (djm@rtl.cygnus.com) + + * configure.in: Change --with-targets to --enable-targets and + --with-64-bit-bfd to --enable-64-bit-bfd. + * Makefile.in, mpw-make.in, targets.c: Change comments. + Wed Jun 22 17:59:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * config.bfd (powerpc-*-elf*): New target, just like diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in index 86ee5cde17..78805a2a71 100644 --- a/bfd/mpw-make.in +++ b/bfd/mpw-make.in @@ -124,7 +124,7 @@ ALL_MACHINES = \Option-d "{o}"cpu-z8k.c.o # The .c.o files needed by all of the 32 bit vectors that are configured into -# target_vector in targets.c if configured with --with-targets=all. +# target_vector in targets.c if configured with --enable-targets=all. BFD32_BACKENDS = \Option-d "{o}"aout-adobe.c.o \Option-d "{o}"aout32.c.o \Option-d @@ -180,8 +180,8 @@ BFD32_BACKENDS = \Option-d "{o}"sunos.c.o # The .c.o files needed by all of the 64 bit vectors that are configured into -# target_vector in targets.c if configured with --with-targets=all -# and --with-64-bit-bfd. +# target_vector in targets.c if configured with --enable-targets=all +# and --enable-64-bit-bfd. BFD64_BACKENDS = \Option-d "{o}"aout64.c.o \Option-d "{o}"coff-alpha.c.o \Option-d diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 86bf3c26e9..e538ffaaf3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ +Thu Jun 23 12:52:46 1994 David J. Mackenzie (djm@rtl.cygnus.com) + + * configure.in: Change --with-targets to --enable-targets. + Tue Jun 21 12:53:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS). + * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC NetWare custom header; no longer needed. (powerpc_mangle_relocs): Convert relocs against the uninitialized diff --git a/ld/ChangeLog b/ld/ChangeLog index fa38aa2370..a286a00df0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 23 12:52:22 1994 David J. Mackenzie (djm@rtl.cygnus.com) + + * configure.in: Change --with-targets to --enable-targets. + Wed Jun 22 13:42:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * lexsup.c (parse_args): Add support for new options -( -) with