Age | Commit message (Expand) | Author | Files | Lines |
1994-02-04 | * objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we | David MacKenzie | 2 | -1/+6 |
1994-02-03 | * objdump.c (dump_section_stabs, read_section_stabs, | David MacKenzie | 2 | -61/+96 |
1994-02-03 | More changes to print ambiguous matches and use the | David MacKenzie | 3 | -6/+15 |
1994-02-03 | * nlmconv.c (main): Use bfd_get_flavour instead of struct member. | David MacKenzie | 4 | -5/+12 |
1994-02-03 | * ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit. | David MacKenzie | 2 | -654/+667 |
1994-02-03 | * nlmconv.c (main), objcopy.c (copy_file): Print matching formats | David MacKenzie | 8 | -561/+1141 |
1994-02-01 | Mon Jan 31 18:52:47 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 3 | -4/+28 |
1994-02-01 | Mon Jan 31 18:50:41 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 2 | -0/+20 |
1994-01-26 | * objcopy.c (filter_bytes): New function. | David MacKenzie | 5 | -257/+398 |
1994-01-26 | Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant with | Rob Savoye | 2 | -3/+3 |
1994-01-26 | Removed objdump.h | Stan Shebs | 1 | -2/+1 |
1994-01-26 | Tue Jan 25 19:40:54 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 3 | -32/+18 |
1994-01-25 | Add lib dir and utils-lib.exp. | Rob Savoye | 2 | -0/+68 |
1994-01-25 | * objdump.c (display_file): Remove call to list_matching_formats. | David MacKenzie | 2 | -18/+19 |
1994-01-25 | Change RUNTESTFLAGS to RUNTEST_FLAGS to be consistant with FLAGS_TO_PASS. | Rob Savoye | 1 | -1/+1 |
1994-01-24 | * objdump.c (display_file): Remove call to list_matching_formats. | David MacKenzie | 2 | -7/+16 |
1994-01-24 | * binutils.texi (objdump): Note some limitations of -h section | David MacKenzie | 2 | -1/+23 |
1994-01-23 | Sat Jan 22 16:25:09 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 4 | -3/+617 |
1994-01-23 | Minor MPW compatibility tweaks. | Stan Shebs | 4 | -14/+31 |
1994-01-22 | * objdump.c (list_matching_formats): If the file format is ambiguous, | David MacKenzie | 2 | -7/+28 |
1994-01-22 | * objdump.c (disassemble_data): Support bfd_arch_rs6000. | Ian Lance Taylor | 2 | -0/+10 |
1994-01-17 | Mon Jan 17 13:57:25 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 2 | -15/+26 |
1994-01-17 | * binutils.all/objdump.exp: Trim list of format names expected, and accept any | Ken Raeburn | 1 | -0/+47 |
1994-01-14 | * objcopy.c (strip_main, copy_main): Don't clobber the input file | Ian Lance Taylor | 2 | -523/+676 |
1994-01-14 | * nlmconv.c (main): Warn about an attempt to use a shared library | Ian Lance Taylor | 2 | -0/+10 |
1994-01-14 | * nlmconv.c (setup_sections): Make sure that we align the | Ian Lance Taylor | 2 | -7/+22 |
1994-01-13 | * objdump.c (dump_relocs): Don't crash if section name is NULL. | Ian Lance Taylor | 2 | -33/+59 |
1994-01-09 | * bucomm.c (xmalloc, xrealloc): Deleted. | Ken Raeburn | 3 | -91/+115 |
1994-01-06 | * binutils.texi: Add a chapter summarizing the ways to select | David MacKenzie | 8 | -131/+486 |
1993-12-23 | Various entries. | Ian Lance Taylor | 1 | -0/+38 |
1993-12-23 | gcc -Wall lint: | Ian Lance Taylor | 1 | -94/+90 |
1993-12-10 | * nlmheader.y (command): Accept MAP and FULLMAP without arguments. | Ian Lance Taylor | 1 | -0/+5 |
1993-12-10 | * nlmconv.c (main): Warn about imported symbols that are not in | Ian Lance Taylor | 2 | -2/+4 |
1993-12-10 | * nlmconv.c (debug, unlink_on_exit): New static variables. | Ian Lance Taylor | 3 | -56/+435 |
1993-12-08 | * nlmheader.y (nlmheader_identify): New function. Use it to print | Ian Lance Taylor | 2 | -0/+967 |
1993-12-06 | * nlmconv.c (long_options): Changed --header-info to --header-file | Ian Lance Taylor | 2 | -21/+215 |
1993-12-05 | * objdump.c (dump_relocs): Avoid dereferencing a NULL sym_ptr_ptr | Jeff Law | 1 | -0/+25 |
1993-12-03 | * config/unix.exp: Add global before seeing if the variables for | Rob Savoye | 1 | -0/+6 |
1993-12-03 | * Makefile.in: Remove some stuff from the site.exp file. | Rob Savoye | 1 | -11/+1 |
1993-12-02 | Remove unused declaration from nlmconv.c. Add ChangeLog entry for | Ian Lance Taylor | 2 | -3/+10 |
1993-12-02 | Restore changes clobbered by Sean's check in. | Ian Lance Taylor | 1 | -9/+24 |
1993-11-23 | * binutils.texi: fix bug in nlmconv doc | Jeffrey Osier | 1 | -8/+11 |
1993-11-19 | binutils.texi: minor fix for nlmconv chapter | Jeffrey Osier | 1 | -2/+12 |
1993-11-17 | * nlmconv.1: new man page | Jeffrey Osier | 3 | -39/+128 |
1993-11-17 | * Makefile.in: Use CFLAGS as well as LDFLAGS when linking. | Ian Lance Taylor | 2 | -25/+38 |
1993-11-17 | fix typo | David MacKenzie | 2 | -1/+10 |
1993-11-14 | * objdump.c (dump_stabs): Handle stabs-in-som as implemented | Jeff Law | 1 | -0/+5 |
1993-11-13 | fix NAME hyphen | David MacKenzie | 10 | -9/+15 |
1993-11-09 | * nlmconv.c (i386_mangle_relocs): Adjust reloc address by | Ian Lance Taylor | 1 | -0/+9 |
1993-11-05 | Trying to fix repository after cvs breakage... | Ken Raeburn | 1 | -1127/+0 |