summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Collapse)AuthorAgeFilesLines
* 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>Jason Thorpe2002-04-012-1/+6
| | | | | * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one erro which caused the returned LWP ID to always be 0.
* * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.Richard Henderson2002-04-013-173/+105
| | | | | | (elf32_sparc_relocate_section): Use it to figure out when to initialize .got entries. * elf64-sparc.c: Similarly.
* daily updateAlan Modra2002-04-011-1/+1
|
* daily updateAlan Modra2002-03-311-1/+1
|
* daily updateAlan Modra2002-03-291-1/+1
|
* daily updateAlan Modra2002-03-281-1/+1
|
* * linker.c (link_action): Ignore duplicate warning syms.Alan Modra2002-03-2834-116/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (_bfd_generic_link_write_global_symbol): Follow warning symbol link. * elflink.h (elf_adjust_dynstr_offsets): Likewise. (elf_adjust_dynamic_symbol): Likewise. (elf_export_symbol): Likewise. (elf_link_find_version_dependencies): Likewise. (elf_link_assign_sym_version): Likewise. (elf_link_sec_merge_syms): Likewise. (elf_link_output_extsym): Likewise. (elf_gc_sweep_symbol): Likewise. (elf_gc_propagate_vtable_entries_used): Likewise. (elf_gc_smash_unused_vtentry_relocs): Likewise. (elf_gc_allocate_got_offsets): Likewise. (elf_collect_hash_codes): Likewise. * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise. * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise. (elf_hppa_remark_useless_dynamic_symbols): Likewise. * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise. * elf32-arm.h (elf32_arm_discard_copies): Likewise. * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise. (elf_cris_discard_excess_dso_dynamics): Likewise. * elf32-hppa.c (clobber_millicode_symbols): Likewise. (mark_PIC_calls): Likewise. (allocate_plt_static): Likewise. (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf32-i386.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf32-i370.c (i370_elf_adjust_dynindx): Likewise. * elf32-m68k.c (elf_m68k_discard_copies): Likewise. * elf32-mips.c (mips_elf_output_extsym): Likewise. (mips_elf_sort_hash_table_f): Likewise. (mips_elf_check_mips16_stubs): Likewise. * elf32-s390.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf32-sh.c (sh_elf_discard_copies): Likewise. * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise. (xstormy16_relax_plt_realloc): Likewise. * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise. (elf64_alpha_output_extsym): Likewise. * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise. * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise. (mips_elf64_check_mips16_stubs): Likewise. (mips_elf64_output_extsym): Likewise. * elf64-ppc.c (func_desc_adjust): Likewise. (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf64-s390.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elf64-sh64.c (sh64_elf64_discard_copies): Likewise. * elf64-x86-64.c (allocate_dynrelocs): Likewise. (readonly_dynrelocs): Likewise. * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise. * aoutx.h (aout_link_write_other_symbol): Likewise. * cofflink.c (_bfd_coff_write_task_globals): Likewise. (_bfd_coff_write_global_sym): Likewise. * i386linux.c (linux_tally_symbols): Likewise. * m68klinux.c (linux_tally_symbols): Likewise. * sparclinux.c (linux_tally_symbols): Likewise. * pdp11.c (aout_link_write_other_symbol): Likewise. * sunos.c (sunos_scan_dynamic_symbol): Likewise. * xcofflink.c (xcoff_build_ldsyms): Likewise. (xcoff_write_global_symbol): Likewise. * cofflink.c (_bfd_coff_final_link): Formatting. * cpu-mips.c (mips_compatible): Make static, prototype. * elf32-i386.c (elf_i386_check_relocs): Formatting. * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise. * elf64-alpha.c (elf64_alpha_output_extsym): Likewise. * elf64-mips.c (mips_elf64_sort_hash_table): Likewise. (mips_elf64_final_link): Likewise. * elflink.h (elf_link_find_version_dependencies): Remove duplicate prototype.
* daily updateAlan Modra2002-03-271-1/+1
|
* Copy the r_offset field into and out of the internal reloc strcuture.Nick Clifton2002-03-272-0/+10
|
* * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space forAlan Modra2002-03-272-2/+12
| | | | | terminating NULL if empty symbol table. (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
* daily updateAlan Modra2002-03-261-1/+1
|
* 2002-03-26 H.J. Lu (hjl@gnu.org)H.J. Lu2002-03-262-1/+7
| | | | | * elflink.h (elf_link_input_bfd): Revert the last change since the gcc exception handling isn't fixed yet.
* 2002-03-26 H.J. Lu (hjl@gnu.org)H.J. Lu2002-03-262-2/+6
| | | | | * elflink.h (elf_link_input_bfd): Complain about relocations against local symbols in discarded sections.
* * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.Alan Modra2002-03-262-5/+13
|
* daily updateAlan Modra2002-03-251-1/+1
|
* daily updateAlan Modra2002-03-241-1/+1
|
* daily updateAlan Modra2002-03-231-1/+1
|
* * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based onAlan Modra2002-03-232-11/+19
| | | | section file offset for !SEC_LOAD sections.
* daily updateAlan Modra2002-03-221-1/+1
|
* daily updateAlan Modra2002-03-211-1/+1
|
* * elf32-arm.h (elf32_arm_final_link_relocate case R_ARM_GOTOFF)Richard Earnshaw2002-03-212-0/+18
| | | | (case R_ARM_GOT): Handle relocations to Thumb functions.
* * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.Alan Modra2002-03-219-487/+498
| | | | | | | | | | Whitespace changes. * archive.c: Update copyright date. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * Makefile.am: Run "make dep-am" * Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate.
* daily updateAlan Modra2002-03-201-1/+1
|
* 2002-03-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-03-203-18/+74
| | | | | | | | | | | | | * dwarf2.c (struct funcinfo): Move up. (lookup_address_in_function_table): New argument function_ptr. Set it. (lookup_address_in_line_table): New argument function. If function is non-NULL, use it to handle ``addr'' before the first line note of the function. (comp_unit_find_nearest_line): Update and swap calls to lookup_address_in_function_table and lookup_address_in_line_table. * syms.c (_bfd_stab_section_find_nearest_line): Use the first N_SLINE encountered if we see an N_FUN before any N_SLINE.
* Fix extracting from AIX big archives.Tom Rix2002-03-203-10/+16
|
* Fix problem with linking shared libstdc++-v3 on AIX.Tom Rix2002-03-202-11/+16
|
* daily updateAlan Modra2002-03-191-1/+1
|
* * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't setHans-Peter Nilsson2002-03-192-4/+5
| | | | STT_NOTYPE symbols to STT_OBJECT.
* daily updateAlan Modra2002-03-181-1/+1
|
* * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"Jan Hubicka2002-03-182-4/+8
| | | | | | | * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native. * elf_x86_64.sh (ARCH): Set to i386:x86-64 set libraries to default to lib64 paths.
* Add AIX 64 shared library support and emulation layer for binutilsNick Clifton2002-03-1817-435/+1197
|
* Updated French translationsNick Clifton2002-03-182-71/+75
|
* * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.Alan Modra2002-03-184-7/+15
| | | | | | * libbfd.h: Regenerate. * archive.c (coff_write_armap): Pass on failures from bfd_write_bigendian_4byte_int.
* daily updateAlan Modra2002-03-171-1/+1
|
* daily updateAlan Modra2002-03-141-1/+1
|
* 2002-03-14 H.J. Lu <hjl@gnu.org>H.J. Lu2002-03-142-0/+7
| | | | | | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD error to bfd_error_nonrepresentable_section for reinit_array section in DSO.
* When adding BSF_WEAK flag, OR it in rather than replacing previously selectedNick Clifton2002-03-142-5/+6
| | | | flags.
* Set ar_max_namelen to 15Nick Clifton2002-03-142-7/+12
|
* * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.Alan Modra2002-03-143-7/+54
| | | | | | | (N): Use the above. * elflink.h (elf_bfd_final_link): Revert last change. Instead, ensure reloc size matches before calling elf_link_input_bfd. Add an assert to check reloc size when counting output relocs.
* Fix compile time failureNick Clifton2002-03-142-1/+5
|
* daily updateAlan Modra2002-03-131-1/+1
|
* Updated French translationsNick Clifton2002-03-132-963/+661
|
* * archures.c (bfd_default_compatible): Test bits_per_word.Alan Modra2002-03-136-73/+31
| | | | | | | | * cpu-i386.c (i386_compatible): Remove. Replace occurrences with bfd_default_compatible. * cpu-i370.c (i370_compatible): Likewise. * cpu-sparc.c (sparc_compatible): Likewise. * cpu-h8300.c (compatible): Test in->arch == out->arch.
* Revert last change.Alan Modra2002-03-132-57/+43
|
* * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Use ELF sectionAlan Modra2002-03-132-43/+57
| | | | | types instead of section names to determine whether init/fini array dynamic tags are needed.
* * elflink.h: Formatting fixes.Alan Modra2002-03-132-14/+13
| | | | (elf_link_output_extsym): Merge undefined and undef weak cases.
* * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfdAlan Modra2002-03-132-3/+9
| | | | when word size of input matches output word size.
* daily updateAlan Modra2002-03-121-1/+1
|
* * cpu-i386.c (i386_compatible): New. Use it instead ofAndreas Jaeger2002-03-122-6/+27
| | | | bfd_default_compatible.
* daily updateAlan Modra2002-03-111-1/+1
|