aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-05-06Fix check for overflow of relocation for the Thumb BL instruction.Nick Clifton1-0/+5
2002-05-06 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offsetAlan Modra1-0/+5
2002-05-04 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate codeAlan Modra1-0/+17
2002-05-04Fix problem with objdump and 16 bit R_BA.Tom Rix1-0/+23
2002-05-04 * elf32-hppa.c (struct elf32_hppa_link_hash_table): AddAlan Modra1-0/+16
2002-05-04 * opncls.c (_bfd_new_bfd_contained_in): Check return value ofAlan Modra1-0/+5
2002-05-032002-05-03 H.J. Lu (hjl@gnu.org)H.J. Lu1-0/+9
2002-05-02 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocsRichard Henderson1-0/+5
2002-05-02 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to aAlan Modra1-0/+9
2002-05-02 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.Alan Modra1-0/+32
2002-05-01 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULLAlan Modra1-0/+5
2002-05-01 * elf64-ppc.c (CROR_151515, CROR_313131): Define.Alan Modra1-0/+58
2002-04-30 * bfd/config.bfd: Add support for powerpc-*-windiss.Mark Mitchell1-0/+4
2002-04-30Fix a problem with static linking with cross tools.Tom Rix1-0/+5
2002-04-28Rewrite xcoff*_ppc_relocate_section.Tom Rix1-0/+24
2002-04-28 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.Alan Modra1-0/+5
2002-04-26 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.Alan Modra1-0/+3
2002-04-26 * elflink.h (elf_bfd_final_link): Ensure input bfd class is theAlan Modra1-0/+3
2002-04-26 * coffcode.h (coff_compute_section_file_positions): SetAlan Modra1-0/+5
2002-04-25The patch contains mostly fixes for the disassembler. It also fixesNick Clifton1-0/+6
2002-04-242002-04-24 Chris G. Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+5
2002-04-23 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify conditionAlan Modra1-0/+17
2002-04-22 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't buildJakub Jelinek1-0/+6
2002-04-22 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.Jakub Jelinek1-0/+9
2002-04-20Fix C_FILE auxent on xcoff64.Tom Rix1-0/+4
2002-04-20 * archures.c (bfd_lookup_arch): Move the list order comment..Alan Modra1-0/+4
2002-04-20 * archures.c (bfd_lookup_arch): Add comment on list order.Alan Modra1-0/+7
2002-04-18Fix problems building arm-wince-pe toolchain.Nick Clifton1-2/+15
2002-04-17Re-enable linking for sh5:Joern Rennecke1-0/+6
2002-04-16Fix test for records crossing a 64K boundaryNick Clifton1-0/+5
2002-04-16 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash tableAlan Modra1-1/+11
2002-04-16 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allowRichard Henderson1-0/+5
2002-04-15Write contents if writeable.Nick Clifton1-0/+5
2002-04-15 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.Alan Modra1-0/+4
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+5
2002-04-12 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION orAlan Modra1-0/+5
2002-04-10* elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.DJ Delorie1-0/+4
2002-04-09Compute checksum for PE images.Nick Clifton1-0/+8
2002-04-08 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.Alan Modra1-0/+7
2002-04-07* configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*Andrew Cagney1-0/+6
2002-04-07* configure.in: Only define AIX_CORE_DUMPX_CORE when AIX versionAndrew Cagney1-0/+7
2002-04-05 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,Hans-Peter Nilsson1-0/+9
2002-04-042002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+76
2002-04-04 * dep-in.sed: Cope with absolute paths.Alan Modra1-2/+15
2002-04-04 * Makefile.am: Add elfxx-mips.c to the known backends.Thiemo Seufer1-0/+43
2002-04-04 * srec.c (MAXCHUNK, Chunk): Revise comments.Alan Modra1-0/+10
2002-04-03 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamicJakub Jelinek1-0/+6
2002-04-03 * elf.c (_bfd_elf_make_section_from_shdr): When setting sectionAlan Modra1-0/+6
2002-04-02Do not allow records to cross a 64K boundary - wrap if necessary.Nick Clifton1-0/+5
2002-04-012002-04-01 Nathan Williams <nathanw@wasabisystems.com>Jason Thorpe1-0/+5