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