* sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
4dc570c2
JJ
12004-04-19 Jakub Jelinek <jakub@redhat.com>
2
3 * elf32-sparc.c (elf32_sparc_relocate_section): Handle
4 relocs against hidden/protected undefweak symbols properly.
5 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6
0b60d5d3
MK
72004-04-18 Mark Kettenis <kettenis@gnu.org>
8
9 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
10 * netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
11 core files.
12
d48bdb99
AM
132004-04-17 Brian Ford <ford@vss.fsi.com>
14
15 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
16 filepos for the SizeOfHeaders field.
17 (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
18 overflow.
19 (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
20
57a1784e
AM
212004-04-16 Alan Modra <amodra@bigpond.net.au>
22
23 * simple.c (bfd_simple_get_relocated_section_contents): Don't
24 change reloc_done. Set and restore _cooked_size.
25 (RETURN): Delete.
26
d1ad3f6f
MK
272004-04-15 Mark Kettenis <kettenis@gnu.org>
28
29 * netbsd-core.c (netbsd_core_file_p): Set architecture for VAX
30 core files.
31
3d1bca9d
NC
322004-04-15 Nick Clifton <nickc@redhat.com>
33
34 * bfd.c (bfd_archive_filename): Catch NULL bfd pointers.
35
019b892f
AM
362004-04-15 Alan Modra <amodra@bigpond.net.au>
37
38 * elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
39
15b43f48
AM
402004-04-15 H.J. Lu <hongjiu.lu@intel.com>
41
42 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
43 when it is a definition.
44
6de00a78
AM
452004-04-14 Alan Modra <amodra@bigpond.net.au>
46
47 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
48 when statically linking PIC code.
49 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
50
279500de
TS
512004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
52
53 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
54 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
55 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
56 * configure: Regenerate.
57
ccf2f652
RS
582004-04-08 Richard Sandiford <rsandifo@redhat.com>
59
60 * elflink.c: Include libiberty.h.
61 * Makefile.am (elflink.lo): Depend on libiberty.h.
62 * Makefile.in: Regenerate.
63
ca07892d
DJ
642004-04-06 Daniel Jacobowitz <drow@mvista.com>
65
66 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
67 ".MIPS.stubs".
68
a5a58ba4
L
692004-04-05 H.J. Lu <hongjiu.lu@intel.com>
70
71 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
72 reserve the memory for dynamic linker
73
24d18d30
MK
742004-04-05 Mark Kettenis <kettenis@gnu.org>
75
76 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
77 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
78
a4d7b4b5
L
792004-04-02 H.J. Lu <hongjiu.lu@intel.com>
80
81 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
82 RELOC_FOR_GLOBAL_SYMBOL.
83 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
84
1f433d93
L
852004-04-02 H.J. Lu <hongjiu.lu@intel.com>
86
87 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
88 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
89
e489d0ae
PB
902004-04-01 Paul Brook <paul@codesourcery.com>
91
92 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
93 * elf32-arm.h (struct elf32_elf_section_map): New.
94 (struct _arm_elf_section_data): New.
95 (elf32_arm_section_data): Define.
96 (struct elf32_arm_link_hash_table): Add byteswap_code.
97 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
98 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
99 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
100 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
101 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
102 (bfd_elf32_new_section_hook, elf_backend_write_section,
103 elf_backend_link_output_symbol_hook): Define.
104
66a695f0
NC
1052004-04-01 Andy Chittenden <achittenden@bluearc.com>
106
107 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
108 that keeps the characters in a B_INCL..B_EINCL range.
109 (_bfd_link_section_stabs): When computing the sum of the
110 characters in a B_INCL..B_EINCL range also keep a copy of those
111 characters. Use this information to distinguish between
112 include sections that have the same sum and the same length
113 but which are nevertheless unique.
114
8375c36b
PB
1152004-03-31 Paul Brook <paul@codesourcery.com>
116
117 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
118 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
119
a56b48eb
NC
1202004-03-31 Andy Chittenden <achittenden@bluearc.com>
121
122 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
123 to 'sum_chars' and add field 'num_chars'.
124 (_bfd_link_section_stabs): When computing the sum of the
125 characters in a B_INCL..B_EINCL range also keep a count of the
126 number of characters. Use this information to help distinguish
127 between include sections when have the same sum but which
128 nevertheless are still unique.
129