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