89 lines
3 KiB
Text
89 lines
3 KiB
Text
Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
* Makefile.in: add target "binutils.ms"
|
|
|
|
* binutils.texinfo: minor restructuring for texi2roff comfort.
|
|
|
|
Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
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.
|
|
|
|
Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
* nm.c (print_symbols): Handle NULL name field of symbol.
|
|
* Makefile.in: Removed spurious comment.
|
|
|
|
Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
* binutils.texinfo: minor typos, phrasing, formatting fixes.
|
|
|
|
Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
* configure.in: Get host file from ../bfd/config, not config.
|
|
* config/*: Remove config directory and its files.
|
|
|
|
Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
* Makefile.in: new targets binutils.dvi, binutils.info
|
|
|
|
* binutils.texinfo: remove most remaining FIXME's, delete
|
|
references to __.SYMDEF by name
|
|
|
|
|
|
Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
|
|
|
|
* objdump.c (print_address) Print addresses nicely.
|
|
|
|
Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
* 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.
|
|
|
|
Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
|
|
|
|
* objdump.c: Cope with renames of a few BFD types & enums.
|
|
|
|
Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
|
|
|
|
* binutils.texinfo: add new file (rudimentary docn)
|
|
|
|
Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
|
|
|
|
* config/hmake-news: Add new file (for Sony NEWSOS3).
|
|
* bucomm.c (fatal): Conditionally compile fatal() depending on
|
|
MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
|
|
* objdump.c (dump_headers): Trivial output format change.
|
|
* objdump.c (display_info): Loop over integers, not enums,
|
|
to appease old compilers.
|
|
|
|
Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
|
|
|
|
*objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
|
|
|
|
Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
|
|
from bother
|
|
* objdump.c (print_address): Make disasembled output more
|
|
consistent with gdb and as: Add 0x when printing hex.
|
|
Don't print extra leading zeros.
|
|
Attempt to not print "filename.o".
|
|
* objdump.c: Add some enum-to-int casts to accomodate old compilers.
|
|
|
|
|
|
Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
|
|
|
|
* copy.c: Change =& constructs to = &, since they confuse older
|
|
C compilers.
|
|
|
|
|