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