Age | Commit message (Expand) | Author | Files | Lines |
1997-12-08 | Removed disasm_symaddr() function and switched detection of Arm vs Thumb | Nick Clifton | 1 | -0/+5 |
1997-12-02 | Add call to disasm_symaddr() | Nick Clifton | 2 | -79/+105 |
1997-12-02 | * windres.h (ESCAPE_*): Define standard escape sequences. | Ian Lance Taylor | 2 | -1/+70 |
1997-11-09 | * Makefile.am (bin_PROGRAMS): Don't use line continuations here. | Jeff Law | 1 | -0/+4 |
1997-11-04 | * objcopy.c (copy_section): Don't crash if there is no particular | Ian Lance Taylor | 1 | -0/+5 |
1997-11-03 | * objcopy.c (parse_flags): Make flag check case insensitive. | Ian Lance Taylor | 3 | -4/+48 |
1997-11-02 | * objcopy.c: Move new struct and variable definitions to top of | Ian Lance Taylor | 2 | -24/+31 |
1997-10-20 | Mon Oct 20 15:31:43 1997 Klaus K"ampf <kkaempf@progis.de> | Ian Lance Taylor | 1 | -0/+4 |
1997-10-14 | Add function to determine if a symbol is located at a given address. | Nick Clifton | 1 | -0/+7 |
1997-10-10 | * objcopy.c, objcopy.1, binutils.texi: "localize" is a better name | Richard Henderson | 4 | -14/+19 |
1997-10-09 | * binutils.texi (strip): Remove duplicate --target. From Marty | Ian Lance Taylor | 2 | -1/+4 |
1997-10-09 | * nm.c (lineno_cache_bfd): New file static variable. | Ian Lance Taylor | 1 | -0/+11 |
1997-10-09 | * objcopy.c (keep_specific_list, privatize_specific_list, | Richard Henderson | 4 | -107/+372 |
1997-10-05 | * objdump.c (disassemble_data): Added "0x" prefix to printed hex | Frank Ch. Eigler | 2 | -21/+78 |
1997-10-03 | * objcopy.c (set_times): New static function, replacing | Ian Lance Taylor | 1 | -0/+6 |
1997-10-03 | * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to | Ian Lance Taylor | 1 | -0/+8 |
1997-09-24 | * binutils.texi (ar cmdline): Document that q now works like r. | Ian Lance Taylor | 1 | -1/+4 |
1997-09-24 | * binutils.texi (size): The object file argument is optional. | Ian Lance Taylor | 2 | -1/+5 |
1997-09-24 | * aclocal.m4: Rebuild with new libtool. | Ian Lance Taylor | 1 | -0/+17 |
1997-08-28 | * binutils-all/objdump.exp (cpus_expected): Add arc. | David Edelsohn | 1 | -0/+10 |
1997-08-28 | Remove arc sanitization. | David Edelsohn | 2 | -51/+23 |
1997-08-06 | * configure.in: Define TARGET in header file. | Ian Lance Taylor | 2 | -0/+14 |
1997-08-05 | * Makefile.am (check-DEJAGNU): Export r. | Ian Lance Taylor | 3 | -2/+10 |
1997-08-05 | * Makefile.am (STRIP_PROG): Change from strip.new to strip-new. | Ian Lance Taylor | 3 | -22/+29 |
1997-08-05 | * configure.in: Remove AC_ARG_PROGRAM; it's invoked by | Ian Lance Taylor | 3 | -114/+98 |
1997-08-04 | * Makefile.am (install-exec-local): Create $(tooldir)/bin before | Ian Lance Taylor | 3 | -0/+6 |
1997-08-04 | * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT). | Ian Lance Taylor | 5 | -46/+55 |
1997-08-04 | * aclocal.m4, configure, Makefile.in: Rebuild with new automake | Ian Lance Taylor | 3 | -109/+97 |
1997-08-04 | * deflex.l, defparse.y: Use VERSIONK rather than VERSION. | Ian Lance Taylor | 4 | -4/+13 |
1997-08-01 | * acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4. | Ian Lance Taylor | 4 | -104/+135 |
1997-08-01 | * Makefile.am: New file, based on old Makefile.in. | Ian Lance Taylor | 11 | -780/+2604 |
1997-07-31 | From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>: | Ian Lance Taylor | 2 | -0/+16 |
1997-07-30 | From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>: | Ian Lance Taylor | 2 | -1/+8 |
1997-07-29 | * resbin.c (bin_to_res_string): Correct adjustment of data and | Ian Lance Taylor | 2 | -2/+7 |
1997-07-22 | * nlmconv.c (link_inputs): Call libiberty pexecute function. | Ian Lance Taylor | 1 | -0/+5 |
1997-07-22 | Tue Jul 22 16:19:34 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz... | Ian Lance Taylor | 2 | -5/+97 |
1997-06-26 | More tweaks. Add windres documentation. | Ian Lance Taylor | 3 | -2/+138 |
1997-06-26 | * rcparse.y: Add a couple of missing semicolons (accepted by bison | Ian Lance Taylor | 2 | -2/+4 |
1997-06-26 | * windres.c (main): Quit if we didn't get any resources. | Ian Lance Taylor | 3 | -3/+12 |
1997-06-26 | * resbin.c: New file. | Ian Lance Taylor | 9 | -246/+3354 |
1997-06-23 | Another windres snapshot. Can now read the COFF resources directory, | Ian Lance Taylor | 6 | -30/+356 |
1997-06-22 | First stab at Windows resource compiler: | Ian Lance Taylor | 10 | -85/+5953 |
1997-06-12 | * dlltool.c (export_type): Add data field. | Ian Lance Taylor | 2 | -3/+24 |
1997-06-11 | * dlltool.h: New file. | Ian Lance Taylor | 6 | -254/+352 |
1997-06-11 | Wed Jun 11 12:05:52 1997 H.J. Lu <hjl@gnu.ai.mit.edu> | Ian Lance Taylor | 1 | -0/+9 |
1997-06-04 | Removed global variable "exec_output". remote_load now returns | Bob Manson | 1 | -0/+70 |
1997-05-12 | * configure.in: Don't clear OPCODES when --enable-commonbfdlib is | Ian Lance Taylor | 1 | -0/+11 |
1997-04-15 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 2 | -10/+27 |
1997-04-14 | revert last patch | Ian Lance Taylor | 2 | -3/+1 |
1997-04-14 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 2 | -1/+3 |