summaryrefslogtreecommitdiff
path: root/bfd/elf32-xstormy16.c
Commit message (Expand)AuthorAgeFilesLines
* 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