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