aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-xstormy16.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+2
2014-05-02bfd target vector rationalisationAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2013-03-30 PR ld/15323Alan Modra1-0/+4
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra1-12/+9
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-2/+2
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra1-7/+1
2010-10-25 bfd/Daniel Jacobowitz1-9/+2
2007-09-26bfd/Jan Beulich1-1/+3
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-3/+3
2007-04-26bfd/Alan Modra1-1/+1
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra1-0/+27
2007-03-07 PR 3958Alan Modra1-4/+15
2006-10-17bfd/Alan Modra1-0/+2
2006-09-28 * elflink.c (_bfd_elf_gc_mark_hook): New function.Alan Modra1-44/+15
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-145/+99
2005-05-052005-05-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-9/+9
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2004-10-21bfd/H.J. Lu1-2/+2
2004-10-18Compute 'name' for relocs against both local and global symbols.gdb_6_3-branchpointNick Clifton1-4/+10
2004-06-29 * bfd-in.h (bfd_get_section_limit): Define.Alan Modra1-3/+1
2004-06-24bfd/Alan Modra1-15/+11
2004-03-27 * Makefile.am: Remove all mention of elflink.h.Alan Modra1-2/+2
2004-03-22 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_sectionAlan Modra1-4/+5
2004-03-20bfd/H.J. Lu1-27/+4
2003-11-05 * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and returnAlan Modra1-1/+1
2003-06-25Correct spelling of "relocatable".Alan Modra1-7/+7
2003-05-21Fix dst_mask for X_STORMY16_REL_12 reloc.Nick Clifton1-1/+1
2003-05-12Use "bitfield" overflow detection for R_XSTORMY16_16 reloc.Nick Clifton1-1/+1
2003-05-07Reset R_XSTORMY16_16 reloc to ignore overflows.Nick Clifton1-1/+1
2003-05-02Make the R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain aboutNick Clifton1-5/+5
2003-03-21* elf32-xstormy16.c (elf32_xstormy16_relocate_section): CallDJ Delorie1-3/+1
2003-01-07* elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 notDJ Delorie1-1/+1
2002-12-20* reloc.c: Add BFD_RELOC_XSTORMY16_12.DJ Delorie1-1/+17
2002-12-17* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16DJ Delorie1-1/+33
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-84/+84
2002-11-28include/elf/ChangeLogAlan Modra1-2/+2
2002-07-23 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra1-3/+0
2002-07-07 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra1-58/+27
2002-07-01 * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra1-6/+4
2002-06-06elf_swap_symbol_in args should be "const PTR", not "const PTR *".Alan Modra1-2/+2
2002-06-05 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.Alan Modra1-1/+2
2002-06-03 * elf32-arc.c: Fix formatting.Kazu Hirata1-28/+28
2002-05-07 * elf-bfd.h (struct elf_backend_data): Add rela_normal.Alan Modra1-22/+4
2002-03-28 * linker.c (link_action): Ignore duplicate warning syms.Alan Modra1-0/+6
2002-01-15Fix up generation of VTINHERIT relocsNick Clifton1-22/+30
2001-12-17 Support for more than 64k ELF sections.Alan Modra1-15/+42