aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
2000-05-31Add comment describoing why dgettext() is used in _() macro.Nick Clifton2-0/+17
2000-05-31Update.Ulrich Drepper1-0/+6
2000-05-31(_bfd_elf_slurp_version_tables): Correct reading of versionUlrich Drepper1-11/+33
definitions. We must not assume they are sorted in the file according to their index numbers.
2000-05-31(elf_hppa_final_link_relocate) Fix handling of branches.Alan Modra2-3/+19
2000-05-30Accept 80960* machine names (as generated by ieee.c)Nick Clifton2-23/+50
2000-05-302000-05-30 H.J. Lu <hjl@gnu.org>H.J. Lu3-9/+20
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the visibility bits if the symbol is undefined. Correctly handle weak undefined symbols with hidden and internal attributes. * elflink.h (elf_link_add_object_symbols): Always turn the symbol into local if it has the hidden or internal attribute.
2000-05-292000-05-29 Philip Blundell <philb@gnu.org>Phil Blundell2-1/+9
* ppcboot.c: Add packed attribute if compiling with GCC.
2000-05-29(_bfd_elf_link_hash_table_init): Initialize dynlocal.Alan Modra2-106/+110
2000-05-26Update dependencies.Alan Modra3-826/+959
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra5-14/+75
2000-05-26(bfd_close_all_done): Mask file perms with 0777 not 0x777.Alan Modra2-2/+6
2000-05-26 * elf64-sparc.c (sparc64_elf_relax_section): New.Jakub Jelinek3-1/+235
(sparc64_elf_relocate_section): Optimize tail call into branch always if possible. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. (elf32_sparc_relax_section): New.
2000-05-26 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.Jakub Jelinek2-24/+31
Remove unusued variables. (sparc64_elf_relocate_section): Change r_symndx type to unsigned long. (sparc64_elf_merge_private_bfd_data): Fix shared library case from previous fix, so that shared libs really don't influence targets extension mask and memory model.
2000-05-25Delete pass on manually added dependency for readelf.o for new targetHans-Peter Nilsson1-3/+1
2000-05-24 * bfdint.texi (BFD ELF processor required): Add paragraph aboutHans-Peter Nilsson2-0/+11
target necessities for readelf.
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu3-3/+6
* elf32-mips.c (mips_elf_calculate_relocation): Check h->root.other not h->other. * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+7
* elf64-alpha.c (elf64_alpha_relocate_section): Check h->root.other not h->other.
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu13-21/+66
* elf32-i386.c (elf_i386_relocate_section): Don't allow the undefined symbol with the non-default visibility attributes. * elf-hppa.h (elf_hppa_relocate_section): Likewise. * elf32-arm.h (elf32_arm_relocate_section): Likewise. * elf32-i370.c (i370_elf_relocate_section): Likewise. * elf32-m68k.c (elf_m68k_relocate_section): Likewise. * elf32-mcore.c (mcore_elf_relocate_section): Likewise. * elf32-mips.c (mips_elf_calculate_relocation): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. * elf64-ia64.c (elf64_ia64_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2000-05-23 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,Richard Henderson5-33/+462
PCREL22, PCREL64I. Zero size of special relocs. (elf64_ia64_reloc_type_lookup): Likewise. (USE_BRL, oor_brl, oor_ip): New. (elf64_ia64_relax_section): New. (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I. (elf64_ia64_install_value): Likewise, plus PCREL21BI. (elf64_ia64_relocate_section): Likewise. (bfd_elf64_bfd_relax_section): New. * reloc.c (BFD_RELOC_IA64_PCREL21BI): New. (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New. * bfd-in2.h, libbfd.h: Regenerate.
2000-05-22Add peigen.lo to MIPS PE targetNick Clifton3-22/+21
2000-05-22Use bfd_generic_verify_endian_match() and fix it to only check when endiannessNick Clifton6-62/+37
is known.
2000-05-222000-05-22 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+10
* elflink.h (elf_link_output_extsym): Clear the visibility field for symbols not defined locally.
2000-05-19 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,Jeff Law3-13/+20
re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn. (hppa_rebuild_insn): Mask immediate bits here instead. * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2000-05-18Force relocs emited for an executable to contain virtual addresses.Nick Clifton2-1/+10
2000-05-18 * config.bfd (hppa*64*-*-hpux11*): New target triplet.Jeff Law2-5/+5
2000-05-17Add part of patch omittede from previous deltaNick Clifton1-1/+1
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton2-10/+19
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-05-16 * som.c (som_decode_symclass): Recognize weak symbols.Catherine Moore2-0/+6
2000-05-16Fix problems introduced with my last change.Alan Modra2-19/+22
2000-05-15 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.Joern Rennecke2-0/+11
2000-05-14Support ARM ELF defaulting to big endianPhil Blundell2-0/+8
2000-05-12Remove the erroneous ">>>>>>> 1.419".H.J. Lu1-1/+0
2000-05-12(bfd_target_vector): #ifdef BFD64 rs6000coff64_vecAlan Modra2-0/+4
2000-05-11Restore some functionality removed by previous patch.Alan Modra2-57/+100
Tidy printing of bfd_vma's.
2000-05-09Fix some nits shown up by objcopy.Alan Modra2-16/+40
2000-05-08Fix coredump discovered running m68k testsuite.Alan Modra2-1/+5
2000-05-08* trad-core.c (trad_unix_core_file_p): ReturnAlan Modra2-1/+4
bfd_error_wrong_format rather than bfd_error_file_truncated.
2000-05-08DataDirectory virtual address is relative. Fix to suit.Alan Modra2-102/+98
2000-05-06 * xcoff.h: Rename to xcoff-target.hClinton Popetz7-11/+20
* Makefile.am: Change all instances of xcoff.h to xcoff-target.h * coff-rs6000.c: Ditto. * coff64-rs6000.c: Ditto. * coff-pmac.c: Ditto. * Makefile.in: Regenerate.
2000-05-06bfd:Clinton Popetz2-2/+8
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Change U802TOC64MAGIC to U803XTOCMAGIC. include: * coff/rs6k64.h (U802TOC64MAGIC): Change to U803XTOCMAGIC.
2000-05-052000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder4-3/+30
* elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1. * bfd-in.h: Prototype bfd_elf_get_arch_size. * bfd-in2.h: Prototype bfd_elf_get_arch_size.
2000-05-04Fix thinko in 2000-05-02 change.Alan Modra2-1/+5
2000-05-042000-05-03 Martin v. Löwis <loewis@informatik.hu-berlin.de>H.J. Lu3-5/+33
* elflink.h (elf_link_add_object_symbols): Reset dynindx for hidden and internal symbols. (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with visibility. * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not assign a PLT or GOT entry to symbols with hidden and internal visibility.
2000-05-03go32 bss alignment.Alan Modra3-0/+10
2000-05-022000-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* elf.c (prep_headers): USe ELFOSABI_NONE instead of ELFOSABI_SYSV.
2000-05-02Restore elf32-hppa target vec.Alan Modra4-8/+21
2000-05-02Fix IA-64 --enable-targets=all bug reports.Jim Wilson3-4/+16
* Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo. (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c. (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo. (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c. * Makefile.in: Rebuild.
2000-05-02Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa asAlan Modra11-1056/+1269
it now compiles even if it doesn't work too well.
2000-05-01Fix "incompatible types in return" gcc error.Alan Modra2-2/+3
2000-05-01Fix bfd_coff_small_swap_table initialisation.Alan Modra2-2/+4