summaryrefslogtreecommitdiff
path: root/bfd/archive.c
Commit message (Expand)AuthorAgeFilesLines
...
* bfd/Alan Modra2007-06-271-9/+16
* bfd/Alan Modra2007-04-261-2/+2
* * bfd.c (bfd_error_type): Add bfd_error_on_input.Alan Modra2006-10-301-6/+10
* * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton2006-09-161-9/+9
* * archive.c (hpux_uid_gid_encode): Fix thinko decrementing "cnt" variable.Nick Clifton2006-08-231-1/+1
* * archive.c (bfd_generic_archive_p): Remove unused local variableBen Elliston2006-05-021-3/+0
* * archive.c: Add missing SUBSECTION for documentation.Bob Wilson2005-10-051-0/+2
* * libbfd-in.h (struct artdata): Add extended_names_size field.Jakub Jelinek2005-07-051-18/+26
* * archive.c: Include "libiberty.h".Mark Kettenis2005-06-161-0/+1
* * elf.c (bfd_section_from_shdr): Fail if name is NULL.Jakub Jelinek2005-06-141-0/+6
* 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
* * libbfd-in.h (_bfd_ar_spacepad): New prototype.Jakub Jelinek2005-03-111-73/+57
* * archive.c (_bfd_look_for_bfd_in_cache): Move declaration ofMark Kettenis2005-03-101-1/+1
* * archive.c: Include hashtab.h.Ben Elliston2005-03-101-24/+45
* update copyright datesAlan Modra2005-03-031-1/+1
* * coffcode.h (coff_sym_filepos): Remove GNU960 conditional code.Ben Elliston2005-02-241-13/+0
* * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston2005-01-311-18/+1
* Add code to cope with nested archives.Nick Clifton2004-05-191-14/+22
* PR/136 - Have bfd_cache_lookup_worker() abort rather than return anNick Clifton2004-05-051-16/+14
* * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.Alan Modra2004-03-151-1/+1
* Convert to C90 and a few tweaks.Alan Modra2003-06-291-241/+163
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-121/+126
* * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin2002-10-251-3/+3
* * archive.c (_bfd_archive_bsd_update_armap_timestamp): ReplaceAlan Modra2002-10-211-3/+2
* * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra2002-07-301-19/+11
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-3/+3
* * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.Alan Modra2002-03-211-1/+1
* * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.Alan Modra2002-03-181-2/+4
* * Makefile.am: split up BFD_LIBS like statements in BFD32_LIBS andThiemo Seufer2001-12-051-1/+6
* * aout-encap.c: Fix comment typos.Kazu Hirata2001-10-101-1/+1
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-2/+2
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-110/+113
* * archive.c (offsetof): Remove define.Alan Modra2001-08-191-6/+0
* * bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.Alan Modra2001-08-171-4/+8
* Update copyright noticesNick Clifton2001-03-081-1/+2
* * archive.c (coff_write_armap): Don't write more than symbol_countAlexandre Oliva2000-12-251-1/+1
* 2000-11-20 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-201-2/+2
* 2000-11-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-101-86/+104
* 2000-09-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-081-30/+25
* * archive.c (_bfd_write_archive_contents): Add an informativeDJ Delorie2000-07-071-0/+5
* Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra2000-06-201-3/+3
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-1/+34
* * archive.c (hpux_uid_gid_encode): New function.Jeff Law2000-04-241-5/+56
* Revert previous patch.Nick Clifton1999-12-101-11/+9
* Change AR for ELF so that common symbols are not included in archive map.Nick Clifton1999-12-101-9/+11
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-1/+1
* * configure.in: Check whether getuid and getgid exist.Ian Lance Taylor1999-05-271-6/+9
* Initial revisionRichard Henderson1999-05-031-0/+2127