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