Age | Commit message (Expand) | Author | Files | Lines |
2004-05-28 | 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com> | Joern Rennecke | 1 | -14/+11 |
2004-05-27 | 2004-05-27 Michael Chastain <mec.gnu@mindspring.com> | Michael Chastain | 1 | -3/+3 |
2004-05-24 | Add support for an m88k-openbsd target | Nick Clifton | 1 | -28/+560 |
2004-05-23 | * configure.in (is_release): Remove. | Ben Elliston | 1 | -561/+43 |
2004-05-22 | * Makefile.am (config.status): Don't depend on version.h. | Ben Elliston | 1 | -3/+2 |
2004-05-21 | Add --hash-size switch to the linker | Nick Clifton | 1 | -1/+1 |
2004-04-08 | * elflink.c: Include libiberty.h. | Richard Sandiford | 1 | -1/+1 |
2004-03-30 | Add (linker) support for CR16C processor | Nick Clifton | 1 | -2/+11 |
2004-03-27 | * Makefile.am: Remove all mention of elflink.h. | Alan Modra | 1 | -3/+3 |
2004-03-19 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -3/+5 |
2003-12-02 | make "dep-am" | Alan Modra | 1 | -3/+5 |
2003-10-10 | 2003-10-10 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -6/+6 |
2003-08-27 | * configure.in: Define and substitute BFD_HOST_LONG_LONG. | Ian Lance Taylor | 1 | -0/+1 |
2003-08-14 | * dep-in.sed: Remove libintl.h. | Alan Modra | 1 | -13/+6 |
2003-07-14 | Update Turkish translation files for bfd, gas and opcodes | Nick Clifton | 1 | -2/+2 |
2003-07-10 | * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo. | Alan Modra | 1 | -7/+8 |
2003-07-10 | 2001-09-12 Alexandre Oliva <aoliva@redhat.com> | Alexandre Oliva | 1 | -0/+5 |
2003-07-04 | (MKDOC rule): Add $(CFLAGS) in case it contains CC_FOR_BUILD specific switches. | Nick Clifton | 1 | -2/+2 |
2003-06-10 | * bfd/Makefile.am (config.status): Depend on version.h. | Alan Modra | 1 | -18/+23 |
2003-05-29 | Replace <ctype.h> with "safe-ctype.h" | Nick Clifton | 1 | -1/+1 |
2003-05-02 | Fix name of --enable-install-libbfd switch. | Nick Clifton | 1 | -4/+3 |
2003-04-21 | * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo. | Stephane Carrez | 1 | -2/+9 |
2003-04-01 | Add Xtensa port | Nick Clifton | 1 | -4/+20 |
2003-02-25 | Regenerate dependencies. | Alan Modra | 1 | -5/+5 |
2003-01-31 | bfd_follow_gnu_debuglink: New function. Follow the pointer contained inside a | Nick Clifton | 1 | -3/+4 |
2003-01-23 | include/elf/ChangeLog | Alan Modra | 1 | -2/+2 |
2003-01-16 | * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h. | Alan Modra | 1 | -16/+19 |
2003-01-09 | 2002-01-08 Klee Dienes <kdienes@apple.com> | Klee Dienes | 1 | -2/+2 |
2003-01-03 | * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo. | Stan Cox | 1 | -0/+9 |
2002-12-30 | Add support for msp430. | Nick Clifton | 1 | -0/+9 |
2002-11-18 | 2002-11-16 Klee Dienes <kdienes@apple.com> | Klee Dienes | 1 | -8/+16 |
2002-11-06 | Add support for PEF, Mach-O, xSYM | Nick Clifton | 1 | -5/+17 |
2002-11-06 | * Makefile.am: Remove entries for elf32-qnx.[ch]. | Alan Modra | 1 | -10/+5 |
2002-10-28 | 2002-10-28 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 |
2002-10-16 | * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo, | Alan Modra | 1 | -80/+17 |
2002-10-15 | * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd. | Richard Henderson | 1 | -9/+0 |
2002-10-14 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -11/+12 |
2002-10-11 | * Makefile.am: Run dep-am. | Daniel Jacobowitz | 1 | -6/+7 |
2002-10-09 | * Makefile.am: Add entries for elf32-sh64-lin.c and | Stephen Clarke | 1 | -0/+13 |
2002-09-21 | * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount" | Alan Modra | 1 | -0/+15 |
2002-08-30 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -27/+31 |
2002-08-28 | Add TMS320C4x support | Nick Clifton | 1 | -0/+8 |
2002-08-22 | Add sh-nto support | Nick Clifton | 1 | -0/+6 |
2002-08-09 | Add QNX Neutrino PowerPC support and common up QNX functions | Nick Clifton | 1 | -32/+537 |
2002-07-31 | * Makefile.am: Add n32 ABI support. | Thiemo Seufer | 1 | -527/+36 |
2002-07-30 | Add arm-*-nto port. | Nick Clifton | 1 | -0/+6 |
2002-07-17 | 2002-07-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2002-07-17 | Add IP2k support to BFD and LD | Nick Clifton | 1 | -1/+10 |
2002-07-01 | * vaxbsd.c: New BFD backend for VAX BSD and Ultrix. | Alan Modra | 1 | -3/+8 |
2002-06-23 | * Makefile.in: Regenerate. | Alan Modra | 1 | -29/+518 |