]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
15b43f48
AM
12004-04-15 H.J. Lu <hongjiu.lu@intel.com>
2
3 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
4 when it is a definition.
5
6de00a78
AM
62004-04-14 Alan Modra <amodra@bigpond.net.au>
7
8 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
9 when statically linking PIC code.
10 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
11
279500de
TS
122004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
13
14 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
15 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
16 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
17 * configure: Regenerate.
18
ccf2f652
RS
192004-04-08 Richard Sandiford <rsandifo@redhat.com>
20
21 * elflink.c: Include libiberty.h.
22 * Makefile.am (elflink.lo): Depend on libiberty.h.
23 * Makefile.in: Regenerate.
24
ca07892d
DJ
252004-04-06 Daniel Jacobowitz <drow@mvista.com>
26
27 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
28 ".MIPS.stubs".
29
a5a58ba4
L
302004-04-05 H.J. Lu <hongjiu.lu@intel.com>
31
32 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
33 reserve the memory for dynamic linker
34
24d18d30
MK
352004-04-05 Mark Kettenis <kettenis@gnu.org>
36
37 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
38 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
39
a4d7b4b5
L
402004-04-02 H.J. Lu <hongjiu.lu@intel.com>
41
42 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
43 RELOC_FOR_GLOBAL_SYMBOL.
44 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
45
1f433d93
L
462004-04-02 H.J. Lu <hongjiu.lu@intel.com>
47
48 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
49 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
50
e489d0ae
PB
512004-04-01 Paul Brook <paul@codesourcery.com>
52
53 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
54 * elf32-arm.h (struct elf32_elf_section_map): New.
55 (struct _arm_elf_section_data): New.
56 (elf32_arm_section_data): Define.
57 (struct elf32_arm_link_hash_table): Add byteswap_code.
58 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
59 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
60 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
61 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
62 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
63 (bfd_elf32_new_section_hook, elf_backend_write_section,
64 elf_backend_link_output_symbol_hook): Define.
65
66a695f0
NC
662004-04-01 Andy Chittenden <achittenden@bluearc.com>
67
68 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
69 that keeps the characters in a B_INCL..B_EINCL range.
70 (_bfd_link_section_stabs): When computing the sum of the
71 characters in a B_INCL..B_EINCL range also keep a copy of those
72 characters. Use this information to distinguish between
73 include sections that have the same sum and the same length
74 but which are nevertheless unique.
75
8375c36b
PB
762004-03-31 Paul Brook <paul@codesourcery.com>
77
78 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
79 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
80
a56b48eb
NC
812004-03-31 Andy Chittenden <achittenden@bluearc.com>
82
83 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
84 to 'sum_chars' and add field 'num_chars'.
85 (_bfd_link_section_stabs): When computing the sum of the
86 characters in a B_INCL..B_EINCL range also keep a count of the
87 number of characters. Use this information to help distinguish
88 between include sections when have the same sum but which
89 nevertheless are still unique.
90
3d456464
NC
91