aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-cris.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-27 * Makefile.am: Remove all mention of elflink.h.Alan Modra1-6/+6
2004-03-25bfd/Alan Modra1-1/+1
2004-03-22 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,Hans-Peter Nilsson1-25/+64
2004-03-22 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_sectionAlan Modra1-2/+5
2004-01-11 * elf32-cris.c (cris_elf_gc_sweep_hook): Return early if noKazu Hirata1-6/+7
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-11/+2
2003-11-03 * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.Daniel Jacobowitz1-1/+0
2003-08-20Better handking for unresolved symbolsNick Clifton1-70/+41
2003-06-25Correct spelling of "relocatable".Alan Modra1-2/+2
2003-06-18 * elf32-cris.c (cris_elf_relocate_section) <caseHans-Peter Nilsson1-2/+9
2003-02-17Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton1-14/+13
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-207/+207
2002-11-28include/elf/ChangeLogAlan Modra1-26/+23
2002-11-07 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,Hans-Peter Nilsson1-1/+2
2002-08-15 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): AddHans-Peter Nilsson1-1/+2
2002-07-23 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra1-22/+5
2002-07-12 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensicalHans-Peter Nilsson1-40/+40
2002-07-09 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check forHans-Peter Nilsson1-13/+15
2002-07-01 * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra1-6/+4
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-1/+1
2002-06-03 * elf32-arc.c: Fix formatting.Kazu Hirata1-1/+1
2002-04-05 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,Hans-Peter Nilsson1-45/+35
2002-04-042002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-2/+2
2002-03-28 * linker.c (link_action): Ignore duplicate warning syms.Alan Modra1-0/+9
2002-02-19 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek1-6/+4
2002-01-31 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don'tHans-Peter Nilsson1-2/+8
2002-01-21 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:Hans-Peter Nilsson1-0/+14
2002-01-21 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): AddAlan Modra1-4/+5
2001-12-17 Support for more than 64k ELF sections.Alan Modra1-7/+1
2001-12-07 * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek1-16/+5
2001-11-23 * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek1-3/+1
2001-11-12 * elf32-cris.c (cris_elf_grok_prstatus): Adjust values to match newHans-Peter Nilsson1-2/+2
2001-11-10 * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra1-0/+1
2001-11-02 * elf32-cris.c (cris_elf_grok_prstatus): New function.Hans-Peter Nilsson1-0/+74
2001-10-24 * elf32-cris.c (cris_reloc_type_lookup): Change loop to useHans-Peter Nilsson1-3/+2
2001-10-212001-10-21 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2001-10-202001-10-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2001-09-29 * elf-bfd.h (struct elf_link_local_dynamic_entry): Add init_refcount.Alan Modra1-20/+8
2001-09-24 * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entireAlan Modra1-4/+4
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra1-34/+17
2001-09-20coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton1-1/+1
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-38/+41
2001-08-26 * elf32-cris.c (cris_elf_check_relocs): Set DF_TEXTREL if theAndreas Jaeger1-34/+25
2001-08-112001-08-10 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-1/+5
2001-04-17 * elf32-cris.c: Tweak comments related to dynamic linking.Hans-Peter Nilsson1-27/+100
2001-03-22 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.Hans-Peter Nilsson1-49/+2351
2001-03-08Update copyright noticesNick Clifton1-1/+1
2000-12-032000-12-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-23/+23
2000-09-29 Define two bfd_targets for absence and presence of leadingHans-Peter Nilsson1-8/+119