aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
2001-04-09 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,Hans-Peter Nilsson2-4/+13
only hide symbols marked STV_INTERNAL or STV_HIDDEN.
2001-04-082001-04-05 Steven J. Hill <sjhill@cotw.com>H.J. Lu7-285/+346
* config.bfd (mips*el*-*-linux-gnu*): Use traditional little endian MIPS ELF target. * config.bfd (mips*-*-linux-gnu*): Use traditional big endian MIPS ELF target. * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional 64bit big endian MIPS ELF target. (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little endian MIPS ELF target. * configure: Regenerated. * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and little endian targets. (mips_elf_sym_is_global): Handle traditional targets. * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional 64bit big endian MIPS ELF target. (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little endian MIPS ELF target. * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec and bfd_elf64_tradlittlemips_vec.
2001-04-062001-04-05 David Mosberger <davidm@hpl.hp.com>H.J. Lu2-0/+44
* elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an ordinary "progbits" section.
2001-04-04 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbolAlan Modra2-8/+11
when -Bsymbolic causes a symbol to no longer need a .plt entry.
2001-04-032001-04-03 David Mosberger <davidm@hpl.hp.com>H.J. Lu2-1/+4
* efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
2001-03-302001-03-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ... (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
2001-03-27Remove ATTRIBUTE_UNUSED in the last patch.H.J. Lu2-2/+2
2001-03-272001-03-26 H.J. Lu <hjl@gnu.org>H.J. Lu3-0/+75
* elf32-gen.c (elf32_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf32_bfd_link_add_symbols): Defined to elf32_generic_link_add_symbols. * elf64-gen.c (elf64_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf64_bfd_link_add_symbols): Defined to elf64_generic_link_add_symbols.
2001-03-23Fix building bfd.pot in maintainer modeNick Clifton9-1098/+1229
2001-03-22 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.Hans-Peter Nilsson2-49/+2392
2001-03-22 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,Hans-Peter Nilsson4-0/+86
BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE, BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT, BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT, BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL, BFD_RELOC_CRIS_32_PLT_PCREL): New relocs. * bfd-in2.h, libbfd.h: Regenerate.
2001-03-222001-03-21 Diego Novillo <dnovillo@redhat.com>Diego Novillo2-2/+10
(_bfd_mips_elf_relocate_section): Give a better error message when a relocation is not recognized.
2001-03-21Prevent NULL pointer dereference.Alan Modra2-1/+6
2001-03-202001-03-20 H.J. Lu <hjl@gnu.org>H.J. Lu3-299/+272
* configure.in: Remove the redundent AC_ARG_PROGRAM. * configure: Rebuild.
2001-03-20 * elf32-m68k.c (elf_m68k_relocate_section): Don't need theAndreas Schwab2-1/+14
relocation value when resolving a reference from a debugging section.
2001-03-16Fix syntax errors.Nick Clifton2-4/+9
2001-03-16Fix warning messageNick Clifton2-4/+8
2001-03-16Fix accidental loss of bit 7 in peoples namesHans-Peter Nilsson1-2/+2
2001-03-15Don't assume non-PIC to PIC call stubs are unneeded just becauseAlan Modra2-14/+35
the function happens to have a plabel.
2001-03-13* elf32-sh.c (sh_elf_relocate_section): Only relocationDJ Delorie2-5/+43
R_SH_DIR8WP* relocs if they're against external symbols, else they're just for relaxing. Validate the reloc values.
2001-03-13Add --binary-architecture switch to objcopy to allow the output architectureNick Clifton2-0/+17
to be set when the input file type is binary.
2001-03-112001-03-11 Philip Blundell <philb@gnu.org>Phil Blundell2-0/+12
* elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT entries that could serve as a definition for a weak symbol.
2001-03-08Update copyright noticesNick Clifton272-384/+511
2001-03-07Conditionalize prevbious pathc on ! defined OLD_ARM_ABI.Nick Clifton2-1/+7
2001-03-072001-03-07 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-1/+40
* elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of some relocation values.
2001-03-06Fix BLX(1) for ThumbNick Clifton3-23/+41
2001-03-06Add BFD_RELOC_THUMB_PCREL_BLX.Nick Clifton2-0/+6
2001-03-06Rest of the changes for Coldfire V4.Nick Clifton6-28/+80
2001-03-01Add s390 targetNick Clifton3-63/+70
2001-02-282001-02-28 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-5/+10
* elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation to addend.
2001-02-282001-02-28 Philip Blundell <pb@futuretv.com>Phil Blundell2-31/+54
* elf32-arm.h: Update mentions of renamed EF_xx constants. (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
2001-02-272001-02-27 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+7
* aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if abfd->tdata.aout_data == NULL.
2001-02-27Fix some comments, and a formatting error.Alan Modra2-21/+24
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra6-74/+92
and run "make dep-am".
2001-02-27Update elf64 aix5 comments.Timothy Wall2-16/+10
2001-02-27BFD: Catch & report unhandled PE section flags.Nick Clifton4-565/+649
LD: Catch BFD errors whilst loading symbols and do not produce an executable.
2001-02-262001-02-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-3/+7
* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
2001-02-22ia64-*-aix* support.Timothy Wall7-290/+488
2001-02-22Improve gas error messages for invalid instructions.Jim Wilson2-2/+8
* cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for C8 said "1" instead of "8". Clarify error string for IMM22: "signed integer" instead of just "integer". * config/tc-ia64.c (enum operand_match_result): New type. (operand_match): Change return type to operand_match_result. Fix all returns appropriately, adding support for returning the out-of-range result. (parse_operands): New locals result, error_pos, out_of_range_pos, curr_out_of_range_pos. Rewrite operand matching loop to give better error messages. * ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two separate variants: one for IMM22 and the other for IMM14. * ia64-asmtab.c: Regenerate.
2001-02-202001-02-20 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-0/+12
* elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make PLT entries that could serve as a definition for a weak symbol.
2001-02-19 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLTJakub Jelinek3-0/+20
entries that could serve as a definition for a weak symbol. * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
2001-02-192001-02-18 David O'Brien <obrien@FreeBSD>David O'Brien4-70/+97
* configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat FreeBSD/i386-CURRENT differently until I can figure out the needed corefile changes. * configure: Regenerate. * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm, FreeBSD/PowerPC, and FreeBSD/sparc64. Approved by: Philip Blundell <philb@gnu.org> Message-Id: <E14URxF-00023n-00@kings-cross.london.uk.eu.org>
2001-02-18Add PDP-11 supportNick Clifton17-20/+5171
2001-02-18Set the architecture (GDB multiarch needs it).Nick Clifton3-28/+34
2001-02-182001-02-18 H.J. Lu <hjl@gnu.org>H.J. Lu2-4/+30
* elflink.h (elf_link_input_bfd): Ignore invalid section symbol index.
2001-02-182001-02-18 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-110/+108
* vms-misc.c: Fix formatting.
2001-02-162001-02-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-74/+78
* vms.c: Fix formatting.
2001-02-14fixes for elf_find_nearest_lineNick Clifton2-39/+82
2001-02-14Fix initialisation of asection structureNick Clifton2-15/+24
2001-02-14Apply changes to Makefile.in to Makefile.amNick Clifton6-625/+358