Maciej W. Rozycki
05e24d226c
* Makefile.am: Use CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD for
...
building chew.
* Makefile.in: Regenerate.
2005-02-13 21:39:47 +00:00
Alan Modra
55aa3d8e1b
daily update
2005-02-12 23:00:06 +00:00
Alan Modra
0e68218d25
daily update
2005-02-11 23:00:06 +00:00
Maciej W. Rozycki
254f0426b5
* elf32-mips.c (_bfd_mips_elf32_gprel16_reloc): Reject
...
R_MIPS_LITERAL relocations for external symbols.
* elf64-mips.c (mips_elf64_literal_reloc): Likewise.
* elfn32-mips.c (mips_elf_literal_reloc): Likewise.
2005-02-11 22:29:10 +00:00
H.J. Lu
e91cdea724
2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
...
* bfd-in2.h: Rebuilt.
2005-02-11 17:33:16 +00:00
Nick Clifton
169a6afd81
(bfd_sym_parse_contained_variables_table_entry_v32): Avoid call to memcpy with
...
a size of 0.
2005-02-11 17:22:47 +00:00
Nick Clifton
d5b2f13be7
(m32r_reloc_map_old): Use #ifdef USE_M32R_OLD_RELOC to protect the declaration of this array.
2005-02-11 17:18:41 +00:00
Nick Clifton
6c408f53b0
(iq2000_reloc_map): Remove unused structure and array.
2005-02-11 17:15:32 +00:00
Nick Clifton
596c83ecf6
(ip2k_call_opcode, IS_CALL_OPCODE): Remove unused structure and macro.
2005-02-11 17:13:02 +00:00
Nick Clifton
cb7a88a4dd
(coff_std_swap_table): Add an unused attribute in case it is not used.
2005-02-11 17:10:07 +00:00
Nick Clifton
3e25964f9b
(coff_rtype_to_howto): Move definition before inclusion of coffcode.h so that
...
it is actually picked up.
2005-02-11 17:06:17 +00:00
Paul Brook
6768797874
2005-02-11 Paul Brook <paul@codesourcery.com>
...
* elf-bfd.h (struct elf_link_hash_table): Add
is_relocatable_executable.
* elf.c (_bfd_elf_link_hash_table_init): Initialize it.
* elflink.c (bfd_elf_link_record_dynamic_symbol): Create local dynamic
symbols in relocatable executables.
(bfd_elf_record_link_assignment): Create dynamic section symbols in
relocatable executables.
(_bfd_elf_link_renumber_dynsyms): Ditto.
(bfd_elf_final_link): Ditto.
* elf32-arm.c (elf32_arm_final_link_relocate): Copy absolute
relocations into relocatable executables.
(elf32_arm_check_relocs): Crate dynamic sections for relocatable
executables. Also copy absolute relocations.
(elf32_arm_adjust_dynamic_symbol): Don't create copy relocations
in relocatable executables.
(allocate_dynrelocs): Copy relocations for relocatable executables.
Output dynamic symbols for symbols defined in linker scripts.
2005-02-11 16:41:09 +00:00
Nick Clifton
4b74b98302
Fix compile time warning by using an unsigned type.
2005-02-11 15:59:51 +00:00
Nick Clifton
ca724bf2da
Remove redundant test in BFD_ASSERT
2005-02-11 15:57:10 +00:00
Alan Modra
2917689a80
* elf64-ppc.c (toc_adjusting_stub_needed): Return true for
...
old-style branches to undefined dot-symbols which will be
satisfied by a plt call.
2005-02-11 14:18:15 +00:00
Alan Modra
40d16e0b39
* elf64-ppc.c (move_plt_plist): New function, extracted from..
...
(ppc64_elf_copy_indirect_symbol): ..here.
(func_desc_adjust): Use move_plt_plist.
2005-02-11 03:47:40 +00:00
Alan Modra
8e0e1f2585
daily update
2005-02-10 23:00:05 +00:00
Paul Brook
e37c699c87
2005-02-10 Paul Brook <paul@codesourcery.com>
...
* elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9.
2005-02-10 14:14:25 +00:00
Paul Brook
6fa3860b3b
2005-02-10 Paul Brook <paul@codesourcery.com>
...
* elflink.c (bfd_elf_record_link_assignment): Make hidden and internal
symbols local.
(elf_link_renumber_hash_table_dynsyms): Ignore local symbols.
(elf_link_renumber_local_hash_table_dynsyms): New function.
(_bfd_elf_link_renumber_dynsyms): Number local dynamic symbols.
ld/testsuite/
* ld-elfvsb/hidden2.s: New file
* ld-elfvsb/hidden2.d: New file
* ld-elfvsb/hidden2.ld: New file
2005-02-10 14:09:43 +00:00
Jakub Jelinek
d457dcf698
* bfd-in.h (BFD_LINKER_CREATED): Define.
...
* bfd-in2.h: Rebuilt.
* elflink.c (bfd_elf_size_dynamic_sections): Disregard
BFD_LINKER_CREATED bfds when determining input bfds without
.note.GNU-stack section.
* emultempl/hppaelf.em (hppaelf_create_output_section_statements):
Set BFD_LINKER_CREATED on the stubs bfd.
* emultempl/ppc64elf.em (ppc_create_output_section_statements):
Likewise.
2005-02-10 09:15:08 +00:00
Maciej W. Rozycki
7f05722e09
* elf64-mips.c (mips16_gprel_reloc): Update a comment.
...
* elfn32-mips.c (mips16_gprel_reloc): Keep R_MIPS16_GPREL
relocations against external symbols unchanged.
2005-02-10 03:07:46 +00:00
Alan Modra
96f6015419
daily update
2005-02-09 23:00:06 +00:00
Alan Modra
c36e61546a
daily update
2005-02-08 23:00:06 +00:00
Paul Brook
ccf5f61012
2005-02-08 Paul Brook <paul@codesourcery.com>
...
* elflink.c (elf_link_input_bfd): Ignore symbols from null input
sections.
2005-02-08 13:33:56 +00:00
Hans-Peter Nilsson
370a0e1bf4
* elflink.c (elf_link_add_object_symbols): Don't add "warning: "
...
prefix here.
2005-02-08 03:50:08 +00:00
Alan Modra
55bc2f369c
daily update
2005-02-07 23:00:04 +00:00
Maciej W. Rozycki
992771964f
* elf64-mips.c: Fix formatting throughout.
2005-02-07 15:50:16 +00:00
Maciej W. Rozycki
6422fbef5f
* elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
2005-02-07 15:18:05 +00:00
Alexandre Oliva
303e4c21e7
bfd/ChangeLog:
...
* elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for
*ABS*/*UND* sections.
(elf32_frv_relocate_section): Move zero-addend-required error...
(_frv_emit_got_relocs_plt_entries): ... here. Report error for
missing needed TLS section.
ld/testsuite/ChangeLog:
* ld-frv/fdpic-shared-8-fail.d: Tweak error messages.
2005-02-07 07:59:34 +00:00
Hans-Peter Nilsson
9f400ee952
* aoutx.h (aout_link_add_symbols): Just return TRUE if a warning
...
symbol was last.
2005-02-07 02:58:27 +00:00
Hans-Peter Nilsson
c386442122
* aoutx.h (NAME(aout,find_nearest_line)): Correct case for N_SO
...
being the last symbol.
2005-02-07 02:51:28 +00:00
Maciej W. Rozycki
765f2ef695
* elf32-mips.c (mips_elf_gprel32_reloc): Reject
...
R_MIPS_GPREL32 relocations against external symbols.
* elf64-mips.c (mips_elf64_gprel32_reloc): Replace an incorrect
comment.
2005-02-07 02:44:59 +00:00
Alan Modra
1b3a857543
* elf-bfd.h (elf_string_from_elf_strtab): Delete macro.
...
* elf.c (bfd_elf_string_from_elf_section): Expand occurrence of
elf_string_from_elf_strtab.
(_bfd_elf_setup_group_pointers, bfd_section_from_shdr): Likewise.
(bfd_section_from_shdr): For SHT_SYMTAB, load SHT_SYMTAB_SHNDX too
if it exists. Don't do the reverse for SHT_SYMTAB_SHNDX. For
SHT_STRTAB, check whether the strtab is for symtab or dynsymtab by
looking at cached symtab info first, before iterating over headers.
For SHT_REL and SHT_RELA, load dynsymtab if needed.
* elfcode.h (elf_object_p): Don't load section header stringtab
2005-02-06 23:21:44 +00:00
Alan Modra
7fd26c52da
daily update
2005-02-06 23:00:04 +00:00
H.J. Lu
90f487dfe0
2005-02-06 H.J. Lu <hongjiu.lu@intel.com>
...
* elf32-i386.c (elf_i386_relocate_section): Disallow R_386_GOTOFF
against protected function when building shared library.
PR 584
* elf64-x86-64.c (is_32bit_relative_branch): New.
(elf64_x86_64_relocate_section): Alllow R_X86_64_PC32 on a
protected function symbol when building shared library for
32bit relative branch instruction.
2005-02-06 18:11:30 +00:00
Alan Modra
c4f68ce31b
* elf64-ppc.c (add_symbol_adjust): Don't create fake descriptor
...
syms when doing a relocatable link.
(ppc64_elf_gc_mark_hook): Check that syms are defined before looking
at u.def.section.
(ppc64_elf_tls_setup): Likewise.
(ppc64_elf_edit_opd): Don't use an undefined func desc sym.
2005-02-06 10:29:39 +00:00
Alan Modra
908b32fcc9
* elf64-ppc.c (struct ppc_link_hash_entry): Add "fake".
...
(link_hash_newfunc): Clear all locals using memset.
(make_fdh): Remove flags param. Always create fake func desc
weak. Link the descriptor with the code entry sym.
(ppc64_elf_archive_symbol_lookup): Don't return fake syms.
(add_symbol_adjust): Adjust make_fdh call.
(func_desc_adjust): Likewise. Twiddle any pre-existing fake
descriptor to strong undefined if code entry is strong.
2005-02-03 14:48:53 +00:00
Alan Modra
4ea42fb74f
bfd/
...
* elflink.c (bfd_elf_record_link_assignment): Do "provide" symbol
lookup here. Set to new before calling bfd_link_repair_undef_list.
(elf_smash_syms): Check that u.undef.weak isn't the not_needed bfd.
ld/
emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
look up symbol for etree_provide here.
2005-02-03 14:12:54 +00:00
Alan Modra
10d86c8a5c
* linker.c (_bfd_link_hash_newfunc): Set all local fields.
2005-02-03 13:54:30 +00:00
Alan Modra
11f25ea6ca
include/
...
* bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
bfd/
* linker.c (_bfd_generic_link_add_one_symbol): Set u.undef.weak.
* elflink.c (elf_smash_syms): Restore symbols that were undefweak
before the as-needed lib was loaded. Abort on unexpected refs.
2005-02-03 03:30:49 +00:00
Alan Modra
91024f2d3e
daily update
2005-02-02 23:00:08 +00:00
Alan Modra
ec13b3bb1f
* elflink.c (elf_smash_syms): Expand comments.
...
(elf_link_add_object_symbols): Only call elf_smash_syms for
as-needed dynamic objects.
2005-02-02 02:36:35 +00:00
Alan Modra
336549c1f5
* elf64-hppa.c (elf64_hppa_new_dyn_hash_entry): Don't clear everything,
...
just the fields specific to hppa64.
2005-02-02 01:39:00 +00:00
Alan Modra
4f40114dd2
* elfxx-ia64.c (elfNN_ia64_new_elf_hash_entry): Don't clear
...
everything, just the field specific to ia64.
2005-02-02 01:16:36 +00:00
Alan Modra
ed1a10ac51
daily update
2005-02-01 23:00:08 +00:00
Alan Modra
bb700d7851
bfd/
...
* elf64-ppc.c (func_desc_adjust): Move code creating func desc sym to..
(make_fdh): ..here. New function. Don't set BSF_OBJECT for
undefined syms.
(struct add_symbol_adjust_data): New.
(add_symbol_adjust): Make an undefweak func desc for old ABI
objects to link with --as-needed shared libs. Return fail status.
Don't adjust old ABI func entry sym to weak if func desc syms
isn't defined.
(ppc64_elf_check_directives): Adjust call to add_symbol_adjust,
and return status.
ld/testsuite/
* ld-powerpc/tlsso.r: Update.
* ld-powerpc/tlstocso.r: Update.
2005-02-01 04:22:41 +00:00
Hans-Peter Nilsson
1ffd1c2fd7
* cpu-cris.c (get_compatible): Rearrange disabled code and comment
...
for clarity.
2005-02-01 03:27:59 +00:00
Alan Modra
77cfaee698
include/
...
* bfdlink.h (bfd_link_repair_undef_list): Declare.
bfd/
* elf64-ppc.c (ppc64_elf_check_directives): Move undefs list fixup..
* linker.c (bfd_link_repair_undef_list): ..to new function, but don't
remove anything but new and undefweak.
* elflink.c (_bfd_elf_link_create_dynamic_sections): Override any
existing _DYNAMIC.
(_bfd_elf_create_dynamic_sections): Formatting.
(bfd_elf_record_link_assignment): Call bfd_link_repair_undef_list.
(_bfd_elf_merge_symbol): Don't handle as-needed syms here.
(struct elf_smash_data): New.
(elf_smash_syms): New function.
(elf_link_add_object_symbols): Call elf_smash_syms. Don't add
unneeded dynamic objects to loaded list.
(elf_link_output_extsym): Don't handle as-needed here. Strip
bfd_link_hash_new symbols.
* elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
delref when dynindx is already -1.
* elf64-alpha.c (elf64_alpha_output_extsym): Strip bfd_link_hash_new
symbols.
* elfxx-mips.c (mips_elf_output_extsym): Likewise.
ld/
* ld.texinfo: Clarify --as-needed operation.
2005-02-01 01:11:27 +00:00
Ben Elliston
b15c48d171
* elfxx-target.h (bfd_elfNN_bfd_discard_group): Redefine.
2005-01-31 23:57:31 +00:00
Ben Elliston
0e71e4955c
* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
...
bfd-in.h, bfdio.c, coff-alpha.c, coff-arm.c, coff-h8300.c,
coff-i860.c, coff-mcore.c, coff-or32.c, coff-ppc.c, coff-sh.c,
coff-sparc.c, coffcode.h, coffgen.c, cofflink.c, cpu-cris.c,
cpu-h8500.c, cpu-ns32k.c, ecoff.c, ecofflink.c, elf.c,
elf32-dlx.c, elf32-fr30.c, elf32-frv.c, elf32-hppa.c,
elf32-i860.c, elf32-ip2k.c, elf32-m32r.c, elf32-sh.c,
elf32-v850.c, elf64-mips.c, elf64-sparc.c, elflink.c,
i386aout.c, i386msdos.c, i386os9k.c, ieee.c, mach-o.c,
nlm32-sparc.c, oasys.c, opncls.c, pdp11.c, pe-mips.c, peXXigen.c,
pef.c, peicode.h, reloc.c, riscix.c, section.c, simple.c, som.c,
sparclynx.c, targets.c, vms-misc.c, vms-tir.c, xsym.c, doc/chew.c,
hosts/delta68.h, hosts/vaxbsd.h: Remove #if 0'd code
throughout. Similarly, collapse #if 1'd code.
2005-01-31 23:13:34 +00:00