aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-gen.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Remove ATTRIBUTE_UNUSED in the last patch.H.J. Lu1-1/+1
2001-03-272001-03-26 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+32
* elf32-gen.c (elf32_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf32_bfd_link_add_symbols): Defined to elf32_generic_link_add_symbols. * elf64-gen.c (elf64_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf64_bfd_link_add_symbols): Defined to elf64_generic_link_add_symbols.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-5/+5
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-06-04Define ELF_MAXPAGESIZE for all ELF based ports.Nick Clifton1-0/+1
Produce an error message of ELF_MAXPAGESIZE is not defined.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+71