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