Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-02-21 | Dj renaming | Steve Chamberlain | 1 | -2/+2 | |
1992-02-21 | DJ renaming | Steve Chamberlain | 2 | -0/+427 | |
1992-02-16 | Hack so it Sanitizes cleanly. | Per Bothner | 1 | -5/+4 | |
1992-02-16 | * Makefile.in: Bump version to 1.96, and remove -beta | Per Bothner | 2 | -2/+26 | |
suffix from distribution name. * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract the signed value of a character (even if chars are unsigned). * sparc-pinsn.c: Add new operand types. | |||||
1992-02-06 | * objdump.c (disassemble_data): don't print a section's contents | Steve Chamberlain | 1 | -41/+44 | |
if it's not loadable (eg bss) | |||||
1992-01-28 | * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch | Steve Chamberlain | 1 | -77/+2 | |
displacements don't get printed as large +ve ones. | |||||
1992-01-24 | * copy.c, nm.c, objdump.c, size.c : changed to use the | Steve Chamberlain | 4 | -98/+117 | |
new reloc scheme. | |||||
1991-12-30 | Make `make' output more readable. | John Gilmore | 1 | -0/+34 | |
1991-12-17 | Make it sanitize v9 out of sparc-pinsn.c. | John Gilmore | 1 | -83/+19 | |
1991-12-15 | Add missing handlers for v9 operands. | Michael Tiemann | 1 | -2/+17 | |
1991-12-15 | Format inner print loop according to emacs. Code changes will follow | Michael Tiemann | 1 | -33/+35 | |
(but be easier to diff). | |||||
1991-12-12 | Added configdos.bat, makefile.dos | Steve Chamberlain | 1 | -1/+6 | |
1991-12-12 | Initial revision | Steve Chamberlain | 2 | -0/+6 | |
1991-12-12 | * ar.c: added "b" to fopens for dos | Steve Chamberlain | 1 | -24/+23 | |
* configdj.bat, makefile.dos new files from DJ | |||||
1991-12-08 | * bucomm.h: created to hold prototypes of bucomm.c | Steve Chamberlain | 6 | -32/+59 | |
* objdump.h: created to hold prototyes of objdump.c * am29k-pinsn.c: include objdump.h * ar.c: include bucomm.h, get ar.h from the right place and include libbfd.h * bucomm.c: defunize bfd_fatal * copy.c: include bucomm.h, lint. * i960-pinsn.h: include bucomm.h * m68k-pinsn.h: lint * nm.c: include bucomm.h, lint * objdump.c: lint * sparc-pinsn.c: include objdump.h | |||||
1991-12-08 | Initial revision | Steve Chamberlain | 1 | -0/+2 | |
1991-12-07 | Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 1 | -3/+29 | |
* Makefile.in: added standards.text support. install using INSTALL_PROGRAM and INSTALL_DATA. * configure.in: configure now does all of it's work from objdir so make file existence tests against ${srcdir}. Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. | |||||
1991-12-01 | Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 1 | -0/+10 | |
* am29k-pinsn.c m68k-pinsn.c nm.c sparc-pinsn.c: now point to where the header files have moved to. | |||||
1991-12-01 | Updated to point to where the header files are now | Steve Chamberlain | 4 | -71/+22 | |
1991-11-18 | Various improvements. | Per Bothner | 2 | -0/+77 | |
1991-11-18 | * Makefile.in: Bump to version 1.92. | Per Bothner | 3 | -12/+74 | |
* version.c, Makefile.in: Get version string from Makefile. * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in: Make the same change that we earlier did for ar/ranlib: Generate two different binaries for strip and copy and use a global variable with different values to distinguish ostrip from copy. (-1 means to use argv[0] to decide, so you can get the old behavior, but it is no longer the default). * copy.c (copy_file): Set EXEC_P of output bfd if input is so. * copy.c (main): If is_strip==-1, compare last 5 chars of argv[0], not the whole path. * copy.c (main): Return 0, not 1. * copy.c (setup_sections): Fix due to change in bfd_make_section now failing if asked for a duplicate section. * strip.c, ostrip.c: Removed obsolete files. * ar.c, not-ranlib.c, maybe-ranlib.c: Change encoding of is_ranlib variable to be consistent with is_strip for strip.copy (i.e -1 to means use argv[0]). | |||||
1991-11-18 | Initial revision | Per Bothner | 3 | -0/+10 | |
1991-11-15 | .Sanitize: reflect someone's apocopation of binutils.texi[nfo] name | Roland Pesch | 2 | -8/+46 | |
Makefile.in: improve texi2roff workarounds | |||||
1991-11-14 | Remove '-' prefix from makeinfo invocation. There are no info errors | Roland Pesch | 1 | -1/+1 | |
in doc here; if any creep in I want a bug report. | |||||
1991-11-14 | build and install info; install other correctly | K. Richard Pixley | 1 | -7/+14 | |
1991-11-14 | added info dir menu hooks | K. Richard Pixley | 1 | -2/+8 | |
1991-11-14 | (1) repair Makefile targets involving "binutils.texinfo" to use | Roland Pesch | 1 | -12/+18 | |
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-13 | Initial revision | K. Richard Pixley | 1 | -0/+737 | |
1991-11-13 | * ar.c (get_pos_bfd): Previous fix was missing a "break". | Per Bothner | 1 | -0/+4 | |
1991-11-11 | Added the $(MINUS_G) flag so that debugging can be turned off | Steve Chamberlain | 1 | -1/+2 | |
1991-11-09 | Now runs write_armap, even when listing contents. | Steve Chamberlain | 1 | -21/+11 | |
1991-11-09 | Fixed bug printing 29050 instructions. | Steve Chamberlain | 1 | -3/+4 | |
1991-11-08 | Fix missing brackets, parens, discovered during man-page conversion. | Roland Pesch | 1 | -3/+3 | |
1991-11-08 | install man pages too | K. Richard Pixley | 1 | -2/+13 | |
1991-11-07 | *** empty log message *** | Steve Chamberlain | 1 | -0/+17 | |
1991-11-06 | Added nm.1, objdump.1, ranlib.1, size.1 and strip.1 | Steve Chamberlain | 1 | -1/+10 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+143 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+174 | |
1991-11-05 | Fix for slight formatting error discovered while converting man pages. | Roland Pesch | 1 | -1/+1 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+80 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+218 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+154 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+471 | |
1991-11-05 | Added README to .Sanitize | Steve Chamberlain | 1 | -1/+6 | |
Made Makefile.in install using ddestdir | |||||
1991-11-05 | find include files | K. Richard Pixley | 1 | -2/+2 | |
1991-11-03 | * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes. | Per Bothner | 3 | -16/+27 | |
* 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-01 | *** empty log message *** | Roland Pesch | 1 | -40/+99 | |
1991-10-29 | Minor corrections from proofreading pass for WRS. | Roland Pesch | 1 | -47/+59 | |
1991-10-29 | Don't care about an unlink failure | Steve Chamberlain | 1 | -2/+5 | |
1991-10-28 | * ar.c (write_archive.c): added unlink before rename since some | Steve Chamberlain | 2 | -5/+36 | |
systems can't rename onto an existant file. |