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