aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.h
AgeCommit message (Collapse)AuthorFilesLines
1999-08-20fix bug in previous deltaNick Clifton1-5/+15
1999-08-19Fix partial REL relocs.Nick Clifton1-12/+41
1999-08-12Fix interworking problems.Nick Clifton1-34/+41
1999-08-11Check for overflow on R_ARM_PC24 relocs.Nick Clifton1-3/+9
1999-07-30Correctly handle Vtentry relocs.Catherine Moore1-1/+1
1999-07-12 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-7/+7
as appropriate. Use EMPTY_HOWTO as appropriate. Fill in structure initializations. Add casts. * reloc.c (EMPTY_HOWTO): Define. * bfd-in2.h: Rebuild. * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless comparisons against 0. * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change previous_ibfd_e_flags to unsigned long. * vms.h (struct vms_private_data_struct): Change section_count to unsigned. * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned. (_bfd_vms_write_gsd): Change symnum to unsigned. * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned. * vms-tir.c (etir_sta): Change psect to unsigned. (alloc_section): Change idx to unsigned. (tir_sta, tir_ctl): Change psect to unsigned. (_bfd_vms_write_tir): Change len and before to bfd_size_type. * vms.c (priv_section_count): Change to unsigned.
1999-07-12 * Many files: Changes to avoid gcc warnings: Remove unused localIan Lance Taylor1-2/+3
variables. Add default case to enum switches. * coff-arm.c (bfd_arm_allocate_interworking_sections): Only compile if not COFF_IMAGE_WITH_PE. (record_arm_to_thumb_glue, record_thumb_to_arm_glue): Likewise. (bfd_arm_get_bfd_for_interworking): Likewise. (bfd_arm_process_before_allocation): Likewise. * epoc-pei-arm.c: Don't rename bfd_arm functions. * pei-arm.c: Likewise. * elf32-mips.c (mips_elf_link_hash_table_create): Don't declare. (MIPS_ELF_ADD_DYNAMIC_ENTRY): Correct last change. (mips_elf_got16_entry): Put parens around & in body of ==. (mips_elf_calculate_relocation): Correct test for empty string. * vms-gsd.c: Use _bfd_error_handler rather than fprintf to stderr. * vms-misc.c (_bfd_vms_length_hash_symbol): Correct sprintf format.
1999-07-02 * dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.Mark Mitchell1-1/+1
(_bfd_dwarf2_find_nearest_line): Add ADDR_SIZE parameter. * elf.c (_bfd_elf_find_nearest_line): Pass it. * elf32-arm.h (elf32_arm_find_nearest_line): Likewise. * elf32-mips.c (ABI_64_P): New macro. (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P. (_bfd_mips_elf_find_nearest_line): Adjust call to _bfd_dwarf2_find_nearest_line. * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype. * libbfd.h: Regenerated.
1999-06-30Define 'elf_backend_got_header_size' and 'elf_backend_plt_header_size'.Nick Clifton1-0/+3
1999-06-29Patch from: Jim Pick <jim@jimpick.com>Nick Clifton1-0/+2
Take note of 'no_undefined'.
1999-06-04(ELF_MAXPAGESIZE): Default to 0x1000 not 1Nick Clifton1-14/+15
1999-06-03Fix typo: change ELF_MAXPAGE_SIZE to ELF_MAXPAGESIZE.Ulrich Drepper1-108/+108
1999-05-30Philip Blundell <philb@gnu.org>Nick Clifton1-2/+8
* elf32-arm.h (elf32_arm_relocate_section): Reinstate change of 1993-03-25 (!!). Take into account the bitmasks for the reloc so the addend does not overflow into the rest of the word
1999-05-29Fix implementation of R_ARM_PC24 and R_ARM_THM_PC22 relocs to conform to spec.Nick Clifton1-54/+150
1999-05-26Applied patches from Philip Blundell <pb@nexus.co.uk>, to improve PIC support.Nick Clifton1-19/+56
1999-05-241999-05-24 Philip Blundell <pb@nexus.co.uk>Nick Clifton1-1/+1
* elf32-arm.h (elf32_arm_relocate_section): Undo change of 1999-03-25
1999-05-14 * elf32-arm.h (elf32_arm_relocate_section): Fix operatorAndreas Schwab1-1/+1
precedence between bit-and and comparison.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+3010