* elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2003-10-29 Alan Modra <amodra@bigpond.net.au>
2
3 * elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
4 sections with the same name.
5 (elfcore_grok_lwpstatus): Likewise.
6 (elfcore_grok_win32pstatus): Likewise.
7 (elfcore_grok_note): Likewise.
8 (elfcore_grok_nto_status): Likewise.
9 (elfcore_grok_nto_gregs): Likewise.
10
11 2003-10-27 Daniel Jacobowitz <drow@mvista.com>
12
13 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
14 objects.
15
16 2003-10-14 Richard Sandiford <rsandifo@redhat.com>
17
18 * elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
19
20 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
21
22 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
23 hash table for real symbols.
24
25 2003-10-23 Michael Snyder <msnyder@redhat.com>
26
27 * section.c (asection): Fix typo in comment.
28
29 2003-10-23 Alan Modra <amodra@bigpond.net.au>
30
31 * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
32 reloc symbol index to it. Don't allow gd syms in shared libs
33 to be optimized.
34 (ppc64_elf_tls_optimize): Adjust get_tls_mask call.
35 (ppc64_elf_size_stubs): Likewise.
36 (ppc64_elf_relocate_section): Check that tls relocs are only used
37 with tls syms, and similarly for non-tls. Correct symbol used
38 when optimizing toc tls code.
39
40 2003-10-22 Nick Clifton <nickc@redhat.com>
41
42 * peicode.h (coff_swap_scnhdr_in): Only remove padding when
43 processing an executable.
44
45 2003-10-22 Jakub Jelinek <jakub@redhat.com>
46
47 * elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
48 field changes.
49 (_bfd_elf_link_assign_sym_version): Likewise.
50 * elflink.h (size_dynamic_sections): Likewise.
51
52 2003-10-21 Alexandre Oliva <aoliva@redhat.com>,
53 Michael Snyder <msnyder@redhat.com>
54
55 * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
56 bfd_mach_sh4a_nofpu): New machine types.
57 * bfd-in2.h: Rebuilt.
58 * cpu-sh.c (compatible): Remove unused function.
59 (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
60 (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
61 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.
62
63 2003-10-21 Wouter van Heyst <wouter@vidicode.nl>
64
65 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct text
66 describing mismatched formats involving the Maverick FP type.
67
68 2003-10-21 Anil Paranjpe <anilp1@KPITCummins.com>
69
70 * binary.c (binary_object_p): Pass machine flag along with
71 architecture.
72
73 2003-10-21 Thorsten Brehm <brehm@gmx.net>
74
75 * archures.c (bfd_default_scan): Add support for mcf528x.
76 * ieee.c (ieee_write_processor): Likewise.
77
78 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
79 Bernardo Innocenti <bernie@develer.com>
80
81 * archures.c: Add MCF528x (MCFv4) support.
82 * bfd/cpu-m68k.c (arch_info_struct): Likewise.
83 * bfd-in2.h: Regenerate.
84
85 2003-10-20 Andrew Cagney <cagney@redhat.com>
86
87 * targets.c: Replace "struct sec" with "struct bfd_section"
88 * syms.c, sparclynx.c, section.c, opncls.c: Ditto.
89 * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
90 * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
91 * aout-tic30.c, aout-target.h:
92 * bfd-in2.h, libcoff.h, libbfd.h: Regenerate.
93
94 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
95
96 Support linker relaxation of new R_MMIX_PUSHJ_STUBBABLE relocs.
97 * elf64-mmix.c (MAX_PUSHJ_STUB_SIZE): New macro.
98 (struct _mmix_elf_section_data): New member pjs.
99 (mmix_set_relaxable_size, mmix_elf_get_section_contents): New
100 functions.
101 (elf_mmix_howto_table): New entry for R_MMIX_PUSHJ_STUBBABLE.
102 (mmix_reloc_map): Ditto.
103 (mmix_elf_relocate_section): Handle R_MMIX_PUSHJ_STUBBABLE.
104 (mmix_final_link_relocate, mmix_elf_check_common_relocs): Ditto.
105 (mmix_elf_perform_relocation): Ditto. Don't mark parameter addr
106 unused.
107 (mmix_elf_check_relocs): Move early return to after
108 mmix_elf_check_common_relocs call.
109 (mmix_elf_symbol_processing): Fix cut-and-pasto in head comment.
110 (_bfd_mmix_before_linker_allocation): Rename from
111 _bfd_mmix_prepare_linker_allocated_gregs. All referers changed.
112 Arrange to set the initial relaxable size of sections.
113 (_bfd_mmix_after_linker_allocation): Rename from
114 _bfd_mmix_finalize_linker_allocated_gregs.
115 (mmix_elf_relax_section): Relax a R_MMIX_PUSHJ_STUBBABLE reloc.
116 (bfd_elf64_get_section_contents): Define.
117 * reloc.c: Add ENUMX for BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
118 * libbfd.h, bfd-in2.h: Regenerate.
119
120 * reloc.c (bfd_generic_relax_section): Default-set
121 section->_cooked_size here.
122 (bfd_generic_get_relocated_section_contents): Don't set it here.
123 Explain why.
124
125 2003-10-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
126
127 * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if
128 output section has been discarded.
129
130 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
131
132 * coff-h8300.c (funcvec_hash_newfunc): Handle normal mode.
133 (h8300_reloc16_extra_cases): Likewise.
134 (h8300_bfd_link_add_symbols): Likewise.
135
136 2003-10-17 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
137
138 * cpu-h8300.c (h8300sxn_info_struct): Correct address size.
139 (h8300sn_info_struct): Likewise.
140 (h8300hn_info_struct): Likewise.
141
142 2003-10-16 Pavel Roskin <proski@gnu.org>
143
144 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size
145 for sections which lack size info.
146
147 2003-10-17 Danny Smith <dannysmith@users.sourceforge.net>
148
149 * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
150 mingw32.
151
152 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
153
154 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
155 undefined patterns with '*'.
156
157 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
158
159 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
160 use the last CIE from a different section.
161 (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
162 size of the output section.
163
164 2003-10-07 Roland McGrath <roland@redhat.com>
165
166 * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
167 new section from p_align header field.
168
169 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
170
171 * elf32-xtensa.c (xtensa_read_table_entries): The external size
172 of entry is 8 bytes.
173
174 2003-10-15 Andrew Cagney <cagney@redhat.com>
175
176 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
177 with NAME##_canonicalize_symtab.
178 * libcoff-in.h (coff_canonicalize_symtab): Update.
179 * xsym.h (bfd_sym_canonicalize_symtab): Update.
180 * elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
181 * coffgen.c (coff_canonicalize_symtab): Update.
182 * libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
183 * libnlm.h (nlmNAME(canonicalize_symtab)): Update.
184 * ieee.c (ieee_vec): Update comment.
185 * libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
186 * mmo.c (mmo_canonicalize_symtab): Update.
187 * nlm-target.h (nlm_canonicalize_symtab): Update.
188 * nlmcode.h (nlm_canonicalize_symtab): Update.
189 * i386msdos.c (msdos_canonicalize_symtab): Update.
190 * hp300hpux.c (MY (canonicalize_symtab)): Update.
191 * oasys.c (oasys_canonicalize_symtab): Update.
192 * som.c (som_canonicalize_symtab): Update.
193 * pef.c (bfd_pef_canonicalize_symtab): Update.
194 * nlmcode.h (nlm_canonicalize_symtab): Update.
195 * xsym.c (bfd_sym_canonicalize_symtab): Update.
196 * vms.c (vms_canonicalize_symtab): Update.
197 * versados.c (versados_canonicalize_symtab): Update.
198 * mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
199 * ieee.c (ieee_canonicalize_symtab): Update.
200 * pdp11.c (NAME(aout,canonicalize_symtab)): Update.
201 * reloc.c: Update comment.
202 * libaout.h (NAME(aout,canonicalize_symtab)): Update.
203 * coff64-rs6000.c (aix5coff64_vec): Update.
204 * coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
205 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
206 * aoutx.h (NAME(aout,canonicalize_symtab)): Update.
207 * elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
208 * hp300hpux.c (MY_canonicalize_symtab): Update.
209 * ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
210 * aout-tic30.c (MY_canonicalize_symtab): Update.
211 * aout-target.h (MY_canonicalize_symtab): Update.
212 * ppcboot.c (ppcboot_canonicalize_symtab): Update.
213 * elf.c (_bfd_elf_canonicalize_symtab): Update.
214 * elfcode.h (elf_canonicalize_symtab): Update.
215 * ihex.c (ihex_canonicalize_symtab): Update.
216 * tekhex.c (tekhex_canonicalize_symtab): Update.
217 * binary.c (binary_canonicalize_symtab): Update.
218 * srec.c (srec_canonicalize_symtab): Update.
219
220 2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
221
222 * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
223
224 2003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
225
226 * elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
227 relocations.
228 (sh_elf_check_relocs): Likewise.
229
230 * elf32-sh64.c (elf_backend_merge_symbol_attribute): Define.
231 (sh64_elf_merge_symbol_attribute): New.
232 * elf64-sh64.c (elf_backend_merge_symbol_attribute): Define.
233 (sh64_elf64_merge_symbol_attribute): New.
234
235 2003-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
236
237 * elf-bfd.h (struct elf_backend_data): New function pointer member
238 elf_backend_merge_symbol_attribute.
239 * elflink.h (elf_link_add_object_symbols): Adjust call to
240 elf_backend_merge_symbol_attribute if the backend defined it.
241 * elfxx-target.h (elf_backend_merge_symbol_attribute): New macro.
242 (elfNN_bed): Add that to the initializer.
243
244 2003-10-14 Bob Wilson <bob.wilson@acm.org>
245
246 * elf32-xtensa.c (get_is_linkonce_section): Delete.
247 (xtensa_is_property_section, xtensa_is_littable_section): Use
248 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Do not recognize
249 linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
250 (xtensa_get_property_section_name): Check section name instead of
251 calling get_is_linkonce_section. Remove unused bfd parameter. Use
252 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Never generate
253 linkonce section names by appending ".xt.insn" or ".xt.lit".
254 (xtensa_read_table_entries): Remove bfd argument in call to
255 xtensa_get_property_section_name. Free section name when done.
256 (elf_xtensa_combine_prop_entries): Free leaking table.
257
258 2003-10-13 Richard Sandiford <rsandifo@redht.com>
259
260 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
261 DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries.
262 (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them. Don't
263 handle DT_MIPS_MSYM. Set DT_RELSZ based on the number of relocations
264 that were needed.
265 (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
266 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
267
268 2003-10-13 H.J. Lu <hongjiu.lu@intel.com>
269
270 * bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
271 (bfd_elf64_ia64_after_parse): Likewise.
272 * bfd-in2.h: Regenerated.
273
274 * elfxx-ia64.c (oor_ip): New.
275 (oor_branch_size): Likewise.
276 (bfd_elfNN_ia64_after_parse): Likewise.
277 (elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
278 equals sizeof (oor_ip).
279
280 2003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
281
282 * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the
283 renumbering of some relocation numbers.
284
285 2003-10-11 Alan Modra <amodra@bigpond.net.au>
286
287 * coff-sh.c: Move definition of MAP and guard more code with
288 COFF_IMAGE_WITH_PE.
289
290 * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
291 * bfd-in2.h: Regenerate.
292
293 2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
294
295 * Makefile.am: Run "make dep-am".
296 * Makefile.in: Regenerate.
297 * doc/Makefile.in: Likewise.
298
299 2003-10-09 H.J. Lu <hongjiu.lu@intel.com>
300
301 * cofflink.c: Include "safe-ctype.h".
302 (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
303
304 2003-10-08 Dave Brolley <brolley@redhat.com>
305 On behalf of Michael Snyder <msnyder@redhat.com>
306
307 * archures.c: Add FRV fr550 machine.
308 * cpu-frv.c: Ditto.
309 * elf32-frv.c: Ditto.
310 * bfd-in2.h: Regenerate.
311
312 2003-10-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
313
314 * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub code
315 for non-SGI N64 ABI. Improve code consitency.
316
317 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
318
319 * elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
320 rightshift to 2.
321
322 2003-10-07 Nathan Sidwell <nathan@codesourcery.com>
323
324 * libbfd-in.h (_bfd_link_section_stabs): Add string offset
325 parameter.
326 * cofflink.c (coff_link_add_symbols): Deal with split stab
327 sections.
328 * elflink.h (elf_link_add_object_symbols): Deal with split stab
329 sections.
330 * stabs.c (_bfd_link_section_stabs): Add string offset parameter.
331 * libbfd.h: Regenerated.
332
333 * coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
334 overflow, set reloc start position to after the count
335 reloc. Subtract one from num relocs. Give error on 0xffff relocs
336 and no overflow.
337 * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
338 overflow.
339 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
340 0xffff.
341
342 2003-10-06 H.J. Lu <hongjiu.lu@intel.com>
343
344 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
345 last CIE/FDE if needed.
346
347 2003-10-06 Nick Clifton <nickc@redhat.com>
348
349 * targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
350 BFD64 is enabled.
351
352 2003-10-06 Matt Thomas <matt@3am-software.com>
353
354 * config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.
355
356 2003-10-06 Robert Millan <robertmh@gnu.org>
357
358 * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
359 * config.bfd: Likewise.
360 * configure: Regenerate.
361
362 2003-10-04 Christian Groessler <chris@groessler.org>
363
364 * coff-z8k.c (extra_case): Fix displacement length check for R_JR
365 and R_CALLR.
366
367 2003-10-04 Stephane Carrez <stcarrez@nerim.fr>
368
369 * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.
370 * elf32-m68hc11.c: Likewise.
371 * elf32-m68hc12.c: Likewise.
372 * elf32-m68hc1x.h: Likewise.
373
374 2003-10-04 Stephane Carrez <stcarrez@nerim.fr>
375
376 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix merge
377 of flags between HC12 and HCS12.
378
379 2003-10-04 Bryce McKinlay <bryce@mckinlay.net.nz>
380
381 * merge.c (_bfd_merge_sections): Set SEC_EXCLUDE flag on sections
382 which become empty after merging.
383
384 2003-09-30 Jakub Jelinek <jakub@redhat.com>
385
386 * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,
387 R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
388
389 2003-09-30 Chris Demetriou <cgd@broadcom.com>
390
391 * archures.c (bfd_mach_mipsisa64r2): New define.
392 * bfd-in2.h: Regenerate.
393 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2.
394 * cpu-mips.c (I_mipsisa64r2): New enum value.
395 (arch_info_struct): Add entry for I_mipsisa64r2.
396 * elfxx-mips.c (_bfd_elf_mips_mach)
397 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2.
398 (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case.
399 (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2.
400
401 2003-09-29 H.J. Lu <hongjiu.lu@intel.com>
402
403 * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New.
404 Handle SHN_IA_64_ANSI_COMMON.
405 (elf_backend_section_from_bfd_section): Defined.
406
407 2003-09-26 H.J. Lu <hongjiu.lu@intel.com>
408
409 * elflink.c (elf_link_read_relocs_from_section): Add an argument
410 of a pointer to section. Check bad symbol index.
411 (_bfd_elf_link_read_relocs): Modify calls to
412 elf_link_read_relocs_from_section.
413
414 2003-09-23 DJ Delorie <dj@redhat.com>
415
416 * elf32-sh.c (sh_elf_howto_table): R_SH_SWITCH8,
417 R_SH_GNU_VTINHERIT, R_SH_GNU_VTENTRY,
418 R_SH_LOOP_START,R_SH_LOOP_END moved to "reserved" spaces,
419 R_SH_DIR16, R_SH_DIR8, R_SH_DIR8UL, R_SH_DIR8UW, R_SH_DIR8U,
420 R_SH_DIR8SW, R_SH_DIR8S, R_SH_DIR4UL, R_SH_DIR4UW, R_SH_DIR4U,
421 R_SH_PSHA, R_SH_PSHL added.
422 (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.
423 (sh_elf_relocate_section): Support new relocs.
424
425 2003-09-23 Bob Wilson <bob.wilson@acm.org>
426
427 * elf32-xtensa.c (elf_xtensa_relocate_section): Fix typo that clobbered
428 dynamic relocation offsets.
429
430 2003-09-23 Alan Modra <amodra@bigpond.net.au>
431
432 * simple.c (bfd_simple_get_relocated_section_contents): Free the
433 hash table using _bfd_generic_link_hash_table_free.
434
435 2003-09-23 Alan Modra <amodra@bigpond.net.au>
436
437 * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". Change
438 type of prefix_length and suffix_length to int. Rename "attributes"
439 to "attr". Comment.
440 (_bfd_elf_get_sec_type_attr): Update prototype.
441 * elf.c (get_special_section): Rewrite.
442 (_bfd_elf_get_sec_type_attr): Return struct rather than passing in
443 attr and type pointers.
444 (_bfd_elf_new_section_hook): Adjust for above.
445 (special_sections): Merge suffix with prefix. Set
446 prefix_length for all entries. Set suffix_length appropriately.
447 * elf32-m32r.c (m32r_elf_special_sections): Likewise.
448 * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
449 * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
450 * elf32-mcore.c (mcore_elf_special_sections): Likewise.
451 * elf32-sh64.c (sh64_elf_special_sections): Likewise.
452 * elf32-v850.c (v850_elf_special_sections): Likewise.
453 * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
454 * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
455 * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
456 * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
457 * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
458 * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
459 * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
460 * elf32-ppc.c (ppc_elf_special_sections): Likewise. Fix .plt flags.
461
462 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
463
464 * elf64-alpha.c (elf64_alpha_create_got_section): Initialize
465 ->got if the section already exists.
466
467 2003-09-19 Nathan Sidwell <nathan@codesourcery.com>
468
469 * dwarf2.c (decode_line_info): Cope with an initially empty
470 filename table.
471
472 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
473
474 * acinclude.m4: Include ../config/accross.m4.
475 * aclocal.m4: Regenerated.
476
477 * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
478 or long long.
479 (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
480 (host64): Remove if HOST_64BIT_TYPE is set to long.
481
482 * configure.in (HOST_64BIT_TYPE): Set according to the size of
483 long and long long.
484 (HOST_U_64BIT_TYPE): Likewise.
485 (host64): Likewise.
486 * configure: Regenerated.
487
488 2003-09-19 Alan Modra <amodra@bigpond.net.au>
489
490 * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
491 since some ABIs round up the size of the struct.
492
493 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
494
495 * elflink.c (_bfd_elf_merge_symbol): Allow type change if
496 the old symbol is undefined and the new symbol is defined.
497
498 2003-09-18 Andreas Schwab <schwab@suse.de>
499
500 * simple.c (bfd_simple_get_relocated_section_contents): Use
501 _bfd_generic_link_hash_table_create instead of
502 bfd_link_hash_table_create.
503
504 2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
505
506 * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
507 started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
508
509 2003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
510 Randolph Chung <randolph@tausq.org>
511
512 * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
513 hppa_link_hash_newfunc, hppa_build_one_stub,
514 elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
515 allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
516 elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
517 for generating import stubs for calls to statically linked PIC
518 functions.
519 (hppa_type_of_stub): Don't generate an import stub for calls to
520 statically linked pic functions. Generate import stubs for calls
521 in a shared object, to functions not in a regular file, and to
522 defined weak functions. Add new argument INFO.
523 (hppa_build_one_stub): Don't undef ADDIL_DP.
524 (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
525 (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
526 (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
527 non-shared link. Convert instructions that use the the linkage table
528 pointer, or a facsimile thereof, to use the global data pointer when
529 the reloc has been changed.
530
531 2003-09-08 Joel Brobecker <brobecker@gnat.com>
532
533 * archures.c: Add new machine names for hppa.
534 * bfd-in2.h: Regenerate.
535 * cpu-hppa.c: Use the new machine names.
536
537 2003-09-06 Stephane Carrez <stcarrez@nerim.fr>
538
539 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
540 all_local_syms member.
541 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
542 to get the local symbols.
543
544 2003-09-06 Stephane Carrez <stcarrez@nerim.fr>
545
546 * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
547 (elf_backend_special_sections): Define.a
548
549 PR savannah/4950:
550 * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
551 section is read-only.
552
553 2003-09-04 Nick Clifton <nickc@redhat.com>
554
555 * archures.c (bfd_mach_v850e1): Define.
556 * bfd-in2.h: Regenerate.
557 * cpu-v850.h (scan): Accept bfd_mach_v850e1.
558 (arch_info_struct): Include an entry for bfd_mach_v850e1.
559 * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
560 (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
561 (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
562 (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
563 linked with v850e binaries. Mark the output as v850e.
564
565 2003-09-03 Nick Clifton <nickc@redhat.com>
566
567 * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
568 symbols that are used in relocs.
569
570 2003-08-30 Robert Millan <robertmh@gnu.org>
571
572 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
573 * config.bfd: Likewise.
574 * configure: Regenerate.
575
576 2003-08-31 Christian Groessler <chris@groessler.org>
577
578 * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
579 instead of returning bfd_reloc_continue.
580
581 2003-08-31 Andreas Jaeger <aj@suse.de>
582
583 * merge.c: Update to ISO C90.
584
585 2003-08-27 Ian Lance Taylor <ian@airs.com>
586
587 * configure.in: Check for strtoull.
588 * bfd.c (bfd_scan_vma): Use strtoull when available.
589 * configure, config.in: Regenerate.
590
591 * configure.in: Define and substitute BFD_HOST_LONG_LONG.
592 * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than
593 __GNUC__ when deciding whether to use long long for
594 BFD_HOST_64_BIT.
595 * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
596
597 2003-08-27 Christian Groessler <chris@groessler.org>
598
599 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
600 i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
601 functions.
602 (elf32_i860_howto_table): Insert the new functions as
603 'special_function's in the proper reloc type entries.
604
605 2003-08-27 Richard Sandiford <rsandifo@redhat.com>
606
607 * elf32-frv.c (elf32_frv_relocate_section): Use
608 _bfd_elf_rela_local_sym.
609
610 2003-08-26 Michael Snyder <msnyder@redhat.com>
611
612 * cpu-frv.c: Remove unused enum.
613
614 2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
615
616 * reloc.c: Fix documentation for MIPS ELF relocations.
617 libbfd.h: Regenerate.
618 bfd-in2.h: Regenerate.
619
620 2003-08-24 Jason Eckhardt <jle@rice.edu>
621
622 * coff-i860.c (CALC_ADDEND): Define to be a no-op.
623
624 2003-08-24 Jason Eckhardt <jle@rice.edu>
625
626 * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
627 shift by 2 before storing the relocated value.
628
629 2003-08-23 Jason Eckhardt <jle@rice.edu>
630
631 * coff-i860.c (coff_i860_reloc_nyi): New function.
632 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
633 LOWn, SPLITn, and BRADDR.
634 (RTYPE2HOWTO): Check that the r_type is within the howto_table
635 before trying to access the entry.
636 (coff_i860_rtype_to_howto): Likewise.
637 (coff_i860_reloc_type_lookup): New function.
638 (i860_reloc_processing): New function.
639 (coff_bfd_reloc_type_lookup): Define macro.
640 (RELOC_PROCESSING): Define macro.
641 Minor formatting adjustments.
642
643 2003-08-23 Alan Modra <amodra@bigpond.net.au>
644
645 * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
646
647 2003-08-22 H.J. Lu <hongjiu.lu@intel.com>
648
649 * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
650 .got section at 8 bytes.
651
652 2003-08-21 Nick Clifton <nickc@redhat.com>
653
654 * cofflink.c: Update to ISO C90 and tidy up formatting.
655
656 2003-08-21 Randolph Chung <tausq@debian.org>
657
658 * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
659 can have OSABI=Linux or OSABI=SysV. Check for both.
660 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
661
662 2003-08-21 Nick Clifton <nickc@redhat.com>
663
664 * po/sv.po: Updated Swedish translation.
665
666 2003-08-20 Richard Sandiford <rsandifo@redhat.com>
667
668 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
669
670 2003-08-20 Nick Clifton <nickc@redhat.com>
671
672 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
673 replace some duplicated code in most elfxx-xxxx.c files. This
674 version uses the new fields in bfd_link_info.
675
676 * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
677 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
678 * elf32-cris.c (cris_elf_relocate_section): Likewise.
679 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
680 * elf32-i386.c (elf_i386_relocate_section): Likewise.
681 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
682 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
683 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
684 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
685 * elf32-s390.c (elf_s390_relocate_section): Likewise.
686 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
687 * elf32-vax.c (elf_vax_relocate_section): Likewise.
688 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
689 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
690 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
691 * elf64-s390.c (elf_s390_relocate_section): Likewise.
692 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
693 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
694 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
695
696 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
697 elf_hppa_remark_useless_dynamic_symbols,
698 elf_hppa_relocate_section): Use the new fields in
699 bfd_link_info structure.
700 * elf32-sh.c (sh_elf_relocate_section): Likewise.
701 * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
702 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
703 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
704 * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
705 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
706
707 * elflink.h (elf_link_output_extsym): Fix test for reporting
708 undefined symbols in shared libraries. Remove redundant test
709 of shlib_undefined when reporting references to forced local
710 symbols.
711
712 2003-08-18 Andreas Schwab <schwab@suse.de>
713
714 * libpei.h (bfd_pe_executable_p): Also recognize efi-app
715 executables.
716
717 2003-08-17 Hans-Peter Nilsson <hp@bitrange.com>
718
719 * simple.c (bfd_simple_get_relocated_section_contents): Move
720 reloc_done hack to before first bfd_section_size call. Change all
721 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
722
723 2003-08-16 Alan Modra <amodra@bigpond.net.au>
724
725 * elf64-ppc.c: Don't include elf/ppc.h.
726
727 2003-08-14 Richard Sandiford <rsandifo@redhat.com>
728
729 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
730 code to work with 64-bit bfds.
731
732 2003-08-14 Alan Modra <amodra@bigpond.net.au>
733
734 * dep-in.sed: Remove libintl.h.
735 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
736 (POTFILES.in): Remove target.
737 * Makefile.in: Regenerate.
738
739 2003-08-12 Alan Modra <amodra@bigpond.net.au>
740
741 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
742 (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
743 use the function sym from the previous reloc.
744
745 2003-08-11 Jakub Jelinek <jakub@redhat.com>
746
747 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
748 fatal if -pie.
749 * elf32-s390.c (elf_s390_relocate_section): Likewise.
750 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
751 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
752 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
753 * elf64-s390.c (elf_s390_relocate_section): Likewise.
754 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
755 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
756 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
757 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
758 (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
759 on undefined symbols if -pie.
760 * elf32-sh.c (sh_elf_relocate_section): Likewise.
761
762 2003-08-11 Alan Modra <amodra@bigpond.net.au>
763
764 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
765 branch to __libc_start_main.
766
767 2003-08-08 Dmitry Diky <diwil@mail.ru>
768
769 * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
770 gcc order.
771 * cpu-msp430.c: Likewise.
772 * elf32-msp430.c: Likewise.
773 * bfd-in2.h: Regenerate.
774
775 2003-08-07 Alan Modra <amodra@bigpond.net.au>
776
777 * elfxx-target.h: Remove PTR cast.
778 * targets.c (bfd_target): Make backend_data const void *.
779 * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
780 * elf-m10300.c: Likewise.
781 * elf.c: Likewise.
782 * elf32-hppa.c: Likewise.
783 * elf32-i386.c: Likewise.
784 * elf32-m68hc1x.c: Likewise.
785 * elf32-ppc.c: Likewise.
786 * elf32-s390.c: Likewise.
787 * elf32-sh.c: Likewise.
788 * elf32-sh64.c: Likewise.
789 * elf32-sparc.c: Likewise.
790 * elf32-xtensa.c: Likewise.
791 * elf64-mips.c: Likewise.
792 * elf64-ppc.c: Likewise.
793 * elf64-s390.c: Likewise.
794 * elf64-sh64.c: Likewise.
795 * elf64-sparc.c: Likewise.
796 * elf64-x86-64.c: Likewise.
797 * elfcode.h: Likewise.
798 * elfcore.h: Likewise.
799 * elflink.c: Likewise.
800 * elflink.h: Likewise.
801 * elfxx-ia64.c: Likewise.
802 * elfxx-mips.c: Likewise.
803 * elfxx-mips.h: Likewise.
804 * elf.c (prep_headers): Remove useless check for null backend_data.
805 * bfd-in2.h: Regenerate.
806
807 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
808 (NAME): Use ## rather than CONCAT4 macro.
809 * elfcode.h: Remove one remaining PARAMS macro.
810 * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
811 * elf-strtab.c: Likewise.
812 * elf-hppa.h: Likewise.
813 * elf32-hppa.h: Likewise.
814 * elf32-hppa.c: Likewise.
815 (elf32_hppa_add_symbol_hook): Delete.
816 (elf_backend_add_symbol_hook): Don't define.
817 * libhppa.h: Convert to C90. Replace INLINE with inline.
818
819 2003-08-06 Alan Modra <amodra@bigpond.net.au>
820
821 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
822 (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
823 function descriptors, but warn.
824 (ppc_build_one_stub): Remove a couple of vars. Move code creating
825 stub syms so that we can avoid a stub sym if we already have a
826 plt sym. Do not redefine an existing symbol.
827 (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
828 glink.
829
830 2003-08-06 Nick Clifton <nickc@redhat.com>
831
832 * po/fr.po: Updated French translation.
833
834 2003-08-06 Alan Modra <amodra@bigpond.net.au>
835
836 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
837 SEC_LINKER_CREATED.
838
839 2003-08-05 Daniel Jacobowitz <drow@mvista.com>
840
841 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
842 (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
843
844 2003-08-03 Jeff Muizelaar <muizelaar@rogers.com>
845
846 * coffcode.h (coff_slurp_line_table): Return with a warning
847 message if the line number table could not be read.
848
849 2003-08-04 Nick Clifton <nickc@redhat.com>
850
851 * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
852 to messages produced for .gnu.warning.SYMBOL sections.
853
854 2003-08-04 Alan Modra <amodra@bigpond.net.au>
855
856 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
857 * elfcore.h: Likewise.
858 * elflink.c: Likewise.
859 * elflink.h: Likewise.
860 * elf.c (sym_is_global): Remove INLINE.
861 (align_file_position): Replace INLINE with inline.
862 * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
863 (elf_file_p): Replace INLINE with inline.
864
865 2003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
866
867 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
868
869 2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
870
871 * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
872
873 2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
874
875 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
876 ElfNN_External_Rela instead of Elf64_External_Rela.
877
878 2003-08-01 Nick Clifton <nickc@redhat.com>
879
880 * config.bfd: Add code to catch obsolete configurations and warn
881 about them unless --enable-obsolete is used. Use this to mark
882 vax-vms port as obsolete.
883
884 2003-07-30 Alan Modra <amodra@bigpond.net.au>
885
886 * elf32-ppc.c (ppc_elf_install_value): Tidy.
887 (ppc_elf_relax_section): Remove dead code. Remove unnecessary casts.
888 Formatting.
889 * elfxx-target.h: Remove PARAMS macro. Formatting.
890
891 2003-07-30 Alan Modra <amodra@bigpond.net.au>
892
893 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
894 * elf64-ppc.c (get_fdh): New function, split out from
895 ppc64_elf_edit_opd.
896 (ppc64_elf_check_relocs): Use get_fdh.
897 (func_desc_adjust): Likewise. Tidy.
898 (ppc64_elf_edit_opd): Tighten reloc checks. Free local_syms on error
899 exit. Use get_fdh. Account for superfluous dynamic relocs.
900 (ppc64_elf_relocate_section): Warning fix.
901
902 2003-07-30 Jason Eckhardt <jle@rice.edu>
903
904 * coff-i860.c: Convert to ISO C90. Remove superflous prototypes.
905
906 2003-07-30 Jason Eckhardt <jle@rice.edu>
907
908 * elf32-i860.c: Convert to ISO C90. Remove superflous prototypes.
909
910 2003-07-30 Randolph Chung <tausq@debian.org>
911
912 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
913 * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
914
915 2003-07-30 Alan Modra <amodra@bigpond.net.au>
916
917 * elf.c: Convert to C90, remove unnecessary prototypes and casts.
918 Replace PTR with void *. Formatting.
919 (_bfd_elf_assign_file_position_for_section): Remove INLINE.
920 (make_mapping): Likewise.
921
922 2003-07-29 Alan Modra <amodra@bigpond.net.au>
923
924 * elf64-ppc.c (func_desc_adjust): Give linker created function
925 descriptor symbols a size and type.
926 (ppc64_elf_relocate_section): Correct lq insn test.
927
928 2003-07-28 Eric Christopher <echristo@redhat.com>
929
930 * elf32-ppc.c (R_PPC_RELAX32): New relocation.
931 (ppc_elf_install_value): New function.
932 (ppc_elf_sort_rela): Remove.
933 (ppc_elf_relax_section): Rewrite. Remove old relaxation
934 and replace with out of range branch stubs.
935 (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
936
937 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
938
939 * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
940 from input_bfd.
941
942 2003-07-28 Alan Modra <amodra@bigpond.net.au>
943
944 * elf.c (special_sections): Set attributes for .got and .plt.
945
946 2003-07-27 Alan Modra <amodra@bigpond.net.au>
947
948 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
949 on function descriptors.
950 (ELIMINATE_COPY_RELOCS): Expand comment.
951 (ppc64_elf_special_sections): Move. Don't include non-ppc64 sections.
952 Do include ".toc1".
953
954 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
955
956 * elf.c (_bfd_elf_new_section_hook): Set the default section
957 type to SHT_NULL.
958 (elf_fake_sections): Set the section type based on asect->flags
959 if it is SHT_NULL. Don't abort on processor specific section
960 types.
961
962 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
963
964 * bfd-in2.h: Regenerated.
965
966 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
967
968 * elf-bfd.h (bfd_elf_special_section): New.
969 (elf_backend_data): Add special_sections, a pointer to
970 bfd_elf_special_section.
971 (elf_section_type). New.
972 (elf_section_flags): New.
973 (_bfd_elf_get_sec_type_attr): New.
974
975 * elf.c (_bfd_elf_make_section_from_shdr): Always use the
976 real section type/flags.
977 (special_sections): New.
978 (get_special_section): New.
979 (_bfd_elf_get_sec_type_attr): New.
980 (_bfd_elf_new_section_hook): Check special_section to set
981 elf_section_type and elf_section_flags.
982 (elf_fake_sections): Don't use section name to set ELF section
983 data.
984
985 * elf32-m32r.c (m32r_elf_special_sections): New.
986 (elf_backend_special_sections): Defined.
987
988 * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
989 (elf_backend_special_sections): Defined.
990
991 * elf32-mcore.c (mcore_elf_special_sections): New.
992 (elf_backend_special_sections): Defined.
993
994 * elf32-ppc.c (ppc_elf_special_sections): New.
995 (elf_backend_special_sections): Defined.
996
997 * elf32-sh64.c (sh64_elf_special_sections): New.
998 (elf_backend_special_sections): Defined.
999
1000 * elf32-v850.c (v850_elf_special_sections): New.
1001 (elf_backend_special_sections): Defined.
1002
1003 * elf32-xtensa.c (elf_xtensa_special_sections): New.
1004 (elf_backend_special_sections): Defined.
1005
1006 * elf64-alpha.c (elf64_alpha_special_sections): New.
1007 (elf_backend_special_sections): Defined.
1008
1009 * elf64-hppa.c (elf64_hppa_special_sections): New.
1010 (elf_backend_special_sections): Defined.
1011
1012 * elf64-ppc.c (ppc64_elf_special_sections): New.
1013 (elf_backend_special_sections): Defined.
1014
1015 * elf64-sh64.c (sh64_elf64_special_sections): New.
1016 (elf_backend_special_sections): Defined.
1017
1018 * elfxx-ia64.c (elfNN_ia64_special_sections): New.
1019 (elf_backend_special_sections): Defined.
1020
1021 * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
1022
1023 * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
1024 (elf_backend_special_sections): Defined.
1025
1026 * elfxx-target.h (elf_backend_special_sections): New. Default
1027 to NULL.
1028 (elfNN_bed): Initialize special_sections.
1029
1030 * section.c (bfd_abs_section): Remove const.
1031 (bfd_und_section): Likewise.
1032 (bfd_com_section): Likewise.
1033 (bfd_ind_section): Likewise.
1034
1035 2003-07-24 Nick Clifton <nickc@redhat.com>
1036
1037 * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
1038 sections are assigned the LOAD attribute.
1039
1040 2003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1041
1042 * elf32-sh.c: Convert to C90. Replace PTR with void *.
1043 * elf32-sh64-com.c: Likewise.
1044 * elf32-sh64.c: Likewise.
1045 * elf32-sh64.h: Likewise.
1046 * elf64-sh64.c: Likewise.
1047
1048 2003-07-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1049
1050 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1051 (allocate_dynrelocs): Likewise.
1052 (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
1053 (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1054
1055 2003-07-24 Nick Clifton <nickc@redhat.com>
1056
1057 * po/fr.po: Updated French translation.
1058
1059 2003-07-23 Bob Wilson <bob.wilson@acm.org>
1060
1061 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
1062 near the beginning of the file. Swap order of arguments. Call
1063 _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
1064 (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
1065 (elf_xtensa_relocate_section): Likewise.
1066 (shrink_dynamic_reloc_sections): Likewise.
1067
1068 2003-07-23 Bob Wilson <bob.wilson@acm.org>
1069
1070 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
1071 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
1072 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
1073 first printing an error message.
1074 (elf_xtensa_finish_dynamic_sections): Likewise.
1075 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
1076 discarding literal table entries.
1077 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
1078 (elf_xtensa_do_asm_simplify): Likewise.
1079
1080 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
1081
1082 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
1083 we have a local symbol in common section.
1084
1085 2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
1086
1087 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
1088 weak symbols.
1089
1090 2003-07-22 Nick Clifton <nickc@redhat.com>
1091
1092 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
1093 expected RS6000 storage classes.
1094
1095 2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
1096
1097 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
1098 output_bfd unused to silence gcc.
1099
1100 2003-07-21 Nick Clifton <nickc@redhat.com>
1101
1102 * po/sv.po: Updated Swedish translation.
1103
1104 2003-07-21 Alan Modra <amodra@bigpond.net.au>
1105
1106 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
1107 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
1108 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
1109 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
1110 now done in _bfd_elf_symbol_refs_local_p.
1111 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1112 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1113 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1114
1115 2003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
1118
1119 2003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
1122 (SYMBOL_CALLS_LOCAL): Likewise.
1123
1124 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
1125 immediately if symbol isn't defined locally.
1126
1127 2003-07-18 Richard Henderson <rth@redhat.com>
1128
1129 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
1130 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
1131 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
1132 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
1133 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1134 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
1135 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
1136 Update all callers to provide the relocation being resolved.
1137
1138 2003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
1139
1140 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
1141 targ_cflags.
1142
1143 2003-07-17 Nick Clifton <nickc@redhat.com>
1144
1145 * po/es.po: New Spanish translation.
1146 * po/sv.po: New Swedish translation.
1147 * po/opcodes.pot: Regenerate.
1148
1149 2003-07-16 Richard Henderson <rth@redhat.com>
1150
1151 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
1152 * elfxx-ia64.c, targets.c: Likewise.
1153
1154 2003-07-16 Richard Henderson <rth@redhat.com>
1155
1156 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
1157 for symbols defined locally plus -Bsymbolic. Tidy logic.
1158
1159 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
1160
1161 * archures.c (bfd_mach_mips7000): New.
1162 * bfd-in2.h: Regenerated.
1163 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
1164 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
1165 (mips_mach_extensions): Add an entry for it.
1166
1167 2003-07-14 Nick Clifton <nickc@redhat.com>
1168
1169 * po/tr.po: Update with latest version.
1170 * po/SRC-POTFILES.in: Regenerate.
1171 * po/bfd.pot: Regenerate.
1172 * Makfile.in: Regenerate.
1173 * configure: Regenerate.
1174
1175 2003-07-12 Jeff Baker <jbaker@qnx.com>
1176
1177 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
1178 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1179 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1180 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1181
1182 2003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
1183
1184 * coffcode.h (coff_set_section_contents): Set the
1185 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
1186
1187 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
1188
1189 * bfd-in.h (bfd_h8300_pad_address): Declare.
1190 * bfd-in2.h: Regenerate.
1191 * cpu-h8300.c (bfd_h8300_pad_address): New function.
1192 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
1193 addresses before checking whether they can be relaxed.
1194 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
1195 Don't complain about overflows in general 8-bit relocations.
1196 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
1197 Fix handling of R_H8_DIR24A8.
1198
1199 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
1200
1201 * elf32-h8300.c: Convert function prototypes and definitions
1202 to C90 syntax.
1203 * coff-h8300.c: Likewise.
1204 * cpu-h8300.c: Likewise.
1205
1206 2003-07-11 Alan Modra <amodra@bigpond.net.au>
1207
1208 * po/SRC-POTFILES.in: Regenerate.
1209 * po/bfd.pot: Likewise.
1210
1211 2003-07-10 Bob Wilson <bob.wilson@acm.org>
1212
1213 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
1214 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
1215 .xt.lit.plt section.
1216 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
1217 and allocate memory for it.
1218 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
1219 section to the .got.loc section.
1220 (elf_xtensa_finish_dynamic_sections): Fix up call to
1221 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
1222 the address of .got.loc.
1223 (relax_property_section): Shrink .got.loc to match changes in any
1224 literal table section.
1225 (xtensa_is_property_section): Change to match
1226 xtensa_get_property_section_name.
1227 (xtensa_is_littable_section): New.
1228
1229 2003-07-10 H.J. Lu <hongjiu.lu@intel.com>
1230
1231 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
1232 -1LL.
1233
1234 2003-07-10 Alan Modra <amodra@bigpond.net.au>
1235
1236 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
1237 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
1238 Run "make dep-am".
1239 * Makefile.in: Regenerate.
1240
1241 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1242
1243 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1244 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1245 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1246 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
1247 * elf32-am33lin.c: Rename global functions.
1248 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1249 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
1250 * configure.in (bfd_elf32_am33lin_vec): Added.
1251 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
1252 (elf32-am33lin.lo): List dependencies.
1253 * aclocal.m4, configure, Makefile.in: Rebuilt.
1254 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
1255 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
1256 ELF_ARCH was not defined before.
1257 (elf_symbol_leading_char): Define if not defined.
1258 * elf32-am33lin.c: Override the definitions above.
1259 * targets.c (bfd_elf32_am33lin_vec): New.
1260
1261 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
1262
1263 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1264 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
1265 pcrel_relocs_copied.
1266 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
1267 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
1268 ld-linux.so.2 to ld.so.1.
1269 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
1270 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
1271 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
1272 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1273 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
1274 .rela.* section contents with bfd_zalloc.
1275 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
1276 * elf-m10300.c: Added declarations for functions missing them.
1277 Merge some shared-library changes from the i386 back-end. Use
1278 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
1279 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
1280 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
1281 members of elf_link_hash_entry. Adjusted references.
1282 (mn10300_elf_final_link_relocate): dynobj was already loaded
1283 into a local variable, use it.
1284 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
1285 * elf-m10300.c: Add missing function prototypes.
1286 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1287 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
1288 relocation for dynamic relocations.
1289 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1290 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
1291 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
1292 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
1293 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
1294 (_bfd_mn10300_elf_create_got_section): ... here, so that its
1295 adress is already known at the time we compute relaxations.
1296 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
1297 and PLT32 to narrower relocations.
1298 * libbfd.h, bfd-in2.h: Rebuilt.
1299 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
1300 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
1301 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
1302 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
1303 BFD_RELOC_MN10300_RELATIVE): New relocs.
1304 * libbfd.h, bfd-in2.h: Rebuilt.
1305 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
1306 (struct elf32_mn10300_link_hash_entry): Added DSO-related
1307 fields.
1308 (elf_mn10300_howto): Defined new relocation types.
1309 (mn10300_reloc_map): Map them.
1310 (_bfd_mn10300_elf_create_got_section): New fn.
1311 (mn10300_elf_check_relocs): Handle PIC relocs.
1312 (mn10300_elf_final_link_relocate): Likewise.
1313 (mn10300_elf_relocate_section): Handle DSOs.
1314 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
1315 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
1316 elf_mn10300_pic_plt_entry): New.
1317 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
1318 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
1319 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
1320 elf_mn10300_plt_reloc_offset: New macros.
1321 (ELF_DYNAMIC_INTERPRETER): Likewise.
1322 (_bfd_mn10300_elf_create_dynamic_sections): New function.
1323 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
1324 (_bfd_mn10300_elf_discard_copies): Likewise.
1325 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1326 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1327 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
1328 (elf_backend_can_gc_sections,
1329 elf_backend_create_dynamic_sections,
1330 elf_backend_adjust_dynamic_sections,
1331 elf_backend_size_dynamic_sections,
1332 elf_backend_finish_dynamic_symbol,
1333 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1334 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1335 elf_backend_got_header_size, elf_backend_plt_header_size): New
1336 macros.
1337
1338 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
1339
1340 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
1341 * elf-m10300.c (compute_function_info): Account for AM33
1342 registers in `movm' when computing stack space for `call' when
1343 linking for AM33/2.0 link.
1344 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
1345 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
1346 * bfd-in2.h: Rebuilt.
1347 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
1348 * elf-m10300.c: Updated.
1349 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
1350 * archures.c (bfd_mach_am332): Defined.
1351 * bfd-in2.h: Rebuilt.
1352 * cpu-m10300.c (bfd_am332_arch): Defined.
1353 (bfd_am33_arch): Chained with am33-2.
1354 * elf-m10300.c (elf_mn10300_mach): Handle am332.
1355 (_bfd_mn10300_elf_final_write_processing): Likewise.
1356
1357 2003-07-09 H.J. Lu <hongjiu.lu@intel.com>
1358
1359 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
1360
1361 2003-07-10 Alan Modra <amodra@bigpond.net.au>
1362
1363 * elf64-ppc.c (bfd_elf64_mkobject): Define.
1364 (struct ppc64_elf_obj_tdata): New.
1365 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
1366 (ppc64_elf_mkobject): New function.
1367 (struct got_entry): Add "owner". Move "tls_type".
1368 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
1369 (ppc64_elf_init_stub_bfd): New function.
1370 (create_got_section): Create header .got in dynobj. Create .got
1371 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
1372 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
1373 Look for dynobj .got, and test it.
1374 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
1375 (update_local_sym_info): Likewise.
1376 (ppc64_elf_check_relocs): Likewise.
1377 (ppc64_elf_gc_sweep_hook): Likewise.
1378 (ppc64_elf_tls_optimize): Likewise.
1379 (allocate_dynrelocs): Likewise.
1380 (ppc64_elf_size_dynamic_sections): Likewise.
1381 (ppc64_elf_relocate_section): Likewise.
1382 (ppc64_elf_next_toc_section): Update comment.
1383 (toc_adjusting_stub_needed): Remove unneeded cast.
1384 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
1385 testing section flags.
1386 (ppc64_elf_build_stubs): Likewise.
1387 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
1388 (ppc64_elf_finish_dynamic_sections): Write out got sections.
1389 (func_desc_adjust): Copy over dynamic info for undef weaks.
1390 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
1391 (ppc64_elf_size_stubs): Update prototype.
1392 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
1393 input sections rather than scanning dynobj.
1394
1395 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1396
1397 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
1398 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
1399 (mips_elf_create_msym_section): Delete.
1400 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
1401 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1402 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
1403 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
1404 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
1405 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
1406 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1407
1408 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1409
1410 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
1411 symbols protected.
1412
1413 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1414
1415 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
1416 of relocations whose offset is -2.
1417
1418 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1419
1420 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
1421 forced-local symbols like other locals. Don't create relocations
1422 against STN_UNDEF in irix objects.
1423
1424 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1425
1426 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
1427 compatible objects, add the values of defined external symbols
1428 to the addend.
1429
1430 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1431
1432 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
1433 initialize a GOT entry to the symbol's st_value.
1434
1435 2003-07-08 Alan Modra <amodra@bigpond.net.au>
1436
1437 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
1438 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
1439 (ppc_elf_tdata): Define.
1440 (elf_local_ptr_offsets): Adjust.
1441 (ppc_elf_mkobject): New function.
1442 (bfd_elf32_mkobject): Define.
1443
1444 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
1445 * elfcore.h (elf_core_file_p): Likewise.
1446 * section.c (bfd_section_init): Remove prototype.
1447
1448 2003-07-08 Alan Modra <amodra@bigpond.net.au>
1449
1450 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
1451 field.
1452 (enum elf_linker_section_enum): Delete.
1453 (struct elf_linker_section): Delete.
1454 (struct elf_linker_section_pointers): Delete.
1455 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
1456 Make linker_section_pointers a void**.
1457 (elf_local_ptr_offsets, elf_linker_section): Don't define.
1458 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
1459 of old item in elf-bfd.h.
1460 (struct elf_linker_section): Likewise.
1461 (struct elf_linker_section_pointers): Likewise.
1462 (elf_local_ptr_offsets): Define.
1463 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
1464 (ppc_elf_link_hash_newfunc): Init it.
1465 (struct ppc_elf_link_hash_table): Add sbss.
1466 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
1467 individual fields.
1468 (elf_create_linker_section): Fold into..
1469 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
1470 Make rela section here if shared.
1471 (elf_find_pointer_linker_section): Pass lsect rather than enum.
1472 (elf_create_pointer_linker_section): Adjust. zalloc rather than
1473 clearing in a loop.
1474 (elf_finish_pointer_linker_section): Adjust. Don't make rela
1475 section here.
1476 (ppc_elf_check_relocs): Adjust.
1477 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
1478 creating .sbss by hand.
1479 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
1480
1481 2003-07-04 Jakub Jelinek <jakub@redhat.com>
1482
1483 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
1484 complain_overflow_bitfield.
1485 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
1486 complain_overflow_bitfield.
1487
1488 2003-07-04 Jakub Jelinek <jakub@redhat.com>
1489
1490 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
1491 true even if -pie.
1492
1493 2003-07-04 Jakub Jelinek <jakub@redhat.com>
1494
1495 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
1496 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
1497 !info->executable.
1498 (get_fptr): For -pie create .opd as writable section and create
1499 .rela.opd as well.
1500 (elfNN_ia64_check_relocs): Change info->shared into
1501 !info->executable.
1502 (allocate_fptr): Likewise.
1503 (allocate_dynrel_entries): Account for a relative reloc for -pie
1504 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
1505 for undefweak symbol. Account for an IPLT reloc in .rela.opd
1506 section if -pie.
1507 (set_got_entry): Don't create a relative reloc if -pie
1508 want_ltoff_fptr for undefweak symbol.
1509 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
1510 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
1511 @fptr().
1512
1513 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
1514 even if -pie.
1515 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1516 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1517 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1518 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1519 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1520 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1521 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1522 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1523 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1524
1525 2003-07-04 Paul Clarke <paulc@senet.com.au>
1526
1527 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
1528 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
1529 <R_H8_DIR32A16>: Fix type of relocation.
1530
1531 2003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1532
1533 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
1534 sections were created already. Remove unnecessary tests of
1535 the previous change.
1536
1537 2003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1538
1539 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
1540 bfd_make_section for existing sections.
1541
1542 2003-07-04 Alan Modra <amodra@bigpond.net.au>
1543
1544 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
1545 create_got_section if we already have done so.
1546 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1547 (sh_elf_check_relocs): Likewise.
1548 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
1549 htab->root.dynobj instead.
1550 (sh_elf_check_relocs): Likewise.
1551 (sh_elf_finish_dynamic_sections): Likewise.
1552
1553 * section.c (bfd_make_section): Return NULL for existing section.
1554
1555 2003-07-04 Alan Modra <amodra@bigpond.net.au>
1556
1557 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
1558 ppc_elf_create_got if we've already done so.
1559
1560 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
1561 (_bfd_elf_find_pointer_linker_section): Likewise.
1562 (bfd_elf32_create_pointer_linker_section): Likewise.
1563 (bfd_elf32_finish_pointer_linker_section): Likewise.
1564 (bfd_elf64_create_pointer_linker_section): Likewise.
1565 (bfd_elf64_finish_pointer_linker_section): Likewise.
1566 (_bfd_elf_make_linker_section_rela): Likewise.
1567 * elfcode.h (elf_create_pointer_linker_section): Don't define.
1568 (elf_finish_pointer_linker_section): Likewise.
1569 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
1570 (_bfd_elf_create_linker_section): Move this function..
1571 (_bfd_elf_find_pointer_linker_section): ..and this..
1572 * elflink.h (elf_create_pointer_linker_section): ..and this..
1573 (elf_finish_pointer_linker_section): ..and this..
1574 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
1575 calls.
1576 (elf_create_linker_section): Convert to C90, tidy.
1577 (elf_find_pointer_linker_section): Likewise.
1578 (elf_create_pointer_linker_section): Likewise.
1579 (elf_finish_pointer_linker_section): Likewise.
1580 * elf32-i370.c: Delete #if 0 code.
1581
1582 2003-07-02 Alan Modra <amodra@bigpond.net.au>
1583
1584 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
1585 _restf* to be satisfied by shared libs, and always force them local.
1586 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
1587 Correct test for "bl".
1588 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
1589 primary opcode 31.
1590
1591 2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
1592
1593 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
1594 (s390_tls_reloc): New function.
1595 (elf_howto_table): Add long displacement relocations R_390_20,
1596 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
1597 (elf_s390_reloc_type_lookup): Likewise.
1598 (elf_s390_check_relocs): Likewise.
1599 (elf_s390_gc_sweep_hook): Likewise.
1600 (elf_s390_relocate_section): Likewise.
1601 * elf64-s390.c: Same changes as for elf32-s390.c.
1602 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
1603 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
1604 BFD_RELOC_390_TLS_GOTIE20.
1605 * bfd-in2.h: Regenerate.
1606 * libbfd.h: Likewise.
1607
1608 2003-06-30 Alan Modra <amodra@bigpond.net.au>
1609
1610 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
1611 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
1612
1613 2003-06-29 Alan Modra <amodra@bigpond.net.au>
1614
1615 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
1616 Replace PTR with void *. Formatting.
1617 * archive64.c: Likewise.
1618 * archures.c: Likewise.
1619 * bfd-in.h: Likewise.
1620 * bfd.c: Likewise.
1621 * bfdio.c: Likewise.
1622 * bfdwin.c: Likewise.
1623 * cache.c: Likewise.
1624 * corefile.c: Likewise.
1625 * format.c: Likewise.
1626 * init.c: Likewise.
1627 * libbfd-in.h: Likewise.
1628 * libbfd.c: Likewise.
1629 * linker.c: Likewise.
1630 * opncls.c: Likewise.
1631 * reloc.c: Likewise.
1632 * section.c: Likewise.
1633 * simple.c: Likewise.
1634 * syms.c: Likewise.
1635 * targets.c: Likewise.
1636 * bfd-in2.h: Regenerate.
1637 * libbfd.h: Regenerate.
1638
1639 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
1640 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
1641 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
1642 (bfd_getb64): Rewrite without parens.
1643 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1644 * cache.c (insert, snip): Remove INLINE.
1645 * linker.c (bfd_link_add_undef): Likewise.
1646
1647 2003-06-29 Andreas Jaeger <aj@suse.de>
1648
1649 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
1650 unnecessary prototypes. Replace PTR with void *.
1651 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
1652 trim plt entries. Move undefweak non-default visibility test ...
1653 (allocate_dynrelocs): ... from here.
1654 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1655 Change all callers.
1656 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
1657 SYMBOL_REFERENCES_LOCAL for dynreloc check.
1658 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
1659 dynreloc and .got relocs.
1660 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
1661 for .got relocs.
1662
1663 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1664
1665 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
1666
1667 2003-06-27 Nick Clifton <nickc@redhat.com>
1668
1669 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
1670 bfd_add_gnu_debuglink_section and only create the section, do not
1671 fill in its contents.
1672 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
1673 contents of a .gnu-debuglink section.
1674 * bfd-in2.h: Regenerate.
1675
1676 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1677
1678 * elfxx-mips.c: Revert .got alignment to 2**4.
1679
1680 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1681
1682 * elf32-mips.c: Fix addend for _gp_disp special symbol.
1683
1684 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1685
1686 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
1687 relocation header setup.
1688
1689 2003-06-25 Alan Modra <amodra@bigpond.net.au>
1690
1691 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
1692 (ppc_elf_reloc_type_lookup): Modify comment.
1693 (ppc_elf_info_to_howto): Ditto.
1694 (ppc_elf_relocate_section): Ditto.
1695 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
1696
1697 2003-06-25 Alan Modra <amodra@bigpond.net.au>
1698
1699 * aout-ns32k.c: Correct spelling of "relocatable".
1700 * aoutx.h: Likewise.
1701 * bfd-in.h: Likewise.
1702 * bfd.c: Likewise.
1703 * bout.c: Likewise.
1704 * coff-a29k.c: Likewise.
1705 * coff-alpha.c: Likewise.
1706 * coff-arm.c: Likewise.
1707 * coff-i386.c: Likewise.
1708 * coff-i860.c: Likewise.
1709 * coff-i960.c: Likewise.
1710 * coff-m68k.c: Likewise.
1711 * coff-m88k.c: Likewise.
1712 * coff-mcore.c: Likewise.
1713 * coff-mips.c: Likewise.
1714 * coff-or32.c: Likewise.
1715 * coff-ppc.c: Likewise.
1716 * coff-rs6000.c: Likewise.
1717 * coff-sh.c: Likewise.
1718 * coff-tic80.c: Likewise.
1719 * coff64-rs6000.c: Likewise.
1720 * cofflink.c: Likewise.
1721 * cpu-ns32k.c: Likewise.
1722 * ecoff.c: Likewise.
1723 * ecofflink.c: Likewise.
1724 * elf-bfd.h: Likewise.
1725 * elf-eh-frame.c: Likewise.
1726 * elf-hppa.h: Likewise.
1727 * elf-m10200.c: Likewise.
1728 * elf-m10300.c: Likewise.
1729 * elf.c: Likewise.
1730 * elf32-arm.h: Likewise.
1731 * elf32-avr.c: Likewise.
1732 * elf32-cris.c: Likewise.
1733 * elf32-d10v.c: Likewise.
1734 * elf32-dlx.c: Likewise.
1735 * elf32-fr30.c: Likewise.
1736 * elf32-frv.c: Likewise.
1737 * elf32-h8300.c: Likewise.
1738 * elf32-hppa.c: Likewise.
1739 * elf32-i370.c: Likewise.
1740 * elf32-i386.c: Likewise.
1741 * elf32-i860.c: Likewise.
1742 * elf32-i960.c: Likewise.
1743 * elf32-ip2k.c: Likewise.
1744 * elf32-iq2000.c: Likewise.
1745 * elf32-m32r.c: Likewise.
1746 * elf32-m68hc11.c: Likewise.
1747 * elf32-m68hc1x.c: Likewise.
1748 * elf32-m68k.c: Likewise.
1749 * elf32-mcore.c: Likewise.
1750 * elf32-mips.c: Likewise.
1751 * elf32-msp430.c: Likewise.
1752 * elf32-openrisc.c: Likewise.
1753 * elf32-ppc.c: Likewise.
1754 * elf32-s390.c: Likewise.
1755 * elf32-sh.c: Likewise.
1756 * elf32-sh64.c: Likewise.
1757 * elf32-sparc.c: Likewise.
1758 * elf32-v850.c: Likewise.
1759 * elf32-vax.c: Likewise.
1760 * elf32-xstormy16.c: Likewise.
1761 * elf32-xtensa.c: Likewise.
1762 * elf64-alpha.c: Likewise.
1763 * elf64-hppa.c: Likewise.
1764 * elf64-mips.c: Likewise.
1765 * elf64-mmix.c: Likewise.
1766 * elf64-ppc.c: Likewise.
1767 * elf64-s390.c: Likewise.
1768 * elf64-sh64.c: Likewise.
1769 * elf64-sparc.c: Likewise.
1770 * elf64-x86-64.c: Likewise.
1771 * elfcode.h: Likewise.
1772 * elflink.h: Likewise.
1773 * elfn32-mips.c: Likewise.
1774 * elfxx-ia64.c: Likewise.
1775 * elfxx-mips.c: Likewise.
1776 * i386linux.c: Likewise.
1777 * ieee.c: Likewise.
1778 * libcoff-in.h: Likewise.
1779 * linker.c: Likewise.
1780 * m68klinux.c: Likewise.
1781 * pdp11.c: Likewise.
1782 * pe-mips.c: Likewise.
1783 * peXXigen.c: Likewise.
1784 * reloc.c: Likewise.
1785 * reloc16.c: Likewise.
1786 * sparclinux.c: Likewise.
1787 * sunos.c: Likewise.
1788 * syms.c: Likewise.
1789 * versados.c: Likewise.
1790 * vms.c: Likewise.
1791 * xcofflink.c: Likewise.
1792 * bfd-in2.h: Regenerate.
1793 * libcoff.h: Regenerate.
1794 * libbfd.h: Regenerate.
1795
1796 2003-06-24 Alan Modra <amodra@bigpond.net.au>
1797
1798 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
1799 local sym errors.
1800
1801 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
1802 prototypes and casts. Replace PTR with void *. Formatting.
1803 * elf32-ppc.c: Likewise. Break long strings too.
1804 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
1805 (ppc_elf_unhandled_reloc): Internationalize error message.
1806 * elf32-ppc.h: Remove PARAMS.
1807
1808 2003-06-23 Mark Mitchell <mark@codesourcery.com>
1809
1810 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
1811 APUinfo slots.
1812 (ppc_elf_final_write_processing): Likewise.
1813
1814 2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1815
1816 * elflink.h (elf_link_input_bfd): Check raw size when using
1817 kept_section to preserve debug information discarded by
1818 linkonce.
1819
1820 2003-06-20 Alan Modra <amodra@bigpond.net.au>
1821
1822 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
1823 (ppc64_elf_setup_section_lists): Set it.
1824 (ppc64_elf_relocate_section): Check sym section id against top_id.
1825 (ppc_build_one_stub): Comment on top_id.
1826
1827 2003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1828
1829 * config.bfd: Add tic4x-*-rtems*.
1830
1831 2003-06-20 Alan Modra <amodra@bigpond.net.au>
1832
1833 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
1834 prototypes and casts. Replace PTR with void *. Format copyright.
1835 Mention ABI links.
1836 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
1837 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
1838 (ppc_type_of_stub): Make r_type an enum.
1839 (ppc64_elf_size_stubs): Likewise.
1840 * elf64-ppc.h: Remove PARAMS macro.
1841
1842 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1843
1844 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
1845 elf hash tab fields.
1846
1847 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
1848 (ppc64_elf_info_to_howto): Likewise.
1849 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
1850 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
1851
1852 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1853
1854 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
1855 reloc overflow on discarded eh_frame entries.
1856
1857 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1858
1859 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
1860 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
1861 Return error condition.
1862 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
1863 that have has_gp_reloc set.
1864 (struct ppc_link_hash_table): Add stub_count.
1865 (ppc_build_one_stub): Increment it.
1866 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
1867 individual fields.
1868 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
1869
1870 2003-06-18 Alan Modra <amodra@bigpond.net.au>
1871
1872 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
1873 size calculation from addend. Round size up.
1874
1875 2003-06-18 Hans-Peter Nilsson <hp@axis.com>
1876
1877 * elf32-cris.c (cris_elf_relocate_section) <case
1878 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
1879 symbol from a normal object or an undefined weak symbol.
1880
1881 2003-06-18 Alan Modra <amodra@bigpond.net.au>
1882
1883 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
1884 R_PPC64_TOC relocs.
1885
1886 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
1887
1888 * section.c (struct sec): Put back kept_section.
1889 (STD_SECTION): Put back kept_section initialization.
1890 * bfd-in2.h: Regenerate.
1891
1892 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
1893 sections for relocateable output. Use kept_section to preserve
1894 debug information discarded by linkonce.
1895
1896 2003-06-17 Roland McGrath <roland@redhat.com>
1897
1898 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
1899 segment-relative relocation between different segments.
1900
1901 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1902
1903 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
1904 optimizations earlier.
1905
1906 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
1907 Restore previous input_list type.
1908 (ppc64_elf_link_hash_table_create): Undo last change.
1909 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
1910 per output section, but don't bother with bfd_abs_section marker.
1911 (ppc64_elf_next_input_section): Adjust for multiple input section
1912 lists.
1913 (group_sections): Likewise.
1914
1915 2003-06-17 Jakub Jelinek <jakub@redhat.com>
1916
1917 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
1918 *r_offset == r_addend for RELATIVE relocs against .got.
1919
1920 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1921
1922 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
1923
1924 2003-06-17 Nick Clifton <nickc@redhat.com>
1925
1926 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
1927 in the vtable_entries_used array to allow for the accessing
1928 the largest element.
1929
1930 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1931
1932 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
1933 input_list.
1934 (ppc64_elf_link_hash_table_create): Init input_list here.
1935 (ppc64_elf_setup_section_lists): Remove code setting up input lists
1936 per output section. Set toc_off for abs and other standard sections.
1937 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
1938 (ppc64_elf_next_input_section): Adjust for single input section list.
1939 Don't set toc_curr from input bfds that haven't set elf_gp.
1940 (group_sections): Adjust for single input section list.
1941
1942 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
1943
1944 2003-06-16 Alan Modra <amodra@bigpond.net.au>
1945
1946 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
1947 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
1948 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
1949 got section for RELATIVE relocs. Fix wrong comment. Change condition
1950 under which dynamic relocs update the section contents.
1951
1952 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
1953
1954 * config.bfd: Add i386-netbsd-gnu target.
1955
1956 2003-06-12 Nick Clifton <nickc@redhat.com>
1957
1958 * opncls.c (calc_crc32): Rename to
1959 bfd_calc_gnu_debuglink_crc32 and export.
1960 (GNU_DEBUGLINK): Define and use to replace occurrences of
1961 hard-coded ".gnu_debuglink" in the code.
1962 (get_debug_link_info): Prevent aborts by replacing call to
1963 xmalloc with a call to malloc.
1964 (find_separate_debug_file): Prevent aborts by replacing calls
1965 to xmalloc and xstrdup with calls to malloc and strdup.
1966 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
1967 section to a bfd.
1968 * bfd-in2.h: Regenerate.
1969
1970 2003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
1971
1972 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
1973 New target (was i[3-7]86-*-openbsd* before).
1974 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
1975 (vax-*-openbsd*): New target.
1976
1977 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1978
1979 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
1980 for n32, too.
1981 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
1982 (mips_elf_rel_dyn_section): Use appropriate section alignment.
1983 (mips_elf_create_got_section): Likewise.
1984 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1985
1986 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1987
1988 * elf32-mips.c (mips_elf_generic_reloc): New Function.
1989 (elf_mips_howto_table_rel): Use it.
1990 (gprel32_with_gp): Move prototype.
1991 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1992 Use mips_elf_generic_reloc.
1993 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1994 Code cleanup.
1995 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
1996 zero addend.
1997 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
1998 as in the other *_gprel*_reloc functions.
1999 (gprel32_with_gp): Handle partial_inplace properly.
2000 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
2001 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
2002 Do addend handling directly instead of calling
2003 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
2004 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
2005 of zero addend. Handle partial_inplace properly.
2006 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
2007 addend.
2008 (mips_elf64_gprel16_reloc): Likewise.
2009 (mips_elf64_literal_reloc): Likewise.
2010 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
2011 logic as in the other *_gprel*_reloc functions. Handle
2012 partial_inplace properly.
2013 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
2014 addend. Handle partial_inplace properly.
2015 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2016 of calling _bfd_mips_elf_gprel16_with_gp.
2017 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
2018 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
2019 of zero addend.
2020 (mips_elf_shift6_reloc): Handle partial_inplace properly.
2021 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2022 of calling _bfd_mips_elf_gprel16_with_gp.
2023 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
2024 partial_inplace properly. Fix wrong addend handling. Fix overflow
2025 check.
2026 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
2027 exported.
2028 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
2029 (_bfd_mips_elf_relocate_section): Likewise.
2030 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
2031 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
2032 (_bfd_mips_elf_sign_extend): New prototype.
2033
2034 2003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
2035
2036 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
2037 New target (was sparc-*-openbsd* before).
2038 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
2039
2040 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
2041 * configure: Regenerate.
2042
2043 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
2044
2045 * po/Make-in (DESTDIR): New.
2046 (install-data-yes): Support $(DESTDIR).
2047 (uninstall): Likewise.
2048
2049 2003-06-11 Alan Modra <amodra@bigpond.net.au>
2050
2051 * Makefile.am (config.status): Depend on version.h.
2052 Run "make dep-am".
2053 * Makefile.in: Regenerate.
2054 * po/SRC-POTFILES.in: Regenerate.
2055
2056 2003-06-10 Alan Modra <amodra@bigpond.net.au>
2057 Gary Hade <garyhade@us.ibm.com>
2058
2059 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
2060
2061 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
2062
2063 * archures.c (bfd_mach_h8300sxn): New architecture.
2064 * bfd-in2.h: Regenerate.
2065 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
2066 (h8300sxn_info_struct): New.
2067 (h8300sx_info_struct): Link to it.
2068 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
2069 (elf32_h8_final_write_processing): Likewise.
2070
2071 2003-06-08 Alan Modra <amodra@bigpond.net.au>
2072
2073 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
2074 elfxx-target.h so that we can use elf_backend_got_header_size.
2075 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
2076 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
2077 associated macros.
2078 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
2079 dst_mask.
2080 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
2081 ppc_stub_plt_branch_r2off.
2082 (struct ppc_stub_hash_entry): Reorganize.
2083 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
2084 toc_curr, toc_off and emit_stub_syms.
2085 (ppc64_elf_link_hash_table_create): Init them.
2086 (ppc_stub_name): Correct string size.
2087 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
2088 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
2089 used.
2090 (ppc_type_of_stub): Tweak root.type test.
2091 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
2092 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
2093 ppc_stub_plt_branch_r2off.
2094 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
2095 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2096 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
2097 Initialize elf_gp and toc_curr.
2098 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
2099 (ppc64_elf_next_input_section): Set toc_off.
2100 (group_sections): Ensure groups have the same TOC.
2101 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
2102 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
2103 Build new glink stub.
2104 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
2105 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
2106 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
2107 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
2108 * section.c (struct sec): Rename flag12 to has_gp_reloc.
2109 (STD_SECTION): Update.
2110 * ecoff.c (bfd_debug_section): Update comment.
2111 * bfd-in2.h: Regenerate.
2112
2113 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
2114
2115 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
2116 NULL function pointers.
2117
2118 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
2119
2120 * simple.c (bfd_simple_get_relocated_section_contents): Call
2121 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2122
2123 2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2124
2125 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
2126 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
2127 swaptables.
2128 * coff-tic4x.c: Ditto
2129 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
2130 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
2131 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
2132 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
2133 swap tables.
2134 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
2135 * coff-a29k.c: Append COFF_SWAP_TABLE argument
2136 * coff-apollo.c: Ditto
2137 * coff-arm.c: Ditto
2138 * coff-h8300.c: Ditto
2139 * coff-h8500.c: Ditto
2140 * coff-i960.c: Ditto
2141 * coff-m68k.c: Ditto
2142 * coff-m88k.c: Ditto
2143 * coff-mcore.c: Ditto
2144 * coff-sh.c: Ditto
2145 * coff-sparc.c: Ditto
2146 * coff-tic80.c: Ditto
2147 * coff-we32k.c: Ditto
2148 * coff-z8k.c: Ditto
2149 * coff-w65.c: Ditto
2150
2151 2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2152
2153 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
2154 initialization bug
2155
2156 2003-06-03 Jakub Jelinek <jakub@redhat.com>
2157
2158 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2159 (bfd_section_from_phdr): Likewise.
2160 (map_sections_to_segments): Create PT_GNU_STACK segment header.
2161 (get_program_header_size): Count with PT_GNU_STACK.
2162 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
2163 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
2164
2165 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
2166
2167 * elflink.h (elf_link_input_bfd): Call linker error_handler
2168 for discarded definitions.
2169
2170 2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
2171
2172 * syms.c (decode_section_type): Return 'n' if section flags are
2173 SEC_HAS_CONTENTS && SEC_READONLY.
2174
2175 2003-06-03 Nick Clifton <nickc@redhat.com>
2176
2177 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
2178 R_V850_ABS32. Add entry for R_V850_REL32.
2179 (v850_elf_reloc_map): Likewise.
2180 (v850_elf_check_relocs): Likewise.
2181 (v850_elf_perform_relocation): Likewise.
2182 (v850_elf_final_link_relocate): Likewise. Include computation
2183 to make R_V850_REl32 pc-relative.
2184
2185 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2186
2187 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
2188 and DT_DEBUG dynamic tag even for position independent executables.
2189 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2190
2191 2003-06-02 Daniel Jacobowitz <drow@mvista.com>
2192
2193 * config.bfd: Move obsolete entries out of the range of the
2194 targmatch sed script.
2195
2196 2003-06-02 Daniel Jacobowitz <drow@mvista.com>
2197
2198 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2199
2200 2003-05-31 Jakub Jelinek <jakub@redhat.com>
2201
2202 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
2203 plt entries, not just 8191.
2204
2205 2003-05-30 Daniel Jacobowitz <drow@mvista.com>
2206
2207 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
2208 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
2209
2210 2003-05-30 Ulrich Drepper <drepper@redhat.com>
2211 Jakub Jelinek <jakub@redhat.com>
2212
2213 * elflink.h (elf_link_add_object_symbols): Use !info->executable
2214 instead of info->shared where appropriate.
2215 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
2216 * elflink.c (_bfd_elf_create_got_section): Likewise.
2217 (_bfd_elf_link_create_dynamic_sections): Likewise.
2218 (_bfd_elf_link_assign_sym_version): Likewise.
2219 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
2220 and DT_DEBUG dynamic tag even for position independent executables.
2221 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2222 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
2223 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
2224 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
2225 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
2226 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
2227 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
2228 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
2229 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
2230
2231 2003-05-30 Kris Warkentin <kewarken@qnx.com>
2232
2233 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
2234 signalled thread.
2235 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
2236
2237 2003-05-29 Nick Clifton <nickc@redhat.com>
2238
2239 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
2240 Tidy up formatting.
2241 * Makefile.am: Add dependency on safe-ctype.h.
2242 * Makefile.in: Regenerate.
2243
2244 2003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2245
2246 * elfxx-mips.c: Don't force symbols local unconditionally.
2247
2248 2003-05-28 Alan Modra <amodra@bigpond.net.au>
2249
2250 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
2251 undefined_symbol call.
2252
2253 2003-05-27 Richard Sandiford <rsandifo@redhat.com>
2254
2255 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
2256 (mips_elf_link_hash_table): Likewise.
2257
2258 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2259
2260 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2261 R_MIPS_GNU_REL16_S2 support.
2262 (bfd_elf64_bfd_reloc_type_lookup): Use it.
2263 (mips_elf64_rtype_to_howto): Use it.
2264 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2265 R_MIPS_GNU_REL16_S2 support.
2266 (bfd_elf32_bfd_reloc_type_lookup): Use it.
2267 (mips_elf_n32_rtype_to_howto): Use it.
2268
2269 2003-05-21 Stuart F. Downing <sdowning@fame.com>
2270
2271 * som.h: Define PA_2_0 before including a.out.h
2272
2273 2003-05-07 Eric Christopher <echristo@redhat.com>
2274 Alexandre Oliva <aoliva@redhat.com>
2275
2276 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
2277 pic tests, change to warning.
2278 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2279
2280 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
2281
2282 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
2283 well as shle-...-netbsdelf. Remove duplicate entry.
2284
2285 2003-05-21 Nick Clifton <nickc@redhat.com>
2286
2287 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
2288 for X_STORMY16_REL_12 reloc.
2289
2290 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
2291 the type of the hash table in the bfd_link_info structure.
2292 (bfd_elf_get_runpath_list): Likewise.
2293
2294 2003-05-19 Roland McGrath <roland@redhat.com>
2295
2296 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
2297 * bfd-in.h: Declare it.
2298 * bfd-in2.h: Regenerated.
2299 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
2300 * elf-bfd.h (struct elf_backend_data): New function pointer member
2301 elf_backend_bfd_from_remote_memory.
2302 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
2303 Declare them.
2304 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
2305 (elfNN_bed): Add that to the initializer.
2306
2307 2003-05-15 Roland McGrath <roland@redhat.com>
2308
2309 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
2310
2311 2003-05-20 Jakub Jelinek <jakub@redhat.com>
2312
2313 * elflink.h (elf_link_output_extsym): Only issue error about !=
2314 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
2315
2316 2003-05-20 H.J. Lu <hongjiu.lu@intel.com>
2317
2318 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
2319 when removing the old definition for symbols with non-default
2320 visibility.
2321
2322 2003-05-18 Jason Eckhardt <jle@rice.edu>
2323
2324 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
2325
2326 2003-05-17 Andreas Schwab <schwab@suse.de>
2327
2328 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
2329 elf_section_data during processing of pc-relative and absolute
2330 relocations.
2331 (elf_m68k_relocate_section): Use the cached reloc section instead
2332 of computing it again. Fix handling of visibility. Don't modify
2333 addend when copying over a relocation into the output.
2334
2335 2003-05-17 Alan Modra <amodra@bigpond.net.au>
2336
2337 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2338 to trim plt entries. Move undefweak non-default visibility test..
2339 (allocate_dynrelocs): ..from here.
2340 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
2341 dynamic_sections_created here. Update comment. Move undefweak
2342 non-default visibility test..
2343 (allocate_dynrelocs): ..from here. Fix comment.
2344 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2345 to trim plt entries. Move undefweak non-default visibility test..
2346 (allocate_dynrelocs): ..from here. Fix comment.
2347 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
2348 STV_DEFAULT rather than comparing with zero.
2349 * elflink.c (_bfd_elf_merge_symbol): Likewise.
2350 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
2351
2352 2003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2353
2354 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
2355 pointers.
2356 (_bfd_set_gp_value): Likewise.
2357
2358 2003-05-16 Michael Snyder <msnyder@redhat.com>
2359 From Bernd Schmidt <bernds@redhat.com>
2360 * archures.c (bfd_mach_h8300sx): New.
2361 * bfd-in2.h: Regenerate.
2362 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
2363 (h8300sx_info_struct): New.
2364 (h8300s_info_struct): Link to it.
2365 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
2366 (elf32_h8_final_write_processing): Likewise.
2367 (elf32_h8_relax_section): Likewise.
2368
2369 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
2370
2371 * config.bfd: Accept i[3-7]86 variants.
2372 * configure.host: Likewise.
2373 * configure.in: Likewise.
2374 * configure: Regenerate.
2375
2376 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2377
2378 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
2379 symbol.
2380
2381 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2382
2383 * elflink.h (elf_link_check_versioned_symbol): Also allow
2384 the base version.
2385
2386 2003-05-15 Alan Modra <amodra@bigpond.net.au>
2387 H.J. Lu <hongjiu.lu@intel.com>
2388
2389 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
2390 (elf_i386_relocate_section): Likewise.
2391 * elf32-ppc.c (allocate_dynrelocs): Likewise.
2392 (ppc_elf_relocate_section): Likewise.
2393 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2394 (ppc64_elf_relocate_section): Likewise.
2395
2396 2003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2397
2398 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
2399
2400 2003-05-13 Stephane Carrez <stcarrez@nerim.fr>
2401
2402 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
2403 processor capability, allow merge of HC12 and HCS12 in some cases.
2404 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
2405 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
2406 (bfd_m68hc12_arch): Link it.
2407 (scan_mach): New function.
2408
2409 2003-05-13 Andrew Haley <aph@redhat.com>
2410
2411 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
2412
2413 2003-05-13 Alan Modra <amodra@bigpond.net.au>
2414 H.J. Lu <hongjiu.lu@intel.com>
2415
2416 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
2417 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
2418 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
2419 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
2420 (ppc_elf_relocate_section): Likewise.
2421 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2422 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
2423 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
2424 relocs need no other types.
2425 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
2426 dynreloc check.
2427 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
2428 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
2429 .got relocs.
2430
2431 2003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2432
2433 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
2434 copy ELF_LINK_NON_GOT_REF from weakdef.
2435 (allocate_dynrelocs): For undef weak syms with non-default
2436 visibility, a) don't allocate plt entries, b) don't allocate
2437 .got relocs, c) discard dyn rel space
2438 (sh_elf_relocate_section): d) don't generate .got relocs, e)
2439 don't generate dynamic relocs.
2440 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
2441 for weakdefs when symbol already adjusted.
2442
2443 2003-05-12 Nick Clifton <nickc@redhat.com>
2444
2445 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
2446 overflow detection for R_XSTORMY16_16 reloc.
2447
2448 2003-05-12 Paul Clarke <paulc@senet.com.au>
2449
2450 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
2451
2452 2003-05-11 Jason Eckhardt <jle@rice.edu>
2453
2454 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
2455 adjust upper bits.
2456 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
2457 proper place.
2458 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
2459 proper place.
2460
2461 2003-05-11 Andreas Schwab <schwab@suse.de>
2462
2463 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
2464 complicated tests for unresolvable relocs with a simple direct
2465 scheme using "unresolved_reloc" var. Report some detail on
2466 bfd_reloc_outofrange and similar errors.
2467
2468 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2469
2470 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
2471 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
2472 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2473 * elf64-s390.c: Likewise.
2474
2475 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2476
2477 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
2478 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
2479 ELF_LINK_NON_GOT_REF from weakdef.
2480 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
2481 already been adjusted before treating it specially.
2482 * el64-s390.c: Likwise.
2483
2484 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2485
2486 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
2487 non-default visibility, a) don't make them dynamic, b) discard
2488 space for dynamic relocs.
2489 (elf_s390_relocate_section): Initialize the GOT entries and skip
2490 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
2491 symbols with non-default visibility.
2492 * elf64-s390.c: Likewise.
2493
2494 2003-05-09 Alan Modra <amodra@bigpond.net.au>
2495
2496 * cpu-arm.c (arm_check_note): Warning fix.
2497 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
2498 to keep relocs if edited.
2499 (iq2000_elf_print_private_bfd_data): Return TRUE.
2500 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
2501 ELF64_R_SYM.
2502 (elfNN_ia64_relax_ldxmov): Warning fix.
2503 * xtensa-isa.c (xtensa_add_isa): Warning fix.
2504 * xtensa-modules.c (get_num_opcodes): Warning fix.
2505
2506 2003-05-09 Andrey Petrov <petrov@netbsd.org>
2507
2508 * elf.c (elf_fake_sections): Use correct cast for sh_name.
2509
2510 2003-05-09 Alan Modra <amodra@bigpond.net.au>
2511
2512 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
2513 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
2514 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
2515 (bfd_elf_record_link_assignment): Move from elflink.h.
2516 (_bfd_elf_merge_symbol): Likewise.
2517 (_bfd_elf_add_default_symbol): Likewise.
2518 (_bfd_elf_export_symbol): Likewise.
2519 (_bfd_elf_link_find_version_dependencies): Likewise.
2520 (_bfd_elf_link_assign_sym_version): Likewise.
2521 (_bfd_elf_link_read_relocs): Likewise.
2522 (_bfd_elf_link_size_reloc_section): Likewise.
2523 (_bfd_elf_fix_symbol_flags): Likewise.
2524 (_bfd_elf_adjust_dynamic_symbol): Likewise.
2525 (_bfd_elf_link_sec_merge_syms): Likewise.
2526 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
2527 and bed->s->sizeof_rela.
2528 (_bfd_elf_link_output_relocs): Likewise.
2529 * elf-bfd.h (struct elf_size_info): Rename file_align to
2530 log_file_align.
2531 (struct elf_info_failed): Move from elflink.h.
2532 (struct elf_assign_sym_version_info): Likewise.
2533 (struct elf_find_verdep_info): Likewise.
2534 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
2535 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
2536 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
2537 _bfd_elf_link_assign_sym_version,
2538 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
2539 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
2540 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
2541 _bfd_elf_link_sec_merge_syms): Declare.
2542 (bfd_elf32_link_create_dynamic_sections): Don't declare.
2543 (_bfd_elf32_link_read_relocs): Likewise.
2544 (bfd_elf64_link_create_dynamic_sections): Likewise.
2545 (_bfd_elf64_link_read_relocs): Likewise.
2546 * elflink.h: Move lots o' stuff elsewhere.
2547 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
2548 (bfd_elf64_record_link_assignment): Likewise.
2549 (bfd_elf_record_link_assignment): Declare.
2550 * bfd-in2.h: Regenerate.
2551 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
2552 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
2553 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
2554 (assign_file_positions_for_segments): Likewise.
2555 (assign_file_positions_except_relocs): Likewise.
2556 (swap_out_syms, elfcore_write_note): Likewise.
2557 * elf-m10200.c: Adjust for changed function names.
2558 * elf-m10300.c: Likewise.
2559 * elf32-arm.h: Likewise.
2560 * elf32-h8300.c: Likewise.
2561 * elf32-hppa.c: Likewise.
2562 * elf32-ip2k.c: Likewise.
2563 * elf32-m32r.c: Likewise.
2564 * elf32-m68hc11.c: Likewise.
2565 * elf32-m68hc1x.c: Likewise.
2566 * elf32-m68k.c: Likewise.
2567 * elf32-mips.c: Likewise.
2568 * elf32-ppc.c: Likewise.
2569 * elf32-sh.c: Likewise.
2570 * elf32-v850.c: Likewise.
2571 * elf32-xtensa.c: Likewise.
2572 * elf64-alpha.c: Likewise.
2573 * elf64-hppa.c: Likewise.
2574 * elf64-mmix.c: Likewise.
2575 * elf64-ppc.c: Likewise.
2576 * elf64-sh64.c: Likewise.
2577 * elfxx-ia64.c: Likewise.
2578 * elfxx-mips.c: Likewise.
2579 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
2580 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
2581 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2582 * elf64-mips.c (mips_elf64_size_info): Likewise.
2583 * elf64-s390.c (s390_elf64_size_info): Likewise.
2584 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2585
2586 2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
2587
2588 * elflink.h (elf_add_default_symbol): After skipping the
2589 unversioned symbol, go to non-default one.
2590
2591 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2592
2593 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
2594 want_plt field.
2595 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
2596 for symbols with non-default visibility.
2597
2598 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2599
2600 * elflink.h (elf_link_check_versioned_symbol): Also handle the
2601 case that a DSO references a hidden symbol which may be
2602 satisfied by a versioned symbol in another DSO.
2603 (elf_link_output_extsym): Check versioned definition for hidden
2604 symbol referenced by a DSO.
2605
2606 2003-05-07 Nick Clifton <nickc@redhat.com>
2607
2608 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
2609 R_XSTORMY16_16 reloc to ignore overflows.
2610
2611 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
2612
2613 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
2614 error message for mixing different-endian files. Check for ABI
2615 compatibility of input files with the selected emulation.
2616
2617 2003-05-05 Alan Modra <amodra@bigpond.net.au>
2618
2619 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
2620 non-default visibility, a) don't make them dynamic, b) discard
2621 space for dynamic relocs.
2622 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2623
2624 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
2625 non-default visibility, a) don't allocate plt entries, b) don't
2626 allocate .got relocs, c) discard dyn rel space,
2627 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
2628 don't generate dynamic relocs.
2629 * elf64-ppc.c (allocate_dynrelocs): As above.
2630 (ppc64_elf_relocate_section): As above.
2631
2632 2003-05-05 Andreas Jaeger <aj@suse.de>
2633
2634 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
2635 relocation entries for weak undefined symbols with non-default
2636 visibility.
2637 (elf64_x86_64_relocate_section): Initialize the GOT entries and
2638 skip R_386_32/R_386_PC32 for weak undefined symbols with
2639 non-default visibility.
2640
2641 2003-05-04 H.J. Lu <hjl@gnu.org>
2642
2643 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
2644 relocation entries for weak undefined symbols with non-default
2645 visibility.
2646 (elf_i386_relocate_section): Initialize the GOT entries and
2647 skip R_386_32/R_386_PC32 for weak undefined symbols with
2648 non-default visibility.
2649
2650 * elfxx-ia64.c (allocate_fptr): Don't allocate function
2651 descriptors for weak undefined symbols with non-default
2652 visibility.
2653 (allocate_dynrel_entries): Don't allocate relocation entries
2654 for symbols resolved to 0.
2655 (set_got_entry): Don't install dynamic relocation for weak
2656 undefined symbols with non-default visibility.
2657 (set_pltoff_entry): Likewise.
2658
2659 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
2660 with non-default visibility.
2661 (elf_link_output_extsym): Don't make weak undefined symbols
2662 with non-default visibility dynamic.
2663
2664 2003-05-04 H.J. Lu <hjl@gnu.org>
2665
2666 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
2667
2668 2003-05-04 H.J. Lu <hjl@gnu.org>
2669
2670 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
2671 symbol dynamic. Check indirection when removing the old
2672 definition for symbols with non-default visibility.
2673 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
2674
2675 2003-05-02 Nick Clifton <nickc@redhat.com>
2676
2677 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
2678 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
2679 unsigned overflow.
2680
2681 2003-05-02 Andreas Jaeger <aj@suse.de>
2682
2683 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
2684 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2685 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2686 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
2687 ELF_LINK_NON_GOT_REF from weakdef.
2688
2689 2003-05-02 Charles Lepple <clepple@ghz.cc>
2690 Nick Clifton <nickc@redhat.com>
2691
2692 * acinclude.m4: Fix name of --enable-install-libbfd switch.
2693 * aclocal.m4: Regenerate.
2694 * configure: Regenerate.
2695 * Makefile.in: Regenerate.
2696
2697 2003-05-01 Alan Modra <amodra@bigpond.net.au>
2698
2699 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
2700 weakdef sym has already been adjusted before treating it specially.
2701 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
2702 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2703 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
2704 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
2705
2706 2003-04-28 H.J. Lu <hjl@gnu.org>
2707
2708 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
2709 the relax finalize pass.
2710
2711 * section.c (struct sec): Add need_finalize_relax and remove
2712 flag11.
2713 (STD_SECTION): Update struct sec initializer.
2714 * bfd-in2.h: Regenerated.
2715
2716 2003-04-28 H.J. Lu <hjl@gnu.org>
2717
2718 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
2719 to copy any information related to dynamic linking when we flip
2720 the indirection.
2721
2722 2003-04-27 H.J. Lu <hjl@gnu.org>
2723
2724 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
2725 (ELF_LINK_DYNAMIC_WEAK): New.
2726
2727 * elflink.h (elf_merge_symbol): Add one argument to indicate if
2728 a symbol should be skipped. Ignore definitions in dynamic
2729 objects for symbols with non-default visibility.
2730 (elf_add_default_symbol): Adjusted.
2731 (elf_link_add_object_symbols): Check if a symbol should be
2732 skipped. Don't merge the visibility field with the one from
2733 a dynamic object.
2734 (elf_link_check_versioned_symbol): Use undef_bfd.
2735 (elf_link_output_extsym): Warn if a forced local symbol is
2736 referenced from dynamic objects. Make non-weak undefined symbol
2737 with non-default visibility a fatal error.
2738
2739 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2740
2741 * configure.in: Bump version on HEAD to 2.14.90.
2742 * configure: Regenerated.
2743
2744 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
2745
2746 PR savannah/3331:
2747 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
2748 when we couldn't relax something.
2749
2750 2003-04-25 Alan Modra <amodra@bigpond.net.au>
2751
2752 * elflink.h (elf_merge_symbol): When we find a regular definition
2753 for an indirect symbol, flip the indirection so that the old
2754 direct symbol now points to the new definition.
2755
2756 2003-04-24 Roland McGrath <roland@redhat.com>
2757
2758 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2759
2760 2003-04-24 Alan Modra <amodra@bigpond.net.au>
2761
2762 * elf32-ppc.c: Formatting and comment fixes.
2763 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
2764 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2765
2766 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2767
2768 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
2769 * bfd-in2.h: Rebuilt.
2770 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
2771 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
2772 & H8300SNMAGIC.
2773 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
2774 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
2775 (h8300sn_info_struct, h8300hn_info_struct): New.
2776 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
2777 (elf32_h8_final_write_processing): Likewise.
2778
2779 2003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2780
2781 * elf32-sh.c (tpoff): New.
2782 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
2783 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2784 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
2785 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
2786 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
2787 (dtpoff_base): Fix wrong indentation.
2788 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
2789 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
2790 R_SH_TLS_TPOFF32 relocations.
2791
2792 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
2793
2794 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
2795 * cpu-sh.c: Likewise.
2796 * elf32-sh.c: Likewise.
2797 * reloc.c (bfd_reloc_code_real): Likewise.
2798 * elf32-sh64-com.c: Change comment to refer to SuperH.
2799 * elf32-sh64.c: Likewise.
2800 * elf64-sh64.c: Likewise.
2801 * bfd-in2.h (enum bfd_architecture): Regenerate.
2802
2803 2003-04-23 Alan Modra <amodra@bigpond.net.au>
2804
2805 From Julien LEMOINE <speedblue@debian.org>
2806 * elf32-i386.c (elf_i386_info_to_howto): Delete.
2807 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2808
2809 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2810
2811 * archures.c: Replace references to Mitsubishi M32R with references
2812 to Renesas M32R.
2813 * relocs.c: Likewise.
2814 * bfd-in2.h: Regenerate.
2815
2816 2003-04-21 Richard Henderson <rth@redhat.com>
2817
2818 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
2819 executable when a symbol is defined both regular and dynamic.
2820
2821 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2822
2823 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
2824 (elf32-m68hc1x.lo): Update dependencies
2825 * configure.in: Add elf32-m68hc1x.lo.
2826 * configure: Rebuild.
2827 * Makefile.in: Rebuild.
2828
2829 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2830
2831 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2832 (m68hc11_elf_hash_table_create): New function.
2833 (elf32_m68hc11_link_hash_table_free): New function.
2834 (stub_hash_newfunc): New function.
2835 (m68hc11_add_stub): New function.
2836 (elf32_m68hc11_add_symbol_hook): New function.
2837 (elf32_m68hc11_setup_section_lists): New function.
2838 (elf32_m68hc11_next_input_section): New function.
2839 (elf32_m68hc11_size_stubs): New function.
2840 (elf32_m68hc11_build_stubs): New function.
2841 (m68hc11_get_relocation_value): New function.
2842 (elf32_m68hc11_relocate_section): Call the above to redirect
2843 some relocations to the trampoline code.
2844 (m68hc11_elf_export_one_stub): New function.
2845 (m68hc11_elf_set_symbol): New function.
2846 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
2847 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
2848 is not yet initialized.
2849
2850 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2851 (elf32_m68hc11_stub_hash_entry): New struct.
2852 (m68hc11_page_info): Add trampoline handler address.
2853 (m68hc11_elf_link_hash_table): Add stubs generation members.
2854 (elf32_m68hc11_add_symbol_hook): Declare.
2855 (elf32_m68hc11_setup_section_lists): Declare.
2856 (elf32_m68hc11_size_stubs): Declare.
2857 (elf32_m68hc11_build_stubs): Declare.
2858
2859 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
2860 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
2861 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
2862 (_bfd_m68hc11_elf_set_private_flags): Ditto.
2863 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
2864 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
2865 (bfd_elf32_bfd_link_hash_table_create): Define.
2866 (elf_backend_add_symbol_hook): Define.
2867 (m68hc11_elf_bfd_link_hash_table_create): New function.
2868 (m68hc11_elf_build_one_stub): New function.
2869 (m68hc11_elf_size_one_stub): New function.
2870 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
2871 (bfd_elf32_bfd_link_hash_table_create): Define.
2872
2873 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
2874 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
2875 (m68hc12_phys_addr): Ditto.
2876 (m68hc12_phys_page): Ditto.
2877 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
2878 (elf32_m68hc11_gc_mark_hook): Likewise.
2879 (elf32_m68hc11_gc_sweep_hook): Likewise.
2880 (elf32_m68hc11_check_relocs): Likewise.
2881 (elf32_m68hc11_relocate_section): Likewise.
2882 (_bfd_m68hc12_elf_set_private_flags): Likewise.
2883 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
2884 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
2885 (m68hc12_elf_build_one_stub): New function.
2886 (m68hc12_elf_size_one_stub): New function.
2887 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
2888 (elf_backend_add_symbol_hook): Define.
2889 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
2890
2891 2003-04-18 Nick Clifton <nickc@redhat.com>
2892
2893 * format.c (bfd_check_format_matches): Only check associated
2894 vector if the matching_vector has been created.
2895
2896 2003-04-15 Alexandre Oliva <aoliva@redhat.com>
2897
2898 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2899 2003-04-09's change.
2900
2901 2003-04-15 Brian Ford <ford@vss.fsi.com>
2902
2903 * peicode.h (coff_swap_scnhdr_in): If a section holds
2904 uninitialized data and is from an object file or from an
2905 executable image that has not initialized the s_size field, or if
2906 the physical size is padded, use the virtual size (stored in
2907 s_paddr) instead.
2908
2909 2003-04-15 H.J. Lu <hjl@gnu.org>
2910
2911 * elflink.h (elf_link_add_object_symbols): Properly report
2912 filename for alignment reduction.
2913
2914 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2915
2916 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
2917 * reloc.c: Likewise.
2918 * coff-h8300.c: Likewise.
2919 * coff-h8500.c: Likewise.
2920 * coff-sh.c: Likewise.
2921 * cpu-h8300.c: Likewise.
2922 * cpu-sh.c: Likewise.
2923 * elf32-h8300.c: Likewise.
2924 * elf32-sh.c: Likewise.
2925 * elf32-sh64-com.c: Likewise.
2926 * elf32-sh64.c: Likewise.
2927 * elf64-sh64.c: Likewise.
2928 * bfd-in2.h: Regenerate.
2929
2930 2003-04-14 H.J. Lu <hjl@gnu.org>
2931
2932 * elflink.h (elf_link_add_object_symbols): Maintain maximum
2933 alignment for common symbols. Warn reducing alignment for
2934 common symbols. Report old filename when symbol size changes.
2935
2936 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
2937
2938 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
2939 occurrences of the same test changed in the previous patch.
2940 Optimize.
2941
2942 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
2943
2944 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
2945 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
2946 GOT_DISP/addend only if the symbol got a global GOT entry.
2947
2948 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2949
2950 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
2951 GOT_PAGE/GOT_OFST referencing overridable symbol to
2952 GOT_DISP/addend.
2953 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
2954 global symbol as GOT_DISP.
2955
2956 2003-04-10 Bob Wilson <bob.wilson@acm.org>
2957
2958 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
2959 next relocation on an undefined symbol.
2960
2961 2003-04-09 Richard Henderson <rth@redhat.com>
2962
2963 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
2964 Ignore relocations against r_symndx == 0.
2965
2966 2003-04-09 H.J. Lu <hjl@gnu.org>
2967
2968 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
2969 FALSE for undefined symbols.
2970 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2971
2972 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
2973
2974 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
2975 and IRIX-specific shift-to-64-bit 4-byte lengths before following
2976 addr_size.
2977
2978 2003-04-08 Alexandre Oliva <aoliva@redhat.com>
2979
2980 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
2981 pointer size from ABI, not arch_bits_per_address.
2982
2983 2003-04-07 Kevin Buettner <kevinb@redhat.com>
2984
2985 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
2986 constants for n32 ABI.
2987
2988 2003-04-06 Andrew Cagney <cagney@redhat.com>
2989
2990 * simple.c (bfd_simple_get_relocated_section_contents): Disable
2991 free that leads to GDB vs BFD memory corruption.
2992
2993 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2994
2995 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
2996 symbols that mark the end of the section.
2997 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
2998 converting to a relative branch so that the offset is computed after
2999 the relaxation; also relocate a jsr into a bsr if possible but don't
3000 relax them if they are to a far symbol as we need to call the
3001 trampoline code.
3002 (elf_m68hc11_howto_table): Set pcrel_offset to true.
3003
3004 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
3005
3006 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
3007 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
3008 * bfd-in2.h: Regenerate
3009 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
3010 * cpu-tic4x.c: Ditto
3011
3012 2003-04-03 Nick Clifton <nickc@redhat.com>
3013
3014 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
3015 differently for object files and executables.
3016 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
3017 for object files or for executables who have not already
3018 initialised the field.
3019 * libpei.h (bfd_pe_executable_p): New macro. Return true if
3020 the PE format bfd is an executable.
3021
3022 2003-04-03 Alan Modra <amodra@bigpond.net.au>
3023
3024 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
3025 here as it's too early to reliably determine locality.
3026 (ppc_elf_gc_sweep_hook): Likewise.
3027 (SYMBOL_REFERENCES_LOCAL): Expand comment.
3028
3029 2003-04-02 Bob Wilson <bob.wilson@acm.org>
3030
3031 * xtensa-modules.c: Remove comment indicating that this is a
3032 generated file.
3033
3034 2003-04-02 Alan Modra <amodra@bigpond.net.au>
3035
3036 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
3037
3038 2003-04-01 Bob Wilson <bob.wilson@acm.org>
3039
3040 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
3041 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
3042 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
3043 xtensa-modules.lo.
3044 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
3045 xtensa-modules.c.
3046 (cpu-xtensa.lo): New target.
3047 (elf32-xtensa.lo): Likewise.
3048 (xtensa-isa.lo): Likewise.
3049 (xtensa-modules.lo): Likewise.
3050 * Makefile.in: Regenerate.
3051 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
3052 (bfd_archures_list): Add bfd_xtensa_arch.
3053 * config.bfd: Handle xtensa-*-*.
3054 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
3055 * configure: Regenerate.
3056 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
3057 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
3058 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
3059 (bfd_elf32_xtensa_le_vec): Likewise.
3060 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
3061 * cpu-xtensa.c: New file.
3062 * elf32-xtensa.c: Likewise.
3063 * xtensa-isa.c: Likewise.
3064 * xtensa-modules.c: Likewise.
3065 * libbfd.h: Regenerate.
3066 * bfd-in2.h: Likewise.
3067
3068 2003-04-01 Nick Clifton <nickc@redhat.com>
3069
3070 * archures.c (bfd_mach_arm_unknown): Define.
3071 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
3072 bfd_arm_get_mach_from_notes): Prototype.
3073 * bfd-in2.h: Regenerate.
3074 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
3075 bfd_arm_merge_machines.
3076 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
3077 * coffcode.h (coff_set_arch_mach_hook): Call
3078 bfd_arm_get_mach_from_notes.
3079 * coffgen.c (coff_real_object_p): Revert previous delta.
3080 * cpu_arm.c (arm_check_note): New function. Examine a note in a
3081 .note section.
3082 (bfd_arm_merge_machines): New function: Handle the merging of ARM
3083 binaries compiled for different architectures..
3084 (bfd_arm_update_notes): New function: Update an ARM note section.
3085 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
3086 number from an ARM note section.
3087 * elf32-arm.h (elf32_arm_object_p): Use
3088 bfd_arm_get_mach_from_notes.
3089 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
3090 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
3091
3092 2003-04-01 Ben Elliston <bje@wasabisystems.com>
3093
3094 * dwarf2.c (read_attribute_value): Correct typo in comment.
3095
3096 2003-04-01 Nick Clifton <nickc@redhat.com>
3097
3098 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3099 instead of concat().
3100 (decode_line_info): Only free filename if it is not NULL.
3101 (add_line_info): Make a copy of the filename when storing it into
3102 the info structure.
3103
3104 2003-03-31 Andreas Schwab <schwab@suse.de>
3105 Daniel Jacobowitz <drow@mvista.com>
3106
3107 * simple.c (bfd_simple_get_relocated_section_contents): Add
3108 parameter symbol_table. Optionally use it instead of the symbol
3109 table from the bfd. Save and restore output offsets and output
3110 sections around bfd_get_relocated_section_contents. Fix a memory
3111 leak.
3112 (simple_save_output_info, simple_restore_output_info): New
3113 functions.
3114 * bfd-in2.h: Regenerate.
3115 * dwarf2.c (read_abbrevs): Use
3116 bfd_simple_get_relocated_section_contents instead of
3117 bfd_get_section_contents.
3118 (decode_line_info): Likewise.
3119 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
3120 find_rela_addend.
3121 (find_rela_addend): Remove.
3122 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
3123 debugging sections.
3124 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
3125 not bfd_zalloc.
3126
3127 2003-03-31 David Heine <dlheine@suif.stanford.edu>
3128
3129 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
3130 bfd_alloc.
3131 * dwarf2.c (concat_filename): Always allocate space for the
3132 returned filename.
3133 (decode_line_info): Free the allocated filename returned by
3134 concat_filename.
3135 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
3136 * elf.c (copy_private_bfd_data): Likewise.
3137 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
3138 * elflink.h (elf_link_sort_relocs): Fix memory leak.
3139 * format.c (bfd_check_format_matches): Likewise.
3140 * linker.c (bfd_generic_final_link): Likewise.
3141 * opncls.c (find_separate_debug_info): Likewise.
3142 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
3143
3144 2003-03-28 H.J. Lu <hjl@gnu.org>
3145
3146 * elflink.h (elf_link_add_object_symbols): Correctly combine
3147 visibilities.
3148
3149 2003-03-27 Jakub Jelinek <jakub@redhat.com>
3150
3151 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
3152 to -1 before recomputing got offsets.
3153
3154 2003-03-26 Andreas Schwab <schwab@suse.de>
3155
3156 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3157 (elf_m68k_relocate_section): Use it to correctly handle symbols
3158 forced to be local.
3159 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
3160 entries for symbols that are forced to be local.
3161
3162 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
3163
3164 * elfxx-mips.c (_bfd_mips_relax_section): New function.
3165 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
3166 * elfn32-mips.c, elf64-mips.c: Use it.
3167
3168 2003-03-25 Stan Cox <scox@redhat.com>
3169 Nick Clifton <nickc@redhat.com>
3170
3171 Contribute support for Intel's iWMMXt chip - an ARM variant:
3172
3173 * archures.c: Add bfd_mach_arm_iWMMXt.
3174 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
3175 * bfd-in2.h: Regenerate.
3176 * libbfd.h: Regenerate.
3177 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
3178 object files to be linked with XScale ones.
3179 (coff_arm_final_link_postscript): Update note section.
3180 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
3181 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
3182 after identifying a coff binary.
3183 * cpu-arm.c (processors): Add iWMMXt.
3184 (arch_inf): Likewise.
3185 * elf32-arm.h (arm_object_p): Handle note section.
3186 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
3187 be linked with XScale ones.
3188 (elf32_arm_section_flags): New function: Set flags on note section.
3189 (elf32_arm_final_write_processing): Handle note section.
3190
3191 2003-03-21 DJ Delorie <dj@redhat.com>
3192
3193 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
3194 _bfd_elf_rela_local_sym.
3195
3196 2003-03-20 H.J. Lu <hjl@gnu.org>
3197
3198 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
3199 non-ELF outputs.
3200
3201 2003-03-20 Nick Clifton <nickc@redhat.com>
3202
3203 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
3204 $idata5 in case bfd_coff_final_link is not called.
3205
3206 2003-03-19 Jakub Jelinek <jakub@redhat.com>
3207
3208 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
3209 field.
3210 (canon_reloc_count): Define.
3211 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
3212 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
3213 reloc_count.
3214 (sparc64_elf_canonicalize_reloc): New routine.
3215 (bfd_elf64_canonicalize_reloc): Define.
3216
3217 2003-03-18 Jakub Jelinek <jakub@redhat.com>
3218
3219 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
3220 againt mergeable sections. Take r_addend into account when caching
3221 trampolines.
3222
3223 2003-03-18 Richard Henderson <rth@redhat.com>
3224
3225 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
3226 local symbols that have no dyninfo.
3227
3228 2003-03-14 Gene Smith <gene.smith@siemens.com>
3229
3230 * ieee.c (ieee_write_expression): Handle the case where symbol is
3231 NULL.
3232 General formatting improvements.
3233
3234 2003-03-13 Nick Clifton <nickc@redhat.com>
3235
3236 * configure.in (LINGUAS): Add zh_CN.
3237 * configure: Regenerate.
3238 * po/zh_CN.po: New file.
3239
3240 2003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
3241
3242 * aout-cris.c (BYTES_IN_WORD): Don't define.
3243 aout-encap.c: Likewise.
3244 aout-ns32k.c: Likewise.
3245 aout-tic30.c: Likewise.
3246 hp300bsd.c: Likewise.
3247 i386aout.c: Likewise.
3248 i386dynix.c: Likewise.
3249 i386linux.c: Likewise.
3250 i386lynx.c: Likewise.
3251 i386mach3.c: Likewise.
3252 m68k4knetbsd.c: Likewise.
3253 m68klinux.c: Likewise.
3254 m68klynx.c: Likewise.
3255 m68knetbsd.c: Likewise.
3256 m88kmach3.c: Likewise.
3257 mipsbsd.c: Likewise.
3258 newsos3.c: Likewise.
3259 sparclinux.c: Likewise.
3260 sparclynx.c: Likewise.
3261 sparcnetbsd.c: Likewise.
3262 vaxbsd.c: Likewise. Fix comment formatting.
3263
3264 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
3265
3266 * Reverted 2003-03-02's patch.
3267
3268 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
3269 overridable.
3270 * elf64-mips.c (mips_elf64_canonicalize_reloc,
3271 mips_elf64_get_dynamic_reloc_upper_bound,
3272 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
3273 (bfd_elf64_get_canonicalize_reloc,
3274 bfd_elf64_get_dynamic_reloc_upper_bound,
3275 bfd_elf64_canonicalize_dynamic_reloc): Define.
3276 (mips_elf64_slurp_reloc_table): Support dynamic.
3277 (mips_elf64_slurp_one_reloc_table): Adjust.
3278
3279 2003-03-12 Nick Clifton <nickc@redhat.com>
3280
3281 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
3282 'index' to 'offset' in test for zero value.
3283
3284 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
3285
3286 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
3287 dynamic relocations pointing to local or section symbols, use the
3288 NULL symbol instead. Document the choice to not emit an
3289 additional R_MIPS_64 relocation.
3290
3291 2003-03-11 Alan Modra <amodra@bigpond.net.au>
3292
3293 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
3294 zero index dynamic tls relocs generated for the GOT. Tidy code.
3295 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
3296 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3297
3298 2003-03-07 Alan Modra <amodra@bigpond.net.au>
3299
3300 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
3301 a tls_get_addr call.
3302
3303 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3304 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
3305 ELF_LINK_NON_GOT_REF from weakdef.
3306 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3307 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
3308 ELF_LINK_NON_GOT_REF from weakdef.
3309 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
3310 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
3311 ELF_LINK_NON_GOT_REF from weakdef.
3312
3313 2003-03-06 Jakub Jelinek <jakub@redhat.com>
3314 Andrew Haley <aph@redhat.com>
3315
3316 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
3317 output is relocateable.
3318
3319 2003-03-06 Steven Konopa <skonopa@kgo.csc.com>
3320
3321 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
3322 R_COMMENT.
3323
3324 2003-03-06 Alan Modra <amodra@bigpond.net.au>
3325
3326 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
3327 error messages.
3328 (ELIMINATE_COPY_RELOCS): Define to zero.
3329 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
3330 TLSLD relocs. Report reloc types on a number of errors. Optimize
3331 LOCAL24PC check for non-local syms. Don't capitalize error messages.
3332 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
3333 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
3334 calculating TLSLD relocs. Report reloc types on a number of errors.
3335 Don't capitalize error messages.
3336
3337 2003-03-03 H.J. Lu <hjl@gnu.org>
3338
3339 * elfxx-ia64.c (USE_BRL): Removed.
3340 (oor_ip): Removed.
3341
3342 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
3343
3344 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
3345 relocation (no special function), and make it non-partial_inplace.
3346 (sh_elf_relax_section): When creating a bsr, use a consistent value
3347 no matter if the symbol is extern or not; set addend to -4.
3348 Don't swap load / non-load instructions for SH4.
3349 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
3350 rather than if the symbol is external to determine if adjusting the
3351 offset makes sense. Adjust the addend too if appropriate.
3352 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
3353 relocation.
3354
3355 2003-03-03 Nick Clifton <nickc@redhat.com>
3356
3357 * po/da.po: Installed latest translation.
3358
3359 2003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3360
3361 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
3362 R_MIPS_PC16 to rightshift 2.
3363 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
3364 (bfd_elf32_bfd_reloc_type_lookup): Support
3365 BFD_RELOC_MIPSEMB_16_PCREL_S2.
3366 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
3367 R_MIPS_PC16 to rightshift 2.
3368 (mips_elf64_howto_table_rela): Likewise.
3369 (mips_reloc_map): Map to rightshifted BFD reloc.
3370 * elfn32-mips.c: The same as in elf64-mips.c.
3371 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
3372 (mips_elf_calculate_relocation): Handle rightshifted addends for
3373 R_MIPS_PC16.
3374 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
3375 MIPS Embedded PIC. Remove superfluous empty COMMENT.
3376 * libbfd.h: Regenerate.
3377 * bfd-in2.h: Regenerate.
3378
3379 2003-02-28 Richard Henderson <rth@redhat.com>
3380
3381 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
3382 for ltoff22x relaxation.
3383
3384 2003-03-01 Alan Modra <amodra@bigpond.net.au>
3385
3386 * bfd-in.h (_bfd): Don't define.
3387 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
3388 * syms.c: Likewise.
3389 * bfd-in2.h: Regenerate.
3390
3391 2003-02-27 Richard Henderson <rth@redhat.com>
3392
3393 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
3394 (elfNN_ia64_check_relocs): Set it.
3395 (allocate_global_data_got): Check it.
3396 (allocate_local_got): Likewise.
3397 (allocate_dynrel_entries): Likewise.
3398 (elfNN_ia64_relax_ldxmov): New.
3399 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
3400 (elfNN_ia64_choose_gp): Split out from ...
3401 (elfNN_ia64_final_link): ... here.
3402
3403 2003-02-27 Andrew Cagney <cagney@redhat.com>
3404
3405 * bfd.c (struct bfd): Rename "struct _bfd".
3406 * bfd-in.h: Update copyright.
3407 (struct bfd): Rename "struct _bfd".
3408 (_bfd): Define for backward compatibility.
3409 * bfd-in2.h: Regenerate.
3410
3411 2003-02-25 Alan Modra <amodra@bigpond.net.au>
3412
3413 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
3414 and rel_hdr2 when initially counting input relocs rather than after
3415 creating output reloc sections.
3416 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
3417 sizes.
3418
3419 * Makefile.am: Run "make dep-am".
3420 * Makefile.in: Regenerate.
3421
3422 2003-02-24 Kris Warkentin <kewarken@qnx.com>
3423
3424 * elf.c (elfcore_read_notes): Add check for QNX style core file.
3425 (elfcore_grog_nto_note): New function.
3426 (elfcore_grog_nto_gregs): New function.
3427 (elfcore_grog_nto_status): New function.
3428
3429 2003-02-24 Alan Modra <amodra@bigpond.net.au>
3430
3431 * elflink.c (_bfd_elf_create_got_section): Check existing .got
3432 section flags before concluding that we've already been called.
3433 Don't use register keyword.
3434 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
3435 (_bfd_elf_create_linker_section): Formatting.
3436
3437 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
3438
3439 * coff-h8300.c: Fix typo: intial -> initial.
3440 * coff-ppc.c: Likewise.
3441
3442 2003-02-20 Alan Modra <amodra@bigpond.net.au>
3443
3444 * elf32-ppc.c: Formatting.
3445 (allocate_dynrelocs): LD and GD relocs against the same sym need
3446 separate GOT entries.
3447 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
3448 entries per symbol.
3449
3450 2003-02-19 Alan Modra <amodra@bigpond.net.au>
3451
3452 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
3453 removal. Localize vars. Remove unnecessary dynobj test.
3454 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
3455 of INFO.
3456 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3457 and optimize.
3458 (elf_i386_relocate_section): Likewise.
3459 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
3460 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
3461 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
3462 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
3463 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
3464 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
3465 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
3466 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
3467 Formatting.
3468
3469 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
3470 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
3471 test.
3472 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
3473 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3474 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3475 and optimize. Use ELIMINATE_COPY_RELOCS.
3476 (ppc64_elf_relocate_section): Likewise.
3477
3478 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
3479 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
3480 (ELIMINATE_COPY_RELOCS): Define.
3481 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
3482 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3483 (MUST_BE_DYN_RELOC): Define.
3484 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3485 and optimize. Trim dyn_relocs.
3486 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
3487 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
3488 track of pc_rel dyn relocs.
3489 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
3490 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
3491 allocate_dynrelocs. Don't recalculate "sec".
3492
3493 2003-02-18 Alan Modra <amodra@bigpond.net.au>
3494
3495 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
3496 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
3497 on invalid LD relocs.
3498 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
3499 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
3500 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
3501
3502 * elf32-ppc.h: New file.
3503 * elf32-ppc.c: Include elf32-ppc.h.
3504 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
3505 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
3506 Add "tls_mask" field.
3507 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
3508 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
3509 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
3510 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
3511 Make use of htab shortcuts throughout file.
3512 (ppc_elf_link_hash_newfunc): Init tls_mask field.
3513 (ppc_elf_link_hash_table_create): Init new fields.
3514 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
3515 (ppc_elf_howto_raw): Add tls relocs.
3516 (ppc_elf_reloc_type_lookup): Handle them.
3517 (ppc_elf_unhandled_reloc): New function.
3518 (ppc_elf_create_got): Stash got section pointer in hash table,
3519 return status. Make .rela.got too.
3520 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
3521 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
3522 NON_GOT_REF set. Don't allocate space in .plt here..
3523 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
3524 not allocating plt entries unnecessarily. Allocate got entries here.
3525 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3526 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
3527 "info" during allocate_dynrelocs hash traversal. Use htab section
3528 shortcuts rather than searching for named sections. Get rid of
3529 "plt" and "strip" booleans.
3530 (update_local_sym_info, bad_shared_reloc): New functions.
3531 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
3532 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
3533 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
3534 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
3535 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
3536 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
3537 relocs that might use a plt entry. Set NON_GOT_REF too.
3538 Enumerate all do-nothing relocs.
3539 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
3540 tls relocs and all plt relocs.
3541 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
3542 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
3543 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
3544 shortcuts.
3545 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
3546 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
3547 entries and got relocs here. Warn on non-zero got reloc addend.
3548 Split out branch taken/not taken reloc code into a separate switch
3549 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
3550 Split out HA reloc adjustments to separate switch statement. Don't
3551 warn on reloc overflow if we've already warned about undefined.
3552 Don't rebuild sym name when reporting errors. Report all possible
3553 errors from _bfd_final_link_relocate.
3554 (bfd_elf32_bfd_final_link): Don't define.
3555
3556 2003-02-18 Alan Modra <amodra@bigpond.net.au>
3557
3558 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
3559 rebuild sym name when reporting errors.
3560
3561 2003-02-17 Nick Clifton <nickc@redhat.com>
3562
3563 * elflink.h (elf_link_output_extsym): Only check
3564 allow_shlib_undefined for shared libraries.
3565 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
3566 of allow_shlib_undefined.
3567 * elf32-cris.c (cris_elf_relocate_section): Likewise.
3568 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3569 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3570 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3571 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3572 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3573 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3574 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3575 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3576 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
3577 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3578 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3579 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3580 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3581 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3582 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
3583
3584 2003-02-17 Nick Clifton <nickc@redhat.com>
3585
3586 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
3587 address field to use in the comparison.
3588 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
3589
3590 2003-02-14 Bob Wilson <bob.wilson@acm.org>
3591
3592 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
3593 backends when checking if the generic ELF target should be used.
3594
3595 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
3596 outside of functions, treat values as absolute addresses.
3597
3598 * bfd.c: Change embedded documentation to use consistent indentation
3599 and to split up long lines. Change informal style of description
3600 for functions lacking real documentation.
3601 * coffcode.h: Break up long lines in embedded documentation.
3602 * format.c: Likewise.
3603 * targets.c: Likewise.
3604 * libcoff.h: Regenerate.
3605 * bfd-in2.h: Regenerate.
3606
3607 2003-02-14 Alan Modra <amodra@bigpond.net.au>
3608
3609 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
3610 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
3611 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
3612 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
3613 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
3614 (group_sections): Don't share a stub section if stubs are for a large
3615 section. Adjust comment.
3616 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
3617 !stubs_always_before_branch.
3618 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
3619 treat undefined and undefweak specially when processing dyn relocs.
3620
3621 2003-02-13 Jakub Jelinek <jakub@redhat.com>
3622
3623 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
3624
3625 2003-02-13 Nick Clifton <nickc@redhat.com>
3626
3627 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
3628 in computation of offset to insert into BL instruction.
3629
3630 2003-02-11 Uwe Stieber <uwe@wwws.de>
3631
3632 * config.bfd: Add support for kaOS as cross build target system.
3633
3634 2003-02-11 Alan Modra <amodra@bigpond.net.au>
3635
3636 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
3637 .__tls_get_addr too.
3638 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
3639
3640 2003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
3641
3642 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
3643 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
3644 (sh_elf_link_hash_newfunc): Remove the initialization of
3645 tls_tpoff32 field.
3646 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
3647 for which tls_tpoff32 flag is set.
3648 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
3649 of the symbol includes the entry matched with the input_section
3650 and having tls_tpoff32 flag on. When linking statically, set
3651 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
3652 is defined in this executable.
3653 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
3654
3655 2003-02-10 Jakub Jelinek <jakub@redhat.com>
3656
3657 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
3658 even if there is just non-empty .rela.plt.
3659
3660 2003-02-10 Nick Clifton <nickc@redhat.com>
3661
3662 * archures.c (bfd_mach_arm_ep9312): Define.
3663 * bfd-in2.h: Regenerate.
3664 * cpu-arm.c (processors[]): Add ep9312.
3665 (bfd_arm_arch): Add ep9312.
3666 * elf32-arm.h (elf32_arm_merge_private_data): Update error
3667 messages and add test for Maverick floating point support.
3668 (elf32_arm_print_private_bfd_data): Handle
3669 EF_ARM_MAVERICK_FLOAT flag.
3670 (elf32_arm_object_p): New function.
3671 (elf_backend_object_p): Define.
3672
3673 2003-02-10 Alan Modra <amodra@bigpond.net.au>
3674
3675 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
3676 variables, structure fields or function params to tls_mask or
3677 similar to better reflect usage.
3678 (struct got_entry): Comment.
3679 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
3680 (get_tls_mask): Rename from get_tls_type.
3681
3682 2003-02-09 Alan Modra <amodra@bigpond.net.au>
3683
3684 * elf64-ppc.c (TLS_GD_LD): Don't define..
3685 (TLS_GD): ..define this instead and update all uses.
3686 (TLS_TPRELGD): Define.
3687 (ppc64_elf_link_hash_table_create): Tweak initialization of
3688 init_refcount and init_offset.
3689 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
3690 Mark second slot of GD or LD toc entries.
3691 (get_tls_type): Return an int. Distinguish toc GD and LD entries
3692 from other tls types.
3693 (ppc64_elf_tls_setup): New function, split out from..
3694 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
3695 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
3696 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
3697 return value to properly decide whether toc GD and LD entries can
3698 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
3699 to determine GD or LD rather than looking at TLS_LD flag. Don't
3700 attempt to adjust got entry tls_type here..
3701 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
3702 look for possible merges.
3703 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
3704 optimization.
3705 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
3706 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
3707 Make use of return value from get_tls_type to properly detect GD and
3708 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
3709 handle tls_get_addr removal when looking at REL24 relocs, do it when
3710 looking at the previous reloc. Check reloc after DTPMOD64 to determine
3711 GD or LD.
3712 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
3713
3714 2003-02-08 Alan Modra <amodra@bigpond.net.au>
3715
3716 * elf32-hppa.c (group_sections): Don't share a stub section if
3717 stubs are for a large section.
3718
3719 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
3720 stubs if !stubs_always_before_branch.
3721
3722 2003-02-07 Nick Clifton <nickc@redhat.com>
3723
3724 * elf.c (swap_out_syms): Generate an error message if an
3725 equivalent output section cannot be found for a symbol.
3726
3727 2003-02-07 Jakub Jelinek <jakub@redhat.com>
3728
3729 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
3730 local_got_entries is NULL.
3731
3732 2003-02-06 Andreas Schwab <schwab@suse.de>
3733
3734 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
3735 (read_value): Add parameter is_signed, use signed extraction if
3736 the value is signed.
3737 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
3738 encoding to read_value.
3739
3740 2003-02-06 Alan Modra <amodra@bigpond.net.au>
3741
3742 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
3743 plt info when called to transfer weak sym info.
3744
3745 2003-02-05 Alan Modra <amodra@bigpond.net.au>
3746
3747 * reloc.c: Add PPC and PPC64 TLS relocs.
3748 * libbfd.h: Regenerate.
3749 * bfd-in2.h: Regenerate.
3750 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
3751 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
3752 against a 32 bit field.
3753 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
3754 (_ppc64_elf_section_data): Add t_symndx and comments.
3755 (ppc64_elf_section_data): Use elf_section_data macro.
3756 (ppc64_elf_new_section_hook): American spelling.
3757 (struct got_entry, struct plt_entry): New.
3758 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
3759 (struct ppc_stub_hash_entry): Add "addend" field.
3760 (struct ppc_link_hash_entry): Add "tls_type".
3761 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3762 TLS_EXPLICIT): Define.
3763 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
3764 (link_hash_newfunc): Init new fields.
3765 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
3766 init_offset to NULL.
3767 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
3768 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
3769 there.
3770 (update_local_sym_info, update_plt_info): New functions.
3771 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
3772 handling to use got.glist rather than got.refcount. Likewise for PLT.
3773 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
3774 (func_desc_adjust): Adjust for new PLT list.
3775 (ppc64_elf_adjust_dynamic_symbol): Likewise.
3776 (get_sym_h, get_tls_type): New functions.
3777 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
3778 (ppc64_elf_tls_optimize): New function.
3779 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
3780 TLS relocs.
3781 (ppc64_elf_size_dynamic_sections): Likewise.
3782 (ppc_type_of_stub): Adjust for new PLT list.
3783 (ppc_build_one_stub): Likewise.
3784 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
3785 calls specially.
3786 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
3787 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
3788 init GOT entries that have a reloc. Generate GOT relocs here..
3789 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
3790 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
3791
3792 2003-02-04 Andreas Schwab <schwab@suse.de>
3793
3794 * elf32-m68k.c (elf_m68k_hash_entry): Define.
3795 (elf_m68k_link_hash_traverse): Remove.
3796 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
3797 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
3798 reduce casting.
3799 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
3800 casting.
3801 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
3802 instead of elf_m68k_link_hash_traverse.
3803 (elf_m68k_discard_copies): Change first parameter to pointer to
3804 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
3805 elf_m68k_link_hash_entry is needed.
3806
3807 2003-02-04 Alan Modra <amodra@bigpond.net.au>
3808
3809 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
3810 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
3811 "got" union, and declare as gotplt_union. Use gotplt_uinion for
3812 "plt" field.
3813 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
3814 Add "init_offset" field.
3815 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
3816 (elf_local_got_ents): Declare.
3817 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
3818 and "plt".
3819 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
3820 (_bfd_elf_link_hash_table_init): Set "init_offset".
3821 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
3822 from init_offset.
3823 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
3824
3825 * elf.c (bfd_elf_local_sym_name): Split out from..
3826 (group_signature): ..here.
3827 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
3828
3829 2003-02-04 Alan Modra <amodra@bigpond.net.au>
3830
3831 * elf-bfd.h (enum elf_link_info_type): Remove.
3832 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
3833 to struct sec. Remove linkonce_p field.
3834 (elf_linkonce_p): Delete.
3835 (elf_discarded_section): Update for sec_info_type change.
3836 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
3837 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
3838 (ELF_INFO_TYPE_NONE): Define.
3839 (ELF_INFO_TYPE_STABS): Define.
3840 (ELF_INFO_TYPE_MERGE): Define.
3841 (ELF_INFO_TYPE_EH_FRAME): Define.
3842 (ELF_INFO_TYPE_JUST_SYMS): Define.
3843 (STD_SECTION): Update struct sec initializer.
3844 * ecoff.c (bfd_debug_section): Likewise.
3845 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
3846 * elflink.h: Likewise.
3847 * elf-eh-frame.c: Likewise.
3848 * elf64-alpha.c: Likewise.
3849 * elfxx-ia64.c: Likewise.
3850 * elfxx-mips.c: Likewise.
3851 * bfd-in2.h: Regenerate.
3852
3853 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
3854 referring to used_by_bfd.
3855 * elf64-sparc.c (sec_do_relax): Likewise.
3856 * elf64-mmix.c (mmix_elf_section_data): Likewise.
3857 * elfxx-mips.c (mips_elf_section_data): Likewise.
3858 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
3859 (ieee_get_section_contents): Likewise.
3860 (ieee_new_section_hook): Formatting.
3861 (ieee_canonicalize_reloc): Remove commented out code.
3862 * mmo.c (mmo_section_data): Define. Use throughout file.
3863 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
3864
3865 2003-01-31 Graydon Hoare <graydon@redhat.com>
3866
3867 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
3868 * Makefile.in: Regenerate.
3869 * opncls.c (calc_crc32, get_debug_link_info,
3870 seperate_debug_file_exists, find_seperate_debug_file): New
3871 internal functions.
3872 (bfd_follow_gnu_debuglink): New function. Follow the pointer
3873 contained inside a .gnu_debuglink section.
3874 * bfd-in2.h: Regenerate.
3875
3876 2003-01-29 Alexandre Oliva <aoliva@redhat.com>
3877
3878 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
3879 entry->abfd when it's NULL.
3880
3881 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
3882
3883 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
3884 _bfd_elf_section_offset returning -2 the same way as -1.
3885
3886 * elfxx-mips.c (mips_elf_multi_got): New function.
3887 (struct mips_got_entry): Make symndx and gotidx signed. Moved
3888 addend into union along with address and link hash entry.
3889 (struct mips_got_info): Added bfd2got and next.
3890 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
3891 (mips_elf_got_section, mips_elf_create_got_section): Use
3892 SEC_EXCLUDE bit to tell whether we really need the got
3893 section. Take boolean arguments to disregard an excluded
3894 section, or to create it as excluded. Adjust all callers.
3895 Use mips_elf_got_section all over.
3896 (mips_elf_local_got_index, mips_elf_got_page,
3897 mips_elf_got16_entry): Take input bfd as argument, and pass it
3898 on to mips_elf_create_local_got_entry.
3899 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
3900 Take input bfd as argument, and manage entries in the
3901 appropriate GOT.
3902 (mips_elf_got_offset_from_index): Take input bfd as argument,
3903 and use it to adjust the GP offset of the bfd.
3904 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
3905 unreferenced GOT entries of global symbols to the end.
3906 (mips_elf_record_global_got_symbol): Take input bfd as
3907 argument. Add entries to the master GOT hash table.
3908 (struct mips_elf_bfd2got_hash): New.
3909 (struct mips_elf_got_per_bfd_arg): New.
3910 (struct mips_elf_set_global_got_offset_arg): New.
3911 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
3912 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
3913 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
3914 mips_elf_merge_gots, mips_elf_set_global_got_offset,
3915 mips_elf_resolve_final_got_entry,
3916 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
3917 mips_elf_got_for_ibfd): New functions.
3918 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
3919 (MIPS_ELF_GOT_MAX_SIZE): New macro.
3920 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
3921 (mips_elf_got_entry_hash): Take new fields into account. Use
3922 mips_elf_hash_bfd_vma.
3923 (mips_elf_got_entry_eq): Take new fields into account.
3924 (mips_elf_create_got_section): Initialize new fields.
3925 (mips_elf_calculate_relocation): Pass input_bfd to functions
3926 that now take it. Adjust gp for the input_bfd.
3927 (mips_elf_allocate_dynamic_relocation,
3928 mips_elf_create_dynamic_relocation,
3929 _bfd_mips_elf_create_dynamic_sections): Use...
3930 (mips_elf_rel_dyn_section): New function. Borrow code from...
3931 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
3932 now take it. Create the got section if needed, even if
3933 excluded, before recording a global got symbol. Move some
3934 code to...
3935 (mips_elf_record_local_got_symbol): New fn.
3936 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
3937 Compute multi-got global entries offsets. Move GOT code to...
3938 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
3939 if the GOT is too big.
3940 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
3941 undefweak symbol to zero. Generate dynamic relocations for
3942 non-primary GOT entries for global symbols.
3943 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
3944 case. Generate dynamic relocations for local got entries.
3945 Sort dynamic relocations on N64 too, using...
3946 (sort_dynamic_relocs_64): New fns.
3947 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
3948 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
3949
3950 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
3951
3952 * bfd.c (struct _bfd): Added id field.
3953 * opncls.c (_bfd_id_counter): New static variable.
3954 (_bfd_new_bfd): Use it.
3955 * bfd-in2.h: Rebuilt.
3956
3957 2003-01-25 Alan Modra <amodra@bigpond.net.au>
3958
3959 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
3960
3961 2003-01-25 Jakub Jelinek <jakub@redhat.com>
3962
3963 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
3964 (elf32_sparc_rev32_howto): New variable.
3965 (sparc_reloc_map): Add TLS relocs.
3966 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
3967 Handle REV32.
3968 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
3969 New functions.
3970 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
3971 struct elf32_sparc_link_hash_table):
3972 New structures.
3973 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
3974 elf32_sparc_hash_table): Define.
3975 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
3976 create_got_section, elf32_sparc_create_dynamic_sections,
3977 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
3978 functions.
3979 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
3980 reference counting.
3981 (elf32_sparc_gc_sweep_hook): Likewise.
3982 (elf32_sparc_adjust_dynamic_symbol): Likewise.
3983 (elf32_sparc_size_dynamic_sections): Likewise.
3984 (elf32_sparc_relocate_section): Likewise.
3985 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
3986 New functions.
3987 (elf32_sparc_object_p): Allocate backend private object data.
3988 (bfd_elf32_bfd_link_hash_table_create,
3989 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
3990 elf_backend_can_refcount): Define.
3991 (elf_backend_create_dynamic_sections): Define to
3992 elf32_sparc_create_dynamic_sections.
3993 * reloc.c: Add SPARC TLS relocs.
3994 * bfd-in2.h, libbfd.h: Rebuilt.
3995 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
3996 (sparc_reloc_map): Likewise.
3997
3998 2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
3999
4000 * bfd-in2.h: Regenerate.
4001 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
4002 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
4003 (elf_howto_table): Add TLS relocs.
4004 (elf_s390_reloc_type_lookup): Likewise.
4005 (elf_s390_link_hash_entry): Add tls_type.
4006 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
4007 New macros.
4008 (elf_s390_link_hash_table): Add tls_ldm_got.
4009 (link_hash_newfunc): Initialize tls_type.
4010 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
4011 (elf_s390_copy_indirect_symbol): Copy tls_type information.
4012 (elf_s390_check_relocs): Support TLS relocs.
4013 (elf_s390_gc_sweep_hook): Likewise.
4014 (allocate_dynrelocs): Likewise.
4015 (elf_s390_size_dynamic_sections): Likewise.
4016 (elf_s390_relocate_section): Likewise.
4017 (elf_s390_finish_dynamic_symbol): Likewise.
4018 (bfd_elf32_mkobject): Define for TLS.
4019 * elf64-s390.c: Same changes as for elf32-s390.c.
4020 * libbfd.h: Regenerate.
4021 * reloc.c: Add s390 TLS relocations.
4022
4023 2003-01-24 Charles Lepple <clepple@ghz.cc>
4024
4025 * aclocal.m4: Fix name of --enable-install-libbfd switch.
4026
4027 2003-01-23 Nick Clifton <nickc@redhat.com>
4028
4029 * Add sh2e support:
4030 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
4031 * archures.c (bfd_mach_sh2e): Added.
4032 * bfd-in2.h: Rebuilt.
4033 * cpu-sh.c (arch_info_struct): Added SH2e.
4034 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
4035
4036 2003-01-23 Alan Modra <amodra@bigpond.net.au>
4037
4038 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
4039 dynindx to an int. Rearrange for better packing.
4040 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
4041 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
4042 * elf32-sh64.h: New. Split out from include/elf/sh.h.
4043 (struct _sh64_elf_section_data): New struct.
4044 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4045 * elf32-sh64-com.c: Include elf32-sh64.h.
4046 * elf32-sh64.c: Likewise.
4047 (sh64_elf_new_section_hook): New function.
4048 (bfd_elf32_new_section_hook): Define.
4049 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
4050 (sh64_bfd_elf_copy_private_section_data): Likewise.
4051 (sh64_elf_final_write_processing): Likewise.
4052 * elf32-sparc.c (struct elf32_sparc_section_data): New.
4053 (elf32_sparc_new_section_hook): New function.
4054 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4055 (sec_do_relax): Define.
4056 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
4057 (elf32_sparc_relocate_section): Likewise.
4058 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
4059 * elf64-mmix.c (struct _mmix_elf_section_data): New.
4060 (mmix_elf_section_data): Define. Use throughout file.
4061 (mmix_elf_new_section_hook): New function.
4062 (bfd_elf64_new_section_hook): Define.
4063 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
4064 (ppc64_elf_section_data): Define. Use throughout.
4065 (ppc64_elf_new_section_hook): New function.
4066 (bfd_elf64_new_section_hook): Define.
4067 * elf64-sparc.c (struct sparc64_elf_section_data): New.
4068 (sparc64_elf_new_section_hook): New function.
4069 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4070 (sec_do_relax): Define.
4071 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
4072 (sparc64_elf_relocate_section): Likewise.
4073 (bfd_elf64_new_section_hook): Define.
4074 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
4075 * elfxx-mips.c (struct _mips_elf_section_data): New.
4076 (mips_elf_section_data): Define. Use throughout.
4077 (_bfd_mips_elf_new_section_hook): New function.
4078 (mips_elf_create_got_section): Don't alloc used_by_bfd.
4079 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
4080 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
4081 * Makefile.am: Run "make dep-am".
4082 * Makefile.in: Regenerate.
4083
4084 2003-01-21 Richard Henderson <rth@redhat.com>
4085
4086 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
4087 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
4088 (elf64_alpha_adjust_dynamic_symbol): Set them.
4089 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
4090 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
4091 symbol index when relaxing LDM to TPREL.
4092 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
4093 relocs, even if the target isn't locally defined.
4094 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
4095 (elf64_alpha_relocate_section): Likewise. Force TP-relative
4096 relocs vs symndx 0 to the tp base.
4097
4098 2003-01-21 Fabio Alemagna <falemagn@aros.org>
4099
4100 * config.bfd: Handle i[3456]86-*-aros*.
4101
4102 2003-01-21 Andreas Schwab <schwab@suse.de>
4103
4104 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
4105 (struct ppc_elf_link_hash_entry): Define.
4106 (ppc_elf_hash_entry): New function.
4107 (struct ppc_elf_link_hash_table): Define.
4108 (ppc_elf_hash_table): New function.
4109 (ppc_elf_link_hash_newfunc): New function.
4110 (ppc_elf_link_hash_table_create): New function.
4111 (ppc_elf_copy_indirect_symbol): New function.
4112 (allocate_dynrelocs): New function.
4113 (readonly_dynrelocs): New function.
4114 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
4115 relocs and determine DT_TEXTREL.
4116 (ppc_elf_check_relocs): Don't do that here, just count the
4117 dynamic relocs.
4118 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
4119 removed section.
4120 (bfd_elf32_bfd_link_hash_table_create): Define.
4121 (elf_backend_copy_indirect_symbol): Define.
4122
4123 2003-01-21 Richard Henderson <rth@redhat.com>
4124
4125 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
4126 TPREL also get a reloc if shared. Remove SREL support.
4127 (elf64_alpha_emit_dynrel): New.
4128 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
4129 and GOTTPREL relocs to local symbols against the tp base.
4130 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
4131
4132 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
4133 use count before clobbering r_type.
4134 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
4135 ordering would mean dataflow inspection is necessary.
4136
4137 2003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
4138
4139 * coffcode.h (coff_set_flags): Added get/set arch hooks.
4140
4141 2003-01-20 Fabio Alemagna <falemagn@aros.org>
4142
4143 * elf32-sh.c: Treat elfNN_bed like other macros defined in
4144 elfxx-target.h and #undef it before #define'ing it.
4145 * elf32-i386.c: Likewise.
4146 * elf32-sh64.c: Likewise.
4147 * elf64-alpha.c: Likewise.
4148 * elf64-sh64.c: Likewise.
4149
4150 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
4151
4152 * bfd-in2.h: Regenerate.
4153 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
4154 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
4155 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
4156 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
4157 R_390_PLTOFF32 and R_390_PLTOFF64.
4158 (elf_s390_reloc_type_lookup): Likewise.
4159 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
4160 of GOTPLT references to a function.
4161 (link_hash_newfunc): Initialize gotplt_refcount.
4162 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
4163 and creation of the got section out of the main switch. Add support
4164 for the gotoff, gotplt and pltoff relocations.
4165 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4166 and pltoff.
4167 (elf_s390_adjust_gotplt): New function.
4168 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
4169 plt entries.
4170 (allocate_dynrelocs): Add comment.
4171 (elf_s390_relocate_section): Change r_type to unsigned. Add support
4172 for gotoff, gotplt and pltoff relocations.
4173 * elf64-s390.c: Same changes as for elf32-s390.c.
4174 * libbfd.h: Regenerate.
4175 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
4176 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
4177 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
4178 and BFD_RELOC_390_PLTOFF64.
4179
4180 2003-01-18 Jakub Jelinek <jakub@redhat.com>
4181
4182 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
4183 R_IA64_TPREL64[LM]SB against non-global symbol properly.
4184
4185 2003-01-16 Jakub Jelinek <jakub@redhat.com>
4186
4187 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
4188 self_dtpmod_done and self_dtpmod_offset.
4189 (allocate_global_data_got): Only use one got entry for all
4190 dtpmod relocs against local symbols.
4191 (allocate_dynrel_entries): Only need .rela.got entry for
4192 dtpmod against global symbol.
4193 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
4194 Reserve space in .rela.got for the local dtpmod entry.
4195 (set_got_entry): Initialize the common local dtpmod .got entry.
4196 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
4197 and R_IA_64_DTPREL64MSB.
4198
4199 2003-01-16 Alan Modra <amodra@bigpond.net.au>
4200
4201 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
4202 (R_PPC_*): Rename all occurrences to R_PPC64_*.
4203 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
4204 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
4205 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
4206 relative relocs, not with absolute ones.
4207 * Makefile.am: Run "make dep-am".
4208 * Makefile.in: Regenerate.
4209 * po/SRC-POTFILES.in: Regenerate.
4210
4211 2003-01-15 Andreas Schwab <schwab@suse.de>
4212
4213 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
4214 relocation against a non-allocated readonly section.
4215
4216 2003-01-10 Alan Modra <amodra@bigpond.net.au>
4217
4218 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
4219 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
4220
4221 2002-01-08 Klee Dienes <kdienes@apple.com>
4222
4223 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
4224 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
4225 * Makefile.in: Regenerate.
4226
4227 2003-01-08 Alexandre Oliva <aoliva@redhat.com>
4228
4229 * elfn32-mips.c (prev_reloc_section): New.
4230 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
4231 (SET_RELOC_ADDEND): Parenthesize macro argument.
4232
4233 2003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
4234
4235 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
4236 adjust addil instructions if the symbol has no section.
4237
4238 2003-01-07 DJ Delorie <dj@redhat.com>
4239
4240 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
4241 partial_inplace.
4242
4243 2003-01-07 Andreas Schwab <schwab@suse.de>
4244
4245 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
4246 PC relative relocations.
4247 (elf_m68k_discard_copies): Set it here instead.
4248
4249 2002-01-02 Ben Elliston <bje@redhat.com>
4250 Jeff Johnston <jjohnstn@redhat.com>
4251
4252 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
4253 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
4254 (BFD32_BACKENDS): Add elf32-iq2000.lo.
4255 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
4256 (cpu-iq2000.lo): New target.
4257 * Makefile.in: Regenerate.
4258 * config.bfd: Handle iq2000-*-elf.
4259 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
4260 (bfd_archures_list): Add bfd_iq2000_arch.
4261 * configure.in: Handle bfd_elf32_iq2000_vec.
4262 * configure: Regenerate.
4263 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
4264 and BFD_RELOC_IQ2000_UHI16.
4265 * targets.c (bfd_elf32_iq2000_vec): Declare.
4266 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
4267 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
4268 * cpu-iq2000.c: New file.
4269 * elf32-iq2000.c: Likewise.
4270 * libbfd.h: Regenerate.
4271 * bfd-in2.h: Likewise.
4272
4273 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
4274
4275 * elfxx-mips.c: Include libiberty.h.
4276 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
4277 (mips_set_isa_flags): New function, split out from...
4278 (_bfd_mips_elf_final_write_processing): ...here. Only call
4279 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
4280 (mips_mach_extensions): New array.
4281 (mips_32bit_flags_p): New function.
4282 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
4283 Use mips_32bit_flags_p to check if one binary is 32-bit and the
4284 other is 64-bit. When adopting IBFD's architecture, adopt the
4285 bfd_mach as well as the flags.
4286
4287 2003-01-02 Nick Kelsey <nickk@ubicom.com>
4288
4289 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
4290 fix internal errors, fix bad code generation, fix incorrect stabs
4291 information, and improve ability to eliminate redundant page
4292 instructions. Added code to ip2k_final_link_relocate to self-verify
4293 the linker relaxation. Fix formatting problems.
4294
4295 2002-12-30 Chris Demetriou <cgd@broadcom.com>
4296
4297 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
4298 * archures.c (bfd_mach_mipsisa32r2): New define.
4299 * bfd-in2.h: Regenerate.
4300 * cpu-mips.c (I_mipsisa32r2): New enum value.
4301 (arch_info_struct): Add entry for I_mipsisa32r2.
4302 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
4303 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
4304 (_bfd_mips_elf_final_write_processing): Add
4305 bfd_mach_mipsisa32r2 case.
4306 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
4307 binaries marked as using MIPS32 Release 2.
4308
4309 2002-12-30 Dmitry Diky <diwil@mail.ru>
4310
4311 * Makefile.am: Add msp430 target.
4312 * configure.in: Likewise.
4313 * Makefile.in: Regenerate.
4314 * configure: Regenerate.
4315 * archures.c: Add msp430 architecture vector.
4316 * config.bfd: Likewise.
4317 * reloc.c: Add msp430 relocs.
4318 * targets.c: Add msp320 target.
4319 * cpu-msp430.c: New file: msp430 cpu detection.
4320 * elf32-msp430.c: New file: msp430 reloc processing.
4321 * bfd-in2.h: Regenerate.
4322 * libbfd.h: Regenerate.
4323
4324 2002-12-28 Jakub Jelinek <jakub@redhat.com>
4325
4326 * elf.c (elf_sort_sections): Don't reorder .tbss.
4327 (assign_file_positions_for_segments): Only adjust off/voff
4328 for increased alignment in PT_LOAD or PT_NOTE segment,
4329 but adjust p_filesz for .tbss too. in PT_LOAD consider
4330 .tbss to have zero memory size.
4331 (copy_private_bfd_data) [SECTION_SIZE]: Define.
4332 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
4333 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
4334 into PT_TLS segment. Never put SHF_TLS sections in
4335 segments other than PT_TLS or PT_LOAD.
4336
4337 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
4338 sh_entsize.
4339
4340 2002-12-23 DJ Delorie <dj@redhat.com>
4341
4342 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
4343
4344 2002-12-23 Alan Modra <amodra@bigpond.net.au>
4345
4346 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
4347
4348 2002-12-23 Nick Clifton <nickc@redhat.com>
4349
4350 * archures.c (bfd_arch_get_compatible): Add third parameter
4351 'accept_unknowns'. Only accept unknown format BFDs if
4352 accept_unknowns is true, or if the format is "binary".
4353 * bfd-in2.h: Regenerate.
4354
4355 2002-12-21 Nick Clifton <nickc@redhat.com>
4356
4357 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
4358 that subtracted 8 from pc relative relocations.
4359
4360 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4361
4362 * coff-h8300.c: Fix comment typos.
4363 * coffcode.h: Likewise.
4364 * cpu-cris.c: Likewise.
4365 * elf32-vax.c: Likewise.
4366 * genlink.h: Likewise.
4367 * linker.c: Likewise.
4368 * som.c: Likewise.
4369 * tekhex.c: Likewise.
4370 * vms-misc.c: Likewise.
4371
4372 2002-12-20 DJ Delorie <dj@redhat.com>
4373
4374 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
4375 * libbfd.h: Regenerate.
4376 * bfd-in2.h: Regenerate.
4377 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
4378 (xstormy16_reloc_map): Add R_XSTORMY16_12.
4379
4380 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
4381
4382 * doc/bfdint.texi: Fix typos.
4383
4384 2002-12-20 Paul Eggert <eggert@twinsun.com>
4385
4386 Port to POSIX 1003.1-2001.
4387 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
4388 * configure.in (build-warnings): Likewise.
4389 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
4390 * aclocal.m4: Regenerate.
4391 * config.in: Regenerate.
4392 * configure: Regenerate.
4393
4394 2002-12-19 Alan Modra <amodra@bigpond.net.au>
4395
4396 * coff-h8300.c: Include libiberty.h.
4397 (h8300_reloc16_extra_cases): Check the hash table creator before
4398 referencing h8300 specific fields. Stash the hash table pointer
4399 in a local var. Comment typo fixes.
4400 (h8300_bfd_link_add_symbols): Likewise.
4401
4402 * reloc.c (struct reloc_howto_struct): Revise src_mask and
4403 dst_mask comments.
4404 * bfd-in2.h: Regenerate.
4405
4406 2002-12-18 Alan Modra <amodra@bigpond.net.au>
4407
4408 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
4409 code a little. Comment on dynamic relocs against section symbols.
4410
4411 2002-12-17 Roger Sayle <roger@eyesopen.com>
4412
4413 * configure.host (ia64-*-hpux*): Support 64 bit targets using
4414 the HP compiler's "long long".
4415
4416 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
4417
4418 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
4419 and R_XSTORMY16_HI16) howto entries.
4420 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
4421 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
4422 determine the start of the second reloc table.
4423
4424 2002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
4425
4426 * ecofflink.c: Fix the reading of the debugging information
4427 of Tru64/Alpha binaries that are produced by recent Compaq
4428 compilers.
4429 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
4430 table.
4431 (lookup_line): Because of the strange information sometimes
4432 generated by Compaq's recent compilers, change how the FDR
4433 table is searched so that PDRs (procedure descriptors) are
4434 correctly found. Note that this change is really more of a hack;
4435 however, I have included extensive documentation as to why
4436 this is the best solution short of an extensive rewrite or
4437 another hack.
4438 (fdrtab_lookup): Add comments to explain the algorithm.
4439
4440 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
4441
4442 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
4443 initializers to match struct declaration.
4444
4445 2002-12-12 Alan Modra <amodra@bigpond.net.au>
4446
4447 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
4448 * elf.c (get_program_header_size): Likewise.
4449 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
4450 (m32r_elf_generic_reloc): Likewise.
4451 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
4452 * elflink.h (elf_bfd_discard_info): Likewise.
4453
4454 2002-12-12 Alan Modra <amodra@bigpond.net.au>
4455
4456 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
4457 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
4458 DT_RELSZ adjustment, not output section. Avoid writing tags when
4459 unchanged. Don't assume linker script is sane, adjust DT_REL too.
4460 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
4461 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
4462 DT_RELASZ adjustment, not output section. Avoid writing tags when
4463 unchanged. Adjust DT_RELA.
4464 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
4465 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
4466
4467 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
4468
4469 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
4470 addend by 4.
4471
4472 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
4473
4474 * elfxx-mips.c (struct mips_got_entry): New.
4475 (struct mips_got_info): Added got_entries field.
4476 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
4477 (mips_elf_local_got_index, mips_elf_got_page,
4478 mips_elf_got16_entry): Re-implement in terms of new...
4479 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
4480 Change return type.
4481 (mips_elf_highest): Warning clean-up.
4482 (mips_elf_create_got_section): Initialize got_entries.
4483 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
4484 local got size.
4485 (_bfd_mips_elf_size_dynamic_sections): Do not account for
4486 GOT_PAGE entries, since we now reuse GOT16 entries.
4487
4488 2002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
4489
4490 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
4491 read-only section that lies after .text and before .data to be
4492 written into the output file and included in a_text.
4493 (translate_to_native_sym_flags): If an otherwise unrepresentable
4494 section was merged with .text, convert its symbols to N_TEXT
4495 symbols.
4496 * libaout.h (aout_section_merge_with_text_p): New macro.
4497
4498 2002-12-08 Alan Modra <amodra@bigpond.net.au>
4499
4500 * bfd-in.h: Comment typo fix. Formatting.
4501 * bfd-in2.h: Regenerate.
4502 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
4503 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
4504 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
4505
4506 2002-12-05 Richard Henderson <rth@redhat.com>
4507
4508 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
4509 Only send PCREL21B though the plt. Fix installed reloc type.
4510 (elfNN_ia64_relocate_section): Give error for dynamic reloc
4511 against PCREL22 or PCREL64I; clean up error messages for
4512 branch relocs.
4513
4514 2002-12-04 Kevin Buettner <kevinb@redhat.com>
4515
4516 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
4517 New functions.
4518 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
4519
4520 2002-12-04 David Mosberger <davidm@hpl.hp.com>
4521
4522 * cpu-ia64-opc.c: Add operand constant "ar.csd".
4523
4524 2002-12-04 H.J. Lu <hjl@gnu.org>
4525
4526 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
4527 BFD address when constructing local name.
4528
4529 2002-12-04 Andreas Schwab <schwab@suse.de>
4530
4531 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
4532 member.
4533 (elf_m68k_link_hash_table_create): Initialize it.
4534 (elf_m68k_check_relocs): Handle symbols that are forced to be
4535 local due to visibility changes.
4536 (elf_m68k_adjust_dynamic_symbol): Likewise.
4537 (elf_m68k_size_dynamic_sections): Likewise.
4538 (elf_m68k_discard_copies): Likewise.
4539 (elf_m68k_relocate_section): Likewise.
4540
4541 2002-12-04 Alan Modra <amodra@bigpond.net.au>
4542
4543 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
4544
4545 2002-12-04 Alan Modra <amodra@bigpond.net.au>
4546
4547 * srec.c (srec_write_symbols): Restore '$' prefix to address
4548 accidentally removed in 2002-04-04 change.
4549 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
4550
4551 2002-12-03 Nick Clifton <nickc@redhat.com>
4552
4553 * elf32-ppc.c (apuinfo_list_init): New function.
4554 (apuinfo_list_add): New function: Add a value to the list.
4555 (apuinfo_list_length): New function: Return the number of
4556 values on the list.
4557 (apuinfo_list_element): New function: Return a value on the
4558 list.
4559 (apuinfo_list_finish): New function: Free the resources used
4560 by the list.
4561 (ppc_elf_begin_write_processing): New function. Scan the
4562 input bfds for apuinfo sections.
4563 (ppc_elf_write_section): New function: Delay the creation of
4564 the contents of an apuinfo section in an output bfd.
4565 (ppc_elf_final_write_processing): New function. Create the
4566 contents of an apuinfo section in an output bfd.
4567 (elf_backend_begin_write_processing): Define.
4568 (elf_backend_final_write_processing): Define.
4569 (elf_backend_write_section): Define.
4570
4571 2002-12-03 Richard Henderson <rth@redhat.com>
4572
4573 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
4574
4575 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4576
4577 Fix PR savannah/1417:
4578 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
4579 branch if it goes to the start of the deleted region.
4580
4581 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4582
4583 * bfd-in2.h (bfd_mach_m6812): Rebuild.
4584 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
4585 bfd_mach_m6812s): Declare.
4586
4587 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
4588 (_bfd_m68hc12_elf_set_private_flags): Call it.
4589 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
4590 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
4591 report microcontroller incompatibilities (HC12 vs HCS12).
4592 (elf_backend_object_p): Update.
4593
4594 2002-11-30 Alan Modra <amodra@bigpond.net.au>
4595
4596 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
4597 (enum bfd_boolean, boolean): Delete.
4598 (bfd_boolean): Typedef to an int.
4599 (FALSE, TRUE): Define.
4600 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
4601 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
4602 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
4603 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
4604 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
4605 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
4606 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
4607 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
4608 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
4609 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
4610 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
4611 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
4612 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
4613 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
4614 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
4615 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
4616 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
4617 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
4618 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
4619 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
4620 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
4621 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
4622 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
4623 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
4624 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
4625 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4626 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4627 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4628 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
4629 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
4630 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4631 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
4632 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
4633 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
4634 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
4635 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
4636 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
4637 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
4638 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
4639 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
4640 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
4641 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
4642 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
4643 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
4644 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
4645 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
4646 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
4647 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
4648 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
4649 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
4650 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
4651 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
4652 of bfd_boolean vars with TRUE/FALSE. Formatting.
4653 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
4654
4655 2002-11-28 Alan Modra <amodra@bigpond.net.au>
4656
4657 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
4658 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
4659 with Elf_Internal_Rela.
4660 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
4661 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
4662 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
4663 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4664 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4665 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4666 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
4667 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4668 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4669 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
4670 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
4671 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
4672 throughout instead.
4673 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
4674 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
4675 Remove INLINE keyword.
4676 (elf_swap_reloc_in): Likewise. Also clear r_addend.
4677 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
4678 as a bfd_byte *.
4679 (elf_write_relocs): Consolidate REL and RELA code.
4680 (elf_slurp_reloc_table_from_section): Simplify REL code.
4681 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
4682 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
4683 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
4684 RELA code.
4685 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
4686 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
4687 (elf_link_output_relocs): Likewise.
4688 (elf_reloc_link_order): Likewise.
4689 (elf_finish_pointer_linker_section): Likewise.
4690 (struct elf_link_sort_rela): Remove union.
4691 (elf_link_sort_cmp1): Update to suit.
4692 (elf_link_sort_cmp2): Here too.
4693 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
4694 over-allocation for int_rels_per_ext_rel != 1 case.
4695 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
4696 * elf32-i386.c: Likewise.
4697 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
4698 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
4699 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
4700 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
4701 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4702 elf64-sparc.c, elf64-x86-64.c: Likewise.
4703 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
4704 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
4705 bfd_elf32_swap_reloc_in.
4706
4707 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
4708 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
4709 (mips_elf64_swap_reloc_in): Zero r_addend.
4710 (mips_elf64_be_swap_reloc_in): Likewise.
4711 (mips_elf64_slurp_one_reloc_table): Simplify.
4712
4713 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
4714 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
4715 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4716
4717 2002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4718
4719 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
4720 unresolved debugging relocs in dynamic applications.
4721 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4722
4723 2002-11-26 Alan Modra <amodra@bigpond.net.au>
4724
4725 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
4726 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
4727 on a relocatable link. Comment typos.
4728 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
4729 in the order they are declared. Clear elf_hash_value too.
4730 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
4731 eh_info and tls_segment.
4732 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
4733 sorted when discarding relocs by turning them into R_*_NONE.
4734
4735 * libbfd.c (warn_deprecated): Comment spelling.
4736 * po/SRC-POTFILES.in: Regenerate.
4737
4738 2002-11-21 Richard Henderson <rth@redhat.com>
4739
4740 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
4741 arch's st_other bits when merging visibilities.
4742 (elf_link_output_extsym): Tidy clearing of visibility field.
4743
4744 2002-11-21 Alan Modra <amodra@bigpond.net.au>
4745
4746 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
4747 (SWAP_OUT_RELOC_OFFSET): Define.
4748
4749 2002-11-20 Alexandre Oliva <aoliva@redhat.com>
4750
4751 * elf.c (_bfd_elf_link_hash_table_init): Make sure
4752 can_refcount is properly extended to the type of
4753 init_refcount.
4754
4755 2002-11-19 Alexandre Oliva <aoliva@redhat.com>
4756
4757 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
4758 (_bfd_mips_elf_relocate_section): Use it.
4759
4760 * elfxx-mips.c (MNAME): New macro.
4761 (_bfd_mips_elf_check_relocs): Use it.
4762 (_bfd_mips_elf_discard_info): Likewise.
4763 (_bfd_mips_elf_final_link): Likewise.
4764
4765 2002-11-19 Alan Modra <amodra@bigpond.net.au>
4766
4767 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
4768 rel_hdr.sh_size too.
4769
4770 2002-11-18 Klee Dienes <kdienes@apple.com>
4771
4772 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
4773 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
4774 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
4775 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
4776 Add dependencies for bfdwin.c, bfdio.c.
4777 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
4778 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
4779 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
4780 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
4781 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
4782 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
4783 bfd_get_size (moved from libbfd.c and bfd.c).
4784 * bfdwin.c New file. Contains _bfd_window_internal,
4785 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
4786 libbfd.c and bfd.c).
4787 * po/SRC-POTFILES.in: Regenerate.
4788 * po/bfd.pot: Regenerate.
4789 * libbfd.h: Regenerate.
4790 * bfd-in2.h: Regenerate.
4791 * aclocal.m4: Regenerate.
4792 * Makefile.in: Regenerate.
4793 * configure: Regenerate.
4794
4795 2002-11-18 Klee Dienes <kdienes@apple.com>
4796
4797 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
4798
4799 2002-11-15 Kazu Hirata <kazu@cs.umass.edu>
4800
4801 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
4802 jsr after a short jump.
4803 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4804
4805 2002-11-15 Klee Dienes <kdienes@apple.com>
4806
4807 * pef.c (bfd_pef_convert_architecture): Move declaration of
4808 ARCH_POWERPC and ARCH_M68K to the start of the function.
4809
4810 2002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
4811
4812 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
4813
4814 2002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4815
4816 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
4817 For bpo_gregs_section->contents, allocate _raw_size, not
4818 _cooked_size.
4819
4820 2002-11-13 Klee Dienes <kdienes@apple.com>
4821
4822 * config.bfd: Add entries for powerpc-*-darwin and cousins.
4823
4824 2002-11-13 H.J. Lu <hjl@gnu.org>
4825
4826 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
4827
4828 2002-11-13 Klee Dienes <kdienes@apple.com>
4829 Alan Modra <amodra@bigpond.net.au>
4830
4831 * bfd.c (struct bfd_preserve): New.
4832 (bfd_preserve_save): New function.
4833 (bfd_preserve_restore): Ditto.
4834 (bfd_preserve_finish): Ditto.
4835 * bfd-in2.h: Regenerate.
4836 * mach-o.c: Formatting.
4837 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
4838 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
4839 (bfd_mach_o_core_p): Ditto.
4840 (bfd_mach_o_scan): Pass in mdata.
4841 * mach-o.h (bfd_mach_o_scan): Update prototype.
4842 * pef.c: Formatting.
4843 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
4844 (bfd_pef_xlib_object_p): Ditto.
4845 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
4846 * pef.h (bfd_pef_scan): Update prototype.
4847 * xsym.c: Formatting, K&R fixes.
4848 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
4849 (bfd_sym_scan): New function split out from bfd_sym_object_p.
4850 * xsym.h (bfd_sym_scan): Declare.
4851 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
4852 * elfcore.h (elf_core_file_p): Likewise.
4853 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
4854
4855 2002-11-12 Nick Clifton <nickc@redhat.com>
4856
4857 * po/da.po: Updated Danish translation.
4858
4859 2002-11-12 Alan Modra <amodra@bigpond.net.au>
4860
4861 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
4862 relocatable link too.
4863 (elf_link_input_bfd): When emitting relocs, adjust offsets for
4864 eh_frame and stab sections. Zap deleted relocs.
4865 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
4866 (elf_bfd_discard_info): Run for relocatable link too.
4867 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
4868 Handle ld -r case.
4869 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
4870 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
4871
4872 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
4873 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
4874 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
4875 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
4876 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
4877 (struct elf_link_hash_table): Add eh_info.
4878 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
4879 (_bfd_elf_discard_section_eh_frame): Update prototype.
4880 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
4881 (_bfd_elf_write_section_eh_frame): Likewise.
4882 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
4883 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
4884 param. Get "hdr_info" from link hash table.
4885 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
4886 header section from link hash table. Save header section to elf_tdata.
4887 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
4888 header section from link hash table. Don't alloc hdr_info. Clear
4889 hdr_sec instead of setting "strip".
4890 (_bfd_elf_eh_frame_section_offset): Formatting.
4891 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
4892 Get header section from link hash table.
4893 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
4894 Get header section from link hash table.
4895 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
4896 (get_program_header_size): Likewise.
4897 (_bfd_elf_section_offset): Formatting.
4898 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
4899 section pointer in link hash table.
4900 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
4901 and _bfd_elf_write_section_eh_frame calls. Update comment about
4902 eh_frame entries.
4903 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
4904 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
4905
4906 * po/SRC-POTFILES.in: Regenerate.
4907
4908 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
4909 relocs for discarded FDEs. Remove dead code.
4910 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
4911 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
4912 Tidy conditions under which stabs are edited. Formatting.
4913 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
4914 from discarded relocs.
4915 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
4916 section adjustments after testing magic values.
4917
4918 2002-11-12 Thomas Moestl <tmm@FreeBSD.org>
4919
4920 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
4921 references to large plt symbols.
4922
4923 2002-11-12 Klee Dienes <kdienes@apple.com>
4924
4925 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
4926 looking for an unused section name.
4927
4928 2002-11-11 Kazu Hirata <kazu@cs.umass.edu>
4929
4930 * coff-h8300.c: Fix formatting.
4931 * elf32-h8300.c: Likewise.
4932 * reloc16.c: Likewise.
4933
4934 2002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
4935
4936 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
4937 section when dynamic section unused; _bfd_strip_section_from_output
4938 instead.
4939
4940 2002-11-08 Alan Modra <amodra@bigpond.net.au>
4941
4942 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
4943 and sym_vec.
4944
4945 * dwarf2.c: Revert last change.
4946
4947 2002-11-07 Michal Ludvig <mludvig@suse.cz>
4948
4949 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
4950 _bfd_dwarf2_find_nearest_line): Use
4951 bfd_simple_get_relocated_section_contents() instead of
4952 bfd_get_section_contents().
4953 * reloc.c (bfd_perform_relocation): Add sanity check.
4954 * simple.c (simple_get_relocated_section_contents): If the section
4955 does not have any relocs associated with it, just return the
4956 unadjusted contents.
4957
4958 2002-11-07 Hans-Peter Nilsson <hp@axis.com>
4959
4960 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
4961 case R_CRIS_32_GOT>: Correct test for filling in constant .got
4962 contents, enabling for a non-DSO, for symbols defined in the
4963 program with --export-dynamic.
4964
4965 2002-11-07 Alan Modra <amodra@bigpond.net.au>
4966
4967 * elf64-ppc.c: Comment typo fixes.
4968 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
4969
4970 2002-11-07 Nick Clifton <nickc@redhat.com>
4971
4972 * po/da.po: Updated Danish translation.
4973
4974 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
4975
4976 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
4977 exactly three internal relocs per external reloc. Set reloc_count
4978 to the external reloc count.
4979
4980 2002-11-06 Klee Dienes <kdienes@apple.com>
4981
4982 * coff-stgo32.c (stub_bytes): Mark as const.
4983 Fix comment formatting.
4984
4985 2002-11-06 Klee Dienes <kdienes@apple.com>
4986
4987 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
4988 xsym.lo.
4989 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
4990 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
4991 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
4992 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
4993 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
4994 sym.
4995 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
4996 * Makefile.in: Regenerate.
4997 * doc/Makefile.in: Regenerate.
4998 * bfd-in2.h: Regenerate.
4999 * xsym.c: New file. Contains support for the Apple/Metrowerks
5000 xSYM debugging format.
5001 * xsym.h: New file.
5002 * pef.c: New file. Contains support for the Apple Code Fragment
5003 Manager Preferred Executable Format
5004 * pef.h: New file.
5005 * pef-traceback.h: New file. Contains support for parsing PowerPC
5006 traceback tables as used by PEF executables (and perhaps other
5007 systems as well).
5008 * mach-o.c: New file. Contains support for the Mach-O object file
5009 format.
5010 * mach-o.h: New file.
5011 * mach-o-target.c: New file. Declares the mach-o targets
5012 themselves. Included three times by mach-o.c; each time with a
5013 different set of macros set.
5014
5015 2002-11-06 Graeme Peterson <gp@qnx.com>
5016
5017 * Makefile.am: Remove entries for elf32-qnx.[ch].
5018 * Makefile.in: Regenerate.
5019 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
5020 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
5021 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5022 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
5023 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
5024 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
5025 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5026 * configure: Regenerate.
5027 * elf32-qnx.c: Remove.
5028 * elf32-qnx.h: Remove.
5029 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
5030 is_contained_by_filepos, and copy_private_bfd_data_p.
5031 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
5032 is_contained_by_filepos, and copy_private_bfd_data_p.
5033 * elf32-i386.c: Remove QNX extended bfd support.
5034 * elf32-ppc.c: Remove QNX extended bfd support.
5035 * elf32-sh.c: Remove QNX extended bfd support.
5036 * elfarm-nabi.c: Remove QNX extended bfd support.
5037 * targets.c: Remove qnx vectors.
5038 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
5039 (elf_backend_is_contained_by_filepos): Remove.
5040 (elf_backend_copy_private_bfd_data_p): Remove.
5041 * po/SRC-POTFILES.in: Regenerate.
5042
5043 2002-11-06 David O'Brien <obrien@FreeBSD.org>
5044 Alan Modra <amodra@bigpond.net.au>
5045
5046 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
5047 dynamic relocs against section symbols for the output section vma.
5048
5049 2002-11-05 Alan Modra <amodra@bigpond.net.au>
5050
5051 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
5052 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
5053
5054 2002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5055 Alan Modra <amodra@bigpond.net.au>
5056
5057 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
5058 vectors in target_selvecs.
5059 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
5060 in target_selvecs.
5061 (sh-*-netbsdelf*): Likewise.
5062 * configure.in (assocvecs): New variable. Handle assocvecs like
5063 selvecs.
5064 * configure: Regenerate.
5065 * format.c (bfd_check_format_matches): Store bfd_target pointers
5066 in matching_vector instead of target names. Select first target
5067 from bfd_associated_vector that matches a list of ambiguous targets.
5068 * targets.c (_bfd_associated_vector): New array.
5069 (bfd_associated_vector): New variable.
5070 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
5071 * libbfd-in.h (bfd_associated_vector): Declare.
5072 * libbfd.h: Regenerate.
5073
5074 2002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
5075
5076 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
5077 non-NULL before dereferencing.
5078
5079 2002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5080
5081 * vms.c (vms_object_p): Restore the start address when returning
5082 NULL.
5083
5084 2002-11-04 Alan Modra <amodra@bigpond.net.au>
5085 Hans-Peter Nilsson <hp@axis.com>
5086
5087 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
5088 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
5089 Set up a larger symshndxbuf, and write it out. Free it on
5090 exit rather than freeing symbuf twice. Correct section index
5091 on output section symbol loop.
5092 (elf_link_output_sym): Accumulate symbol extension section
5093 indices, reallocating symshndxbuf rather than writing it out.
5094 (elf_link_flush_output_syms): Don't flush symshndxbuf.
5095 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
5096 Use bfd_zalloc to clear i_shdrp[0] too.
5097
5098 2002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
5099
5100 * elf32-sh64-com.c (sh64_address_in_cranges): Use
5101 _raw_size of cranges section if _cooked_size not yet set.
5102
5103 2002-11-03 Hans-Peter Nilsson <hp@axis.com>
5104
5105 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
5106 for bfd_elf32_swap_symbol_out.
5107
5108 2002-10-31 David O'Brien <obrien@FreeBSD.org>
5109
5110 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
5111 signed and unsigned in comparison.
5112
5113 2002-10-30 Daniel Jacobowitz <drow@mvista.com>
5114
5115 * coffcode.h: Remove extraneous '\'.
5116
5117 2002-10-28 H.J. Lu <hjl@gnu.org>
5118
5119 * Makefile.am (targets.lo): Depend on Makefile instead of
5120 config.status.
5121 (archures.lo): Likewise.
5122 * Makefile.in: Regenerated.
5123
5124 2002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
5125
5126 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
5127 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
5128 targ_selvecs.
5129
5130 2002-10-25 Jim Wilson <wilson@redhat.com>
5131
5132 * elf64-sh64.c (sh_elf64_relocate_section): Call
5133 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
5134 of SHF_MERGE section.
5135
5136 2002-10-25 Hans-Peter Nilsson <hp@axis.com>
5137
5138 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
5139
5140 2002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
5141
5142 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
5143 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
5144 unsigned int.
5145 (NAME(aout,final_link)): Cast enum used in assignment.
5146 (aout_link_write_symbols): Cast enums in comparisons, int values to
5147 boolean, enums in assignments to int.
5148 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
5149 (aout_link_input_section_ext): Likewise. Cast enums used in
5150 comparisons with unsigned ints.
5151 (aout_link_reloc_link_order): Cast enum to int in assignment.
5152 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
5153 calls to char *.
5154 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
5155 assignment.
5156 * bfd-in2.h (bfd_set_section_vma): Likewise.
5157 * bfd.c (bfd_record_phdr): Cast enums in assignments.
5158 * binary.c (bfd_alloc): Cast enum to long.
5159 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
5160 * dwarf2.c (read_abbrevs): Add casts to enum types.
5161 (read_attribute_value): Likewise.
5162 (arange_add): Cast result of bfd_zalloc call.
5163 (comp_unit_contains_address): Return true and false.
5164 (comp_unit_find_nearest_line): Cast return to boolean.
5165 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
5166 * gen-aout.c: define macro '_' if not defined.
5167 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5168 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5169 (bfd_write_bigendian_4byte_int): Cast return to boolean.
5170 (bfd_seek): Cast bfd_realloc to bfd_byte *.
5171 (bfd_generic_is_local_label_name): Cast return to boolean.
5172 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
5173 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
5174 struct bfd_hash_entry *.
5175 (_bfd_generic_link_hash_newfunc): likewise.
5176 (_bfd_generic_final_link): Cast enum to unsigned int.
5177 * merge.c (sec_merge_emit): Cast return to boolean.
5178 (merge_strings): Add casts to const unsigned char *.
5179 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
5180 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
5181 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
5182 to struct bfd_hash_entry *.
5183 (bfd_set_section_content): Add cast to PTR in comparison.
5184 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
5185 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
5186 simple_dummy_unattached_reloc,
5187 bfd_simple_get_relocated_section_contents): Add K&R declarations and
5188 function definitions.
5189 * srec.c (S3Forced): Initialize to false.
5190 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
5191 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
5192 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
5193 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
5194 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
5195 comparisons.
5196
5197 2002-10-23 Jakub Jelinek <jakub@redhat.com>
5198
5199 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
5200 relocs into shared lib non-allocated reloc sections.
5201
5202 2002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5203
5204 * dwarf2.c (add_line_info): Ensure that the line_info_table is
5205 sorted even when given an out-of-order line sequence.
5206 (lookup_address_in_line_info_table): When an exact VMA match is
5207 not found, return line information with the closest VMA.
5208
5209 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
5210
5211 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
5212 HPUX 11.00 patch PHSS_26559.
5213
5214 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
5215
5216 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
5217 the options section into a separate section unless IRIX 6
5218 compatibility is enabled.
5219
5220 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
5221
5222 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
5223 into arrays.
5224 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
5225 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
5226 into account.
5227 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
5228 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
5229
5230 2002-10-21 Graeme Peterson <gp@qnx.com>
5231
5232 * targets.c (_bfd_target_vector): Add missing qnx vectors.
5233
5234 2002-10-21 Alan Modra <amodra@bigpond.net.au>
5235
5236 * targets.c (bfd_target_list): Don't return the default target twice.
5237
5238 2002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
5239
5240 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
5241 perror with bfd_perror.
5242
5243 2002-10-19 H.J. Lu <hjl@gnu.org>
5244
5245 * elflink.h (elf_link_add_object_symbols): Correctly handle
5246 DT_RPATH and DT_RUNPATH.
5247
5248 2002-10-19 Mark Kettenis <kettenis@gnu.org>
5249
5250 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
5251
5252 2002-10-17 Denis Chertykov <denisc@overta.ru>
5253
5254 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
5255 for ip2k port.
5256
5257 2002-10-17 Alan Modra <amodra@bigpond.net.au>
5258
5259 * elfxx-target.h (USE_REL): Don't define as 1.
5260 * elf32-arm.h (USE_REL): Provide a default define of 0.
5261 Use #if rather than #ifdef when testing USE_REL.
5262 * elf32-m32r.c: Likewise.
5263
5264 * elf32-arc.c (USE_REL): Define as 1.
5265 * elf32-d10v.c (USE_REL): Likewise.
5266 * elf32-m32r.c (USE_REL): Likewise.
5267 * elf32-m68hc11.c (USE_REL): Likewise.
5268 * elf32-m68hc12.c (USE_REL): Likewise.
5269 * elf32-or32.c (USE_REL): Likewise.
5270 * elfarm-nabi.c (USE_REL): Likewise.
5271
5272 2002-10-16 Jakub Jelinek <jakub@redhat.com>
5273
5274 * config.bfd (s390-*-linux*): Add targ64_selvecs.
5275 (s390x-*-linux*): Add targ_selvecs.
5276
5277 2002-10-16 Alan Modra <amodra@bigpond.net.au>
5278
5279 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5280 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
5281 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
5282 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
5283 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
5284 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
5285 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
5286 (SOURCE_HFILES): Add elf32-qnx.h.
5287 (BUILD_HFILES): Add bfdver.h.
5288 Run "make dep-am".
5289 * Makefile.in: Regenerate.
5290 * configure.in Update bfd vector dependencies.
5291 * configure: Regenerate.
5292 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
5293 * elf32-i386qnx.c: Likewise.
5294 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
5295 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
5296 * elf32-sh-lin.c: Likewise.
5297 * elf32-shqnx.c: Likewise.
5298 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
5299 * elf32-sh64-nbsd.c: Likewise.
5300 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
5301 * elf64-sh64-nbsd.c: Likewise.
5302 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
5303 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
5304 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
5305 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
5306 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
5307 (elf_backend_is_contained_by_filepos): Likewise.
5308 (elf_backend_copy_private_bfd_data_p): Likewise.
5309 Globalize and move functions to..
5310 * elf32-qnx.c: ..here. New file.
5311 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
5312 emit target vectors when INCLUDE_SHMEDIA.
5313 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
5314 end of file.
5315 * elf64-sh64.c: Remove ELF_ARCH test.
5316 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
5317 * po/BLD-POTFILES.in: Regenerate.
5318 * po/SRC-POTFILES.in: Regenerate.
5319
5320 2002-10-16 Alan Modra <amodra@bigpond.net.au>
5321
5322 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
5323 loaded with --just-symbols.
5324
5325 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
5326 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5327 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5328 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5329
5330 2002-10-15 Richard Henderson <rth@redhat.com>
5331
5332 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
5333 (BFD64_BACKENDS_CFILES): Likewise.
5334 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
5335 * elf64-alpha-fbsd.c: Remove file, move code ...
5336 * elf64-alpha.c: ... here.
5337 * Makefile.in, configure: Rebuild.
5338
5339 2002-10-14 Richard Henderson <rth@redhat.com>
5340
5341 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
5342 VALUE, not ADDEND.
5343
5344 2002-10-14 Stephen Clarke <stephen.clarke@superh.com>
5345
5346 * elf32-sh.c (elf_sh_link_hash_entry): Replace
5347 datalabel_got_offset with union of datalabel_got
5348 offset and refcount.
5349 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
5350 (allocate_dynrelocs): Delete unnecessary code for
5351 STT_DATALABEL type. Create entry in got for
5352 datalabel version of symbol if datalabel_got.refcount > 0.
5353 (sh_elf_relocate_section): Use datalabel_got union.
5354 (sh_elf_gc_sweep_hook): Pull common code to initialize
5355 h and eh out of switch statement. Declare seen_stt_datalabel.
5356 Initialize it. Decrement datalabel_got.refcount for
5357 got relocs when seen_stt_datalabel is true.
5358 Decrement local_got_refcounts entry for datalabel got relocs
5359 of local symbols.
5360 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
5361 (sh_elf_check_relocs): Declare seen_stt_datalabel.
5362 Initialize it. When seen_stt_datalabel is true, increment
5363 datalabel_got refcount rather than got.refcount.
5364 (sh_elf_finish_dynamic_symbol): Create relocs to
5365 initialize got entry for datalabel version of symbol.
5366
5367 2002-10-14 Alan Modra <amodra@bigpond.net.au>
5368
5369 * Makefile.am: Run "make dep-am".
5370 (BFD_H_FILES): Remove version.h.
5371 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
5372 * version.h: ..to here.
5373 * configure.in (bfd_version_date): Remove.
5374 (AC_OUTPUT): Make bfdver.h from version.h.
5375 * bfd.c: #include "bfdver.h".
5376 * vms-hdr.c: Likewise.
5377 * Makefile.in: Regenerate.
5378 * bfd-in2.h: Regenerate.
5379 * configure: Regenerate.
5380 * po/SRC-POTFILES.in: Regenerate.
5381
5382 2002-10-14 Alan Modra <amodra@bigpond.net.au>
5383
5384 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
5385 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
5386 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
5387 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
5388 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
5389 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
5390 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
5391 bfd_mach_ip2022, bfd_mach_ip2022ext,
5392 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
5393 * bfd-in2.h: Regenerate.
5394
5395 2002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5396
5397 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
5398 endian vector to targ_selvecs.
5399
5400 2002-10-13 Alexandre Oliva <aoliva@redhat.com>
5401
5402 * elfxx-mips.c (mips_elf_calculate_relocation): Take
5403 save_addend argument. Don't apply the 32-bit mask to a
5404 GPREL32 value if it's to be used in another relocation. Don't
5405 use forced-check computation of local_p to decide whether to
5406 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
5407 of the addend of a non-in-place GPREL16 relocation.
5408 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
5409 mips_elf_calculate_relocation().
5410
5411 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
5412
5413 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
5414 with symbols in other sections if we relaxed something; the sections
5415 output offsets must be re-computed before.
5416
5417 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
5418
5419 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
5420 handling to use Elf_Internal_Sym.
5421 (m68hc11_elf_relax_delete_bytes): Likewise.
5422
5423 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5424
5425 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
5426 sh_elf_object_p, dtpoff_base): New functions.
5427 (sh_elf_howto_table): Add TLS relocs.
5428 (sh_reloc_map): Likewise.
5429 (sh_elf_info_to_howto): Support TLS relocs.
5430 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
5431 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
5432 New macros.
5433 (sh_elf_obj_tdata): New.
5434 (elf_sh_link_hash_table): Add tls_ldm_got.
5435 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
5436 (allocate_dynrelocs): Support TLS relocs.
5437 (sh_elf_size_dynamic_sections): Likewise.
5438 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
5439 .rela.got section when found already. Return false after printing
5440 error about unresolvable relocation.
5441 (sh_elf_gc_sweep_hook): Support TLS relocs.
5442 (sh_elf_check_relocs): Likewise.
5443 (sh_elf_finish_dynamic_symbol): Likewise.
5444 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
5445 * reloc.c: Add SH TLS relocs.
5446 * bfd-in2.h, libbfd.h: Regenerate.
5447
5448 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
5449
5450 * Makefile.in: Regenerated.
5451
5452 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
5453
5454 * Makefile.am: Run dep-am.
5455 (BFD_H_DEP): Add simple.c and linker.c.
5456 (BFD32_LIBS): Add simple.lo.
5457 (BFD32_LIBS_CFILES): Add simple.c.
5458 * Makefile.in: Regenerated.
5459 * bfd-in2.h: Regenerated.
5460 * simple.c: New file.
5461
5462 2002-10-11 Alan Modra <amodra@bigpond.net.au>
5463
5464 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
5465 (record_thumb_to_arm_glue): Likewise.
5466 * ecoff.c (ecoff_link_add_externals): Likewise.
5467 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
5468 (record_thumb_to_arm_glue): Likewise.
5469 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
5470 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
5471 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
5472 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
5473 * elf64-ppc.c (func_desc_adjust): Likewise.
5474 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
5475 (sh64_elf64_create_dynamic_sections): Likewise.
5476 * elflink.c (_bfd_elf_create_got_section): Likewise.
5477 (_bfd_elf_create_dynamic_sections): Likewise.
5478 (_bfd_elf_create_linker_section): Likewise.
5479 * elflink.h (elf_add_default_symbol): Likewise.
5480 (elf_link_create_dynamic_sections): Likewise.
5481 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
5482 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
5483 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
5484 (_bfd_mips_elf_add_symbol_hook): Likewise.
5485 (_bfd_mips_elf_create_dynamic_sections): Likewise.
5486 * linker.c (generic_link_add_symbol_list): Likewise.
5487 * xcofflink.c (xcoff_link_add_symbols): Likewise.
5488
5489 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
5490
5491 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
5492 completely removed. Correct local sym adjustment.
5493
5494 2002-10-10 Stephen Clarke <stephen.clarke@superh.com>
5495
5496 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
5497 Correct mistake in calculation of address of .got.
5498 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
5499 elf_sh64_pic_plt_entry_le): Likewise.
5500
5501 2002-10-09 Richard Shann <richard.shann@superh.com>
5502 Stephen Clarke <stephen.clarke@superh.com>
5503
5504 * Makefile.am: Add entries for elf32-sh64-lin.c and
5505 elf64-sh64-lin.c. Regenerate.
5506 * Makefile.in: Regenerate.
5507 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
5508 to use sh64 vectors rather than sh vectors.
5509 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5510 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5511 * configure: Regenerate.
5512 * elf32-sh64-lin.c: New file.
5513 * elf64-sh64-lin.c: New file.
5514 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5515 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5516
5517 2002-10-08 H.J. Lu <hjl@gnu.org>
5518
5519 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
5520 IE->LE transition for R_386_TLS_IE.
5521
5522 2002-10-08 Alan Modra <amodra@bigpond.net.au>
5523
5524 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
5525
5526 2002-10-07 Mark Elbrecht <snowball3@softhome.net>
5527
5528 * cofflink.c (mark_relocs): Don't mark relocations in excluded
5529 sections.
5530
5531 2002-10-07 Alan Modra <amodra@bigpond.net.au>
5532
5533 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
5534 code.
5535
5536 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
5537
5538 2002-10-06 Alan Modra <amodra@bigpond.net.au>
5539
5540 * opncls.c: Formatting.
5541 (_bfd_new_bfd): Use a smaller section hash table.
5542
5543 2002-10-05 Alexandre Oliva <aoliva@redhat.com>
5544
5545 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
5546 of the other two relocations packed with a REL32 to NONE.
5547
5548 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
5549
5550 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
5551 (sh_elf_link_hash_newfunc): Initialize it.
5552 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
5553 to got.refcount for symbols that are forced local or when
5554 we have direct got refs.
5555 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
5556 to correctly adjust got.refcount and plt.refcount.
5557 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
5558 (sh_elf_check_relocs): Increment gotplt_refcount.
5559
5560 2002-10-01 Jakub Jelinek <jakub@redhat.com>
5561
5562 * elf32-i386.c (elf_i386_relocate_section): Fix
5563 movl foo@indntpoff, %eax IE->LE transition.
5564
5565 2002-10-01 Jakub Jelinek <jakub@redhat.com>
5566
5567 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
5568 sequence and its transitions.
5569
5570 2002-10-01 Jakub Jelinek <jakub@redhat.com>
5571
5572 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
5573 to st_value + addend in non-code sections.
5574 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
5575 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
5576
5577 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
5578 Ken Raeburn <raeburn@cygnus.com>
5579 Aldy Hernandez <aldyh@redhat.com>
5580 Eric Christopher <echristo@redhat.com>
5581 Richard Sandiford <rsandifo@redhat.com>
5582
5583 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
5584 (bfd_mach_mips5500): New.
5585 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
5586 (arch_info_struct): Add corresponding entries here.
5587 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
5588 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
5589 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
5590 bfd_mach_mips5400 and bfd_mach_mips5500.
5591 (_bfd_mips_elf_mach_extends_p): New function.
5592 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
5593 the EF_MIPS_MACH flags.
5594 * bfd-in2.h: Regenerate.
5595
5596 2002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
5597
5598 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
5599 .got sections.
5600
5601 2002-09-28 Alan Modra <amodra@bigpond.net.au>
5602
5603 * elf.c (map_sections_to_segments): Correct test for start of
5604 writable section in the same page as end of read-only section.
5605
5606 2002-09-27 Matt Thomas <matt@3am-software.com>
5607
5608 * elf32-vax.c (elf_vax_check_relocs): Remove unused
5609 local_got_refcounts usage. Remove allocation of got slot.
5610 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
5611 Remove de-allocation of got slot.
5612 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
5613 traversal for elf_vax_instantiate_got_entries. Allow empty .got
5614 sections to be GC'ed.
5615 (elf_vax_instantiate_got_entries): New function.
5616 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
5617 tests that are now handled by elf_vax_instantiate_got_entries.
5618 Assert GOT entry falls within .got section size. Remove redundant
5619 comparisions. Fix comments.
5620
5621 2002-09-27 Jakub Jelinek <jakub@redhat.com>
5622
5623 * reloc.c: Add x86-64 TLS relocs.
5624 * bfd-in2.h, libbfd.h: Rebuilt.
5625 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
5626 relocs. Add TLS relocs.
5627 (x86_64_reloc_map): Add TLS relocs.
5628 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
5629 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
5630 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
5631 (elf64_x86_64_hash_entry): Define.
5632 (struct elf64_x86_64_obj_tdata): New.
5633 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
5634 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
5635 (link_hash_newfunc): Initialize tls_type.
5636 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
5637 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
5638 (elf64_x86_64_mkobject): New.
5639 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
5640 (elf64_x86_64_tls_transition): New.
5641 (elf64_x86_64_check_relocs): Add r_type variable and use it.
5642 Handle TLS relocs.
5643 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
5644 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
5645 (elf64_x86_64_size_dynamic_sections): Likewise.
5646 (dtpoff_base, tpoff): New.
5647 (elf64_x86_64_relocate_section): Handle TLS relocs.
5648 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
5649 entries.
5650 (bfd_elf64_mkobject): Define.
5651
5652 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
5653 DF_STATIC_TLS if shared.
5654
5655 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5656
5657 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
5658 empty relocation sections.
5659
5660 2002-09-26 Alan Modra <amodra@bigpond.net.au>
5661
5662 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
5663 (ppc64_elf_build_stubs): Build them here instead.
5664
5665 2002-09-24 Jakub Jelinek <jakub@redhat.com>
5666
5667 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
5668 addend into r_addend, not *r_offset.
5669 (elf32_sparc_finish_dynamic_symbol): Likewise.
5670 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
5671 R_SPARC_RELATIVE's r_offset.
5672
5673 2002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5674
5675 * dwarf2.c (decode_line_info): Update to correctly decode
5676 the (non-standard DWARF2) out-of-order address sequences
5677 generated by the Intel C++ 6.0 compiler for ia64-Linux.
5678
5679 2002-09-23 Mark Elbrecht <snowball3@softhome.net>
5680
5681 * config.bfd: For DJGPP targets, match with any cpu and any machine.
5682
5683 2002-09-23 Alan Modra <amodra@bigpond.net.au>
5684
5685 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
5686 for discarded FDEs. Remove redundant assignment.
5687 * elflink.h (elf_bfd_discard_info): Save edited relocs.
5688
5689 2002-09-22 H.J. Lu <hjl@gnu.org>
5690
5691 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
5692 the relocation count between different .reloc sections.
5693
5694 2002-09-21 Alan Modra <amodra@bigpond.net.au>
5695
5696 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
5697 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
5698 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
5699 R_PPC_EMB_RELSDA.
5700
5701 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
5702 unsigned. Move "symcount" assignment out of loop.
5703 * Makefile.am: Run "make dep-am".
5704 * Makefile.in: Regenerate.
5705 * configure: Regenerate.
5706 * po/SRC-POTFILES.in: Regnerate.
5707
5708 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5709
5710 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
5711 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
5712 (e.g. IRIX64).
5713
5714 2002-09-19 Jakub Jelinek <jakub@redhat.com>
5715
5716 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
5717 even if generating R_PPC_RELATIVE reloc.
5718 (ppc_elf_relocate_section): Make sure relocation is performed
5719 if skip == -2. Clear memory at r_offset when creating dynamic
5720 relocation.
5721
5722 2002-09-19 Jakub Jelinek <jakub@redhat.com>
5723
5724 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
5725 BFD_RELOC_386_TLS_GOTIE): Add.
5726 * bfd-in2.h, libbfd.h: Rebuilt.
5727 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
5728 and R_386_TLS_GOTIE.
5729 (elf_i386_reloc_type_lookup): Handle it.
5730 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
5731 char instead of enum, change GOT_* into defines.
5732 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
5733 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5734 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
5735 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
5736 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
5737 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5738 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5739 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5740 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
5741 tls_type is GOT_TLS_IE_BOTH.
5742 (elf_i386_size_dynamic_sections): Likewise.
5743 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5744 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5745 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
5746 all 4 GOT_TLS_* TLS types.
5747
5748 2002-09-19 Nick Clifton <nickc@redhat.com>
5749
5750 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
5751 follow indirect links.
5752
5753 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5754
5755 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
5756 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
5757 on 64 bit machines.
5758 (ecoff_swap_sym_in) <iss>: Likewise.
5759 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
5760 ECOFF information: 'ioptMax' refers to the actual *size*
5761 of the optimization symtab, not the number of entries.
5762
5763 2002-09-19 Daniel Jacobowitz <drow@mvista.com>
5764
5765 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
5766 ELF_LINK_HASH_NEEDS_PLT logic.
5767
5768 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
5769
5770 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5771 correct relocation count.
5772
5773 2002-09-17 Daniel Jacobowitz <drow@mvista.com>
5774
5775 * bfd-in.h (bfd_get_dynamic_symcount): Define.
5776 * bfd.c (struct _bfd): Add dynsymcount.
5777 * bfd-in2.h: Regenerated.
5778 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
5779 abfd->dynsymcount.
5780 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5781 for overflow.
5782
5783 2002-09-17 Stan Cox <scox@redhat.com>
5784
5785 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
5786 (mips_elf64_final_gp): Don't make up gp value.
5787 * elfn32-mips.c (mips_elf_final_gp): Likewise.
5788 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
5789 .MIPS.options/.options section.
5790
5791 2002-09-17 David O'Brien <obrien@FreeBSD.org>
5792
5793 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
5794 It is benign for FreeBSD < 4.1. Minor reformatting.
5795 * elf64-alpha-fbsd.c: Likewise.
5796
5797 2002-09-17 Jakub Jelinek <jakub@redhat.com>
5798
5799 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
5800 addend.
5801
5802 2002-09-17 Alan Modra <amodra@bigpond.net.au>
5803
5804 * elf64-alpha.c (alpha_elf_size_info): Make static.
5805
5806 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5807
5808 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
5809 * cpu-tic4x.c: Ditto.
5810
5811 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5812
5813 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
5814 duplicate define.
5815
5816 2002-09-16 Bruno Haible <bruno@clisp.org>
5817
5818 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
5819 by a target variant implementation.
5820 * elf64-alpha.c: Likewise.
5821 * elf32-i386-fbsd.c: New file.
5822 * elf64-alpha-fbsd.c: New file.
5823 * targets.c: Support bfd_elf32_i386_freebsd_vec and
5824 bfd_elf64_alpha_freebsd_vec.
5825 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
5826 bfd_elf64_alpha_freebsd_vec.
5827 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
5828 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
5829 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
5830 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
5831 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
5832 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
5833 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
5834
5835 2002-09-12 Jakub Jelinek <jakub@redhat.com>
5836
5837 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
5838 NULL.
5839 (elf_i386_relocate_section): Return false after printing error about
5840 unresolvable relocation.
5841
5842 2002-09-12 Nick Clifton <nickc@redhat.com>
5843
5844 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
5845 R_ARM_THM_PC11.
5846
5847 2002-09-11 Jeffrey Law <law@redhat.com>
5848
5849 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
5850
5851 2002-09-11 Andrew Haley <aph@cambridge.redhat.com>
5852
5853 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
5854 line_ptr before deciding we've found a symbol.
5855
5856 2002-09-11 Nick Clifton <nickc@redhat.com>
5857
5858 * po/da.po: New Danish translation file.
5859 * configure.in (LINGUAS): Add 'da'.
5860 * configure: Regenerate.
5861
5862 2002-09-10 Michael Snyder <msnyder@redhat.com>
5863
5864 * irix-core.c (do_sections, do_sections64): New functions.
5865 (irix_core_core_file_p): Call new functions do_sections,
5866 do_sections64, depending on corefile (32-bit or 64-bit).
5867
5868 2002-09-09 Richard Henderson <rth@redhat.com>
5869
5870 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
5871 and PCREL21F like PCREL21B.
5872
5873 2002-09-04 Kevin Buettner <kevinb@redhat.com>
5874
5875 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
5876 vector.
5877
5878 2002-09-02 Nick Clifton <nickc@redhat.com>
5879
5880 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
5881 names instead of cryptically overloaded bfd_reloc error
5882 codes.
5883 (v850_elf_relocate_section): Likewise.
5884 (v850_elf_relax_section): Replace caching of external symbols
5885 with caching of internal symbols obtained from calling
5886 bfd_elf_get_elf_syms().
5887 Fixup problems with freeing cached allocated memory blocks.
5888
5889 2002-09-02 Alan Modra <amodra@bigpond.net.au>
5890
5891 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
5892 (bfd_pj_arch): Use bfd_default_scan.
5893 * cpu-v850.c (scan): Remove.
5894 (N): Use bfd_default_scan.
5895 * cpu-z8k.c (scan_mach): Remove.
5896 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
5897 first. Use bfd_default_scan.
5898
5899 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
5900 bfd_mach constants.
5901 (ecoff_get_magic): Likewise.
5902 * elf32-v850.c (v850_elf_object_p): Likewise.
5903 (v850_elf_final_write_processing): Likewise.
5904 * mipsbsd.c (MY(set_arch_mach)): Likewise.
5905 (MY(write_object_contents)): Likewise.
5906 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
5907 * coffcode.h (coff_write_object_contents): Likewise.
5908 (coff_set_arch_mach_hook): Add comment describing machine == 0.
5909 Remove unnecessary "machine" assignments.
5910 (coff_write_relocs): Test for the absolute section sym by testing
5911 section and flags.
5912
5913 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
5914 and bfd_mach_i386_i386_intel_syntax.
5915 * pdp11.c (NAME(aout,machine_type)): Likewise.
5916
5917 2002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
5918
5919 * bfd-in.h (align_power): Cast constants to bfd_vma type.
5920 * bfd-in2.h (align_power): Likewise.
5921
5922 2002-08-30 Alan Modra <amodra@bigpond.net.au>
5923
5924 * Makefile.am: Run "make dep-am".
5925 * Makefile.in: Regenerate.
5926
5927 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
5928 * cpu-powerpc.c (powerpc_compatible): Likewise.
5929 * cpu-rs6000.c (rs6000_compatible): Likewise.
5930
5931 2002-08-28 Catherine Moore <clm@redhat.com>
5932
5933 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
5934 (v850-elf-reloc): Don't resolve pc relative relocs.
5935 (v850_elf_ignore_reloc): New routine.
5936 (v850_elf_final_link_relocate): Handle new relocs.
5937 (v850_elf_relax_delete_bytes ): New routine.
5938 (v850_elf_relax_section): New routine.
5939 (bfd_elf32_bfd_relax_section): Define.
5940 (HOWTO): New entries for new relocs.
5941 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
5942 (BFD_RELOC_V850_LONGJUMP): New reloc.
5943 (BFD_RELOC_V850_ALIGN): New reloc.
5944 * archures.c: Remove redundant v850ea architecture.
5945 * cpu-v850.c: Remove redundant v850ea support.
5946 * libbfd.h: Regenerate.
5947 * bfd-in2.h: Regenerated.
5948
5949 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
5950
5951 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
5952 * configure.in: Add tic4x_coff vector files.
5953 * configure: Regenerate.
5954 * Makefile.am: Add tic4x target.
5955 * Makefile.in: Regenerate.
5956
5957 2002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5958
5959 * archures.c: Add the BFD arch type tic4x.
5960 * bfd-in.h: Add BFD_IN_MEMORY flag.
5961 * coff-tic4x.c: New file.
5962 * coffswap.h (coff_swap_sym_out): Add preadjuster.
5963 * cpu-tic4x.c: New file.
5964 * targets.c: Added tic4x- in list of xvecs.
5965 * ticoff.h: New file.
5966 * bfd-in2.h: Regenerate.
5967
5968 2002-08-27 Adam Nemet <anemet@lnxw.com>
5969
5970 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
5971 bit of DT_INIT and DT_FINI for Thumb functions.
5972
5973 2002-08-26 Alan Modra <amodra@bigpond.net.au>
5974
5975 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
5976
5977 2002-08-26 Alan Modra <amodra@bigpond.net.au>
5978
5979 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
5980
5981 2002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5982
5983 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
5984 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
5985 Likewise.
5986 (struct elf_sh_pcrel_relocs_copied): Removed.
5987 (struct elf_sh_dyn_relocs): New.
5988 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
5989 field with dyn_relocs.
5990 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
5991 sections and sym_sec.
5992 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
5993 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
5994 (sh_elf_create_dynamic_sections): Use create_got_section instead
5995 of _bfd_elf_create_got_section.
5996 (sh_elf_check_relocs): Likewise.
5997 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
5998 sections.
5999 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
6000 sh_elf_relocate_section, sh_elf_check_relocs,
6001 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
6002 Likewise.
6003 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
6004 dynamic relocations and avoiding the copy relocation when we
6005 didn't find any dynamic relocations in the section which has
6006 contents or is read-only.
6007 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
6008 (sh_elf_size_dynamic_sections): Don't reset the size of
6009 .rela.got section even if dynamic_sections_created flag is off.
6010 Don't use sh_elf_discard_copies. Scan all input bfd and use
6011 allocate_dynrelocs. Call readonly_dynrelocs to determine
6012 whether we need DT_TEXTREL.
6013 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
6014 whether the symbol was never referred to.
6015 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
6016 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
6017 (sh_elf_check_relocs): Call create_got_section if the short-cut
6018 to .got is null. Increment reference counters only instead of
6019 allocating space on dynamic sections here. Don't conditionalize
6020 uninitialized got.offset value when marking the symbol as a
6021 global offset table entry. Keep relocations for symbols satisfied
6022 by a dynamic library to avoid copy relocations for the symbol.
6023 Set dynobj field of an elf hash table if needed.
6024 (sh_elf_finish_dynamic_sections): Handle null section pointer
6025 correctly.
6026 (elf_backend_copy_indirect_symbol): Defined.
6027 (elf_backend_can_refcount): Defined.
6028
6029 2002-08-23 Nick Clifton <nickc@redhat.com>
6030
6031 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
6032 previous change. Add comment explaining why.
6033
6034 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6035
6036 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
6037 contents of .got.plt[2] to tr0, not address of .got.plt.
6038 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
6039 patching absolute plt entry. For shmedia plt entry, set bottom bit
6040 of branch to plt0 as this is a branch to an shmedia instruction.
6041 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
6042 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
6043 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
6044 branch to plt0.
6045 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
6046 patching absolute plt entry. For shmedia plt entry, branch to
6047 plt0 is now ptrel, so use relative offset. Set bottom bit of
6048 branch target as it is a branch to an shmedia instruction.
6049
6050 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
6051 Richard Shann <richard.shann@superh.com>
6052
6053 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
6054 value if .init is an SHmedia function. Similarly for DT_FINI.
6055 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
6056
6057 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6058
6059 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
6060 dynamic section.
6061 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
6062
6063 2002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6064
6065 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
6066 byte read when reading the return address register column.
6067
6068 2002-08-22 Nick Clifton <nickc@redhat.com>
6069
6070 * config.bfd: Add powepc64-*-*bsd* target.
6071
6072 2002-08-22 Graeme Peterson <gp@qnx.com>
6073
6074 * Makefile.am: Add entries for elf32-shqnx.c
6075 * Makefile.in: Regenerate.
6076 * config.bfd: Add support sh-*-nto* target.
6077 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
6078 * configure: Regenerate.
6079 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
6080 * elf32-sh.c: Do not include elf32-target.h if
6081 ELF32_SH_C_INCLUDED is defined.
6082 * elf32-shqnx.c: New file: Support for QNX.
6083 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
6084
6085 2002-08-22 Nick Clifton <nickc@redhat.com>
6086
6087 * po/tr.po: Updated Turkish translation.
6088
6089 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
6090 symbols are not read.
6091
6092 2002-08-22 Alan Modra <amodra@bigpond.net.au>
6093
6094 * elf32-m68hc11.c: Formatting fixes.
6095 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6096 * elf32-m68hc12.c: Formatting fixes.
6097 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6098
6099 2002-08-22 Alan Modra <amodra@bigpond.net.au>
6100
6101 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
6102 SEC_DATA.
6103 (pmac_xcoff_vec): Likewise.
6104 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
6105 (aix5coff64_vec): Likewise.
6106
6107 2002-08-22 Alan Modra <amodra@bigpond.net.au>
6108
6109 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
6110 param to elf_backend_copy_indirect_symbol.
6111 (_bfd_elf_link_hash_copy_indirect): Likewise.
6112 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
6113 calls to copy_indirect_symbol.
6114 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
6115 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
6116 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6117 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
6118 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6119 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
6120 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
6121 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6122 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6123 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
6124 test refcounts for "used" values.
6125
6126 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
6127
6128 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
6129 argument declaration.
6130
6131 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
6132
6133 * archures.c (bfd_mach_ppc_e500): Added.
6134 * bfd-in2.h: Rebuilt.
6135 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
6136
6137 2002-08-19 Alan Modra <amodra@bigpond.net.au>
6138
6139 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
6140
6141 2002-08-17 Andrew Cagney <ac131313@redhat.com>
6142
6143 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
6144 `bfd_byte'.
6145
6146 2002-08-17 Stan Cox <scox@redhat.com>
6147
6148 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
6149 IRIX 6 segment layout for NEWABI.
6150
6151 2002-08-16 Stephen Clarke <stephen.clarke@superh.com>
6152
6153 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
6154 symbols when looking for section referred to by a relocation.
6155 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
6156
6157 2002-08-15 Alan Modra <amodra@bigpond.net.au>
6158
6159 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
6160
6161 2002-08-15 Hans-Peter Nilsson <hp@axis.com>
6162
6163 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
6164 missing check for whether the symbol is referenced by DSO before
6165 unexporting it as an unneeded dynamic symbol.
6166
6167 2002-08-14 H.J. Lu <hjl@gnu.org>
6168
6169 * libbfd.h: Regenerate.
6170
6171 2002-08-14 H.J. Lu <hjl@gnu.org>
6172
6173 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
6174
6175 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6176
6177 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
6178 instructions.
6179 (m68hc11_direct_relax): New to define table of relaxable instructions.
6180 (find_relaxable_insn): New, find a relaxable insn.
6181 (compare_reloc): New to compare two relocs.
6182 (m68hc11_elf_relax_section): New, relax text sections.
6183 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
6184 (elf32_m68hc11_check_relocs): New function for GC support.
6185 (elf32_m68hc11_relocate_section): New function for GC support.
6186 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
6187 (elf_backend_check_relocs): Likewise.
6188 (elf_backend_relocate_section): Likewise.
6189
6190 2002-08-13 H.J. Lu <hjl@gnu.org>
6191
6192 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
6193 definitions in shared objects when checking symbol with
6194 undefined version.
6195
6196 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6197
6198 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
6199 (elf32_m68hc11_gc_sweep_hook): Likewise.
6200 (elf_backend_gc_mark_hook): Define for GC section support.
6201 (elf_backend_gc_sweep_hook): Likewise.
6202 (elf_backend_can_gc_sections): Likewise.
6203
6204 * elf32-m68hc12.c: Likewise.
6205
6206 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6207
6208 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
6209 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
6210 (_bfd_m68hc11_elf_set_private_flags): New function.
6211 Use them to set/check/print ELF flags specific to 68HC11.
6212
6213 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
6214 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
6215 (_bfd_m68hc12_elf_set_private_flags): New function.
6216 Use them to set/check/print ELF flags specific to 68HC12.
6217
6218 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6219
6220 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
6221 fix masks for PC-rel relocs.
6222 (m68hc11_elf_ignore_reloc): New function.
6223
6224 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
6225 68HC12 banked addressing relocs.
6226 (m68hc12_phys_addr): New to compute physical address of banked memory.
6227 (m68hc12_phys_page): Likewise for page.
6228 (m68hc12_addr_is_banked): New to see if address is in banked area.
6229 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
6230
6231 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6232
6233 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
6234 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
6235 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
6236 * bfd-in2.h: Regenerate.
6237
6238 2002-08-12 H.J. Lu <hjl@gnu.org>
6239
6240 * elflink.h (elf_add_default_symbol): Preserve section across
6241 elf_merge_symbol.
6242
6243 2002-08-09 Graeme Peterson <gp@qnx.com>
6244
6245 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
6246 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
6247 * Makefile.in: Regenerate.
6248 * config.bfd: Add support for powerpc{le}-*-nto targets.
6249 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
6250 * configure: Regenerate.
6251 * elf32-i386qnx.c: Moved backend functions into a QNX specific
6252 common file "elf32-qnx.h", and now include that file.
6253 * elf32-qnx.h: New file: QNX specific common elf backend.
6254 * elf32-ppc.c: Do not include elf32-target.h if
6255 ELF32_PPC_C_INCLUDED is defined.
6256 * elf32-ppcqnx.c: New file: Support for QNX.
6257 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
6258 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
6259
6260 2002-08-09 Nick Clifton <nickc@redhat.com>
6261
6262 * po/sv.po: Updated Swedish translation.
6263
6264 2002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6265
6266 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
6267 g->global_gotsym is NULL.
6268
6269 2002-08-08 H.J. Lu <hjl@gnu.org>
6270
6271 * elflink.h (elf_add_default_symbol): Don't warn if a definition
6272 overrides an indirect versioned symbol.
6273
6274 2002-08-08 Jakub Jelinek <jakub@redhat.com>
6275
6276 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
6277 for R_386_TLS_TPOFF32 relocs against symndx 0.
6278
6279 2002-08-07 H.J. Lu <hjl@gnu.org>
6280
6281 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
6282 with undefined version if needed.
6283 (elf_link_assign_sym_version): Match a default symbol with a
6284 version without definition. No need to hide the default
6285 definition separately.
6286
6287 2002-08-08 Alan Modra <amodra@bigpond.net.au>
6288
6289 * elflink.h (elf_link_output_extsym): Don't output symbols from
6290 SEC_EXCLUDE sections.
6291
6292 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
6293
6294 2002-08-07 Alan Modra <amodra@bigpond.net.au>
6295
6296 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
6297 entries.
6298
6299 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6300
6301 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
6302 mismatch.
6303
6304 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6305
6306 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
6307
6308 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6309
6310 * elf32-mips.c (mips_reloc_map): Fix typo.
6311
6312 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6313
6314 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
6315
6316 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6317
6318 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
6319
6320 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6321
6322 * libxcoff.h: Use PARAMS on function declarations.
6323 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
6324 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6325
6326 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
6327 addend.
6328 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
6329
6330 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6331
6332 * coff-rs6000.c: Formatting fixes.
6333 (xcoff_calculate_relocation): Use PARAMS in declaration.
6334 (xcoff_complain_overflow): Likewise.
6335 (xcoff_ppc_relocate_section): Use old-style function pointer call.
6336 (bfd_xcoff_backend_data): Remove useless comments.
6337 (rs6000coff_vec): Likewise.
6338 (bfd_pmac_xcoff_backend_data): Likewise.
6339 (pmac_xcoff_vec): Likewise.
6340
6341 * coff64-rs6000.c: Formatting fixes.
6342 (xcoff64_calculate_relocation): Use PARAMS in declaration.
6343 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
6344 (bfd_xcoff_backend_data): Remove useless comments.
6345 (rs6000coff64_vec): Likewise.
6346 (bfd_xcoff_aix5_backend_data): Likewise.
6347 (aix5coff64_vec): Likewise.
6348
6349 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6350
6351 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
6352 mask entries. Use complain_overflow_dont for R_REF.
6353 (xcoff_reloc_type_ba): Revert last change.
6354 (xcoff_reloc_type_br): Likewise.
6355 (xcoff_reloc_type_crel): Likewise.
6356 (xcoff_ppc_relocate_section): Likewise.
6357 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
6358 (xcoff64_ppc_relocate_section): Likewise.
6359 (xcoff64_howto_table): Revert some of last change to mask entries.
6360 Use complain_overflow_dont for R_REF.
6361
6362 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
6363 relocs with bitsize == 16 have size = 1.
6364 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
6365 (xcoff_reloc_type_br): Likewise.
6366 (xcoff_reloc_type_crel): Likewise.
6367 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6368 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
6369 dst_mask adjustment.
6370 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6371 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
6372 bitsize == 16 have size = 1.
6373
6374 2002-08-01 Denis Chertykov <denisc@overta.ru>
6375
6376 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
6377 (struct misc): New field isymbuf. All free_* fields removed.
6378 (symbol_value): Pass in internal syms. No need to swap syms in.
6379 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
6380 possibly cached info.
6381 (tidyup_after_error): Removed.
6382 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
6383 misc. Use new field.
6384 (adjust_all_relocations): Use internal syms. No need to swap syms
6385 in and out.
6386 (add_page_insn): Don't use removed fields of struct misc.
6387
6388 2002-08-01 Nick Clifton <nickc@redhat.com>
6389
6390 * elf32-arm.h: Revert previous delta.
6391
6392 2002-08-01 Nick Clifton <nickc@redhat.com>
6393
6394 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
6395 * configure: Regenerate.
6396
6397 2002-07-31 H.J. Lu <hjl@gnu.org>
6398
6399 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
6400 selected.
6401
6402 2002-07-31 H.J. Lu <hjl@gnu.org>
6403
6404 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
6405 is selected.
6406
6407 2002-07-31 Jakub Jelinek <jakub@redhat.com>
6408
6409 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
6410 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
6411
6412 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6413
6414 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
6415 There is no 8 byte relocation type for this architecture.
6416 (do_ns32k_reloc): Use bfd_vma instead of native types.
6417 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
6418 returns void.
6419 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
6420 rely on generic code to do that.
6421 * aout-ns32k.c (howto_table): Add appropriate overflow detection
6422 to all table entries.
6423 (_bfd_ns32k_relocate_contents): put_data returns void.
6424 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
6425 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
6426 return void.
6427
6428 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6429
6430 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
6431 archive object is target dependant.
6432
6433 2002-07-31 Adam Nemet <anemet@lnxw.com>
6434
6435 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
6436 (THUMB_PLT_ENTRY_SIZE): New macro.
6437 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
6438 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
6439 ARM_PLT_ENTRY_SIZE.
6440 (elf32_arm_plt_entry): Likewise.
6441 (elf_backend_plt_header_size): Likewise.
6442 (elf32_thumb_plt0_entry): New global.
6443 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
6444 into .plt.thumb.
6445 (elf32_thumb_plt_entry): New global.
6446 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
6447 Thumb entries. Set the bottom bit of the corresponding GOT entry
6448 for a Thumb PLT entry.
6449 (struct elf32_arm_plt_entry_info): New structure.
6450 (struct elf32_arm_link_hash_entry, plt_info): New member of this
6451 type.
6452 (elf32_arm_link_hash_newfunc): Initialize new member.
6453 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
6454 relocations against the PLT.
6455 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
6456 first_rel_type if this is the first time we encounter the symbol.
6457 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
6458 Determine if relocation needs a PLT entry. Set first_rel_type if
6459 this is the first time we encounter the symbol
6460 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
6461 functions as well.
6462 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
6463 (elf32_arm_create_dynamic_sections): New function. Create the
6464 .plt.thumb section.
6465 (elf_backend_create_dynamic_sections): Call it.
6466
6467 2002-07-31 Nick Clifton <nickc@redhat.com>
6468
6469 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
6470 'alternative' in order to avoid shadowing global symbol of the
6471 same name.
6472 * bfd-in2.h: Regenerate.
6473 * libbfd.h: Regenerate.
6474 * libcoff.h: Regenerate.
6475
6476 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6477
6478 * Makefile.am: Add n32 ABI support.
6479 * Makefile.in: Regenerate.
6480 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
6481 bit vectors for mips*-*-linux targets as optional.
6482 * configure.in: Add n32 ABI vectors.
6483 * configure: Regenerate.
6484 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
6485 * elfn32-mips.c: New file, n32 ABI support.
6486 * targets.c: Add n32 ABI vectors.
6487
6488 2002-07-30 Graeme Peterson <gp@qnx.com>
6489
6490 * elfarmqnx-nabi.c: New file: Support for QNX.
6491 * config.bfd: Add support for arm-*-nto target.
6492 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
6493 * configure: Regenerate.
6494 * Makefile.am: Add entries for elfarmqnx-nabi.c.
6495 * Makefile.in: Regenerate.
6496 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
6497 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
6498 * elfarm-nabi.c: Do not include elf32-arm.h if
6499 ELFARM_NABI_C_INCLUDED is defined.
6500 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
6501
6502 2002-07-30 Nick Clifton <nickc@redhat.com>
6503
6504 * po/sv.po: Updated Swedish translation.
6505
6506 2002-07-30 Jakub Jelinek <jakub@redhat.com>
6507
6508 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
6509
6510 2002-07-30 Alan Modra <amodra@bigpond.net.au>
6511
6512 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
6513 * archive.c (bfd_generic_archive_p): Likewise.
6514 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
6515 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
6516 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
6517 (xcoff64_archive_p): Likewise.
6518 (xcoff64_openr_next_archived_file): Likewise.
6519 (xcoff64_archive_p): Clean up tdata properly on error.
6520 * coffgen.c (coff_real_object_p): Likewise.
6521 (coff_object_p): Release filehdr and opthdr.
6522 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
6523 * ieee.c (ieee_archive_p): Likewise.
6524 * ihex.c (ihex_object_p): Likewise.
6525 (ihex_mkobject): Always allocate tdata.
6526 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
6527 * srec.c (srec_mkobject): Always allocate tdata.
6528 (srec_object_p): Clean up tdata properly on error.
6529 (symbolsrec_object_p): Likewise.
6530 * versados.c (versados_object_p): Likewise.
6531 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
6532 and bfd_realloc instead of realloc.
6533 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
6534 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
6535 place of bfd_malloc, simplifying error freeing. Free hash table too.
6536 (vms_object_p): Clean up tdata on error.
6537 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
6538 (vms_close_and_cleanup): Adjust for bfd_alloc use.
6539
6540 2002-07-30 Alan Modra <amodra@bigpond.net.au>
6541
6542 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
6543
6544 2002-07-26 Chris Demetriou <cgd@broadcom.com>
6545
6546 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
6547 flags into resulting BFD.
6548
6549 2002-07-26 Alan Modra <amodra@bigpond.net.au>
6550
6551 From John Reiser <jreiser@BitWagon.com>
6552 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
6553 tls_ldm_got.refcount.
6554
6555 2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6556
6557 * elf64-mips.c: Update TODO comment.
6558 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
6559 mips_elf64_gprel16_reloca): Remove prototypes.
6560 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
6561 (UNUSED_RELOC): Replace by EMPTY_RELOC.
6562 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
6563 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
6564 R_MIPS_HIGHEST.
6565 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
6566 R_MIPS_GOT16. Remove wrong comments.
6567 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
6568 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
6569 from elf32-mips.c.
6570 (mips_elf64_hi16_reloc): Fix formatting.
6571 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
6572 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
6573 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
6574 (mips_elf64_gprel16_reloc): Make static. Add check for
6575 partial_inplace.
6576 (mips_elf64_gprel16_reloca): Remove.
6577 (mips_elf64_literal_reloc): New function.
6578 (mips_elf64_gprel32_reloc): Fix formatting.
6579 (mips_elf64_shift6_reloc): Fix comment. Make static.
6580 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
6581 elf32-mips.c.
6582 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
6583 elf32-mips.c
6584 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
6585 specific relocations.
6586 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
6587 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
6588 (ELF_MAXPAGESIZE): Add comment.
6589
6590 2002-07-25 Nick Clifton <nickc@redhat.com>
6591
6592 * po/sv.po: Updated Swedish translation.
6593 * po/es.po: Updated Spanish translation.
6594 * po/fr.po: Updated French translation.
6595
6596 2002-07-25 Alan Modra <amodra@bigpond.net.au>
6597
6598 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
6599 as elf_link_record_local_dynamic_symbol.
6600 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
6601 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
6602 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
6603 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
6604 attempt is made to record a symbol in a discarded section, and
6605 return `2' in that case.
6606
6607 2002-07-24 Nick Clifton <nickc@redhat.com>
6608
6609 * po/sv.po: Updated Swedish translation.
6610 * po/es.po: Updated Spanish translation.
6611
6612 2002-07-23 Alan Modra <amodra@bigpond.net.au>
6613
6614 * po/SRC-POTFILES.in: Regenerate.
6615
6616 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
6617 immediately. Remove code handling relocatable linking.
6618 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
6619 * elf32-cris.c (cris_elf_relocate_section): Likewise.
6620 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
6621 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
6622 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
6623 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6624 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6625 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6626 * elf32-v850.c (v850_elf_relocate_section): Likewise.
6627 * elf32-vax.c (elf_vax_relocate_section): Likewise.
6628 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6629 * elf32-avr.c (elf_backend_rela_normal): Define.
6630 * elf32-cris.c: Likewise.
6631 * elf32-fr30.c: Likewise.
6632 * elf32-frv.c: Likewise.
6633 * elf32-h8300.c: Likewise.
6634 * elf32-hppa.c: Likewise.
6635 * elf32-ip2k.c: Likewise.
6636 * elf32-sparc.c: Likewise.
6637 * elf32-v850.c: Likewise.
6638 * elf32-vax.c: Likewise.
6639 * elf64-hppa.c: Likewise.
6640 * elf64-sparc.c: Likewise.
6641 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
6642 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
6643 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
6644 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6645 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6646 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
6647 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
6648 * elf-m10200.c (USE_RELA): Don't define.
6649 * elf-m10300.c: Likewise.
6650 * elfarm-oabi.c: Likewise.
6651 * elf32-i370.c: Likewise.
6652 * elf32-ip2k.c: Likewise.
6653 * elf32-m68k.c: Likewise.
6654 * elf32-mcore.c: Likewise.
6655 * elf32-ppc.c: Likewise.
6656 * elf32-s390.c: Likewise.
6657 * elf32-vax.c: Likewise.
6658 * elf64-ppc.c: Likewise.
6659 * elf64-s390.c: Likewise.
6660 * elf64-x86-64.c: Likewise.
6661 * elfxx-ia64.c: Likewise.
6662 * elf32-avr.c (USE_REL): Don't undef.
6663 * elf32-ip2k.c: Likewise.
6664
6665 2002-07-23 Nick Clifton <nickc@redhat.com>
6666
6667 * elf-bfd.h (struct elf_backend_data): Add new bitfield
6668 'want_p_paddr_set_to_zero'.
6669 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
6670 to false;
6671 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
6672 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
6673
6674 2002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
6675
6676 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
6677 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
6678 show the Copyright string.
6679 Minor formatting tidy ups.
6680
6681 2002-07-23 Nick Clifton <nickc@redhat.com>
6682
6683 * po/fr.po: Updated French translation.
6684 * po/sv.po: Updated Swedish translation.
6685
6686 2002-07-23 Alan Modra <amodra@bigpond.net.au>
6687
6688 * elflink.h (elf_link_input_bfd): Don't change internal symbols
6689 when outputting relocs.
6690
6691 2002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
6692
6693 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
6694 DT_PLTGOT into the dynamic section if there is a PLT.
6695
6696 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6697
6698 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
6699 elf32-mips.c.
6700 (_bfd_mips_elf_write_section): Likewise.
6701 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
6702 (_bfd_mips_elf_write_section): Likewise.
6703 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
6704 (elf32_mips_write_section): Likewise.
6705 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
6706 (_bfd_mips_elf_write_section): Likewise.
6707
6708 2002-07-19 Alan Modra <amodra@bigpond.net.au>
6709
6710 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
6711 PT_IA_64_UNWIND segments for a given section.
6712
6713 2002-07-17 H.J. Lu <hjl@gnu.org>
6714
6715 * Makefile.am: Fix a typo.
6716 * Makefile.in: Regenerate.
6717
6718 2002-07-15 Denis Chertykov <denisc@overta.ru>
6719 Frank Ch. Eigler <fche@redhat.com>
6720 Ben Elliston <bje@redhat.com>
6721 Alan Lehotsky <alehotsky@cygnus.com>
6722 John Healy <jhealy@redhat.com>
6723 Graham Stott <grahams@redhat.com>
6724 Jeff Johnston <jjohnstn@redhat.com>
6725
6726 * Makefile.am: Add support for ip2k.
6727 * Makefile.in: Regenerate.
6728 * doc/Makefile.in: Regenerate.
6729 * archures.c: Add support for ip2k.
6730 * config.bfd: Add support for ip2k.
6731 * configure.in: Add support for ip2k.
6732 * configure: Regenerate.
6733 * reloc.c: Add support for ip2k.
6734 * targets.c: Add support for ip2k.
6735 * bfd-in2.h: Regenerate.
6736 * libbfd.h: Regenerate.
6737 * cpu-ip2k.c: New file.
6738 * elf32-ip2k.c: New file.
6739
6740 2002-07-17 Ian Rickards <irickard@arm.com>
6741
6742 * dwarf2.c (concat_filename): If we can't establish the directory
6743 just return the filename.
6744
6745 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
6746
6747 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
6748
6749 2002-07-16 Alan Modra <amodra@bigpond.net.au>
6750
6751 * elflink.h: Formatting fixes, tidy prototypes.
6752 (elf_link_assign_sym_version): Move common code out of loop.
6753
6754 2002-07-16 Alan Modra <amodra@bigpond.net.au>
6755
6756 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
6757 reloc section size is zero. Correct reloc output location.
6758
6759 2002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6760
6761 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
6762 the final type for the e_fsel selector when generating PA2.0W code.
6763 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
6764 relocations.
6765
6766 2002-07-14 H.J. Lu <hjl@gnu.org>
6767
6768 * elflink.h (elf_link_assign_sym_version): Hide the default
6769 definition if there is a hidden versioned definition.
6770
6771 2002-07-12 Hans-Peter Nilsson <hp@axis.com>
6772
6773 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
6774 dynamic reference test in assertion when initializing GOT with
6775 static contents. Just assert that there are either no dynamic
6776 sections, the symbol is defined in the regular objects or that the
6777 symbol is undef weak. Tweak comment.
6778 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
6779 only if the symbol isn't defined in the program and isn't undef
6780 weak.
6781 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
6782 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
6783 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
6784 (elf_cris_discard_excess_program_dynamics): Don't consider
6785 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
6786
6787 2002-07-11 Alan Modra <amodra@bigpond.net.au>
6788
6789 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
6790 unresolved debugging relocs in dynamic applications.
6791 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6792 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6793 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6794 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6795 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6796 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6797
6798 2002-07-10 Alan Modra <amodra@bigpond.net.au>
6799
6800 * elf64-ppc.c (ONES): Define.
6801 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
6802 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
6803 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
6804
6805 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
6806 (ppc64_elf_set_private_flags): Delete.
6807 (ppc64_elf_section_from_shdr): Delete.
6808 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
6809 (ppc64_elf_fake_sections): Delete.
6810 (bfd_elf64_bfd_set_private_flags): Don't define.
6811 (bfd_elf64_get_symbol_info): Likewise.
6812 (elf_backend_section_from_shdr): Likewise.
6813 (elf_backend_fake_sections): Likewise.
6814
6815 2002-07-10 Marco Walther <Marco.Walther@sun.com>
6816
6817 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
6818 when not already set.
6819 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
6820 (elf_backend_fake_sections): Define.
6821
6822 2002-07-10 Alan Modra <amodra@bigpond.net.au>
6823
6824 * merge.c (_bfd_merge_section): Remove redundant output_section check.
6825 Formatting.
6826 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
6827
6828 2002-07-09 Hans-Peter Nilsson <hp@axis.com>
6829
6830 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
6831 NULL sym_hashes to just before use.
6832 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
6833 symbol with non-default visibility.
6834 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
6835 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
6836 Ditto.
6837 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
6838 symbol with non-default visibility.
6839 (cris_elf_check_relocs): At tests for local symbol before
6840 increasing h->plt.refcount, also check for non-default
6841 visibility. Ditto when checking for local symbol to eliminate
6842 pc-relative runtime relocs.
6843
6844 2002-07-08 Alan Modra <amodra@bigpond.net.au>
6845
6846 * elf.c: Formatting.
6847 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
6848 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
6849 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
6850 segments.
6851
6852 2002-07-07 Mark Mitchell <mark@codesourcery.com>
6853 Alan Modra <amodra@bigpond.net.au>
6854
6855 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
6856 account the impact of relocation count overflow when computing
6857 section offsets.
6858 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
6859 or not to apply the PE COFF reloc overflow handling. Fix a
6860 fencepost error in deciding whether or not to use that technique.
6861
6862 2002-07-07 Alan Modra <amodra@bigpond.net.au>
6863
6864 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
6865 change type of locsyms.
6866 (bfd_elf_get_elf_syms): Declare.
6867 * elf.c (bfd_elf_get_elf_syms): New function.
6868 (group_signature): Use bfd_elf_get_elf_syms.
6869 (bfd_section_from_r_symndx): Likewise.
6870 * elfcode.h (elf_slurp_symbol_table): Likewise.
6871 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6872 (elf_link_add_object_symbols): Likewise. Reorganise to increase
6873 locality of various data structures. Properly free internal relocs.
6874 (elf_bfd_final_link): Properly free internal relocs.
6875 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
6876 (elf_link_input_bfd): Likewise.
6877 (elf_gc_mark): Likewise. Properly free internal relocs.
6878 (elf_gc_sweep): Properly free internal relocs.
6879 (elf_reloc_symbol_deleted_p): No need to swap syms in.
6880 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
6881 internal relocs.
6882 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
6883 Properly free possibly cached info.
6884 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
6885 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
6886 symbol swapping code.
6887 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
6888 Properly free possibly cached info.
6889 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
6890 (mn10300_elf_relax_delete_bytes): Likewise.
6891 (mn10300_elf_symbol_address_p): Likewise.
6892 (mn10300_elf_get_relocated_section_contents): Likewise.
6893 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
6894 (elf32_h8_relax_delete_bytes): Likewise.
6895 (elf32_h8_symbol_address_p): Likewise.
6896 (elf32_h8_get_relocated_section_contents): Likewise.
6897 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
6898 (m32r_elf_relax_delete_bytes): Likewise.
6899 (m32r_elf_get_relocated_section_contents): Likewise.
6900 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
6901 elf_section_data to determine whether cached.
6902 (sh_elf_relax_section): As above for elf-m10200.c.
6903 (sh_elf_relax_delete_bytes): Likewise.
6904 (sh_elf_get_relocated_section_contents): Likewise.
6905 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
6906 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
6907 reading of local syms.
6908 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6909 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
6910 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
6911 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
6912 relocs.
6913 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
6914 free internal relocs and section contents. Don't read symbols.
6915 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
6916 (elf32_hppa_size_stubs): Don't free local syms.
6917 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
6918 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
6919 possibly cached info.
6920 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6921 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
6922 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
6923 all_local_syms.
6924 (get_local_syms): Delete function.
6925 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
6926 on exit.
6927 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
6928
6929 2002-07-05 Jim Wilson <wilson@redhat.com>
6930
6931 * syms.c (decode_section_type): New.
6932 (bfd_decode_symclass): Call decode_section_type.
6933
6934 2002-07-04 Jakub Jelinek <jakub@redhat.com>
6935
6936 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
6937 section content start.
6938 Reported by Michael Schumacher <mike@hightec-rt.com>.
6939
6940 2002-07-04 Alan Modra <amodra@bigpond.net.au>
6941
6942 * section.c (_bfd_strip_section_from_output): Remove unnecessary
6943 link order code. Don't actually remove the output section here;
6944 Just set a flag for the linker to do so.
6945 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
6946 sections when setting up output section dynsyms.
6947
6948 2002-07-04 Alan Modra <amodra@bigpond.net.au>
6949
6950 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
6951 fudge.
6952 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
6953 libs here instead.
6954
6955 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
6956
6957 * elf64-s390.c (create_got_section): Set .got section alignment to
6958 8 bytes.
6959 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
6960
6961 2002-07-02 Alan Modra <amodra@bigpond.net.au>
6962
6963 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
6964
6965 2002-07-01 Matt Thomas <matt@3am-software.com>
6966
6967 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
6968 to EF_VAX_*.
6969
6970 2002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6971
6972 * elfxx-mips.c (ABI_64_P): Fix comment.
6973 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
6974 new section names for N64 ABI.
6975 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
6976 (mips_elf_calculate_relocation): Code formatting.
6977 (mips_elf_create_dynamic_relocation): Likewise.
6978 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
6979 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
6980 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
6981 in any NewABI.
6982 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
6983 for NewABI.
6984 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
6985 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
6986 here, too.
6987
6988 2002-07-01 Andreas Schwab <schwab@suse.de>
6989
6990 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
6991 R_X86_64_64 to R_X86_64_RELATIVE.
6992
6993 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
6994
6995 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
6996 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
6997 Run "make dep-am".
6998 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
6999 host_aout_vec.
7000 * configure.in (vaxbsd_vec): Add.
7001 * targets.c (vaxbsd_vec): Add.
7002 * Makefile.in: Rebuild.
7003 * configure: Rebuild.
7004 * po/SRC-POTFILES.in: Rebuild.
7005
7006 2002-07-01 Alan Modra <amodra@bigpond.net.au>
7007
7008 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
7009 examining to gc_mark_hook, rather than the bfd.
7010 (elf_gc_sections): Adjust.
7011 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
7012 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
7013 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
7014 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
7015 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
7016 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
7017 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
7018 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
7019 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
7020 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
7021 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
7022 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
7023 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
7024 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
7025 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
7026 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
7027 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
7028 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
7029 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
7030 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
7031 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
7032 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
7033 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
7034 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7035 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
7036 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
7037 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
7038 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
7039 redundant local sym tests.
7040 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
7041 (link_hash_newfunc): Init is_entry.
7042 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
7043 (ppc64_elf_link_hash_table_create): Init all_local_syms.
7044 (create_linkage_sections): Use bfd_make_section_anyway rather than
7045 bfd_make_section.
7046 (ppc64_elf_mark_entry_syms): New function.
7047 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
7048 up opd entry to function section map.
7049 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
7050 relocs that reference the opd section.
7051 (edit_opd): New function.
7052 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
7053 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
7054 (get_local_syms): Do so here. Exit if we already have local syms.
7055 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
7056 read local syms on non-ELF input.
7057 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
7058 than duplicating it's function here. Adjust free of internal
7059 relocs to suit.
7060 (ppc64_elf_relocate_section): Adjust local syms in opd section.
7061 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
7062 * elf32-hppa.c (elf32_hppa_size_stubs): Call
7063 _bfd_elf32_link_read_relocs rather than duplicating it's function
7064 here. Adjust free of internal relocs to suit.
7065
7066 2002-07-01 Andreas Jaeger <aj@suse.de>
7067
7068 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
7069 are not allowed in shared libs code, enforce -fPIC.
7070
7071 2002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
7072
7073 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
7074 trailing zero-sequences when there's previous left-over data.
7075
7076 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
7077
7078 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
7079 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
7080 and opd_rel_sec in order for starting rela section. Check _raw_size.
7081 (elf_backend_reloc_type_class): Define.
7082
7083 2002-06-27 Kevin Buettner <kevinb@redhat.com>
7084
7085 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
7086 DWARF2 formats.
7087
7088 2002-06-27 Alan Modra <amodra@bigpond.net.au>
7089
7090 * cpu-powerpc.c: Comment on ordering of arch_info.
7091 * elf32-ppc.c (ppc_elf_object_p): New function.
7092 (elf_backend_object_p): Define.
7093 * elf64-ppc.c (ppc64_elf_object_p): New function.
7094 (elf_backend_object_p): Define.
7095
7096 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7097
7098 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
7099 * configure: Regenerate.
7100
7101 2002-06-25 Jason Eckhardt <jle@rice.edu>
7102
7103 * dwarf2.c (decode_line_info): Check unit->addr_size
7104 to read in the proper number of prologue bytes.
7105
7106 2002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
7107
7108 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
7109 aix5coff64_vec if 64-bit bfd support has been enabled.
7110 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
7111 been enabled.
7112
7113 * targets.c (_bfd_target_vector[]): Only include
7114 aix5coff64_vec if 64-bit bfd support has been enabled.
7115
7116 2002-06-25 Alan Modra <amodra@bigpond.net.au>
7117
7118 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
7119 * elf32-hppa.c (hppa_add_stub): Likewise.
7120 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
7121 * elflink.h (elf_add_default_symbol): Fix comment typo.
7122 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
7123 (elf_link_add_object_symbols): Likewise.
7124 (elf_link_assign_sym_version): Likewise.
7125 * hash.c (bfd_hash_lookup): Likewise.
7126 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
7127 * section.c (bfd_get_unique_section_name): Likewise.
7128 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
7129 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
7130 (assign_section_numbers): Likewise.
7131 (_bfd_elfcore_make_pseudosection): Likewise.
7132 (elfcore_grok_lwpstatus): Likewise.
7133 (elfcore_grok_win32pstatus): Likewise.
7134 (elfcore_write_note): Constify input params. Use PTR instead of
7135 void *. Include terminating NUL in namesz. Correct padding.
7136 Support NULL "name" param. Use memcpy instead of strcpy.
7137 (elfcore_write_prpsinfo): Constify input params.
7138 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
7139 (elfcore_write_lwpstatus): Likewise.
7140 (elfcore_write_pstatus): Likewise.
7141 (elfcore_write_prfpreg): Likewise.
7142 (elfcore_write_prxfpreg): Likewise.
7143 * elf-bfd.h (elfcore_write_note): Update declaration.
7144 (elfcore_write_prpsinfo): Likewise.
7145 (elfcore_write_prstatus): Likewise.
7146 (elfcore_write_pstatus): Likewise.
7147 (elfcore_write_prfpreg): Likewise.
7148 (elfcore_write_prxfpreg): Likewise.
7149 (elfcore_write_lwpstatus): Likewise.
7150
7151 2002-06-25 Jason Eckhardt <jle@rice.edu>
7152
7153 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
7154 symbols of type stProc and stStaticProc.
7155
7156 2002-06-25 Nick Clifton <nickc@redhat.com>
7157
7158 * ecoff.c: VArious formatting fixes.
7159
7160 2002-06-25 Alan Modra <amodra@bigpond.net.au>
7161
7162 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
7163
7164 2002-06-25 Alan Modra <amodra@bigpond.net.au>
7165
7166 * aout-adobe.c: Don't compare against "true" or "false.
7167 * aout-target.h: Likewise.
7168 * aoutx.h: Likewise.
7169 * archive.c: Likewise.
7170 * bout.c: Likewise.
7171 * cache.c: Likewise.
7172 * coff-a29k.c: Likewise.
7173 * coff-alpha.c: Likewise.
7174 * coff-i386.c: Likewise.
7175 * coff-mips.c: Likewise.
7176 * coff-or32.c: Likewise.
7177 * coff64-rs6000.c: Likewise.
7178 * coffcode.h: Likewise.
7179 * coffgen.c: Likewise.
7180 * cpu-ns32k.c: Likewise.
7181 * ecoff.c: Likewise.
7182 * ecofflink.c: Likewise.
7183 * elf.c: Likewise.
7184 * elf32-arm.h: Likewise.
7185 * elf32-cris.c: Likewise.
7186 * elf32-d30v.c: Likewise.
7187 * elf32-i386.c: Likewise.
7188 * elf32-mcore.c: Likewise.
7189 * elf32-ppc.c: Likewise.
7190 * elf32-sh.c: Likewise.
7191 * elf32-sh64.c: Likewise.
7192 * elf32-v850.c: Likewise.
7193 * elf64-alpha.c: Likewise.
7194 * elf64-sh64.c: Likewise.
7195 * elfcode.h: Likewise.
7196 * elfcore.h: Likewise.
7197 * elflink.h: Likewise.
7198 * elfxx-mips.c: Likewise.
7199 * i386os9k.c: Likewise.
7200 * ieee.c: Likewise.
7201 * libbfd.c: Likewise.
7202 * linker.c: Likewise.
7203 * mmo.c: Likewise.
7204 * nlm32-alpha.c: Likewise.
7205 * nlm32-i386.c: Likewise.
7206 * nlm32-ppc.c: Likewise.
7207 * nlm32-sparc.c: Likewise.
7208 * nlmcode.h: Likewise.
7209 * oasys.c: Likewise.
7210 * pdp11.c: Likewise.
7211 * peicode.h: Likewise.
7212 * reloc.c: Likewise.
7213 * som.c: Likewise.
7214 * srec.c: Likewise.
7215 * tekhex.c: Likewise.
7216 * vms.c: Likewise.
7217 * xcofflink.c: Likewise.
7218 * elf64-sparc.c: Edit comment to not use "== false".
7219
7220 * aoutf1.h: Don't use "? true : false".
7221 * ecoff.c: Likewise.
7222 * format.c: Likewise.
7223 * ieee.c: Likewise.
7224 * linker.c: Likewise.
7225 * mmo.c: Likewise.
7226 * oasys.c: Likewise.
7227
7228 2002-06-23 H.J. Lu <hjl@gnu.org>
7229
7230 * elflink.h (elf_link_add_archive_symbols): For the default
7231 version, check references with only one `@' first.
7232
7233 2002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
7234
7235 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
7236 function.
7237 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
7238 symbol table.
7239 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
7240 (elf64_hppa_size_dynamic_sections): Revise to use
7241 elf64_hppa_mark_milli_and_exported_functions.
7242 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
7243 symbols out of dynamic symbol table.
7244
7245 2002-06-23 Alan Modra <amodra@bigpond.net.au>
7246
7247 * Makefile.in: Regenerate.
7248 * libbfd.h: Regenerate.
7249 * bfd-in2.h: Regenerate.
7250 * configure: Regenerate.
7251 * po/SRC-POTFILES.in: Regenerate.
7252
7253 * elflink.h: Comment typo fixes.
7254
7255 2002-06-23 H.J. Lu <hjl@gnu.org>
7256
7257 * elf-bfd.h (elf_link_loaded_list): New structure.
7258 (elf_link_hash_table): Add "loaded".
7259 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
7260 * elflink.h (elf_link_check_versioned_symbol): New function.
7261 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
7262
7263 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
7264
7265 * elflink.h (size_dynamic_sections): If the target does not
7266 support an ELF style hash table, return true, indicating that
7267 nothing needed to be done, rather than false, indicating that the
7268 section's size could not be computed.
7269
7270 2002-06-18 Dave Brolley <brolley@redhat.com>
7271
7272 From Catherine Moore, Michael Meissner, Dave Brolley:
7273 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
7274 * targets.c: Support bfd_elf32_frv_vec.
7275 * reloc.c: Add FRV relocs.
7276 * configure.in: Add support for bfd-elf32-frv-vec.
7277 * config.bfd (targ_cpu): Add support for frv-*-elf.
7278 * archures.c: Add frv arch and machines.
7279 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
7280 (ALL_MACHINES_CFILES): Add cpu-frv.c.
7281 (BFD32_BACKENDS): Add elf32-frv.lo.
7282 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
7283 (cpu-frv.lo): New target.
7284 (elf32-frv.lo): New target.
7285 * cpu-frv.c: New file.
7286 * elf32-frv.c: New file.
7287
7288 2002-06-18 Jakub Jelinek <jakub@redhat.com>
7289
7290 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
7291 e_shnum == 0.
7292 Only read the first section header if e_shoff is non-zero.
7293 Don't consider e_shstrndx if there are no sections.
7294
7295 2002-06-17 Tom Rix <trix@redhat.com>
7296
7297 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
7298 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
7299 complain_overflow_bitfield.
7300
7301 2002-06-17 Alan Modra <amodra@bigpond.net.au>
7302
7303 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
7304 (bfd_fdopenr): Likewise.
7305 (bfd_openstreamr): Likewise.
7306 (bfd_openw): Likewise.
7307
7308 * targets.c: Sort target vecs.
7309 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
7310 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
7311 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
7312 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
7313 * configure.in: Sort target vecs. Add m88kmach3_vec.
7314 * configure: Regenerate.
7315
7316 2002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
7317
7318 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
7319 bpo_reloc_no to break sort order ties, not address of items.
7320
7321 2002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
7322
7323 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
7324 Skip excluded sections in determing __gp value.
7325 (elf_hppa_final_link_relocate): Use the symbol's address in
7326 R_PARISC_FPTR64 relocations that don't need an opd entry.
7327 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
7328 (elf64_hppa_finalize_dynreloc): Likewise.
7329 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
7330 (elf64_hppa_finish_dynamic_symbol): Break up assert.
7331
7332 2002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
7333
7334 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
7335 alignment for .bss, .data and .text sections so that sse and sse2
7336 code will work.
7337 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7338
7339 2002-06013 J"orn Rennecke <joern.rennecke@superh.com>
7340
7341 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
7342 sh[1234]*-elf*.
7343
7344 2002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
7345
7346 * elflink.h (elf_bfd_final_link): Improve error handling for missing
7347 dynamic sections.
7348
7349 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
7350 for a symbol that has no output section.
7351 (allocate_dynrel_entries): Correct comment.
7352 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
7353 unless we want one.
7354 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
7355 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
7356 with no section. Remove unnecessary parentheses.
7357
7358 2002-06-11 Tom Rix <trix@redhat.com>
7359
7360 * coffcode.h (coff_compute_section_file_positions): Add data
7361 section to AIX loader alignment check.
7362
7363 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
7364 alignment to 4 bytes.
7365 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
7366 power accessor macro.
7367 (do_shared_object_padding): Remove invalid assertion.
7368
7369 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
7370
7371 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
7372 for removed output sections.
7373
7374 2002-06-10 Geoffrey Keating <geoffk@redhat.com>
7375
7376 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
7377 htab_alloc.
7378 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
7379
7380 2002-06-08 H.J. Lu <hjl@gnu.org>
7381
7382 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
7383 work around a long long bug in gcc 2.96 on mips.
7384
7385 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7386
7387 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
7388 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
7389 Regenerate dependency lists.
7390 * Makefile.in: Regenerate.
7391 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
7392 vax1knetbsd_vec to targ_selvecs.
7393 * configure.in: Add vax1knetbsd_vec.
7394 * configure: Regenerate.
7395 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
7396 * vax1knetbsd.c: New file.
7397 * vaxnetbsd.c: Update copyright years.
7398 (TARGET_PAGE_SIZE): Set to 0x1000.
7399 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
7400
7401 2002-06-08 Matt Thomas <matt@3am-software.com>
7402
7403 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
7404
7405 2002-06-08 Alan Modra <amodra@bigpond.net.au>
7406
7407 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
7408
7409 2002-06-08 Alan Modra <amodra@bigpond.net.au>
7410
7411 * Makefile.am: Run "make dep-am".
7412 * Makefile.in: Regenerate.
7413
7414 * armnetbsd.c: Replace CONST with const.
7415 * corefile.c: Likewise.
7416 * elf32-dlx.c: Likewise.
7417 * elf64-mips.c: Likewise.
7418 * mmo.c: Likewise.
7419 * ns32knetbsd.c: Likewise.
7420
7421 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
7422 table is elf64-sparc.
7423
7424 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7425
7426 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
7427 Fix RELA addends to get not shifted in the result. Don't do special
7428 handling of R_MIPS_64 for NewABI.
7429
7430 2002-06-07 Alan Modra <amodra@bigpond.net.au>
7431
7432 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7433 (NAME(aout,slurp_reloc_table)): Likewise.
7434 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
7435 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
7436 (xcoff_write_archive_contents_big): Likewise.
7437 (xcoff_generate_rtinit): Likewise.
7438 (xcoff_generate_rtinit): Likewise, and check error return.
7439 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
7440 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
7441 (coff_get_normalized_symtab): Likewise.
7442 (coff_make_empty_symbol): Likewise.
7443 (bfd_coff_set_symbol_class): Likewise.
7444 * cofflink.c (coff_link_add_symbols): Likewise.
7445 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
7446 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
7447 (bfd_ecoff_write_accumulated_debug): Likewise.
7448 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
7449 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
7450 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
7451 * ieee.c (do_with_relocs): Use bfd_zalloc.
7452 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
7453 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7454 (NAME(aout,slurp_reloc_table)): Likewise.
7455 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
7456 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
7457 * som.c (som_build_and_write_symbol_table): Likewise.
7458 (som_slurp_string_table): Likewise.
7459 (som_slurp_symbol_table): Likewise.
7460 (som_bfd_ar_write_symbol_stuff): Likewise.
7461 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
7462 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
7463 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
7464 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
7465 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
7466
7467 2002-06-07 Alan Modra <amodra@bigpond.net.au>
7468
7469 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
7470 "group" union.
7471 (elf_group_name): Update.
7472 (elf_group_id): Define.
7473 (bfd_elf_set_group_contents): Declare.
7474 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
7475 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
7476 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
7477 that sym for the signature.
7478 (_bfd_elf_compute_section_file_positions): Don't call
7479 set_group_contents for "ld -r" case.
7480 (swap_out_syms): Use bfd_zalloc.
7481 * elflink.h (elf_link_add_archive_symbols): Likewise.
7482 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
7483 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
7484
7485 2002-06-07 Alan Modra <amodra@bigpond.net.au>
7486
7487 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
7488 relocs in opd for non-shared too.
7489
7490 2002-06-06 Jeffrey Law <law@redhat.com>
7491
7492 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
7493 relocations.
7494
7495 2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
7496
7497 * merge.c: Include libiberty.h.
7498 * elf-strtab.c: Include libiberty.h.
7499
7500 2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
7501
7502 * peXXigen.c (pe_print_idata): Remove unused variable.
7503
7504 2002-06-06 David Heine <dlheine@tensilica.com>
7505
7506 * elf.c (assign_file_positions_for_segments): Remove unallocated
7507 sections from the section to segment mapping for PT_LOAD segments.
7508 Update comment about empty loadable segments.
7509
7510 2002-06-06 Richard Sandiford <rsandifo@redhat.com>
7511
7512 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
7513 is within the .stabstr section.
7514
7515 2002-06-06 Alan Modra <amodra@bigpond.net.au>
7516
7517 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
7518 are "const PTR", not "const PTR *".
7519 (bfd_elf32_swap_symbol_in): Likewise.
7520 (bfd_elf64_swap_symbol_in): Likewise.
7521 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
7522 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7523 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7524 (elf_link_add_object_symbols): Likewise.
7525 (elf_link_record_local_dynamic_symbol): Likewise.
7526 (elf_link_input_bfd): Likewise.
7527 (elf_gc_mark): Likewise.
7528 (elf_reloc_symbol_deleted_p): Likewise.
7529 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7530 (mn10200_elf_relax_delete_bytes): Likewise.
7531 (mn10200_elf_symbol_address_p): Likewise.
7532 (mn10200_elf_get_relocated_section_contents): Likewise.
7533 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7534 (mn10300_elf_relax_section): Likewise.
7535 (mn10300_elf_relax_delete_bytes): Likewise.
7536 (mn10300_elf_symbol_address_p): Likewise.
7537 (mn10300_elf_get_relocated_section_contents): Likewise.
7538 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7539 (elf32_h8_relax_delete_bytes): Likewise.
7540 (elf32_h8_symbol_address_p): Likewise.
7541 (elf32_h8_get_relocated_section_contents): Likewise.
7542 * elf32-hppa.c (get_local_syms): Likewise.
7543 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7544 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7545 * elf32-sh.c (sh_elf_relax_section): Likewise.
7546 (sh_elf_relax_delete_bytes): Likewise.
7547 (sh_elf_get_relocated_section_contents): Likewise.
7548 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7549 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7550 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7551 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7552 * elf64-ppc.c (get_local_syms): Likewise.
7553 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7554 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7555
7556 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7557
7558 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
7559
7560 2002-06-05 Alan Modra <amodra@bigpond.net.au>
7561
7562 * elf.c (group_signature): Swap in the whole symbol, and handle
7563 extracting section symbol names.
7564 (setup_group): Add comment.
7565 (set_group_contents): When called from objcopy or ld, arrange for
7566 section contents to be written. Write group member output section
7567 indices to allow objcopy to reorganize sections.
7568 (_bfd_elf_copy_private_section_data): Copy group info.
7569
7570 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
7571 (bfd_elf32_swap_symbol_in): Update prototype.
7572 (bfd_elf64_swap_symbol_in): Likewise.
7573 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
7574 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7575 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7576 (elf_link_add_object_symbols): Likewise.
7577 (elf_link_record_local_dynamic_symbol): Likewise.
7578 (elf_link_input_bfd): Likewise.
7579 (elf_gc_mark): Likewise.
7580 (elf_reloc_symbol_deleted_p): Likewise.
7581 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7582 (mn10200_elf_relax_delete_bytes): Likewise.
7583 (mn10200_elf_symbol_address_p): Likewise.
7584 (mn10200_elf_get_relocated_section_contents): Likewise.
7585 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7586 (mn10300_elf_relax_section): Likewise.
7587 (mn10300_elf_relax_delete_bytes): Likewise.
7588 (mn10300_elf_symbol_address_p): Likewise.
7589 (mn10300_elf_get_relocated_section_contents): Likewise.
7590 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7591 (elf32_h8_relax_delete_bytes): Likewise.
7592 (elf32_h8_symbol_address_p): Likewise.
7593 (elf32_h8_get_relocated_section_contents): Likewise.
7594 * elf32-hppa.c (get_local_syms): Likewise.
7595 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7596 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7597 * elf32-sh.c (sh_elf_relax_section): Likewise.
7598 (sh_elf_relax_delete_bytes): Likewise.
7599 (sh_elf_get_relocated_section_contents): Likewise.
7600 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7601 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7602 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7603 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7604 * elf64-ppc.c (get_local_syms): Likewise.
7605 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7606 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7607 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
7608 * elf64-alpha.c (alpha_elf_size_info): Likewise.
7609 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
7610 * elf64-mips.c (mips_elf64_size_info): Likewise.
7611 * elf64-s390.c (s390_elf64_size_info): Likewise.
7612 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
7613
7614 2002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7615
7616 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
7617 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
7618 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
7619 _bfd_mips_elf_ignore_discarded_relocs.
7620 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
7621
7622 2002-06-05 H.J. Lu <hjl@gnu.org>
7623
7624 * elfxx-mips.c (mips_elf_calculate_relocation): Call
7625 _bfd_elf_rel_local_sym for STT_SECTION relocations against
7626 the SEC_MERGE section.
7627
7628 2002-06-05 Alan Modra <amodra@bigpond.net.au>
7629
7630 * coff-alpha.c: Update copyright date.
7631 * coff-mips.c: Likewise.
7632 * xcoff-target.h: Likewise.
7633
7634 * bfd-in.h: Remove "taken from the source" comment.
7635 * libbfd-in.h: Likewise.
7636 * libcoff-in.h: Likewise.
7637 * bfd-in2.h: Regenerate.
7638 * libbfd.h: Regenerate.
7639 * libcoff.h: Regenerate.
7640
7641 * elf.c (bfd_elf_discard_group): Return true.
7642 * elf-bfd.h (bfd_elf_discard_group): Declare.
7643 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
7644 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
7645 * bfd.c (bfd_discard_group): Define.
7646 * targets.c (struct bfd_target): Add _bfd_discard_group.
7647 (BFD_JUMP_TABLE_LINK): Here too.
7648 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
7649 * aout-adobe.c (aout_32_bfd_discard_group): Define.
7650 * aout-target.h (MY_bfd_discard_group): Define.
7651 * aout-tic30.c (MY_bfd_discard_group): Define.
7652 * binary.c (binary_bfd_discard_group): Define.
7653 * bout.c (b_out_bfd_discard_group): Define.
7654 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
7655 * coffcode.h (coff_bfd_discard_group): Define.
7656 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
7657 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
7658 * i386msdos.c (msdos_bfd_discard_group): Define.
7659 * i386os9k.c (os9k_bfd_discard_group): Define.
7660 * ieee.c (ieee_bfd_discard_group): Define.
7661 * ihex.c (ihex_bfd_discard_group): Define.
7662 * mmo.c (mmo_bfd_discard_group): Define.
7663 * nlm-target.h (nlm_bfd_discard_group): Define.
7664 * oasys.c (oasys_bfd_discard_group): Define.
7665 * ppcboot.c (ppcboot_bfd_discard_group): Define.
7666 * som.c (som_bfd_discard_group): Define.
7667 * srec.c (srec_bfd_discard_group): Define.
7668 * tekhex.c (tekhex_bfd_discard_group): Define.
7669 * versados.c (versados_bfd_discard_group): Define.
7670 * vms.c (vms_bfd_discard_group): Define.
7671 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
7672 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
7673 (aix5coff64_vec): Likewise.
7674 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
7675
7676 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7677
7678 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
7679 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
7680 (elf32-sh64-com.lo): New dependency list.
7681 * Makefile.in: Regenerate.
7682 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
7683 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
7684 elf32-sh64-com.lo.
7685 * configure: Regenerate.
7686 * elf32-sh64.c (sh64_address_in_cranges)
7687 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
7688 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
7689 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
7690 * elf32-sh64-com.c: ...here. New file.
7691
7692 2002-06-04 Alan Modra <amodra@bigpond.net.au>
7693
7694 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
7695 ATTRIBUTE_UNUSED on used params.
7696 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
7697 before calling bfd_section_from_elf_index on local syms.
7698 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7699
7700 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7701
7702 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
7703 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
7704 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
7705 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
7706 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
7707 * Makefile.in: Regenerate.
7708 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
7709 (sh64-*-netbsd*): New targets.
7710 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
7711 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
7712 * configure: Regenerate.
7713 * elf32-sh64-nbsd.c: New file.
7714 * elf64-sh64-nbsd.c: New file.
7715 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
7716 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
7717 bfd_elf64_sh64lnbsd_vec.
7718
7719 2002-06-04 Alan Modra <amodra@bigpond.net.au>
7720
7721 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
7722 (bfd_section_from_shdr): Likewise. Set section name of group
7723 sections from signature.
7724 (group_signature): Split out from setup_group. Ensure symbol table
7725 is available.
7726 (bfd_elf_discard_group): New function.
7727 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
7728 .gnu.linkonce* sections if they are members of a group.
7729 (set_group_contents): Set GRP_COMDAT flag.
7730 * section.c (bfd_discard_group): New function.
7731 * bfd-in.h (bfd_elf_discard_group): Declare.
7732 * bfd-in2.h: Regenerate.
7733 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
7734 (elf_linkonce_p): Define.
7735
7736 2002-06-04 Alan Modra <amodra@bigpond.net.au>
7737
7738 * elf.c (bfd_section_from_shdr): Make "name" const.
7739 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
7740 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
7741 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
7742 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
7743 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
7744 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
7745 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
7746 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
7747 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
7748 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
7749 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
7750
7751 2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7752
7753 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
7754 ABI.
7755
7756 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
7757
7758 * elf32-arc.c: Fix formatting.
7759 * elf32-arm.h: Likewise.
7760 * elf32-cris.c: Likewise.
7761 * elf32-dlx.c: Likewise.
7762 * elf32-hppa.c: Likewise.
7763 * elf32-i386.c: Likewise.
7764 * elf32-i386qnx.c: Likewise.
7765 * elf32-or32.c: Likewise.
7766 * elf32-s390.c: Likewise.
7767 * elf32-sh64.c: Likewise.
7768 * elf32-vax.c: Likewise.
7769 * elf32-xstormy16.c: Likewise.
7770 * elf64-alpha.c: Likewise.
7771 * elf64-mmix.c: Likewise.
7772 * elf64-ppc.c: Likewise.
7773 * elf64-s390.c: Likewise.
7774 * elf64-sh64.c: Likewise.
7775 * elf64-x86-64.c: Likewise.
7776
7777 2002-06-02 Richard Henderson <rth@redhat.com>
7778
7779 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
7780 null when there are no got entries for a symbol.
7781 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
7782 uninitialized variable warning.
7783
7784 2002-06-01 Richard Henderson <rth@redhat.com>
7785
7786 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
7787 undefined symbols here.
7788 (elf64_alpha_relax_section): Do it here. Also test for not
7789 defined in the current module.
7790 (elf64_alpha_relocate_section_r): Split out of ...
7791 (elf64_alpha_relocate_section): ... here. Don't dereference
7792 NULL when looking up local got entries.
7793
7794 2002-06-01 Richard Henderson <rth@redhat.com>
7795
7796 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
7797 symbols from JSR relaxation.
7798 (elf64_alpha_size_plt_section_1): New.
7799 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
7800 (elf64_alpha_size_rela_got_1): ... here.
7801 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
7802 (elf64_alpha_size_rela_got_section): ... here.
7803 (elf64_alpha_size_plt_section): New.
7804 (elf64_alpha_relax_section): Call them.
7805 (elf64_alpha_size_got_sections): Remove output_bfd arg.
7806 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
7807
7808 2002-06-01 Richard Henderson <rth@redhat.com>
7809
7810 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
7811 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
7812 in shared libraries. Fix DTPRELHI and TPRELHI value.
7813 (INSN_ADDQ, INSN_RDUNIQ): New.
7814 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
7815 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
7816 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
7817 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
7818 Handle GOTDTPREL and GOTTPREL relocations.
7819 (elf64_alpha_relax_gprelhilo): New.
7820 (elf64_alpha_relax_tls_get_addr): New.
7821 (elf64_alpha_relax_find_tls_segment): New.
7822 (elf64_alpha_relax_section): Handle TLS relocations.
7823 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
7824 (elf64_alpha_check_relocs): Set it.
7825
7826 2002-06-01 Richard Henderson <rth@redhat.com>
7827
7828 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
7829
7830 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
7831 check; don't suppress dynamic relocs for non-allocated sections.
7832
7833 * elf64-alpha.c: Remove dead code.
7834
7835 2002-05-31 Alan Modra <amodra@bigpond.net.au>
7836
7837 * bfd-in2.h: Regenerate.
7838 * libbfd.h: Regenerate.
7839 * po/SRC-POTFILES.in: Regenerate.
7840
7841 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
7842 space for bss .plt.
7843
7844 2002-05-31 Graeme Peterson <gp@qnx.com>
7845
7846 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
7847 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
7848 Run "make dep-am".
7849 * Makefile.in: Regenerate.
7850 * config.bfd: Add i[3456]86-*-nto-qnx* support.
7851 * configure.in: Add bfd_elf32_i386qnx_vec support.
7852 * configure: Regenerate.
7853 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
7854 is_contained_by_filepos, and copy_private_bfd_data_p.
7855 * elf.c (assign_file_positions_for_segments): Call backend
7856 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
7857 (IS_CONTAINED_BY_FILEPOS): Define.
7858 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
7859 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
7860 Fix non-K&R call to _bfd_error_handler.
7861 (_bfd_elf_copy_private_section_data): Use backend
7862 copy_private_bfd_data_p.
7863 * elf32-i386.c: Don't include elfxx-target.h when
7864 ELF32_I386_C_INCLUDED is defined.
7865 * elf32-i386qnx.c: New QNX elf backend file.
7866 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
7867 elf_backend_is_contained_by_filepos, and
7868 elf_backend_do_copy_private_bfd_data.
7869 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
7870
7871 2002-05-31 Alan Modra <amodra@bigpond.net.au>
7872
7873 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
7874 Move other similar defines to start of file.
7875
7876 2002-05-30 Tom Rix <trix@redhat.com>
7877
7878 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
7879 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
7880
7881 2002-05-30 Richard Henderson <rth@redhat.com>
7882
7883 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
7884 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
7885 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
7886 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
7887 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
7888 (struct alpha_elf_obj_tdata): Rename total_got_entries and
7889 n_local_got_entries to total_got_size and local_got_size.
7890 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
7891 (alpha_got_entry_size): New.
7892 (elf64_alpha_relax_with_lituse): Use it.
7893 (elf64_alpha_relax_without_lituse): Likewise.
7894 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
7895 (get_got_entry): New.
7896 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
7897 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
7898 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
7899 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
7900 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
7901 (elf64_alpha_calc_got_offsets): Likewise.
7902 (alpha_dynamic_entries_for_reloc): New.
7903 (elf64_alpha_calc_dynrel_sizes): Use it.
7904 (elf64_alpha_size_dynamic_sections): Likewise.
7905 (elf64_alpha_relocate_section): Handle TLS relocations.
7906 * reloc.c: Add Alpha TLS relocations.
7907 * bfd-in2.h, libbfd.h: Rebuild.
7908
7909 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7910
7911 * peXXigen.c (pe_print_idata): Remove double printed
7912 import table lines; add Bound-To comment.
7913
7914 2002-05-29 Matt Thomas <matt@3am-software.com>
7915
7916 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
7917 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
7918 (elf32-vax.lo): New rule.
7919 * Makefile.in: Regenerate.
7920 * configure.in (bfd_elf32_vax_vec)
7921 (vaxnetbsd_vec): New vectors.
7922 * configure: Regenerate.
7923 * config.bfd (vax-*-netbsdelf*)
7924 (vax-*-netbsdaout*)
7925 (vax-*-netbsd*): New targets.
7926 * elf32-vax.c: New file.
7927 * reloc.c: Add VAX relocations.
7928 * bfd-in2.h: Regenerate.
7929 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
7930
7931 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7932
7933 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
7934 and bfd_elf32_bigarm_vec to targ_selvecs.
7935
7936 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7937
7938 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
7939 with auto-imported symbols.
7940
7941 2002-05-29 Adam Nemet <anemet@lnxw.com>
7942
7943 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
7944 sections only record bfd.
7945 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
7946 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
7947 * bfd-in2.h: Regenerate.
7948
7949 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7950
7951 * syms.c (_bfd_stab_section_find_nearest_line): Move
7952 declaration and initialisation of saw_line and saw_func out of
7953 for loop.
7954
7955 2002-05-29 Alan Modra <amodra@bigpond.net.au>
7956
7957 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
7958 (bfd_elf64_get_symbol_info): Define.
7959 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
7960
7961 2002-05-29 Andrey Volkov <avolkov@transas.com>
7962
7963 * cpu-h8300.c: Make default h8300 machine first in machine list.
7964
7965 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
7966
7967 * config.bfd: Added DLX configuraton.
7968 * Makefile.am: Added DLX configuraton.
7969 * configure.in: Added DLX configuraton.
7970 * archures.c: Add DLX architecure.
7971 * reloc.c: Add DLX relocs.
7972 * targets.c: Added DLX target vector.
7973 * configure: Regenerate.
7974 * Makefile.in: Regenreate.
7975 * bfd-in2.h: Regenreate.
7976 * elf32-dlx.c: New file: Support DLX target.
7977 * cpu-dlx.c: New file: Support DLX target.
7978
7979 2002-05-25 Alan Modra <amodra@bigpond.net.au>
7980
7981 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
7982
7983 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
7984 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
7985 strings to point inside function code sym string.
7986 (func_desc_adjust): Likewise.
7987 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
7988
7989 2002-05-24 Michal Ludvig <mludvig@suse.cz>
7990
7991 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
7992 (elf64_x86_64_grok_psinfo): Added.
7993
7994 2002-05-24 TAMURA Kent <kent@netbsd.org>
7995
7996 * config.bfd: Add a target for i386-netbsdpe.
7997
7998 2002-05-24 Alan Modra <amodra@bigpond.net.au>
7999
8000 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
8001 and is_func_descriptor.
8002 (func_desc_adjust): Hide function code sym in shared libs unless
8003 there is a matching exported function descriptor sym.
8004
8005 2002-05-23 Jakub Jelinek <jakub@redhat.com>
8006
8007 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
8008 for symbols from SHF_TLS section.
8009 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
8010 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
8011 (map_sections_to_segments): Build PT_TLS segment if necessary.
8012 (assign_file_positions_for_segments): Likewise.
8013 (get_program_header_size): Account for PT_TLS segment.
8014 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
8015 SEC_THREAD_LOCAL sections to STT_TLS.
8016 * reloc.c: Add 386 and IA-64 TLS relocs.
8017 * section.c (SEC_THREAD_LOCAL): Define.
8018 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
8019 Remove.
8020 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
8021 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
8022 unconditionally.
8023 (struct elf_final_link_info): Add first_tls_sec.
8024 (elf_bfd_final_link): Set first_tls_sec.
8025 Compute elf_hash_table (info)->tls_segment.
8026 (elf_link_output_extsym): Handle STT_TLS symbols.
8027 (elf_link_input_bfd): Likewise.
8028 * syms.c (BSF_THREAD_LOCAL): Define.
8029 * bfd-in2.h: Rebuilt.
8030 * libbfd.h: Rebuilt.
8031 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
8032 elf_i386_mkobject, elf_i386_object_p): New functions.
8033 (elf_howto_table): Add TLS relocs.
8034 (elf_i386_reloc_type_lookup): Support TLS relocs.
8035 (elf_i386_info_to_howto_rel): Likewise.
8036 (struct elf_i386_link_hash_entry): Add tls_type.
8037 (struct elf_i386_obj_tdata): New.
8038 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
8039 New macros.
8040 (struct elf_i386_link_hash_table): Add tls_ldm_got.
8041 (link_hash_newfunc): Clear tls_type.
8042 (elf_i386_check_relocs): Support TLS relocs.
8043 (elf_i386_gc_sweep_hook): Likewise.
8044 (allocate_dynrelocs): Likewise.
8045 (elf_i386_size_dynamic_sections): Likewise.
8046 (elf_i386_relocate_section): Likewise.
8047 (elf_i386_finish_dynamic_symbol): Likewise.
8048 (bfd_elf32_mkobject, elf_backend_object_p): Define.
8049 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
8050 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
8051 want_tprel, want_dtpmod, want_dtprel.
8052 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
8053 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
8054 R_IA64_LTOFF_TPREL22.
8055 (elf_code_to_howto_index): Add TLS relocs.
8056 (elfNN_ia64_check_relocs): Support TLS relocs.
8057 (allocate_global_data_got): Account for TLS .got data.
8058 (allocate_dynrel_entries): Account for TLS dynamic relocations.
8059 (elfNN_ia64_install_value): Supprt TLS relocs.
8060 (set_got_entry): Support TLS relocs.
8061 (elfNN_ia64_relocate_section): Likewise.
8062
8063 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
8064
8065 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
8066 BLX reloc round the relocation up rather than down.
8067 * coff-arm.c (coff_arm_relocate_section): Likewise.
8068
8069 2002-05-21 H.J. Lu (hjl@gnu.org)
8070
8071 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
8072 definition.
8073
8074 2002-05-22 Alan Modra <amodra@bigpond.net.au>
8075
8076 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
8077 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
8078
8079 2002-05-22 Alan Modra <amodra@bigpond.net.au>
8080
8081 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
8082 unresolved relocs.
8083 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
8084
8085 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8086
8087 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
8088 non-ELF targets.
8089
8090 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8091
8092 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
8093 an error value.
8094 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
8095 return with false on error.
8096 (elf_link_input_bfd): Check reloc_emitter return value.
8097
8098 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8099
8100 * config.bfd (armeb-*-netbsdelf*): New target.
8101
8102 2002-05-20 Alan Modra <amodra@bigpond.net.au>
8103
8104 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
8105 at the plt call stub.
8106
8107 2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8108
8109 * cpu-mips.c (mips_compatible): Don't try to check machine
8110 compatibility.
8111
8112 2002-05-18 Tom Rix <trix@redhat.com>
8113
8114 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
8115
8116 2002-05-17 Alan Modra <amodra@bigpond.net.au>
8117
8118 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
8119 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
8120 we've already warned about an undefined symbol. Report more
8121 detail on reloc errors.
8122
8123 2002-05-17 Alan Modra <amodra@bigpond.net.au>
8124
8125 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
8126 * configure.in: Invoke AM_INSTALL_LIBBFD.
8127 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
8128 (install_libbfd): .. New target.
8129 (uninstall_libbfd): Likewise.
8130 (install-bfdlibLTLIBRARIES): Likewise.
8131 (uninstall-bfdlibLTLIBRARIES): Likewise.
8132 (bfdlibdir): New.
8133 (bfdincludedir): New.
8134 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
8135 * aclocal.m4: Regenerate.
8136 * configure: Regenerate.
8137 * Makefile.in: Regenerate.
8138
8139 2002-05-17 Stuart Balfour <sbalfour@cisco.com>
8140
8141 * hash.c (bfd_hash_lookup): Remove computation of len from inside
8142 hash loop.
8143
8144 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
8145
8146 * config.bfd: Add targets for sh64-linux (little endian and
8147 big endian).
8148
8149 2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
8150
8151 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
8152 is located in the same section as the import table. Instead
8153 check, and if necessary load the section containing the thunk.
8154
8155 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
8156
8157 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
8158 bfd_bread.
8159 (xcoff64_core_file_matches_executable_p): Replace bfd_read
8160 with bfd_bread.
8161
8162 2002-05-15 Alan Modra <amodra@bigpond.net.au>
8163
8164 * aix5ppc-core.c: Warning fixes.
8165 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
8166 * aout-target.h (MY_bfd_link_just_syms): Define.
8167 * aout-tic30.c (MY_bfd_link_just_syms): Define.
8168 * bfd.c (bfd_link_just_syms): Define.
8169 * binary.c (binary_bfd_link_just_syms): Define.
8170 * bout.c (b_out_bfd_link_just_syms): Define.
8171 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
8172 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
8173 * coffcode.h (coff_bfd_link_just_syms): Define.
8174 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
8175 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
8176 (_bfd_elf_link_just_syms): Declare.
8177 * elf.c (_bfd_elf_link_just_syms): New function.
8178 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
8179 sections haven't already been discarded by the linker.
8180 * elflink.h (elf_link_add_object_symbols): Likewise for stab
8181 sections and SEC_MERGE sections.
8182 (elf_bfd_discard_info): Similarly here.
8183 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
8184 * i386msdos.c (msdos_bfd_link_just_syms): Define.
8185 * i386os9k.c (os9k_bfd_link_just_syms): Define.
8186 * ieee.c (ieee_bfd_link_just_syms): Define.
8187 * ihex.c (ihex_bfd_link_just_syms): Define.
8188 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
8189 (_bfd_generic_link_just_syms): Declare.
8190 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
8191 * linker.c (_bfd_generic_link_just_syms): New function.
8192 * mmo.c (mmo_bfd_link_just_syms): Define.
8193 * nlm-target.h (nlm_bfd_link_just_syms): Define.
8194 * oasys.c (oasys_bfd_link_just_syms): Define.
8195 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
8196 * som.c (som_bfd_link_just_syms): Define.
8197 * srec.c (srec_bfd_link_just_syms): Define.
8198 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
8199 (BFD_JUMP_TABLE_LINK): And here.
8200 * tekhex.c (tekhex_bfd_link_just_syms): Define.
8201 * versados.c (versados_bfd_link_just_syms): Define.
8202 * vms.c (vms_bfd_link_just_syms): Define.
8203 * libbfd.h: Regenerate.
8204 * bfd-in2.h: Regenerate.
8205
8206 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8207
8208 * elf32-mips.c: Remove superfluous definitions copied from
8209 elfxx-mips.c.
8210 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
8211 SGIish vectors to check the special case.
8212 (mips_elf_hi16_reloc): Fix comment.
8213 (mips_elf_got16_reloc): Likewise.
8214 (_bfd_mips_elf32_gprel16_reloc): Likewise.
8215 (elf_reloc_map): Code cleanup.
8216 (mips_reloc_map): Add comment.
8217 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
8218 (mips_elf32_rtype_to_howto): Likewise.
8219 (mips_elf32_discard_info): Likewise.
8220 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
8221 lead to IRIX compatibility now.
8222
8223 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8224
8225 * elfxx-mips.c: Call it IRIX, not Irix in comments.
8226
8227 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
8228
8229 * config.bfd (shle-*-netbsdelf*): Add target which includes
8230 sh64 support.
8231
8232 2002-05-13 David Edelsohn <edelsohn@gnu.org>
8233
8234 * configure.in: Revert 2002-04-07. Instead, auto-configure
8235 HAVE_ST_C_IMPL.
8236 * configure: Regenerate.
8237 * config.in: Regenerate.
8238 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
8239 or AIX_5_CORE.
8240
8241 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
8242
8243 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
8244 corefiles as well.2
8245 * configure: Regenerate.
8246
8247 2002-05-13 Alan Modra <amodra@bigpond.net.au>
8248
8249 * Makefile.am (install-data-local): Install headers to
8250 $(exec_prefix)/include.
8251 * Makefile.in: Regenerate.
8252
8253 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8254 Daniel Jacobowitz <drow@mvista.com>
8255
8256 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
8257 map BFD_RELOC_RVA.
8258
8259 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
8260
8261 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
8262 hppa*-*-openbsd*): New targets.
8263 * configure.in (alpha*-*-openbsd*): Set COREFILE.
8264 * configure: Regenerate.
8265
8266 2002-05-10 Tom Rix <trix@redhat.com>
8267
8268 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
8269 xcoff64_ppc_relocate_section.
8270 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
8271 * libxcoff.h: Common xcoff_reloc_type function declaration.
8272
8273 2002-05-10 Alan Modra <amodra@bigpond.net.au>
8274
8275 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
8276 added in 2002-05-09 commit.
8277
8278 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
8279 don't look for stubs on all undefined syms.
8280
8281 2002-05-09 Alan Modra <amodra@bigpond.net.au>
8282
8283 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
8284 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
8285 pcrel_offset.
8286
8287 * elf32-i386.c (elf_howto_table): Comments.
8288 (elf_i386_relocate_section): Handle more relocs for relocatable
8289 linking and against SEC_MERGE sections.
8290
8291 2002-05-08 Alan Modra <amodra@bigpond.net.au>
8292
8293 * elf32-ppc.c (ppc_elf_create_got): New function.
8294 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
8295 _bfd_elf_create_dynamic_sections. Correct .plt flags.
8296 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
8297 _bfd_elf_create_got_section.
8298
8299 2002-05-07 Alan Modra <amodra@bigpond.net.au>
8300
8301 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
8302 * elfxx-target.h (elf_backend_rela_normal): Define.
8303 (elfNN_bed): Init rela_normal.
8304 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
8305 for section symbols here if rela_normal. Simplify abs section test.
8306 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
8307 return immediately. Remove code handling relocatable linking.
8308 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
8309 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
8310 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8311 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
8312 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8313 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
8314 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
8315 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8316 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8317 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
8318 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8319 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8320 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8321 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
8322 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
8323 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
8324 * elf-m10200.c (elf_backend_rela_normal): Define.
8325 * elf-m10300.c (elf_backend_rela_normal): Define.
8326 * elf32-fr30.c (elf_backend_rela_normal): Define.
8327 * elf32-i370.c (elf_backend_rela_normal): Define.
8328 * elf32-i860.c (elf_backend_rela_normal): Define.
8329 * elf32-m68k.c (elf_backend_rela_normal): Define.
8330 * elf32-mcore.c (elf_backend_rela_normal): Define.
8331 * elf32-openrisc.c (elf_backend_rela_normal): Define.
8332 * elf32-ppc.c (elf_backend_rela_normal): Define.
8333 * elf32-s390.c (elf_backend_rela_normal): Define.
8334 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
8335 * elf64-ppc.c (elf_backend_rela_normal): Define.
8336 * elf64-s390.c (elf_backend_rela_normal): Define.
8337 * elf64-x86-64.c (elf_backend_rela_normal): Define.
8338 * elfxx-ia64.c (elf_backend_rela_normal): Define.
8339 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
8340 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
8341
8342 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
8343
8344 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
8345 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
8346
8347 2002-05-06 Alan Modra <amodra@bigpond.net.au>
8348
8349 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
8350 when not relocatable. Fix reloc_emitter call for K&R.
8351
8352 2002-05-04 Alan Modra <amodra@bigpond.net.au>
8353
8354 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
8355 reloading local sym addend mistakenly removed in 2002-05-01 change.
8356
8357 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
8358 (read_abbrevs): Change "offset" param to bfd_vma.
8359 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
8360 Change "abbrev_offset" to bfd_vma.
8361 (read_indirect_string): Use correct conversion chars in error
8362 message format string, cast bfd_vma's to unsigned long.
8363 (read_abbrevs): Likewise.
8364 (read_attribute_value): Likewise.
8365 (decode_line_info): Likewise.
8366 (scan_unit_for_functions): Likewise.
8367 (parse_comp_unit): Likewise.
8368
8369 2002-05-04 Tom Rix <trix@redhat.com>
8370
8371 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
8372 (coff_swap_reloc_out): Same.
8373 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
8374 (xcoff_swap_reloc_out): Same.
8375 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
8376 case some 16 bit relocs. Add reloc value to output.
8377 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
8378 R_RBR. Improve names.
8379 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
8380 (bfd_xcoff_backend_data): Update with new reloc swap names.
8381 (bfd_pmac_xcoff_backend_data) : Same.
8382 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
8383 (xcoff64_swap_reloc_out): Same.
8384 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
8385 R_POS. Add reloc value to output.
8386 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
8387 bit R_RBR. Improve names, masks.
8388 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
8389 (bfd_xcoff_backend_data): Update with new reloc swap names.
8390 (bfd_xcoff_aix5_backend_data) : Same.
8391
8392 2002-05-04 Alan Modra <amodra@bigpond.net.au>
8393
8394 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
8395 bfd_count top_index, input_list, all_local_syms.
8396 (elf32_hppa_setup_section_lists): New function, split from
8397 elf32_hppa_size_stubs.
8398 (elf32_hppa_next_input_section): Likewise.
8399 (group_sections): Likewise.
8400 (get_local_syms): Likewise.
8401 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
8402 stubs on undefined syms too.
8403 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8404 Only access htab elf fields when we have an elf hash table.
8405 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
8406 (elf32_hppa_next_input_section): Declare.
8407
8408 2002-05-04 Bob Byrnes <byrnes@curl.com>
8409
8410 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
8411 _bfd_new_bfd.
8412
8413 2002-05-03 H.J. Lu (hjl@gnu.org)
8414
8415 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
8416 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
8417 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
8418 to hide a global symbol.
8419 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
8420 forced_local to true.
8421
8422 2002-05-02 Richard Henderson <rth@redhat.com>
8423
8424 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
8425 vs SHN_UNDEF to zero.
8426
8427 2002-05-02 Alan Modra <amodra@bigpond.net.au>
8428
8429 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
8430 16 bit reloc.
8431 <R_PPC64_SECTOFF_DS>: Likewise.
8432 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8433 SECTOFF reloc.
8434 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
8435 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8436 SECTOFF reloc.
8437
8438 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
8439 (ppc64_elf_ha_reloc): New function.
8440 (ppc64_elf_brtaken_reloc): New function.
8441 (ppc64_elf_sectoff_reloc): New function.
8442 (ppc64_elf_sectoff_ha_reloc): New function.
8443 (ppc64_elf_toc_reloc): New function.
8444 (ppc64_elf_toc_ha_reloc): New function.
8445 (ppc64_elf_toc64_reloc): New function.
8446 (ppc64_elf_unhandled_reloc): New function.
8447 (ppc64_elf_howto_raw): Use the above.
8448 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
8449 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
8450 <R_PPC64_SECTOFF_DS>: Likewise.
8451 (IS_ABSOLUTE_RELOC): Update.
8452 (struct ppc_link_hash_table): Add have_undefweak.
8453 (ppc64_elf_link_hash_table_create): Init.
8454 (func_desc_adjust): Set have_undefweak.
8455 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
8456 add the .sfpr blr when have_undefweak.
8457 (ppc64_elf_setup_section_lists): Check hash table flavour.
8458 (ppc64_elf_next_input_section): Move output_section->owner test to
8459 ppc64elf.em.
8460 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
8461 and relocatable test. Return TOCstart and don't set elf_gp.
8462 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
8463 offset calculation. Add assert on weak sym branch tweaks.
8464 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
8465 (ppc64_elf_toc): Declare.
8466 (ppc64_elf_next_input_section): Update.
8467
8468 2002-05-01 Alan Modra <amodra@bigpond.net.au>
8469
8470 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
8471 file_name.
8472
8473 2002-05-01 Alan Modra <amodra@bigpond.net.au>
8474
8475 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
8476 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
8477 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
8478 call branches. Correct undefined weak destination.
8479 (ppc64_elf_func_desc_adjust): Always create at least one blr in
8480 .sfpr, and correct case where either only savef* or restf* is
8481 needed.
8482
8483 Long branch stubs, multiple stub sections.
8484 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
8485 (ppc64_elf_next_input_section): Declare.
8486 * elf64-ppc.c: Move linker-only prototypes.
8487 (STUB_SUFFIX): Define.
8488 (enum ppc_stub_type): New.
8489 (struct ppc_stub_hash_entry): New.
8490 (struct ppc_branch_hash_entry): New.
8491 (struct ppc_link_hash_entry): Add stub_cache, oh.
8492 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
8493 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
8494 Rename plt_overflow to stub_error.
8495 (ppc_stub_hash_lookup): Define.
8496 (ppc_branch_hash_lookup): Define.
8497 (stub_hash_newfunc): New function.
8498 (branch_hash_newfunc): New function.
8499 (link_hash_newfunc): Init new fields.
8500 (ppc64_elf_link_hash_table_create): Likewise.
8501 (ppc64_elf_link_hash_table_free): New function.
8502 (ppc_stub_name): New function.
8503 (ppc_get_stub_entry): New function.
8504 (ppc_add_stub): New function.
8505 (create_linkage_sections): Use bfd_make_section_anyway. Create
8506 .branch_lt and .rela.branch_lt sections. Don't create .stub.
8507 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
8508 and set up for plt call stubs. Link func and func desc syms.
8509 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
8510 (func_desc_adjust): Avoid hash lookup when func desc sym available
8511 via shortcut, and set links when processing.
8512 (ppc64_elf_hide_symbol): Likewise.
8513 (allocate_dynrelocs): Don't allocate stub section here.
8514 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
8515 Remove sstub code.
8516 (ppc_type_of_stub): New function.
8517 (build_one_stub): Delete.
8518 (ppc_build_one_stub): New function.
8519 (ppc_size_one_stub): New function.
8520 (ppc64_elf_setup_section_lists): New function.
8521 (ppc64_elf_next_input_section): New function.
8522 (group_sections): New function.
8523 (get_local_syms): New function.
8524 (ppc64_elf_size_stubs): Rewrite.
8525 (ppc64_elf_build_stubs): Rewrite.
8526 (ppc64_elf_relocate_section): Look up stub entry for REL24
8527 relocs. Don't propagate REL14* to dynamic objects. Look for long
8528 branch stubs if REL14* or REL24 relocs won't reach.
8529 (bfd_elf64_bfd_link_hash_table_free): Define.
8530
8531 2002-04-30 Mark Mitchell <mark@codesourcery.com>
8532
8533 * config.bfd: Add support for powerpc-*-windiss.
8534
8535 2002-04-30 Tom Rix <trix@redhat.com>
8536
8537 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
8538 symbol names into the hash table.
8539
8540 2002-04-28 Tom Rix <trix@redhat.com>
8541
8542 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
8543 calulating relocations.
8544 (xcoff_complain_overflow) : Function table for relocation errors.
8545 (xcoff_ppc_relocate_section): Use relocation and complain function
8546 tables.
8547 (xcoff_complain_overflow_unsigned_func): New complain function.
8548 (xcoff_complain_overflow_signed_func): Same.
8549 (xcoff_complain_overflow_bitfield_func): Same.
8550 (xcoff_complain_overflow_dont_func): Same.
8551 (xcoff_reloc_type_crel): New recot function.
8552 (xcoff_reloc_type_br): Same.
8553 (xcoff_reloc_type_ba): Same.
8554 (xcoff_reloc_type_toc): Same.
8555 (xcoff_reloc_type_rel): Same.
8556 (xcoff_reloc_type_neg): Same.
8557 (xcoff_reloc_type_pos): Same.
8558 (xcoff_reloc_type_fail): Same.
8559 (xcoff_reloc_type_noop): Same.
8560 * libxcoff.h : Declare common parts for xcoff64.
8561 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
8562 and complain function tables.
8563
8564 2002-04-28 Alan Modra <amodra@bigpond.net.au>
8565
8566 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
8567 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
8568
8569 2002-04-26 Alan Modra <amodra@bigpond.net.au>
8570
8571 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
8572 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
8573
8574 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
8575 same as the output before calling elf_link_input_bfd.
8576
8577 * coffcode.h (coff_compute_section_file_positions): Set
8578 section_tail after shuffling section list.
8579
8580 2002-04-24 Christian Groessler <chris@groessler.org>
8581
8582 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
8583 addresses are 23bit with a special layout, not plain 32bit
8584 values. Prevent relocation of immediate values.
8585
8586 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
8587
8588 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
8589 MIPS-16 ASE flags are set, print something to indicate that.
8590
8591 2002-04-23 Alan Modra <amodra@bigpond.net.au>
8592
8593 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
8594 under which a plt call stub is used.
8595 (final_link_relocate): Similarly.
8596 (allocate_plt_static): Clear h-plabel except when plt entry is
8597 exclusively used for a plabel.
8598 (allocate_dynrelocs): Use the above to simplify plt sizing.
8599 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
8600 (elf32_hppa_link_hash_table_create): Init.
8601 (BL22_RP): Define.
8602 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
8603 (elf32_hppa_check_relocs): Set has_22bit_branch.
8604
8605 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
8606 (final_link_relocate): Likewise.
8607
8608 2002-04-22 Jakub Jelinek <jakub@redhat.com>
8609
8610 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
8611 search table if some FDE is DW_EH_PE_aligned encoded either.
8612 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
8613
8614 2002-04-22 Richard Smith <richard@ex-parrot.com>
8615 Jakub Jelinek <jakub@redhat.com>
8616
8617 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
8618 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
8619 encoded personality.
8620 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
8621 for CIE/FDE removal.
8622
8623 2002-04-20 Tom Rix <trix@redhat.com>
8624
8625 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
8626
8627 2002-04-20 Alan Modra <amodra@bigpond.net.au>
8628
8629 * archures.c (bfd_lookup_arch): Move the list order comment..
8630 (struct bfd_arch_info): ..to where it belongs.
8631 * bfd-in2.h: Regenerate.
8632
8633 * archures.c (bfd_lookup_arch): Add comment on list order.
8634 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
8635 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
8636 is always at head of list.
8637
8638 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8639
8640 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
8641 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
8642 definition of these functions for ARM_WINCE builds as they are
8643 not used.
8644 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
8645 for ARM_WINCE builds.
8646
8647 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8648
8649 * coff-arm.c (bfd_arm_process_before_allocation):
8650
8651 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
8652
8653 * cpu-sh.c (scan_mach): Delete.
8654 (arch_info_struct): Replace scan_mach with bfd_default_scan.
8655 (bfd_sh_arch): Likewise.
8656
8657 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
8658
8659 * ihex.c (ihex_write_object_contents): Fix check for records
8660 crossing 64K boundaries.
8661
8662 2002-04-16 Alan Modra <amodra@bigpond.net.au>
8663
8664 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
8665 type rather than just assuming entries are ELF.
8666 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
8667 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
8668 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
8669 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
8670 rather than elf_link_hash_entry.
8671
8672 2002-04-15 Richard Henderson <rth@redhat.com>
8673
8674 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
8675 n32 binaries.
8676
8677 2002-04-15 Michael Snyder <msnyder@redhat.com>
8678
8679 * opncls.c (bfd_close): Write contents if writeable.
8680 Minor formatting tidy-ups.
8681
8682 2002-04-15 Alan Modra <amodra@bigpond.net.au>
8683
8684 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
8685
8686 2002-04-12 Michael Snyder <msnyder@redhat.com>
8687
8688 * bfd-in.h (bfd_get_section_lma): New access macro.
8689 Minor white-space fix-up.
8690
8691 2002-04-12 Alan Modra <amodra@bigpond.net.au>
8692
8693 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
8694 header pad.
8695
8696 2002-04-09 DJ Delorie <dj@redhat.com>
8697
8698 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
8699
8700 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
8701
8702 * coffcode.h (coff_read_word): New.
8703 (coff_compute_checksum): New.
8704 (coff_apply_checksum): New.
8705 (coff_write_object_contents): Call coff_apply_checksum () to
8706 apply checksum to PE image.
8707
8708 2002-04-08 Randolph Chung <tausq@debian.org>
8709
8710 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
8711 (elf32_hppa_final_link): Split out sorting logic to..
8712 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
8713 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
8714
8715 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8716
8717 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
8718 pattern.
8719 * configure: Re-generate.
8720
8721 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8722
8723 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
8724 is greater or equal to 4.3.3.
8725 * configure: Regenerate.
8726 Fix PR gdb/344.
8727
8728 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
8729
8730 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
8731 R_CRIS_32_PCREL>: Fix typo in name.
8732 (cris_elf_check_relocs): Always create .rela.got here when
8733 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
8734 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
8735 assume it's created.
8736
8737 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8738
8739 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
8740 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
8741 define.
8742 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
8743 * bfd.c (bfd_link_hash_table_free): Define.
8744 * binary.c (binary_bfd_link_hash_table_free): Define.
8745 * bout.c (b_out_bfd_link_hash_table_free): Define.
8746 * coff-rs6000.c (rs6000coff_vec): Include
8747 _bfd_generic_link_hash_table_free.
8748 (pmac_xcoff_vec): Likewise.
8749 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
8750 (aix5coff64_vec): Likewise.
8751 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
8752 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
8753 (bfd_elf32_bfd_link_hash_table_free): Define.
8754 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
8755 (bfd_elf32_bfd_link_hash_table_free): Define.
8756 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
8757 define.
8758 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
8759 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
8760 * ieee.c (ieee_bfd_link_hash_table_free): Define.
8761 * ihex.c (ihex_bfd_link_hash_table_free): Define.
8762 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
8763 (_bfd_generic_link_hash_table_free): Add prototype.
8764 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
8765 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
8766 * linker.c (_bfd_generic_link_hash_table_free): New function.
8767 * mmo.c (mmo_bfd_link_hash_table_free): Define.
8768 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
8769 * oasys.c (oasys_bfd_link_hash_table_free): Define.
8770 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
8771 * som.c (som_bfd_link_hash_table_free): Define.
8772 * srec.c (srec_bfd_link_hash_table_free): Define.
8773 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
8774 * versados.c (versados_bfd_link_hash_table_free): Define.
8775 * vms.c (vms_bfd_link_hash_table_free): New function.
8776 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
8777
8778 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
8779 instead of bfd_alloc.
8780 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
8781 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
8782 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
8783 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
8784 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
8785 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
8786 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
8787 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
8788 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
8789 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
8790 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
8791 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
8792 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
8793 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
8794 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
8795 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
8796 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
8797 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
8798 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
8799 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
8800 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
8801 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
8802 * m68klinux.c (linux_link_hash_table_create): Likewise.
8803 * sparclinux.c (linux_link_hash_table_create): Likewise.
8804 * sunos.c (sunos_link_hash_table_create): Likewise.
8805 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
8806
8807 * targets.c: Add _bfd_link_hash_table_free to xvec.
8808
8809 * bfd-in2.h: Regenerate.
8810 * libbfd.h: Regenerate.
8811 * libcoff.h: Regenerate.
8812
8813 2002-04-04 Alan Modra <amodra@bigpond.net.au>
8814
8815 * dep-in.sed: Cope with absolute paths.
8816 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
8817 Run "make dep-am".
8818 * Makefile.in: Regenerate.
8819 * coff-arm.c: Fix copyright date.
8820 * cpu-h8300.c: Likewise.
8821 * cpu-i370.c: Likewise.
8822 * cpu-s390.c: Likewise.
8823 * cpu-mips.c: Likewise.
8824 * po/SRC-POTFILES.in: Regenerate.
8825
8826 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8827
8828 * Makefile.am: Add elfxx-mips.c to the known backends.
8829 (elf32-mips.lo): remove dependency to coff/external.h.
8830 * Makefile.in: Regenerate.
8831 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
8832 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
8833 accordingly.
8834 * configure: Regenerate.
8835 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
8836 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
8837 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
8838 MIPS specific backend functions.
8839 * elf32-mips.c: Moved most code to elfxx-mips.c.
8840 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
8841 static.
8842 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
8843 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
8844 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
8845 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
8846 interface to allow selection of the right REL or RELA howto table.
8847 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
8848 static. Let it refuse n32 objects.
8849 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
8850 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
8851 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
8852 (elf32_mips_ignore_discarded_relocs): Rename from
8853 _bfd_elf32_mips_ignore_discarded_relocs.
8854 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
8855 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
8856 (elf_mips_howto_table_rela): Remove.
8857 * elf64-mips.c: Moved most code to elfxx-mips.c.
8858 (bfd_elf64_bfd_reloc_type_lookup): Make static.
8859 (mips_elf64_rtype_to_howto): New function.
8860 (mips_elf64_object_p): Likewise.
8861 (elf64_mips_irix_compat): Likewise.
8862 * elfxx-mips.c: New file containing common code merged together from
8863 elf32-mips.c and elf64-mips.c.
8864 * elfxx-mips.h: New file containing MIPS specific prototypes from
8865 elf-bfd.h.
8866 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
8867 elf_backend_mips_rtype_to_howto.
8868
8869 2002-04-04 Alan Modra <amodra@bigpond.net.au>
8870
8871 * srec.c (MAXCHUNK, Chunk): Revise comments.
8872 (srec_write_record): Correct buffer size.
8873 (srec_write_header): Do without intermediate buffer.
8874 (srec_write_section): Validate Chunk.
8875 (srec_write_terminator): Pass NULL instead of dummy buffer.
8876 (srec_write_symbols): Pass file and symbol names directly to
8877 bfd_bwrite so sprintf won't overflow buffer.
8878
8879 2002-04-03 Jakub Jelinek <jakub@redhat.com>
8880
8881 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
8882 PC relative relocs against hidden symbols.
8883 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8884
8885 2002-04-03 Alan Modra <amodra@bigpond.net.au>
8886
8887 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
8888 LMAs, loop over segments until p_vaddr and p_memsz specify an
8889 extent enclosing the section.
8890
8891 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
8892
8893 * ihex.c (ihex_write_object_contents): Do not allow records to
8894 cross a 64K boundary - wrap if necessary.
8895
8896 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
8897
8898 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
8899 which caused the returned LWP ID to always be 0.
8900
8901 2002-04-01 Richard Henderson <rth@redhat.com>
8902
8903 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8904 (elf32_sparc_relocate_section): Use it to figure out when to
8905 initialize .got entries.
8906 * elf64-sparc.c: Similarly.
8907
8908 2002-03-28 Alan Modra <amodra@bigpond.net.au>
8909
8910 * linker.c (link_action): Ignore duplicate warning syms.
8911 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
8912 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
8913 (elf_adjust_dynamic_symbol): Likewise.
8914 (elf_export_symbol): Likewise.
8915 (elf_link_find_version_dependencies): Likewise.
8916 (elf_link_assign_sym_version): Likewise.
8917 (elf_link_sec_merge_syms): Likewise.
8918 (elf_link_output_extsym): Likewise.
8919 (elf_gc_sweep_symbol): Likewise.
8920 (elf_gc_propagate_vtable_entries_used): Likewise.
8921 (elf_gc_smash_unused_vtentry_relocs): Likewise.
8922 (elf_gc_allocate_got_offsets): Likewise.
8923 (elf_collect_hash_codes): Likewise.
8924 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
8925 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
8926 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
8927 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
8928 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
8929 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
8930 (elf_cris_discard_excess_dso_dynamics): Likewise.
8931 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
8932 (mark_PIC_calls): Likewise.
8933 (allocate_plt_static): Likewise.
8934 (allocate_dynrelocs): Likewise.
8935 (readonly_dynrelocs): Likewise.
8936 * elf32-i386.c (allocate_dynrelocs): Likewise.
8937 (readonly_dynrelocs): Likewise.
8938 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
8939 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
8940 * elf32-mips.c (mips_elf_output_extsym): Likewise.
8941 (mips_elf_sort_hash_table_f): Likewise.
8942 (mips_elf_check_mips16_stubs): Likewise.
8943 * elf32-s390.c (allocate_dynrelocs): Likewise.
8944 (readonly_dynrelocs): Likewise.
8945 * elf32-sh.c (sh_elf_discard_copies): Likewise.
8946 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
8947 (xstormy16_relax_plt_realloc): Likewise.
8948 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
8949 (elf64_alpha_output_extsym): Likewise.
8950 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
8951 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
8952 (mips_elf64_check_mips16_stubs): Likewise.
8953 (mips_elf64_output_extsym): Likewise.
8954 * elf64-ppc.c (func_desc_adjust): Likewise.
8955 (allocate_dynrelocs): Likewise.
8956 (readonly_dynrelocs): Likewise.
8957 * elf64-s390.c (allocate_dynrelocs): Likewise.
8958 (readonly_dynrelocs): Likewise.
8959 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
8960 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
8961 (readonly_dynrelocs): Likewise.
8962 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
8963 * aoutx.h (aout_link_write_other_symbol): Likewise.
8964 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
8965 (_bfd_coff_write_global_sym): Likewise.
8966 * i386linux.c (linux_tally_symbols): Likewise.
8967 * m68klinux.c (linux_tally_symbols): Likewise.
8968 * sparclinux.c (linux_tally_symbols): Likewise.
8969 * pdp11.c (aout_link_write_other_symbol): Likewise.
8970 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
8971 * xcofflink.c (xcoff_build_ldsyms): Likewise.
8972 (xcoff_write_global_symbol): Likewise.
8973
8974 * cofflink.c (_bfd_coff_final_link): Formatting.
8975 * cpu-mips.c (mips_compatible): Make static, prototype.
8976 * elf32-i386.c (elf_i386_check_relocs): Formatting.
8977 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
8978 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
8979 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
8980 (mips_elf64_final_link): Likewise.
8981 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
8982 prototype.
8983
8984 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
8985
8986 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
8987 (SWAP_OUT_RELOC_OFFSET): Define.
8988
8989 2002-03-27 Gregory Steuck <greg@nest.cx>
8990
8991 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
8992 terminating NULL if empty symbol table.
8993 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
8994
8995 2002-03-26 H.J. Lu (hjl@gnu.org)
8996
8997 * elflink.h (elf_link_input_bfd): Revert the last change since
8998 the gcc exception handling isn't fixed yet.
8999
9000 2002-03-26 H.J. Lu (hjl@gnu.org)
9001
9002 * elflink.h (elf_link_input_bfd): Complain about relocations
9003 against local symbols in discarded sections.
9004
9005 2002-03-26 Alan Modra <amodra@bigpond.net.au>
9006
9007 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
9008
9009 2002-03-23 Alan Modra <amodra@bigpond.net.au>
9010
9011 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
9012 section file offset for !SEC_LOAD sections.
9013
9014 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
9015
9016 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
9017 <case R_ARM_GOT>): Handle relocations to Thumb functions.
9018
9019 2002-03-21 Alan Modra <amodra@bigpond.net.au>
9020
9021 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
9022 Whitespace changes.
9023 * archive.c: Update copyright date.
9024 * bfd-in2.h: Regenerate.
9025 * libbfd.h: Regenerate.
9026 * Makefile.am: Run "make dep-am"
9027 * Makefile.in: Regenerate.
9028 * po/SRC-POTFILES.in: Regenerate.
9029
9030 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9031
9032 * dwarf2.c (struct funcinfo): Move up.
9033 (lookup_address_in_function_table): New argument function_ptr.
9034 Set it.
9035 (lookup_address_in_line_table): New argument function. If function
9036 is non-NULL, use it to handle ``addr'' before the first line note of
9037 the function.
9038 (comp_unit_find_nearest_line): Update and swap calls to
9039 lookup_address_in_function_table and lookup_address_in_line_table.
9040 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
9041 N_SLINE encountered if we see an N_FUN before any N_SLINE.
9042
9043 2002-03-20 Tom Rix <trix@redhat.com>
9044
9045 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
9046 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9047 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
9048
9049 2002-03-19 Tom Rix <trix@redhat.com>
9050
9051 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
9052 dynamic objects in archives.
9053
9054 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
9055
9056 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
9057 STT_NOTYPE symbols to STT_OBJECT.
9058
9059 2002-03-18 Jan Hubicka <jh@suse.cz>
9060
9061 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
9062
9063 2002-03-18 Tom Rix <trix@redhat.com>
9064
9065 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
9066 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
9067 * coff-rs6000 (do_pad) : New function for archive padding.
9068 (do_copy) : New function for object file copying in archives.
9069 (do_shared_object_padding) : New function for padding shared
9070 objects to their text section alignment in archives.
9071 (bfd_xcoff_ar_achive_set_magic) : Stub.
9072 (xcoff_write_armap_big) : Use do_copy and do_pad.
9073 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
9074 do_copy and do_pad.
9075 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
9076 bfd_xcoff_magic_number.
9077 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
9078 fop.
9079 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
9080 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
9081 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
9082 * rs6000-core.c : Update copyright date.
9083 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
9084 csectpp.
9085 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
9086 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
9087 (coff_set_flags) : Use bfd_xcoff_magic_number.
9088 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
9089 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
9090 * Makefile.am : Same.
9091 * config.bfd : Same.
9092 * targets.c : Same.
9093 * configure : Regnerate.
9094 * Makefile.in : Same.
9095 * bfd-in2.h : Same.
9096
9097 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
9098
9099 * po/fr.po: Updated version.
9100
9101 2002-03-18 Alan Modra <amodra@bigpond.net.au>
9102
9103 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
9104 * libbfd.h: Regenerate.
9105 * archive.c (coff_write_armap): Pass on failures from
9106 bfd_write_bigendian_4byte_int.
9107
9108 2002-03-14 H.J. Lu <hjl@gnu.org>
9109
9110 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
9111 error to bfd_error_nonrepresentable_section for reinit_array
9112 section in DSO.
9113
9114 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9115
9116 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
9117 OR it in rather than replacing previously selected flags.
9118
9119 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
9120 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
9121
9122 2002-03-14 Alan Modra <amodra@bigpond.net.au>
9123
9124 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
9125 (N): Use the above.
9126 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
9127 ensure reloc size matches before calling elf_link_input_bfd.
9128 Add an assert to check reloc size when counting output relocs.
9129
9130 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9131
9132 * mmo.c (mmo_get_loc): Return NULL rather than false.
9133
9134 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
9135
9136 * po/fr.po: Updated version.
9137
9138 2002-03-13 Alan Modra <amodra@bigpond.net.au>
9139
9140 * archures.c (bfd_default_compatible): Test bits_per_word.
9141 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
9142 bfd_default_compatible.
9143 * cpu-i370.c (i370_compatible): Likewise.
9144 * cpu-sparc.c (sparc_compatible): Likewise.
9145 * cpu-h8300.c (compatible): Test in->arch == out->arch.
9146
9147 * elflink.h: Formatting fixes.
9148 (elf_link_output_extsym): Merge undefined and undef weak cases.
9149
9150 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
9151 when word size of input matches output word size.
9152
9153 2002-03-12 Andreas Jaeger <aj@suse.de>
9154
9155 * cpu-i386.c (i386_compatible): New. Use it instead of
9156 bfd_default_compatible.
9157
9158 2002-03-07 H.J. Lu (hjl@gnu.org)
9159
9160 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
9161 as the type for bfd_reloc_val.
9162
9163 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
9164
9165 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
9166 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
9167 (elf_hppa_final_link_relocate): Correct relocations for indirect
9168 references to local data through the DLT. Fix .opd creation for
9169 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
9170 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
9171 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
9172 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9173 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
9174 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
9175 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9176
9177 2002-03-05 Jakub Jelinek <jakub@redhat.com>
9178
9179 * merge.c (_bfd_merge_sections): Don't segfault if there
9180 is nothing to merge due to GC.
9181
9182 2002-03-05 Alan Modra <amodra@bigpond.net.au>
9183
9184 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
9185 symbols that have been forced local.
9186
9187 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
9188 to output forced local syms for non-shared link.
9189 (elf_link_output_extsym): Tweak condition for calling backend
9190 adjust_dynamic_symbol so that previous behaviour is kept.
9191 Whitespace changes throughout file.
9192
9193 2002-03-04 H.J. Lu <hjl@gnu.org>
9194
9195 * elf.c (bfd_section_from_shdr): Handle special sections,
9196 .init_array, .fini_array and .preinit_array.
9197 (elf_fake_sections): Likewise.
9198
9199 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
9200 DT entry only if the section is in output for .init_array,
9201 .fini_array and .preinit_array. Complain about .preinit_array
9202 section in DSO.
9203 (elf_bfd_final_link): Warn zero size for .init_array,
9204 .fini_array and .preinit_array sections.
9205
9206 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
9207 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
9208 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
9209 .preinit_array.
9210
9211 2002-03-04 Alan Modra <amodra@bigpond.net.au>
9212
9213 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
9214 * configure: Regenerate.
9215
9216 2002-03-02 Tom Rix <trix@redhat.com>
9217
9218 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
9219 symbolic equiv.
9220 * coff-rs6000.c (xcoff_howto_table): Same.
9221
9222 2002-03-01 David Mosberger <davidm@hpl.hp.com>
9223
9224 * elflink.h (size_dynamic_sections): If section named
9225 ".preinit_array" exists, create DT_PREINIT_ARRAY and
9226 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
9227 ".init_array" and ".fini_array".
9228 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
9229 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
9230 DT_FINI_ARRAY.
9231
9232 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
9233
9234 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
9235 dynsyms.
9236
9237 2002-02-25 Alan Modra <amodra@bigpond.net.au>
9238
9239 * elf64-hppa.h: Update copyright date.
9240
9241 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
9242 (ppc64_elf_relocate_section): Don't generate power4 style branch
9243 hints for *_BRTAKEN and *_BRNTAKEN relocs.
9244
9245 2002-02-22 Jakub Jelinek <jakub@redhat.com>
9246
9247 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
9248 last patch.
9249 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9250
9251 2002-02-21 Andreas Jaeger <aj@suse.de>
9252
9253 * elf64-x86-64.c: Major rework that introduces all recent changes
9254 to the x86-64 backend. Get a closer match to elf32-i386.
9255 (struct elf64_x86_64_dyn_relocs): Rename from
9256 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
9257 all users.
9258 (struct elf64_x86_64_link_hash_table): Add short cuts to some
9259 sections.
9260 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
9261 remove casts, initialize new hash members.
9262 (create_got_section): New.
9263 (elf64_x86_64_create_dynamic_sections): New.
9264 (elf64_x86_64_copy_indirect_symbol): New.
9265 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
9266 relocs, .got or .relgot here but do it in allocate_dynrelocs.
9267 Reference count possible .plt and .got entries. Don't test input
9268 section SEC_READONLY here to try to avoid copy relocs, and keep
9269 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
9270 DF_TEXTREL here. Delay setting of variables until needed. Cache
9271 pointer to "sreloc" section in elf_section_data. Tweak condition
9272 under which .got created. Report files with bad relocation
9273 section names.
9274 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
9275 Reference count possible .plt entries. Don't deallocate .got and
9276 .relgot space here.
9277 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
9278 do copy reloc processing for weakdefs. Remove redundant casts and
9279 aborts. Delay setting of vars until needed. Move creation of
9280 dynamic symbols and allocation of .plt and .rela.plt to
9281 allocate_dynrelocs. Replace BFD_ASSERT with abort.
9282 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9283 (allocate_dynrelocs): New.
9284 (readonly_dynrelocs): New.
9285 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
9286 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
9287 Zero out the dynamic allocated content space.
9288 (elf64_x86_64_discard_copies): Removed.
9289 (elf64_x86_64_relocate_section): Make use of dynamic section
9290 short-cuts. Localise vars, and delay setting. Better error
9291 reporting, replace BFD_ASSERT with abort. Check
9292 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
9293 regular object file and tread the weak definition as the normal
9294 one. Don't discard relocs for undefweak or undefined symbols and
9295 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
9296 relocs.
9297 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
9298 symbols that have been forced local. Use same test to decide if
9299 we can use a relative reloc for got as relocate_section. Expand
9300 SHN_UNDEF comment. Move expressions out of function calls.
9301 Replace BFD_ASSERT with abort.
9302 (bfd_elf64_bfd_final_link): Removed.
9303 (elf_backend_copy_indirect_symbol): Define.
9304
9305 2002-02-20 Tom Rix <trix@redhat.com>
9306
9307 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
9308 (_bfd_xcoff_reloc_type_lookup): Use it.
9309 * coff64-rs6000.c (xcoff64_howto_table): Same.
9310 (xcoff64_reloc_type_lookup): Same.
9311
9312 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9313
9314 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
9315 little endian.
9316
9317 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9318
9319 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
9320 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
9321 * bfd-in2.h: Regenerate.
9322 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
9323 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
9324 with "s390:64-bit".
9325 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
9326 (elf_s390_reloc_type_lookup): Likewise.
9327 (elf_s390_check_relocs): Likewise.
9328 (elf_s390_gc_sweep_hook): Likewise.
9329 (elf_s390_relocate_section): Likewise.
9330 (elf_s390_object_p): Use renamed architecture define.
9331 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
9332
9333 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
9334
9335 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
9336
9337 2002-02-19 Jakub Jelinek <jakub@redhat.com>
9338
9339 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
9340 absptr -> pcrel optimization for shared libs.
9341 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
9342 library cannot be converted to pcrel.
9343 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
9344 relative.
9345 * elf32-i386.c (elf_i386_relocate_section): If
9346 _bfd_elf_section_offset returned -2, skip, but make sure the
9347 relocation is installed.
9348 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
9349 * elf32-cris.c (cris_elf_relocate_section): Likewise.
9350 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
9351 * elf32-i370.c (i370_elf_relocate_section): Likewise.
9352 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
9353 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
9354 * elf32-s390.c (elf_s390_relocate_section): Likewise.
9355 * elf32-sh.c (sh_elf_relocate_section): Likewise.
9356 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
9357 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
9358 * elf64-s390.c (elf_s390_relocate_section): Likewise.
9359 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9360 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
9361 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9362 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
9363 _bfd_elf_section_offset returning -2 the same way as -1.
9364 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
9365 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
9366 and BFD_ASSERT.
9367 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
9368
9369 2002-02-18 Tom Rix <trix@redhat.com>
9370
9371 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
9372 (bfd_xcoff_size_dynamic_sections): Same.
9373 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
9374 (bfd_xcoff_size_dynamic_sections): Same.
9375 * coff-rs6000.c (xcoff_generate_rtinit): Same.
9376 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
9377 * libxcoff.h (struct xcoff_backend_data_rec): Same.
9378 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
9379 * bfd-in2.h: Regenerate.
9380
9381 2002-02-18 Alan Modra <amodra@bigpond.net.au>
9382
9383 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
9384 (struct ppc_link_hash_table): Add sfpr.
9385 (ppc64_elf_link_hash_table_create): Init it.
9386 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
9387 .glink out to..
9388 (create_linkage_sections): ..here. Make .sfpr too.
9389 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
9390 dynobj early.
9391 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
9392 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
9393 ._restf* functions, and create as needed.
9394 (func_desc_adjust): Only force_local for shared libs.
9395
9396 2002-02-18 David O'Brien <obrien@FreeBSD.org>
9397
9398 * configure.in: Bump version number post 2.12 branching.
9399 * configure: Regenerate.
9400
9401 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
9402
9403 * mmo.c: Correct and improve comments.
9404 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
9405 zero-pad. Use input to fill up non-empty bfd buffer.
9406 (mmo_flush_chunk): New function.
9407 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
9408 changed. Don't emit location specifier if VMA is same as
9409 *LAST_VMAP after omitting leading zero contents. Call
9410 mmo_flush_chunk before emitting location specifier.
9411 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
9412 with mmo_write_loc_chunk calls.
9413 (mmo_internal_write_section): Call mmo_flush_chunk after
9414 mmo_write_chunk.
9415 (mmo_write_symbols_and_terminator): Move :Main to first position
9416 in symbol array. Add faked one if it does not exist if there are
9417 other symbols. Don't add it if there are no symbols at all. Move
9418 out test for value of :Main from symbol loop. Rename table
9419 fakemain to maintable and variable mainsym to fakemain.
9420
9421 2002-02-15 Richard Henderson <rth@redhat.com>
9422
9423 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
9424 section with no got matches any got. Simplify error generaion.
9425
9426 2002-02-15 Alan Modra <amodra@bigpond.net.au>
9427
9428 Support arbitrary length fill patterns.
9429 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
9430 (_bfd_default_link_order): Remove bfd_fill_link_order code.
9431 Call default_data_link_order.
9432 (default_fill_link_order): Delete.
9433 (default_data_link_order): New function.
9434 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
9435 of bfd_fill_link_order with bfd_data_link_order.
9436 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
9437 * elf64-mips.c (mips_elf64_final_link): Likewise.
9438
9439 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
9440 Correct value returned in "end" for "0x<non-hex>".
9441
9442 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
9443
9444 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
9445 (scan): Test against 'mach' field in info structure.
9446
9447 2002-02-14 Alan Modra <amodra@bigpond.net.au>
9448
9449 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
9450
9451 2002-02-14 Matt Fredette <fredette@netbsd.org>
9452
9453 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
9454 EF_M68000.
9455
9456 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
9457
9458 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
9459 non-zero physical addresses when adjusting the LMAs of new
9460 sections.
9461
9462 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
9463
9464 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
9465 from _bfd_elf_hppa_gen_reloc_type.
9466 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
9467 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
9468 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
9469 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
9470
9471 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
9472
9473 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
9474 loading its contents if there's nothing to do in it.
9475
9476 2002-02-12 Alan Modra <amodra@bigpond.net.au>
9477
9478 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
9479 64k boundary.
9480
9481 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
9482 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
9483 (ppc64_elf_finish_dynamic_sections): Set values for them.
9484
9485 2002-02-11 Michael Snyder <msnyder@redhat.com>
9486
9487 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
9488 * elf.c (elfcore_grok_pstatus): Add prototype.
9489 (elfcore_grok_lwpstatus): Add prototype.
9490 (elfcore_write_lwpstatus): New function.
9491 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
9492
9493 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
9494
9495 * elf32-sh.c: Added missing prototypes.
9496 * elf32-sh64.c: Likewise.
9497 (sh_elf_align_loads): Mark unused args as such.
9498 * elf64-sh64.c: Added missing prototypes.
9499 (struct elf_sh64_link_hash_entry): Fix typo.
9500 (sh_elf64_relocate_section): Fix info argument passed to
9501 _bfd_elf_section_offset.
9502
9503 2002-02-11 Alan Modra <amodra@bigpond.net.au>
9504
9505 * Makefile.am: "make dep-am".
9506 * Makefile.in: Regenerate.
9507 * aclocal.m4: Regenerate.
9508 * config.in: Regenerate.
9509 * configure: Regenerate.
9510
9511 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
9512
9513 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
9514 variable warnings.
9515 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
9516 comparison warning.
9517 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
9518 cast warnings for the common case.
9519
9520 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
9521
9522 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
9523 vectors.
9524 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
9525 vectors.
9526
9527 2002-02-09 Richard Henderson <rth@redhat.com>
9528
9529 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
9530 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
9531 (elf64_alpha_relocate_section): Likewise.
9532 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
9533 * bfd-in2.h, libbfd.h: Rebuild.
9534
9535 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
9536
9537 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
9538 that base-plus-offset reloc accounting is consistent.
9539 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
9540 up to date for undefined symbols.
9541
9542 2002-02-08 Eric Christopher <echristo@redhat.com>
9543
9544 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9545
9546 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
9547 sections for the O32 ABI.
9548
9549 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9550
9551 * elf32-arm.h: Fix formatting of _("...").
9552 * elf32-d10v.c: Likewise.
9553 * elf32-m68k.c: Likewise.
9554 * elf32-mips.c: Likewise.
9555
9556 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
9557
9558 * coff-or32.c: Fix compile time warning messages.
9559
9560 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
9561
9562 Contribute sh64-elf.
9563 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
9564 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
9565 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
9566 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
9567 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
9568 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
9569 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
9570 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
9571 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
9572 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
9573 New relocs.
9574 * libbfd.h, bfd-in2.h: Rebuilt.
9575 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
9576 (sh_reloc_map): Map them.
9577 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
9578 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
9579 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
9580 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
9581 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
9582 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
9583 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
9584 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
9585 datalabel_got_offset.
9586 (sh_elf_link_hash_newfunc): Initialize it.
9587 (sh_elf_relocate_section): Augment the scope of
9588 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
9589 GOT and GOTOFF handling to new SHmedia relocation types. Support
9590 GOT_BIAS.
9591 (sh_elf_check_relocs): Likewise.
9592 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
9593 PLT entries using movi_shori_putval. Support GOT_BIAS.
9594 (sh_elf_finish_dynamic_sections): Likewise.
9595 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
9596 relocation, it's now done by the caller.
9597 (GOT_BIAS): New.
9598 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
9599 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
9600 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
9601 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
9602 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
9603 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
9604 sh64_elf64_hash_table): New.
9605 (sh_elf64_howto_table): Introduce new relocs.
9606 (sh_elf64_info_to_howto): Accept new PIC relocs.
9607 (sh_elf64_relocate_section): Augment the scope of
9608 seen_stt_datalabel. Support new PIC relocs.
9609 (sh_elf64_check_relocs): Support new PIC relocs.
9610 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
9611 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
9612 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
9613 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
9614 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
9615 movi_shori_putval, movi_3shori_putval,
9616 sh64_elf64_create_dynamic_sections,
9617 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
9618 sh64_elf64_size_dynamic_sections,
9619 sh64_elf64_finish_dynamic_symbol,
9620 sh64_elf64_finish_dynamic_sections): New.
9621 (elf_backend_create_dynamic-sections,
9622 bfd_elf64_bfd_link_hash_table_create,
9623 elf_backend_adjust_dynamic_symbol,
9624 elf_backend_size_dynamic_sections,
9625 elf_backend_finish_dynamic_symbol,
9626 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
9627 elf_backend_plt_readonly, elf_backend_want_plt_sym,
9628 elf_backend_got_header_size, elf_backend_plt_header_size):
9629 Define.
9630 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
9631 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
9632 match official numbers and names; moved unmaching ones to the
9633 range 0xf2-0xff.
9634 * elf32-sh64.c, elf64-sh64.c: Likewise.
9635 2001-03-12 DJ Delorie <dj@redhat.com>
9636 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
9637 sections.
9638 2001-03-12 DJ Delorie <dj@redhat.com>
9639 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
9640 be aligned.
9641 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9642 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
9643 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
9644 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
9645 .cranges section with SEC_SORT_ENTRIES set.
9646 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
9647 incoming sorted .cranges section.
9648 (sh64_bfd_elf_copy_private_section_data): New.
9649 (sh64_elf_final_write_processing): Only sort .cranges and modify
9650 start address if called by linker.
9651 2001-01-08 Ben Elliston <bje@redhat.com>
9652 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9653 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
9654 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9655 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
9656 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
9657 line. Add comments before all entries.
9658 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
9659 comment.
9660 (sh_elf64_reloc): Correct head comment.
9661 (sh_elf64_relocate_section): Correct spacing.
9662 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
9663 instead call reloc_dangerous callback.
9664 <case R_SH_SHMEDIA_CODE>: New case.
9665 (sh_elf64_gc_mark_hook): Correct spacing.
9666 (sh_elf64_check_relocs): Ditto.
9667 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
9668 New case.
9669 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
9670 functions.
9671 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
9672 clarify describing comment. Add comments before all entries.
9673 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
9674 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9675 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
9676 Sort .cranges section in final link. Prepare to set bit 0 on
9677 entry address.
9678 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
9679 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
9680 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
9681 .cranges section.
9682 (sh64_backend_section_from_shdr): New, to recognize
9683 SHT_SH5_CR_SORTED on incoming .cranges section.
9684 (elf_backend_section_from_shdr): Define.
9685 (sh64_elf_final_write_processing): Sort outgoing .cranges
9686 section. (New, temporarily disabled:) Set bit 0 on entry address
9687 according to ISA type.
9688 (sh64_find_section_for_address): New.
9689 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
9690 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
9691 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
9692 bfd_malloc, not xmalloc.
9693 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
9694 global.
9695 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
9696 temporarily disabled) setting bit 0 on entry address.
9697 (elf_backend_final_write_processing): Define.
9698 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
9699 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
9700 be a proper relocation for PTA and PTB rather than a marker.
9701 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
9702 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
9703 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
9704 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
9705 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
9706 Zero src_mask.
9707 * elf64-sh64.c: Ditto.
9708 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
9709 * elf32-sh64.c: Include opcodes/sh64-opc.h
9710 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
9711 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
9712 parameters. No unused parameters. Caller changed.
9713 <case R_SH_PT_16>: New case.
9714 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
9715 * Makefile.in: Regenerate.
9716 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
9717 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
9718 all code sections.
9719 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9720 (sh64_elf_merge_private_data): Ditto.
9721 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
9722 to access stored section flags.
9723 (sh64_elf_final_write_processing): Return immediately unless
9724 called by linker. Use sh64_elf_section_data (cranges) to get size
9725 of linker-generated cranges entries.
9726 (sh64_elf_copy_private_data): Add missing "return true".
9727 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9728 (sh_elf64_merge_private_data): Ditto.
9729 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
9730 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
9731 elf64-sh64.c:sh64_elf_fake_sections.
9732 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9733 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
9734 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
9735 (sh64_elf_final_write_processing): New.
9736 (elf_backend_final_write_processing): Define.
9737 (sh64_elf_fake_sections): Get header flags from tdata field.
9738 (sh64_elf_copy_private_data): Do not call
9739 sh64_elf_copy_private_data_internal, just copy e_flags field.
9740 (sh64_elf_merge_private_data): Do not call
9741 sh64_elf_copy_private_data_internal.
9742 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
9743 Remove EF_SH64_ABI64, let ELF size make difference.
9744 Remove SH64-specific BFD section flag.
9745 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
9746 containing SHmedia through elf_section_data (asect)->tdata
9747 non-zero, not using a BFD section flag.
9748 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
9749 (sh64_elf_merge_private_data): Similar.
9750 (elf_backend_section_flags): Don't define.
9751 (sh64_elf_backend_section_flags): Delete.
9752 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
9753 not EF_SH64_ABI64.
9754 (sh_elf64_merge_private_data): Similar.
9755 * section.c (Section flags definitions): Don't define
9756 SEC_SH_ISA_SHMEDIA.
9757 (bfd-in2.h): Regenerate.
9758 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
9759 Make DataLabel references work with partial linking.
9760 * elf32-sh64.c: Fix formatting.
9761 (sh64_elf_link_output_symbol_hook): New.
9762 (elf_backend_link_output_symbol_hook): Define to
9763 sh64_elf_link_output_symbol_hook.
9764 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
9765 undefined if partial linking. Adjust sanity check.
9766 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
9767 (elf_backend_link_output_symbol_hook): Define to
9768 sh64_elf64_link_output_symbol_hook.
9769 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
9770 undefined if partial linking. Adjust sanity check.
9771 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
9772 Implement semantics for inter-file DataLabel references.
9773 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
9774 (sh64_elf64_add_symbol_hook): New.
9775 (sh_elf64_relocate_section): If passing an indirect symbol with
9776 st_type STT_DATALABEL on the way to a symbol with st_other
9777 STO_SH5_ISA32, do not bitor 1 to the relocation.
9778 (elf_backend_add_symbol_hook): Define to
9779 sh64_elf64_add_symbol_hook.
9780 * elf64-sh32.c: Tweak comments.
9781 (DATALABEL_SUFFIX): Define.
9782 (sh64_elf_add_symbol_hook): New.
9783 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
9784 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
9785 symbol with st_type STT_DATALABEL on the way to a symbol with
9786 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9787 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
9788 Pass through STT_DATALABEL.
9789 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
9790 (elf_backend_get_symbol_type): Define.
9791 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
9792 (elf_backend_get_symbol_type): Define.
9793 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
9794 * elf32-sh64.c: Tweak comments.
9795 (sh64_elf_copy_private_data_internal): Add prototype.
9796 (bfd_elf32_bfd_set_private_flags): Define.
9797 (sh64_elf_copy_private_data_internal): Compare machine name, not
9798 textual BFD target name, to check whether to copy section flag
9799 SHF_SH5_ISA32.
9800 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
9801 Tweak section-contents-type-mismatch message.
9802 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
9803 Validize reloc-types.
9804 * elf64-sh64.c: New file.
9805 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
9806 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
9807 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
9808 Regenerate dependencies.
9809 * Makefile.in: Regenerate.
9810 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
9811 bfd_elf64_sh64l_vec.
9812 * configure.in: Handle bfd_elf64_sh64_vec and
9813 bfd_elf64_sh64l_vec.
9814 * configure: Regenerate.
9815 * po/POTFILES.in: Regenerate.
9816 * po/bfd.pot: Regenerate.
9817 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
9818 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
9819 anything else but EF_SH64 and EF_SH64_ABI64.
9820 (sh64_elf_merge_private_data): Emit error for anything else but
9821 EF_SH64 and EF_SH64_ABI64.
9822 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
9823 from targ_selvecs.
9824 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
9825 bfd_elf32_sh64l_vec as a temporary measure.
9826 * configure: Regenerate.
9827 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
9828 * cpu-sh.c (arch_info_struct): Include sh5 item
9829 unconditionalized.
9830 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
9831 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
9832 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
9833 * elf32-sh64.c: Tweak comments.
9834 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
9835 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
9836 (sh64_elf_copy_private_data_internal): Wrap long line.
9837 (sh64_elf_merge_private_data): Rewrite to allow objects from
9838 SH64 subsets to be linked together.
9839 (INCLUDE_SHMEDIA): Define.
9840 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
9841 Parenthesize plus-expression inside or-expression.
9842 <global symbol>: Ditto.
9843 (sh_elf_set_mach_from_flags): Remove code refusing
9844 deleted EF_SH64_32BIT_ABI flag.
9845 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
9846 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
9847 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
9848 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
9849 (sh_elf_relocate_section) <local symbol>: Or 1 in
9850 calculation of relocation if sym->st_other & STO_SH5_ISA32.
9851 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
9852 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
9853 relocation.
9854 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
9855 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
9856 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
9857 Regenerate dependencies.
9858 * Makefile.in: Regenerate.
9859 * archures.c: Add bfd_mach_sh5.
9860 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
9861 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
9862 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
9863 * configure: Regenerate.
9864 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
9865 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
9866 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
9867 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
9868 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
9869 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
9870 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
9871 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
9872 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
9873 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
9874 in item for SH5.
9875 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
9876 for SHmedia relocs.
9877 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
9878 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
9879 shmedia_prepare_reloc, goto final_link_relocate if it returns
9880 non-zero, else fail as before.
9881 (sh_elf_set_mach_from_flags): Provide function only if not defined
9882 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
9883 (sh_elf_set_private_flags): Provide function only if not defined
9884 as a macro.
9885 (sh_elf_copy_private_data): Similar.
9886 (sh_elf_merge_private_data): Similar.
9887 * section.c (SEC_SH_ISA_SHMEDIA): New.
9888 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
9889 * elf32-sh64.c: New file.
9890 * libbfd.h: Regenerate.
9891 * bfd-in2.h: Regenerate.
9892 * po/POTFILES.in: Regenerate.
9893 * po/bfd.pot: Regenerate.
9894 * bfd-in2.h: Regenerate.
9895 * libbfd.h: Regenerate.
9896
9897 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
9898
9899 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
9900 been included, not drag it in.
9901 * bfd-in2.h: Regenerate.
9902
9903 2002-02-06 H.J. Lu (hjl@gnu.org)
9904
9905 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
9906 the mach and ISA fields if necessary.
9907
9908 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9909
9910 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
9911 ARM architecture when an F_ARM_5 flag is detected, since we cannot
9912 be sure exactly which architecture this represents.
9913
9914 2002-02-05 Nick Clifton <nickc@redhat.com>
9915
9916 * po/tr.po: Updated translation.
9917
9918 2002-02-05 Alan Modra <amodra@bigpond.net.au>
9919
9920 From Jimi X <jimix@watson.ibm.com>
9921 * archures (bfd_mach_ppc64): Define.
9922 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
9923 (bfd_powerpc_arch): Define.
9924 * bfd-in2.h: Regenerate.
9925 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
9926 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
9927 (bfd_powerpc_archs): Add default powerpc64 arch.
9928
9929 2002-02-05 Alan Modra <amodra@bigpond.net.au>
9930
9931 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
9932 against section syms in readonly sections. Don't do the global
9933 sym check if we find one.
9934 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
9935 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
9936 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
9937 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
9938 (elf_s390_grok_prstatus): Add missing prototype.
9939
9940 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
9941
9942 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
9943 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
9944 Call bfd_get_section_by_name only once. Initialize
9945 bpodata->n_bpo_relocs_this_section.
9946 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
9947 referring to DSOs.
9948 (bpo_reloc_request_sort_fn): Don't use difference of values as
9949 return-value.
9950
9951 2002-02-02 David O'Brien <obrien@FreeBSD>
9952
9953 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
9954 version 4.5 and later the same as 5-CURRENT.
9955 * configure: Re-generate.
9956
9957 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
9958
9959 * config.bfd (hppa*-*-netbsd*): New target.
9960
9961 2002-01-31 Philipp Thomas <pthomas@suse.de>
9962
9963 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
9964 to front of message. Unify messages with elf32-arm.h. Use
9965 commas where neccessary.
9966 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
9967 ERROR in messages. Unify messages with coff-arm.c. Correct
9968 VFP/FPA error message.
9969 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
9970 APCS-32 for translation.
9971
9972 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9973
9974 Perform on-demand global register allocation from
9975 R_MMIX_BASE_PLUS_OFFSET relocs.
9976 * elf64-mmix.c (struct bpo_reloc_section_info, struct
9977 bpo_reloc_request, struct bpo_greg_section_info): New.
9978 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
9979 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
9980 _bfd_mmix_check_all_relocs,
9981 _bfd_mmix_prepare_linker_allocated_gregs,
9982 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
9983 (elf_mmix_howto_table): Correct src_mask for most relocs.
9984 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
9985 case.
9986 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
9987 case. Fix typo in comment. New label do_mmix_reloc.
9988 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
9989 store first object file with a base-plus-offset reloc. Call
9990 mmix_elf_check_common_relocs for the part common with mmo.
9991 (mmix_elf_final_link): Write out linker-allocated register
9992 contents section.
9993 (elf_backend_gc_sweep_hook): Define.
9994 (bfd_elf64_bfd_relax_section): Define.
9995
9996 * mmo.c: Don't include <ctype.h>
9997 (mmo_init): Correct init-once logic.
9998
9999 2002-02-01 Tom Rix <trix@redhat.com>
10000
10001 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
10002
10003 2002-02-01 Alan Modra <amodra@bigpond.net.au>
10004
10005 * Makefile.am: Run "make dep-am"
10006 * Makefile.in: Regenerate.
10007
10008 2002-01-31 David O'Brien <obrien@FreeBSD>
10009
10010 * configure.in: Recognize the differences in core files from FreeBSD
10011 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
10012 5-CURRENT.
10013 * configure: Regenerate.
10014
10015 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
10016
10017 * coff-or32.c: New file.
10018 * cpu-or32.c: New file.
10019 * elf32-or32.c: New file.
10020 * archures.c: Add support for or32.
10021 * targets.c: Add support for or32.
10022 * bfd-in2.h: Regenerate.
10023 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
10024 coff_write_object_contents): Add support for or32.
10025 * config.bfd: Add target.
10026 * configure.in: Add support for or32.
10027 * configure: Regenerate.
10028 * Makefile.am: Add support for or32.
10029 * Makefile.in: Regenerate.
10030 * po/SRC-POTFILES.in: Add or32 files.
10031 * po/bfd.pot: Regenerate.
10032
10033 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
10034 Don Lindsay <lindsayd@cisco.com>
10035
10036 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
10037 false' with a return of a bfd_reloc_ error code.
10038
10039 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
10040
10041 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
10042 unexport unreferenced symbols when --export-dynamic. Call
10043 _bfd_elf_strtab_delref when unexporting.
10044
10045 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10046
10047 * bfd-in.h: Include <stdbool.h> if it is available.
10048 * bfd-in2.h: Regenerated.
10049
10050 2002-01-31 Alan Modra <amodra@bigpond.net.au>
10051
10052 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
10053 not go via the plt.
10054
10055 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10056
10057 * archures.c: Tidy up formatting of embedded comments.
10058 * bfd.c: Tidy up formatting of embedded comments.
10059 * bfd-in.h: Fix formatting of comments.
10060 * reloc.c: Tidy up formatting of ordinary & embedded comments.
10061 * section.c: Tidy up formatting of embedded comments.
10062 * syms.c: Tidy up formatting of embedded comments.
10063 * targets.c: Tidy up formatting of embedded comments.
10064
10065 * bfd-in2.h: Regenerate.
10066
10067 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10068
10069 * vms-tir.c (cmd_name): New function.
10070 (tir_cmd_name): New function.
10071 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
10072 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
10073 Fix formatting.
10074
10075 * peXXigen.c (pe_print_idata): Rearrange message to aid in
10076 translation.
10077 (pe_print_pdata): Rearrange message to aid in translation.
10078
10079 * libbfd.c (warn_deprecated): Rearrange error message to aid in
10080 translation.
10081
10082 * ihex.c (ihex_write_object_contents): Fix spelling typo.
10083
10084 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
10085
10086 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
10087 message to aid in translation.
10088
10089 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
10090 to aid in translation.
10091
10092 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
10093
10094 2002-01-30 Philipp Thomas <pthomas@suse.de>
10095
10096 * coff-arm.c, elf32-elf.h: Unify messages.
10097
10098 2002-01-30 Nick Clifton <nickc@redhat.com>
10099
10100 * po/sv.po: Updated translation.
10101
10102 2002-01-30 Philipp Thomas <pthomas@suse.de>
10103
10104 * dwarf2.c (read_abbrev): Use full section name in error message.
10105 (decode_line_info): Likewise.
10106
10107 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
10108 message.
10109
10110 2002-01-30 Alan Modra <amodra@bigpond.net.au>
10111
10112 * elf64-ppc.c (func_desc_adjust): Only provide missing function
10113 descriptor symbols for undefined function code syms. Clear
10114 ELF_LINK_NON_ELF so that they can stay weak.
10115
10116 2002-01-29 Chris Demetriou <cgd@broadcom.com>
10117 Mitch Lichtenberg <mpl@broadcom.com>
10118
10119 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
10120 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
10121 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
10122 generation.
10123 * bfd-in2.h: Regenerate.
10124
10125 2002-01-29 Chris Demetriou <cgd@broadcom.com>
10126
10127 * elf32-mips.c: Add additional comments about HI16 relocation
10128 processing.
10129 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
10130 pc-relative relocations. (Reverts change made on 2001-10-31.)
10131 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
10132 for pc-relative relocations.
10133 (mips_elf_calculate_relocation): Add a comment about a kludge
10134 in the R_MIPS_GNU_REL_HI16 handling.
10135 (_bfd_mips_elf_relocate_section): Implement that kludge;
10136 adjust pc-relative HI16 relocation for difference in HI16 and
10137 LO16 addresses, since it can't easily be done in
10138 mips_elf_calculate_relocation.
10139
10140 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
10141
10142 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
10143 relocations with PC32 relocations for undefined or weak symbols.
10144 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
10145 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
10146
10147 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
10148
10149 * elfcore.h (elf_core_file_p): Improve comment for last change.
10150
10151 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * configure: Regenerated.
10154
10155 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
10156
10157 * elfcore.h (elf_core_file_p): Set the machine architecture
10158 before processing the program headers.
10159
10160 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
10161
10162 * configure.in <64-bit configuration>: If using gcc, check and
10163 emit error for egcs-1.1.2.
10164 * configure: Regenerate.
10165
10166 2002-01-26 Egor Duda <deo@logos-m.ru>
10167
10168 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
10169 as possible to avoid stack corruption.
10170
10171 2002-01-26 Richard Henderson <rth@redhat.com>
10172
10173 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
10174 for non-allocated sections.
10175
10176 2002-01-25 Mark Kettenis <kettenis@gnu.org>
10177
10178 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
10179 prstat.pr_reg even if it is a struct.
10180
10181 2002-01-25 Steve Ellcey <sje@cup.hp.com>
10182
10183 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
10184
10185 2002-01-25 Philipp Thomas <pthomas@suse.de>
10186
10187 * coffgen.c (coff_print_symbol): Don't mark info message
10188 for translation.
10189
10190 2002-01-25 Nick Clifton <nickc@redhat.com>
10191
10192 * po/fr.po: Updated translation.
10193 * po/es.po: Updated translation.
10194
10195 2002-01-25 Philipp Thomas <pthomas@suse.de>
10196
10197 * coff-alpha.c (alpha_relocate_section): Unify warning message
10198 for GP relative relocations without GP defined.
10199 * coff-mips.c (mips_relocate_section): Likewise.
10200
10201 2002-01-25 Alan Modra <amodra@bigpond.net.au>
10202
10203 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
10204 unsigned overflow when new_offset < old_offset.
10205
10206 2002-01-24 Philipp Thomas <pthomas@suse.de>
10207
10208 * bfd.c (_bfd_abort): Fix typo.
10209
10210 2002-01-23 Richard Henderson <rth@redhat.com>
10211
10212 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
10213 plt entries for undefweak symbols.
10214
10215 2002-01-23 Steve Ellcey <sje@cup.hp.com>
10216
10217 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
10218 (bfd_elf64_ia64_hpux_big_vec): Ditto.
10219 (bfd_elf32_h8300_vec): Ditto.
10220
10221 2002-01-23 Alan Modra <amodra@bigpond.net.au>
10222
10223 * elf64-ppc.c: Remove stale part of ABI comment.
10224 (NO_OPD_RELOCS): Define.
10225 (ppc64_elf_check_relocs): Use it.
10226 (ppc64_elf_relocate_section): Here too.
10227 (build_one_stub): Don't point function syms at the stub. Instead,
10228 hijack plt.offset.
10229 (ppc64_elf_relocate_section): Check whether REL24 relocs should
10230 really go to the stub. Make all dynamic relocs in opd against
10231 locals.
10232 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
10233 plt.offset.
10234
10235 2002-01-22 Richard Henderson <rth@redhat.com>
10236
10237 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
10238
10239 2002-01-22 Alan Modra <amodra@bigpond.net.au>
10240
10241 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
10242 TOC_BASE_OFF adjustment.
10243
10244 * Makefile.am: Run "make dep-am".
10245 * Makefile.in: Regenerate.
10246 * po/SRC-POTFILES.in: Regenerate.
10247
10248 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
10249
10250 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
10251 host defines.
10252
10253 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
10254
10255 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
10256 Check for and emit error if sgot is NULL at this point.
10257
10258 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
10259
10260 * config.bfd (ia64*-*-netbsd*): New target.
10261
10262 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
10263
10264 * som.c (som_write_space_strings): Comment typo fix.
10265
10266 2002-01-21 Alan Modra <amodra@bigpond.net.au>
10267
10268 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
10269 is_func_descriptor fields.
10270 (link_hash_newfunc): Init them.
10271 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
10272 dot are candidates for plt entries. When processing .opd relocs,
10273 set function descriptor strings to point inside function code
10274 string, and set new ppc_link_hash_entry fields.
10275 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
10276 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
10277 function descriptors. It's now done in..
10278 (func_desc_adjust): New.
10279 (ppc64_elf_func_desc_adjust): New.
10280 (define elf_backend_always_size_sections): Define.
10281 (ppc64_elf_hide_symbol): New.
10282 (define elf_backend_hide_symbol): Define.
10283 (allocate_dynrelocs): Remove code looking up function descriptors
10284 as that has been done earlier.
10285 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
10286 table.
10287 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
10288 up function descriptor.
10289 (build_one_stub): Look up the function code sym. Check for
10290 invalid plt offsets.
10291 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
10292 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
10293
10294 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
10295 boolean param.
10296 (_bfd_elf_link_hash_hide_symbol): Likewise.
10297 * elflink.h (elf_link_add_object_symbols): Adjust call to
10298 elf_backend_hide_symbol.
10299 (elf_fix_symbol_flags): Likewise.
10300 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
10301 than bfd_alloc.
10302 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
10303 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
10304 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
10305 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
10306 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
10307 and adjust to suit.
10308 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
10309 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
10310 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
10311
10312 2002-01-18 Alan Modra <amodra@bigpond.net.au>
10313
10314 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
10315 dynamic function descriptor symbol, not the associated function
10316 symbol.
10317
10318 2002-01-17 Eric Christopher <echristo@redhat.com>
10319
10320 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
10321
10322 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
10323
10324 * po/bfd.pot: Regenerate.
10325 * po/fr.po: Regenerate.
10326
10327 2002-01-17 Alan Modra <amodra@bigpond.net.au>
10328
10329 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
10330 Remove "Elf_Internal_Shdr *" param.
10331 (_bfd_mips_elf_section_from_bfd_section): Ditto.
10332 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
10333 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
10334 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
10335 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
10336 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
10337 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
10338 function to override special sections. Remove hdr arg from
10339 backend call, and don't loop.
10340
10341 2002-01-16 Eric Christopher <echristo@redhat.com>
10342
10343 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
10344 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
10345 relocations requiring gp0 and gp.
10346
10347 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
10348
10349 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
10350 EF_ARM_VFP_FLOAT.
10351 (elf32_arm_print_private_bfd_data): Likewise.
10352
10353 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
10354
10355 * po/tr.po: Import new version.
10356
10357 2002-01-16 Alan Modra <amodra@bigpond.net.au>
10358
10359 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
10360 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
10361 (ORI_R0_R0_0): Correct.
10362
10363 2002-01-16 Alan Modra <amodra@bigpond.net.au>
10364
10365 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
10366 when plt_not_loaded.
10367 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
10368 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
10369 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
10370 (ppc64_elf_glink_code): Delete.
10371 (PPC64_ELF_GLINK_SIZE): Delete.
10372 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
10373 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
10374 ORI_R0_R0_0): Define.
10375 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
10376 (struct ppc_link_hash_table): Add sstub and plt_overflow.
10377 (ppc64_elf_link_hash_table_create): Init them.
10378 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
10379 Don't copy to shared lib.
10380 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
10381 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
10382 (allocate_dynrelocs <plt>): Don't change function sym here. Make
10383 room for .stub and .glink code.
10384 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
10385 DT_PPC64_GLINK.
10386 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
10387 bfd_elf64_bfd_final_link.
10388 (bfd_elf64_bfd_final_link): Don't define.
10389 (ppc64_elf_size_stubs): New.
10390 (build_plt_stub): New.
10391 (build_one_stub): New.
10392 (ppc64_elf_build_stubs): New.
10393 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
10394 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
10395 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
10396 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
10397 case output sections not separate. Adjust DT_RELASZ to not
10398 include plt relocs. Set reserved got entry. Set got and plt
10399 entry size.
10400 (elf_backend_got_header_size): Set to 8.
10401 * elf64-ppc.h: New file.
10402
10403 2002-01-16 Alan Modra <amodra@bigpond.net.au>
10404
10405 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
10406 sections, use bfd_section_list_remove.
10407 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
10408 * elflink.h (elf_link_add_object_symbols): When removing all
10409 sections, use bfd_section_list_clear.
10410
10411 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
10412
10413 * po/sv.po: New file: Swedish translation.
10414 * configure.in (ALL_LINGUAS): Add sv.
10415 * configure: Regenerate.
10416
10417 2002-01-15 Jakub Jelinek <jakub@redhat.com>
10418
10419 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
10420 * elf.c (merge_sections_remove_hook): New function.
10421 (_bfd_elf_merge_sections): Pass it as 3rd argument to
10422 _bfd_merge_sections.
10423 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
10424 * libbfd.h: Rebuilt.
10425 * merge.c (_bfd_merge_sections): Add remove_hook argument.
10426 Call remove_hook if a SEC_EXCLUDE section is encountered.
10427
10428 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
10429
10430 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
10431 (xstormy16_reloc_map): Initialise new field with correct howto
10432 table.
10433 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
10434 howto entry.
10435
10436 2002-01-10 Michael Snyder <msnyder@redhat.com>
10437
10438 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
10439 (elfcore_write_pstatus): Use long instead of pid_t;
10440 * elf-bfd.h: Change prototypes to use long instead of pid_t;
10441
10442 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
10443
10444 * elf.c: Update copyright years.
10445 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
10446 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
10447
10448 2002-01-08 Michael Snyder <msnyder@redhat.com>
10449
10450 Add capability to write corefile note sections, for gdb.
10451 * elf.c (elfcore_write_note): New function.
10452 (elfcore_write_prpsinfo): New function.
10453 (elfcore_write_prstatus): New function.
10454 (elfcore_write_pstatus): New function.
10455 (elfcore_write_prfpreg): New function.
10456 (elfcore_write_prxfpreg): New function.
10457 * elf-bfd.h: Add prototypes for above functions.
10458
10459 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
10460
10461 * elf.c (elf_fake_sections): Propagate errors from
10462 elf_backend_fake_section.
10463
10464 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
10465
10466 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
10467 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
10468 (elf32-sh-nbsd.lo): New rule.
10469 * Makefile.in: Regenerate.
10470 * config.bfd (sh*le-*-netbsdelf*): New target.
10471 (sh*-*-netbsdelf*): New target.
10472 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
10473 (bfd_elf32_shnbsd_vec): New vector.
10474 (bfd_elf32_shlnbsd_vec): New vector.
10475 * configure: Regenerate.
10476 * elf32-sh-nbsd.c: New file.
10477 * targets.c: Update copyright years.
10478 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
10479 bfd_elf32_shnbsd_vec.
10480
10481 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
10482
10483 * coff-rs6000.c (READ20): Use bfd_scan_vma.
10484
10485 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
10486
10487 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
10488 of a symbol in a section that will be deleted.
10489
10490 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
10491
10492 * po/es.po: New file: Spanish translation.
10493 * configure.in (ALL_LINGUAS): Add es.
10494 * configure: Regenerate.
10495
10496 2002-01-06 Steve Ellcey <sje@cup.hp.com>
10497
10498 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
10499 argument so we can handle HP-UX specially.
10500 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
10501 (elfNN_hpux_backend_section_from_bfd_section): New for support
10502 of SHN_IA_64_ANSI_COMMON.
10503 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
10504 (is_unwind_section_name): Add special HP-UX support.
10505 (elfNN_ia64_section_from_shdr): Add support for more sections.
10506 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
10507 add support for more sections.
10508 (elfNN_ia64_additional_program_headers): Modify
10509 is_unwind_section_name call.
10510 (elfNN_ia64_modify_segment_map): Remove assumption that there is
10511 only one unwind section in segment.
10512
10513 2002-01-06 Alan Modra <amodra@bigpond.net.au>
10514
10515 * syms.c (_bfd_generic_make_empty_symbol): New function.
10516 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
10517 _bfd_generic_make_empty_symbol.
10518 * libbfd.h: Regenerate.
10519 * bfd-in2.h: Regenerate.
10520 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
10521 (hppabsd_core_get_symtab_upper_bound): Don't define.
10522 (hppabsd_core_get_symtab): Likewise.
10523 (hppabsd_core_print_symbol): Likewise.
10524 (hppabsd_core_get_symbol_info): Likewise.
10525 (hppabsd_core_bfd_is_local_label_name): Likewise.
10526 (hppabsd_core_get_lineno): Likewise.
10527 (hppabsd_core_find_nearest_line): Likewise.
10528 (hppabsd_core_bfd_make_debug_symbol): Likewise.
10529 (hppabsd_core_read_minisymbols): Likewise.
10530 (hppabsd_core_minisymbol_to_symbol): Likewise.
10531 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
10532 Formatting fixes.
10533 * hpux-core.c: Similarly.
10534 * irix-core.c: Similarly.
10535 * osf-core.c: Similarly.
10536 * sco5-core.c: Similarly.
10537 * binary.c (binary_make_empty_symbol): Remove function, define as
10538 _bfd_generic_make_empty_symbol.
10539 * ihex.c (ihex_make_empty_symbol): Likewise.
10540 * mmo.c (mmo_make_empty_symbol): Likewise.
10541 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
10542 * srec.c (srec_make_empty_symbol): Likewise.
10543 * versados.c (versados_make_empty_symbol): Likewise.
10544 * vms.c (_bfd_vms_make_empty_symbol): Remove.
10545 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
10546 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
10547 rather than _bfd_vms_make_empty_symbol.
10548 * vms-misc.c (new_symbol): Likewise.
10549
10550 2002-01-05 Alan Modra <amodra@bigpond.net.au>
10551
10552 * section.c (bfd_section_init): Remove unnecessary initialisations.
10553 (bfd_section_list_clear): New function.
10554 (bfd_section_list_remove, bfd_section_list_insert): New macros.
10555 (_bfd_strip_section_from_output): Use them.
10556 * coffcode.h (coff_set_alignment_hook): Likewise.
10557 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
10558 * elf64-mips.c (mips_elf64_final_link): Likewise.
10559 * elf64-mmix.c (mmix_elf_final_link): Likewise.
10560 * sunos.c (sunos_add_dynamic_symbols): Likewise.
10561 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
10562 * bfd-in2.h: Regenerate.
10563
10564 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
10565 rather than doing our own section handling. Clean up after errors
10566 with bfd_release and bfd_section_list_clear. Handle unexpected
10567 flags.
10568 * aoutf1.h (sunos4_core_file_p): Likewise.
10569 * aix386-core.c (aix386_core_file_p): Likewise.
10570 * cisco-core.c (cisco_core_file_validate): Likewise.
10571 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
10572 * trad-core.c (trad_unix_core_file_p): Likewise.
10573
10574 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
10575 with bfd_release and bfd_section_list_clear.
10576 * hpux-core.c (hpux_core_core_file_p): Likewise.
10577 * irix-core.c (irix_core_core_file_p): Likewise.
10578 * lynx-core.c (lynx_core_file_p): Likewise.
10579 * osf-core.c (osf_core_core_file_p): Likewise.
10580 * rs6000-core.c (rs6000coff_core_p): Likewise.
10581 * sco5-core.c (sco5_core_file_p): Likewise.
10582
10583 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
10584 sign extension adjustments without conditionals.
10585
10586 2002-01-04 Jakub Jelinek <jakub@redhat.com>
10587
10588 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
10589 CIE at .eh_frame start is removed due to no FDEs referencing it.
10590
10591 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10592
10593 * config.bfd (x86_64-*-netbsd*): New target.
10594 * configure.in (x86_64-*-netbsd*): Set COREFILE
10595 to netbsd-core.lo.
10596 * configure: Regenerated.
10597
10598 2002-01-03 Tom Rix <trix@redhat.com>
10599
10600 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
10601 for recent bfd_make_section_anyway change.
10602
10603 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
10604
10605 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
10606 R_ARM_THM_PC11 reloc.
10607
10608 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10609
10610 * configure.in (LINGUAS): Add ja.
10611 * configure: Regenerate.
10612 * po/ja.po: Import from translation project's web site.
10613
10614 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10615
10616 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
10617 messages to ease translation into other languages.
10618
10619 For older changes see ChangeLog-0001
10620 \f
10621 Local Variables:
10622 mode: change-log
10623 left-margin: 8
10624 fill-column: 74
10625 version-control: never
10626 End:
This page took 0.271196 seconds and 5 git commands to generate.