summaryrefslogtreecommitdiff
path: root/bfd/libbfd.c
Commit message (Expand)AuthorAgeFilesLines
* * srec.c (srec_get_section_contents): Return immediately onAlan Modra2007-07-261-1/+2
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-2/+3
* bfd/Alan Modra2007-04-261-1/+1
* * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,Alan Modra2007-02-151-1/+18
* bfd/Alan Modra2005-11-241-9/+0
* bfd/H.J. Lu2005-10-241-0/+10
* bfd/H.J. Lu2005-10-151-0/+9
* * archive.c: Add missing SUBSECTION for documentation.Bob Wilson2005-10-051-0/+3
* * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2, bfd_alloc2,Jakub Jelinek2005-07-051-0/+102
* bfd/H.J. Lu2005-06-061-0/+10
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* include/Alan Modra2005-02-201-10/+10
* Fix compile time warning by using an unsigned type.Nick Clifton2005-02-111-1/+1
* 2005-01-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-01-171-0/+58
* bfd/Alan Modra2004-08-131-3/+3
* bfd/Alan Modra2004-06-241-2/+7
* * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.Alan Modra2004-03-151-21/+21
* * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.Alan Modra2004-03-151-98/+88
* * aout-adobe.c (aout_adobe_set_section_contents): Constify location.Alan Modra2003-11-041-1/+1
* Convert to C90 and a few tweaks.Alan Modra2003-06-291-224/+167
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-33/+33
* * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.Alan Modra2002-11-261-1/+1
* 2002-11-16 Klee Dienes <kdienes@apple.com>Klee Dienes2002-11-181-548/+0
* * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin2002-10-251-6/+6
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-2/+2
* * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.Alan Modra2002-03-181-4/+3
* Fixes for better translation into other languagesNick Clifton2002-01-301-16/+19
* Fix compile time warningsNick Clifton2001-09-211-4/+3
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-201-1/+1
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-81/+170
* Support for xcoff64Tom Rix2001-05-241-1/+1
* Update copyright noticesNick Clifton2001-03-081-1/+2
* fix formattingNick Clifton2001-02-111-4/+4
* 2001-01-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-031-56/+43
* Add bfd_get_bits() and bfd_put_bits().Nick Clifton2000-12-211-0/+48
* Minor formatting fixes.Nick Clifton2000-07-311-1/+1
* * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writingDJ Delorie2000-07-121-5/+25
* Use bfd_generic_verify_endian_match() and fix it to only check when endiannessNick Clifton2000-05-221-5/+9
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-2/+2
* Fix seeks and reads past the end of a BIMNick Clifton2000-01-211-1/+16
* * libbfd.c (bfd_read): Check result of read against desired resultIan Lance Taylor1999-11-091-8/+15
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-1/+1
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-27/+27
* * libbfd.c (bfd_put_8): Make it of type `void'.Mark Mitchell1999-07-111-1/+1
* * elflink.h (elf_link_create_dynamic_sections): Handle non-standardMark Mitchell1999-07-071-0/+14
* * libbfd.c (_bfd_generic_verify_endian_match): New function.Joern Rennecke1999-06-031-0/+23
* Initial revisionRichard Henderson1999-05-031-0/+1263