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