Use htab_create_alloc with calloc, not htab_alloc.
[binutils-gdb.git] / bfd / ChangeLog
1 2002-06-10 Geoffrey Keating <geoffk@redhat.com>
2
3 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
4 htab_alloc.
5 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
6
7 2002-06-08 H.J. Lu <hjl@gnu.org>
8
9 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
10 work around a long long bug in gcc 2.96 on mips.
11
12 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13
14 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
15 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
16 Regenerate dependency lists.
17 * Makefile.in: Regenerate.
18 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
19 vax1knetbsd_vec to targ_selvecs.
20 * configure.in: Add vax1knetbsd_vec.
21 * configure: Regenerate.
22 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
23 * vax1knetbsd.c: New file.
24 * vaxnetbsd.c: Update copyright years.
25 (TARGET_PAGE_SIZE): Set to 0x1000.
26 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
27
28 2002-06-08 Matt Thomas <matt@3am-software.com>
29
30 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
31
32 2002-06-08 Alan Modra <amodra@bigpond.net.au>
33
34 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
35
36 2002-06-08 Alan Modra <amodra@bigpond.net.au>
37
38 * Makefile.am: Run "make dep-am".
39 * Makefile.in: Regenerate.
40
41 * armnetbsd.c: Replace CONST with const.
42 * corefile.c: Likewise.
43 * elf32-dlx.c: Likewise.
44 * elf64-mips.c: Likewise.
45 * mmo.c: Likewise.
46 * ns32knetbsd.c: Likewise.
47
48 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
49 table is elf64-sparc.
50
51 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
52
53 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
54 Fix RELA addends to get not shifted in the result. Don't do special
55 handling of R_MIPS_64 for NewABI.
56
57 2002-06-07 Alan Modra <amodra@bigpond.net.au>
58
59 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
60 (NAME(aout,slurp_reloc_table)): Likewise.
61 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
62 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
63 (xcoff_write_archive_contents_big): Likewise.
64 (xcoff_generate_rtinit): Likewise.
65 (xcoff_generate_rtinit): Likewise, and check error return.
66 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
67 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
68 (coff_get_normalized_symtab): Likewise.
69 (coff_make_empty_symbol): Likewise.
70 (bfd_coff_set_symbol_class): Likewise.
71 * cofflink.c (coff_link_add_symbols): Likewise.
72 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
73 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
74 (bfd_ecoff_write_accumulated_debug): Likewise.
75 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
76 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
77 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
78 * ieee.c (do_with_relocs): Use bfd_zalloc.
79 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
80 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
81 (NAME(aout,slurp_reloc_table)): Likewise.
82 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
83 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
84 * som.c (som_build_and_write_symbol_table): Likewise.
85 (som_slurp_string_table): Likewise.
86 (som_slurp_symbol_table): Likewise.
87 (som_bfd_ar_write_symbol_stuff): Likewise.
88 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
89 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
90 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
91 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
92 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
93
94 2002-06-07 Alan Modra <amodra@bigpond.net.au>
95
96 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
97 "group" union.
98 (elf_group_name): Update.
99 (elf_group_id): Define.
100 (bfd_elf_set_group_contents): Declare.
101 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
102 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
103 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
104 that sym for the signature.
105 (_bfd_elf_compute_section_file_positions): Don't call
106 set_group_contents for "ld -r" case.
107 (swap_out_syms): Use bfd_zalloc.
108 * elflink.h (elf_link_add_archive_symbols): Likewise.
109 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
110 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
111
112 2002-06-07 Alan Modra <amodra@bigpond.net.au>
113
114 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
115 relocs in opd for non-shared too.
116
117 2002-06-06 Jeffrey Law <law@redhat.com
118
119 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
120 relocations.
121
122 2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
123
124 * merge.c: Include libiberty.h.
125 * elf-strtab.c: Include libiberty.h.
126
127 2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
128
129 * peXXigen.c (pe_print_idata): Remove unused variable.
130
131 2002-06-06 David Heine <dlheine@tensilica.com>
132
133 * elf.c (assign_file_positions_for_segments): Remove unallocated
134 sections from the section to segment mapping for PT_LOAD segments.
135 Update comment about empty loadable segments.
136
137 2002-06-06 Richard Sandiford <rsandifo@redhat.com>
138
139 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
140 is within the .stabstr section.
141
142 2002-06-06 Alan Modra <amodra@bigpond.net.au>
143
144 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
145 are "const PTR", not "const PTR *".
146 (bfd_elf32_swap_symbol_in): Likewise.
147 (bfd_elf64_swap_symbol_in): Likewise.
148 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
149 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
150 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
151 (elf_link_add_object_symbols): Likewise.
152 (elf_link_record_local_dynamic_symbol): Likewise.
153 (elf_link_input_bfd): Likewise.
154 (elf_gc_mark): Likewise.
155 (elf_reloc_symbol_deleted_p): Likewise.
156 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
157 (mn10200_elf_relax_delete_bytes): Likewise.
158 (mn10200_elf_symbol_address_p): Likewise.
159 (mn10200_elf_get_relocated_section_contents): Likewise.
160 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
161 (mn10300_elf_relax_section): Likewise.
162 (mn10300_elf_relax_delete_bytes): Likewise.
163 (mn10300_elf_symbol_address_p): Likewise.
164 (mn10300_elf_get_relocated_section_contents): Likewise.
165 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
166 (elf32_h8_relax_delete_bytes): Likewise.
167 (elf32_h8_symbol_address_p): Likewise.
168 (elf32_h8_get_relocated_section_contents): Likewise.
169 * elf32-hppa.c (get_local_syms): Likewise.
170 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
171 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
172 * elf32-sh.c (sh_elf_relax_section): Likewise.
173 (sh_elf_relax_delete_bytes): Likewise.
174 (sh_elf_get_relocated_section_contents): Likewise.
175 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
176 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
177 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
178 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
179 * elf64-ppc.c (get_local_syms): Likewise.
180 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
181 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
182
183 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
184
185 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
186
187 2002-06-05 Alan Modra <amodra@bigpond.net.au>
188
189 * elf.c (group_signature): Swap in the whole symbol, and handle
190 extracting section symbol names.
191 (setup_group): Add comment.
192 (set_group_contents): When called from objcopy or ld, arrange for
193 section contents to be written. Write group member output section
194 indices to allow objcopy to reorganize sections.
195 (_bfd_elf_copy_private_section_data): Copy group info.
196
197 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
198 (bfd_elf32_swap_symbol_in): Update prototype.
199 (bfd_elf64_swap_symbol_in): Likewise.
200 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
201 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
202 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
203 (elf_link_add_object_symbols): Likewise.
204 (elf_link_record_local_dynamic_symbol): Likewise.
205 (elf_link_input_bfd): Likewise.
206 (elf_gc_mark): Likewise.
207 (elf_reloc_symbol_deleted_p): Likewise.
208 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
209 (mn10200_elf_relax_delete_bytes): Likewise.
210 (mn10200_elf_symbol_address_p): Likewise.
211 (mn10200_elf_get_relocated_section_contents): Likewise.
212 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
213 (mn10300_elf_relax_section): Likewise.
214 (mn10300_elf_relax_delete_bytes): Likewise.
215 (mn10300_elf_symbol_address_p): Likewise.
216 (mn10300_elf_get_relocated_section_contents): Likewise.
217 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
218 (elf32_h8_relax_delete_bytes): Likewise.
219 (elf32_h8_symbol_address_p): Likewise.
220 (elf32_h8_get_relocated_section_contents): Likewise.
221 * elf32-hppa.c (get_local_syms): Likewise.
222 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
223 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
224 * elf32-sh.c (sh_elf_relax_section): Likewise.
225 (sh_elf_relax_delete_bytes): Likewise.
226 (sh_elf_get_relocated_section_contents): Likewise.
227 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
228 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
229 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
230 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
231 * elf64-ppc.c (get_local_syms): Likewise.
232 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
233 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
234 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
235 * elf64-alpha.c (alpha_elf_size_info): Likewise.
236 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
237 * elf64-mips.c (mips_elf64_size_info): Likewise.
238 * elf64-s390.c (s390_elf64_size_info): Likewise.
239 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
240
241 2002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
242
243 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
244 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
245 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
246 _bfd_mips_elf_ignore_discarded_relocs.
247 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
248
249 2002-06-05 H.J. Lu <hjl@gnu.org>
250
251 * elfxx-mips.c (mips_elf_calculate_relocation): Call
252 _bfd_elf_rel_local_sym for STT_SECTION relocations against
253 the SEC_MERGE section.
254
255 2002-06-05 Alan Modra <amodra@bigpond.net.au>
256
257 * coff-alpha.c: Update copyright date.
258 * coff-mips.c: Likewise.
259 * xcoff-target.h: Likewise.
260
261 * bfd-in.h: Remove "taken from the source" comment.
262 * libbfd-in.h: Likewise.
263 * libcoff-in.h: Likewise.
264 * bfd-in2.h: Regenerate.
265 * libbfd.h: Regenerate.
266 * libcoff.h: Regenerate.
267
268 * elf.c (bfd_elf_discard_group): Return true.
269 * elf-bfd.h (bfd_elf_discard_group): Declare.
270 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
271 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
272 * bfd.c (bfd_discard_group): Define.
273 * targets.c (struct bfd_target): Add _bfd_discard_group.
274 (BFD_JUMP_TABLE_LINK): Here too.
275 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
276 * aout-adobe.c (aout_32_bfd_discard_group): Define.
277 * aout-target.h (MY_bfd_discard_group): Define.
278 * aout-tic30.c (MY_bfd_discard_group): Define.
279 * binary.c (binary_bfd_discard_group): Define.
280 * bout.c (b_out_bfd_discard_group): Define.
281 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
282 * coffcode.h (coff_bfd_discard_group): Define.
283 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
284 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
285 * i386msdos.c (msdos_bfd_discard_group): Define.
286 * i386os9k.c (os9k_bfd_discard_group): Define.
287 * ieee.c (ieee_bfd_discard_group): Define.
288 * ihex.c (ihex_bfd_discard_group): Define.
289 * mmo.c (mmo_bfd_discard_group): Define.
290 * nlm-target.h (nlm_bfd_discard_group): Define.
291 * oasys.c (oasys_bfd_discard_group): Define.
292 * ppcboot.c (ppcboot_bfd_discard_group): Define.
293 * som.c (som_bfd_discard_group): Define.
294 * srec.c (srec_bfd_discard_group): Define.
295 * tekhex.c (tekhex_bfd_discard_group): Define.
296 * versados.c (versados_bfd_discard_group): Define.
297 * vms.c (vms_bfd_discard_group): Define.
298 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
299 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
300 (aix5coff64_vec): Likewise.
301 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
302
303 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
304
305 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
306 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
307 (elf32-sh64-com.lo): New dependency list.
308 * Makefile.in: Regenerate.
309 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
310 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
311 elf32-sh64-com.lo.
312 * configure: Regenerate.
313 * elf32-sh64.c (sh64_address_in_cranges)
314 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
315 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
316 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
317 * elf32-sh64-com.c: ...here. New file.
318
319 2002-06-04 Alan Modra <amodra@bigpond.net.au>
320
321 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
322 ATTRIBUTE_UNUSED on used params.
323 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
324 before calling bfd_section_from_elf_index on local syms.
325 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
326
327 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
328
329 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
330 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
331 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
332 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
333 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
334 * Makefile.in: Regenerate.
335 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
336 (sh64-*-netbsd*): New targets.
337 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
338 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
339 * configure: Regenerate.
340 * elf32-sh64-nbsd.c: New file.
341 * elf64-sh64-nbsd.c: New file.
342 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
343 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
344 bfd_elf64_sh64lnbsd_vec.
345
346 2002-06-04 Alan Modra <amodra@bigpond.net.au>
347
348 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
349 (bfd_section_from_shdr): Likewise. Set section name of group
350 sections from signature.
351 (group_signature): Split out from setup_group. Ensure symbol table
352 is available.
353 (bfd_elf_discard_group): New function.
354 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
355 .gnu.linkonce* sections if they are members of a group.
356 (set_group_contents): Set GRP_COMDAT flag.
357 * section.c (bfd_discard_group): New function.
358 * bfd-in.h (bfd_elf_discard_group): Declare.
359 * bfd-in2.h: Regenerate.
360 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
361 (elf_linkonce_p): Define.
362
363 2002-06-04 Alan Modra <amodra@bigpond.net.au>
364
365 * elf.c (bfd_section_from_shdr): Make "name" const.
366 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
367 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
368 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
369 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
370 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
371 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
372 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
373 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
374 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
375 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
376 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
377
378 2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
379
380 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
381 ABI.
382
383 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
384
385 * elf32-arc.c: Fix formatting.
386 * elf32-arm.h: Likewise.
387 * elf32-cris.c: Likewise.
388 * elf32-dlx.c: Likewise.
389 * elf32-hppa.c: Likewise.
390 * elf32-i386.c: Likewise.
391 * elf32-i386qnx.c: Likewise.
392 * elf32-or32.c: Likewise.
393 * elf32-s390.c: Likewise.
394 * elf32-sh64.c: Likewise.
395 * elf32-vax.c: Likewise.
396 * elf32-xstormy16.c: Likewise.
397 * elf64-alpha.c: Likewise.
398 * elf64-mmix.c: Likewise.
399 * elf64-ppc.c: Likewise.
400 * elf64-s390.c: Likewise.
401 * elf64-sh64.c: Likewise.
402 * elf64-x86-64.c: Likewise.
403
404 2002-06-02 Richard Henderson <rth@redhat.com>
405
406 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
407 null when there are no got entries for a symbol.
408 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
409 uninitialized variable warning.
410
411 2002-06-01 Richard Henderson <rth@redhat.com>
412
413 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
414 undefined symbols here.
415 (elf64_alpha_relax_section): Do it here. Also test for not
416 defined in the current module.
417 (elf64_alpha_relocate_section_r): Split out of ...
418 (elf64_alpha_relocate_section): ... here. Don't dereference
419 NULL when looking up local got entries.
420
421 2002-06-01 Richard Henderson <rth@redhat.com>
422
423 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
424 symbols from JSR relaxation.
425 (elf64_alpha_size_plt_section_1): New.
426 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
427 (elf64_alpha_size_rela_got_1): ... here.
428 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
429 (elf64_alpha_size_rela_got_section): ... here.
430 (elf64_alpha_size_plt_section): New.
431 (elf64_alpha_relax_section): Call them.
432 (elf64_alpha_size_got_sections): Remove output_bfd arg.
433 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
434
435 2002-06-01 Richard Henderson <rth@redhat.com>
436
437 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
438 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
439 in shared libraries. Fix DTPRELHI and TPRELHI value.
440 (INSN_ADDQ, INSN_RDUNIQ): New.
441 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
442 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
443 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
444 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
445 Handle GOTDTPREL and GOTTPREL relocations.
446 (elf64_alpha_relax_gprelhilo): New.
447 (elf64_alpha_relax_tls_get_addr): New.
448 (elf64_alpha_relax_find_tls_segment): New.
449 (elf64_alpha_relax_section): Handle TLS relocations.
450 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
451 (elf64_alpha_check_relocs): Set it.
452
453 2002-06-01 Richard Henderson <rth@redhat.com>
454
455 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
456
457 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
458 check; don't suppress dynamic relocs for non-allocated sections.
459
460 * elf64-alpha.c: Remove dead code.
461
462 2002-05-31 Alan Modra <amodra@bigpond.net.au>
463
464 * bfd-in2.h: Regenerate.
465 * libbfd.h: Regenerate.
466 * po/SRC-POTFILES.in: Regenerate.
467
468 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
469 space for bss .plt.
470
471 2002-05-31 Graeme Peterson <gp@qnx.com>
472
473 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
474 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
475 Run "make dep-am".
476 * Makefile.in: Regenerate.
477 * config.bfd: Add i[3456]86-*-nto-qnx* support.
478 * configure.in: Add bfd_elf32_i386qnx_vec support.
479 * configure: Regenerate.
480 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
481 is_contained_by_filepos, and copy_private_bfd_data_p.
482 * elf.c (assign_file_positions_for_segments): Call backend
483 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
484 (IS_CONTAINED_BY_FILEPOS): Define.
485 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
486 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
487 Fix non-K&R call to _bfd_error_handler.
488 (_bfd_elf_copy_private_section_data): Use backend
489 copy_private_bfd_data_p.
490 * elf32-i386.c: Don't include elfxx-target.h when
491 ELF32_I386_C_INCLUDED is defined.
492 * elf32-i386qnx.c: New QNX elf backend file.
493 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
494 elf_backend_is_contained_by_filepos, and
495 elf_backend_do_copy_private_bfd_data.
496 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
497
498 2002-05-31 Alan Modra <amodra@bigpond.net.au>
499
500 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
501 Move other similar defines to start of file.
502
503 2002-05-30 Tom Rix <trix@redhat.com>
504
505 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
506 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
507
508 2002-05-30 Richard Henderson <rth@redhat.com>
509
510 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
511 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
512 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
513 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
514 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
515 (struct alpha_elf_obj_tdata): Rename total_got_entries and
516 n_local_got_entries to total_got_size and local_got_size.
517 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
518 (alpha_got_entry_size): New.
519 (elf64_alpha_relax_with_lituse): Use it.
520 (elf64_alpha_relax_without_lituse): Likewise.
521 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
522 (get_got_entry): New.
523 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
524 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
525 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
526 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
527 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
528 (elf64_alpha_calc_got_offsets): Likewise.
529 (alpha_dynamic_entries_for_reloc): New.
530 (elf64_alpha_calc_dynrel_sizes): Use it.
531 (elf64_alpha_size_dynamic_sections): Likewise.
532 (elf64_alpha_relocate_section): Handle TLS relocations.
533 * reloc.c: Add Alpha TLS relocations.
534 * bfd-in2.h, libbfd.h: Rebuild.
535
536 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
537
538 * peXXigen.c (pe_print_idata): Remove double printed
539 import table lines; add Bound-To comment.
540
541 2002-05-29 Matt Thomas <matt@3am-software.com>
542
543 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
544 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
545 (elf32-vax.lo): New rule.
546 * Makefile.in: Regenerate.
547 * configure.in (bfd_elf32_vax_vec)
548 (vaxnetbsd_vec): New vectors.
549 * configure: Regenerate.
550 * config.bfd (vax-*-netbsdelf*)
551 (vax-*-netbsdaout*)
552 (vax-*-netbsd*): New targets.
553 * elf32-vax.c: New file.
554 * reloc.c: Add VAX relocations.
555 * bfd-in2.h: Regenerate.
556 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
557
558 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
559
560 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
561 and bfd_elf32_bigarm_vec to targ_selvecs.
562
563 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
564
565 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
566 with auto-imported symbols.
567
568 2002-05-29 Adam Nemet <anemet@lnxw.com>
569
570 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
571 sections only record bfd.
572 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
573 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
574 * bfd-in2.h: Regenerate.
575
576 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
577
578 * syms.c (_bfd_stab_section_find_nearest_line): Move
579 declaration and initialisation of saw_line and saw_func out of
580 for loop.
581
582 2002-05-29 Alan Modra <amodra@bigpond.net.au>
583
584 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
585 (bfd_elf64_get_symbol_info): Define.
586 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
587
588 2002-05-29 Andrey Volkov <avolkov@transas.com>
589
590 * cpu-h8300.c: Make default h8300 machine first in machine list.
591
592 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
593
594 * config.bfd: Added DLX configuraton.
595 * Makefile.am: Added DLX configuraton.
596 * configure.in: Added DLX configuraton.
597 * archures.c: Add DLX architecure.
598 * reloc.c: Add DLX relocs.
599 * targets.c: Added DLX target vector.
600 * configure: Regenerate.
601 * Makefile.in: Regenreate.
602 * bfd-in2.h: Regenreate.
603 * elf32-dlx.c: New file: Support DLX target.
604 * cpu-dlx.c: New file: Support DLX target.
605
606 2002-05-25 Alan Modra <amodra@bigpond.net.au>
607
608 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
609
610 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
611 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
612 strings to point inside function code sym string.
613 (func_desc_adjust): Likewise.
614 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
615
616 2002-05-24 Michal Ludvig <mludvig@suse.cz>
617
618 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
619 (elf64_x86_64_grok_psinfo): Added.
620
621 2002-05-24 TAMURA Kent <kent@netbsd.org>
622
623 * config.bfd: Add a target for i386-netbsdpe.
624
625 2002-05-24 Alan Modra <amodra@bigpond.net.au>
626
627 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
628 and is_func_descriptor.
629 (func_desc_adjust): Hide function code sym in shared libs unless
630 there is a matching exported function descriptor sym.
631
632 2002-05-23 Jakub Jelinek <jakub@redhat.com>
633
634 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
635 for symbols from SHF_TLS section.
636 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
637 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
638 (map_sections_to_segments): Build PT_TLS segment if necessary.
639 (assign_file_positions_for_segments): Likewise.
640 (get_program_header_size): Account for PT_TLS segment.
641 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
642 SEC_THREAD_LOCAL sections to STT_TLS.
643 * reloc.c: Add 386 and IA-64 TLS relocs.
644 * section.c (SEC_THREAD_LOCAL): Define.
645 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
646 Remove.
647 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
648 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
649 unconditionally.
650 (struct elf_final_link_info): Add first_tls_sec.
651 (elf_bfd_final_link): Set first_tls_sec.
652 Compute elf_hash_table (info)->tls_segment.
653 (elf_link_output_extsym): Handle STT_TLS symbols.
654 (elf_link_input_bfd): Likewise.
655 * syms.c (BSF_THREAD_LOCAL): Define.
656 * bfd-in2.h: Rebuilt.
657 * libbfd.h: Rebuilt.
658 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
659 elf_i386_mkobject, elf_i386_object_p): New functions.
660 (elf_howto_table): Add TLS relocs.
661 (elf_i386_reloc_type_lookup): Support TLS relocs.
662 (elf_i386_info_to_howto_rel): Likewise.
663 (struct elf_i386_link_hash_entry): Add tls_type.
664 (struct elf_i386_obj_tdata): New.
665 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
666 New macros.
667 (struct elf_i386_link_hash_table): Add tls_ldm_got.
668 (link_hash_newfunc): Clear tls_type.
669 (elf_i386_check_relocs): Support TLS relocs.
670 (elf_i386_gc_sweep_hook): Likewise.
671 (allocate_dynrelocs): Likewise.
672 (elf_i386_size_dynamic_sections): Likewise.
673 (elf_i386_relocate_section): Likewise.
674 (elf_i386_finish_dynamic_symbol): Likewise.
675 (bfd_elf32_mkobject, elf_backend_object_p): Define.
676 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
677 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
678 want_tprel, want_dtpmod, want_dtprel.
679 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
680 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
681 R_IA64_LTOFF_TPREL22.
682 (elf_code_to_howto_index): Add TLS relocs.
683 (elfNN_ia64_check_relocs): Support TLS relocs.
684 (allocate_global_data_got): Account for TLS .got data.
685 (allocate_dynrel_entries): Account for TLS dynamic relocations.
686 (elfNN_ia64_install_value): Supprt TLS relocs.
687 (set_got_entry): Support TLS relocs.
688 (elfNN_ia64_relocate_section): Likewise.
689
690 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
691
692 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
693 BLX reloc round the relocation up rather than down.
694 * coff-arm.c (coff_arm_relocate_section): Likewise.
695
696 2002-05-21 H.J. Lu (hjl@gnu.org)
697
698 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
699 definition.
700
701 2002-05-22 Alan Modra <amodra@bigpond.net.au>
702
703 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
704 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
705
706 2002-05-22 Alan Modra <amodra@bigpond.net.au>
707
708 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
709 unresolved relocs.
710 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
711
712 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
713
714 * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
715 non-ELF targets.
716
717 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
718
719 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
720 an error value.
721 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
722 return with false on error.
723 (elf_link_input_bfd): Check reloc_emitter return value.
724
725 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
726
727 * config.bfd (armeb-*-netbsdelf*): New target.
728
729 2002-05-20 Alan Modra <amodra@bigpond.net.au>
730
731 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
732 at the plt call stub.
733
734 2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
735
736 * cpu-mips.c (mips_compatible): Don't try to check machine
737 compatibility.
738
739 2002-05-18 Tom Rix <trix@redhat.com>
740
741 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
742
743 2002-05-17 Alan Modra <amodra@bigpond.net.au>
744
745 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
746 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
747 we've already warned about an undefined symbol. Report more
748 detail on reloc errors.
749
750 2002-05-17 Alan Modra <amodra@bigpond.net.au>
751
752 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
753 * configure.in: Invoke AM_INSTALL_LIBBFD.
754 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
755 (install_libbfd): .. New target.
756 (uninstall_libbfd): Likewise.
757 (install-bfdlibLTLIBRARIES): Likewise.
758 (uninstall-bfdlibLTLIBRARIES): Likewise.
759 (bfdlibdir): New.
760 (bfdincludedir): New.
761 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
762 * aclocal.m4: Regenerate.
763 * configure: Regenerate.
764 * Makefile.in: Regenerate.
765
766 2002-05-17 Stuart Balfour <sbalfour@cisco.com>
767
768 * hash.c (bfd_hash_lookup): Remove computation of len from inside
769 hash loop.
770
771 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
772
773 * config.bfd: Add targets for sh64-linux (little endian and
774 big endian).
775
776 2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
777
778 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
779 is located in the same section as the import table. Instead
780 check, and if necessary load the section containing the thunk.
781
782 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
783
784 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
785 bfd_bread.
786 (xcoff64_core_file_matches_executable_p): Replace bfd_read
787 with bfd_bread.
788
789 2002-05-15 Alan Modra <amodra@bigpond.net.au>
790
791 * aix5ppc-core.c: Warning fixes.
792 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
793 * aout-target.h (MY_bfd_link_just_syms): Define.
794 * aout-tic30.c (MY_bfd_link_just_syms): Define.
795 * bfd.c (bfd_link_just_syms): Define.
796 * binary.c (binary_bfd_link_just_syms): Define.
797 * bout.c (b_out_bfd_link_just_syms): Define.
798 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
799 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
800 * coffcode.h (coff_bfd_link_just_syms): Define.
801 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
802 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
803 (_bfd_elf_link_just_syms): Declare.
804 * elf.c (_bfd_elf_link_just_syms): New function.
805 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
806 sections haven't already been discarded by the linker.
807 * elflink.h (elf_link_add_object_symbols): Likewise for stab
808 sections and SEC_MERGE sections.
809 (elf_bfd_discard_info): Similarly here.
810 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
811 * i386msdos.c (msdos_bfd_link_just_syms): Define.
812 * i386os9k.c (os9k_bfd_link_just_syms): Define.
813 * ieee.c (ieee_bfd_link_just_syms): Define.
814 * ihex.c (ihex_bfd_link_just_syms): Define.
815 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
816 (_bfd_generic_link_just_syms): Declare.
817 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
818 * linker.c (_bfd_generic_link_just_syms): New function.
819 * mmo.c (mmo_bfd_link_just_syms): Define.
820 * nlm-target.h (nlm_bfd_link_just_syms): Define.
821 * oasys.c (oasys_bfd_link_just_syms): Define.
822 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
823 * som.c (som_bfd_link_just_syms): Define.
824 * srec.c (srec_bfd_link_just_syms): Define.
825 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
826 (BFD_JUMP_TABLE_LINK): And here.
827 * tekhex.c (tekhex_bfd_link_just_syms): Define.
828 * versados.c (versados_bfd_link_just_syms): Define.
829 * vms.c (vms_bfd_link_just_syms): Define.
830 * libbfd.h: Regenerate.
831 * bfd-in2.h: Regenerate.
832
833 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
834
835 * elf32-mips.c: Remove superfluous definitions copied from
836 elfxx-mips.c.
837 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
838 SGIish vectors to check the special case.
839 (mips_elf_hi16_reloc): Fix comment.
840 (mips_elf_got16_reloc): Likewise.
841 (_bfd_mips_elf32_gprel16_reloc): Likewise.
842 (elf_reloc_map): Code cleanup.
843 (mips_reloc_map): Add comment.
844 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
845 (mips_elf32_rtype_to_howto): Likewise.
846 (mips_elf32_discard_info): Likewise.
847 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
848 lead to IRIX compatibility now.
849
850 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
851
852 * elfxx-mips.c: Call it IRIX, not Irix in comments.
853
854 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
855
856 * config.bfd (shle-*-netbsdelf*): Add target which includes
857 sh64 support.
858
859 2002-05-13 David Edelsohn <edelsohn@gnu.org>
860
861 * configure.in: Revert 2002-04-07. Instead, auto-configure
862 HAVE_ST_C_IMPL.
863 * configure: Regenerate.
864 * config.in: Regenerate.
865 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
866 or AIX_5_CORE.
867
868 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
869
870 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
871 corefiles as well.2
872 * configure: Regenerate.
873
874 2002-05-13 Alan Modra <amodra@bigpond.net.au>
875
876 * Makefile.am (install-data-local): Install headers to
877 $(exec_prefix)/include.
878 * Makefile.in: Regenerate.
879
880 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881 Daniel Jacobowitz <drow@mvista.com>
882
883 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
884 map BFD_RELOC_RVA.
885
886 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
887
888 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
889 hppa*-*-openbsd*): New targets.
890 * configure.in (alpha*-*-openbsd*): Set COREFILE.
891 * configure: Regenerate.
892
893 2002-05-10 Tom Rix <trix@redhat.com>
894
895 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
896 xcoff64_ppc_relocate_section.
897 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
898 * libxcoff.h: Common xcoff_reloc_type function declaration.
899
900 2002-05-10 Alan Modra <amodra@bigpond.net.au>
901
902 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
903 added in 2002-05-09 commit.
904
905 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
906 don't look for stubs on all undefined syms.
907
908 2002-05-09 Alan Modra <amodra@bigpond.net.au>
909
910 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
911 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
912 pcrel_offset.
913
914 * elf32-i386.c (elf_howto_table): Comments.
915 (elf_i386_relocate_section): Handle more relocs for relocatable
916 linking and against SEC_MERGE sections.
917
918 2002-05-08 Alan Modra <amodra@bigpond.net.au>
919
920 * elf32-ppc.c (ppc_elf_create_got): New function.
921 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
922 _bfd_elf_create_dynamic_sections. Correct .plt flags.
923 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
924 _bfd_elf_create_got_section.
925
926 2002-05-07 Alan Modra <amodra@bigpond.net.au>
927
928 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
929 * elfxx-target.h (elf_backend_rela_normal): Define.
930 (elfNN_bed): Init rela_normal.
931 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
932 for section symbols here if rela_normal. Simplify abs section test.
933 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
934 return immediately. Remove code handling relocatable linking.
935 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
936 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
937 * elf32-i370.c (i370_elf_relocate_section): Likewise.
938 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
939 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
940 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
941 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
942 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
943 * elf32-s390.c (elf_s390_relocate_section): Likewise.
944 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
945 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
946 * elf64-s390.c (elf_s390_relocate_section): Likewise.
947 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
948 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
949 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
950 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
951 * elf-m10200.c (elf_backend_rela_normal): Define.
952 * elf-m10300.c (elf_backend_rela_normal): Define.
953 * elf32-fr30.c (elf_backend_rela_normal): Define.
954 * elf32-i370.c (elf_backend_rela_normal): Define.
955 * elf32-i860.c (elf_backend_rela_normal): Define.
956 * elf32-m68k.c (elf_backend_rela_normal): Define.
957 * elf32-mcore.c (elf_backend_rela_normal): Define.
958 * elf32-openrisc.c (elf_backend_rela_normal): Define.
959 * elf32-ppc.c (elf_backend_rela_normal): Define.
960 * elf32-s390.c (elf_backend_rela_normal): Define.
961 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
962 * elf64-ppc.c (elf_backend_rela_normal): Define.
963 * elf64-s390.c (elf_backend_rela_normal): Define.
964 * elf64-x86-64.c (elf_backend_rela_normal): Define.
965 * elfxx-ia64.c (elf_backend_rela_normal): Define.
966 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
967 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
968
969 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
970
971 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
972 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
973
974 2002-05-06 Alan Modra <amodra@bigpond.net.au>
975
976 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
977 when not relocatable. Fix reloc_emitter call for K&R.
978
979 2002-05-04 Alan Modra <amodra@bigpond.net.au>
980
981 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
982 reloading local sym addend mistakenly removed in 2002-05-01 change.
983
984 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
985 (read_abbrevs): Change "offset" param to bfd_vma.
986 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
987 Change "abbrev_offset" to bfd_vma.
988 (read_indirect_string): Use correct conversion chars in error
989 message format string, cast bfd_vma's to unsigned long.
990 (read_abbrevs): Likewise.
991 (read_attribute_value): Likewise.
992 (decode_line_info): Likewise.
993 (scan_unit_for_functions): Likewise.
994 (parse_comp_unit): Likewise.
995
996 2002-05-04 Tom Rix <trix@redhat.com>
997
998 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
999 (coff_swap_reloc_out): Same.
1000 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
1001 (xcoff_swap_reloc_out): Same.
1002 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
1003 case some 16 bit relocs. Add reloc value to output.
1004 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
1005 R_RBR. Improve names.
1006 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
1007 (bfd_xcoff_backend_data): Update with new reloc swap names.
1008 (bfd_pmac_xcoff_backend_data) : Same.
1009 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
1010 (xcoff64_swap_reloc_out): Same.
1011 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
1012 R_POS. Add reloc value to output.
1013 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
1014 bit R_RBR. Improve names, masks.
1015 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
1016 (bfd_xcoff_backend_data): Update with new reloc swap names.
1017 (bfd_xcoff_aix5_backend_data) : Same.
1018
1019 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1020
1021 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
1022 bfd_count top_index, input_list, all_local_syms.
1023 (elf32_hppa_setup_section_lists): New function, split from
1024 elf32_hppa_size_stubs.
1025 (elf32_hppa_next_input_section): Likewise.
1026 (group_sections): Likewise.
1027 (get_local_syms): Likewise.
1028 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
1029 stubs on undefined syms too.
1030 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
1031 Only access htab elf fields when we have an elf hash table.
1032 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
1033 (elf32_hppa_next_input_section): Declare.
1034
1035 2002-05-04 Bob Byrnes <byrnes@curl.com>
1036
1037 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
1038 _bfd_new_bfd.
1039
1040 2002-05-03 H.J. Lu (hjl@gnu.org)
1041
1042 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
1043 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
1044 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
1045 to hide a global symbol.
1046 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
1047 forced_local to true.
1048
1049 2002-05-02 Richard Henderson <rth@redhat.com>
1050
1051 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
1052 vs SHN_UNDEF to zero.
1053
1054 2002-05-02 Alan Modra <amodra@bigpond.net.au>
1055
1056 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
1057 16 bit reloc.
1058 <R_PPC64_SECTOFF_DS>: Likewise.
1059 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
1060 SECTOFF reloc.
1061 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
1062 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
1063 SECTOFF reloc.
1064
1065 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
1066 (ppc64_elf_ha_reloc): New function.
1067 (ppc64_elf_brtaken_reloc): New function.
1068 (ppc64_elf_sectoff_reloc): New function.
1069 (ppc64_elf_sectoff_ha_reloc): New function.
1070 (ppc64_elf_toc_reloc): New function.
1071 (ppc64_elf_toc_ha_reloc): New function.
1072 (ppc64_elf_toc64_reloc): New function.
1073 (ppc64_elf_unhandled_reloc): New function.
1074 (ppc64_elf_howto_raw): Use the above.
1075 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
1076 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
1077 <R_PPC64_SECTOFF_DS>: Likewise.
1078 (IS_ABSOLUTE_RELOC): Update.
1079 (struct ppc_link_hash_table): Add have_undefweak.
1080 (ppc64_elf_link_hash_table_create): Init.
1081 (func_desc_adjust): Set have_undefweak.
1082 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
1083 add the .sfpr blr when have_undefweak.
1084 (ppc64_elf_setup_section_lists): Check hash table flavour.
1085 (ppc64_elf_next_input_section): Move output_section->owner test to
1086 ppc64elf.em.
1087 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
1088 and relocatable test. Return TOCstart and don't set elf_gp.
1089 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
1090 offset calculation. Add assert on weak sym branch tweaks.
1091 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
1092 (ppc64_elf_toc): Declare.
1093 (ppc64_elf_next_input_section): Update.
1094
1095 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1096
1097 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
1098 file_name.
1099
1100 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1101
1102 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
1103 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
1104 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
1105 call branches. Correct undefined weak destination.
1106 (ppc64_elf_func_desc_adjust): Always create at least one blr in
1107 .sfpr, and correct case where either only savef* or restf* is
1108 needed.
1109
1110 Long branch stubs, multiple stub sections.
1111 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
1112 (ppc64_elf_next_input_section): Declare.
1113 * elf64-ppc.c: Move linker-only prototypes.
1114 (STUB_SUFFIX): Define.
1115 (enum ppc_stub_type): New.
1116 (struct ppc_stub_hash_entry): New.
1117 (struct ppc_branch_hash_entry): New.
1118 (struct ppc_link_hash_entry): Add stub_cache, oh.
1119 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
1120 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
1121 Rename plt_overflow to stub_error.
1122 (ppc_stub_hash_lookup): Define.
1123 (ppc_branch_hash_lookup): Define.
1124 (stub_hash_newfunc): New function.
1125 (branch_hash_newfunc): New function.
1126 (link_hash_newfunc): Init new fields.
1127 (ppc64_elf_link_hash_table_create): Likewise.
1128 (ppc64_elf_link_hash_table_free): New function.
1129 (ppc_stub_name): New function.
1130 (ppc_get_stub_entry): New function.
1131 (ppc_add_stub): New function.
1132 (create_linkage_sections): Use bfd_make_section_anyway. Create
1133 .branch_lt and .rela.branch_lt sections. Don't create .stub.
1134 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
1135 and set up for plt call stubs. Link func and func desc syms.
1136 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
1137 (func_desc_adjust): Avoid hash lookup when func desc sym available
1138 via shortcut, and set links when processing.
1139 (ppc64_elf_hide_symbol): Likewise.
1140 (allocate_dynrelocs): Don't allocate stub section here.
1141 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
1142 Remove sstub code.
1143 (ppc_type_of_stub): New function.
1144 (build_one_stub): Delete.
1145 (ppc_build_one_stub): New function.
1146 (ppc_size_one_stub): New function.
1147 (ppc64_elf_setup_section_lists): New function.
1148 (ppc64_elf_next_input_section): New function.
1149 (group_sections): New function.
1150 (get_local_syms): New function.
1151 (ppc64_elf_size_stubs): Rewrite.
1152 (ppc64_elf_build_stubs): Rewrite.
1153 (ppc64_elf_relocate_section): Look up stub entry for REL24
1154 relocs. Don't propagate REL14* to dynamic objects. Look for long
1155 branch stubs if REL14* or REL24 relocs won't reach.
1156 (bfd_elf64_bfd_link_hash_table_free): Define.
1157
1158 2002-04-30 Mark Mitchell <mark@codesourcery.com>
1159
1160 * bfd/config.bfd: Add support for powerpc-*-windiss.
1161
1162 2002-04-30 Tom Rix <trix@redhat.com>
1163
1164 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
1165 symbol names into the hash table.
1166
1167 2002-04-28 Tom Rix <trix@redhat.com>
1168
1169 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
1170 calulating relocations.
1171 (xcoff_complain_overflow) : Function table for relocation errors.
1172 (xcoff_ppc_relocate_section): Use relocation and complain function
1173 tables.
1174 (xcoff_complain_overflow_unsigned_func): New complain function.
1175 (xcoff_complain_overflow_signed_func): Same.
1176 (xcoff_complain_overflow_bitfield_func): Same.
1177 (xcoff_complain_overflow_dont_func): Same.
1178 (xcoff_reloc_type_crel): New recot function.
1179 (xcoff_reloc_type_br): Same.
1180 (xcoff_reloc_type_ba): Same.
1181 (xcoff_reloc_type_toc): Same.
1182 (xcoff_reloc_type_rel): Same.
1183 (xcoff_reloc_type_neg): Same.
1184 (xcoff_reloc_type_pos): Same.
1185 (xcoff_reloc_type_fail): Same.
1186 (xcoff_reloc_type_noop): Same.
1187 * libxcoff.h : Declare common parts for xcoff64.
1188 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
1189 and complain function tables.
1190
1191 2002-04-28 Alan Modra <amodra@bigpond.net.au>
1192
1193 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
1194 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
1195
1196 2002-04-26 Alan Modra <amodra@bigpond.net.au>
1197
1198 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
1199 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
1200
1201 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
1202 same as the output before calling elf_link_input_bfd.
1203
1204 * coffcode.h (coff_compute_section_file_positions): Set
1205 section_tail after shuffling section list.
1206
1207 2002-04-24 Christian Groessler <chris@groessler.org>
1208
1209 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
1210 addresses are 23bit with a special layout, not plain 32bit
1211 values. Prevent relocation of immediate values.
1212
1213 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
1214
1215 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
1216 MIPS-16 ASE flags are set, print something to indicate that.
1217
1218 2002-04-23 Alan Modra <amodra@bigpond.net.au>
1219
1220 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
1221 under which a plt call stub is used.
1222 (final_link_relocate): Similarly.
1223 (allocate_plt_static): Clear h-plabel except when plt entry is
1224 exclusively used for a plabel.
1225 (allocate_dynrelocs): Use the above to simplify plt sizing.
1226 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
1227 (elf32_hppa_link_hash_table_create): Init.
1228 (BL22_RP): Define.
1229 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
1230 (elf32_hppa_check_relocs): Set has_22bit_branch.
1231
1232 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
1233 (final_link_relocate): Likewise.
1234
1235 2002-04-22 Jakub Jelinek <jakub@redhat.com>
1236
1237 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
1238 search table if some FDE is DW_EH_PE_aligned encoded either.
1239 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
1240
1241 2002-04-22 Richard Smith <richard@ex-parrot.com>
1242 Jakub Jelinek <jakub@redhat.com>
1243
1244 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
1245 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
1246 encoded personality.
1247 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
1248 for CIE/FDE removal.
1249
1250 2002-04-20 Tom Rix <trix@redhat.com>
1251
1252 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
1253
1254 2002-04-20 Alan Modra <amodra@bigpond.net.au>
1255
1256 * archures.c (bfd_lookup_arch): Move the list order comment..
1257 (struct bfd_arch_info): ..to where it belongs.
1258 * bfd-in2.h: Regenerate.
1259
1260 * archures.c (bfd_lookup_arch): Add comment on list order.
1261 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
1262 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
1263 is always at head of list.
1264
1265 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
1266
1267 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
1268 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
1269 definition of these functions for ARM_WINCE builds as they are
1270 not used.
1271 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
1272 for ARM_WINCE builds.
1273
1274 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
1275
1276 * coff-arm.c (bfd_arm_process_before_allocation):
1277
1278 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
1279
1280 * cpu-sh.c (scan_mach): Delete.
1281 (arch_info_struct): Replace scan_mach with bfd_default_scan.
1282 (bfd_sh_arch): Likewise.
1283
1284 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1285
1286 * ihex.c (ihex_write_object_contents): Fix check for records
1287 crossing 64K boundaries.
1288
1289 2002-04-16 Alan Modra <amodra@bigpond.net.au>
1290
1291 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
1292 type rather than just assuming entries are ELF.
1293 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
1294 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
1295 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
1296 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
1297 rather than elf_link_hash_entry.
1298
1299 2002-04-15 Richard Henderson <rth@redhat.com>
1300
1301 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
1302 n32 binaries.
1303
1304 2002-04-15 Michael Snyder <msnyder@redhat.com>
1305
1306 * opncls.c (bfd_close): Write contents if writeable.
1307 Minor formatting tidy-ups.
1308
1309 2002-04-15 Alan Modra <amodra@bigpond.net.au>
1310
1311 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
1312
1313 2002-04-12 Michael Snyder <msnyder@redhat.com>
1314
1315 * bfd-in.h (bfd_get_section_lma): New access macro.
1316 Minor white-space fix-up.
1317
1318 2002-04-12 Alan Modra <amodra@bigpond.net.au>
1319
1320 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
1321 header pad.
1322
1323 2002-04-09 DJ Delorie <dj@redhat.com>
1324
1325 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
1326
1327 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
1328
1329 * coffcode.h (coff_read_word): New.
1330 (coff_compute_checksum): New.
1331 (coff_apply_checksum): New.
1332 (coff_write_object_contents): Call coff_apply_checksum () to
1333 apply checksum to PE image.
1334
1335 2002-04-08 Randolph Chung <tausq@debian.org>
1336
1337 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
1338 (elf32_hppa_final_link): Split out sorting logic to..
1339 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
1340 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
1341
1342 2002-04-07 Andrew Cagney <ac131313@redhat.com>
1343
1344 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
1345 pattern.
1346 * configure: Re-generate.
1347
1348 2002-04-07 Andrew Cagney <ac131313@redhat.com>
1349
1350 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
1351 is greater or equal to 4.3.3.
1352 * configure: Regenerate.
1353 Fix PR gdb/344.
1354
1355 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
1356
1357 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
1358 R_CRIS_32_PCREL>: Fix typo in name.
1359 (cris_elf_check_relocs): Always create .rela.got here when
1360 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
1361 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
1362 assume it's created.
1363
1364 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1365
1366 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
1367 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
1368 define.
1369 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
1370 * bfd.c (bfd_link_hash_table_free): Define.
1371 * binary.c (binary_bfd_link_hash_table_free): Define.
1372 * bout.c (b_out_bfd_link_hash_table_free): Define.
1373 * coff-rs6000.c (rs6000coff_vec): Include
1374 _bfd_generic_link_hash_table_free.
1375 (pmac_xcoff_vec): Likewise.
1376 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1377 (aix5coff64_vec): Likewise.
1378 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
1379 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
1380 (bfd_elf32_bfd_link_hash_table_free): Define.
1381 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
1382 (bfd_elf32_bfd_link_hash_table_free): Define.
1383 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
1384 define.
1385 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
1386 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
1387 * ieee.c (ieee_bfd_link_hash_table_free): Define.
1388 * ihex.c (ihex_bfd_link_hash_table_free): Define.
1389 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
1390 (_bfd_generic_link_hash_table_free): Add prototype.
1391 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
1392 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
1393 * linker.c (_bfd_generic_link_hash_table_free): New function.
1394 * mmo.c (mmo_bfd_link_hash_table_free): Define.
1395 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
1396 * oasys.c (oasys_bfd_link_hash_table_free): Define.
1397 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
1398 * som.c (som_bfd_link_hash_table_free): Define.
1399 * srec.c (srec_bfd_link_hash_table_free): Define.
1400 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
1401 * versados.c (versados_bfd_link_hash_table_free): Define.
1402 * vms.c (vms_bfd_link_hash_table_free): New function.
1403 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
1404
1405 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
1406 instead of bfd_alloc.
1407 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
1408 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
1409 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
1410 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
1411 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
1412 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
1413 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
1414 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
1415 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
1416 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
1417 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
1418 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
1419 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
1420 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
1421 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
1422 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
1423 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
1424 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
1425 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
1426 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
1427 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
1428 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
1429 * m68klinux.c (linux_link_hash_table_create): Likewise.
1430 * sparclinux.c (linux_link_hash_table_create): Likewise.
1431 * sunos.c (sunos_link_hash_table_create): Likewise.
1432 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
1433
1434 * targets.c: Add _bfd_link_hash_table_free to xvec.
1435
1436 * bfd-in2.h: Regenerate.
1437 * libbfd.h: Regenerate.
1438 * libcoff.h: Regenerate.
1439
1440 2002-04-04 Alan Modra <amodra@bigpond.net.au>
1441
1442 * dep-in.sed: Cope with absolute paths.
1443 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
1444 Run "make dep-am".
1445 * Makefile.in: Regenerate.
1446 * coff-arm.c: Fix copyright date.
1447 * cpu-h8300.c: Likewise.
1448 * cpu-i370.c: Likewise.
1449 * cpu-s390.c: Likewise.
1450 * cpu-mips.c: Likewise.
1451 * po/SRC-POTFILES.in: Regenerate.
1452
1453 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1454
1455 * Makefile.am: Add elfxx-mips.c to the known backends.
1456 (elf32-mips.lo): remove dependency to coff/external.h.
1457 * Makefile.in: Regenerate.
1458 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
1459 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
1460 accordingly.
1461 * configure: Regenerate.
1462 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
1463 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
1464 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
1465 MIPS specific backend functions.
1466 * elf32-mips.c: Moved most code to elfxx-mips.c.
1467 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
1468 static.
1469 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
1470 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
1471 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
1472 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
1473 interface to allow selection of the right REL or RELA howto table.
1474 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
1475 static. Let it refuse n32 objects.
1476 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
1477 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
1478 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
1479 (elf32_mips_ignore_discarded_relocs): Rename from
1480 _bfd_elf32_mips_ignore_discarded_relocs.
1481 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
1482 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
1483 (elf_mips_howto_table_rela): Remove.
1484 * elf64-mips.c: Moved most code to elfxx-mips.c.
1485 (bfd_elf64_bfd_reloc_type_lookup): Make static.
1486 (mips_elf64_rtype_to_howto): New function.
1487 (mips_elf64_object_p): Likewise.
1488 (elf64_mips_irix_compat): Likewise.
1489 * elfxx-mips.c: New file containing common code merged together from
1490 elf32-mips.c and elf64-mips.c.
1491 * elfxx-mips.h: New file containing MIPS specific prototypes from
1492 elf-bfd.h.
1493 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
1494 elf_backend_mips_rtype_to_howto.
1495
1496 2002-04-04 Alan Modra <amodra@bigpond.net.au>
1497
1498 * srec.c (MAXCHUNK, Chunk): Revise comments.
1499 (srec_write_record): Correct buffer size.
1500 (srec_write_header): Do without intermediate buffer.
1501 (srec_write_section): Validate Chunk.
1502 (srec_write_terminator): Pass NULL instead of dummy buffer.
1503 (srec_write_symbols): Pass file and symbol names directly to
1504 bfd_bwrite so sprintf won't overflow buffer.
1505
1506 2002-04-03 Jakub Jelinek <jakub@redhat.com>
1507
1508 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
1509 PC relative relocs against hidden symbols.
1510 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1511
1512 2002-04-03 Alan Modra <amodra@bigpond.net.au>
1513
1514 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
1515 LMAs, loop over segments until p_vaddr and p_memsz specify an
1516 extent enclosing the section.
1517
1518 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
1519
1520 * ihex.c (ihex_write_object_contents): Do not allow records to
1521 cross a 64K boundary - wrap if necessary.
1522
1523 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
1524
1525 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
1526 which caused the returned LWP ID to always be 0.
1527
1528 2002-04-01 Richard Henderson <rth@redhat.com>
1529
1530 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1531 (elf32_sparc_relocate_section): Use it to figure out when to
1532 initialize .got entries.
1533 * elf64-sparc.c: Similarly.
1534
1535 2002-03-28 Alan Modra <amodra@bigpond.net.au>
1536
1537 * linker.c (link_action): Ignore duplicate warning syms.
1538 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
1539 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
1540 (elf_adjust_dynamic_symbol): Likewise.
1541 (elf_export_symbol): Likewise.
1542 (elf_link_find_version_dependencies): Likewise.
1543 (elf_link_assign_sym_version): Likewise.
1544 (elf_link_sec_merge_syms): Likewise.
1545 (elf_link_output_extsym): Likewise.
1546 (elf_gc_sweep_symbol): Likewise.
1547 (elf_gc_propagate_vtable_entries_used): Likewise.
1548 (elf_gc_smash_unused_vtentry_relocs): Likewise.
1549 (elf_gc_allocate_got_offsets): Likewise.
1550 (elf_collect_hash_codes): Likewise.
1551 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
1552 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
1553 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
1554 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
1555 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
1556 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
1557 (elf_cris_discard_excess_dso_dynamics): Likewise.
1558 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
1559 (mark_PIC_calls): Likewise.
1560 (allocate_plt_static): Likewise.
1561 (allocate_dynrelocs): Likewise.
1562 (readonly_dynrelocs): Likewise.
1563 * elf32-i386.c (allocate_dynrelocs): Likewise.
1564 (readonly_dynrelocs): Likewise.
1565 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
1566 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
1567 * elf32-mips.c (mips_elf_output_extsym): Likewise.
1568 (mips_elf_sort_hash_table_f): Likewise.
1569 (mips_elf_check_mips16_stubs): Likewise.
1570 * elf32-s390.c (allocate_dynrelocs): Likewise.
1571 (readonly_dynrelocs): Likewise.
1572 * elf32-sh.c (sh_elf_discard_copies): Likewise.
1573 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
1574 (xstormy16_relax_plt_realloc): Likewise.
1575 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
1576 (elf64_alpha_output_extsym): Likewise.
1577 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
1578 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
1579 (mips_elf64_check_mips16_stubs): Likewise.
1580 (mips_elf64_output_extsym): Likewise.
1581 * elf64-ppc.c (func_desc_adjust): Likewise.
1582 (allocate_dynrelocs): Likewise.
1583 (readonly_dynrelocs): Likewise.
1584 * elf64-s390.c (allocate_dynrelocs): Likewise.
1585 (readonly_dynrelocs): Likewise.
1586 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
1587 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1588 (readonly_dynrelocs): Likewise.
1589 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
1590 * aoutx.h (aout_link_write_other_symbol): Likewise.
1591 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
1592 (_bfd_coff_write_global_sym): Likewise.
1593 * i386linux.c (linux_tally_symbols): Likewise.
1594 * m68klinux.c (linux_tally_symbols): Likewise.
1595 * sparclinux.c (linux_tally_symbols): Likewise.
1596 * pdp11.c (aout_link_write_other_symbol): Likewise.
1597 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
1598 * xcofflink.c (xcoff_build_ldsyms): Likewise.
1599 (xcoff_write_global_symbol): Likewise.
1600
1601 * cofflink.c (_bfd_coff_final_link): Formatting.
1602 * cpu-mips.c (mips_compatible): Make static, prototype.
1603 * elf32-i386.c (elf_i386_check_relocs): Formatting.
1604 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
1605 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
1606 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
1607 (mips_elf64_final_link): Likewise.
1608 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
1609 prototype.
1610
1611 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
1612
1613 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
1614 (SWAP_OUT_RELOC_OFFSET): Define.
1615
1616 2002-03-27 Gregory Steuck <greg@nest.cx>
1617
1618 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
1619 terminating NULL if empty symbol table.
1620 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
1621
1622 2002-03-26 H.J. Lu (hjl@gnu.org)
1623
1624 * elflink.h (elf_link_input_bfd): Revert the last change since
1625 the gcc exception handling isn't fixed yet.
1626
1627 2002-03-26 H.J. Lu (hjl@gnu.org)
1628
1629 * elflink.h (elf_link_input_bfd): Complain about relocations
1630 against local symbols in discarded sections.
1631
1632 2002-03-26 Alan Modra <amodra@bigpond.net.au>
1633
1634 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
1635
1636 2002-03-23 Alan Modra <amodra@bigpond.net.au>
1637
1638 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
1639 section file offset for !SEC_LOAD sections.
1640
1641 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
1642
1643 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
1644 <case R_ARM_GOT>): Handle relocations to Thumb functions.
1645
1646 2002-03-21 Alan Modra <amodra@bigpond.net.au>
1647
1648 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
1649 Whitespace changes.
1650 * archive.c: Update copyright date.
1651 * bfd-in2.h: Regenerate.
1652 * libbfd.h: Regenerate.
1653 * Makefile.am: Run "make dep-am"
1654 * Makefile.in: Regenerate.
1655 * po/SRC-POTFILES.in: Regenerate.
1656
1657 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
1658
1659 * dwarf2.c (struct funcinfo): Move up.
1660 (lookup_address_in_function_table): New argument function_ptr.
1661 Set it.
1662 (lookup_address_in_line_table): New argument function. If function
1663 is non-NULL, use it to handle ``addr'' before the first line note of
1664 the function.
1665 (comp_unit_find_nearest_line): Update and swap calls to
1666 lookup_address_in_function_table and lookup_address_in_line_table.
1667 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
1668 N_SLINE encountered if we see an N_FUN before any N_SLINE.
1669
1670 2002-03-20 Tom Rix <trix@redhat.com>
1671
1672 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
1673 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
1674 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
1675
1676 2002-03-19 Tom Rix <trix@redhat.com>
1677
1678 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
1679 dynamic objects in archives.
1680
1681 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
1682
1683 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
1684 STT_NOTYPE symbols to STT_OBJECT.
1685
1686 2002-03-18 Jan Hubicka <jh@suse.cz>
1687
1688 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
1689
1690 2002-03-18 Tom Rix <trix@redhat.com>
1691
1692 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
1693 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
1694 * coff-rs6000 (do_pad) : New function for archive padding.
1695 (do_copy) : New function for object file copying in archives.
1696 (do_shared_object_padding) : New function for padding shared
1697 objects to their text section alignment in archives.
1698 (bfd_xcoff_ar_achive_set_magic) : Stub.
1699 (xcoff_write_armap_big) : Use do_copy and do_pad.
1700 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
1701 do_copy and do_pad.
1702 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
1703 bfd_xcoff_magic_number.
1704 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
1705 fop.
1706 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
1707 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
1708 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
1709 * rs6000-core.c : Update copyright date.
1710 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
1711 csectpp.
1712 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
1713 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
1714 (coff_set_flags) : Use bfd_xcoff_magic_number.
1715 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
1716 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
1717 * Makefile.am : Same.
1718 * config.bfd : Same.
1719 * targets.c : Same.
1720 * configure : Regnerate.
1721 * Makefile.in : Same.
1722 * bfd-in2.h : Same.
1723
1724 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1725
1726 * po/fr.po: Updated version.
1727
1728 2002-03-18 Alan Modra <amodra@bigpond.net.au>
1729
1730 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
1731 * libbfd.h: Regenerate.
1732 * archive.c (coff_write_armap): Pass on failures from
1733 bfd_write_bigendian_4byte_int.
1734
1735 2002-03-14 H.J. Lu <hjl@gnu.org>
1736
1737 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
1738 error to bfd_error_nonrepresentable_section for reinit_array
1739 section in DSO.
1740
1741 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
1742
1743 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
1744 OR it in rather than replacing previously selected flags.
1745
1746 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
1747 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
1748
1749 2002-03-14 Alan Modra <amodra@bigpond.net.au>
1750
1751 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
1752 (N): Use the above.
1753 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
1754 ensure reloc size matches before calling elf_link_input_bfd.
1755 Add an assert to check reloc size when counting output relocs.
1756
1757 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
1758
1759 * mmo.c (mmo_get_loc): Return NULL rather than false.
1760
1761 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1762
1763 * po/fr.po: Updated version.
1764
1765 2002-03-13 Alan Modra <amodra@bigpond.net.au>
1766
1767 * archures.c (bfd_default_compatible): Test bits_per_word.
1768 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
1769 bfd_default_compatible.
1770 * cpu-i370.c (i370_compatible): Likewise.
1771 * cpu-sparc.c (sparc_compatible): Likewise.
1772 * cpu-h8300.c (compatible): Test in->arch == out->arch.
1773
1774 * elflink.h: Formatting fixes.
1775 (elf_link_output_extsym): Merge undefined and undef weak cases.
1776
1777 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
1778 when word size of input matches output word size.
1779
1780 2002-03-12 Andreas Jaeger <aj@suse.de>
1781
1782 * cpu-i386.c (i386_compatible): New. Use it instead of
1783 bfd_default_compatible.
1784
1785 2002-03-07 H.J. Lu (hjl@gnu.org)
1786
1787 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
1788 as the type for bfd_reloc_val.
1789
1790 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
1791
1792 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
1793 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
1794 (elf_hppa_final_link_relocate): Correct relocations for indirect
1795 references to local data through the DLT. Fix .opd creation for
1796 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
1797 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
1798 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
1799 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1800 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
1801 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
1802 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1803
1804 2002-03-05 Jakub Jelinek <jakub@redhat.com>
1805
1806 * merge.c (_bfd_merge_sections): Don't segfault if there
1807 is nothing to merge due to GC.
1808
1809 2002-03-05 Alan Modra <amodra@bigpond.net.au>
1810
1811 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
1812 symbols that have been forced local.
1813
1814 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
1815 to output forced local syms for non-shared link.
1816 (elf_link_output_extsym): Tweak condition for calling backend
1817 adjust_dynamic_symbol so that previous behaviour is kept.
1818 Whitespace changes throughout file.
1819
1820 2002-03-04 H.J. Lu <hjl@gnu.org>
1821
1822 * elf.c (bfd_section_from_shdr): Handle special sections,
1823 .init_array, .fini_array and .preinit_array.
1824 (elf_fake_sections): Likewise.
1825
1826 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
1827 DT entry only if the section is in output for .init_array,
1828 .fini_array and .preinit_array. Complain about .preinit_array
1829 section in DSO.
1830 (elf_bfd_final_link): Warn zero size for .init_array,
1831 .fini_array and .preinit_array sections.
1832
1833 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
1834 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
1835 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
1836 .preinit_array.
1837
1838 2002-03-04 Alan Modra <amodra@bigpond.net.au>
1839
1840 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
1841 * configure: Regenerate.
1842
1843 2002-03-02 Tom Rix <trix@redhat.com>
1844
1845 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
1846 symbolic equiv.
1847 * coff-rs6000.c (xcoff_howto_table): Same.
1848
1849 2002-03-01 David Mosberger <davidm@hpl.hp.com>
1850
1851 * elflink.h (size_dynamic_sections): If section named
1852 ".preinit_array" exists, create DT_PREINIT_ARRAY and
1853 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
1854 ".init_array" and ".fini_array".
1855 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
1856 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
1857 DT_FINI_ARRAY.
1858
1859 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
1860
1861 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
1862 dynsyms.
1863
1864 2002-02-25 Alan Modra <amodra@bigpond.net.au>
1865
1866 * elf64-hppa.h: Update copyright date.
1867
1868 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
1869 (ppc64_elf_relocate_section): Don't generate power4 style branch
1870 hints for *_BRTAKEN and *_BRNTAKEN relocs.
1871
1872 2002-02-22 Jakub Jelinek <jakub@redhat.com>
1873
1874 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
1875 last patch.
1876 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1877
1878 2002-02-21 Andreas Jaeger <aj@suse.de>
1879
1880 * elf64-x86-64.c: Major rework that introduces all recent changes
1881 to the x86-64 backend. Get a closer match to elf32-i386.
1882 (struct elf64_x86_64_dyn_relocs): Rename from
1883 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
1884 all users.
1885 (struct elf64_x86_64_link_hash_table): Add short cuts to some
1886 sections.
1887 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
1888 remove casts, initialize new hash members.
1889 (create_got_section): New.
1890 (elf64_x86_64_create_dynamic_sections): New.
1891 (elf64_x86_64_copy_indirect_symbol): New.
1892 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
1893 relocs, .got or .relgot here but do it in allocate_dynrelocs.
1894 Reference count possible .plt and .got entries. Don't test input
1895 section SEC_READONLY here to try to avoid copy relocs, and keep
1896 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
1897 DF_TEXTREL here. Delay setting of variables until needed. Cache
1898 pointer to "sreloc" section in elf_section_data. Tweak condition
1899 under which .got created. Report files with bad relocation
1900 section names.
1901 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
1902 Reference count possible .plt entries. Don't deallocate .got and
1903 .relgot space here.
1904 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
1905 do copy reloc processing for weakdefs. Remove redundant casts and
1906 aborts. Delay setting of vars until needed. Move creation of
1907 dynamic symbols and allocation of .plt and .rela.plt to
1908 allocate_dynrelocs. Replace BFD_ASSERT with abort.
1909 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1910 (allocate_dynrelocs): New.
1911 (readonly_dynrelocs): New.
1912 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
1913 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
1914 Zero out the dynamic allocated content space.
1915 (elf64_x86_64_discard_copies): Removed.
1916 (elf64_x86_64_relocate_section): Make use of dynamic section
1917 short-cuts. Localise vars, and delay setting. Better error
1918 reporting, replace BFD_ASSERT with abort. Check
1919 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
1920 regular object file and tread the weak definition as the normal
1921 one. Don't discard relocs for undefweak or undefined symbols and
1922 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
1923 relocs.
1924 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
1925 symbols that have been forced local. Use same test to decide if
1926 we can use a relative reloc for got as relocate_section. Expand
1927 SHN_UNDEF comment. Move expressions out of function calls.
1928 Replace BFD_ASSERT with abort.
1929 (bfd_elf64_bfd_final_link): Removed.
1930 (elf_backend_copy_indirect_symbol): Define.
1931
1932 2002-02-20 Tom Rix <trix@redhat.com>
1933
1934 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
1935 (_bfd_xcoff_reloc_type_lookup): Use it.
1936 * coff64-rs6000.c (xcoff64_howto_table): Same.
1937 (xcoff64_reloc_type_lookup): Same.
1938
1939 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1940
1941 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
1942 little endian.
1943
1944 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1945
1946 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
1947 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
1948 * bfd-in2.h: Regenerate.
1949 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
1950 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
1951 with "s390:64-bit".
1952 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
1953 (elf_s390_reloc_type_lookup): Likewise.
1954 (elf_s390_check_relocs): Likewise.
1955 (elf_s390_gc_sweep_hook): Likewise.
1956 (elf_s390_relocate_section): Likewise.
1957 (elf_s390_object_p): Use renamed architecture define.
1958 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
1959
1960 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
1961
1962 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
1963
1964 2002-02-19 Jakub Jelinek <jakub@redhat.com>
1965
1966 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
1967 absptr -> pcrel optimization for shared libs.
1968 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
1969 library cannot be converted to pcrel.
1970 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
1971 relative.
1972 * elf32-i386.c (elf_i386_relocate_section): If
1973 _bfd_elf_section_offset returned -2, skip, but make sure the
1974 relocation is installed.
1975 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
1976 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1977 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1978 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1979 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1980 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1981 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1982 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1983 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1984 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1985 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1986 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1987 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1988 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1989 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
1990 _bfd_elf_section_offset returning -2 the same way as -1.
1991 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
1992 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
1993 and BFD_ASSERT.
1994 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
1995
1996 2002-02-18 Tom Rix <trix@redhat.com>
1997
1998 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
1999 (bfd_xcoff_size_dynamic_sections): Same.
2000 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
2001 (bfd_xcoff_size_dynamic_sections): Same.
2002 * coff-rs6000.c (xcoff_generate_rtinit): Same.
2003 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
2004 * libxcoff.h (struct xcoff_backend_data_rec): Same.
2005 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
2006 * bfd-in2.h: Regenerate.
2007
2008 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2009
2010 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
2011 (struct ppc_link_hash_table): Add sfpr.
2012 (ppc64_elf_link_hash_table_create): Init it.
2013 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
2014 .glink out to..
2015 (create_linkage_sections): ..here. Make .sfpr too.
2016 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
2017 dynobj early.
2018 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
2019 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
2020 ._restf* functions, and create as needed.
2021 (func_desc_adjust): Only force_local for shared libs.
2022
2023 2002-02-18 David O'Brien <obrien@FreeBSD.org>
2024
2025 * configure.in: Bump version number post 2.12 branching.
2026 * configure: Regenerate.
2027
2028 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2029
2030 * mmo.c: Correct and improve comments.
2031 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
2032 zero-pad. Use input to fill up non-empty bfd buffer.
2033 (mmo_flush_chunk): New function.
2034 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
2035 changed. Don't emit location specifier if VMA is same as
2036 *LAST_VMAP after omitting leading zero contents. Call
2037 mmo_flush_chunk before emitting location specifier.
2038 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
2039 with mmo_write_loc_chunk calls.
2040 (mmo_internal_write_section): Call mmo_flush_chunk after
2041 mmo_write_chunk.
2042 (mmo_write_symbols_and_terminator): Move :Main to first position
2043 in symbol array. Add faked one if it does not exist if there are
2044 other symbols. Don't add it if there are no symbols at all. Move
2045 out test for value of :Main from symbol loop. Rename table
2046 fakemain to maintable and variable mainsym to fakemain.
2047
2048 2002-02-15 Richard Henderson <rth@redhat.com>
2049
2050 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
2051 section with no got matches any got. Simplify error generaion.
2052
2053 2002-02-15 Alan Modra <amodra@bigpond.net.au>
2054
2055 Support arbitrary length fill patterns.
2056 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
2057 (_bfd_default_link_order): Remove bfd_fill_link_order code.
2058 Call default_data_link_order.
2059 (default_fill_link_order): Delete.
2060 (default_data_link_order): New function.
2061 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
2062 of bfd_fill_link_order with bfd_data_link_order.
2063 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
2064 * elf64-mips.c (mips_elf64_final_link): Likewise.
2065
2066 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
2067 Correct value returned in "end" for "0x<non-hex>".
2068
2069 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
2070
2071 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
2072 (scan): Test against 'mach' field in info structure.
2073
2074 2002-02-14 Alan Modra <amodra@bigpond.net.au>
2075
2076 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
2077
2078 2002-02-14 Matt Fredette <fredette@netbsd.org>
2079
2080 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
2081 EF_M68000.
2082
2083 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
2084
2085 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
2086 non-zero physical addresses when adjusting the LMAs of new
2087 sections.
2088
2089 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
2090
2091 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
2092 from _bfd_elf_hppa_gen_reloc_type.
2093 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
2094 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
2095 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
2096 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
2097
2098 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
2099
2100 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
2101 loading its contents if there's nothing to do in it.
2102
2103 2002-02-12 Alan Modra <amodra@bigpond.net.au>
2104
2105 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
2106 64k boundary.
2107
2108 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
2109 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
2110 (ppc64_elf_finish_dynamic_sections): Set values for them.
2111
2112 2002-02-11 Michael Snyder <msnyder@redhat.com>
2113
2114 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
2115 * elf.c (elfcore_grok_pstatus): Add prototype.
2116 (elfcore_grok_lwpstatus): Add prototype.
2117 (elfcore_write_lwpstatus): New function.
2118 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
2119
2120 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
2121
2122 * elf32-sh.c: Added missing prototypes.
2123 * elf32-sh64.c: Likewise.
2124 (sh_elf_align_loads): Mark unused args as such.
2125 * elf64-sh64.c: Added missing prototypes.
2126 (struct elf_sh64_link_hash_entry): Fix typo.
2127 (sh_elf64_relocate_section): Fix info argument passed to
2128 _bfd_elf_section_offset.
2129
2130 2002-02-11 Alan Modra <amodra@bigpond.net.au>
2131
2132 * Makefile.am: "make dep-am".
2133 * Makefile.in: Regenerate.
2134 * aclocal.m4: Regenerate.
2135 * config.in: Regenerate.
2136 * configure: Regenerate.
2137
2138 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2139
2140 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
2141 variable warnings.
2142 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
2143 comparison warning.
2144 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
2145 cast warnings for the common case.
2146
2147 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
2148
2149 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
2150 vectors.
2151 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
2152 vectors.
2153
2154 2002-02-09 Richard Henderson <rth@redhat.com>
2155
2156 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
2157 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
2158 (elf64_alpha_relocate_section): Likewise.
2159 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
2160 * bfd-in2.h, libbfd.h: Rebuild.
2161
2162 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
2163
2164 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
2165 that base-plus-offset reloc accounting is consistent.
2166 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
2167 up to date for undefined symbols.
2168
2169 2002-02-08 Eric Christopher <echristo@redhat.com>
2170
2171 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2172
2173 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
2174 sections for the O32 ABI.
2175
2176 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2177
2178 * elf32-arm.h: Fix formatting of _("...").
2179 * elf32-d10v.c: Likewise.
2180 * elf32-m68k.c: Likewise.
2181 * elf32-mips.c: Likewise.
2182
2183 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
2184
2185 * coff-or32.c: Fix compile time warning messages.
2186
2187 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2188
2189 Contribute sh64-elf.
2190 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
2191 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
2192 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
2193 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
2194 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
2195 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
2196 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
2197 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
2198 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
2199 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
2200 New relocs.
2201 * libbfd.h, bfd-in2.h: Rebuilt.
2202 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
2203 (sh_reloc_map): Map them.
2204 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
2205 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
2206 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
2207 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
2208 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
2209 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
2210 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
2211 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
2212 datalabel_got_offset.
2213 (sh_elf_link_hash_newfunc): Initialize it.
2214 (sh_elf_relocate_section): Augment the scope of
2215 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
2216 GOT and GOTOFF handling to new SHmedia relocation types. Support
2217 GOT_BIAS.
2218 (sh_elf_check_relocs): Likewise.
2219 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
2220 PLT entries using movi_shori_putval. Support GOT_BIAS.
2221 (sh_elf_finish_dynamic_sections): Likewise.
2222 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
2223 relocation, it's now done by the caller.
2224 (GOT_BIAS): New.
2225 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
2226 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
2227 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
2228 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
2229 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
2230 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
2231 sh64_elf64_hash_table): New.
2232 (sh_elf64_howto_table): Introduce new relocs.
2233 (sh_elf64_info_to_howto): Accept new PIC relocs.
2234 (sh_elf64_relocate_section): Augment the scope of
2235 seen_stt_datalabel. Support new PIC relocs.
2236 (sh_elf64_check_relocs): Support new PIC relocs.
2237 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
2238 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
2239 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
2240 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
2241 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
2242 movi_shori_putval, movi_3shori_putval,
2243 sh64_elf64_create_dynamic_sections,
2244 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
2245 sh64_elf64_size_dynamic_sections,
2246 sh64_elf64_finish_dynamic_symbol,
2247 sh64_elf64_finish_dynamic_sections): New.
2248 (elf_backend_create_dynamic-sections,
2249 bfd_elf64_bfd_link_hash_table_create,
2250 elf_backend_adjust_dynamic_symbol,
2251 elf_backend_size_dynamic_sections,
2252 elf_backend_finish_dynamic_symbol,
2253 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
2254 elf_backend_plt_readonly, elf_backend_want_plt_sym,
2255 elf_backend_got_header_size, elf_backend_plt_header_size):
2256 Define.
2257 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
2258 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
2259 match official numbers and names; moved unmaching ones to the
2260 range 0xf2-0xff.
2261 * elf32-sh64.c, elf64-sh64.c: Likewise.
2262 2001-03-12 DJ Delorie <dj@redhat.com>
2263 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
2264 sections.
2265 2001-03-12 DJ Delorie <dj@redhat.com>
2266 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
2267 be aligned.
2268 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2269 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
2270 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
2271 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
2272 .cranges section with SEC_SORT_ENTRIES set.
2273 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
2274 incoming sorted .cranges section.
2275 (sh64_bfd_elf_copy_private_section_data): New.
2276 (sh64_elf_final_write_processing): Only sort .cranges and modify
2277 start address if called by linker.
2278 2001-01-08 Ben Elliston <bje@redhat.com>
2279 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
2280 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
2281 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2282 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
2283 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
2284 line. Add comments before all entries.
2285 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
2286 comment.
2287 (sh_elf64_reloc): Correct head comment.
2288 (sh_elf64_relocate_section): Correct spacing.
2289 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
2290 instead call reloc_dangerous callback.
2291 <case R_SH_SHMEDIA_CODE>: New case.
2292 (sh_elf64_gc_mark_hook): Correct spacing.
2293 (sh_elf64_check_relocs): Ditto.
2294 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
2295 New case.
2296 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
2297 functions.
2298 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
2299 clarify describing comment. Add comments before all entries.
2300 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
2301 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2302 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
2303 Sort .cranges section in final link. Prepare to set bit 0 on
2304 entry address.
2305 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
2306 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
2307 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
2308 .cranges section.
2309 (sh64_backend_section_from_shdr): New, to recognize
2310 SHT_SH5_CR_SORTED on incoming .cranges section.
2311 (elf_backend_section_from_shdr): Define.
2312 (sh64_elf_final_write_processing): Sort outgoing .cranges
2313 section. (New, temporarily disabled:) Set bit 0 on entry address
2314 according to ISA type.
2315 (sh64_find_section_for_address): New.
2316 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
2317 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
2318 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
2319 bfd_malloc, not xmalloc.
2320 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
2321 global.
2322 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
2323 temporarily disabled) setting bit 0 on entry address.
2324 (elf_backend_final_write_processing): Define.
2325 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
2326 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
2327 be a proper relocation for PTA and PTB rather than a marker.
2328 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
2329 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
2330 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
2331 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
2332 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
2333 Zero src_mask.
2334 * elf64-sh64.c: Ditto.
2335 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
2336 * elf32-sh64.c: Include opcodes/sh64-opc.h
2337 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
2338 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
2339 parameters. No unused parameters. Caller changed.
2340 <case R_SH_PT_16>: New case.
2341 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
2342 * Makefile.in: Regenerate.
2343 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
2344 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
2345 all code sections.
2346 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
2347 (sh64_elf_merge_private_data): Ditto.
2348 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
2349 to access stored section flags.
2350 (sh64_elf_final_write_processing): Return immediately unless
2351 called by linker. Use sh64_elf_section_data (cranges) to get size
2352 of linker-generated cranges entries.
2353 (sh64_elf_copy_private_data): Add missing "return true".
2354 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
2355 (sh_elf64_merge_private_data): Ditto.
2356 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
2357 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
2358 elf64-sh64.c:sh64_elf_fake_sections.
2359 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2360 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2361 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
2362 (sh64_elf_final_write_processing): New.
2363 (elf_backend_final_write_processing): Define.
2364 (sh64_elf_fake_sections): Get header flags from tdata field.
2365 (sh64_elf_copy_private_data): Do not call
2366 sh64_elf_copy_private_data_internal, just copy e_flags field.
2367 (sh64_elf_merge_private_data): Do not call
2368 sh64_elf_copy_private_data_internal.
2369 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2370 Remove EF_SH64_ABI64, let ELF size make difference.
2371 Remove SH64-specific BFD section flag.
2372 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
2373 containing SHmedia through elf_section_data (asect)->tdata
2374 non-zero, not using a BFD section flag.
2375 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
2376 (sh64_elf_merge_private_data): Similar.
2377 (elf_backend_section_flags): Don't define.
2378 (sh64_elf_backend_section_flags): Delete.
2379 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
2380 not EF_SH64_ABI64.
2381 (sh_elf64_merge_private_data): Similar.
2382 * section.c (Section flags definitions): Don't define
2383 SEC_SH_ISA_SHMEDIA.
2384 (bfd-in2.h): Regenerate.
2385 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
2386 Make DataLabel references work with partial linking.
2387 * elf32-sh64.c: Fix formatting.
2388 (sh64_elf_link_output_symbol_hook): New.
2389 (elf_backend_link_output_symbol_hook): Define to
2390 sh64_elf_link_output_symbol_hook.
2391 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
2392 undefined if partial linking. Adjust sanity check.
2393 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
2394 (elf_backend_link_output_symbol_hook): Define to
2395 sh64_elf64_link_output_symbol_hook.
2396 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
2397 undefined if partial linking. Adjust sanity check.
2398 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
2399 Implement semantics for inter-file DataLabel references.
2400 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
2401 (sh64_elf64_add_symbol_hook): New.
2402 (sh_elf64_relocate_section): If passing an indirect symbol with
2403 st_type STT_DATALABEL on the way to a symbol with st_other
2404 STO_SH5_ISA32, do not bitor 1 to the relocation.
2405 (elf_backend_add_symbol_hook): Define to
2406 sh64_elf64_add_symbol_hook.
2407 * elf64-sh32.c: Tweak comments.
2408 (DATALABEL_SUFFIX): Define.
2409 (sh64_elf_add_symbol_hook): New.
2410 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
2411 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
2412 symbol with st_type STT_DATALABEL on the way to a symbol with
2413 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2414 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
2415 Pass through STT_DATALABEL.
2416 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
2417 (elf_backend_get_symbol_type): Define.
2418 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
2419 (elf_backend_get_symbol_type): Define.
2420 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
2421 * elf32-sh64.c: Tweak comments.
2422 (sh64_elf_copy_private_data_internal): Add prototype.
2423 (bfd_elf32_bfd_set_private_flags): Define.
2424 (sh64_elf_copy_private_data_internal): Compare machine name, not
2425 textual BFD target name, to check whether to copy section flag
2426 SHF_SH5_ISA32.
2427 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
2428 Tweak section-contents-type-mismatch message.
2429 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
2430 Validize reloc-types.
2431 * elf64-sh64.c: New file.
2432 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
2433 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
2434 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
2435 Regenerate dependencies.
2436 * Makefile.in: Regenerate.
2437 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
2438 bfd_elf64_sh64l_vec.
2439 * configure.in: Handle bfd_elf64_sh64_vec and
2440 bfd_elf64_sh64l_vec.
2441 * configure: Regenerate.
2442 * po/POTFILES.in: Regenerate.
2443 * po/bfd.pot: Regenerate.
2444 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
2445 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
2446 anything else but EF_SH64 and EF_SH64_ABI64.
2447 (sh64_elf_merge_private_data): Emit error for anything else but
2448 EF_SH64 and EF_SH64_ABI64.
2449 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
2450 from targ_selvecs.
2451 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
2452 bfd_elf32_sh64l_vec as a temporary measure.
2453 * configure: Regenerate.
2454 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
2455 * cpu-sh.c (arch_info_struct): Include sh5 item
2456 unconditionalized.
2457 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
2458 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
2459 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
2460 * elf32-sh64.c: Tweak comments.
2461 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
2462 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
2463 (sh64_elf_copy_private_data_internal): Wrap long line.
2464 (sh64_elf_merge_private_data): Rewrite to allow objects from
2465 SH64 subsets to be linked together.
2466 (INCLUDE_SHMEDIA): Define.
2467 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
2468 Parenthesize plus-expression inside or-expression.
2469 <global symbol>: Ditto.
2470 (sh_elf_set_mach_from_flags): Remove code refusing
2471 deleted EF_SH64_32BIT_ABI flag.
2472 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
2473 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
2474 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
2475 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
2476 (sh_elf_relocate_section) <local symbol>: Or 1 in
2477 calculation of relocation if sym->st_other & STO_SH5_ISA32.
2478 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
2479 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
2480 relocation.
2481 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2482 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
2483 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
2484 Regenerate dependencies.
2485 * Makefile.in: Regenerate.
2486 * archures.c: Add bfd_mach_sh5.
2487 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
2488 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
2489 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
2490 * configure: Regenerate.
2491 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
2492 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
2493 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2494 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
2495 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
2496 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
2497 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
2498 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
2499 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
2500 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
2501 in item for SH5.
2502 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
2503 for SHmedia relocs.
2504 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
2505 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
2506 shmedia_prepare_reloc, goto final_link_relocate if it returns
2507 non-zero, else fail as before.
2508 (sh_elf_set_mach_from_flags): Provide function only if not defined
2509 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
2510 (sh_elf_set_private_flags): Provide function only if not defined
2511 as a macro.
2512 (sh_elf_copy_private_data): Similar.
2513 (sh_elf_merge_private_data): Similar.
2514 * section.c (SEC_SH_ISA_SHMEDIA): New.
2515 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
2516 * elf32-sh64.c: New file.
2517 * libbfd.h: Regenerate.
2518 * bfd-in2.h: Regenerate.
2519 * po/POTFILES.in: Regenerate.
2520 * po/bfd.pot: Regenerate.
2521 * bfd-in2.h: Regenerate.
2522 * libbfd.h: Regenerate.
2523
2524 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
2525
2526 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
2527 been included, not drag it in.
2528 * bfd-in2.h: Regenerate.
2529
2530 2002-02-06 H.J. Lu (hjl@gnu.org)
2531
2532 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
2533 the mach and ISA fields if necessary.
2534
2535 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
2536
2537 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
2538 ARM architecture when an F_ARM_5 flag is detected, since we cannot
2539 be sure exactly which architecture this represents.
2540
2541 2002-02-05 Nick Clifton <nickc@redhat.com>
2542
2543 * po/tr.po: Updated translation.
2544
2545 2002-02-05 Alan Modra <amodra@bigpond.net.au>
2546
2547 From Jimi X <jimix@watson.ibm.com>
2548 * archures (bfd_mach_ppc64): Define.
2549 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
2550 (bfd_powerpc_arch): Define.
2551 * bfd-in2.h: Regenerate.
2552 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
2553 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
2554 (bfd_powerpc_archs): Add default powerpc64 arch.
2555
2556 2002-02-05 Alan Modra <amodra@bigpond.net.au>
2557
2558 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
2559 against section syms in readonly sections. Don't do the global
2560 sym check if we find one.
2561 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
2562 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
2563 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
2564 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
2565 (elf_s390_grok_prstatus): Add missing prototype.
2566
2567 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2568
2569 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
2570 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
2571 Call bfd_get_section_by_name only once. Initialize
2572 bpodata->n_bpo_relocs_this_section.
2573 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
2574 referring to DSOs.
2575 (bpo_reloc_request_sort_fn): Don't use difference of values as
2576 return-value.
2577
2578 2002-02-02 David O'Brien <obrien@FreeBSD>
2579
2580 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
2581 version 4.5 and later the same as 5-CURRENT.
2582 * configure: Re-generate.
2583
2584 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
2585
2586 * config.bfd (hppa*-*-netbsd*): New target.
2587
2588 2002-01-31 Philipp Thomas <pthomas@suse.de>
2589
2590 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
2591 to front of message. Unify messages with elf32-arm.h. Use
2592 commas where neccessary.
2593 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
2594 ERROR in messages. Unify messages with coff-arm.c. Correct
2595 VFP/FPA error message.
2596 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
2597 APCS-32 for translation.
2598
2599 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2600
2601 Perform on-demand global register allocation from
2602 R_MMIX_BASE_PLUS_OFFSET relocs.
2603 * elf64-mmix.c (struct bpo_reloc_section_info, struct
2604 bpo_reloc_request, struct bpo_greg_section_info): New.
2605 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
2606 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
2607 _bfd_mmix_check_all_relocs,
2608 _bfd_mmix_prepare_linker_allocated_gregs,
2609 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
2610 (elf_mmix_howto_table): Correct src_mask for most relocs.
2611 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
2612 case.
2613 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
2614 case. Fix typo in comment. New label do_mmix_reloc.
2615 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
2616 store first object file with a base-plus-offset reloc. Call
2617 mmix_elf_check_common_relocs for the part common with mmo.
2618 (mmix_elf_final_link): Write out linker-allocated register
2619 contents section.
2620 (elf_backend_gc_sweep_hook): Define.
2621 (bfd_elf64_bfd_relax_section): Define.
2622
2623 * mmo.c: Don't include <ctype.h>
2624 (mmo_init): Correct init-once logic.
2625
2626 2002-02-01 Tom Rix <trix@redhat.com>
2627
2628 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
2629
2630 2002-02-01 Alan Modra <amodra@bigpond.net.au>
2631
2632 * Makefile.am: Run "make dep-am"
2633 * Makefile.in: Regenerate.
2634
2635 2002-01-31 David O'Brien <obrien@FreeBSD>
2636
2637 * configure.in: Recognize the differences in core files from FreeBSD
2638 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
2639 5-CURRENT.
2640 * configure: Regenerate.
2641
2642 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
2643
2644 * coff-or32.c: New file.
2645 * cpu-or32.c: New file.
2646 * elf32-or32.c: New file.
2647 * archures.c: Add support for or32.
2648 * targets.c: Add support for or32.
2649 * bfd-in2.h: Regenerate.
2650 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
2651 coff_write_object_contents): Add support for or32.
2652 * config.bfd: Add target.
2653 * configure.in: Add support for or32.
2654 * configure: Regenerate.
2655 * Makefile.am: Add support for or32.
2656 * Makefile.in: Regenerate.
2657 * po/SRC-POTFILES.in: Add or32 files.
2658 * po/bfd.pot: Regenerate.
2659
2660 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
2661 Don Lindsay <lindsayd@cisco.com>
2662
2663 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
2664 false' with a return of a bfd_reloc_ error code.
2665
2666 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
2667
2668 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
2669 unexport unreferenced symbols when --export-dynamic. Call
2670 _bfd_elf_strtab_delref when unexporting.
2671
2672 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * bfd-in.h: Include <stdbool.h> if it is available.
2675 * bfd-in2.h: Regenerated.
2676
2677 2002-01-31 Alan Modra <amodra@bigpond.net.au>
2678
2679 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
2680 not go via the plt.
2681
2682 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
2683
2684 * archures.c: Tidy up formatting of embedded comments.
2685 * bfd.c: Tidy up formatting of embedded comments.
2686 * bfd-in.h: Fix formatting of comments.
2687 * reloc.c: Tidy up formatting of ordinary & embedded comments.
2688 * section.c: Tidy up formatting of embedded comments.
2689 * syms.c: Tidy up formatting of embedded comments.
2690 * targets.c: Tidy up formatting of embedded comments.
2691
2692 * bfd-in2.h: Regenerate.
2693
2694 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
2695
2696 * vms-tir.c (cmd_name): New function.
2697 (tir_cmd_name): New function.
2698 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
2699 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
2700 Fix formatting.
2701
2702 * peXXigen.c (pe_print_idata): Rearrange message to aid in
2703 translation.
2704 (pe_print_pdata): Rearrange message to aid in translation.
2705
2706 * libbfd.c (warn_deprecated): Rearrange error message to aid in
2707 translation.
2708
2709 * ihex.c (ihex_write_object_contents): Fix spelling typo.
2710
2711 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
2712
2713 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
2714 message to aid in translation.
2715
2716 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
2717 to aid in translation.
2718
2719 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
2720
2721 2002-01-30 Philipp Thomas <pthomas@suse.de>
2722
2723 * coff-arm.c, elf32-elf.h: Unify messages.
2724
2725 2002-01-30 Nick Clifton <nickc@redhat.com>
2726
2727 * po/sv.po: Updated translation.
2728
2729 2002-01-30 Philipp Thomas <pthomas@suse.de>
2730
2731 * dwarf2.c (read_abbrev): Use full section name in error message.
2732 (decode_line_info): Likewise.
2733
2734 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
2735 message.
2736
2737 2002-01-30 Alan Modra <amodra@bigpond.net.au>
2738
2739 * elf64-ppc.c (func_desc_adjust): Only provide missing function
2740 descriptor symbols for undefined function code syms. Clear
2741 ELF_LINK_NON_ELF so that they can stay weak.
2742
2743 2002-01-29 Chris Demetriou <cgd@broadcom.com>
2744 Mitch Lichtenberg <mpl@broadcom.com>
2745
2746 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
2747 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
2748 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
2749 generation.
2750 * bfd-in2.h: Regenerate.
2751
2752 2002-01-29 Chris Demetriou <cgd@broadcom.com>
2753
2754 * elf32-mips.c: Add additional comments about HI16 relocation
2755 processing.
2756 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
2757 pc-relative relocations. (Reverts change made on 2001-10-31.)
2758 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
2759 for pc-relative relocations.
2760 (mips_elf_calculate_relocation): Add a comment about a kludge
2761 in the R_MIPS_GNU_REL_HI16 handling.
2762 (_bfd_mips_elf_relocate_section): Implement that kludge;
2763 adjust pc-relative HI16 relocation for difference in HI16 and
2764 LO16 addresses, since it can't easily be done in
2765 mips_elf_calculate_relocation.
2766
2767 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
2768
2769 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
2770 relocations with PC32 relocations for undefined or weak symbols.
2771 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
2772 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
2773
2774 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
2775
2776 * elfcore.h (elf_core_file_p): Improve comment for last change.
2777
2778 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2779
2780 * configure: Regenerated.
2781
2782 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
2783
2784 * elfcore.h (elf_core_file_p): Set the machine architecture
2785 before processing the program headers.
2786
2787 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2788
2789 * configure.in <64-bit configuration>: If using gcc, check and
2790 emit error for egcs-1.1.2.
2791 * configure: Regenerate.
2792
2793 2002-01-26 Egor Duda <deo@logos-m.ru>
2794
2795 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
2796 as possible to avoid stack corruption.
2797
2798 2002-01-26 Richard Henderson <rth@redhat.com>
2799
2800 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
2801 for non-allocated sections.
2802
2803 2002-01-25 Mark Kettenis <kettenis@gnu.org>
2804
2805 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
2806 prstat.pr_reg even if it is a struct.
2807
2808 2002-01-25 Steve Ellcey <sje@cup.hp.com>
2809
2810 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
2811
2812 2002-01-25 Philipp Thomas <pthomas@suse.de>
2813
2814 * coffgen.c (coff_print_symbol): Don't mark info message
2815 for translation.
2816
2817 2002-01-25 Nick Clifton <nickc@redhat.com>
2818
2819 * po/fr.po: Updated translation.
2820 * po/es.po: Updated translation.
2821
2822 2002-01-25 Philipp Thomas <pthomas@suse.de>
2823
2824 * coff-alpha.c (alpha_relocate_section): Unify warning message
2825 for GP relative relocations without GP defined.
2826 * coff-mips.c (mips_relocate_section): Likewise.
2827
2828 2002-01-25 Alan Modra <amodra@bigpond.net.au>
2829
2830 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
2831 unsigned overflow when new_offset < old_offset.
2832
2833 2002-01-24 Philipp Thomas <pthomas@suse.de>
2834
2835 * bfd.c (_bfd_abort): Fix typo.
2836
2837 2002-01-23 Richard Henderson <rth@redhat.com>
2838
2839 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
2840 plt entries for undefweak symbols.
2841
2842 2002-01-23 Steve Ellcey <sje@cup.hp.com>
2843
2844 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
2845 DEFAULT_VECTOR.
2846 (bfd_elf64_ia64_hpux_big_vec): Ditto.
2847 (bfd_elf32_h8300_vec): Ditto.
2848
2849 2002-01-23 Alan Modra <amodra@bigpond.net.au>
2850
2851 * elf64-ppc.c: Remove stale part of ABI comment.
2852 (NO_OPD_RELOCS): Define.
2853 (ppc64_elf_check_relocs): Use it.
2854 (ppc64_elf_relocate_section): Here too.
2855 (build_one_stub): Don't point function syms at the stub. Instead,
2856 hijack plt.offset.
2857 (ppc64_elf_relocate_section): Check whether REL24 relocs should
2858 really go to the stub. Make all dynamic relocs in opd against
2859 locals.
2860 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
2861 plt.offset.
2862
2863 2002-01-22 Richard Henderson <rth@redhat.com>
2864
2865 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
2866
2867 2002-01-22 Alan Modra <amodra@bigpond.net.au>
2868
2869 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
2870 TOC_BASE_OFF adjustment.
2871
2872 * Makefile.am: Run "make dep-am".
2873 * Makefile.in: Regenerate.
2874 * po/SRC-POTFILES.in: Regenerate.
2875
2876 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2877
2878 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
2879 host defines.
2880
2881 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
2882
2883 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
2884 Check for and emit error if sgot is NULL at this point.
2885
2886 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2887
2888 * config.bfd (ia64*-*-netbsd*): New target.
2889
2890 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2891
2892 * som.c (som_write_space_strings): Comment typo fix.
2893
2894 2002-01-21 Alan Modra <amodra@bigpond.net.au>
2895
2896 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
2897 is_func_descriptor fields.
2898 (link_hash_newfunc): Init them.
2899 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
2900 dot are candidates for plt entries. When processing .opd relocs,
2901 set function descriptor strings to point inside function code
2902 string, and set new ppc_link_hash_entry fields.
2903 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
2904 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
2905 function descriptors. It's now done in..
2906 (func_desc_adjust): New.
2907 (ppc64_elf_func_desc_adjust): New.
2908 (define elf_backend_always_size_sections): Define.
2909 (ppc64_elf_hide_symbol): New.
2910 (define elf_backend_hide_symbol): Define.
2911 (allocate_dynrelocs): Remove code looking up function descriptors
2912 as that has been done earlier.
2913 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
2914 table.
2915 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
2916 up function descriptor.
2917 (build_one_stub): Look up the function code sym. Check for
2918 invalid plt offsets.
2919 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
2920 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
2921
2922 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
2923 boolean param.
2924 (_bfd_elf_link_hash_hide_symbol): Likewise.
2925 * elflink.h (elf_link_add_object_symbols): Adjust call to
2926 elf_backend_hide_symbol.
2927 (elf_fix_symbol_flags): Likewise.
2928 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
2929 than bfd_alloc.
2930 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
2931 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
2932 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
2933 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
2934 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
2935 and adjust to suit.
2936 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
2937 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
2938 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
2939
2940 2002-01-18 Alan Modra <amodra@bigpond.net.au>
2941
2942 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
2943 dynamic function descriptor symbol, not the associated function
2944 symbol.
2945
2946 2002-01-17 Eric Christopher <echristo@redhat.com>
2947
2948 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
2949
2950 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2951
2952 * po/bfd.pot: Regenerate.
2953 * po/fr.po: Regenerate.
2954
2955 2002-01-17 Alan Modra <amodra@bigpond.net.au>
2956
2957 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
2958 Remove "Elf_Internal_Shdr *" param.
2959 (_bfd_mips_elf_section_from_bfd_section): Ditto.
2960 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
2961 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
2962 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
2963 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
2964 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
2965 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
2966 function to override special sections. Remove hdr arg from
2967 backend call, and don't loop.
2968
2969 2002-01-16 Eric Christopher <echristo@redhat.com>
2970
2971 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
2972 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
2973 relocations requiring gp0 and gp.
2974
2975 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
2976
2977 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
2978 EF_ARM_VFP_FLOAT.
2979 (elf32_arm_print_private_bfd_data): Likewise.
2980
2981 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
2982
2983 * po/tr.po: Import new version.
2984
2985 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2986
2987 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
2988 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
2989 (ORI_R0_R0_0): Correct.
2990
2991 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2992
2993 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
2994 when plt_not_loaded.
2995 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
2996 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
2997 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
2998 (ppc64_elf_glink_code): Delete.
2999 (PPC64_ELF_GLINK_SIZE): Delete.
3000 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
3001 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
3002 ORI_R0_R0_0): Define.
3003 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
3004 (struct ppc_link_hash_table): Add sstub and plt_overflow.
3005 (ppc64_elf_link_hash_table_create): Init them.
3006 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
3007 Don't copy to shared lib.
3008 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
3009 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
3010 (allocate_dynrelocs <plt>): Don't change function sym here. Make
3011 room for .stub and .glink code.
3012 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
3013 DT_PPC64_GLINK.
3014 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
3015 bfd_elf64_bfd_final_link.
3016 (bfd_elf64_bfd_final_link): Don't define.
3017 (ppc64_elf_size_stubs): New.
3018 (build_plt_stub): New.
3019 (build_one_stub): New.
3020 (ppc64_elf_build_stubs): New.
3021 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
3022 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
3023 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
3024 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
3025 case output sections not separate. Adjust DT_RELASZ to not
3026 include plt relocs. Set reserved got entry. Set got and plt
3027 entry size.
3028 (elf_backend_got_header_size): Set to 8.
3029 * elf64-ppc.h: New file.
3030
3031 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3032
3033 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
3034 sections, use bfd_section_list_remove.
3035 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3036 * elflink.h (elf_link_add_object_symbols): When removing all
3037 sections, use bfd_section_list_clear.
3038
3039 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
3040
3041 * po/sv.po: New file: Swedish translation.
3042 * configure.in (ALL_LINGUAS): Add sv.
3043 * configure: Regenerate.
3044
3045 2002-01-15 Jakub Jelinek <jakub@redhat.com>
3046
3047 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
3048 * elf.c (merge_sections_remove_hook): New function.
3049 (_bfd_elf_merge_sections): Pass it as 3rd argument to
3050 _bfd_merge_sections.
3051 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
3052 * libbfd.h: Rebuilt.
3053 * merge.c (_bfd_merge_sections): Add remove_hook argument.
3054 Call remove_hook if a SEC_EXCLUDE section is encountered.
3055
3056 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
3057
3058 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
3059 (xstormy16_reloc_map): Initialise new field with correct howto
3060 table.
3061 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
3062 howto entry.
3063
3064 2002-01-10 Michael Snyder <msnyder@redhat.com>
3065
3066 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
3067 (elfcore_write_pstatus): Use long instead of pid_t;
3068 * elf-bfd.h: Change prototypes to use long instead of pid_t;
3069
3070 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
3071
3072 * elf.c: Update copyright years.
3073 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
3074 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
3075
3076 2002-01-08 Michael Snyder <msnyder@redhat.com>
3077
3078 Add capability to write corefile note sections, for gdb.
3079 * elf.c (elfcore_write_note): New function.
3080 (elfcore_write_prpsinfo): New function.
3081 (elfcore_write_prstatus): New function.
3082 (elfcore_write_pstatus): New function.
3083 (elfcore_write_prfpreg): New function.
3084 (elfcore_write_prxfpreg): New function.
3085 * elf-bfd.h: Add prototypes for above functions.
3086
3087 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
3088
3089 * elf.c (elf_fake_sections): Propagate errors from
3090 elf_backend_fake_section.
3091
3092 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
3093
3094 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
3095 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
3096 (elf32-sh-nbsd.lo): New rule.
3097 * Makefile.in: Regenerate.
3098 * config.bfd (sh*le-*-netbsdelf*): New target.
3099 (sh*-*-netbsdelf*): New target.
3100 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
3101 (bfd_elf32_shnbsd_vec): New vector.
3102 (bfd_elf32_shlnbsd_vec): New vector.
3103 * configure: Regenerate.
3104 * elf32-sh-nbsd.c: New file.
3105 * targets.c: Update copyright years.
3106 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
3107 bfd_elf32_shnbsd_vec.
3108
3109 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
3110
3111 * coff-rs6000.c (READ20): Use bfd_scan_vma.
3112
3113 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
3114
3115 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
3116 of a symbol in a section that will be deleted.
3117
3118 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
3119
3120 * po/es.po: New file: Spanish translation.
3121 * configure.in (ALL_LINGUAS): Add es.
3122 * configure: Regenerate.
3123
3124 2002-01-06 Steve Ellcey <sje@cup.hp.com>
3125
3126 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
3127 argument so we can handle HP-UX specially.
3128 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
3129 (elfNN_hpux_backend_section_from_bfd_section): New for support
3130 of SHN_IA_64_ANSI_COMMON.
3131 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
3132 (is_unwind_section_name): Add special HP-UX support.
3133 (elfNN_ia64_section_from_shdr): Add support for more sections.
3134 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
3135 add support for more sections.
3136 (elfNN_ia64_additional_program_headers): Modify
3137 is_unwind_section_name call.
3138 (elfNN_ia64_modify_segment_map): Remove assumption that there is
3139 only one unwind section in segment.
3140
3141 2002-01-06 Alan Modra <amodra@bigpond.net.au>
3142
3143 * syms.c (_bfd_generic_make_empty_symbol): New function.
3144 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
3145 _bfd_generic_make_empty_symbol.
3146 * libbfd.h: Regenerate.
3147 * bfd-in2.h: Regenerate.
3148 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
3149 (hppabsd_core_get_symtab_upper_bound): Don't define.
3150 (hppabsd_core_get_symtab): Likewise.
3151 (hppabsd_core_print_symbol): Likewise.
3152 (hppabsd_core_get_symbol_info): Likewise.
3153 (hppabsd_core_bfd_is_local_label_name): Likewise.
3154 (hppabsd_core_get_lineno): Likewise.
3155 (hppabsd_core_find_nearest_line): Likewise.
3156 (hppabsd_core_bfd_make_debug_symbol): Likewise.
3157 (hppabsd_core_read_minisymbols): Likewise.
3158 (hppabsd_core_minisymbol_to_symbol): Likewise.
3159 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
3160 Formatting fixes.
3161 * hpux-core.c: Similarly.
3162 * irix-core.c: Similarly.
3163 * osf-core.c: Similarly.
3164 * sco5-core.c: Similarly.
3165 * binary.c (binary_make_empty_symbol): Remove function, define as
3166 _bfd_generic_make_empty_symbol.
3167 * ihex.c (ihex_make_empty_symbol): Likewise.
3168 * mmo.c (mmo_make_empty_symbol): Likewise.
3169 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
3170 * srec.c (srec_make_empty_symbol): Likewise.
3171 * versados.c (versados_make_empty_symbol): Likewise.
3172 * vms.c (_bfd_vms_make_empty_symbol): Remove.
3173 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
3174 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
3175 rather than _bfd_vms_make_empty_symbol.
3176 * vms-misc.c (new_symbol): Likewise.
3177
3178 2002-01-05 Alan Modra <amodra@bigpond.net.au>
3179
3180 * section.c (bfd_section_init): Remove unnecessary initialisations.
3181 (bfd_section_list_clear): New function.
3182 (bfd_section_list_remove, bfd_section_list_insert): New macros.
3183 (_bfd_strip_section_from_output): Use them.
3184 * coffcode.h (coff_set_alignment_hook): Likewise.
3185 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
3186 * elf64-mips.c (mips_elf64_final_link): Likewise.
3187 * elf64-mmix.c (mmix_elf_final_link): Likewise.
3188 * sunos.c (sunos_add_dynamic_symbols): Likewise.
3189 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
3190 * bfd-in2.h: Regenerate.
3191
3192 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
3193 rather than doing our own section handling. Clean up after errors
3194 with bfd_release and bfd_section_list_clear. Handle unexpected
3195 flags.
3196 * aoutf1.h (sunos4_core_file_p): Likewise.
3197 * aix386-core.c (aix386_core_file_p): Likewise.
3198 * cisco-core.c (cisco_core_file_validate): Likewise.
3199 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
3200 * trad-core.c (trad_unix_core_file_p): Likewise.
3201
3202 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
3203 with bfd_release and bfd_section_list_clear.
3204 * hpux-core.c (hpux_core_core_file_p): Likewise.
3205 * irix-core.c (irix_core_core_file_p): Likewise.
3206 * lynx-core.c (lynx_core_file_p): Likewise.
3207 * osf-core.c (osf_core_core_file_p): Likewise.
3208 * rs6000-core.c (rs6000coff_core_p): Likewise.
3209 * sco5-core.c (sco5_core_file_p): Likewise.
3210
3211 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
3212 sign extension adjustments without conditionals.
3213
3214 2002-01-04 Jakub Jelinek <jakub@redhat.com>
3215
3216 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
3217 CIE at .eh_frame start is removed due to no FDEs referencing it.
3218
3219 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3220
3221 * config.bfd (x86_64-*-netbsd*): New target.
3222 * configure.in (x86_64-*-netbsd*): Set COREFILE
3223 to netbsd-core.lo.
3224 * configure: Regenerated.
3225
3226 2002-01-03 Tom Rix <trix@redhat.com>
3227
3228 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
3229 for recent bfd_make_section_anyway change.
3230
3231 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
3232
3233 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3234 R_ARM_THM_PC11 reloc.
3235
3236 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
3237
3238 * configure.in (LINGUAS): Add ja.
3239 * configure: Regenerate.
3240 * po/ja.po: Import from translation project's web site.
3241
3242 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
3243
3244 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
3245 messages to ease translation into other languages.
3246
3247 For older changes see ChangeLog-0001
3248 \f
3249 Local Variables:
3250 mode: change-log
3251 left-margin: 8
3252 fill-column: 74
3253 version-control: never
3254 End: