aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.h
AgeCommit message (Expand)AuthorFilesLines
2004-10-08Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton1-1/+11
2004-10-07apply mising piece of previous patchNick Clifton1-1/+1
2004-10-07Skip redundant/bogus test for section membership when examining symbols.Nick Clifton1-3/+0
2004-10-01The patch below adds binutils support for the SHT_ARM_EXIDX, as defined byNick Clifton1-3/+61
2004-09-30bfd/Paul Brook1-0/+2
2004-09-17bfd/Paul Brook1-79/+186
2004-09-17include/Alan Modra1-6/+6
2004-09-16 * elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flagsAlan Modra1-37/+27
2004-09-16bfd/Alan Modra1-6/+16
2004-09-13bfd/Paul Brook1-6/+32
2004-09-06 * elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.Mark Mitchell1-27/+94
2004-09-03 * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.Mark Mitchell1-77/+124
2004-08-26 * INTERWORK_FLAG: Return true for EABIv3 objects.Paul Brook1-1/+3
2004-08-17(is_arm_mapping_symbol_name): New function - return true when a symbol nameNick Clifton1-46/+83
2004-08-13Convert file to ISO C90Nick Clifton1-313/+167
2004-08-13bfd/Alan Modra1-94/+74
2004-06-24bfd/Alan Modra1-46/+32
2004-05-06 * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32Daniel Jacobowitz1-5/+2
2004-04-27 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Don't assignAlan Modra1-2/+2
2004-04-232004-04-21 Philip Blundell <pb@nexus.co.uk>Phil Blundell1-1/+4
2004-04-022004-04-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+2
2004-04-01This time the version of the patch that works.Paul Brook1-4/+7
2004-04-01 * bfd/bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.Paul Brook1-3/+188
2004-03-31 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.Paul Brook1-0/+25
2004-03-27 * Makefile.am: Remove all mention of elflink.h.Alan Modra1-17/+5
2004-03-25bfd/Alan Modra1-1/+1
2004-03-23 * bfd/elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.Paul Brook1-0/+12
2004-03-22 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_sectionAlan Modra1-4/+4
2004-03-12Ignore data-only sections when checking interworking statusNick Clifton1-3/+15
2004-01-23 * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13Daniel Jacobowitz1-4/+5
2004-01-13 * elf32-arm.h (elf32_arm_final_link_relocate): Check that we createdDaniel Jacobowitz1-5/+11
2004-01-09 * elf32-arm.h (struct elf32_arm_relocs_copied): Remove pc_count.Daniel Jacobowitz1-115/+63
2003-11-27 * elf32-arm.h: Fix comment typos.Kazu Hirata1-6/+6
2003-11-11Fix decision about when a .interp section should existNick Clifton1-1/+1
2003-11-05 * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and returnAlan Modra1-1/+1
2003-11-03 * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.Daniel Jacobowitz1-1/+0
2003-10-292003-10-29 Daniel Jacobowitz <drow@mvista.com>Phil Blundell1-319/+734
2003-10-27 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamicDaniel Jacobowitz1-12/+19
2003-10-21Fix up error messages for Maverick.Nick Clifton1-1/+1
2003-08-20Better handking for unresolved symbolsNick Clifton1-50/+22
2003-08-05 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.Daniel Jacobowitz1-8/+24
2003-07-12Set maxpagesize for NTO targets to 4kNick Clifton1-0/+4
2003-06-25Correct spelling of "relocatable".Alan Modra1-7/+7
2003-05-09 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra1-2/+2
2003-04-01Fixes for iWMMXt contribution.Nick Clifton1-88/+14
2003-03-25Add iWMMXt supportNick Clifton1-3/+116
2003-02-13(elf32_thumb_to_arm_stub): Include section VMAs in computation of offset toNick Clifton1-7/+10
2003-02-10Add function to set machine number based on flags in header.Nick Clifton1-2/+18
2003-02-10Add support for marking ARM ELF binaries as support the Cirrus EP9312 MaverickNick Clifton1-3/+22
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-188/+188