summaryrefslogtreecommitdiff
path: root/bfd/elf32-cris.c
Commit message (Expand)AuthorAgeFilesLines
* * elf32-cris.c (cris_elf_check_relocs): Don't assumeHans-Peter Nilsson2013-10-181-5/+10
* PR ld/15323Alan Modra2013-03-301-0/+4
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-1/+3
* * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra2013-02-211-9/+9
* * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra2013-02-101-4/+1
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-1/+1
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-1/+1
* * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton2012-07-131-134/+53
* * section.c (bfd_get_linker_section): New function.Alan Modra2012-06-291-40/+37
* * elf32-cris.c (cris_elf_plt_sym_val): Rewrite to work in presenceHans-Peter Nilsson2012-06-181-4/+52
* * elf32-cris.c (cris_elf_relocate_section): <R_CRIS_32_IE>Hans-Peter Nilsson2012-06-171-1/+2
* * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki2012-05-071-1/+1
* PR ld/13991Alan Modra2012-04-241-1/+1
* * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra2012-03-131-9/+2
* * elf32-cris.c (cris_elf_check_relocs) <plt accounting forHans-Peter Nilsson2011-12-011-5/+6
* PR ld/13177Alan Modra2011-10-191-1/+5
* * elf32-cris.c (cris_elf_gc_sweep_hook) <R_CRIS_16_GOTPLT>Hans-Peter Nilsson2011-10-141-0/+12
* * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra2011-06-131-10/+1
* bfd/Daniel Jacobowitz2010-10-251-9/+2
* 2010-09-24 Thomas Schwinge <thomas@codesourcery.com>tschwinge2010-09-241-1/+1
* Add target_id to elf_backend_data.H.J. Lu2010-08-251-0/+1
* 2010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves2010-08-181-2/+2
* fix set but unused variable warningsAlan Modra2010-06-271-2/+0
* * elf32-cris.c (cris_elf_relocate_section): Correct first argumentHans-Peter Nilsson2010-03-311-2/+3
* PR ld/11458Hans-Peter Nilsson2010-03-311-21/+50
* * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton2010-02-041-62/+83
* * elf32-cris.c (cris_elf_plt_sym_val): New function.Hans-Peter Nilsson2009-10-291-0/+16
* * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_DTPREL>:Hans-Peter Nilsson2009-10-191-8/+3
* * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>Hans-Peter Nilsson2009-03-251-2/+3
* * elf32-cris.c (cris_elf_relocate_section): <caseHans-Peter Nilsson2009-03-241-6/+23
* * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>Hans-Peter Nilsson2009-03-241-2/+1
* * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_tableHans-Peter Nilsson2009-01-271-4/+4
* * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>Hans-Peter Nilsson2009-01-271-2/+7
* * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>Hans-Peter Nilsson2009-01-271-1/+10
* * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbolHans-Peter Nilsson2009-01-191-1/+5
* * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>Hans-Peter Nilsson2009-01-071-3/+7
* 2009-01-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-01-031-1/+1
* * elf32-cris.c (elf_cris_finish_dynamic_symbol): RenameHans-Peter Nilsson2009-01-031-9/+15
* * elf32-cris.c (cris_elf_howto_table): Add entry for R_CRIS_32_IE.Hans-Peter Nilsson2008-12-201-6/+30
* (cris_elf_relocate_section) <R_CRIS_8, R_CRIS_16, R_CRIS_32>: Add missingHans-Peter Nilsson2008-12-171-1/+1
* * elf32-cris.c (elf_cris_copy_indirect_symbol): Return withoutHans-Peter Nilsson2008-12-171-0/+5
* * elf32-cris.c (elf_cris_copy_indirect_symbol): New function.Hans-Peter Nilsson2008-12-151-0/+31
* * elf32-cris.c (struct elf_cris_pcrel_relocs_copied): New memberHans-Peter Nilsson2008-12-151-68/+126
* * elf32-cris.c (elf_cris_got_elt_size) <symtab_hdr>: InitializeHans-Peter Nilsson2008-12-151-1/+4
* * elflink.c (is_reloc_section): New function. Returns true if theNick Clifton2008-11-251-51/+10
* Implement TLS for CRIS.Hans-Peter Nilsson2008-11-251-72/+853
* * elf32-cris.c (TLSHOWTO32, TLSHOWTO16): New macros.Hans-Peter Nilsson2008-10-041-2/+37
* 2008-01-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-01-111-0/+3
* * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code.Alan Modra2007-09-281-5/+1
* bfd/Jan Beulich2007-09-261-1/+3