Per Bothner
455a0d2890
* Makefile.in: Bump to versions 1.97.90.
...
* cplus-dem.c: Removed. Was nowhere used - and if some
programs are changed to to demangling should now use the
versions in libiberty.
1992-08-31 01:11:18 +00:00
Ian Lance Taylor
f478fcf663
Moved in from p3:
...
Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com )
* config/mh-apollo68v: removed -g from CC definition.
* Makefile.in: always create installation directories.
1992-08-18 20:34:26 +00:00
Mark Eichin
9752f9fdcd
use byacc instead of bison.
1992-06-04 19:10:06 +00:00
Per Bothner
45212e5e5c
* Makefile.in: Better lex support.
...
* Makefile.in (dist): Generate flex and bison outputs
for distribution.
1992-05-22 20:44:24 +00:00
Per Bothner
5b07d69372
* Makefile.in: Bump to version 1.97.
...
* ar.c: Declare errno for machines that need it.
1992-05-05 19:02:24 +00:00
John Gilmore
22923083bf
* objdump.c (display_info): Handle error cases without coredump.
...
Close the dummy temporary file we open in the loop.
* Makefile.in (arsup.o): Add kludge to build with Sun Make.
1992-05-05 06:31:59 +00:00
K. Richard Pixley
7d6cc102a2
added test-install target
1992-05-02 01:07:09 +00:00
K. Richard Pixley
dc76082997
sanity test
1992-05-01 23:22:07 +00:00
Steve Chamberlain
60c8001642
Add support for 386 disassembly
1992-05-01 22:45:45 +00:00
K. Richard Pixley
d8e89b6b95
rework CFLAGS so that they can be passed on the make command line
1992-04-21 20:43:28 +00:00
Roland Pesch
c83497f545
.Sanitize: reflect someone's apocopation of binutils.texi[nfo] name
...
Makefile.in: improve texi2roff workarounds
1991-11-15 23:34:35 +00:00
Roland Pesch
6141fd50d6
Remove '-' prefix from makeinfo invocation. There are no info errors
...
in doc here; if any creep in I want a bug report.
1991-11-14 01:11:52 +00:00
K. Richard Pixley
de53632ceb
build and install info; install other correctly
1991-11-14 00:14:57 +00:00
Roland Pesch
2226a09076
(1) repair Makefile targets involving "binutils.texinfo" to use
...
instead new short name "binutils.texi" (which presumably someone
changed for SysV short-name file systems).
(2) use [what I understand to be] current conventions for $srcdir,
makeinfo -o.
(3) more filtering of roff'able target forms of doc.
1991-11-14 00:06:25 +00:00
Steve Chamberlain
f79edb02ab
Added the $(MINUS_G) flag so that debugging can be turned off
1991-11-11 17:51:21 +00:00
K. Richard Pixley
84396dcf34
install man pages too
1991-11-08 00:14:07 +00:00
K. Richard Pixley
40773f7f3f
find include files
1991-11-05 00:06:29 +00:00
Per Bothner
b27d204648
* Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
...
* ar.c (get_pos_bfd): Fix to handling of before/after
positioning options.
* bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
since libiberty contains vfprintf etc if otherwise missing.
* m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
type operands, as used by branch instructions.
* nm.c: Delegate printing of symbols to BFD,
by using bfd_print_symbol to do the formatting.
1991-11-03 22:58:48 +00:00
Per Bothner
d8474a9bc1
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
...
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
* strip.c: Add or update Copyright notice.
* TODO: Add note on 'nm -a'.
* version.c: Update version number to 1.90.
* Makefile.in: Fix making of documentation for dist.
1991-10-16 18:57:08 +00:00
Roland Pesch
0c10ff03a5
New targets binutils.mm, binutils.me
1991-10-15 00:35:13 +00:00
John Gilmore
d7cce023da
Avoid Sun Make VPATH bugs by adding dependencies.
1991-10-12 05:44:58 +00:00
Roland Pesch
6b58372076
* Makefile.in: add target "binutils.ms"
1991-10-11 23:11:17 +00:00
John Gilmore
7eff5bcf96
Use -I. to get sysdep.h.
1991-10-11 11:22:25 +00:00
Per Bothner
3f51b6cf18
* nm.c (print_symbols): Handle NULL name field of symbol.
...
* Makefile.in: Removed spurious comment.
1991-10-10 05:44:37 +00:00
Roland Pesch
b7a11ec217
* Makefile.in: new targets binutils.dvi, binutils.info
1991-10-08 22:01:41 +00:00
Per Bothner
8539db10f4
Fixed typo (for RANLIB_PROG).
...
Started writing rules for making a tar file.
1991-10-08 00:56:23 +00:00
Per Bothner
06a97fbd00
* ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
...
Make two different binaries for ar and ranlib, instead of
distinguishing them at run time using argv[0].
(Old behavior is still available if you "make ar_with_ranlib",
but it is not the default.)
* ranlib.sh (new): An alternative one-line
shell implementation of ranlib.
1991-10-07 23:14:30 +00:00
K. Richard Pixley
f1eb48b62e
no more configure on which to depend
1991-10-02 07:24:45 +00:00
K. Richard Pixley
a26878d1fa
Exploit the new executable config.status
1991-10-01 03:46:00 +00:00
K. Richard Pixley
a01bf1fbc1
added support for binary comparisons.
1991-06-09 20:27:20 +00:00
John Gilmore
7a5a3c7b86
Merge devo/bfd with GDB's bfd.
...
Use "libiberty" rather than "getopt" directory.
Add a few FIXME's to ar.c.
1991-05-02 03:06:46 +00:00
John Gilmore
d6e467b4c5
Use the new merged include directory.
1991-04-25 04:25:00 +00:00
K. Richard Pixley
6a3958b22d
Three staging checkpoint.
1991-04-24 16:52:32 +00:00
K. Richard Pixley
9bba778491
Now uses getopt from ../getopt.
1991-04-17 01:58:08 +00:00
K. Richard Pixley
b5132a6b85
Now handles multiple hosts and targets.
1991-04-16 00:04:50 +00:00
K. Richard Pixley
a10d26a1d4
First cut config hits binutils.
1991-04-09 23:44:28 +00:00
K. Richard Pixley
99a42820d9
Initial revision
1991-04-04 18:37:36 +00:00