summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.am: Remove entries for elf32-qnx.[ch].Alan Modra2002-11-061-12/+12
* * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend ofAlan Modra2002-11-051-0/+6
* * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,Alan Modra2002-11-051-0/+31
* * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64Alan Modra2002-11-051-0/+20
* * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p isAlan Modra2002-11-051-0/+5
* * vms.c (vms_object_p): Restore the start address when returningKaz Kojima2002-11-041-0/+5
* * elflink.h (struct elf_final_link_info): Add shndxbuf_size.Alan Modra2002-11-041-0/+14
* * elf32-sh64-com.c (sh64_address_in_cranges): UseStephen Clarke2002-11-041-0/+5
* * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parametersHans-Peter Nilsson2002-11-031-0/+5
* 2002-10-31 David O'Brien <obrien@FreeBSD.org>David O'Brien2002-10-311-0/+5
* * coffcode.h: Remove extraneous '\'.Daniel Jacobowitz2002-10-301-0/+4
* 2002-10-28 H.J. Lu <hjl@gnu.org>H.J. Lu2002-10-281-0/+7
* * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): AddJason Thorpe2002-10-251-0/+6
* Add some string section merging support.Jim Wilson2002-10-251-0/+6
* * simple.c: Correct placement of ATTRIBUTE_UNUSED.Hans-Peter Nilsson2002-10-251-0/+4
* * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin2002-10-251-0/+57
* * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamicJakub Jelinek2002-10-231-0/+5
* * dwarf2.c (add_line_info): Ensure that the line_info_table isAlan Modra2002-10-231-0/+7
* Force DT_FLAGS to always be set. Required by HPUX 11.00 patch PHSS_26559.Nick Clifton2002-10-231-0/+5
* * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't moveAlexandre Oliva2002-10-221-0/+6
* * elflink.h (struct elf_link_sort_rela): Turn rel and relaAlexandre Oliva2002-10-221-0/+10
* * targets.c (_bfd_target_vector): Add missing qnx vectors.Alan Modra2002-10-211-0/+4
* * targets.c (bfd_target_list): Don't return the default target twice.Alan Modra2002-10-211-0/+4
* * archive.c (_bfd_archive_bsd_update_armap_timestamp): ReplaceAlan Modra2002-10-211-3/+8
* 2002-10-19 H.J. Lu <hjl@gnu.org>H.J. Lu2002-10-191-0/+5
* * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.Mark Kettenis2002-10-191-0/+4
* * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine codeDenis Chertykov2002-10-171-0/+5
* * elfxx-target.h (USE_REL): Don't define as 1.Alan Modra2002-10-171-0/+15
* * config.bfd (s390-*-linux*): Add targ64_selvecs.Jakub Jelinek2002-10-161-0/+5
* * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,Alan Modra2002-10-161-0/+43
* * elflink.h (elf_link_add_object_symbols): Error out on dynamic objectsAlan Modra2002-10-161-0/+3
* * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.Alan Modra2002-10-161-0/+7
* * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.Richard Henderson2002-10-151-0/+9
* * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: IncrementRichard Henderson2002-10-151-0/+5
* * elf32-sh.c (elf_sh_link_hash_entry): ReplaceStephen Clarke2002-10-141-0/+23
* * Makefile.am: Run "make dep-am".Alan Modra2002-10-141-0/+20
* * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,Alan Modra2002-10-141-0/+13
* * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternativeKaz Kojima2002-10-141-0/+5
* * elfxx-mips.c (mips_elf_calculate_relocation): TakeAlexandre Oliva2002-10-131-0/+11
* * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocsStephane Carrez2002-10-121-0/+6
* * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbolsStephane Carrez2002-10-121-0/+6
* * bfd-in2.h: Regenerate.Kaz Kojima2002-10-111-0/+25
* * Makefile.am: Run dep-am.Daniel Jacobowitz2002-10-111-0/+9
* * elf64-ppc.c (edit_opd): Correct local sym adjustment.Alan Modra2002-10-111-1/+1
* Fix numerous occurrences ofAlan Modra2002-10-111-0/+27
* * elf64-ppc.c (edit_opd): Only zero opd syms when function isAlan Modra2002-10-111-0/+5
* * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):Stephen Clarke2002-10-101-0/+7
* * Makefile.am: Add entries for elf32-sh64-lin.c andStephen Clarke2002-10-091-0/+16
* 2002-10-08 H.J. Lu <hjl@gnu.org>H.J. Lu2002-10-081-0/+5
* * elf64-ppc.c (edit_opd): Correct test for discarded sections.Alan Modra2002-10-081-19/+24