diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-23 00:09:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-23 00:09:01 +0000 |
commit | b69f18f103bab233cb2a370aaf1349e6a8f7521d (patch) | |
tree | cf3ddc5d1340137093aab5f573e2de5d76075481 | |
parent | 1c952df6099bf45601dca9d196686dc538f9c8c1 (diff) | |
download | gdb-b69f18f103bab233cb2a370aaf1349e6a8f7521d.zip gdb-b69f18f103bab233cb2a370aaf1349e6a8f7521d.tar.gz gdb-b69f18f103bab233cb2a370aaf1349e6a8f7521d.tar.bz2 |
* configure.in: Substitute HLDENV.
* configure: Rebuild.
* Makefile.in (HLDENV): New variable. Use it whenever linking a
program.
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 11bc722..bfc7b0a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Thu Aug 22 17:08:00 1996 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Substitute HLDENV. + * configure: Rebuild. + * Makefile.in (HLDENV): New variable. Use it whenever linking a + program. + +Thu Aug 15 19:30:41 1996 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-make.sed: Add symbolic doublequotes around the version + number. + +Thu Aug 8 12:27:52 1996 Klaus Kaempf <kkaempf@progis.de> + + * makefile.vms: Add better support for DEC C compilation. + Add new macros as in Makefile.in. + Wed Aug 7 14:27:33 1996 Philippe De Muyter <phdm@info.ucl.ac.be> * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk. |