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