diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-11-04 00:07:02 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-11-04 00:07:02 +0000 |
commit | 6f383ce55d25d080deb9d52461e08a23eb31424b (patch) | |
tree | b52bb787445fc4d254f1fcfe5f407dbbca1b00de /binutils/ChangeLog | |
parent | 30d1f88c988932f33fd50f22baff2328a85b9655 (diff) | |
download | gdb-6f383ce55d25d080deb9d52461e08a23eb31424b.zip gdb-6f383ce55d25d080deb9d52461e08a23eb31424b.tar.gz gdb-6f383ce55d25d080deb9d52461e08a23eb31424b.tar.bz2 |
Changes from binutils-2.5.2 net release:
* Makefile.in (install-info): Install info files from whatever directory they
were found in.
Patch from DJ Delorie:
* configure.bat: do c++filt -> cxxfilt right
* sysinfo.y: Include system header files early, so any potential declaration of
abort() occurs before its use.
* strings.c (strings_file): Try opening the file in binary mode first.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9012c9d..9d06802 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +Thu Nov 3 19:04:34 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * Makefile.in (install-info): Install info files from whatever + directory they were found in. + + Patch from DJ Delorie: + * configure.bat: do c++filt -> cxxfilt right + + * sysinfo.y: Include system header files early, so any potential + declaration of abort() occurs before its use. + + * strings.c (strings_file): Try opening the file in binary mode + first. + Wed Nov 2 15:44:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * ar.c (main): Treat ar qs like ar rs. |