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