aboutsummaryrefslogtreecommitdiff
path: root/bfd/syms.c
AgeCommit message (Collapse)AuthorFilesLines
2001-08-09 * coff-rs6000.c: Add missing prototypes.Alan Modra1-1/+2
(xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow, xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset, xcoff_loader_reloc_offset): Make static. * dwarf1.c: Add missing prototypes. * dwarf2.c: Add missing prototypes. (struct abbrev_info): Move definition. (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise. * elf.c: Add missing prototypes. * elf32-gen.c: Likewise. * elf32-i386.c: Likewise. * elf32-ppc.c: Likewise. (ppc_elf_sort_rela): Use PTR instead of "void *". * elflink.h: Add missing prototypes. Formatting fixes. * merge.c: Add missing prototypes. (last4_eq): Use PTR instead of "void *". (last_eq): Likewise. * syms.c: Add missing prototypes.
2001-07-05Fix ia64-linux binutils readelf -s testsuite failure.Jim Wilson1-1/+4
* syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
2001-03-08Update copyright noticesNick Clifton1-1/+2
2000-12-202000-12-19 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-16/+10
* sco5-core.c: Fix formatting. * section.c: Likewise. * sparclinux.c: Likewise. * sparclynx.c: Likewise. * sparcnetbsd.c: Likewise. * srec.c: Likewise. * stabs.c: Likewise. * stab-syms.c: Likewise. * sunos.c: Likewise. * syms.c: Likewise. * sysdep.h: Likewise.
2000-07-10Ryan Bradetich's warning fixes.Alan Modra1-3/+3
2000-06-29* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.DJ Delorie1-1/+1
2000-01-28Apply patch from Thomas de Lellis to allow nm to distinguish between weakNick Clifton1-5/+41
function symbols and weak data symbols.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor1-1/+6
* syms.c (BSF_DEBUGGING_RELOC): Define. * coffgen.c (fixup_symbol_value): Relocate a symbol which has BSF_DEBUGGING_RELOC set. * bfd-in2.h: Rebuild.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor1-2/+12
* syms.c (stt): Add some PE/PEI section names. (bfd_decode_symclass): Return 'w', not 'U', for a weak undefined symbol. (bfd_symbol_info): Check for 'w'.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-22/+24
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-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1253