Changes from binutils-2.5.2 net release:
authorKen Raeburn <raeburn@cygnus>
Fri, 4 Nov 1994 00:07:02 +0000 (00:07 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 4 Nov 1994 00:07:02 +0000 (00:07 +0000)
* 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.

binutils/ChangeLog
binutils/Makefile.in

index 9012c9dd243a32efd9520041bd4e99b8e2880482..9d068021cacfe9612bf4fc89fa50e58b9a908031 100644 (file)
@@ -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.
index 41e395fd19e614a55efdaab1d9a3c51119432c51..d3ec002866b759ff9fac58ed783cbafca8dc121b 100644 (file)
@@ -559,7 +559,7 @@ install-info: binutils.info
          dir=$(srcdir) ; \
        fi ; \
        for i in `cd $$dir; echo binutils.info*` ; do \
-               $(INSTALL_DATA) $$i $(infodir)/$$i ; \
+               $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i ; \
        done
 
 clean-info: