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.
This commit is contained in:
parent
30d1f88c98
commit
6f383ce55d
2 changed files with 15 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue