From: Ian Lance Taylor Date: Mon, 29 Mar 1993 21:49:44 +0000 (+0000) Subject: * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c39b3eba786f1d07e2e62a53ba478f20f62ccb3a;p=binutils-gdb.git * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not the bottom (make expands variables in dependencies when the dependencies are read, not when they are used). --- diff --git a/gas/ChangeLog b/gas/ChangeLog index bddf7ecd3c7..9bf50aab522 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Mon Mar 29 12:56:56 1993 Ian Lance Taylor (ian@cygnus.com) + * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not + the bottom (make expands variables in dependencies when the + dependencies are read, not when they are used). + * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for a29k .bss section; the mondfe program doesn't like it.