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