summaryrefslogtreecommitdiff
path: root/bfd/elf32-xstormy16.c
Commit message (Expand)AuthorAgeFilesLines
* PR ld/15323Alan Modra2013-03-301-0/+4
* * section.c (bfd_get_linker_section): New function.Alan Modra2012-06-291-12/+9
* * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki2012-05-071-1/+1
* PR ld/13991Alan Modra2012-04-241-2/+2
* * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra2011-06-131-7/+1
* bfd/Daniel Jacobowitz2010-10-251-9/+2
* bfd/Jan Beulich2007-09-261-1/+3
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-3/+3
* bfd/Alan Modra2007-04-261-1/+1
* * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra2007-03-261-0/+27
* PR 3958Alan Modra2007-03-071-4/+15
* bfd/Alan Modra2006-10-171-0/+2
* * elflink.c (_bfd_elf_gc_mark_hook): New function.Alan Modra2006-09-281-44/+15
* Update function declarations to ISO C90 formattingNick Clifton2005-07-011-145/+99
* 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-05-051-9/+9
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* bfd/H.J. Lu2004-10-211-2/+2
* Compute 'name' for relocs against both local and global symbols.gdb_6_3-20041019-branchpointNick Clifton2004-10-181-4/+10
* * bfd-in.h (bfd_get_section_limit): Define.Alan Modra2004-06-291-3/+1
* bfd/Alan Modra2004-06-241-15/+11
* * Makefile.am: Remove all mention of elflink.h.Alan Modra2004-03-271-2/+2
* * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_sectionAlan Modra2004-03-221-4/+5
* bfd/H.J. Lu2004-03-201-27/+4
* * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and returnAlan Modra2003-11-051-1/+1
* Correct spelling of "relocatable".Alan Modra2003-06-251-7/+7
* Fix dst_mask for X_STORMY16_REL_12 reloc.Nick Clifton2003-05-211-1/+1
* Use "bitfield" overflow detection for R_XSTORMY16_16 reloc.Nick Clifton2003-05-121-1/+1
* Reset R_XSTORMY16_16 reloc to ignore overflows.Nick Clifton2003-05-071-1/+1
* Make the R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain aboutNick Clifton2003-05-021-5/+5
* * elf32-xstormy16.c (elf32_xstormy16_relocate_section): CallDJ Delorie2003-03-211-3/+1
* * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 notDJ Delorie2003-01-071-1/+1
* * reloc.c: Add BFD_RELOC_XSTORMY16_12.DJ Delorie2002-12-201-1/+17
* * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16DJ Delorie2002-12-171-1/+33
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-84/+84
* include/elf/ChangeLogAlan Modra2002-11-281-2/+2
* * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra2002-07-231-3/+0
* * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra2002-07-071-58/+27
* * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra2002-07-011-6/+4
* elf_swap_symbol_in args should be "const PTR", not "const PTR *".Alan Modra2002-06-061-2/+2
* * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.Alan Modra2002-06-051-1/+2
* * elf32-arc.c: Fix formatting.Kazu Hirata2002-06-031-28/+28
* * elf-bfd.h (struct elf_backend_data): Add rela_normal.Alan Modra2002-05-071-22/+4
* * linker.c (link_action): Ignore duplicate warning syms.Alan Modra2002-03-281-0/+6
* Fix up generation of VTINHERIT relocsNick Clifton2002-01-151-22/+30
* Support for more than 64k ELF sections.Alan Modra2001-12-171-15/+42
* Index: bfd/ChangeLogGeoffrey Keating2001-12-081-0/+1074