]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
2004-04-05 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
a5a58ba4
L
12004-04-05 H.J. Lu <hongjiu.lu@intel.com>
2
3 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
4 reserve the memory for dynamic linker
5
24d18d30
MK
62004-04-05 Mark Kettenis <kettenis@gnu.org>
7
8 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
9 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
10
a4d7b4b5
L
112004-04-02 H.J. Lu <hongjiu.lu@intel.com>
12
13 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
14 RELOC_FOR_GLOBAL_SYMBOL.
15 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
16
1f433d93
L
172004-04-02 H.J. Lu <hongjiu.lu@intel.com>
18
19 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
20 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
21
e489d0ae
PB
222004-04-01 Paul Brook <paul@codesourcery.com>
23
24 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
25 * elf32-arm.h (struct elf32_elf_section_map): New.
26 (struct _arm_elf_section_data): New.
27 (elf32_arm_section_data): Define.
28 (struct elf32_arm_link_hash_table): Add byteswap_code.
29 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
30 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
31 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
32 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
33 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
34 (bfd_elf32_new_section_hook, elf_backend_write_section,
35 elf_backend_link_output_symbol_hook): Define.
36
66a695f0
NC
372004-04-01 Andy Chittenden <achittenden@bluearc.com>
38
39 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
40 that keeps the characters in a B_INCL..B_EINCL range.
41 (_bfd_link_section_stabs): When computing the sum of the
42 characters in a B_INCL..B_EINCL range also keep a copy of those
43 characters. Use this information to distinguish between
44 include sections that have the same sum and the same length
45 but which are nevertheless unique.
46
8375c36b
PB
472004-03-31 Paul Brook <paul@codesourcery.com>
48
49 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
50 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
51
a56b48eb
NC
522004-03-31 Andy Chittenden <achittenden@bluearc.com>
53
54 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
55 to 'sum_chars' and add field 'num_chars'.
56 (_bfd_link_section_stabs): When computing the sum of the
57 characters in a B_INCL..B_EINCL range also keep a count of the
58 number of characters. Use this information to help distinguish
59 between include sections when have the same sum but which
60 nevertheless are still unique.
61
3d456464
NC
62