aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-03-29 21:49:44 +0000
committerIan Lance Taylor <ian@airs.com>1993-03-29 21:49:44 +0000
commitc39b3eba786f1d07e2e62a53ba478f20f62ccb3a (patch)
tree8f3d733b9a8fcde51c9f4c62765732ac84627ac1
parent0eaaa46a44378fe755b5ce17b6b5cfa75a22287d (diff)
downloadgdb-c39b3eba786f1d07e2e62a53ba478f20f62ccb3a.zip
gdb-c39b3eba786f1d07e2e62a53ba478f20f62ccb3a.tar.gz
gdb-c39b3eba786f1d07e2e62a53ba478f20f62ccb3a.tar.bz2
* 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).
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index bddf7ec..9bf50aa 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.