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