aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1992-02-21Dj renamingSteve Chamberlain1-2/+2
1992-02-21DJ renamingSteve Chamberlain2-0/+427
1992-02-16Hack so it Sanitizes cleanly.Per Bothner1-5/+4
1992-02-16 * Makefile.in: Bump version to 1.96, and remove -betaPer Bothner2-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 contentsSteve Chamberlain1-41/+44
if it's not loadable (eg bss)
1992-01-28 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branchSteve Chamberlain1-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 theSteve Chamberlain4-98/+117
new reloc scheme.
1991-12-30Make `make' output more readable.John Gilmore1-0/+34
1991-12-17Make it sanitize v9 out of sparc-pinsn.c.John Gilmore1-83/+19
1991-12-15Add missing handlers for v9 operands.Michael Tiemann1-2/+17
1991-12-15Format inner print loop according to emacs. Code changes will followMichael Tiemann1-33/+35
(but be easier to diff).
1991-12-12Added configdos.bat, makefile.dosSteve Chamberlain1-1/+6
1991-12-12Initial revisionSteve Chamberlain2-0/+6
1991-12-12 * ar.c: added "b" to fopens for dosSteve Chamberlain1-24/+23
* configdj.bat, makefile.dos new files from DJ
1991-12-08 * bucomm.h: created to hold prototypes of bucomm.cSteve Chamberlain6-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-08Initial revisionSteve Chamberlain1-0/+2
1991-12-07Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-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-01Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-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-01Updated to point to where the header files are nowSteve Chamberlain4-71/+22
1991-11-18Various improvements.Per Bothner2-0/+77
1991-11-18 * Makefile.in: Bump to version 1.92.Per Bothner3-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-18Initial revisionPer Bothner3-0/+10
1991-11-15.Sanitize: reflect someone's apocopation of binutils.texi[nfo] nameRoland Pesch2-8/+46
Makefile.in: improve texi2roff workarounds
1991-11-14Remove '-' prefix from makeinfo invocation. There are no info errorsRoland Pesch1-1/+1
in doc here; if any creep in I want a bug report.
1991-11-14build and install info; install other correctlyK. Richard Pixley1-7/+14
1991-11-14added info dir menu hooksK. Richard Pixley1-2/+8
1991-11-14(1) repair Makefile targets involving "binutils.texinfo" to useRoland Pesch1-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-13Initial revisionK. Richard Pixley1-0/+737
1991-11-13 * ar.c (get_pos_bfd): Previous fix was missing a "break".Per Bothner1-0/+4
1991-11-11Added the $(MINUS_G) flag so that debugging can be turned offSteve Chamberlain1-1/+2
1991-11-09Now runs write_armap, even when listing contents.Steve Chamberlain1-21/+11
1991-11-09Fixed bug printing 29050 instructions.Steve Chamberlain1-3/+4
1991-11-08Fix missing brackets, parens, discovered during man-page conversion.Roland Pesch1-3/+3
1991-11-08install man pages tooK. Richard Pixley1-2/+13
1991-11-07*** empty log message ***Steve Chamberlain1-0/+17
1991-11-06Added nm.1, objdump.1, ranlib.1, size.1 and strip.1Steve Chamberlain1-1/+10
1991-11-05Initial revisionRoland Pesch1-0/+143
1991-11-05Initial revisionRoland Pesch1-0/+174
1991-11-05Fix for slight formatting error discovered while converting man pages.Roland Pesch1-1/+1
1991-11-05Initial revisionRoland Pesch1-0/+80
1991-11-05Initial revisionRoland Pesch1-0/+218
1991-11-05Initial revisionRoland Pesch1-0/+154
1991-11-05Initial revisionRoland Pesch1-0/+471
1991-11-05Added README to .SanitizeSteve Chamberlain1-1/+6
Made Makefile.in install using ddestdir
1991-11-05find include filesK. Richard Pixley1-2/+2
1991-11-03 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.Per Bothner3-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 Pesch1-40/+99
1991-10-29Minor corrections from proofreading pass for WRS.Roland Pesch1-47/+59
1991-10-29Don't care about an unlink failureSteve Chamberlain1-2/+5
1991-10-28 * ar.c (write_archive.c): added unlink before rename since someSteve Chamberlain2-5/+36
systems can't rename onto an existant file.