aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1992-07-10Structural changes for Info file only (no effect on printed manual),Roland Pesch1-43/+40
mostly thanks to Gumby suggestions: 1: move copyright/copying explanation up before top node as usual for info files 2: coalesce main menu and descriptive list of binutils 3: point directly into separate ld info file from binutils main menu
1992-07-10Support -program_suffix (and make -program_prefix actually work).David Henkel-Wallace1-0/+4
1992-07-04Since sconix is treated as an OS (as opposed to vendor), we need toSean Eric Fagan1-7/+104
explicitly check for it.
1992-06-25Lint. Remove excess whitespace.John Gilmore1-0/+4
1992-06-24 * nm.c (valueof macro): Add missing parentheses.Per Bothner2-20/+31
(Their lack screwed up numeric_forward().)
1992-06-14* objdump.c (dump_elf_stabs): Also dump .stab.index and .stab.excl sections.John Gilmore3-10/+17
(dump_elf_stabs_1): Split out main body of old dump_elf_stabs. * objdump.1, binutils.texi: Document new sections dumped.
1992-06-13LintJohn Gilmore2-54/+49
1992-06-13LintJohn Gilmore3-35/+75
1992-06-11* objdump.1, binutils.texi: Update for --stabs. Also fixJohn Gilmore3-16/+42
objdump's doc to use -- rather than + for long options. (FIXME: Not yet fixed everywhere in binutils.texinfo.)
1992-06-11New feature: --stabs prints out a .stab section from an ELF file.John Gilmore2-2/+149
Installed under #ifdef ELF_STAB_DISPLAY so it can be easily disabled, since it requires bfd-internals header files and such.
1992-06-10Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain2-506/+611
* objdump.c(display_info), patches from mohring@informatik.tu-muenchen.de to print the table much more nicely.
1992-06-08new file from bothner, fixes sparc cross-disassembly core dumpsDavid D. Zuhn1-67/+87
1992-06-04use byacc instead of bison.Mark Eichin1-7/+8
1992-05-27 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).Per Bothner1-0/+5
Add declaration of strdup().
1992-05-22 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlexPer Bothner1-0/+5
rules, since these are used when building a distribution. * Makefile.in (arlex.c): Don't re-direct output, since that leaves a bogus output files if it fails.
1992-05-22 * Makefile.in: Better lex support.Per Bothner2-5/+23
* Makefile.in (dist): Generate flex and bison outputs for distribution.
1992-05-22 * arlex.l: Make work with lex, for what it's worth.Per Bothner1-1/+6
1992-05-21Refer to current version of Binutils (1.97). This will beRoland Pesch1-2/+2
automatically synched one day, when Texinfo has at least trivial macros.
1992-05-08Correct reference to linker manual title (title was "GLD, the GNU linker";Roland Pesch1-6/+5
now is "Using LD, the GNU linker").
1992-05-07*** empty log message ***Roland Pesch1-0/+4
1992-05-07Doc for (MRI-compatible) ar command language.Roland Pesch1-13/+208
1992-05-07 * arparse.y: make END call ar_endSteve Chamberlain1-0/+7
* arsup.c (ar_end): added, deletes temp file if archive session aborted.
1992-05-06FLEX -> LEX. use bison & flex from ../ if they existK. Richard Pixley1-0/+3
1992-05-06remove temporary directory when finishedK. Richard Pixley2-0/+6
1992-05-05 * Makefile.in: Bump to version 1.97.Per Bothner3-4/+13
* ar.c: Declare errno for machines that need it.
1992-05-05* objdump.c (display_info): Handle error cases without coredump.John Gilmore2-0/+7
Close the dummy temporary file we open in the loop. * Makefile.in (arsup.o): Add kludge to build with Sun Make.
1992-05-02added test-install targetK. Richard Pixley2-0/+5
1992-05-01keep sanity.shK. Richard Pixley1-1/+2
1992-05-01sanity testK. Richard Pixley3-0/+55
1992-05-01Add support for 386 disassemblySteve Chamberlain3-34/+42
1992-05-01i386 disassembler stolen from GDB. Is it time to build a differentSteve Chamberlain1-0/+1850
directory for these things ?
1992-04-21rework CFLAGS so that they can be passed on the make command lineK. Richard Pixley2-41/+131
1992-04-15Added EXTRACT commandSteve Chamberlain1-0/+38
1992-04-15Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain6-204/+915
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive scripting language.
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