aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-04 18:32:22 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-04 18:32:22 +0000
commitfe48a154b9ce0dbc6afb3abb2586302aeb483c09 (patch)
tree6eb308f3c9daa32a276b0149c61f00b671c6ae86 /binutils/ChangeLog
parent2b79a10471177329465a195f19440a8c8dbbb8ff (diff)
downloadgdb-fe48a154b9ce0dbc6afb3abb2586302aeb483c09.zip
gdb-fe48a154b9ce0dbc6afb3abb2586302aeb483c09.tar.gz
gdb-fe48a154b9ce0dbc6afb3abb2586302aeb483c09.tar.bz2
* configure.in: Don't bother to call config.bfd for each target.
Just call it for the default target, and use the shell variable to decide whether underscores are used.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 72b824b..0f8695d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+Mon Sep 4 14:30:00 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in: Don't bother to call config.bfd for each target.
+ Just call it for the default target, and use the shell variable to
+ decide whether underscores are used.
+
Thu Aug 31 19:21:48 1995 Jason Molenda (crash@phydeaux.cygnus.com)
* configure.in: match i[3-6]86-*-win32, not just i386-*-win32.