]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
88eaccc2
AM
12002-02-15 Alan Modra <amodra@bigpond.net.au>
2
fd96f80f
AM
3 Support arbitrary length fill patterns.
4 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
5 (_bfd_default_link_order): Remove bfd_fill_link_order code.
6 Call default_data_link_order.
7 (default_fill_link_order): Delete.
8 (default_data_link_order): New function.
9 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
10 of bfd_fill_link_order with bfd_data_link_order.
11 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
12 * elf64-mips.c (mips_elf64_final_link): Likewise.
13
88eaccc2
AM
14 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
15 Correct value returned in "end" for "0x<non-hex>".
16
e2fd756b
NC
172002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
18
19 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
20 (scan): Test against 'mach' field in info structure.
21
edd29cf9
AM
222002-02-14 Alan Modra <amodra@bigpond.net.au>
23
24 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
25
1e30956e 262002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
27
28 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
29 EF_M68000.
30
bf36db18
NC
312002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
32
33 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
34 non-zero physical addresses when adjusting the LMAs of new
35 sections.
bf36db18 36
189c6563
AM
372002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
38
39 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
40 from _bfd_elf_hppa_gen_reloc_type.
41 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
42 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
43 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
44 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
45
e948afaf
AO
462002-02-12 Alexandre Oliva <aoliva@redhat.com>
47
48 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
49 loading its contents if there's nothing to do in it.
50
19397422
AM
512002-02-12 Alan Modra <amodra@bigpond.net.au>
52
0ad3a73b
AM
53 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
54 64k boundary.
55
19397422
AM
56 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
57 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
58 (ppc64_elf_finish_dynamic_sections): Set values for them.
59
51316059
MS
602002-02-11 Michael Snyder <msnyder@redhat.com>
61
62 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
63 * elf.c (elfcore_grok_pstatus): Add prototype.
64 (elfcore_grok_lwpstatus): Add prototype.
65 (elfcore_write_lwpstatus): New function.
66 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
67
518313c3
AO
682002-02-11 Alexandre Oliva <aoliva@redhat.com>
69
70 * elf32-sh.c: Added missing prototypes.
71 * elf32-sh64.c: Likewise.
72 (sh_elf_align_loads): Mark unused args as such.
73 * elf64-sh64.c: Added missing prototypes.
74 (struct elf_sh64_link_hash_entry): Fix typo.
75 (sh_elf64_relocate_section): Fix info argument passed to
76 _bfd_elf_section_offset.
77
2c73f9d8
AM
782002-02-11 Alan Modra <amodra@bigpond.net.au>
79
80 * Makefile.am: "make dep-am".
81 * Makefile.in: Regenerate.
82 * aclocal.m4: Regenerate.
83 * config.in: Regenerate.
84 * configure: Regenerate.
85
d426c6b0
DJ
862002-02-10 Daniel Jacobowitz <drow@mvista.com>
87
88 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
89 variable warnings.
90 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
91 comparison warning.
92 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
93 cast warnings for the common case.
94
e58ee0cd
HPN
952002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
96
97 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
98 vectors.
99 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
100 vectors.
101
7793f4d0
RH
1022002-02-09 Richard Henderson <rth@redhat.com>
103
104 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
105 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
106 (elf64_alpha_relocate_section): Likewise.
107 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
108 * bfd-in2.h, libbfd.h: Rebuild.
109
7e799044
HPN
1102002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
111
112 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
113 that base-plus-offset reloc accounting is consistent.
114 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
115 up to date for undefined symbols.
116
027d73eb
EC
1172002-02-08 Eric Christopher <echristo@redhat.com>
118
119 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
120
121 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
122 sections for the O32 ABI.
123
517662d4
CD
1242002-02-08 Chris Demetriou <cgd@broadcom.com>
125
126 * elf32-arm.h: Fix formatting of _("...").
127 * elf32-d10v.c: Likewise.
128 * elf32-m68k.c: Likewise.
129 * elf32-mips.c: Likewise.
130
5e37cc46
NC
1312002-02-08 Ivan Guzvinec <ivang@opencores.org>
132
133 * coff-or32.c: Fix compile time warning messages.
134
fbca6ad9
AO
1352002-02-08 Alexandre Oliva <aoliva@redhat.com>
136
137 Contribute sh64-elf.
138 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
139 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
140 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
141 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
142 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
143 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
144 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
145 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
146 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
147 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
148 New relocs.
149 * libbfd.h, bfd-in2.h: Rebuilt.
150 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
151 (sh_reloc_map): Map them.
152 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
153 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
154 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
155 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
156 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
157 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
158 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
159 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
160 datalabel_got_offset.
161 (sh_elf_link_hash_newfunc): Initialize it.
162 (sh_elf_relocate_section): Augment the scope of
163 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
164 GOT and GOTOFF handling to new SHmedia relocation types. Support
165 GOT_BIAS.
166 (sh_elf_check_relocs): Likewise.
167 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
168 PLT entries using movi_shori_putval. Support GOT_BIAS.
169 (sh_elf_finish_dynamic_sections): Likewise.
170 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
171 relocation, it's now done by the caller.
172 (GOT_BIAS): New.
173 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
174 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
175 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
176 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
177 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
178 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
179 sh64_elf64_hash_table): New.
180 (sh_elf64_howto_table): Introduce new relocs.
181 (sh_elf64_info_to_howto): Accept new PIC relocs.
182 (sh_elf64_relocate_section): Augment the scope of
183 seen_stt_datalabel. Support new PIC relocs.
184 (sh_elf64_check_relocs): Support new PIC relocs.
185 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
186 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
187 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
188 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
189 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
190 movi_shori_putval, movi_3shori_putval,
191 sh64_elf64_create_dynamic_sections,
192 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
193 sh64_elf64_size_dynamic_sections,
194 sh64_elf64_finish_dynamic_symbol,
195 sh64_elf64_finish_dynamic_sections): New.
196 (elf_backend_create_dynamic-sections,
197 bfd_elf64_bfd_link_hash_table_create,
198 elf_backend_adjust_dynamic_symbol,
199 elf_backend_size_dynamic_sections,
200 elf_backend_finish_dynamic_symbol,
201 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
202 elf_backend_plt_readonly, elf_backend_want_plt_sym,
203 elf_backend_got_header_size, elf_backend_plt_header_size):
204 Define.
205 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
206 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
207 match official numbers and names; moved unmaching ones to the
208 range 0xf2-0xff.
209 * elf32-sh64.c, elf64-sh64.c: Likewise.
210 2001-03-12 DJ Delorie <dj@redhat.com>
211 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
212 sections.
213 2001-03-12 DJ Delorie <dj@redhat.com>
214 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
215 be aligned.
216 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
217 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
218 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
219 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
220 .cranges section with SEC_SORT_ENTRIES set.
221 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
222 incoming sorted .cranges section.
223 (sh64_bfd_elf_copy_private_section_data): New.
224 (sh64_elf_final_write_processing): Only sort .cranges and modify
225 start address if called by linker.
226 2001-01-08 Ben Elliston <bje@redhat.com>
227 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
228 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
229 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
230 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
231 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
232 line. Add comments before all entries.
233 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
234 comment.
235 (sh_elf64_reloc): Correct head comment.
236 (sh_elf64_relocate_section): Correct spacing.
237 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
238 instead call reloc_dangerous callback.
239 <case R_SH_SHMEDIA_CODE>: New case.
240 (sh_elf64_gc_mark_hook): Correct spacing.
241 (sh_elf64_check_relocs): Ditto.
242 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
243 New case.
244 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
245 functions.
246 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
247 clarify describing comment. Add comments before all entries.
248 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
249 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
250 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
251 Sort .cranges section in final link. Prepare to set bit 0 on
252 entry address.
253 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
254 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
255 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
256 .cranges section.
257 (sh64_backend_section_from_shdr): New, to recognize
258 SHT_SH5_CR_SORTED on incoming .cranges section.
259 (elf_backend_section_from_shdr): Define.
260 (sh64_elf_final_write_processing): Sort outgoing .cranges
261 section. (New, temporarily disabled:) Set bit 0 on entry address
262 according to ISA type.
263 (sh64_find_section_for_address): New.
264 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
265 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
266 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
267 bfd_malloc, not xmalloc.
268 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
269 global.
270 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
271 temporarily disabled) setting bit 0 on entry address.
272 (elf_backend_final_write_processing): Define.
273 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
274 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
275 be a proper relocation for PTA and PTB rather than a marker.
276 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
277 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
278 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
279 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
280 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
281 Zero src_mask.
282 * elf64-sh64.c: Ditto.
283 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
284 * elf32-sh64.c: Include opcodes/sh64-opc.h
285 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
286 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
287 parameters. No unused parameters. Caller changed.
288 <case R_SH_PT_16>: New case.
289 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
290 * Makefile.in: Regenerate.
291 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
292 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
293 all code sections.
294 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
295 (sh64_elf_merge_private_data): Ditto.
296 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
297 to access stored section flags.
298 (sh64_elf_final_write_processing): Return immediately unless
299 called by linker. Use sh64_elf_section_data (cranges) to get size
300 of linker-generated cranges entries.
301 (sh64_elf_copy_private_data): Add missing "return true".
302 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
303 (sh_elf64_merge_private_data): Ditto.
304 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
305 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
306 elf64-sh64.c:sh64_elf_fake_sections.
307 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
308 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
309 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
310 (sh64_elf_final_write_processing): New.
311 (elf_backend_final_write_processing): Define.
312 (sh64_elf_fake_sections): Get header flags from tdata field.
313 (sh64_elf_copy_private_data): Do not call
314 sh64_elf_copy_private_data_internal, just copy e_flags field.
315 (sh64_elf_merge_private_data): Do not call
316 sh64_elf_copy_private_data_internal.
317 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
318 Remove EF_SH64_ABI64, let ELF size make difference.
319 Remove SH64-specific BFD section flag.
320 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
321 containing SHmedia through elf_section_data (asect)->tdata
322 non-zero, not using a BFD section flag.
323 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
324 (sh64_elf_merge_private_data): Similar.
325 (elf_backend_section_flags): Don't define.
326 (sh64_elf_backend_section_flags): Delete.
327 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
328 not EF_SH64_ABI64.
329 (sh_elf64_merge_private_data): Similar.
330 * section.c (Section flags definitions): Don't define
331 SEC_SH_ISA_SHMEDIA.
332 (bfd-in2.h): Regenerate.
333 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
334 Make DataLabel references work with partial linking.
335 * elf32-sh64.c: Fix formatting.
336 (sh64_elf_link_output_symbol_hook): New.
337 (elf_backend_link_output_symbol_hook): Define to
338 sh64_elf_link_output_symbol_hook.
339 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
340 undefined if partial linking. Adjust sanity check.
341 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
342 (elf_backend_link_output_symbol_hook): Define to
343 sh64_elf64_link_output_symbol_hook.
344 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
345 undefined if partial linking. Adjust sanity check.
346 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
347 Implement semantics for inter-file DataLabel references.
348 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
349 (sh64_elf64_add_symbol_hook): New.
350 (sh_elf64_relocate_section): If passing an indirect symbol with
351 st_type STT_DATALABEL on the way to a symbol with st_other
352 STO_SH5_ISA32, do not bitor 1 to the relocation.
353 (elf_backend_add_symbol_hook): Define to
354 sh64_elf64_add_symbol_hook.
355 * elf64-sh32.c: Tweak comments.
356 (DATALABEL_SUFFIX): Define.
357 (sh64_elf_add_symbol_hook): New.
358 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
359 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
360 symbol with st_type STT_DATALABEL on the way to a symbol with
361 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
362 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
363 Pass through STT_DATALABEL.
364 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
365 (elf_backend_get_symbol_type): Define.
366 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
367 (elf_backend_get_symbol_type): Define.
368 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
369 * elf32-sh64.c: Tweak comments.
370 (sh64_elf_copy_private_data_internal): Add prototype.
371 (bfd_elf32_bfd_set_private_flags): Define.
372 (sh64_elf_copy_private_data_internal): Compare machine name, not
373 textual BFD target name, to check whether to copy section flag
374 SHF_SH5_ISA32.
375 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
376 Tweak section-contents-type-mismatch message.
377 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
378 Validize reloc-types.
379 * elf64-sh64.c: New file.
380 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
381 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
382 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
383 Regenerate dependencies.
384 * Makefile.in: Regenerate.
385 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
386 bfd_elf64_sh64l_vec.
387 * configure.in: Handle bfd_elf64_sh64_vec and
388 bfd_elf64_sh64l_vec.
389 * configure: Regenerate.
390 * po/POTFILES.in: Regenerate.
391 * po/bfd.pot: Regenerate.
392 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
393 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
394 anything else but EF_SH64 and EF_SH64_ABI64.
395 (sh64_elf_merge_private_data): Emit error for anything else but
396 EF_SH64 and EF_SH64_ABI64.
397 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
398 from targ_selvecs.
399 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
400 bfd_elf32_sh64l_vec as a temporary measure.
401 * configure: Regenerate.
402 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
403 * cpu-sh.c (arch_info_struct): Include sh5 item
404 unconditionalized.
405 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
406 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
407 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
408 * elf32-sh64.c: Tweak comments.
409 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
410 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
411 (sh64_elf_copy_private_data_internal): Wrap long line.
412 (sh64_elf_merge_private_data): Rewrite to allow objects from
413 SH64 subsets to be linked together.
414 (INCLUDE_SHMEDIA): Define.
415 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
416 Parenthesize plus-expression inside or-expression.
417 <global symbol>: Ditto.
418 (sh_elf_set_mach_from_flags): Remove code refusing
419 deleted EF_SH64_32BIT_ABI flag.
420 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
421 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
422 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
423 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
424 (sh_elf_relocate_section) <local symbol>: Or 1 in
425 calculation of relocation if sym->st_other & STO_SH5_ISA32.
426 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
427 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
428 relocation.
429 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
430 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
431 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
432 Regenerate dependencies.
433 * Makefile.in: Regenerate.
434 * archures.c: Add bfd_mach_sh5.
435 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
436 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
437 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
438 * configure: Regenerate.
439 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
440 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
441 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
442 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
443 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
444 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
445 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
446 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
447 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
448 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
449 in item for SH5.
450 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
451 for SHmedia relocs.
452 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
453 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
454 shmedia_prepare_reloc, goto final_link_relocate if it returns
455 non-zero, else fail as before.
456 (sh_elf_set_mach_from_flags): Provide function only if not defined
457 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
458 (sh_elf_set_private_flags): Provide function only if not defined
459 as a macro.
460 (sh_elf_copy_private_data): Similar.
461 (sh_elf_merge_private_data): Similar.
462 * section.c (SEC_SH_ISA_SHMEDIA): New.
463 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
464 * elf32-sh64.c: New file.
465 * libbfd.h: Regenerate.
466 * bfd-in2.h: Regenerate.
467 * po/POTFILES.in: Regenerate.
468 * po/bfd.pot: Regenerate.
469 * bfd-in2.h: Regenerate.
470 * libbfd.h: Regenerate.
471
e108f470
DJ
4722002-02-07 Daniel Jacobowitz <drow@mvista.com>
473
474 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
475 been included, not drag it in.
476 * bfd-in2.h: Regenerate.
477
259d18a3
L
4782002-02-06 H.J. Lu (hjl@gnu.org)
479
480 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
481 the mach and ISA fields if necessary.
482
f13b834e
NC
4832002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
484
485 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
486 ARM architecture when an F_ARM_5 flag is detected, since we cannot
487 be sure exactly which architecture this represents.
488
82f6addb
NC
4892002-02-05 Nick Clifton <nickc@redhat.com>
490
491 * po/tr.po: Updated translation.
492
899f54f5
AM
4932002-02-05 Alan Modra <amodra@bigpond.net.au>
494
495 From Jimi X <jimix@watson.ibm.com>
496 * archures (bfd_mach_ppc64): Define.
497 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
498 (bfd_powerpc_arch): Define.
499 * bfd-in2.h: Regenerate.
500 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
501 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
502 (bfd_powerpc_archs): Add default powerpc64 arch.
503
248866a8
AM
5042002-02-05 Alan Modra <amodra@bigpond.net.au>
505
506 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
507 against section syms in readonly sections. Don't do the global
508 sym check if we find one.
509 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
510 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
511 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
512 (elf_s390_grok_prstatus): Add missing prototype.
513
4fa5c2a8
HPN
5142002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
515
516 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
517 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
518 Call bfd_get_section_by_name only once. Initialize
519 bpodata->n_bpo_relocs_this_section.
520 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
521 referring to DSOs.
522 (bpo_reloc_request_sort_fn): Don't use difference of values as
523 return-value.
524
537c972e
DB
5252002-02-02 David O'Brien <obrien@FreeBSD>
526
527 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
528 version 4.5 and later the same as 5-CURRENT.
529 * configure: Re-generate.
530
006336b8
JT
5312002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
532
533 * config.bfd (hppa*-*-netbsd*): New target.
534
6c571f00
PT
5352002-01-31 Philipp Thomas <pthomas@suse.de>
536
19397422
AM
537 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
538 to front of message. Unify messages with elf32-arm.h. Use
539 commas where neccessary.
540 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
541 ERROR in messages. Unify messages with coff-arm.c. Correct
542 VFP/FPA error message.
543 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
544 APCS-32 for translation.
6c571f00 545
930b4cb2
HPN
5462002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
547
548 Perform on-demand global register allocation from
549 R_MMIX_BASE_PLUS_OFFSET relocs.
550 * elf64-mmix.c (struct bpo_reloc_section_info, struct
551 bpo_reloc_request, struct bpo_greg_section_info): New.
552 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
553 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
554 _bfd_mmix_check_all_relocs,
555 _bfd_mmix_prepare_linker_allocated_gregs,
556 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
557 (elf_mmix_howto_table): Correct src_mask for most relocs.
558 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
559 case.
560 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
561 case. Fix typo in comment. New label do_mmix_reloc.
562 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
563 store first object file with a base-plus-offset reloc. Call
564 mmix_elf_check_common_relocs for the part common with mmo.
565 (mmix_elf_final_link): Write out linker-allocated register
566 contents section.
567 (elf_backend_gc_sweep_hook): Define.
568 (bfd_elf64_bfd_relax_section): Define.
569
570 * mmo.c: Don't include <ctype.h>
571 (mmo_init): Correct init-once logic.
572
3e36d993
TR
5732002-02-01 Tom Rix <trix@redhat.com>
574
575 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
576
ba323545
AM
5772002-02-01 Alan Modra <amodra@bigpond.net.au>
578
579 * Makefile.am: Run "make dep-am"
580 * Makefile.in: Regenerate.
581
012884d6
DB
5822002-01-31 David O'Brien <obrien@FreeBSD>
583
584 * configure.in: Recognize the differences in core files from FreeBSD
585 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
586 5-CURRENT.
587 * configure: Regenerate.
588
3b16e843
NC
5892002-01-31 Ivan Guzvinec <ivang@opencores.org>
590
591 * coff-or32.c: New file.
592 * cpu-or32.c: New file.
593 * elf32-or32.c: New file.
594 * archures.c: Add support for or32.
595 * targets.c: Add support for or32.
596 * bfd-in2.h: Regenerate.
7dc0ab31 597 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
598 coff_write_object_contents): Add support for or32.
599 * config.bfd: Add target.
600 * configure.in: Add support for or32.
601 * configure: Regenerate.
602 * Makefile.am: Add support for or32.
603 * Makefile.in: Regenerate.
3b16e843
NC
604 * po/SRC-POTFILES.in: Add or32 files.
605 * po/bfd.pot: Regenerate.
7dc0ab31 606
caf8ca8e
NC
6072002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
608 Don Lindsay <lindsayd@cisco.com>
609
610 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
611 false' with a return of a bfd_reloc_ error code.
612
e5dfef09
HPN
6132002-01-31 Hans-Peter Nilsson <hp@axis.com>
614
615 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
616 unexport unreferenced symbols when --export-dynamic. Call
617 _bfd_elf_strtab_delref when unexporting.
618
4e4770d0
DJ
6192002-01-30 Daniel Jacobowitz <drow@mvista.com>
620
621 * bfd-in.h: Include <stdbool.h> if it is available.
622 * bfd-in2.h: Regenerated.
623
e1fa50e7
AM
6242002-01-31 Alan Modra <amodra@bigpond.net.au>
625
626 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
627 not go via the plt.
628
b5f79c76
NC
6292002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
630
b5f79c76
NC
631 * archures.c: Tidy up formatting of embedded comments.
632 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 633 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
634 * reloc.c: Tidy up formatting of ordinary & embedded comments.
635 * section.c: Tidy up formatting of embedded comments.
636 * syms.c: Tidy up formatting of embedded comments.
637 * targets.c: Tidy up formatting of embedded comments.
638
639 * bfd-in2.h: Regenerate.
640
ca09e32b
NC
6412002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
642
643 * vms-tir.c (cmd_name): New function.
644 (tir_cmd_name): New function.
645 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
646 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
647 Fix formatting.
7dc0ab31 648
ca09e32b
NC
649 * peXXigen.c (pe_print_idata): Rearrange message to aid in
650 translation.
651 (pe_print_pdata): Rearrange message to aid in translation.
652
653 * libbfd.c (warn_deprecated): Rearrange error message to aid in
654 translation.
655
656 * ihex.c (ihex_write_object_contents): Fix spelling typo.
657
658 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
659
660 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
661 message to aid in translation.
662
663 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
664 to aid in translation.
665
666 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
667
7dc0ab31 6682002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
669
670 * coff-arm.c, elf32-elf.h: Unify messages.
671
05f64ac6
NC
6722002-01-30 Nick Clifton <nickc@redhat.com>
673
674 * po/sv.po: Updated translation.
675
f5a3e38a
NC
6762002-01-30 Philipp Thomas <pthomas@suse.de>
677
678 * dwarf2.c (read_abbrev): Use full section name in error message.
679 (decode_line_info): Likewise.
661a3fd4
NC
680
681 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
682 message.
683
d926e03d
AM
6842002-01-30 Alan Modra <amodra@bigpond.net.au>
685
686 * elf64-ppc.c (func_desc_adjust): Only provide missing function
687 descriptor symbols for undefined function code syms. Clear
688 ELF_LINK_NON_ELF so that they can stay weak.
689
030d18fb 6902002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 691 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
692
693 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
694 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
695 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
696 generation.
697 * bfd-in2.h: Regenerate.
698
fcc76bea
CD
6992002-01-29 Chris Demetriou <cgd@broadcom.com>
700
701 * elf32-mips.c: Add additional comments about HI16 relocation
702 processing.
703 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
704 pc-relative relocations. (Reverts change made on 2001-10-31.)
705 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
706 for pc-relative relocations.
707 (mips_elf_calculate_relocation): Add a comment about a kludge
708 in the R_MIPS_GNU_REL_HI16 handling.
709 (_bfd_mips_elf_relocate_section): Implement that kludge;
710 adjust pc-relative HI16 relocation for difference in HI16 and
711 LO16 addresses, since it can't easily be done in
712 mips_elf_calculate_relocation.
713
f9cd9119
MS
7142002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
715
716 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
717 relocations with PC32 relocations for undefined or weak symbols.
718 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
719 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
720
702248bb
JT
7212002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
722
723 * elfcore.h (elf_core_file_p): Improve comment for last change.
724
4867be41
DJ
7252002-01-27 Daniel Jacobowitz <drow@mvista.com>
726
727 * configure: Regenerated.
728
a94cef6a
JT
7292002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
730
731 * elfcore.h (elf_core_file_p): Set the machine architecture
732 before processing the program headers.
733
7562a296
HPN
7342002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
735
966abd70
HPN
736 * configure.in <64-bit configuration>: If using gcc, check and
737 emit error for egcs-1.1.2.
738 * configure: Regenerate.
739
e8eab623
NC
7402002-01-26 Egor Duda <deo@logos-m.ru>
741
742 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
743 as possible to avoid stack corruption.
744
73896efb
RH
7452002-01-26 Richard Henderson <rth@redhat.com>
746
747 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
748 for non-allocated sections.
749
7502002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
751
752 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
753 prstat.pr_reg even if it is a struct.
754
73896efb 7552002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743
NC
756
757 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
758
3d66c4f7
NC
7592002-01-25 Philipp Thomas <pthomas@suse.de>
760
761 * coffgen.c (coff_print_symbol): Don't mark info message
762 for translation.
763
9460ecda
NC
7642002-01-25 Nick Clifton <nickc@redhat.com>
765
766 * po/fr.po: Updated translation.
767 * po/es.po: Updated translation.
768
cc9ff76a
AM
7692002-01-25 Philipp Thomas <pthomas@suse.de>
770
771 * coff-alpha.c (alpha_relocate_section): Unify warning message
772 for GP relative relocations without GP defined.
773 * coff-mips.c (mips_relocate_section): Likewise.
774
c68836a9
AM
7752002-01-25 Alan Modra <amodra@bigpond.net.au>
776
777 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
778 unsigned overflow when new_offset < old_offset.
779
e8eab623 7802002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
781
782 * bfd.c (_bfd_abort): Fix typo.
783
8ba89f17
RH
7842002-01-23 Richard Henderson <rth@redhat.com>
785
786 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
787 plt entries for undefweak symbols.
788
c6953948
NC
7892002-01-23 Steve Ellcey <sje@cup.hp.com>
790
791 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
792 DEFAULT_VECTOR.
793 (bfd_elf64_ia64_hpux_big_vec): Ditto.
794 (bfd_elf32_h8300_vec): Ditto.
795
41bd81ab
AM
7962002-01-23 Alan Modra <amodra@bigpond.net.au>
797
798 * elf64-ppc.c: Remove stale part of ABI comment.
799 (NO_OPD_RELOCS): Define.
800 (ppc64_elf_check_relocs): Use it.
801 (ppc64_elf_relocate_section): Here too.
802 (build_one_stub): Don't point function syms at the stub. Instead,
803 hijack plt.offset.
804 (ppc64_elf_relocate_section): Check whether REL24 relocs should
805 really go to the stub. Make all dynamic relocs in opd against
806 locals.
807 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
808 plt.offset.
809
f304919d
RH
8102002-01-22 Richard Henderson <rth@redhat.com>
811
812 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
813
c0ef99a7
AM
8142002-01-22 Alan Modra <amodra@bigpond.net.au>
815
60ee0d4a
AM
816 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
817 TOC_BASE_OFF adjustment.
818
c0ef99a7
AM
819 * Makefile.am: Run "make dep-am".
820 * Makefile.in: Regenerate.
821 * po/SRC-POTFILES.in: Regenerate.
822
64328b46
AM
8232002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
824
825 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
826 host defines.
827
59953665 8282002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
829
830 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
831 Check for and emit error if sgot is NULL at this point.
832
9596feea
JT
8332002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
834
835 * config.bfd (ia64*-*-netbsd*): New target.
836
7b45c6e1
AM
8372002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
838
839 * som.c (som_write_space_strings): Comment typo fix.
840
e5094212
AM
8412002-01-21 Alan Modra <amodra@bigpond.net.au>
842
e86ce104
AM
843 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
844 is_func_descriptor fields.
845 (link_hash_newfunc): Init them.
846 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
847 dot are candidates for plt entries. When processing .opd relocs,
848 set function descriptor strings to point inside function code
849 string, and set new ppc_link_hash_entry fields.
850 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
851 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
852 function descriptors. It's now done in..
853 (func_desc_adjust): New.
854 (ppc64_elf_func_desc_adjust): New.
855 (define elf_backend_always_size_sections): Define.
856 (ppc64_elf_hide_symbol): New.
857 (define elf_backend_hide_symbol): Define.
858 (allocate_dynrelocs): Remove code looking up function descriptors
859 as that has been done earlier.
860 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
861 table.
862 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
863 up function descriptor.
864 (build_one_stub): Look up the function code sym. Check for
865 invalid plt offsets.
866 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
867 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
868
e5094212
AM
869 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
870 boolean param.
871 (_bfd_elf_link_hash_hide_symbol): Likewise.
872 * elflink.h (elf_link_add_object_symbols): Adjust call to
873 elf_backend_hide_symbol.
874 (elf_fix_symbol_flags): Likewise.
875 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
876 than bfd_alloc.
877 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
878 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
879 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
880 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
881 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
882 and adjust to suit.
883 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
884 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
885 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
886
40b8271b
AM
8872002-01-18 Alan Modra <amodra@bigpond.net.au>
888
889 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
890 dynamic function descriptor symbol, not the associated function
891 symbol.
892
55baa95b
EC
8932002-01-17 Eric Christopher <echristo@redhat.com>
894
895 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
896
328577ad
NC
8972002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
898
899 * po/bfd.pot: Regenerate.
900 * po/fr.po: Regenerate.
901
af746e92
AM
9022002-01-17 Alan Modra <amodra@bigpond.net.au>
903
904 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
905 Remove "Elf_Internal_Shdr *" param.
906 (_bfd_mips_elf_section_from_bfd_section): Ditto.
907 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
908 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
909 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
910 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
911 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
912 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
913 function to override special sections. Remove hdr arg from
914 backend call, and don't loop.
915
175e9962
EC
9162002-01-16 Eric Christopher <echristo@redhat.com>
917
918 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
919 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
920 relocations requiring gp0 and gp.
921
96a846ea
RE
9222002-01-16 Richard Earnshaw <rearnsha@arm.com>
923
175e9962 924 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
925 EF_ARM_VFP_FLOAT.
926 (elf32_arm_print_private_bfd_data): Likewise.
927
af3ae48d
NC
9282002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
929
930 * po/tr.po: Import new version.
931
10ed1bba
AM
9322002-01-16 Alan Modra <amodra@bigpond.net.au>
933
934 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
935 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
936 (ORI_R0_R0_0): Correct.
937
5d1634d7
AM
9382002-01-16 Alan Modra <amodra@bigpond.net.au>
939
940 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
941 when plt_not_loaded.
942 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
943 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
944 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
945 (ppc64_elf_glink_code): Delete.
946 (PPC64_ELF_GLINK_SIZE): Delete.
947 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
948 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
949 ORI_R0_R0_0): Define.
950 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
951 (struct ppc_link_hash_table): Add sstub and plt_overflow.
952 (ppc64_elf_link_hash_table_create): Init them.
953 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
954 Don't copy to shared lib.
955 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
956 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
957 (allocate_dynrelocs <plt>): Don't change function sym here. Make
958 room for .stub and .glink code.
959 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
960 DT_PPC64_GLINK.
961 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
962 bfd_elf64_bfd_final_link.
963 (bfd_elf64_bfd_final_link): Don't define.
964 (ppc64_elf_size_stubs): New.
965 (build_plt_stub): New.
966 (build_one_stub): New.
967 (ppc64_elf_build_stubs): New.
968 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
969 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
970 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
971 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
972 case output sections not separate. Adjust DT_RELASZ to not
973 include plt relocs. Set reserved got entry. Set got and plt
974 entry size.
975 (elf_backend_got_header_size): Set to 8.
976 * elf64-ppc.h: New file.
977
c601ffdb
AM
9782002-01-16 Alan Modra <amodra@bigpond.net.au>
979
980 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
981 sections, use bfd_section_list_remove.
982 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
983 * elflink.h (elf_link_add_object_symbols): When removing all
984 sections, use bfd_section_list_clear.
985
8fb4cb7f
NC
9862002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
987
988 * po/sv.po: New file: Swedish translation.
989 * configure.in (ALL_LINGUAS): Add sv.
990 * configure: Regenerate.
991
d3c456e9
JJ
9922002-01-15 Jakub Jelinek <jakub@redhat.com>
993
994 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
995 * elf.c (merge_sections_remove_hook): New function.
996 (_bfd_elf_merge_sections): Pass it as 3rd argument to
997 _bfd_merge_sections.
998 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
999 * libbfd.h: Rebuilt.
1000 * merge.c (_bfd_merge_sections): Add remove_hook argument.
1001 Call remove_hook if a SEC_EXCLUDE section is encountered.
1002
1f7fd478
NC
10032002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1004
1005 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
1006 (xstormy16_reloc_map): Initialise new field with correct howto
1007 table.
1008 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
1009 howto entry.
1010
b87011e9
MS
10112002-01-10 Michael Snyder <msnyder@redhat.com>
1012
1013 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
1014 (elfcore_write_pstatus): Use long instead of pid_t;
1015 * elf-bfd.h: Change prototypes to use long instead of pid_t;
1016
175e9962 10172002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
1018
1019 * elf.c: Update copyright years.
1020 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
1021 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
1022
7c76fa91
MS
10232002-01-08 Michael Snyder <msnyder@redhat.com>
1024
1025 Add capability to write corefile note sections, for gdb.
1026 * elf.c (elfcore_write_note): New function.
1027 (elfcore_write_prpsinfo): New function.
1028 (elfcore_write_prstatus): New function.
1029 (elfcore_write_pstatus): New function.
1030 (elfcore_write_prfpreg): New function.
1031 (elfcore_write_prxfpreg): New function.
97996af6 1032 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 1033
e1fddb6b
AO
10342002-01-08 Alexandre Oliva <aoliva@redhat.com>
1035
1036 * elf.c (elf_fake_sections): Propagate errors from
1037 elf_backend_fake_section.
1038
8d05742f
JT
10392002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1040
1041 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
1042 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
1043 (elf32-sh-nbsd.lo): New rule.
1044 * Makefile.in: Regenerate.
1045 * config.bfd (sh*le-*-netbsdelf*): New target.
1046 (sh*-*-netbsdelf*): New target.
1047 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
1048 (bfd_elf32_shnbsd_vec): New vector.
1049 (bfd_elf32_shlnbsd_vec): New vector.
1050 * configure: Regenerate.
1051 * elf32-sh-nbsd.c: New file.
1052 * targets.c: Update copyright years.
175e9962 1053 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
1054 bfd_elf32_shnbsd_vec.
1055
1dba4cb4
AH
10562002-01-07 Aldy Hernandez <aldyh@redhat.com>
1057
1058 * coff-rs6000.c (READ20): Use bfd_scan_vma.
1059
47b22aef
GK
10602002-01-07 Geoffrey Keating <geoffk@redhat.com>
1061
1062 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
1063 of a symbol in a section that will be deleted.
1064
be2d1673
NC
10652002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1066
1067 * po/es.po: New file: Spanish translation.
1068 * configure.in (ALL_LINGUAS): Add es.
1069 * configure: Regenerate.
1070
d9cf1b54
AM
10712002-01-06 Steve Ellcey <sje@cup.hp.com>
1072
1073 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
1074 argument so we can handle HP-UX specially.
1075 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
1076 (elfNN_hpux_backend_section_from_bfd_section): New for support
1077 of SHN_IA_64_ANSI_COMMON.
1078 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
1079 (is_unwind_section_name): Add special HP-UX support.
1080 (elfNN_ia64_section_from_shdr): Add support for more sections.
1081 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
1082 add support for more sections.
1083 (elfNN_ia64_additional_program_headers): Modify
1084 is_unwind_section_name call.
1085 (elfNN_ia64_modify_segment_map): Remove assumption that there is
1086 only one unwind section in segment.
1087
3f3c5c34
AM
10882002-01-06 Alan Modra <amodra@bigpond.net.au>
1089
1090 * syms.c (_bfd_generic_make_empty_symbol): New function.
1091 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
1092 _bfd_generic_make_empty_symbol.
1093 * libbfd.h: Regenerate.
1094 * bfd-in2.h: Regenerate.
1095 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
1096 (hppabsd_core_get_symtab_upper_bound): Don't define.
1097 (hppabsd_core_get_symtab): Likewise.
1098 (hppabsd_core_print_symbol): Likewise.
1099 (hppabsd_core_get_symbol_info): Likewise.
1100 (hppabsd_core_bfd_is_local_label_name): Likewise.
1101 (hppabsd_core_get_lineno): Likewise.
1102 (hppabsd_core_find_nearest_line): Likewise.
1103 (hppabsd_core_bfd_make_debug_symbol): Likewise.
1104 (hppabsd_core_read_minisymbols): Likewise.
1105 (hppabsd_core_minisymbol_to_symbol): Likewise.
1106 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
1107 Formatting fixes.
1108 * hpux-core.c: Similarly.
1109 * irix-core.c: Similarly.
1110 * osf-core.c: Similarly.
1111 * sco5-core.c: Similarly.
1112 * binary.c (binary_make_empty_symbol): Remove function, define as
1113 _bfd_generic_make_empty_symbol.
1114 * ihex.c (ihex_make_empty_symbol): Likewise.
1115 * mmo.c (mmo_make_empty_symbol): Likewise.
1116 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
1117 * srec.c (srec_make_empty_symbol): Likewise.
1118 * versados.c (versados_make_empty_symbol): Likewise.
1119 * vms.c (_bfd_vms_make_empty_symbol): Remove.
1120 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
1121 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
1122 rather than _bfd_vms_make_empty_symbol.
1123 * vms-misc.c (new_symbol): Likewise.
1124
3f0a7f7f
AM
11252002-01-05 Alan Modra <amodra@bigpond.net.au>
1126
9e7b37b3
AM
1127 * section.c (bfd_section_init): Remove unnecessary initialisations.
1128 (bfd_section_list_clear): New function.
1129 (bfd_section_list_remove, bfd_section_list_insert): New macros.
1130 (_bfd_strip_section_from_output): Use them.
1131 * coffcode.h (coff_set_alignment_hook): Likewise.
1132 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
1133 * elf64-mips.c (mips_elf64_final_link): Likewise.
1134 * elf64-mmix.c (mmix_elf_final_link): Likewise.
1135 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1136 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1137 * bfd-in2.h: Regenerate.
1138
1139 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
1140 rather than doing our own section handling. Clean up after errors
1141 with bfd_release and bfd_section_list_clear. Handle unexpected
1142 flags.
1143 * aoutf1.h (sunos4_core_file_p): Likewise.
1144 * aix386-core.c (aix386_core_file_p): Likewise.
1145 * cisco-core.c (cisco_core_file_validate): Likewise.
1146 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1147 * trad-core.c (trad_unix_core_file_p): Likewise.
1148
1149 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
1150 with bfd_release and bfd_section_list_clear.
1151 * hpux-core.c (hpux_core_core_file_p): Likewise.
1152 * irix-core.c (irix_core_core_file_p): Likewise.
1153 * lynx-core.c (lynx_core_file_p): Likewise.
1154 * osf-core.c (osf_core_core_file_p): Likewise.
1155 * rs6000-core.c (rs6000coff_core_p): Likewise.
1156 * sco5-core.c (sco5_core_file_p): Likewise.
1157
3f0a7f7f
AM
1158 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
1159 sign extension adjustments without conditionals.
1160
a3aa38ee
JJ
11612002-01-04 Jakub Jelinek <jakub@redhat.com>
1162
1163 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
1164 CIE at .eh_frame start is removed due to no FDEs referencing it.
1165
8a8b2d4b
AJ
11662002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1167
1168 * config.bfd (x86_64-*-netbsd*): New target.
1169 * configure.in (x86_64-*-netbsd*): Set COREFILE
1170 to netbsd-core.lo.
1171 * configure: Regenerated.
1172
04b5af89
TR
11732002-01-03 Tom Rix <trix@redhat.com>
1174
1175 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
1176 for recent bfd_make_section_anyway change.
1177
51c5503b
NC
11782002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
1179
1180 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1181 R_ARM_THM_PC11 reloc.
1182
07f7c046
NC
11832002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1184
1185 * configure.in (LINGUAS): Add ja.
1186 * configure: Regenerate.
1187 * po/ja.po: Import from translation project's web site.
1188
5eefb65f
NC
11892002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1190
1191 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
1192 messages to ease translation into other languages.
1193
39e90f10 1194For older changes see ChangeLog-0001
56882138
AM
1195\f
1196Local Variables:
1197mode: change-log
1198left-margin: 8
1199fill-column: 74
1200version-control: never
1201End: