Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-07-10 | Structural changes for Info file only (no effect on printed manual), | Roland Pesch | 1 | -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-10 | Support -program_suffix (and make -program_prefix actually work). | David Henkel-Wallace | 1 | -0/+4 | |
1992-07-04 | Since sconix is treated as an OS (as opposed to vendor), we need to | Sean Eric Fagan | 1 | -7/+104 | |
explicitly check for it. | |||||
1992-06-25 | Lint. Remove excess whitespace. | John Gilmore | 1 | -0/+4 | |
1992-06-24 | * nm.c (valueof macro): Add missing parentheses. | Per Bothner | 2 | -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 Gilmore | 3 | -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-13 | Lint | John Gilmore | 2 | -54/+49 | |
1992-06-13 | Lint | John Gilmore | 3 | -35/+75 | |
1992-06-11 | * objdump.1, binutils.texi: Update for --stabs. Also fix | John Gilmore | 3 | -16/+42 | |
objdump's doc to use -- rather than + for long options. (FIXME: Not yet fixed everywhere in binutils.texinfo.) | |||||
1992-06-11 | New feature: --stabs prints out a .stab section from an ELF file. | John Gilmore | 2 | -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-10 | Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 2 | -506/+611 | |
* objdump.c(display_info), patches from mohring@informatik.tu-muenchen.de to print the table much more nicely. | |||||
1992-06-08 | new file from bothner, fixes sparc cross-disassembly core dumps | David D. Zuhn | 1 | -67/+87 | |
1992-06-04 | use byacc instead of bison. | Mark Eichin | 1 | -7/+8 | |
1992-05-27 | * arlex.l: Don't include <sysdep.h> (unneeded conflicts). | Per Bothner | 1 | -0/+5 | |
Add declaration of strdup(). | |||||
1992-05-22 | * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex | Per Bothner | 1 | -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 Bothner | 2 | -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 Bothner | 1 | -1/+6 | |
1992-05-21 | Refer to current version of Binutils (1.97). This will be | Roland Pesch | 1 | -2/+2 | |
automatically synched one day, when Texinfo has at least trivial macros. | |||||
1992-05-08 | Correct reference to linker manual title (title was "GLD, the GNU linker"; | Roland Pesch | 1 | -6/+5 | |
now is "Using LD, the GNU linker"). | |||||
1992-05-07 | *** empty log message *** | Roland Pesch | 1 | -0/+4 | |
1992-05-07 | Doc for (MRI-compatible) ar command language. | Roland Pesch | 1 | -13/+208 | |
1992-05-07 | * arparse.y: make END call ar_end | Steve Chamberlain | 1 | -0/+7 | |
* arsup.c (ar_end): added, deletes temp file if archive session aborted. | |||||
1992-05-06 | FLEX -> LEX. use bison & flex from ../ if they exist | K. Richard Pixley | 1 | -0/+3 | |
1992-05-06 | remove temporary directory when finished | K. Richard Pixley | 2 | -0/+6 | |
1992-05-05 | * Makefile.in: Bump to version 1.97. | Per Bothner | 3 | -4/+13 | |
* ar.c: Declare errno for machines that need it. | |||||
1992-05-05 | * objdump.c (display_info): Handle error cases without coredump. | John Gilmore | 2 | -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-02 | added test-install target | K. Richard Pixley | 2 | -0/+5 | |
1992-05-01 | keep sanity.sh | K. Richard Pixley | 1 | -1/+2 | |
1992-05-01 | sanity test | K. Richard Pixley | 3 | -0/+55 | |
1992-05-01 | Add support for 386 disassembly | Steve Chamberlain | 3 | -34/+42 | |
1992-05-01 | i386 disassembler stolen from GDB. Is it time to build a different | Steve Chamberlain | 1 | -0/+1850 | |
directory for these things ? | |||||
1992-04-21 | rework CFLAGS so that they can be passed on the make command line | K. Richard Pixley | 2 | -41/+131 | |
1992-04-15 | Added EXTRACT command | Steve Chamberlain | 1 | -0/+38 | |
1992-04-15 | Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 6 | -204/+915 | |
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive scripting language. | |||||
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 | |