aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-02-20include/Alan Modra1-10/+10
2005-02-11Fix compile time warning by using an unsigned type.Nick Clifton1-1/+1
2005-01-172005-01-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+58
2004-08-13bfd/Alan Modra1-3/+3
2004-06-24bfd/Alan Modra1-2/+7
2004-03-15 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.Alan Modra1-21/+21
2004-03-15 * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.Alan Modra1-98/+88
2003-11-04 * aout-adobe.c (aout_adobe_set_section_contents): Constify location.Alan Modra1-1/+1
2003-06-29Convert to C90 and a few tweaks.Alan Modra1-224/+167
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-33/+33
2002-11-26 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.Alan Modra1-1/+1
2002-11-182002-11-16 Klee Dienes <kdienes@apple.com>Klee Dienes1-548/+0
2002-10-25 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin1-6/+6
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-2/+2
2002-03-18 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.Alan Modra1-4/+3
2002-01-30Fixes for better translation into other languagesNick Clifton1-16/+19
2001-09-21Fix compile time warningsNick Clifton1-4/+3
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra1-1/+1
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-81/+170
2001-05-24Support for xcoff64Tom Rix1-1/+1
2001-03-08Update copyright noticesNick Clifton1-1/+2
2001-02-11fix formattingNick Clifton1-4/+4
2001-01-032001-01-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-56/+43
2000-12-21Add bfd_get_bits() and bfd_put_bits().Nick Clifton1-0/+48
2000-07-31Minor formatting fixes.Nick Clifton1-1/+1
2000-07-12* libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writingDJ Delorie1-5/+25
2000-05-22Use bfd_generic_verify_endian_match() and fix it to only check when endiannessNick Clifton1-5/+9
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra1-2/+2
2000-01-21Fix seeks and reads past the end of a BIMNick Clifton1-1/+16
1999-11-09 * libbfd.c (bfd_read): Check result of read against desired resultIan Lance Taylor1-8/+15
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1-1/+1
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-27/+27
1999-07-11 * libbfd.c (bfd_put_8): Make it of type `void'.Mark Mitchell1-1/+1
1999-07-07 * elflink.h (elf_link_create_dynamic_sections): Handle non-standardMark Mitchell1-0/+14
1999-06-03 * libbfd.c (_bfd_generic_verify_endian_match): New function.Joern Rennecke1-0/+23
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1263