4fa7f2211c909a7316aa67e2b52c7f47bfe5aa7c
[binutils-gdb.git] / bfd / ChangeLog
1 2002-04-09 DJ Delorie <dj@redhat.com>
2
3 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
4
5 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
6
7 * coffcode.h (coff_read_word): New.
8 (coff_compute_checksum): New.
9 (coff_apply_checksum): New.
10 (coff_write_object_contents): Call coff_apply_checksum () to
11 apply checksum to PE image.
12
13 2002-04-08 Randolph Chung <tausq@debian.org>
14
15 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
16 (elf32_hppa_final_link): Split out sorting logic to..
17 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
18 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
19
20 2002-04-07 Andrew Cagney <ac131313@redhat.com>
21
22 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
23 pattern.
24 * configure: Re-generate.
25
26 2002-04-07 Andrew Cagney <ac131313@redhat.com>
27
28 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
29 is greater or equal to 4.3.3.
30 * configure: Regenerate.
31 Fix PR gdb/344.
32
33 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
34
35 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
36 R_CRIS_32_PCREL>: Fix typo in name.
37 (cris_elf_check_relocs): Always create .rela.got here when
38 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
39 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
40 assume it's created.
41
42 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
43
44 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
45 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
46 define.
47 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
48 * bfd.c (bfd_link_hash_table_free): Define.
49 * binary.c (binary_bfd_link_hash_table_free): Define.
50 * bout.c (b_out_bfd_link_hash_table_free): Define.
51 * coff-rs6000.c (rs6000coff_vec): Include
52 _bfd_generic_link_hash_table_free.
53 (pmac_xcoff_vec): Likewise.
54 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
55 (aix5coff64_vec): Likewise.
56 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
57 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
58 (bfd_elf32_bfd_link_hash_table_free): Define.
59 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
60 (bfd_elf32_bfd_link_hash_table_free): Define.
61 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
62 define.
63 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
64 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
65 * ieee.c (ieee_bfd_link_hash_table_free): Define.
66 * ihex.c (ihex_bfd_link_hash_table_free): Define.
67 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
68 (_bfd_generic_link_hash_table_free): Add prototype.
69 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
70 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
71 * linker.c (_bfd_generic_link_hash_table_free): New function.
72 * mmo.c (mmo_bfd_link_hash_table_free): Define.
73 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
74 * oasys.c (oasys_bfd_link_hash_table_free): Define.
75 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
76 * som.c (som_bfd_link_hash_table_free): Define.
77 * srec.c (srec_bfd_link_hash_table_free): Define.
78 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
79 * versados.c (versados_bfd_link_hash_table_free): Define.
80 * vms.c (vms_bfd_link_hash_table_free): New function.
81 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
82
83 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
84 instead of bfd_alloc.
85 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
86 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
87 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
88 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
89 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
90 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
91 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
92 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
93 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
94 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
95 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
96 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
97 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
98 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
99 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
100 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
101 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
102 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
103 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
104 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
105 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
106 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
107 * m68klinux.c (linux_link_hash_table_create): Likewise.
108 * sparclinux.c (linux_link_hash_table_create): Likewise.
109 * sunos.c (sunos_link_hash_table_create): Likewise.
110 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
111
112 * targets.c: Add _bfd_link_hash_table_free to xvec.
113
114 * bfd-in2.h: Regenerate.
115 * libbfd.h: Regenerate.
116 * libcoff.h: Regenerate.
117
118 2002-04-04 Alan Modra <amodra@bigpond.net.au>
119
120 * dep-in.sed: Cope with absolute paths.
121 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
122 Run "make dep-am".
123 * Makefile.in: Regenerate.
124 * coff-arm.c: Fix copyright date.
125 * cpu-h8300.c: Likewise.
126 * cpu-i370.c: Likewise.
127 * cpu-s390.c: Likewise.
128 * cpu-mips.c: Likewise.
129 * po/SRC-POTFILES.in: Regenerate.
130
131 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
132
133 * Makefile.am: Add elfxx-mips.c to the known backends.
134 (elf32-mips.lo): remove dependency to coff/external.h.
135 * Makefile.in: Regenerate.
136 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
137 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
138 accordingly.
139 * configure: Regenerate.
140 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
141 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
142 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
143 MIPS specific backend functions.
144 * elf32-mips.c: Moved most code to elfxx-mips.c.
145 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
146 static.
147 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
148 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
149 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
150 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
151 interface to allow selection of the right REL or RELA howto table.
152 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
153 static. Let it refuse n32 objects.
154 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
155 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
156 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
157 (elf32_mips_ignore_discarded_relocs): Rename from
158 _bfd_elf32_mips_ignore_discarded_relocs.
159 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
160 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
161 (elf_mips_howto_table_rela): Remove.
162 * elf64-mips.c: Moved most code to elfxx-mips.c.
163 (bfd_elf64_bfd_reloc_type_lookup): Make static.
164 (mips_elf64_rtype_to_howto): New function.
165 (mips_elf64_object_p): Likewise.
166 (elf64_mips_irix_compat): Likewise.
167 * elfxx-mips.c: New file containing common code merged together from
168 elf32-mips.c and elf64-mips.c.
169 * elfxx-mips.h: New file containing MIPS specific prototypes from
170 elf-bfd.h.
171 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
172 elf_backend_mips_rtype_to_howto.
173
174 2002-04-04 Alan Modra <amodra@bigpond.net.au>
175
176 * srec.c (MAXCHUNK, Chunk): Revise comments.
177 (srec_write_record): Correct buffer size.
178 (srec_write_header): Do without intermediate buffer.
179 (srec_write_section): Validate Chunk.
180 (srec_write_terminator): Pass NULL instead of dummy buffer.
181 (srec_write_symbols): Pass file and symbol names directly to
182 bfd_bwrite so sprintf won't overflow buffer.
183
184 2002-04-03 Jakub Jelinek <jakub@redhat.com>
185
186 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
187 PC relative relocs against hidden symbols.
188 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
189
190 2002-04-03 Alan Modra <amodra@bigpond.net.au>
191
192 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
193 LMAs, loop over segments until p_vaddr and p_memsz specify an
194 extent enclosing the section.
195
196 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
197
198 * ihex.c (ihex_write_object_contents): Do not allow records to
199 cross a 64K boundary - wrap if necessary.
200
201 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
202
203 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
204 which caused the returned LWP ID to always be 0.
205
206 2002-04-01 Richard Henderson <rth@redhat.com>
207
208 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
209 (elf32_sparc_relocate_section): Use it to figure out when to
210 initialize .got entries.
211 * elf64-sparc.c: Similarly.
212
213 2002-03-28 Alan Modra <amodra@bigpond.net.au>
214
215 * linker.c (link_action): Ignore duplicate warning syms.
216 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
217 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
218 (elf_adjust_dynamic_symbol): Likewise.
219 (elf_export_symbol): Likewise.
220 (elf_link_find_version_dependencies): Likewise.
221 (elf_link_assign_sym_version): Likewise.
222 (elf_link_sec_merge_syms): Likewise.
223 (elf_link_output_extsym): Likewise.
224 (elf_gc_sweep_symbol): Likewise.
225 (elf_gc_propagate_vtable_entries_used): Likewise.
226 (elf_gc_smash_unused_vtentry_relocs): Likewise.
227 (elf_gc_allocate_got_offsets): Likewise.
228 (elf_collect_hash_codes): Likewise.
229 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
230 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
231 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
232 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
233 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
234 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
235 (elf_cris_discard_excess_dso_dynamics): Likewise.
236 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
237 (mark_PIC_calls): Likewise.
238 (allocate_plt_static): Likewise.
239 (allocate_dynrelocs): Likewise.
240 (readonly_dynrelocs): Likewise.
241 * elf32-i386.c (allocate_dynrelocs): Likewise.
242 (readonly_dynrelocs): Likewise.
243 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
244 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
245 * elf32-mips.c (mips_elf_output_extsym): Likewise.
246 (mips_elf_sort_hash_table_f): Likewise.
247 (mips_elf_check_mips16_stubs): Likewise.
248 * elf32-s390.c (allocate_dynrelocs): Likewise.
249 (readonly_dynrelocs): Likewise.
250 * elf32-sh.c (sh_elf_discard_copies): Likewise.
251 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
252 (xstormy16_relax_plt_realloc): Likewise.
253 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
254 (elf64_alpha_output_extsym): Likewise.
255 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
256 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
257 (mips_elf64_check_mips16_stubs): Likewise.
258 (mips_elf64_output_extsym): Likewise.
259 * elf64-ppc.c (func_desc_adjust): Likewise.
260 (allocate_dynrelocs): Likewise.
261 (readonly_dynrelocs): Likewise.
262 * elf64-s390.c (allocate_dynrelocs): Likewise.
263 (readonly_dynrelocs): Likewise.
264 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
265 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
266 (readonly_dynrelocs): Likewise.
267 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
268 * aoutx.h (aout_link_write_other_symbol): Likewise.
269 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
270 (_bfd_coff_write_global_sym): Likewise.
271 * i386linux.c (linux_tally_symbols): Likewise.
272 * m68klinux.c (linux_tally_symbols): Likewise.
273 * sparclinux.c (linux_tally_symbols): Likewise.
274 * pdp11.c (aout_link_write_other_symbol): Likewise.
275 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
276 * xcofflink.c (xcoff_build_ldsyms): Likewise.
277 (xcoff_write_global_symbol): Likewise.
278
279 * cofflink.c (_bfd_coff_final_link): Formatting.
280 * cpu-mips.c (mips_compatible): Make static, prototype.
281 * elf32-i386.c (elf_i386_check_relocs): Formatting.
282 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
283 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
284 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
285 (mips_elf64_final_link): Likewise.
286 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
287 prototype.
288
289 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
290
291 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
292 (SWAP_OUT_RELOC_OFFSET): Define.
293
294 2002-03-27 Gregory Steuck <greg@nest.cx>
295
296 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
297 terminating NULL if empty symbol table.
298 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
299
300 2002-03-26 H.J. Lu (hjl@gnu.org)
301
302 * elflink.h (elf_link_input_bfd): Revert the last change since
303 the gcc exception handling isn't fixed yet.
304
305 2002-03-26 H.J. Lu (hjl@gnu.org)
306
307 * elflink.h (elf_link_input_bfd): Complain about relocations
308 against local symbols in discarded sections.
309
310 2002-03-26 Alan Modra <amodra@bigpond.net.au>
311
312 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
313
314 2002-03-23 Alan Modra <amodra@bigpond.net.au>
315
316 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
317 section file offset for !SEC_LOAD sections.
318
319 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
320
321 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
322 <case R_ARM_GOT>): Handle relocations to Thumb functions.
323
324 2002-03-21 Alan Modra <amodra@bigpond.net.au>
325
326 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
327 Whitespace changes.
328 * archive.c: Update copyright date.
329 * bfd-in2.h: Regenerate.
330 * libbfd.h: Regenerate.
331 * Makefile.am: Run "make dep-am"
332 * Makefile.in: Regenerate.
333 * po/SRC-POTFILES.in: Regenerate.
334
335 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
336
337 * dwarf2.c (struct funcinfo): Move up.
338 (lookup_address_in_function_table): New argument function_ptr.
339 Set it.
340 (lookup_address_in_line_table): New argument function. If function
341 is non-NULL, use it to handle ``addr'' before the first line note of
342 the function.
343 (comp_unit_find_nearest_line): Update and swap calls to
344 lookup_address_in_function_table and lookup_address_in_line_table.
345 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
346 N_SLINE encountered if we see an N_FUN before any N_SLINE.
347
348 2002-03-20 Tom Rix <trix@redhat.com>
349
350 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
351 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
352 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
353
354 2002-03-19 Tom Rix <trix@redhat.com>
355
356 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
357 dynamic objects in archives.
358
359 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
360
361 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
362 STT_NOTYPE symbols to STT_OBJECT.
363
364 Mon Mar 18 17:38:03 CET 2002 Jan Hubicka <jh@suse.cz>
365
366 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
367
368 2002-03-18 Tom Rix <trix@redhat.com>
369
370 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
371 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
372 * coff-rs6000 (do_pad) : New function for archive padding.
373 (do_copy) : New function for object file copying in archives.
374 (do_shared_object_padding) : New function for padding shared
375 objects to their text section alignment in archives.
376 (bfd_xcoff_ar_achive_set_magic) : Stub.
377 (xcoff_write_armap_big) : Use do_copy and do_pad.
378 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
379 do_copy and do_pad.
380 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
381 bfd_xcoff_magic_number.
382 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
383 fop.
384 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
385 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
386 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
387 * rs6000-core.c : Update copyright date.
388 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
389 csectpp.
390 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
391 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
392 (coff_set_flags) : Use bfd_xcoff_magic_number.
393 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
394 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
395 * Makefile.am : Same.
396 * config.bfd : Same.
397 * targets.c : Same.
398 * configure : Regnerate.
399 * Makefile.in : Same.
400 * bfd-in2.h : Same.
401
402 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
403
404 * po/fr.po: Updated version.
405
406 2002-03-18 Alan Modra <amodra@bigpond.net.au>
407
408 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
409 * libbfd.h: Regenerate.
410 * archive.c (coff_write_armap): Pass on failures from
411 bfd_write_bigendian_4byte_int.
412
413 2002-03-14 H.J. Lu <hjl@gnu.org>
414
415 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
416 error to bfd_error_nonrepresentable_section for reinit_array
417 section in DSO.
418
419 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
420
421 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
422 OR it in rather than replacing previously selected flags.
423
424 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
425 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
426
427 2002-03-14 Alan Modra <amodra@bigpond.net.au>
428
429 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
430 (N): Use the above.
431 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
432 ensure reloc size matches before calling elf_link_input_bfd.
433 Add an assert to check reloc size when counting output relocs.
434
435 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
436
437 * mmo.c (mmo_get_loc): Return NULL rather than false.
438
439 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
440
441 * po/fr.po: Updated version.
442
443 2002-03-13 Alan Modra <amodra@bigpond.net.au>
444
445 * archures.c (bfd_default_compatible): Test bits_per_word.
446 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
447 bfd_default_compatible.
448 * cpu-i370.c (i370_compatible): Likewise.
449 * cpu-sparc.c (sparc_compatible): Likewise.
450 * cpu-h8300.c (compatible): Test in->arch == out->arch.
451
452 * elflink.h: Formatting fixes.
453 (elf_link_output_extsym): Merge undefined and undef weak cases.
454
455 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
456 when word size of input matches output word size.
457
458 2002-03-12 Andreas Jaeger <aj@suse.de>
459
460 * cpu-i386.c (i386_compatible): New. Use it instead of
461 bfd_default_compatible.
462
463 2002-03-07 H.J. Lu (hjl@gnu.org)
464
465 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
466 as the type for bfd_reloc_val.
467
468 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
469
470 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
471 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
472 (elf_hppa_final_link_relocate): Correct relocations for indirect
473 references to local data through the DLT. Fix .opd creation for
474 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
475 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
476 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
477 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
478 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
479 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
480 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
481
482 2002-03-05 Jakub Jelinek <jakub@redhat.com>
483
484 * merge.c (_bfd_merge_sections): Don't segfault if there
485 is nothing to merge due to GC.
486
487 2002-03-05 Alan Modra <amodra@bigpond.net.au>
488
489 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
490 symbols that have been forced local.
491
492 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
493 to output forced local syms for non-shared link.
494 (elf_link_output_extsym): Tweak condition for calling backend
495 adjust_dynamic_symbol so that previous behaviour is kept.
496 Whitespace changes throughout file.
497
498 2002-03-04 H.J. Lu <hjl@gnu.org>
499
500 * elf.c (bfd_section_from_shdr): Handle special sections,
501 .init_array, .fini_array and .preinit_array.
502 (elf_fake_sections): Likewise.
503
504 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
505 DT entry only if the section is in output for .init_array,
506 .fini_array and .preinit_array. Complain about .preinit_array
507 section in DSO.
508 (elf_bfd_final_link): Warn zero size for .init_array,
509 .fini_array and .preinit_array sections.
510
511 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
512 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
513 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
514 .preinit_array.
515
516 2002-03-04 Alan Modra <amodra@bigpond.net.au>
517
518 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
519 * configure: Regenerate.
520
521 2002-03-02 Tom Rix <trix@redhat.com>
522
523 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
524 symbolic equiv.
525 * coff-rs6000.c (xcoff_howto_table): Same.
526
527 2002-03-01 David Mosberger <davidm@hpl.hp.com>
528
529 * elflink.h (size_dynamic_sections): If section named
530 ".preinit_array" exists, create DT_PREINIT_ARRAY and
531 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
532 ".init_array" and ".fini_array".
533 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
534 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
535 DT_FINI_ARRAY.
536
537 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
538
539 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
540 dynsyms.
541
542 2002-02-25 Alan Modra <amodra@bigpond.net.au>
543
544 * elf64-hppa.h: Update copyright date.
545
546 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
547 (ppc64_elf_relocate_section): Don't generate power4 style branch
548 hints for *_BRTAKEN and *_BRNTAKEN relocs.
549
550 2002-02-22 Jakub Jelinek <jakub@redhat.com>
551
552 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
553 last patch.
554 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
555
556 2002-02-21 Andreas Jaeger <aj@suse.de>
557
558 * elf64-x86-64.c: Major rework that introduces all recent changes
559 to the x86-64 backend. Get a closer match to elf32-i386.
560 (struct elf64_x86_64_dyn_relocs): Rename from
561 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
562 all users.
563 (struct elf64_x86_64_link_hash_table): Add short cuts to some
564 sections.
565 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
566 remove casts, initialize new hash members.
567 (create_got_section): New.
568 (elf64_x86_64_create_dynamic_sections): New.
569 (elf64_x86_64_copy_indirect_symbol): New.
570 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
571 relocs, .got or .relgot here but do it in allocate_dynrelocs.
572 Reference count possible .plt and .got entries. Don't test input
573 section SEC_READONLY here to try to avoid copy relocs, and keep
574 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
575 DF_TEXTREL here. Delay setting of variables until needed. Cache
576 pointer to "sreloc" section in elf_section_data. Tweak condition
577 under which .got created. Report files with bad relocation
578 section names.
579 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
580 Reference count possible .plt entries. Don't deallocate .got and
581 .relgot space here.
582 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
583 do copy reloc processing for weakdefs. Remove redundant casts and
584 aborts. Delay setting of vars until needed. Move creation of
585 dynamic symbols and allocation of .plt and .rela.plt to
586 allocate_dynrelocs. Replace BFD_ASSERT with abort.
587 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
588 (allocate_dynrelocs): New.
589 (readonly_dynrelocs): New.
590 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
591 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
592 Zero out the dynamic allocated content space.
593 (elf64_x86_64_discard_copies): Removed.
594 (elf64_x86_64_relocate_section): Make use of dynamic section
595 short-cuts. Localise vars, and delay setting. Better error
596 reporting, replace BFD_ASSERT with abort. Check
597 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
598 regular object file and tread the weak definition as the normal
599 one. Don't discard relocs for undefweak or undefined symbols and
600 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
601 relocs.
602 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
603 symbols that have been forced local. Use same test to decide if
604 we can use a relative reloc for got as relocate_section. Expand
605 SHN_UNDEF comment. Move expressions out of function calls.
606 Replace BFD_ASSERT with abort.
607 (bfd_elf64_bfd_final_link): Removed.
608 (elf_backend_copy_indirect_symbol): Define.
609
610 2002-02-20 Tom Rix <trix@redhat.com>
611
612 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
613 (_bfd_xcoff_reloc_type_lookup): Use it.
614 * coff64-rs6000.c (xcoff64_howto_table): Same.
615 (xcoff64_reloc_type_lookup): Same.
616
617 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
618
619 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
620 little endian.
621
622 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
623
624 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
625 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
626 * bfd-in2.h: Regenerate.
627 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
628 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
629 with "s390:64-bit".
630 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
631 (elf_s390_reloc_type_lookup): Likewise.
632 (elf_s390_check_relocs): Likewise.
633 (elf_s390_gc_sweep_hook): Likewise.
634 (elf_s390_relocate_section): Likewise.
635 (elf_s390_object_p): Use renamed architecture define.
636 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
637
638 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
639
640 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
641
642 2002-02-19 Jakub Jelinek <jakub@redhat.com>
643
644 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
645 absptr -> pcrel optimization for shared libs.
646 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
647 library cannot be converted to pcrel.
648 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
649 relative.
650 * elf32-i386.c (elf_i386_relocate_section): If
651 _bfd_elf_section_offset returned -2, skip, but make sure the
652 relocation is installed.
653 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
654 * elf32-cris.c (cris_elf_relocate_section): Likewise.
655 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
656 * elf32-i370.c (i370_elf_relocate_section): Likewise.
657 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
658 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
659 * elf32-s390.c (elf_s390_relocate_section): Likewise.
660 * elf32-sh.c (sh_elf_relocate_section): Likewise.
661 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
662 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
663 * elf64-s390.c (elf_s390_relocate_section): Likewise.
664 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
665 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
666 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
667 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
668 _bfd_elf_section_offset returning -2 the same way as -1.
669 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
670 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
671 and BFD_ASSERT.
672 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
673
674 2002-02-18 Tom Rix <trix@redhat.com>
675
676 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
677 (bfd_xcoff_size_dynamic_sections): Same.
678 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
679 (bfd_xcoff_size_dynamic_sections): Same.
680 * coff-rs6000.c (xcoff_generate_rtinit): Same.
681 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
682 * libxcoff.h (struct xcoff_backend_data_rec): Same.
683 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
684 * bfd-in2.h: Regenerate.
685
686 2002-02-18 Alan Modra <amodra@bigpond.net.au>
687
688 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
689 (struct ppc_link_hash_table): Add sfpr.
690 (ppc64_elf_link_hash_table_create): Init it.
691 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
692 .glink out to..
693 (create_linkage_sections): ..here. Make .sfpr too.
694 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
695 dynobj early.
696 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
697 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
698 ._restf* functions, and create as needed.
699 (func_desc_adjust): Only force_local for shared libs.
700
701 2002-02-18 David O'Brien <obrien@FreeBSD.org>
702
703 * configure.in: Bump version number post 2.12 branching.
704 * configure: Regenerate.
705
706 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
707
708 * mmo.c: Correct and improve comments.
709 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
710 zero-pad. Use input to fill up non-empty bfd buffer.
711 (mmo_flush_chunk): New function.
712 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
713 changed. Don't emit location specifier if VMA is same as
714 *LAST_VMAP after omitting leading zero contents. Call
715 mmo_flush_chunk before emitting location specifier.
716 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
717 with mmo_write_loc_chunk calls.
718 (mmo_internal_write_section): Call mmo_flush_chunk after
719 mmo_write_chunk.
720 (mmo_write_symbols_and_terminator): Move :Main to first position
721 in symbol array. Add faked one if it does not exist if there are
722 other symbols. Don't add it if there are no symbols at all. Move
723 out test for value of :Main from symbol loop. Rename table
724 fakemain to maintable and variable mainsym to fakemain.
725
726 2002-02-15 Richard Henderson <rth@redhat.com>
727
728 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
729 section with no got matches any got. Simplify error generaion.
730
731 2002-02-15 Alan Modra <amodra@bigpond.net.au>
732
733 Support arbitrary length fill patterns.
734 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
735 (_bfd_default_link_order): Remove bfd_fill_link_order code.
736 Call default_data_link_order.
737 (default_fill_link_order): Delete.
738 (default_data_link_order): New function.
739 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
740 of bfd_fill_link_order with bfd_data_link_order.
741 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
742 * elf64-mips.c (mips_elf64_final_link): Likewise.
743
744 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
745 Correct value returned in "end" for "0x<non-hex>".
746
747 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
748
749 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
750 (scan): Test against 'mach' field in info structure.
751
752 2002-02-14 Alan Modra <amodra@bigpond.net.au>
753
754 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
755
756 2002-02-14 Matt Fredette <fredette@netbsd.org>
757
758 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
759 EF_M68000.
760
761 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
762
763 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
764 non-zero physical addresses when adjusting the LMAs of new
765 sections.
766
767 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
768
769 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
770 from _bfd_elf_hppa_gen_reloc_type.
771 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
772 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
773 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
774 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
775
776 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
777
778 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
779 loading its contents if there's nothing to do in it.
780
781 2002-02-12 Alan Modra <amodra@bigpond.net.au>
782
783 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
784 64k boundary.
785
786 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
787 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
788 (ppc64_elf_finish_dynamic_sections): Set values for them.
789
790 2002-02-11 Michael Snyder <msnyder@redhat.com>
791
792 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
793 * elf.c (elfcore_grok_pstatus): Add prototype.
794 (elfcore_grok_lwpstatus): Add prototype.
795 (elfcore_write_lwpstatus): New function.
796 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
797
798 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
799
800 * elf32-sh.c: Added missing prototypes.
801 * elf32-sh64.c: Likewise.
802 (sh_elf_align_loads): Mark unused args as such.
803 * elf64-sh64.c: Added missing prototypes.
804 (struct elf_sh64_link_hash_entry): Fix typo.
805 (sh_elf64_relocate_section): Fix info argument passed to
806 _bfd_elf_section_offset.
807
808 2002-02-11 Alan Modra <amodra@bigpond.net.au>
809
810 * Makefile.am: "make dep-am".
811 * Makefile.in: Regenerate.
812 * aclocal.m4: Regenerate.
813 * config.in: Regenerate.
814 * configure: Regenerate.
815
816 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
817
818 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
819 variable warnings.
820 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
821 comparison warning.
822 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
823 cast warnings for the common case.
824
825 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
826
827 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
828 vectors.
829 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
830 vectors.
831
832 2002-02-09 Richard Henderson <rth@redhat.com>
833
834 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
835 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
836 (elf64_alpha_relocate_section): Likewise.
837 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
838 * bfd-in2.h, libbfd.h: Rebuild.
839
840 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
841
842 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
843 that base-plus-offset reloc accounting is consistent.
844 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
845 up to date for undefined symbols.
846
847 2002-02-08 Eric Christopher <echristo@redhat.com>
848
849 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
850
851 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
852 sections for the O32 ABI.
853
854 2002-02-08 Chris Demetriou <cgd@broadcom.com>
855
856 * elf32-arm.h: Fix formatting of _("...").
857 * elf32-d10v.c: Likewise.
858 * elf32-m68k.c: Likewise.
859 * elf32-mips.c: Likewise.
860
861 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
862
863 * coff-or32.c: Fix compile time warning messages.
864
865 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
866
867 Contribute sh64-elf.
868 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
869 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
870 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
871 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
872 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
873 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
874 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
875 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
876 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
877 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
878 New relocs.
879 * libbfd.h, bfd-in2.h: Rebuilt.
880 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
881 (sh_reloc_map): Map them.
882 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
883 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
884 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
885 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
886 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
887 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
888 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
889 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
890 datalabel_got_offset.
891 (sh_elf_link_hash_newfunc): Initialize it.
892 (sh_elf_relocate_section): Augment the scope of
893 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
894 GOT and GOTOFF handling to new SHmedia relocation types. Support
895 GOT_BIAS.
896 (sh_elf_check_relocs): Likewise.
897 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
898 PLT entries using movi_shori_putval. Support GOT_BIAS.
899 (sh_elf_finish_dynamic_sections): Likewise.
900 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
901 relocation, it's now done by the caller.
902 (GOT_BIAS): New.
903 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
904 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
905 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
906 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
907 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
908 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
909 sh64_elf64_hash_table): New.
910 (sh_elf64_howto_table): Introduce new relocs.
911 (sh_elf64_info_to_howto): Accept new PIC relocs.
912 (sh_elf64_relocate_section): Augment the scope of
913 seen_stt_datalabel. Support new PIC relocs.
914 (sh_elf64_check_relocs): Support new PIC relocs.
915 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
916 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
917 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
918 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
919 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
920 movi_shori_putval, movi_3shori_putval,
921 sh64_elf64_create_dynamic_sections,
922 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
923 sh64_elf64_size_dynamic_sections,
924 sh64_elf64_finish_dynamic_symbol,
925 sh64_elf64_finish_dynamic_sections): New.
926 (elf_backend_create_dynamic-sections,
927 bfd_elf64_bfd_link_hash_table_create,
928 elf_backend_adjust_dynamic_symbol,
929 elf_backend_size_dynamic_sections,
930 elf_backend_finish_dynamic_symbol,
931 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
932 elf_backend_plt_readonly, elf_backend_want_plt_sym,
933 elf_backend_got_header_size, elf_backend_plt_header_size):
934 Define.
935 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
936 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
937 match official numbers and names; moved unmaching ones to the
938 range 0xf2-0xff.
939 * elf32-sh64.c, elf64-sh64.c: Likewise.
940 2001-03-12 DJ Delorie <dj@redhat.com>
941 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
942 sections.
943 2001-03-12 DJ Delorie <dj@redhat.com>
944 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
945 be aligned.
946 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
947 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
948 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
949 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
950 .cranges section with SEC_SORT_ENTRIES set.
951 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
952 incoming sorted .cranges section.
953 (sh64_bfd_elf_copy_private_section_data): New.
954 (sh64_elf_final_write_processing): Only sort .cranges and modify
955 start address if called by linker.
956 2001-01-08 Ben Elliston <bje@redhat.com>
957 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
958 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
959 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
960 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
961 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
962 line. Add comments before all entries.
963 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
964 comment.
965 (sh_elf64_reloc): Correct head comment.
966 (sh_elf64_relocate_section): Correct spacing.
967 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
968 instead call reloc_dangerous callback.
969 <case R_SH_SHMEDIA_CODE>: New case.
970 (sh_elf64_gc_mark_hook): Correct spacing.
971 (sh_elf64_check_relocs): Ditto.
972 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
973 New case.
974 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
975 functions.
976 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
977 clarify describing comment. Add comments before all entries.
978 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
979 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
980 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
981 Sort .cranges section in final link. Prepare to set bit 0 on
982 entry address.
983 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
984 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
985 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
986 .cranges section.
987 (sh64_backend_section_from_shdr): New, to recognize
988 SHT_SH5_CR_SORTED on incoming .cranges section.
989 (elf_backend_section_from_shdr): Define.
990 (sh64_elf_final_write_processing): Sort outgoing .cranges
991 section. (New, temporarily disabled:) Set bit 0 on entry address
992 according to ISA type.
993 (sh64_find_section_for_address): New.
994 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
995 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
996 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
997 bfd_malloc, not xmalloc.
998 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
999 global.
1000 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
1001 temporarily disabled) setting bit 0 on entry address.
1002 (elf_backend_final_write_processing): Define.
1003 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1004 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
1005 be a proper relocation for PTA and PTB rather than a marker.
1006 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
1007 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
1008 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
1009 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
1010 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
1011 Zero src_mask.
1012 * elf64-sh64.c: Ditto.
1013 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
1014 * elf32-sh64.c: Include opcodes/sh64-opc.h
1015 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
1016 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
1017 parameters. No unused parameters. Caller changed.
1018 <case R_SH_PT_16>: New case.
1019 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
1020 * Makefile.in: Regenerate.
1021 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1022 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
1023 all code sections.
1024 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1025 (sh64_elf_merge_private_data): Ditto.
1026 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
1027 to access stored section flags.
1028 (sh64_elf_final_write_processing): Return immediately unless
1029 called by linker. Use sh64_elf_section_data (cranges) to get size
1030 of linker-generated cranges entries.
1031 (sh64_elf_copy_private_data): Add missing "return true".
1032 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1033 (sh_elf64_merge_private_data): Ditto.
1034 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1035 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
1036 elf64-sh64.c:sh64_elf_fake_sections.
1037 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
1038 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1039 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
1040 (sh64_elf_final_write_processing): New.
1041 (elf_backend_final_write_processing): Define.
1042 (sh64_elf_fake_sections): Get header flags from tdata field.
1043 (sh64_elf_copy_private_data): Do not call
1044 sh64_elf_copy_private_data_internal, just copy e_flags field.
1045 (sh64_elf_merge_private_data): Do not call
1046 sh64_elf_copy_private_data_internal.
1047 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1048 Remove EF_SH64_ABI64, let ELF size make difference.
1049 Remove SH64-specific BFD section flag.
1050 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
1051 containing SHmedia through elf_section_data (asect)->tdata
1052 non-zero, not using a BFD section flag.
1053 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
1054 (sh64_elf_merge_private_data): Similar.
1055 (elf_backend_section_flags): Don't define.
1056 (sh64_elf_backend_section_flags): Delete.
1057 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
1058 not EF_SH64_ABI64.
1059 (sh_elf64_merge_private_data): Similar.
1060 * section.c (Section flags definitions): Don't define
1061 SEC_SH_ISA_SHMEDIA.
1062 (bfd-in2.h): Regenerate.
1063 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
1064 Make DataLabel references work with partial linking.
1065 * elf32-sh64.c: Fix formatting.
1066 (sh64_elf_link_output_symbol_hook): New.
1067 (elf_backend_link_output_symbol_hook): Define to
1068 sh64_elf_link_output_symbol_hook.
1069 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
1070 undefined if partial linking. Adjust sanity check.
1071 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
1072 (elf_backend_link_output_symbol_hook): Define to
1073 sh64_elf64_link_output_symbol_hook.
1074 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
1075 undefined if partial linking. Adjust sanity check.
1076 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
1077 Implement semantics for inter-file DataLabel references.
1078 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
1079 (sh64_elf64_add_symbol_hook): New.
1080 (sh_elf64_relocate_section): If passing an indirect symbol with
1081 st_type STT_DATALABEL on the way to a symbol with st_other
1082 STO_SH5_ISA32, do not bitor 1 to the relocation.
1083 (elf_backend_add_symbol_hook): Define to
1084 sh64_elf64_add_symbol_hook.
1085 * elf64-sh32.c: Tweak comments.
1086 (DATALABEL_SUFFIX): Define.
1087 (sh64_elf_add_symbol_hook): New.
1088 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
1089 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
1090 symbol with st_type STT_DATALABEL on the way to a symbol with
1091 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
1092 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
1093 Pass through STT_DATALABEL.
1094 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
1095 (elf_backend_get_symbol_type): Define.
1096 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
1097 (elf_backend_get_symbol_type): Define.
1098 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1099 * elf32-sh64.c: Tweak comments.
1100 (sh64_elf_copy_private_data_internal): Add prototype.
1101 (bfd_elf32_bfd_set_private_flags): Define.
1102 (sh64_elf_copy_private_data_internal): Compare machine name, not
1103 textual BFD target name, to check whether to copy section flag
1104 SHF_SH5_ISA32.
1105 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
1106 Tweak section-contents-type-mismatch message.
1107 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
1108 Validize reloc-types.
1109 * elf64-sh64.c: New file.
1110 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
1111 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
1112 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
1113 Regenerate dependencies.
1114 * Makefile.in: Regenerate.
1115 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
1116 bfd_elf64_sh64l_vec.
1117 * configure.in: Handle bfd_elf64_sh64_vec and
1118 bfd_elf64_sh64l_vec.
1119 * configure: Regenerate.
1120 * po/POTFILES.in: Regenerate.
1121 * po/bfd.pot: Regenerate.
1122 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1123 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
1124 anything else but EF_SH64 and EF_SH64_ABI64.
1125 (sh64_elf_merge_private_data): Emit error for anything else but
1126 EF_SH64 and EF_SH64_ABI64.
1127 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
1128 from targ_selvecs.
1129 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
1130 bfd_elf32_sh64l_vec as a temporary measure.
1131 * configure: Regenerate.
1132 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
1133 * cpu-sh.c (arch_info_struct): Include sh5 item
1134 unconditionalized.
1135 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
1136 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
1137 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
1138 * elf32-sh64.c: Tweak comments.
1139 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
1140 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
1141 (sh64_elf_copy_private_data_internal): Wrap long line.
1142 (sh64_elf_merge_private_data): Rewrite to allow objects from
1143 SH64 subsets to be linked together.
1144 (INCLUDE_SHMEDIA): Define.
1145 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
1146 Parenthesize plus-expression inside or-expression.
1147 <global symbol>: Ditto.
1148 (sh_elf_set_mach_from_flags): Remove code refusing
1149 deleted EF_SH64_32BIT_ABI flag.
1150 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
1151 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
1152 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
1153 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
1154 (sh_elf_relocate_section) <local symbol>: Or 1 in
1155 calculation of relocation if sym->st_other & STO_SH5_ISA32.
1156 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
1157 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
1158 relocation.
1159 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1160 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
1161 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
1162 Regenerate dependencies.
1163 * Makefile.in: Regenerate.
1164 * archures.c: Add bfd_mach_sh5.
1165 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
1166 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
1167 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
1168 * configure: Regenerate.
1169 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
1170 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
1171 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
1172 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
1173 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
1174 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
1175 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
1176 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
1177 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
1178 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
1179 in item for SH5.
1180 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
1181 for SHmedia relocs.
1182 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
1183 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
1184 shmedia_prepare_reloc, goto final_link_relocate if it returns
1185 non-zero, else fail as before.
1186 (sh_elf_set_mach_from_flags): Provide function only if not defined
1187 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
1188 (sh_elf_set_private_flags): Provide function only if not defined
1189 as a macro.
1190 (sh_elf_copy_private_data): Similar.
1191 (sh_elf_merge_private_data): Similar.
1192 * section.c (SEC_SH_ISA_SHMEDIA): New.
1193 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
1194 * elf32-sh64.c: New file.
1195 * libbfd.h: Regenerate.
1196 * bfd-in2.h: Regenerate.
1197 * po/POTFILES.in: Regenerate.
1198 * po/bfd.pot: Regenerate.
1199 * bfd-in2.h: Regenerate.
1200 * libbfd.h: Regenerate.
1201
1202 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
1203
1204 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
1205 been included, not drag it in.
1206 * bfd-in2.h: Regenerate.
1207
1208 2002-02-06 H.J. Lu (hjl@gnu.org)
1209
1210 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
1211 the mach and ISA fields if necessary.
1212
1213 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1214
1215 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
1216 ARM architecture when an F_ARM_5 flag is detected, since we cannot
1217 be sure exactly which architecture this represents.
1218
1219 2002-02-05 Nick Clifton <nickc@redhat.com>
1220
1221 * po/tr.po: Updated translation.
1222
1223 2002-02-05 Alan Modra <amodra@bigpond.net.au>
1224
1225 From Jimi X <jimix@watson.ibm.com>
1226 * archures (bfd_mach_ppc64): Define.
1227 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
1228 (bfd_powerpc_arch): Define.
1229 * bfd-in2.h: Regenerate.
1230 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
1231 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
1232 (bfd_powerpc_archs): Add default powerpc64 arch.
1233
1234 2002-02-05 Alan Modra <amodra@bigpond.net.au>
1235
1236 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
1237 against section syms in readonly sections. Don't do the global
1238 sym check if we find one.
1239 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
1240 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
1241 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1242 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
1243 (elf_s390_grok_prstatus): Add missing prototype.
1244
1245 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1246
1247 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
1248 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
1249 Call bfd_get_section_by_name only once. Initialize
1250 bpodata->n_bpo_relocs_this_section.
1251 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
1252 referring to DSOs.
1253 (bpo_reloc_request_sort_fn): Don't use difference of values as
1254 return-value.
1255
1256 2002-02-02 David O'Brien <obrien@FreeBSD>
1257
1258 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
1259 version 4.5 and later the same as 5-CURRENT.
1260 * configure: Re-generate.
1261
1262 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1263
1264 * config.bfd (hppa*-*-netbsd*): New target.
1265
1266 2002-01-31 Philipp Thomas <pthomas@suse.de>
1267
1268 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
1269 to front of message. Unify messages with elf32-arm.h. Use
1270 commas where neccessary.
1271 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
1272 ERROR in messages. Unify messages with coff-arm.c. Correct
1273 VFP/FPA error message.
1274 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
1275 APCS-32 for translation.
1276
1277 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1278
1279 Perform on-demand global register allocation from
1280 R_MMIX_BASE_PLUS_OFFSET relocs.
1281 * elf64-mmix.c (struct bpo_reloc_section_info, struct
1282 bpo_reloc_request, struct bpo_greg_section_info): New.
1283 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
1284 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
1285 _bfd_mmix_check_all_relocs,
1286 _bfd_mmix_prepare_linker_allocated_gregs,
1287 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
1288 (elf_mmix_howto_table): Correct src_mask for most relocs.
1289 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
1290 case.
1291 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
1292 case. Fix typo in comment. New label do_mmix_reloc.
1293 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
1294 store first object file with a base-plus-offset reloc. Call
1295 mmix_elf_check_common_relocs for the part common with mmo.
1296 (mmix_elf_final_link): Write out linker-allocated register
1297 contents section.
1298 (elf_backend_gc_sweep_hook): Define.
1299 (bfd_elf64_bfd_relax_section): Define.
1300
1301 * mmo.c: Don't include <ctype.h>
1302 (mmo_init): Correct init-once logic.
1303
1304 2002-02-01 Tom Rix <trix@redhat.com>
1305
1306 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
1307
1308 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1309
1310 * Makefile.am: Run "make dep-am"
1311 * Makefile.in: Regenerate.
1312
1313 2002-01-31 David O'Brien <obrien@FreeBSD>
1314
1315 * configure.in: Recognize the differences in core files from FreeBSD
1316 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
1317 5-CURRENT.
1318 * configure: Regenerate.
1319
1320 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1321
1322 * coff-or32.c: New file.
1323 * cpu-or32.c: New file.
1324 * elf32-or32.c: New file.
1325 * archures.c: Add support for or32.
1326 * targets.c: Add support for or32.
1327 * bfd-in2.h: Regenerate.
1328 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
1329 coff_write_object_contents): Add support for or32.
1330 * config.bfd: Add target.
1331 * configure.in: Add support for or32.
1332 * configure: Regenerate.
1333 * Makefile.am: Add support for or32.
1334 * Makefile.in: Regenerate.
1335 * po/SRC-POTFILES.in: Add or32 files.
1336 * po/bfd.pot: Regenerate.
1337
1338 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
1339 Don Lindsay <lindsayd@cisco.com>
1340
1341 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
1342 false' with a return of a bfd_reloc_ error code.
1343
1344 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
1345
1346 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
1347 unexport unreferenced symbols when --export-dynamic. Call
1348 _bfd_elf_strtab_delref when unexporting.
1349
1350 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1351
1352 * bfd-in.h: Include <stdbool.h> if it is available.
1353 * bfd-in2.h: Regenerated.
1354
1355 2002-01-31 Alan Modra <amodra@bigpond.net.au>
1356
1357 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
1358 not go via the plt.
1359
1360 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1361
1362 * archures.c: Tidy up formatting of embedded comments.
1363 * bfd.c: Tidy up formatting of embedded comments.
1364 * bfd-in.h: Fix formatting of comments.
1365 * reloc.c: Tidy up formatting of ordinary & embedded comments.
1366 * section.c: Tidy up formatting of embedded comments.
1367 * syms.c: Tidy up formatting of embedded comments.
1368 * targets.c: Tidy up formatting of embedded comments.
1369
1370 * bfd-in2.h: Regenerate.
1371
1372 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1373
1374 * vms-tir.c (cmd_name): New function.
1375 (tir_cmd_name): New function.
1376 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
1377 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
1378 Fix formatting.
1379
1380 * peXXigen.c (pe_print_idata): Rearrange message to aid in
1381 translation.
1382 (pe_print_pdata): Rearrange message to aid in translation.
1383
1384 * libbfd.c (warn_deprecated): Rearrange error message to aid in
1385 translation.
1386
1387 * ihex.c (ihex_write_object_contents): Fix spelling typo.
1388
1389 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
1390
1391 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
1392 message to aid in translation.
1393
1394 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
1395 to aid in translation.
1396
1397 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
1398
1399 2002-01-30 Philipp Thomas <pthomas@suse.de>
1400
1401 * coff-arm.c, elf32-elf.h: Unify messages.
1402
1403 2002-01-30 Nick Clifton <nickc@redhat.com>
1404
1405 * po/sv.po: Updated translation.
1406
1407 2002-01-30 Philipp Thomas <pthomas@suse.de>
1408
1409 * dwarf2.c (read_abbrev): Use full section name in error message.
1410 (decode_line_info): Likewise.
1411
1412 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
1413 message.
1414
1415 2002-01-30 Alan Modra <amodra@bigpond.net.au>
1416
1417 * elf64-ppc.c (func_desc_adjust): Only provide missing function
1418 descriptor symbols for undefined function code syms. Clear
1419 ELF_LINK_NON_ELF so that they can stay weak.
1420
1421 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1422 Mitch Lichtenberg <mpl@broadcom.com>
1423
1424 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
1425 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
1426 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
1427 generation.
1428 * bfd-in2.h: Regenerate.
1429
1430 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1431
1432 * elf32-mips.c: Add additional comments about HI16 relocation
1433 processing.
1434 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
1435 pc-relative relocations. (Reverts change made on 2001-10-31.)
1436 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
1437 for pc-relative relocations.
1438 (mips_elf_calculate_relocation): Add a comment about a kludge
1439 in the R_MIPS_GNU_REL_HI16 handling.
1440 (_bfd_mips_elf_relocate_section): Implement that kludge;
1441 adjust pc-relative HI16 relocation for difference in HI16 and
1442 LO16 addresses, since it can't easily be done in
1443 mips_elf_calculate_relocation.
1444
1445 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
1446
1447 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
1448 relocations with PC32 relocations for undefined or weak symbols.
1449 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
1450 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
1451
1452 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
1453
1454 * elfcore.h (elf_core_file_p): Improve comment for last change.
1455
1456 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1457
1458 * configure: Regenerated.
1459
1460 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
1461
1462 * elfcore.h (elf_core_file_p): Set the machine architecture
1463 before processing the program headers.
1464
1465 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1466
1467 * configure.in <64-bit configuration>: If using gcc, check and
1468 emit error for egcs-1.1.2.
1469 * configure: Regenerate.
1470
1471 2002-01-26 Egor Duda <deo@logos-m.ru>
1472
1473 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
1474 as possible to avoid stack corruption.
1475
1476 2002-01-26 Richard Henderson <rth@redhat.com>
1477
1478 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
1479 for non-allocated sections.
1480
1481 2002-01-25 Mark Kettenis <kettenis@gnu.org>
1482
1483 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
1484 prstat.pr_reg even if it is a struct.
1485
1486 2002-01-25 Steve Ellcey <sje@cup.hp.com>
1487
1488 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
1489
1490 2002-01-25 Philipp Thomas <pthomas@suse.de>
1491
1492 * coffgen.c (coff_print_symbol): Don't mark info message
1493 for translation.
1494
1495 2002-01-25 Nick Clifton <nickc@redhat.com>
1496
1497 * po/fr.po: Updated translation.
1498 * po/es.po: Updated translation.
1499
1500 2002-01-25 Philipp Thomas <pthomas@suse.de>
1501
1502 * coff-alpha.c (alpha_relocate_section): Unify warning message
1503 for GP relative relocations without GP defined.
1504 * coff-mips.c (mips_relocate_section): Likewise.
1505
1506 2002-01-25 Alan Modra <amodra@bigpond.net.au>
1507
1508 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
1509 unsigned overflow when new_offset < old_offset.
1510
1511 2002-01-24 Philipp Thomas <pthomas@suse.de>
1512
1513 * bfd.c (_bfd_abort): Fix typo.
1514
1515 2002-01-23 Richard Henderson <rth@redhat.com>
1516
1517 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
1518 plt entries for undefweak symbols.
1519
1520 2002-01-23 Steve Ellcey <sje@cup.hp.com>
1521
1522 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
1523 DEFAULT_VECTOR.
1524 (bfd_elf64_ia64_hpux_big_vec): Ditto.
1525 (bfd_elf32_h8300_vec): Ditto.
1526
1527 2002-01-23 Alan Modra <amodra@bigpond.net.au>
1528
1529 * elf64-ppc.c: Remove stale part of ABI comment.
1530 (NO_OPD_RELOCS): Define.
1531 (ppc64_elf_check_relocs): Use it.
1532 (ppc64_elf_relocate_section): Here too.
1533 (build_one_stub): Don't point function syms at the stub. Instead,
1534 hijack plt.offset.
1535 (ppc64_elf_relocate_section): Check whether REL24 relocs should
1536 really go to the stub. Make all dynamic relocs in opd against
1537 locals.
1538 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
1539 plt.offset.
1540
1541 2002-01-22 Richard Henderson <rth@redhat.com>
1542
1543 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
1544
1545 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1546
1547 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
1548 TOC_BASE_OFF adjustment.
1549
1550 * Makefile.am: Run "make dep-am".
1551 * Makefile.in: Regenerate.
1552 * po/SRC-POTFILES.in: Regenerate.
1553
1554 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
1555
1556 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
1557 host defines.
1558
1559 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
1560
1561 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
1562 Check for and emit error if sgot is NULL at this point.
1563
1564 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1565
1566 * config.bfd (ia64*-*-netbsd*): New target.
1567
1568 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1569
1570 * som.c (som_write_space_strings): Comment typo fix.
1571
1572 2002-01-21 Alan Modra <amodra@bigpond.net.au>
1573
1574 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
1575 is_func_descriptor fields.
1576 (link_hash_newfunc): Init them.
1577 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
1578 dot are candidates for plt entries. When processing .opd relocs,
1579 set function descriptor strings to point inside function code
1580 string, and set new ppc_link_hash_entry fields.
1581 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
1582 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
1583 function descriptors. It's now done in..
1584 (func_desc_adjust): New.
1585 (ppc64_elf_func_desc_adjust): New.
1586 (define elf_backend_always_size_sections): Define.
1587 (ppc64_elf_hide_symbol): New.
1588 (define elf_backend_hide_symbol): Define.
1589 (allocate_dynrelocs): Remove code looking up function descriptors
1590 as that has been done earlier.
1591 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
1592 table.
1593 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
1594 up function descriptor.
1595 (build_one_stub): Look up the function code sym. Check for
1596 invalid plt offsets.
1597 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
1598 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
1599
1600 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
1601 boolean param.
1602 (_bfd_elf_link_hash_hide_symbol): Likewise.
1603 * elflink.h (elf_link_add_object_symbols): Adjust call to
1604 elf_backend_hide_symbol.
1605 (elf_fix_symbol_flags): Likewise.
1606 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
1607 than bfd_alloc.
1608 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
1609 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
1610 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1611 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
1612 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
1613 and adjust to suit.
1614 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
1615 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
1616 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1617
1618 2002-01-18 Alan Modra <amodra@bigpond.net.au>
1619
1620 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
1621 dynamic function descriptor symbol, not the associated function
1622 symbol.
1623
1624 2002-01-17 Eric Christopher <echristo@redhat.com>
1625
1626 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
1627
1628 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1629
1630 * po/bfd.pot: Regenerate.
1631 * po/fr.po: Regenerate.
1632
1633 2002-01-17 Alan Modra <amodra@bigpond.net.au>
1634
1635 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
1636 Remove "Elf_Internal_Shdr *" param.
1637 (_bfd_mips_elf_section_from_bfd_section): Ditto.
1638 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
1639 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
1640 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
1641 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
1642 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
1643 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
1644 function to override special sections. Remove hdr arg from
1645 backend call, and don't loop.
1646
1647 2002-01-16 Eric Christopher <echristo@redhat.com>
1648
1649 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
1650 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
1651 relocations requiring gp0 and gp.
1652
1653 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
1654
1655 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
1656 EF_ARM_VFP_FLOAT.
1657 (elf32_arm_print_private_bfd_data): Likewise.
1658
1659 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1660
1661 * po/tr.po: Import new version.
1662
1663 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1664
1665 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
1666 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
1667 (ORI_R0_R0_0): Correct.
1668
1669 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1670
1671 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
1672 when plt_not_loaded.
1673 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
1674 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
1675 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
1676 (ppc64_elf_glink_code): Delete.
1677 (PPC64_ELF_GLINK_SIZE): Delete.
1678 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
1679 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
1680 ORI_R0_R0_0): Define.
1681 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
1682 (struct ppc_link_hash_table): Add sstub and plt_overflow.
1683 (ppc64_elf_link_hash_table_create): Init them.
1684 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
1685 Don't copy to shared lib.
1686 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
1687 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
1688 (allocate_dynrelocs <plt>): Don't change function sym here. Make
1689 room for .stub and .glink code.
1690 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
1691 DT_PPC64_GLINK.
1692 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
1693 bfd_elf64_bfd_final_link.
1694 (bfd_elf64_bfd_final_link): Don't define.
1695 (ppc64_elf_size_stubs): New.
1696 (build_plt_stub): New.
1697 (build_one_stub): New.
1698 (ppc64_elf_build_stubs): New.
1699 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
1700 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
1701 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
1702 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
1703 case output sections not separate. Adjust DT_RELASZ to not
1704 include plt relocs. Set reserved got entry. Set got and plt
1705 entry size.
1706 (elf_backend_got_header_size): Set to 8.
1707 * elf64-ppc.h: New file.
1708
1709 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1710
1711 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
1712 sections, use bfd_section_list_remove.
1713 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1714 * elflink.h (elf_link_add_object_symbols): When removing all
1715 sections, use bfd_section_list_clear.
1716
1717 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1718
1719 * po/sv.po: New file: Swedish translation.
1720 * configure.in (ALL_LINGUAS): Add sv.
1721 * configure: Regenerate.
1722
1723 2002-01-15 Jakub Jelinek <jakub@redhat.com>
1724
1725 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
1726 * elf.c (merge_sections_remove_hook): New function.
1727 (_bfd_elf_merge_sections): Pass it as 3rd argument to
1728 _bfd_merge_sections.
1729 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
1730 * libbfd.h: Rebuilt.
1731 * merge.c (_bfd_merge_sections): Add remove_hook argument.
1732 Call remove_hook if a SEC_EXCLUDE section is encountered.
1733
1734 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1735
1736 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
1737 (xstormy16_reloc_map): Initialise new field with correct howto
1738 table.
1739 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
1740 howto entry.
1741
1742 2002-01-10 Michael Snyder <msnyder@redhat.com>
1743
1744 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
1745 (elfcore_write_pstatus): Use long instead of pid_t;
1746 * elf-bfd.h: Change prototypes to use long instead of pid_t;
1747
1748 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1749
1750 * elf.c: Update copyright years.
1751 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
1752 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
1753
1754 2002-01-08 Michael Snyder <msnyder@redhat.com>
1755
1756 Add capability to write corefile note sections, for gdb.
1757 * elf.c (elfcore_write_note): New function.
1758 (elfcore_write_prpsinfo): New function.
1759 (elfcore_write_prstatus): New function.
1760 (elfcore_write_pstatus): New function.
1761 (elfcore_write_prfpreg): New function.
1762 (elfcore_write_prxfpreg): New function.
1763 * elf-bfd.h: Add prototypes for above functions.
1764
1765 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
1766
1767 * elf.c (elf_fake_sections): Propagate errors from
1768 elf_backend_fake_section.
1769
1770 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1771
1772 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
1773 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
1774 (elf32-sh-nbsd.lo): New rule.
1775 * Makefile.in: Regenerate.
1776 * config.bfd (sh*le-*-netbsdelf*): New target.
1777 (sh*-*-netbsdelf*): New target.
1778 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
1779 (bfd_elf32_shnbsd_vec): New vector.
1780 (bfd_elf32_shlnbsd_vec): New vector.
1781 * configure: Regenerate.
1782 * elf32-sh-nbsd.c: New file.
1783 * targets.c: Update copyright years.
1784 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
1785 bfd_elf32_shnbsd_vec.
1786
1787 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
1788
1789 * coff-rs6000.c (READ20): Use bfd_scan_vma.
1790
1791 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
1792
1793 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
1794 of a symbol in a section that will be deleted.
1795
1796 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1797
1798 * po/es.po: New file: Spanish translation.
1799 * configure.in (ALL_LINGUAS): Add es.
1800 * configure: Regenerate.
1801
1802 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1803
1804 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
1805 argument so we can handle HP-UX specially.
1806 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
1807 (elfNN_hpux_backend_section_from_bfd_section): New for support
1808 of SHN_IA_64_ANSI_COMMON.
1809 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
1810 (is_unwind_section_name): Add special HP-UX support.
1811 (elfNN_ia64_section_from_shdr): Add support for more sections.
1812 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
1813 add support for more sections.
1814 (elfNN_ia64_additional_program_headers): Modify
1815 is_unwind_section_name call.
1816 (elfNN_ia64_modify_segment_map): Remove assumption that there is
1817 only one unwind section in segment.
1818
1819 2002-01-06 Alan Modra <amodra@bigpond.net.au>
1820
1821 * syms.c (_bfd_generic_make_empty_symbol): New function.
1822 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
1823 _bfd_generic_make_empty_symbol.
1824 * libbfd.h: Regenerate.
1825 * bfd-in2.h: Regenerate.
1826 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
1827 (hppabsd_core_get_symtab_upper_bound): Don't define.
1828 (hppabsd_core_get_symtab): Likewise.
1829 (hppabsd_core_print_symbol): Likewise.
1830 (hppabsd_core_get_symbol_info): Likewise.
1831 (hppabsd_core_bfd_is_local_label_name): Likewise.
1832 (hppabsd_core_get_lineno): Likewise.
1833 (hppabsd_core_find_nearest_line): Likewise.
1834 (hppabsd_core_bfd_make_debug_symbol): Likewise.
1835 (hppabsd_core_read_minisymbols): Likewise.
1836 (hppabsd_core_minisymbol_to_symbol): Likewise.
1837 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
1838 Formatting fixes.
1839 * hpux-core.c: Similarly.
1840 * irix-core.c: Similarly.
1841 * osf-core.c: Similarly.
1842 * sco5-core.c: Similarly.
1843 * binary.c (binary_make_empty_symbol): Remove function, define as
1844 _bfd_generic_make_empty_symbol.
1845 * ihex.c (ihex_make_empty_symbol): Likewise.
1846 * mmo.c (mmo_make_empty_symbol): Likewise.
1847 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
1848 * srec.c (srec_make_empty_symbol): Likewise.
1849 * versados.c (versados_make_empty_symbol): Likewise.
1850 * vms.c (_bfd_vms_make_empty_symbol): Remove.
1851 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
1852 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
1853 rather than _bfd_vms_make_empty_symbol.
1854 * vms-misc.c (new_symbol): Likewise.
1855
1856 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1857
1858 * section.c (bfd_section_init): Remove unnecessary initialisations.
1859 (bfd_section_list_clear): New function.
1860 (bfd_section_list_remove, bfd_section_list_insert): New macros.
1861 (_bfd_strip_section_from_output): Use them.
1862 * coffcode.h (coff_set_alignment_hook): Likewise.
1863 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
1864 * elf64-mips.c (mips_elf64_final_link): Likewise.
1865 * elf64-mmix.c (mmix_elf_final_link): Likewise.
1866 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1867 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1868 * bfd-in2.h: Regenerate.
1869
1870 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
1871 rather than doing our own section handling. Clean up after errors
1872 with bfd_release and bfd_section_list_clear. Handle unexpected
1873 flags.
1874 * aoutf1.h (sunos4_core_file_p): Likewise.
1875 * aix386-core.c (aix386_core_file_p): Likewise.
1876 * cisco-core.c (cisco_core_file_validate): Likewise.
1877 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1878 * trad-core.c (trad_unix_core_file_p): Likewise.
1879
1880 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
1881 with bfd_release and bfd_section_list_clear.
1882 * hpux-core.c (hpux_core_core_file_p): Likewise.
1883 * irix-core.c (irix_core_core_file_p): Likewise.
1884 * lynx-core.c (lynx_core_file_p): Likewise.
1885 * osf-core.c (osf_core_core_file_p): Likewise.
1886 * rs6000-core.c (rs6000coff_core_p): Likewise.
1887 * sco5-core.c (sco5_core_file_p): Likewise.
1888
1889 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
1890 sign extension adjustments without conditionals.
1891
1892 2002-01-04 Jakub Jelinek <jakub@redhat.com>
1893
1894 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
1895 CIE at .eh_frame start is removed due to no FDEs referencing it.
1896
1897 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1898
1899 * config.bfd (x86_64-*-netbsd*): New target.
1900 * configure.in (x86_64-*-netbsd*): Set COREFILE
1901 to netbsd-core.lo.
1902 * configure: Regenerated.
1903
1904 2002-01-03 Tom Rix <trix@redhat.com>
1905
1906 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
1907 for recent bfd_make_section_anyway change.
1908
1909 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
1910
1911 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1912 R_ARM_THM_PC11 reloc.
1913
1914 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1915
1916 * configure.in (LINGUAS): Add ja.
1917 * configure: Regenerate.
1918 * po/ja.po: Import from translation project's web site.
1919
1920 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1921
1922 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
1923 messages to ease translation into other languages.
1924
1925 For older changes see ChangeLog-0001
1926 \f
1927 Local Variables:
1928 mode: change-log
1929 left-margin: 8
1930 fill-column: 74
1931 version-control: never
1932 End: