summaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.h
Commit message (Expand)AuthorAgeFilesLines
* (elf32_arm_adjust_dynamic_symbol): Update ELF_LINK_HASH_NEEDS_PLT logic.Nick Clifton2002-09-191-6/+12
* Fix handling of R_ARM_THM_PC11Nick Clifton2002-09-121-14/+17
* Revert ARM linker patch and apply similar patch to bfd insteadNick Clifton2002-08-271-0/+25
* Revert Adam Nemet's THUMB PLT patchNick Clifton2002-08-011-241/+41
* Add support for Thumb PLT entries with interworkingNick Clifton2002-07-311-41/+241
* Add arm-*-nto port.Nick Clifton2002-07-301-6/+14
* * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra2002-07-071-40/+24
* * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra2002-07-011-6/+4
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-1/+1
* * elf32-arc.c: Fix formatting.Kazu Hirata2002-06-031-5/+5
* Fix genreation of arm <->thumb glue stubs by ensuring that they are in the la...Nick Clifton2002-05-291-15/+32
* For the Thumb BLX reloc round the relocation up rather than down.Nick Clifton2002-05-231-12/+9
* * elf-bfd.h (struct elf_backend_data): Add rela_normal.Alan Modra2002-05-071-4/+10
* Fix check for overflow of relocation for the Thumb BL instruction.Nick Clifton2002-05-061-1/+1
* 2002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-041-2/+2
* * linker.c (link_action): Ignore duplicate warning syms.Alan Modra2002-03-281-0/+3
* * elf32-arm.h (elf32_arm_final_link_relocate case R_ARM_GOTOFF)Richard Earnshaw2002-03-211-0/+13
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek2002-02-191-10/+6
* 2002-02-08 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-02-081-2/+2
* 2002-01-31 Philipp Thomas <pthomas@suse.de>Philipp Thomas2002-02-011-10/+10
* Fixes for better translation into other languagesNick Clifton2002-01-301-2/+2
* Unify messages in coff-arm.c and elf32-arm.h.Philipp Thomas2002-01-301-3/+3
* * elf32-arm.h (elf32_arm_merge_private_bfd_data): HandleRichard Earnshaw2002-01-161-9/+40
* * elf32-arm.h (elf32_arm_size_dynamic_sections): When removingAlan Modra2002-01-161-5/+9
* Handle R_ARM_THM_PC11Nick Clifton2002-01-031-0/+41
* Reformat error messages to ease translation into other languages.Nick Clifton2002-01-021-13/+21
* Support for more than 64k ELF sections.Alan Modra2001-12-171-8/+3
* * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek2001-12-071-19/+6
* Fixes to improve the ability to translate messages in the binutils toolsNick Clifton2001-12-061-8/+14
* * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek2001-11-231-0/+42
* * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra2001-11-101-0/+1
* Treat R_ARM_THM_PC22 like R_ARM_PC24.Nick Clifton2001-10-121-2/+5
* Revert most of previous delta. Do not call bfd_archive_filename on outputNick Clifton2001-09-271-6/+6
* Replace bfd_get_filename with bfd_archive_filename in error message.Nick Clifton2001-09-271-32/+34
* * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entireAlan Modra2001-09-241-4/+4
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-201-51/+56
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-78/+92
* Do not rightshift recomputed addend during relocatable link if not USE_REL.Nick Clifton2001-08-311-3/+2
* * elf32-cris.c (cris_elf_check_relocs): Set DF_TEXTREL if theAndreas Jaeger2001-08-261-50/+52
* Add missing prototypesNick Clifton2001-08-251-44/+80
* Include offset of reloc from start of section when computing value forNick Clifton2001-08-031-1/+1
* 2001-06-09 Philip Blundell <philb@gnu.org>Phil Blundell2001-06-091-2/+2
* Support big endian PLT entries.Nick Clifton2001-05-281-12/+20
* Set EF_ARM_HASENTRY if the start address is set.Nick Clifton2001-05-041-0/+12
* Fix warning messageNick Clifton2001-03-161-4/+4
* 2001-03-11 Philip Blundell <philb@gnu.org>Phil Blundell2001-03-111-0/+7
* Update copyright noticesNick Clifton2001-03-081-1/+1
* Conditionalize prevbious pathc on ! defined OLD_ARM_ABI.Nick Clifton2001-03-071-1/+2
* Fix BLX(1) for ThumbNick Clifton2001-03-061-0/+11
* 2001-02-28 Philip Blundell <pb@futuretv.com>Phil Blundell2001-02-281-31/+49