aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-xstormy16.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-08Index: bfd/ChangeLogGeoffrey Keating1-0/+1074