summaryrefslogtreecommitdiff
path: root/bfd/elf32-iq2000.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-12-17Use _bfd_elf_copy_private_bfd_dataH.J. Lu
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu
2013-03-30 PR ld/15323Alan Modra
2013-01-10Remove trailing white spaces in bfdH.J. Lu
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki
2012-04-24 PR ld/13991Alan Modra
2010-10-25 bfd/Daniel Jacobowitz
2008-07-30Silence gcc printf warningsAlan Modra
2008-02-12* elf32-iq2000.c (iq2000_elf_relocate_section): Adjust addend ofDJ Delorie
2007-09-28 * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code.Alan Modra
2007-09-26bfd/Jan Beulich
2007-07-03Switch sources over to use the GPL version 3Nick Clifton
2007-06-29bfd:Joseph Myers
2007-04-26bfd/Alan Modra
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra
2007-03-07 PR 3958Alan Modra
2006-09-28 * elflink.c (_bfd_elf_gc_mark_hook): New function.Alan Modra
2006-09-16* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton
2005-06-202005-06-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton
2005-03-03update copyright datesAlan Modra
2005-02-11(iq2000_reloc_map): Remove unused structure and array.Nick Clifton
2004-11-19 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Warning fix.Alan Modra
2004-11-02Convert to ISO C90Nick Clifton
2004-10-28iq2000_elf_relocate_section): Do nothing when perfoming a relocatable link.Nick Clifton
2004-10-21bfd/H.J. Lu
2004-03-27 * Makefile.am: Remove all mention of elflink.h.Alan Modra
2004-03-22 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_sectionAlan Modra
2003-08-20Better handking for unresolved symbolsNick Clifton
2003-06-25Correct spelling of "relocatable".Alan Modra
2003-05-09 * cpu-arm.c (arm_check_note): Warning fix.Alan Modra
2003-01-03 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.Stan Cox