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