Alan Modra
bed69f0439
* header.sed: Strip tabs.
2002-08-13 02:37:47 +00:00
Alan Modra
0707b49f5a
daily update
2002-08-13 00:00:06 +00:00
H.J. Lu
871da94f03
2002-08-12 H.J. Lu <hjl@gnu.org>
...
* elflink.h (elf_add_default_symbol): Preserve section across
elf_merge_symbol.
2002-08-12 19:23:33 +00:00
Alan Modra
b20f52778d
daily update
2002-08-12 00:00:04 +00:00
Alan Modra
ef02b960a4
daily update
2002-08-11 00:00:04 +00:00
Alan Modra
a846ca52c4
daily update
2002-08-10 00:00:04 +00:00
Nick Clifton
80200e448d
Oops - omitted from previous delta
2002-08-09 15:39:19 +00:00
Nick Clifton
59bc061d4b
Add QNX Neutrino PowerPC support and common up QNX functions
2002-08-09 15:38:24 +00:00
Nick Clifton
2b692c5912
Updated Swedish translation
2002-08-09 15:07:57 +00:00
Thiemo Seufer
d0c7ff072c
* elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
...
g->global_gotsym is NULL.
2002-08-09 05:35:26 +00:00
H.J. Lu
d8bbe7789d
2002-08-08 H.J. Lu <hjl@gnu.org>
...
* elflink.h (elf_add_default_symbol): Don't warn a defintion
overrides an indirect versioned symbol.
2002-08-09 04:40:29 +00:00
Alan Modra
9bf279ebdd
daily update
2002-08-09 00:00:04 +00:00
Jakub Jelinek
c366c25e10
* elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
...
for R_386_TLS_TPOFF32 relocs against symndx 0.
2002-08-08 21:38:27 +00:00
H.J. Lu
3194163592
Check symbols with undefine version.
2002-08-08 03:50:18 +00:00
Alan Modra
7330fb86f2
* elflink.h (elf_link_output_extsym): Don't output symbols from
...
SEC_EXCLUDE sections.
2002-08-08 00:20:16 +00:00
Alan Modra
0f3bd64fc5
* aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
2002-08-08 00:11:37 +00:00
Alan Modra
ac0f9ca57d
daily update
2002-08-08 00:00:04 +00:00
Alan Modra
a4aa0fb7d0
* elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
...
entries.
2002-08-07 05:23:09 +00:00
Thiemo Seufer
34ea4a364d
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
...
mismatch.
2002-08-07 04:44:14 +00:00
Thiemo Seufer
141ff9705a
* elfxx-mips.c (ABI_64_P): Remove superfluous check.
2002-08-07 04:37:24 +00:00
Thiemo Seufer
28458e7e44
* elf32-mips.c (mips_reloc_map): Fix typo.
2002-08-07 04:32:14 +00:00
Alan Modra
ca2045c1f6
daily update
2002-08-07 00:00:04 +00:00
Alan Modra
0121a3da9e
* xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
2002-08-06 11:24:40 +00:00
Alan Modra
d006db6c06
* elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
2002-08-06 09:09:08 +00:00
Alan Modra
2a52da5326
* libxcoff.h: Use PARAMS on function declarations.
...
* coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
* coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
2002-08-06 08:59:34 +00:00
Alan Modra
8ea80f0843
* coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
...
addend.
* coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
2002-08-06 08:51:42 +00:00
Alan Modra
cf9ab45bc0
* coff-rs6000.c: Formatting fixes.
...
(xcoff_calculate_relocation): Use PARAMS in declaration.
(xcoff_complain_overflow): Likewise.
(xcoff_ppc_relocate_section): Use old-style function pointer call.
(bfd_xcoff_backend_data): Remove useless comments.
(rs6000coff_vec): Likewise.
(bfd_pmac_xcoff_backend_data): Likewise.
(pmac_xcoff_vec): Likewise.
* coff64-rs6000.c: Formatting fixes.
(xcoff64_calculate_relocation): Use PARAMS in declaration.
(xcoff64_ppc_relocate_section): Use old-style function pointer call.
(bfd_xcoff_backend_data): Remove useless comments.
(rs6000coff64_vec): Likewise.
(bfd_xcoff_aix5_backend_data): Likewise.
(aix5coff64_vec): Likewise.
2002-08-06 05:52:29 +00:00
Alan Modra
a78eab4eaf
* coff-rs6000.c (xcoff_howto_table): Revert some of last change to
...
mask entries. Use complain_overflow_dont for R_REF.
(xcoff_reloc_type_ba): Revert last change.
(xcoff_reloc_type_br): Likewise.
(xcoff_reloc_type_crel): Likewise.
(xcoff_ppc_relocate_section): Likewise.
* coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
(xcoff64_ppc_relocate_section): Likewise.
(xcoff64_howto_table): Revert some of last change to mask entries.
Use complain_overflow_dont for R_REF.
2002-08-06 03:18:25 +00:00
Alan Modra
48bfecdd71
* coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
...
relocs with bitsize == 16 have size = 1.
(xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
(xcoff_reloc_type_br): Likewise.
(xcoff_reloc_type_crel): Likewise.
(xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
* coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
dst_mask adjustment.
(xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
(xcoff64_howto_table): Fix src_mask entries. Make all relocs with
bitsize == 16 have size = 1.
2002-08-06 02:29:25 +00:00
Alan Modra
aed3c06f62
daily update
2002-08-06 00:00:08 +00:00
Alan Modra
7dcf061196
daily update
2002-08-05 00:00:04 +00:00
Alan Modra
d48f1a6304
daily update
2002-08-04 00:00:06 +00:00
Alan Modra
52799c296c
daily update
2002-08-03 00:00:05 +00:00
Alan Modra
cc5b2fb930
daily update
2002-08-02 00:00:04 +00:00
Denis Chertykov
fd13ed0cdd
* elf32-ip2k.c: Processor manufacturer changed to Ubicom.
...
(struct misc): New field isymbuf. All free_* fields removed.
(symbol_value): Pass in internal syms. No need to swap syms in.
(ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
possibly cached info.
(tidyup_after_error): Removed.
(ip2k_elf_relax_section_pass1): Don't use removed fields of struct
misc. Use new field.
(adjust_all_relocations): Use internal syms. No need to swap syms
in and out.
(add_page_insn): Don't use removed fields of struct misc.
2002-08-01 18:29:09 +00:00
Nick Clifton
24a1ba0f48
Revert Adam Nemet's THUMB PLT patch
2002-08-01 14:03:01 +00:00
Nick Clifton
a6903459eb
Bump version number.
2002-08-01 06:47:58 +00:00
H.J. Lu
39a2a3eb35
Enable x86-64 for Linux/i386 if 64bit BFD is selected.
2002-08-01 06:24:53 +00:00
Alan Modra
658cc59256
daily update
2002-08-01 00:00:06 +00:00
H.J. Lu
a0dfa6a805
Enable 64bit emulations for Linux/mips if 64bit BFD is selected.
2002-07-31 22:26:53 +00:00
Nick Clifton
4eb6b71c65
Fix bugs and remove compile time warnings for N"32K port.
2002-07-31 16:23:29 +00:00
Jakub Jelinek
cd67d26656
* elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
...
if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
2002-07-31 15:04:06 +00:00
Nick Clifton
f7c33884fa
Add new field to bfd_link structure and use it to control how common symbols
...
are extracted from archives.
2002-07-31 12:50:09 +00:00
Nick Clifton
8f64befb29
Add support for Thumb PLT entries with interworking
2002-07-31 12:04:47 +00:00
Nick Clifton
47badb7be6
Rename function arguments to avoid shadowing global symbols of the same name.
2002-07-31 09:38:04 +00:00
Thiemo Seufer
8a397dadf0
* Makefile.am: Add n32 ABI support.
...
* Makefile.in: Regenerate.
* config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
bit vectors for mips*-*-linux targets as optional.
* configure.in: Add n32 ABI vectors.
* configure: Regenerate.
* elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
* elfn32-mips.c: New file, n32 ABI support.
* targets.c: Add n32 ABI vectors.
2002-07-31 00:32:10 +00:00
Alan Modra
3edd64ea86
daily update
2002-07-31 00:00:04 +00:00
Nick Clifton
7e392df659
Add arm-*-nto port.
2002-07-30 17:32:30 +00:00
Nick Clifton
83e1617e06
Updated Translations
2002-07-30 15:53:18 +00:00
Jakub Jelinek
704afa601f
* elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
...
* ldlang.c (lang_add_section): Don't turn .tbss into normal sections
for relocatable link.
(lang_size_sections_1): Don't make .tbss zero size for relocatable
link.
2002-07-30 14:28:55 +00:00