aboutsummaryrefslogtreecommitdiff
path: root/bfd/archive.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-08Update copyright noticesNick Clifton1-1/+2
2000-12-25* archive.c (coff_write_armap): Don't write more than symbol_countAlexandre Oliva1-1/+1
`archive_member_file_ptr's.
2000-11-202000-11-20 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-2/+2
* aix386-core.c: Fix formatting. * aout-adobe.c: Likewise. * aout-arm.c: Likewise. * aout-encap.c: Likewise. * aout-ns32k.c: Likewise. * aout-target.h: Likewise. * aout-tic30.c: Likewise. * aoutf1.h: Likewise. * aoutx.h: Likewise. * archive.c: Likewise.
2000-11-102000-11-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-86/+104
* archive.c: Fix formatting. * archures.c: Likewise.
2000-09-082000-09-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-30/+25
* archive.c: Fix formatting. * coff-arm.c: Likewise. * doc/chew.c: Likewise.
2000-07-07* archive.c (_bfd_write_archive_contents): Add an informativeDJ Delorie1-0/+5
comment.
2000-06-20Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra1-3/+3
Alexander Aganichev's fix for ieee.c
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-1/+34
2000-04-24 * archive.c (hpux_uid_gid_encode): New function.Jeff Law1-5/+56
(bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is defined and the ID is greater than 99999. (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode special uid/gid fields into 32 bit values.
1999-12-10Revert previous patch.Nick Clifton1-11/+9
1999-12-10Change AR for ELF so that common symbols are not included in archive map.Nick Clifton1-9/+11
Change LD for ELF so that archive elements whoes archive map contains a reference to a common symbol will get linkled in. Add new field to bfd_target structure and initialise it for all bfd targets.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-1/+1
as appropriate. Fill in structure initializations. Add variable initializations. Add casts. * dwarf1.c (parse_line_table): Change eachLine to unsigned long. (dwarf1_unit_find_nearest_line): Change i to unsigned long.
1999-05-27 * configure.in: Check whether getuid and getgid exist.Ian Lance Taylor1-6/+9
* archive.c: Define getuid and getgid as macros if HAVE_GETUID or HAVE_GETGID are not defined, respectively. (bfd_write_armap): Don't special case on _WIN32 for getuid and getgid. * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*. * configure, config.in: Rebuild.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+2127