aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-08 18:33:43 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-08 18:33:43 +0000
commit571177859d498a5679376ff88635ccfb772aa0cb (patch)
treeeaace3b8025e2f532c9271ba5dccaf7641084773 /opcodes
parent639b5a093c63495a610703b69615b35b4748418f (diff)
downloadgdb-571177859d498a5679376ff88635ccfb772aa0cb.zip
gdb-571177859d498a5679376ff88635ccfb772aa0cb.tar.gz
gdb-571177859d498a5679376ff88635ccfb772aa0cb.tar.bz2
Use BFD_PICLIST.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index bcba885..1f1d934 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,8 +1,10 @@
Mon Apr 8 14:00:44 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Permit --enable-shared to specify a list of
- directories.
+ directories. Set and substitute BFD_PICLIST.
* configure: Rebuild.
+ * Makefile.in (BFD_PICLIST): Rename from BFD_LIST. Change all
+ uses. Set to @BFD_PICLIST@.
Fri Apr 5 17:12:27 1996 Jeffrey A Law (law@cygnus.com)