| Commit message (Expand) | Author | Age | Files | Lines |
* | PR 868 | Nick Clifton | 2008-02-20 | 1 | -1/+29 |
* | * srec.c (srec_get_section_contents): Return immediately on | Alan Modra | 2007-07-26 | 1 | -1/+2 |
* | Switch sources over to use the GPL version 3 | Nick Clifton | 2007-07-03 | 1 | -2/+3 |
* | bfd/ | Alan Modra | 2007-04-26 | 1 | -1/+1 |
* | * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define, | Alan Modra | 2007-02-15 | 1 | -1/+18 |
* | bfd/ | Alan Modra | 2005-11-24 | 1 | -9/+0 |
* | bfd/ | H.J. Lu | 2005-10-24 | 1 | -0/+10 |
* | bfd/ | H.J. Lu | 2005-10-15 | 1 | -0/+9 |
* | * archive.c: Add missing SUBSECTION for documentation. | Bob Wilson | 2005-10-05 | 1 | -0/+3 |
* | * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2, bfd_alloc2, | Jakub Jelinek | 2005-07-05 | 1 | -0/+102 |
* | bfd/ | H.J. Lu | 2005-06-06 | 1 | -0/+10 |
* | Update the address and phone number of the FSF organization in the GPL notices | Nick Clifton | 2005-05-04 | 1 | -1/+1 |
* | Update the FSF address in the copyright/GPL notice | Nick Clifton | 2005-05-04 | 1 | -1/+1 |
* | include/ | Alan Modra | 2005-02-20 | 1 | -10/+10 |
* | Fix compile time warning by using an unsigned type. | Nick Clifton | 2005-02-11 | 1 | -1/+1 |
* | 2005-01-17 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2005-01-17 | 1 | -0/+58 |
* | bfd/ | Alan Modra | 2004-08-13 | 1 | -3/+3 |
* | bfd/ | Alan Modra | 2004-06-24 | 1 | -2/+7 |
* | * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types. | Alan Modra | 2004-03-15 | 1 | -21/+21 |
* | * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*. | Alan Modra | 2004-03-15 | 1 | -98/+88 |
* | * aout-adobe.c (aout_adobe_set_section_contents): Constify location. | Alan Modra | 2003-11-04 | 1 | -1/+1 |
* | Convert to C90 and a few tweaks. | Alan Modra | 2003-06-29 | 1 | -224/+167 |
* | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 2002-11-30 | 1 | -33/+33 |
* | * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs. | Alan Modra | 2002-11-26 | 1 | -1/+1 |
* | 2002-11-16 Klee Dienes <kdienes@apple.com> | Klee Dienes | 2002-11-18 | 1 | -548/+0 |
* | * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to | Dave Anglin | 2002-10-25 | 1 | -6/+6 |
* | * aout-adobe.c: Don't compare against "true" or "false. | Alan Modra | 2002-06-25 | 1 | -2/+2 |
* | * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success. | Alan Modra | 2002-03-18 | 1 | -4/+3 |
* | Fixes for better translation into other languages | Nick Clifton | 2002-01-30 | 1 | -16/+19 |
* | Fix compile time warnings | Nick Clifton | 2001-09-21 | 1 | -4/+3 |
* | * bfd.c (bfd_archive_filename): New function. | Alan Modra | 2001-09-20 | 1 | -1/+1 |
* | Touches most files in bfd/, so likely will be blamed for everything.. | Alan Modra | 2001-09-18 | 1 | -81/+170 |
* | Support for xcoff64 | Tom Rix | 2001-05-24 | 1 | -1/+1 |
* | Update copyright notices | Nick Clifton | 2001-03-08 | 1 | -1/+2 |
* | fix formatting | Nick Clifton | 2001-02-11 | 1 | -4/+4 |
* | 2001-01-03 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2001-01-03 | 1 | -56/+43 |
* | Add bfd_get_bits() and bfd_put_bits(). | Nick Clifton | 2000-12-21 | 1 | -0/+48 |
* | Minor formatting fixes. | Nick Clifton | 2000-07-31 | 1 | -1/+1 |
* | * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing | DJ Delorie | 2000-07-12 | 1 | -5/+25 |
* | Use bfd_generic_verify_endian_match() and fix it to only check when endianness | Nick Clifton | 2000-05-22 | 1 | -5/+9 |
* | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 2000-02-21 | 1 | -2/+2 |
* | Fix seeks and reads past the end of a BIM | Nick Clifton | 2000-01-21 | 1 | -1/+16 |
* | * libbfd.c (bfd_read): Check result of read against desired result | Ian Lance Taylor | 1999-11-09 | 1 | -8/+15 |
* | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1999-09-12 | 1 | -1/+1 |
* | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 1999-07-11 | 1 | -27/+27 |
* | * libbfd.c (bfd_put_8): Make it of type `void'. | Mark Mitchell | 1999-07-11 | 1 | -1/+1 |
* | * elflink.h (elf_link_create_dynamic_sections): Handle non-standard | Mark Mitchell | 1999-07-07 | 1 | -0/+14 |
* | * libbfd.c (_bfd_generic_verify_endian_match): New function. | Joern Rennecke | 1999-06-03 | 1 | -0/+23 |
* | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1999-05-03 | 1 | -0/+1263 |