Steve Chamberlain
86c18d92d2
*** empty log message ***
35 years ago
Steve Chamberlain
05b47bfbff
Added nm.1, objdump.1, ranlib.1, size.1 and strip.1
35 years ago
Roland Pesch
df22f46905
Initial revision
35 years ago
Roland Pesch
2c8df22dde
Initial revision
35 years ago
Roland Pesch
75470b8ee1
Fix for slight formatting error discovered while converting man pages.
35 years ago
Roland Pesch
5ad691d474
Initial revision
35 years ago
Roland Pesch
19450a0c52
Initial revision
35 years ago
Roland Pesch
503b93500b
Initial revision
35 years ago
Roland Pesch
0f6863a5c7
Initial revision
35 years ago
Steve Chamberlain
c3a0b87a43
Added README to .Sanitize
Made Makefile.in install using ddestdir
35 years ago
K. Richard Pixley
40773f7f3f
find include files
35 years ago
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.
35 years ago
Roland Pesch
715eb31fa9
*** empty log message ***
35 years ago
Roland Pesch
9f06bb91f2
Minor corrections from proofreading pass for WRS.
35 years ago
Steve Chamberlain
0885eef129
Don't care about an unlink failure
35 years ago
Steve Chamberlain
5f0e876707
* ar.c (write_archive.c): added unlink before rename since some
systems can't rename onto an existant file.
35 years ago
Steve Chamberlain
7e3091046d
* nm.c: now doesn't crash if a symbol with no section and no
SEC_ABS appears.
35 years ago
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.
35 years ago
Roland Pesch
0c10ff03a5
New targets binutils.mm, binutils.me
35 years ago
John Gilmore
d7cce023da
Avoid Sun Make VPATH bugs by adding dependencies.
35 years ago
Roland Pesch
6b58372076
* Makefile.in: add target "binutils.ms"
35 years ago
Roland Pesch
abd4aaa9cb
* binutils.texinfo: minor restructuring for texi2roff comfort.
(said "makeinfo" rather than "texi2roff" by mistake in CVS log for binutils.
This one's right. Good thing, since this one's the distributed log...
35 years ago
Roland Pesch
15c1f44db6
More literal adherence to "standard" texinfo usage of @tex , @title , @author ,
etc., for makeinfo's comfort.
35 years ago
John Gilmore
d7381d0cb0
Restructure configuration scheme for bfd, binutils, ld.
* include/sys/h-*.h: Move to bfd/hosts/h-*.h.
* configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
Change some config names to match other dirs.
* *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
get defined first.
* Makefile.in: Use -I. to get sysdep.h.
35 years ago
John Gilmore
7eff5bcf96
Use -I. to get sysdep.h.
35 years ago
John Gilmore
2a5f387b08
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
35 years ago
K. Richard Pixley
1a31570390
updating
35 years ago
Per Bothner
3f51b6cf18
* nm.c (print_symbols): Handle NULL name field of symbol.
* Makefile.in: Removed spurious comment.
35 years ago
Roland Pesch
843b88bafe
Oops... forgot 1.9 -> 1.90 last time around...
35 years ago
Roland Pesch
8706a92ce1
Warn 'ar q' doesn't update archive ST index.
35 years ago
Roland Pesch
c9629e6eac
* binutils.texinfo: minor typos, phrasing, formatting fixes.
35 years ago
Per Bothner
398eef0a8d
* configure.in: Get host file from ../bfd/config, not config.
35 years ago
Roland Pesch
b7a11ec217
* Makefile.in: new targets binutils.dvi, binutils.info
35 years ago
Roland Pesch
050f05e73f
Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
* binutils.texinfo: remove most remaining FIXME's, delete
references to __.SYMDEF by name
35 years ago
Steve Chamberlain
71e83453e5
Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
* objdump.c (print_address) Print addresses nicely.
35 years ago
Roland Pesch
f036c5d55f
Two formatting bugfixes.
35 years ago
Roland Pesch
2f3c1742f7
Updated sketchy doc for devo versions. FIXMEs remain.
35 years ago
John Gilmore
598f2864d2
Remove configure and config.sub from the expected list.
35 years ago
John Gilmore
aa41241ff4
Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
35 years ago
Per Bothner
8539db10f4
Fixed typo (for RANLIB_PROG).
Started writing rules for making a tar file.
35 years ago
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.
35 years ago
Per Bothner
ef82baf8c5
Initial revision
35 years ago
John Gilmore
e779a58cf4
Cope with renames of a few BFD types & enums.
35 years ago
Roland Pesch
0a5403df39
*** empty log message ***
35 years ago
Roland Pesch
de5fd53b81
Initial revision
35 years ago
K. Richard Pixley
f1eb48b62e
no more configure on which to depend
35 years ago
K. Richard Pixley
5a168a17ee
resync
35 years ago
K. Richard Pixley
b9fe720d06
steves h8 patches
35 years ago
Steve Chamberlain
21214e8e88
Use the new architecture functions
35 years ago
K. Richard Pixley
a26878d1fa
Exploit the new executable config.status
35 years ago