* coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.
[binutils-gdb.git] / bfd / ChangeLog
1 2003-12-04 Alan Modra <amodra@bigpond.net.au>
2
3 * coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.
4 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Warning fixes.
5 (mn10300_elf_relax_section): Likewise.
6 * nlm32-alpha.c (ONES): Define.
7 (nlm32_alpha_howto_table): Use it to avoid warnings.
8
9 2003-12-04 Alan Modra <amodra@bigpond.net.au>
10
11 * elf32-i386.c (elf_i386_object_p): Delete.
12 (elf_backend_object_p): Don't define.
13 * elf32-s390.c (elf_s390_object_p): No need to alloc tdata here.
14 * elf32-sh.c (sh_elf_object_p): Likewise.
15 * elf32-sparc.c (elf32_sparc_object_p): Likewise.
16 * elf64-alpha.c (elf64_alpha_object_p): Likewise.
17 * elf64-s390.c (elf_s390_object_p): Likewise.
18 * elf64-x86-64.c (elf64_x86_64_elf_object_p): Likewise.
19
20 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
21
22 * archures.c (bfd_mach_m32r2): Add new machine type.
23 * bfd-in2.h: Regenerate.
24 * cpu-m32r.c : Add new machine type.
25 * elf32-m32r.c (m32r_elf_object_p, m32r_elf_final_write_processing,
26 m32r_elf_merge_private_bfd_data): Add support for new machine
27 type.
28
29 2003-12-03 Dave Airlie <airlied@linux.ie>
30
31 * config.bfd: Add vax-linux-gnu target.
32 * configure.in: Likewise.
33 * configure: Regenerate.
34
35 2003-12-03 Alan Modra <amodra@bigpond.net.au>
36
37 * ecoff.c (ecoff_link_add_archive_symbols): Update for renamed
38 bfd_link_hash_entry field "next" -> "und_next".
39 * linker.c (_bfd_link_hash_newfunc): Likewise.
40 (bfd_link_add_undef): Likewise.
41 (_bfd_generic_link_add_archive_symbols): Likewise.
42 (_bfd_generic_link_add_one_symbol): Likewise.
43 * xcofflink.c (xcoff_link_add_symbols): Likewise.
44
45 2003-12-02 Nick Clifton <nickc@redhat.com>
46
47 * configure.in (ALL_LINGUAS): Add ro.
48 * po/ro.po: New Romanian translation.
49
50 2003-12-02 Alan Modra <amodra@bigpond.net.au>
51
52 * Makefile.am: Run "make dep-am".
53 * Makefile.in: Regenerate.
54
55 2003-12-01 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
56
57 * coffcode.h (coff_compute_section_file_positions): Set page_size
58 to 1 instead of 0 in the case file alignment value is zero.
59
60 2003-12-01 Kazu Hirata <kazu@cs.umass.edu>
61
62 * coff-rs6000.c: Remove ARGSUSED and VARARGS.
63 * coff64-rs6000.c: Likewise.
64 * coffcode.h: Likewise.
65 * elf32-vax.c: Likewise.
66 * hash.c: Likewise.
67 * hppabsd-core.c: Likewise.
68 * hpux-core.c: Likewise.
69 * ihex.c: Likewise.
70 * netbsd-core.c: Likewise.
71 * osf-core.c: Likewise.
72 * pdp11.c: Likewise.
73 * ptrace-core.c: Likewise.
74 * sco5-core.c: Likewise.
75 * section.c: Likewise.
76 * sunos.c: Likewise.
77 * trad-core.c: Likewise.
78
79 2003-12-01 Alan Modra <amodra@bigpond.net.au>
80
81 * elf-bfd.h (is_elf_hash_table): Take hash tab rather than info arg.
82 * elf.c (_bfd_elf_merge_sections): Adjust to suit.
83 (_bfd_elf_link_just_syms): Likewise.
84 (bfd_elf_get_needed_list): Likewise.
85 (bfd_elf_get_runpath_list): Likewise.
86 (_bfd_elf_link_hash_copy_indirect): Remove unneeded parens.
87 * elf32-hppa.c (elf32_hppa_setup_section_lists): Don't check hash tab
88 creator flavour.
89 (elf32_hppa_set_gp): Look up output sections rather than using htab.
90 * elf32-i960.c: Comment fix. Formatting.
91 * elf32-m32r.c (m32r_elf_add_symbol_hook): Use is_elf_hash_table
92 rather than testing creator flavour.
93 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
94 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
95 * elflink.c (_bfd_elf_link_create_dynamic_sections): Adjust for
96 is_elf_hash_table change. Remove redundant test.
97 (bfd_elf_record_link_assignment): Use is_elf_hash_table rather than
98 testing creator flavour.
99 (elf_link_record_local_dynamic_symbol): Adjust for is_elf_hash_table.
100 (_bfd_elf_fix_symbol_flags): Likewise.
101 (_bfd_elf_adjust_dynamic_symbol): Likewise.
102 * elflink.h (elf_link_add_object_symbols): Likewise. Remove redundant
103 checks. Use is_elf_hash_table rather than testing creator flavour.
104 Use hash_table throughout in place of info->hash.
105 (elf_add_dynamic_entry): Adjust for is_elf_hash_table change.
106 (NAME(bfd_elf,size_dynamic_sections)): Likewise. Remove redundant
107 check.
108 (elf_bfd_final_link): Adjust for is_elf_hash_table change.
109 (elf_link_check_versioned_symbol): Use is_elf_hash_table rather than
110 testing creator flavour.
111 (elf_gc_sections): Add is_elf_hash_table check.
112 (elf_gc_common_finalize_got_offsets): Likewise.
113 (elf_bfd_discard_info): Adjust for is_elf_hash_table change. Remove
114 redundant check.
115 * elfxx-ia64.c (elfNN_ia64_relax_section): Use is_elf_hash_table
116 rather than testing creator flavour.
117
118 2003-11-28 Christian Groessler <chris@groessler.org>
119
120 * cpu-z8k.c: Convert to ISO C90.
121 * coff-z8k.c: Likewise.
122
123 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
124
125 * elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):
126 Add link info argument.
127 * elf32-i370.c (elf_backend_modify_segment_map): Likewise.
128 * elf32-ppc.c (ppc_elf_modify_segment_map): Likewise.
129 * elf32-xtensa.c (elf_xtensa_modify_segment_map): Likewise.
130 * elf64-hppa.c (elf64_hppa_modify_segment_map): Likewise.
131 * elfxx-ia64.c (elfNN_ia64_modify_segment_map): Likewise.
132 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Likewise.
133 * elfxx-mips.h (_bfd_mips_elf_modify_segment_map): Likewise.
134 * elf.c (assign_file_positions_except_relocs,
135 assign_file_positions_for_segments): Likewise. Adjust calls.
136
137 2003-11-27 Mark Kettenis <kettenis@gnu.org>
138
139 * elf.c (elfcore_grok_netbsd_procinfo): Make a pseudosection out
140 of the note.
141
142 2003-11-26 Daniel Jacobowitz <drow@mvista.com>
143 Richard Sandiford <rsandifo@redhat.com>
144
145 * elfxx-mips.c (mips_elf_set_global_got_offset): Don't set no_fn_stub.
146 (mips_elf_set_no_stub): New function.
147 (mips_elf_multi_got): Call it.
148 (_bfd_mips_elf_finish_dynamic_symbol): If a relocation is needed for
149 a secondary GOT entry, create an R_MIPS_32 or R_MIPS_64 relocation and
150 use mips_elf_create_dynamic_relocation to deal with any compatibility
151 issues. Store the adjusted addend in the GOT slot.
152
153 2003-11-25 Mattias EngdegÄrd <mattias@virtutech.se>
154
155 * stabs.c (_bfd_link_section_stabs): Skip N_EXCL stabs when
156 procesing N_BINCL stabs.
157
158 2003-11-25 Alan Modra <amodra@bigpond.net.au>
159
160 * elf64-ppc.c (ppc_type_of_stub): Disallow stubs other than
161 ppc_stub_plt_call to symbols defined in shared libs.
162
163 2003-11-22 Jakub Jelinek <jakub@redhat.com>
164
165 * elf-bfd.h (ELF_LINK_POINTER_EQUALITY_NEEDED): Define new flag.
166 * elf.c (_bfd_elf_link_hash_copy_indirect): Copy it.
167 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
168 (elf_i386_check_relocs): Set it.
169 (elf_i386_finish_dynamic_symbol): If it is not set,
170 clear st_value of SHN_UNDEF symbol.
171
172 2003-11-20 Jim Blandy <jimb@redhat.com>
173
174 * cpu-powerpc.c (powerpc_compatible): Any ISA in the PowerPC
175 family is a superset of <bfd_arch_rs6000,bfd_mach_rs6k>.
176
177 2003-11-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
178
179 * elf32-s390.c (elf_s390_relocate_section): Don't recalculate symbol
180 section for reloc output and subtract the output section's address
181 from the addend when converting a relocation into one against a
182 section symbol.
183 * elf64-s390.c (elf_s390_relocate_section): Likewise.
184
185 2003-11-18 James E Wilson <wilson@specifixinc.com>
186
187 * elfxx-ia64.c (get_fptr): For fptr_rel, use dynobj not abfd.
188 (elfNN_ia64_size_dynamic_sections): When stripping sections, check
189 for ia64_info->rel_fptr_sec.
190
191 2003-11-18 Alan Modra <amodra@bigpond.net.au>
192
193 * elf64-ppc.c (toc_adjusting_stub_needed): Exit early if section
194 size is zero.
195
196 2003-11-17 Daniel Jacobowitz <drow@mvista.com>
197
198 * elf.c (_bfd_elf_link_hash_copy_indirect): Copy
199 ELF_LINK_HASH_NEEDS_PLT. Fix formatting.
200 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
201 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
202 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Likewise.
203 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
204 * elf32-sh.c (sh_elf_copy_indirect_symbol): Likewise.
205 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
206 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
207 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
208 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
209 * elf32-xtensa.c (elf_xtensa_copy_indirect_symbol): Remove.
210 (elf_backend_copy_indirect_symbol): Don't define.
211
212 2003-11-14 Daniel Jacobowitz <drow@mvista.com>
213
214 * elfxx-mips.c (mips_elf_merge_gots): Weaken assert for local
215 GOT entries.
216
217 2003-11-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
218
219 * elf32-s390.c (elf_s390_relocate_section): Only convert R_390_32
220 to R_390_RELATIVE. Convert the other relocations against local
221 symbols to relocations against the start of the section.
222 * elf64-s390.c (elf_s390_relocate_section): Only convert R_390_64
223 to R_390_RELATIVE. Convert the other relocations against local
224 symbols to relocations against the start of the section.
225
226 2003-11-11 Nick Clifton <nickc@redhat.com>
227
228 * elf-m10300.c (bfd_mn10300_elf_size_dynamic_sections): Use
229 info->executable not info->shared to decide if a .interp section
230 should be present.
231 * elf32-arm.h (elf32_arm_size_dynamic_sections): Likewise.
232 * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
233 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
234 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
235 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
236 * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
237 * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise.
238 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
239 * elfxx-mips.c (_bfd_mips_size_dynamic_sections): Likewise.
240 * elflink.h (size_dynamic_sections): Likewise.
241
242 2003-11-10 Jonathan Wilson <jonwil@tpgi.com.au>
243
244 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Swap out tls pointer.
245 (_bfd_XXi_final_link_postscript): Look for __tks_used symbol. If
246 found initialise the tls data directory entry.
247
248 2003-11-07 Alan Modra <amodra@bigpond.net.au>
249
250 * elf32-ppc.c (ppc_elf_install_value): Delete.
251 (shared_stub_entry, stub_entry): Make them arrays of ints.
252 Remove initial branch.
253 (ppc_elf_relax_section): Write one branch around all trampolines
254 instead. Correct bogus R_PPC_PLTREL24 handling. Correct
255 branch range check. Only use shared_stub_entry when shared.
256 Test that branches can reach stubs. Write trampolines out at
257 end so that just one realloc is used. Handle little-endian
258 mode. Move relevant code from ppc_elf_install_value to here.
259 (ppc_elf_relocate_section): Move code handling RELAX32 from
260 ppc_elf_install_value to here.
261
262 2003-11-06 Alan Modra <amodra@bigpond.net.au>
263
264 * elf32-ppc.c (ppc_elf_howto_raw); Add entry for R_PPC_RELAX32PC.
265 (ppc_elf_install_value): Handle R_PPC_RELAX32PC. Merge duplicate
266 cases.
267 (shared_stub_entry): Correct opcode.
268 (ppc_elf_relax_section): Generate R_PPC_RELAX32PC relocs.
269 (ppc_elf_relocate_section): Handle them.
270
271 2003-11-05 Alan Modra <amodra@bigpond.net.au>
272
273 * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return
274 updated section in case of merged section.
275 * elf-bfd.h (_bfd_elf_rela_local_sym): Update declaration.
276 * elf-hppa.h (elf_hppa_relocate_section): Adjust call.
277 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
278 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
279 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
280 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
281 * elf32-cris.c (cris_elf_relocate_section): Likewise.
282 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
283 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
284 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
285 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
286 * elf32-i370.c (i370_elf_relocate_section): Likewise.
287 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
288 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
289 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
290 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
291 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
292 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
293 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
294 * elf32-s390.c (elf_s390_relocate_section): Likewise.
295 * elf32-sh.c (sh_elf_relocate_section): Likewise.
296 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
297 * elf32-v850.c (v850_elf_relocate_section) Likewise.
298 * elf32-vax.c (elf_vax_relocate_section): Likewise.
299 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
300 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
301 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
302 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
303 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
304 * elf64-s390.c (elf_s390_relocate_section): Likewise.
305 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
306 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
307 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
308 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
309
310 * elf32-cris.c (cris_elf_relocate_section): Don't recalculate symbol
311 section for reloc output.
312 * elf32-i370.c (i370_elf_relocate_section): Likewise.
313 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
314 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
315 * elf32-vax.c (elf_vax_relocate_section): Likewise.
316 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
317 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
318
319 * elf32-ppc.c (ppc_elf_relocate_section): Don't recalculate everything
320 for R_PPC_RELAX32 reloc. Don't bother checking ppc_elf_install_value
321 return value.
322 * elf64-ppc.c (ppc64_elf_relocate_section <R_PPC64_TOC>): Sanity check
323 sec->id.
324
325 2003-11-05 Alan Modra <amodra@bigpond.net.au>
326
327 * elf32-d10v.c (extract_rel_addend, insert_rel_addend): New functions.
328 (elf32_d10v_relocate_section): Use them to handle -r reloc
329 adjustments, and in place of _bfd_elf_rela_local_sym.
330
331 * cpu-iq2000.c (arch_info_struct): Warning fix.
332
333 2003-11-05 Alan Modra <amodra@bigpond.net.au>
334
335 * elf32-hppa.c (ELIMINATE_COPY_RELOCS): Define.
336 (elf32_hppa_copy_indirect_symbol): Don't copy NON_GOT_REF on
337 weakdefs.
338 (elf32_hppa_check_relocs): Use ELIMINATE_COPY_RELOCS.
339 (elf32_hppa_adjust_dynamic_symbol): Likewise. Copy weakdef
340 NON_GOT_REF.
341 (allocate_dynrelocs): Use ELIMINATE_COPY_RELOCS and
342 SYMBOL_CALLS_LOCAL. Discard relocs for undef weak syms with
343 non-default visibility.
344 (elf32_hppa_relocate_section): Use ELIMINATE_COPY_RELOCS and
345 SYMBOL_CALLS_LOCAL.
346
347 2003-11-04 Alan Modra <amodra@bigpond.net.au>
348
349 * aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.
350 * coff-apollo.c, coff-sparc.c, coff-w65.c, coff-we32k.c: Ditto.
351 * coff-z8k.c, coffgen.c, cpu-frv.c, cpu-h8500.c, cpu-hppa.c: Ditto.
352 * cpu-ia64-opc.c, cpu-m10300.c, cpu-mips.c, cpu-msp430.c: Ditto.
353 * cpu-rs6000.c, cpu-z8k.c, efi-app-ia32.c, elf32-am33lin.c: Ditto.
354 * gen-aout.c, hash.c, hp300hpux.c, init.c, mach-o.c: Ditto.
355 * nlm-target.h, nlm.c, som.h, stabs.c, sysdep.h, xsym.h: Ditto.
356
357 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Fix
358 "dereferencing type-punned pointer" warnings.
359
360 * aout-adobe.c (aout_adobe_set_section_contents): Constify location.
361 * aoutx.h (NAME(aout,set_section_contents)): Ditto.
362 * bfd-in2.h: Regenerate.
363 * binary.c (binary_set_section_contents): Ditto.
364 * bout.c (b_out_set_section_contents): Ditto.
365 * coff-tic54x.c (tic54x_set_section_contents): Ditto.
366 * coffcode.h (coff_set_section_contents): Ditto.
367 * ecoff.c (_bfd_ecoff_set_section_contents): Ditto.
368 * elf-bfd.h (_bfd_elf_set_section_contents): Ditto.
369 * elf.c (_bfd_elf_set_section_contents): Ditto.
370 * elfxx-mips.c (_bfd_mips_elf_set_section_contents): Ditto.
371 * elfxx-mips.h (_bfd_mips_elf_set_section_contents): Ditto.
372 * i386msdos.c (msdos_set_section_contents): Ditto.
373 * ieee.c (ieee_set_section_contents): Ditto.
374 * ihex.c (ihex_set_section_contents): Ditto.
375 * libaout.h (NAME(aout,set_section_contents)): Ditto.
376 * libbfd-in.h (_bfd_nowrite_set_section_contents): Ditto.
377 (_bfd_generic_set_section_contents): Ditto.
378 * libbfd.h: Regenerate.
379 * libbfd.c (_bfd_generic_set_section_contents): Ditto.
380 * libecoff.h (_bfd_ecoff_set_section_contents): Ditto.
381 * libnlm.h (nlmNAME(set_section_contents)): Ditto.
382 (struct nlm_backend_data <nlm_mangle_relocs>): Ditto.
383 * mmo.c (mmo_set_section_contents): Ditto.
384 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Ditto.
385 * nlm32-i386.c (nlm_i386_mangle_relocs): Ditto.
386 * nlm32-ppc.c (nlm_powerpc_mangle_relocs): Ditto.
387 * nlm32-sparc.c (nlm_sparc_mangle_relocs): Ditto.
388 * nlmcode.h (nlm_set_section_contents): Ditto.
389 * oasys.c (oasys_set_section_contents): Ditto.
390 * pdp11.c (NAME(aout,set_section_contents)): Ditto.
391 * ppcboot.c (ppcboot_set_section_contents): Ditto.
392 * srec.c (srec_set_section_contents): Ditto.
393 * targets.c (BFD_JUMP_TABLE_WRITE <_bfd_set_section_contents>): Ditto.
394 * tekhex.c (tekhex_set_section_contents): Ditto.
395 (move_section_contents): Ditto.
396 * versados.c (versados_set_section_contents): Ditto.
397 * vms-misc.c (_bfd_save_vms_section): Ditto.
398 * vms.c (vms_set_section_contents): Ditto.
399 * vms.h (_bfd_save_vms_section): Ditto.
400
401 2003-11-04 Alan Modra <amodra@bigpond.net.au>
402
403 * elf64-ppc.c (ppc_size_one_stub): Size relbrlt. Accept info arg
404 rather than htab.
405 (ppc64_elf_size_stubs): Adjust ppc_size_one_stub traversal. Zero
406 relbrlt size.
407 (ppc64_elf_build_stubs): Allocate space for relbrlt.
408
409 2003-11-04 Alan Modra <amodra@bigpond.net.au>
410
411 * bfd-in.h (_bfd_elf_tls_setup): Declare.
412 * bfd-in2.h: Regenerate.
413 * elf-bfd.h (struct elf_link_tls_segment): Delete.
414 (struct elf_link_hash_table): Add tls_sec and tls_size.
415 * elf.c (_bfd_elf_link_hash_table_init): Init tls_sec and tls_size.
416 * elflink.c (_bfd_elf_tls_setup): New function.
417 * elflink.h (struct elf_final_link_info): Remove first_tls_sec.
418 (elf_bfd_final_link): Don't set first_tls_sec here. Update code
419 saving tls segment info, round segment size up.
420 (elf_link_output_extsym): Adjust code using tls segment info.
421 (elf_link_input_bfd): Likewise.
422 * elf32-i386.c (dtpoff_base, tpoff): Likewise.
423 * elf32-s390.c (dtpoff_base, tpoff): Likewise.
424 * elf32-sh.c (dtpoff_base, tpoff): Likewise.
425 * elf32-sparc.c (dtpoff_base, tpoff): Likewise.
426 * elf64-s390.c (dtpoff_base, tpoff): Likewise.
427 * elf64-x86-64.c (dtpoff_base, tpoff): Likewise.
428 * elfxx-ia64.c (elfNN_ia64_tprel_base): Likewise.
429 (elfNN_ia64_dtprel_base): Likewise.
430 * elf64-alpha.c (alpha_get_dtprel_base): Likewise.
431 (alpha_get_tprel_base): Likewise.
432 (struct alpha_relax_info): Remove tls_segment.
433 (elf64_alpha_relax_got_load): Adjust invocation of
434 alpha_get_dtprel_base and alpha_get_tprel_base.
435 (elf64_alpha_relax_tls_get_addr): Likewise.
436 (elf64_alpha_relax_section): Likewise.
437 (elf64_alpha_relocate_section): Likewise.
438 (elf64_alpha_relax_find_tls_segment): Delete.
439 * elf32-ppc.c (struct ppc_elf_link_hash_table): Remove tls_sec.
440 (ppc_elf_tls_setup): Call _bfd_elf_tls_setup. Return section.
441 (ppc_elf_relocate_section): Adjust to use elf.tls_sec.
442 * elf32-ppc.h (ppc_elf_tls_setup): Update.
443 * elf64-ppc.c (struct ppc_link_hash_table): Remove tls_sec.
444 (ppc64_elf_tls_setup): Call _bfd_elf_tls_setup. Return section.
445 (ppc64_elf_tls_optimize): Adjust to use elf.tls_sec.
446 (ppc64_elf_relocate_section): Likewise.
447 * elf64-ppc.h (ppc64_elf_tls_setup): Update.
448
449 2003-11-03 Daniel Jacobowitz <drow@mvista.com>
450
451 * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.
452 * elf-m10300.c (elf_backend_plt_header_size): Don't define.
453 * elf32-arm.h (elf_backend_plt_header_size): Don't define.
454 * elf32-cris.c (elf_backend_plt_header_size): Don't define.
455 * elf32-i386.c (elf_backend_plt_header_size): Don't define.
456 * elf32-mips.c (elf_backend_plt_header_size): Don't define.
457 * elf32-ppc.c (elf_backend_plt_header_size): Don't define.
458 * elf32-s390.c (elf_backend_plt_header_size): Don't define.
459 * elf32-sh.c (elf_backend_plt_header_size): Don't define.
460 * elf32-sparc.c (elf_backend_plt_header_size): Don't define.
461 * elf64-alpha.c (elf_backend_plt_header_size): Don't define.
462 * elf64-hppa.c (elf_backend_plt_header_size): Don't define.
463 * elf64-mips.c (elf_backend_plt_header_size): Don't define.
464 * elf64-ppc.c (elf_backend_plt_header_size): Don't define.
465 * elf64-s390.c (elf_backend_plt_header_size): Don't define.
466 * elf64-sh64.c (elf_backend_plt_header_size): Don't define.
467 * elf64-sparc.c (elf_backend_plt_header_size): Don't define.
468 * elf64-x86-64.c (elf_backend_plt_header_size): Don't define.
469 * elfn32-mips.c (elf_backend_plt_header_size): Don't define.
470 * elfxx-ia64.c (elf_backend_plt_header_size): Don't define.
471 * elfxx-target.h (elf_backend_plt_header_size): Don't define
472 or include in target initializer.
473
474 2003-11-03 Andrew Cagney <cagney@redhat.com>
475
476 * section.c (bfd_set_section_contents): Make the "location" buffer
477 constant.
478 * bfd-in2.h: Re-generate.
479
480 2003-10-30 Andrew Cagney <cagney@redhat.com>
481
482 * syms.c: Replace "struct symbol_cache_entry" with "struct
483 bfd_symbol".
484 * vms.h, targets.c, section.c, reloc.c, peicode.h: Ditto.
485 * mipsbsd.c, elf.c, linker.c, elf-bfd.h, ecoff.c: Ditto.
486 * cpu-z8k.c, cpu-ns32k.c, cpu-h8500.c, bfd.c, bfd-in.h: Ditto.
487 * bfd-in2.h: Re-generate.
488
489 2003-10-30 Jakub Jelinek <jakub@redhat.com>
490
491 * elfxx-ia64.c: Include objalloc.h, hashtab.h.
492 (struct elfNN_ia64_local_hash_entry): Remove root. Add id and r_sym
493 fields.
494 (struct elfNN_ia64_local_hash_table): Remove.
495 (struct elfNN_ia64_link_hash_table): Change loc_hash_table's type
496 to htab_t. Add loc_hash_memory field.
497 (elfNN_ia64_local_hash_table_init, elfNN_ia64_new_loc_hash_entry):
498 Removed.
499 (elfNN_ia64_local_htab_hash, elfNN_ia64_local_htab_eq): New
500 functions.
501 (elfNN_ia64_hash_table_create): Use hashtab.h hashtable for
502 loc_hash_table. Initialize loc_hash_memory.
503 (elfNN_ia64_hash_table_free): New function.
504 (elfNN_ia64_local_hash_lookup): Remove.
505 (elfNN_ia64_local_dyn_sym_thunk): Change into htab_traverse
506 callback.
507 (elfNN_ia64_dyn_sym_traverse): Use htab_traverse.
508 (get_local_sym_hash): Use hashtab.h hashtable for loc_hash_table.
509 (bfd_elfNN_bfd_link_hash_table_free): Define.
510
511 2003-10-30 Alan Modra <amodra@bigpond.net.au>
512
513 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Modify versioned
514 symbol string in place.
515
516 2003-10-30 Jim Blandy <jimb@redhat.com>
517
518 * cpu-rs6000.c (rs6000_compatible): Check the correct arch_info
519 object's mach field: all PowerPC machines are supersets of the
520 original rs6000, but not later rs6000 machines.
521
522 2003-10-30 Alan Modra <amodra@bigpond.net.au>
523
524 * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".
525 Add "val" and "sval" fields.
526 (DW_STRING, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR): Delete.
527 (read_attribute_value): Expand and adjust DW_* occurrences.
528 (scan_unit_for_functions, parse_comp_unit): Likewise.
529
530 2003-10-30 Phil Edwards <phil@codesourcery.com>
531
532 * config.bfd (arm-*-vxworks): Remove separate stanza; merge with
533 other common ELF triples.
534 (i[3-7]86-*-vxworks): Change to ELF format.
535 (mips*-*-windiss): New triple, add to common MIPS/ELF stanza.
536 (sh-*-vxworks): New stanza.
537
538 2003-10-30 Lars Knoll <lars@trolltech.com>
539 Michael Matz <matz@suse.de>
540 Jakub Jelinek <jakub@redhat.com>
541 Alan Modra <amodra@bigpond.net.au>
542
543 * merge.c (struct sec_merge_sec_info): Update comment.
544 (struct sec_merge_hash_entry): Remove entsize.
545 (sec_merge_hash_lookup): Only adjust alignment when creating.
546 (sec_merge_emit): Remove register keyword.
547 (cmplengthentry, last4_eq, last_eq): Delete.
548 (strrevcmp, strrevcmp_align, is_suffix): New.
549 (merge_strings): Use them to implement fast suffix merging.
550 * elf-strtab.c (struct elf_strtab_hash_entry): Update comments.
551 Make "len" signed.
552 (_bfd_elf_strtab_add): Lose on >2G strings.
553 (_bfd_elf_strtab_emit): Don't emit strings with len < 0.
554 (cmplengthentry, last4_eq): Delete.
555 (strrevcmp, is_suffix): New.
556 (_bfd_elf_strtab_finalize): Rework to implement fast suffix merging.
557
558 2003-10-29 Daniel Jacobowitz <drow@mvista.com>
559
560 * elf32-arm.h (elf32_arm_final_link_relocate): Move check for
561 SEC_ALLOC.
562
563 2003-10-29 Philip Blundell <philb@gnu.org>
564
565 * elf32-arm.h (elf32_arm_plt0_entry, elf32_arm_plt_entry): New
566 code sequence.
567 (PLT_HEADER_SIZE): New.
568 (struct elf32_arm_pcrel_relocs_copied): Rename to ...
569 (struct elf32_arm_relocs_copied): ... this. Count both
570 pcrel and non-pcrel relocs. All uses updated.
571 (struct elf32_arm_link_hash_table): Add pointers to dynamic linker
572 sections and symbol/section mapping cache.
573 (create_got_section): New.
574 (elf32_arm_create_dynamic_sections): New.
575 (elf_backend_create_dynamic_sections): Use it.
576 (elf32_arm_final_link_relocate): Support garbage collection of relocs.
577 (elf32_arm_check_relocs): Likewise.
578 (elf32_arm_adjust_dynamic_symbol): Likewise.
579 (elf32_arm_copy_indirect_symbol): New.
580 (elf32_arm_link_hash_table_create): Initialise new fields.
581 (elf32_arm_gc_sweep_hook): Implement.
582 (elf32_arm_discard_copies): Delete.
583 (elf32_arm_finish_dynamic_symbol): Use new PLT code.
584 (elf32_arm_finish_dynamic_sections): Likewise.
585 (elf_backend_can_refcount): Define.
586 (elf_backend_copy_indirect_symbol): Likewise.
587 (elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.
588
589 2003-10-29 Alan Modra <amodra@bigpond.net.au>
590
591 * elf64-ppc.c (elf_backend_grok_prstatus): Define.
592 (elf_backend_grok_psinfo): Define.
593 (ppc64_elf_grok_prstatus, ppc64_elf_grok_psinfo): New functions.
594
595 * elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
596 sections with the same name.
597 (elfcore_grok_lwpstatus): Likewise.
598 (elfcore_grok_win32pstatus): Likewise.
599 (elfcore_grok_note): Likewise.
600 (elfcore_grok_nto_status): Likewise.
601 (elfcore_grok_nto_gregs): Likewise.
602
603 2003-10-27 Daniel Jacobowitz <drow@mvista.com>
604
605 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
606 objects.
607
608 2003-10-14 Richard Sandiford <rsandifo@redhat.com>
609
610 * elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
611
612 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
613
614 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
615 hash table for real symbols.
616
617 2003-10-23 Michael Snyder <msnyder@redhat.com>
618
619 * section.c (asection): Fix typo in comment.
620
621 2003-10-23 Alan Modra <amodra@bigpond.net.au>
622
623 * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
624 reloc symbol index to it. Don't allow gd syms in shared libs
625 to be optimized.
626 (ppc64_elf_tls_optimize): Adjust get_tls_mask call.
627 (ppc64_elf_size_stubs): Likewise.
628 (ppc64_elf_relocate_section): Check that tls relocs are only used
629 with tls syms, and similarly for non-tls. Correct symbol used
630 when optimizing toc tls code.
631
632 2003-10-22 Nick Clifton <nickc@redhat.com>
633
634 * peicode.h (coff_swap_scnhdr_in): Only remove padding when
635 processing an executable.
636
637 2003-10-22 Jakub Jelinek <jakub@redhat.com>
638
639 * elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
640 field changes.
641 (_bfd_elf_link_assign_sym_version): Likewise.
642 * elflink.h (size_dynamic_sections): Likewise.
643
644 2003-10-21 Alexandre Oliva <aoliva@redhat.com>,
645 Michael Snyder <msnyder@redhat.com>
646
647 * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
648 bfd_mach_sh4a_nofpu): New machine types.
649 * bfd-in2.h: Rebuilt.
650 * cpu-sh.c (compatible): Remove unused function.
651 (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
652 (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
653 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.
654
655 2003-10-21 Wouter van Heyst <wouter@vidicode.nl>
656
657 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct text
658 describing mismatched formats involving the Maverick FP type.
659
660 2003-10-21 Anil Paranjpe <anilp1@KPITCummins.com>
661
662 * binary.c (binary_object_p): Pass machine flag along with
663 architecture.
664
665 2003-10-21 Thorsten Brehm <brehm@gmx.net>
666
667 * archures.c (bfd_default_scan): Add support for mcf528x.
668 * ieee.c (ieee_write_processor): Likewise.
669
670 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
671 Bernardo Innocenti <bernie@develer.com>
672
673 * archures.c: Add MCF528x (MCFv4) support.
674 * bfd/cpu-m68k.c (arch_info_struct): Likewise.
675 * bfd-in2.h: Regenerate.
676
677 2003-10-20 Andrew Cagney <cagney@redhat.com>
678
679 * targets.c: Replace "struct sec" with "struct bfd_section"
680 * syms.c, sparclynx.c, section.c, opncls.c: Ditto.
681 * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
682 * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
683 * aout-tic30.c, aout-target.h:
684 * bfd-in2.h, libcoff.h, libbfd.h: Regenerate.
685
686 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
687
688 Support linker relaxation of new R_MMIX_PUSHJ_STUBBABLE relocs.
689 * elf64-mmix.c (MAX_PUSHJ_STUB_SIZE): New macro.
690 (struct _mmix_elf_section_data): New member pjs.
691 (mmix_set_relaxable_size, mmix_elf_get_section_contents): New
692 functions.
693 (elf_mmix_howto_table): New entry for R_MMIX_PUSHJ_STUBBABLE.
694 (mmix_reloc_map): Ditto.
695 (mmix_elf_relocate_section): Handle R_MMIX_PUSHJ_STUBBABLE.
696 (mmix_final_link_relocate, mmix_elf_check_common_relocs): Ditto.
697 (mmix_elf_perform_relocation): Ditto. Don't mark parameter addr
698 unused.
699 (mmix_elf_check_relocs): Move early return to after
700 mmix_elf_check_common_relocs call.
701 (mmix_elf_symbol_processing): Fix cut-and-pasto in head comment.
702 (_bfd_mmix_before_linker_allocation): Rename from
703 _bfd_mmix_prepare_linker_allocated_gregs. All referers changed.
704 Arrange to set the initial relaxable size of sections.
705 (_bfd_mmix_after_linker_allocation): Rename from
706 _bfd_mmix_finalize_linker_allocated_gregs.
707 (mmix_elf_relax_section): Relax a R_MMIX_PUSHJ_STUBBABLE reloc.
708 (bfd_elf64_get_section_contents): Define.
709 * reloc.c: Add ENUMX for BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
710 * libbfd.h, bfd-in2.h: Regenerate.
711
712 * reloc.c (bfd_generic_relax_section): Default-set
713 section->_cooked_size here.
714 (bfd_generic_get_relocated_section_contents): Don't set it here.
715 Explain why.
716
717 2003-10-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
718
719 * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if
720 output section has been discarded.
721
722 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
723
724 * coff-h8300.c (funcvec_hash_newfunc): Handle normal mode.
725 (h8300_reloc16_extra_cases): Likewise.
726 (h8300_bfd_link_add_symbols): Likewise.
727
728 2003-10-17 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
729
730 * cpu-h8300.c (h8300sxn_info_struct): Correct address size.
731 (h8300sn_info_struct): Likewise.
732 (h8300hn_info_struct): Likewise.
733
734 2003-10-16 Pavel Roskin <proski@gnu.org>
735
736 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size
737 for sections which lack size info.
738
739 2003-10-17 Danny Smith <dannysmith@users.sourceforge.net>
740
741 * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
742 mingw32.
743
744 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
745
746 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
747 undefined patterns with '*'.
748
749 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
750
751 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
752 use the last CIE from a different section.
753 (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
754 size of the output section.
755
756 2003-10-07 Roland McGrath <roland@redhat.com>
757
758 * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
759 new section from p_align header field.
760
761 2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
762
763 * elf32-xtensa.c (xtensa_read_table_entries): The external size
764 of entry is 8 bytes.
765
766 2003-10-15 Andrew Cagney <cagney@redhat.com>
767
768 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
769 with NAME##_canonicalize_symtab.
770 * libcoff-in.h (coff_canonicalize_symtab): Update.
771 * xsym.h (bfd_sym_canonicalize_symtab): Update.
772 * elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
773 * coffgen.c (coff_canonicalize_symtab): Update.
774 * libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
775 * libnlm.h (nlmNAME(canonicalize_symtab)): Update.
776 * ieee.c (ieee_vec): Update comment.
777 * libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
778 * mmo.c (mmo_canonicalize_symtab): Update.
779 * nlm-target.h (nlm_canonicalize_symtab): Update.
780 * nlmcode.h (nlm_canonicalize_symtab): Update.
781 * i386msdos.c (msdos_canonicalize_symtab): Update.
782 * hp300hpux.c (MY (canonicalize_symtab)): Update.
783 * oasys.c (oasys_canonicalize_symtab): Update.
784 * som.c (som_canonicalize_symtab): Update.
785 * pef.c (bfd_pef_canonicalize_symtab): Update.
786 * nlmcode.h (nlm_canonicalize_symtab): Update.
787 * xsym.c (bfd_sym_canonicalize_symtab): Update.
788 * vms.c (vms_canonicalize_symtab): Update.
789 * versados.c (versados_canonicalize_symtab): Update.
790 * mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
791 * ieee.c (ieee_canonicalize_symtab): Update.
792 * pdp11.c (NAME(aout,canonicalize_symtab)): Update.
793 * reloc.c: Update comment.
794 * libaout.h (NAME(aout,canonicalize_symtab)): Update.
795 * coff64-rs6000.c (aix5coff64_vec): Update.
796 * coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
797 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
798 * aoutx.h (NAME(aout,canonicalize_symtab)): Update.
799 * elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
800 * hp300hpux.c (MY_canonicalize_symtab): Update.
801 * ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
802 * aout-tic30.c (MY_canonicalize_symtab): Update.
803 * aout-target.h (MY_canonicalize_symtab): Update.
804 * ppcboot.c (ppcboot_canonicalize_symtab): Update.
805 * elf.c (_bfd_elf_canonicalize_symtab): Update.
806 * elfcode.h (elf_canonicalize_symtab): Update.
807 * ihex.c (ihex_canonicalize_symtab): Update.
808 * tekhex.c (tekhex_canonicalize_symtab): Update.
809 * binary.c (binary_canonicalize_symtab): Update.
810 * srec.c (srec_canonicalize_symtab): Update.
811
812 2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
813
814 * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
815
816 2003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
817
818 * elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
819 relocations.
820 (sh_elf_check_relocs): Likewise.
821
822 * elf32-sh64.c (elf_backend_merge_symbol_attribute): Define.
823 (sh64_elf_merge_symbol_attribute): New.
824 * elf64-sh64.c (elf_backend_merge_symbol_attribute): Define.
825 (sh64_elf64_merge_symbol_attribute): New.
826
827 2003-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
828
829 * elf-bfd.h (struct elf_backend_data): New function pointer member
830 elf_backend_merge_symbol_attribute.
831 * elflink.h (elf_link_add_object_symbols): Adjust call to
832 elf_backend_merge_symbol_attribute if the backend defined it.
833 * elfxx-target.h (elf_backend_merge_symbol_attribute): New macro.
834 (elfNN_bed): Add that to the initializer.
835
836 2003-10-14 Bob Wilson <bob.wilson@acm.org>
837
838 * elf32-xtensa.c (get_is_linkonce_section): Delete.
839 (xtensa_is_property_section, xtensa_is_littable_section): Use
840 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Do not recognize
841 linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
842 (xtensa_get_property_section_name): Check section name instead of
843 calling get_is_linkonce_section. Remove unused bfd parameter. Use
844 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Never generate
845 linkonce section names by appending ".xt.insn" or ".xt.lit".
846 (xtensa_read_table_entries): Remove bfd argument in call to
847 xtensa_get_property_section_name. Free section name when done.
848 (elf_xtensa_combine_prop_entries): Free leaking table.
849
850 2003-10-13 Richard Sandiford <rsandifo@redht.com>
851
852 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
853 DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries.
854 (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them. Don't
855 handle DT_MIPS_MSYM. Set DT_RELSZ based on the number of relocations
856 that were needed.
857 (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
858 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
859
860 2003-10-13 H.J. Lu <hongjiu.lu@intel.com>
861
862 * bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
863 (bfd_elf64_ia64_after_parse): Likewise.
864 * bfd-in2.h: Regenerated.
865
866 * elfxx-ia64.c (oor_ip): New.
867 (oor_branch_size): Likewise.
868 (bfd_elfNN_ia64_after_parse): Likewise.
869 (elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
870 equals sizeof (oor_ip).
871
872 2003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
873
874 * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the
875 renumbering of some relocation numbers.
876
877 2003-10-11 Alan Modra <amodra@bigpond.net.au>
878
879 * coff-sh.c: Move definition of MAP and guard more code with
880 COFF_IMAGE_WITH_PE.
881
882 * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
883 * bfd-in2.h: Regenerate.
884
885 2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
886
887 * Makefile.am: Run "make dep-am".
888 * Makefile.in: Regenerate.
889 * doc/Makefile.in: Likewise.
890
891 2003-10-09 H.J. Lu <hongjiu.lu@intel.com>
892
893 * cofflink.c: Include "safe-ctype.h".
894 (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
895
896 2003-10-08 Dave Brolley <brolley@redhat.com>
897 On behalf of Michael Snyder <msnyder@redhat.com>
898
899 * archures.c: Add FRV fr550 machine.
900 * cpu-frv.c: Ditto.
901 * elf32-frv.c: Ditto.
902 * bfd-in2.h: Regenerate.
903
904 2003-10-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
905
906 * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub code
907 for non-SGI N64 ABI. Improve code consitency.
908
909 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
910
911 * elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
912 rightshift to 2.
913
914 2003-10-07 Nathan Sidwell <nathan@codesourcery.com>
915
916 * libbfd-in.h (_bfd_link_section_stabs): Add string offset
917 parameter.
918 * cofflink.c (coff_link_add_symbols): Deal with split stab
919 sections.
920 * elflink.h (elf_link_add_object_symbols): Deal with split stab
921 sections.
922 * stabs.c (_bfd_link_section_stabs): Add string offset parameter.
923 * libbfd.h: Regenerated.
924
925 * coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
926 overflow, set reloc start position to after the count
927 reloc. Subtract one from num relocs. Give error on 0xffff relocs
928 and no overflow.
929 * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
930 overflow.
931 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
932 0xffff.
933
934 2003-10-06 H.J. Lu <hongjiu.lu@intel.com>
935
936 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
937 last CIE/FDE if needed.
938
939 2003-10-06 Nick Clifton <nickc@redhat.com>
940
941 * targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
942 BFD64 is enabled.
943
944 2003-10-06 Matt Thomas <matt@3am-software.com>
945
946 * config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.
947
948 2003-10-06 Robert Millan <robertmh@gnu.org>
949
950 * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
951 * config.bfd: Likewise.
952 * configure: Regenerate.
953
954 2003-10-04 Christian Groessler <chris@groessler.org>
955
956 * coff-z8k.c (extra_case): Fix displacement length check for R_JR
957 and R_CALLR.
958
959 2003-10-04 Stephane Carrez <stcarrez@nerim.fr>
960
961 * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.
962 * elf32-m68hc11.c: Likewise.
963 * elf32-m68hc12.c: Likewise.
964 * elf32-m68hc1x.h: Likewise.
965
966 2003-10-04 Stephane Carrez <stcarrez@nerim.fr>
967
968 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix merge
969 of flags between HC12 and HCS12.
970
971 2003-10-04 Bryce McKinlay <bryce@mckinlay.net.nz>
972
973 * merge.c (_bfd_merge_sections): Set SEC_EXCLUDE flag on sections
974 which become empty after merging.
975
976 2003-09-30 Jakub Jelinek <jakub@redhat.com>
977
978 * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,
979 R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
980
981 2003-09-30 Chris Demetriou <cgd@broadcom.com>
982
983 * archures.c (bfd_mach_mipsisa64r2): New define.
984 * bfd-in2.h: Regenerate.
985 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2.
986 * cpu-mips.c (I_mipsisa64r2): New enum value.
987 (arch_info_struct): Add entry for I_mipsisa64r2.
988 * elfxx-mips.c (_bfd_elf_mips_mach)
989 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2.
990 (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case.
991 (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2.
992
993 2003-09-29 H.J. Lu <hongjiu.lu@intel.com>
994
995 * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New.
996 Handle SHN_IA_64_ANSI_COMMON.
997 (elf_backend_section_from_bfd_section): Defined.
998
999 2003-09-26 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 * elflink.c (elf_link_read_relocs_from_section): Add an argument
1002 of a pointer to section. Check bad symbol index.
1003 (_bfd_elf_link_read_relocs): Modify calls to
1004 elf_link_read_relocs_from_section.
1005
1006 2003-09-23 DJ Delorie <dj@redhat.com>
1007
1008 * elf32-sh.c (sh_elf_howto_table): R_SH_SWITCH8,
1009 R_SH_GNU_VTINHERIT, R_SH_GNU_VTENTRY,
1010 R_SH_LOOP_START,R_SH_LOOP_END moved to "reserved" spaces,
1011 R_SH_DIR16, R_SH_DIR8, R_SH_DIR8UL, R_SH_DIR8UW, R_SH_DIR8U,
1012 R_SH_DIR8SW, R_SH_DIR8S, R_SH_DIR4UL, R_SH_DIR4UW, R_SH_DIR4U,
1013 R_SH_PSHA, R_SH_PSHL added.
1014 (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.
1015 (sh_elf_relocate_section): Support new relocs.
1016
1017 2003-09-23 Bob Wilson <bob.wilson@acm.org>
1018
1019 * elf32-xtensa.c (elf_xtensa_relocate_section): Fix typo that clobbered
1020 dynamic relocation offsets.
1021
1022 2003-09-23 Alan Modra <amodra@bigpond.net.au>
1023
1024 * simple.c (bfd_simple_get_relocated_section_contents): Free the
1025 hash table using _bfd_generic_link_hash_table_free.
1026
1027 2003-09-23 Alan Modra <amodra@bigpond.net.au>
1028
1029 * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". Change
1030 type of prefix_length and suffix_length to int. Rename "attributes"
1031 to "attr". Comment.
1032 (_bfd_elf_get_sec_type_attr): Update prototype.
1033 * elf.c (get_special_section): Rewrite.
1034 (_bfd_elf_get_sec_type_attr): Return struct rather than passing in
1035 attr and type pointers.
1036 (_bfd_elf_new_section_hook): Adjust for above.
1037 (special_sections): Merge suffix with prefix. Set
1038 prefix_length for all entries. Set suffix_length appropriately.
1039 * elf32-m32r.c (m32r_elf_special_sections): Likewise.
1040 * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
1041 * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
1042 * elf32-mcore.c (mcore_elf_special_sections): Likewise.
1043 * elf32-sh64.c (sh64_elf_special_sections): Likewise.
1044 * elf32-v850.c (v850_elf_special_sections): Likewise.
1045 * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
1046 * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
1047 * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
1048 * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
1049 * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
1050 * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
1051 * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
1052 * elf32-ppc.c (ppc_elf_special_sections): Likewise. Fix .plt flags.
1053
1054 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1055
1056 * elf64-alpha.c (elf64_alpha_create_got_section): Initialize
1057 ->got if the section already exists.
1058
1059 2003-09-19 Nathan Sidwell <nathan@codesourcery.com>
1060
1061 * dwarf2.c (decode_line_info): Cope with an initially empty
1062 filename table.
1063
1064 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 * acinclude.m4: Include ../config/accross.m4.
1067 * aclocal.m4: Regenerated.
1068
1069 * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
1070 or long long.
1071 (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
1072 (host64): Remove if HOST_64BIT_TYPE is set to long.
1073
1074 * configure.in (HOST_64BIT_TYPE): Set according to the size of
1075 long and long long.
1076 (HOST_U_64BIT_TYPE): Likewise.
1077 (host64): Likewise.
1078 * configure: Regenerated.
1079
1080 2003-09-19 Alan Modra <amodra@bigpond.net.au>
1081
1082 * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
1083 since some ABIs round up the size of the struct.
1084
1085 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
1086
1087 * elflink.c (_bfd_elf_merge_symbol): Allow type change if
1088 the old symbol is undefined and the new symbol is defined.
1089
1090 2003-09-18 Andreas Schwab <schwab@suse.de>
1091
1092 * simple.c (bfd_simple_get_relocated_section_contents): Use
1093 _bfd_generic_link_hash_table_create instead of
1094 bfd_link_hash_table_create.
1095
1096 2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
1099 started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
1100
1101 2003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
1102 Randolph Chung <randolph@tausq.org>
1103
1104 * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
1105 hppa_link_hash_newfunc, hppa_build_one_stub,
1106 elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
1107 allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
1108 elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
1109 for generating import stubs for calls to statically linked PIC
1110 functions.
1111 (hppa_type_of_stub): Don't generate an import stub for calls to
1112 statically linked pic functions. Generate import stubs for calls
1113 in a shared object, to functions not in a regular file, and to
1114 defined weak functions. Add new argument INFO.
1115 (hppa_build_one_stub): Don't undef ADDIL_DP.
1116 (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
1117 (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
1118 (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
1119 non-shared link. Convert instructions that use the the linkage table
1120 pointer, or a facsimile thereof, to use the global data pointer when
1121 the reloc has been changed.
1122
1123 2003-09-08 Joel Brobecker <brobecker@gnat.com>
1124
1125 * archures.c: Add new machine names for hppa.
1126 * bfd-in2.h: Regenerate.
1127 * cpu-hppa.c: Use the new machine names.
1128
1129 2003-09-06 Stephane Carrez <stcarrez@nerim.fr>
1130
1131 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
1132 all_local_syms member.
1133 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
1134 to get the local symbols.
1135
1136 2003-09-06 Stephane Carrez <stcarrez@nerim.fr>
1137
1138 * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
1139 (elf_backend_special_sections): Define.a
1140
1141 PR savannah/4950:
1142 * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
1143 section is read-only.
1144
1145 2003-09-04 Nick Clifton <nickc@redhat.com>
1146
1147 * archures.c (bfd_mach_v850e1): Define.
1148 * bfd-in2.h: Regenerate.
1149 * cpu-v850.h (scan): Accept bfd_mach_v850e1.
1150 (arch_info_struct): Include an entry for bfd_mach_v850e1.
1151 * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
1152 (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
1153 (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
1154 (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
1155 linked with v850e binaries. Mark the output as v850e.
1156
1157 2003-09-03 Nick Clifton <nickc@redhat.com>
1158
1159 * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
1160 symbols that are used in relocs.
1161
1162 2003-08-30 Robert Millan <robertmh@gnu.org>
1163
1164 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1165 * config.bfd: Likewise.
1166 * configure: Regenerate.
1167
1168 2003-08-31 Christian Groessler <chris@groessler.org>
1169
1170 * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
1171 instead of returning bfd_reloc_continue.
1172
1173 2003-08-31 Andreas Jaeger <aj@suse.de>
1174
1175 * merge.c: Update to ISO C90.
1176
1177 2003-08-27 Ian Lance Taylor <ian@airs.com>
1178
1179 * configure.in: Check for strtoull.
1180 * bfd.c (bfd_scan_vma): Use strtoull when available.
1181 * configure, config.in: Regenerate.
1182
1183 * configure.in: Define and substitute BFD_HOST_LONG_LONG.
1184 * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than
1185 __GNUC__ when deciding whether to use long long for
1186 BFD_HOST_64_BIT.
1187 * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
1188
1189 2003-08-27 Christian Groessler <chris@groessler.org>
1190
1191 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
1192 i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
1193 functions.
1194 (elf32_i860_howto_table): Insert the new functions as
1195 'special_function's in the proper reloc type entries.
1196
1197 2003-08-27 Richard Sandiford <rsandifo@redhat.com>
1198
1199 * elf32-frv.c (elf32_frv_relocate_section): Use
1200 _bfd_elf_rela_local_sym.
1201
1202 2003-08-26 Michael Snyder <msnyder@redhat.com>
1203
1204 * cpu-frv.c: Remove unused enum.
1205
1206 2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1207
1208 * reloc.c: Fix documentation for MIPS ELF relocations.
1209 libbfd.h: Regenerate.
1210 bfd-in2.h: Regenerate.
1211
1212 2003-08-24 Jason Eckhardt <jle@rice.edu>
1213
1214 * coff-i860.c (CALC_ADDEND): Define to be a no-op.
1215
1216 2003-08-24 Jason Eckhardt <jle@rice.edu>
1217
1218 * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
1219 shift by 2 before storing the relocated value.
1220
1221 2003-08-23 Jason Eckhardt <jle@rice.edu>
1222
1223 * coff-i860.c (coff_i860_reloc_nyi): New function.
1224 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
1225 LOWn, SPLITn, and BRADDR.
1226 (RTYPE2HOWTO): Check that the r_type is within the howto_table
1227 before trying to access the entry.
1228 (coff_i860_rtype_to_howto): Likewise.
1229 (coff_i860_reloc_type_lookup): New function.
1230 (i860_reloc_processing): New function.
1231 (coff_bfd_reloc_type_lookup): Define macro.
1232 (RELOC_PROCESSING): Define macro.
1233 Minor formatting adjustments.
1234
1235 2003-08-23 Alan Modra <amodra@bigpond.net.au>
1236
1237 * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
1238
1239 2003-08-22 H.J. Lu <hongjiu.lu@intel.com>
1240
1241 * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
1242 .got section at 8 bytes.
1243
1244 2003-08-21 Nick Clifton <nickc@redhat.com>
1245
1246 * cofflink.c: Update to ISO C90 and tidy up formatting.
1247
1248 2003-08-21 Randolph Chung <tausq@debian.org>
1249
1250 * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
1251 can have OSABI=Linux or OSABI=SysV. Check for both.
1252 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
1253
1254 2003-08-21 Nick Clifton <nickc@redhat.com>
1255
1256 * po/sv.po: Updated Swedish translation.
1257
1258 2003-08-20 Richard Sandiford <rsandifo@redhat.com>
1259
1260 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
1261
1262 2003-08-20 Nick Clifton <nickc@redhat.com>
1263
1264 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
1265 replace some duplicated code in most elfxx-xxxx.c files. This
1266 version uses the new fields in bfd_link_info.
1267
1268 * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
1269 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
1270 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1271 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1272 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1273 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1274 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
1275 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1276 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1277 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1278 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1279 * elf32-vax.c (elf_vax_relocate_section): Likewise.
1280 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
1281 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1282 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1283 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1284 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1285 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1286 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1287
1288 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
1289 elf_hppa_remark_useless_dynamic_symbols,
1290 elf_hppa_relocate_section): Use the new fields in
1291 bfd_link_info structure.
1292 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1293 * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
1294 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1295 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1296 * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
1297 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1298
1299 * elflink.h (elf_link_output_extsym): Fix test for reporting
1300 undefined symbols in shared libraries. Remove redundant test
1301 of shlib_undefined when reporting references to forced local
1302 symbols.
1303
1304 2003-08-18 Andreas Schwab <schwab@suse.de>
1305
1306 * libpei.h (bfd_pe_executable_p): Also recognize efi-app
1307 executables.
1308
1309 2003-08-17 Hans-Peter Nilsson <hp@bitrange.com>
1310
1311 * simple.c (bfd_simple_get_relocated_section_contents): Move
1312 reloc_done hack to before first bfd_section_size call. Change all
1313 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
1314
1315 2003-08-16 Alan Modra <amodra@bigpond.net.au>
1316
1317 * elf64-ppc.c: Don't include elf/ppc.h.
1318
1319 2003-08-14 Richard Sandiford <rsandifo@redhat.com>
1320
1321 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
1322 code to work with 64-bit bfds.
1323
1324 2003-08-14 Alan Modra <amodra@bigpond.net.au>
1325
1326 * dep-in.sed: Remove libintl.h.
1327 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
1328 (POTFILES.in): Remove target.
1329 * Makefile.in: Regenerate.
1330
1331 2003-08-12 Alan Modra <amodra@bigpond.net.au>
1332
1333 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
1334 (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
1335 use the function sym from the previous reloc.
1336
1337 2003-08-11 Jakub Jelinek <jakub@redhat.com>
1338
1339 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
1340 fatal if -pie.
1341 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1342 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1343 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1344 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1345 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1346 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1347 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1348 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1349 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1350 (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
1351 on undefined symbols if -pie.
1352 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1353
1354 2003-08-11 Alan Modra <amodra@bigpond.net.au>
1355
1356 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
1357 branch to __libc_start_main.
1358
1359 2003-08-08 Dmitry Diky <diwil@mail.ru>
1360
1361 * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
1362 gcc order.
1363 * cpu-msp430.c: Likewise.
1364 * elf32-msp430.c: Likewise.
1365 * bfd-in2.h: Regenerate.
1366
1367 2003-08-07 Alan Modra <amodra@bigpond.net.au>
1368
1369 * elfxx-target.h: Remove PTR cast.
1370 * targets.c (bfd_target): Make backend_data const void *.
1371 * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
1372 * elf-m10300.c: Likewise.
1373 * elf.c: Likewise.
1374 * elf32-hppa.c: Likewise.
1375 * elf32-i386.c: Likewise.
1376 * elf32-m68hc1x.c: Likewise.
1377 * elf32-ppc.c: Likewise.
1378 * elf32-s390.c: Likewise.
1379 * elf32-sh.c: Likewise.
1380 * elf32-sh64.c: Likewise.
1381 * elf32-sparc.c: Likewise.
1382 * elf32-xtensa.c: Likewise.
1383 * elf64-mips.c: Likewise.
1384 * elf64-ppc.c: Likewise.
1385 * elf64-s390.c: Likewise.
1386 * elf64-sh64.c: Likewise.
1387 * elf64-sparc.c: Likewise.
1388 * elf64-x86-64.c: Likewise.
1389 * elfcode.h: Likewise.
1390 * elfcore.h: Likewise.
1391 * elflink.c: Likewise.
1392 * elflink.h: Likewise.
1393 * elfxx-ia64.c: Likewise.
1394 * elfxx-mips.c: Likewise.
1395 * elfxx-mips.h: Likewise.
1396 * elf.c (prep_headers): Remove useless check for null backend_data.
1397 * bfd-in2.h: Regenerate.
1398
1399 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
1400 (NAME): Use ## rather than CONCAT4 macro.
1401 * elfcode.h: Remove one remaining PARAMS macro.
1402 * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
1403 * elf-strtab.c: Likewise.
1404 * elf-hppa.h: Likewise.
1405 * elf32-hppa.h: Likewise.
1406 * elf32-hppa.c: Likewise.
1407 (elf32_hppa_add_symbol_hook): Delete.
1408 (elf_backend_add_symbol_hook): Don't define.
1409 * libhppa.h: Convert to C90. Replace INLINE with inline.
1410
1411 2003-08-06 Alan Modra <amodra@bigpond.net.au>
1412
1413 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
1414 (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
1415 function descriptors, but warn.
1416 (ppc_build_one_stub): Remove a couple of vars. Move code creating
1417 stub syms so that we can avoid a stub sym if we already have a
1418 plt sym. Do not redefine an existing symbol.
1419 (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
1420 glink.
1421
1422 2003-08-06 Nick Clifton <nickc@redhat.com>
1423
1424 * po/fr.po: Updated French translation.
1425
1426 2003-08-06 Alan Modra <amodra@bigpond.net.au>
1427
1428 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
1429 SEC_LINKER_CREATED.
1430
1431 2003-08-05 Daniel Jacobowitz <drow@mvista.com>
1432
1433 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1434 (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
1435
1436 2003-08-03 Jeff Muizelaar <muizelaar@rogers.com>
1437
1438 * coffcode.h (coff_slurp_line_table): Return with a warning
1439 message if the line number table could not be read.
1440
1441 2003-08-04 Nick Clifton <nickc@redhat.com>
1442
1443 * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
1444 to messages produced for .gnu.warning.SYMBOL sections.
1445
1446 2003-08-04 Alan Modra <amodra@bigpond.net.au>
1447
1448 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
1449 * elfcore.h: Likewise.
1450 * elflink.c: Likewise.
1451 * elflink.h: Likewise.
1452 * elf.c (sym_is_global): Remove INLINE.
1453 (align_file_position): Replace INLINE with inline.
1454 * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
1455 (elf_file_p): Replace INLINE with inline.
1456
1457 2003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1458
1459 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
1460
1461 2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
1462
1463 * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
1464
1465 2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
1466
1467 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
1468 ElfNN_External_Rela instead of Elf64_External_Rela.
1469
1470 2003-08-01 Nick Clifton <nickc@redhat.com>
1471
1472 * config.bfd: Add code to catch obsolete configurations and warn
1473 about them unless --enable-obsolete is used. Use this to mark
1474 vax-vms port as obsolete.
1475
1476 2003-07-30 Alan Modra <amodra@bigpond.net.au>
1477
1478 * elf32-ppc.c (ppc_elf_install_value): Tidy.
1479 (ppc_elf_relax_section): Remove dead code. Remove unnecessary casts.
1480 Formatting.
1481 * elfxx-target.h: Remove PARAMS macro. Formatting.
1482
1483 2003-07-30 Alan Modra <amodra@bigpond.net.au>
1484
1485 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
1486 * elf64-ppc.c (get_fdh): New function, split out from
1487 ppc64_elf_edit_opd.
1488 (ppc64_elf_check_relocs): Use get_fdh.
1489 (func_desc_adjust): Likewise. Tidy.
1490 (ppc64_elf_edit_opd): Tighten reloc checks. Free local_syms on error
1491 exit. Use get_fdh. Account for superfluous dynamic relocs.
1492 (ppc64_elf_relocate_section): Warning fix.
1493
1494 2003-07-30 Jason Eckhardt <jle@rice.edu>
1495
1496 * coff-i860.c: Convert to ISO C90. Remove superflous prototypes.
1497
1498 2003-07-30 Jason Eckhardt <jle@rice.edu>
1499
1500 * elf32-i860.c: Convert to ISO C90. Remove superflous prototypes.
1501
1502 2003-07-30 Randolph Chung <tausq@debian.org>
1503
1504 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
1505 * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
1506
1507 2003-07-30 Alan Modra <amodra@bigpond.net.au>
1508
1509 * elf.c: Convert to C90, remove unnecessary prototypes and casts.
1510 Replace PTR with void *. Formatting.
1511 (_bfd_elf_assign_file_position_for_section): Remove INLINE.
1512 (make_mapping): Likewise.
1513
1514 2003-07-29 Alan Modra <amodra@bigpond.net.au>
1515
1516 * elf64-ppc.c (func_desc_adjust): Give linker created function
1517 descriptor symbols a size and type.
1518 (ppc64_elf_relocate_section): Correct lq insn test.
1519
1520 2003-07-28 Eric Christopher <echristo@redhat.com>
1521
1522 * elf32-ppc.c (R_PPC_RELAX32): New relocation.
1523 (ppc_elf_install_value): New function.
1524 (ppc_elf_sort_rela): Remove.
1525 (ppc_elf_relax_section): Rewrite. Remove old relaxation
1526 and replace with out of range branch stubs.
1527 (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
1528
1529 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
1530
1531 * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
1532 from input_bfd.
1533
1534 2003-07-28 Alan Modra <amodra@bigpond.net.au>
1535
1536 * elf.c (special_sections): Set attributes for .got and .plt.
1537
1538 2003-07-27 Alan Modra <amodra@bigpond.net.au>
1539
1540 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
1541 on function descriptors.
1542 (ELIMINATE_COPY_RELOCS): Expand comment.
1543 (ppc64_elf_special_sections): Move. Don't include non-ppc64 sections.
1544 Do include ".toc1".
1545
1546 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 * elf.c (_bfd_elf_new_section_hook): Set the default section
1549 type to SHT_NULL.
1550 (elf_fake_sections): Set the section type based on asect->flags
1551 if it is SHT_NULL. Don't abort on processor specific section
1552 types.
1553
1554 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
1555
1556 * bfd-in2.h: Regenerated.
1557
1558 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
1559
1560 * elf-bfd.h (bfd_elf_special_section): New.
1561 (elf_backend_data): Add special_sections, a pointer to
1562 bfd_elf_special_section.
1563 (elf_section_type). New.
1564 (elf_section_flags): New.
1565 (_bfd_elf_get_sec_type_attr): New.
1566
1567 * elf.c (_bfd_elf_make_section_from_shdr): Always use the
1568 real section type/flags.
1569 (special_sections): New.
1570 (get_special_section): New.
1571 (_bfd_elf_get_sec_type_attr): New.
1572 (_bfd_elf_new_section_hook): Check special_section to set
1573 elf_section_type and elf_section_flags.
1574 (elf_fake_sections): Don't use section name to set ELF section
1575 data.
1576
1577 * elf32-m32r.c (m32r_elf_special_sections): New.
1578 (elf_backend_special_sections): Defined.
1579
1580 * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
1581 (elf_backend_special_sections): Defined.
1582
1583 * elf32-mcore.c (mcore_elf_special_sections): New.
1584 (elf_backend_special_sections): Defined.
1585
1586 * elf32-ppc.c (ppc_elf_special_sections): New.
1587 (elf_backend_special_sections): Defined.
1588
1589 * elf32-sh64.c (sh64_elf_special_sections): New.
1590 (elf_backend_special_sections): Defined.
1591
1592 * elf32-v850.c (v850_elf_special_sections): New.
1593 (elf_backend_special_sections): Defined.
1594
1595 * elf32-xtensa.c (elf_xtensa_special_sections): New.
1596 (elf_backend_special_sections): Defined.
1597
1598 * elf64-alpha.c (elf64_alpha_special_sections): New.
1599 (elf_backend_special_sections): Defined.
1600
1601 * elf64-hppa.c (elf64_hppa_special_sections): New.
1602 (elf_backend_special_sections): Defined.
1603
1604 * elf64-ppc.c (ppc64_elf_special_sections): New.
1605 (elf_backend_special_sections): Defined.
1606
1607 * elf64-sh64.c (sh64_elf64_special_sections): New.
1608 (elf_backend_special_sections): Defined.
1609
1610 * elfxx-ia64.c (elfNN_ia64_special_sections): New.
1611 (elf_backend_special_sections): Defined.
1612
1613 * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
1614
1615 * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
1616 (elf_backend_special_sections): Defined.
1617
1618 * elfxx-target.h (elf_backend_special_sections): New. Default
1619 to NULL.
1620 (elfNN_bed): Initialize special_sections.
1621
1622 * section.c (bfd_abs_section): Remove const.
1623 (bfd_und_section): Likewise.
1624 (bfd_com_section): Likewise.
1625 (bfd_ind_section): Likewise.
1626
1627 2003-07-24 Nick Clifton <nickc@redhat.com>
1628
1629 * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
1630 sections are assigned the LOAD attribute.
1631
1632 2003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1633
1634 * elf32-sh.c: Convert to C90. Replace PTR with void *.
1635 * elf32-sh64-com.c: Likewise.
1636 * elf32-sh64.c: Likewise.
1637 * elf32-sh64.h: Likewise.
1638 * elf64-sh64.c: Likewise.
1639
1640 2003-07-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1641
1642 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1643 (allocate_dynrelocs): Likewise.
1644 (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
1645 (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1646
1647 2003-07-24 Nick Clifton <nickc@redhat.com>
1648
1649 * po/fr.po: Updated French translation.
1650
1651 2003-07-23 Bob Wilson <bob.wilson@acm.org>
1652
1653 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
1654 near the beginning of the file. Swap order of arguments. Call
1655 _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
1656 (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
1657 (elf_xtensa_relocate_section): Likewise.
1658 (shrink_dynamic_reloc_sections): Likewise.
1659
1660 2003-07-23 Bob Wilson <bob.wilson@acm.org>
1661
1662 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
1663 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
1664 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
1665 first printing an error message.
1666 (elf_xtensa_finish_dynamic_sections): Likewise.
1667 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
1668 discarding literal table entries.
1669 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
1670 (elf_xtensa_do_asm_simplify): Likewise.
1671
1672 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
1673
1674 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
1675 we have a local symbol in common section.
1676
1677 2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
1678
1679 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
1680 weak symbols.
1681
1682 2003-07-22 Nick Clifton <nickc@redhat.com>
1683
1684 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
1685 expected RS6000 storage classes.
1686
1687 2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
1688
1689 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
1690 output_bfd unused to silence gcc.
1691
1692 2003-07-21 Nick Clifton <nickc@redhat.com>
1693
1694 * po/sv.po: Updated Swedish translation.
1695
1696 2003-07-21 Alan Modra <amodra@bigpond.net.au>
1697
1698 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
1699 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
1700 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
1701 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
1702 now done in _bfd_elf_symbol_refs_local_p.
1703 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1704 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1705 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1706
1707 2003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1708
1709 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
1710
1711 2003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1712
1713 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
1714 (SYMBOL_CALLS_LOCAL): Likewise.
1715
1716 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
1717 immediately if symbol isn't defined locally.
1718
1719 2003-07-18 Richard Henderson <rth@redhat.com>
1720
1721 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
1722 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
1723 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
1724 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
1725 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1726 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
1727 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
1728 Update all callers to provide the relocation being resolved.
1729
1730 2003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
1731
1732 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
1733 targ_cflags.
1734
1735 2003-07-17 Nick Clifton <nickc@redhat.com>
1736
1737 * po/es.po: New Spanish translation.
1738 * po/sv.po: New Swedish translation.
1739 * po/opcodes.pot: Regenerate.
1740
1741 2003-07-16 Richard Henderson <rth@redhat.com>
1742
1743 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
1744 * elfxx-ia64.c, targets.c: Likewise.
1745
1746 2003-07-16 Richard Henderson <rth@redhat.com>
1747
1748 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
1749 for symbols defined locally plus -Bsymbolic. Tidy logic.
1750
1751 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
1752
1753 * archures.c (bfd_mach_mips7000): New.
1754 * bfd-in2.h: Regenerated.
1755 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
1756 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
1757 (mips_mach_extensions): Add an entry for it.
1758
1759 2003-07-14 Nick Clifton <nickc@redhat.com>
1760
1761 * po/tr.po: Update with latest version.
1762 * po/SRC-POTFILES.in: Regenerate.
1763 * po/bfd.pot: Regenerate.
1764 * Makfile.in: Regenerate.
1765 * configure: Regenerate.
1766
1767 2003-07-12 Jeff Baker <jbaker@qnx.com>
1768
1769 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
1770 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1771 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1772 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1773
1774 2003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
1775
1776 * coffcode.h (coff_set_section_contents): Set the
1777 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
1778
1779 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
1780
1781 * bfd-in.h (bfd_h8300_pad_address): Declare.
1782 * bfd-in2.h: Regenerate.
1783 * cpu-h8300.c (bfd_h8300_pad_address): New function.
1784 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
1785 addresses before checking whether they can be relaxed.
1786 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
1787 Don't complain about overflows in general 8-bit relocations.
1788 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
1789 Fix handling of R_H8_DIR24A8.
1790
1791 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
1792
1793 * elf32-h8300.c: Convert function prototypes and definitions
1794 to C90 syntax.
1795 * coff-h8300.c: Likewise.
1796 * cpu-h8300.c: Likewise.
1797
1798 2003-07-11 Alan Modra <amodra@bigpond.net.au>
1799
1800 * po/SRC-POTFILES.in: Regenerate.
1801 * po/bfd.pot: Likewise.
1802
1803 2003-07-10 Bob Wilson <bob.wilson@acm.org>
1804
1805 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
1806 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
1807 .xt.lit.plt section.
1808 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
1809 and allocate memory for it.
1810 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
1811 section to the .got.loc section.
1812 (elf_xtensa_finish_dynamic_sections): Fix up call to
1813 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
1814 the address of .got.loc.
1815 (relax_property_section): Shrink .got.loc to match changes in any
1816 literal table section.
1817 (xtensa_is_property_section): Change to match
1818 xtensa_get_property_section_name.
1819 (xtensa_is_littable_section): New.
1820
1821 2003-07-10 H.J. Lu <hongjiu.lu@intel.com>
1822
1823 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
1824 -1LL.
1825
1826 2003-07-10 Alan Modra <amodra@bigpond.net.au>
1827
1828 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
1829 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
1830 Run "make dep-am".
1831 * Makefile.in: Regenerate.
1832
1833 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
1834
1835 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1836 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1837 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1838 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
1839 * elf32-am33lin.c: Rename global functions.
1840 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1841 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
1842 * configure.in (bfd_elf32_am33lin_vec): Added.
1843 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
1844 (elf32-am33lin.lo): List dependencies.
1845 * aclocal.m4, configure, Makefile.in: Rebuilt.
1846 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
1847 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
1848 ELF_ARCH was not defined before.
1849 (elf_symbol_leading_char): Define if not defined.
1850 * elf32-am33lin.c: Override the definitions above.
1851 * targets.c (bfd_elf32_am33lin_vec): New.
1852
1853 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
1854
1855 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1856 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
1857 pcrel_relocs_copied.
1858 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
1859 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
1860 ld-linux.so.2 to ld.so.1.
1861 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
1862 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
1863 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
1864 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1865 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
1866 .rela.* section contents with bfd_zalloc.
1867 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
1868 * elf-m10300.c: Added declarations for functions missing them.
1869 Merge some shared-library changes from the i386 back-end. Use
1870 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
1871 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
1872 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
1873 members of elf_link_hash_entry. Adjusted references.
1874 (mn10300_elf_final_link_relocate): dynobj was already loaded
1875 into a local variable, use it.
1876 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
1877 * elf-m10300.c: Add missing function prototypes.
1878 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1879 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
1880 relocation for dynamic relocations.
1881 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1882 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
1883 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
1884 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
1885 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
1886 (_bfd_mn10300_elf_create_got_section): ... here, so that its
1887 adress is already known at the time we compute relaxations.
1888 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
1889 and PLT32 to narrower relocations.
1890 * libbfd.h, bfd-in2.h: Rebuilt.
1891 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
1892 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
1893 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
1894 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
1895 BFD_RELOC_MN10300_RELATIVE): New relocs.
1896 * libbfd.h, bfd-in2.h: Rebuilt.
1897 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
1898 (struct elf32_mn10300_link_hash_entry): Added DSO-related
1899 fields.
1900 (elf_mn10300_howto): Defined new relocation types.
1901 (mn10300_reloc_map): Map them.
1902 (_bfd_mn10300_elf_create_got_section): New fn.
1903 (mn10300_elf_check_relocs): Handle PIC relocs.
1904 (mn10300_elf_final_link_relocate): Likewise.
1905 (mn10300_elf_relocate_section): Handle DSOs.
1906 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
1907 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
1908 elf_mn10300_pic_plt_entry): New.
1909 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
1910 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
1911 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
1912 elf_mn10300_plt_reloc_offset: New macros.
1913 (ELF_DYNAMIC_INTERPRETER): Likewise.
1914 (_bfd_mn10300_elf_create_dynamic_sections): New function.
1915 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
1916 (_bfd_mn10300_elf_discard_copies): Likewise.
1917 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1918 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1919 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
1920 (elf_backend_can_gc_sections,
1921 elf_backend_create_dynamic_sections,
1922 elf_backend_adjust_dynamic_sections,
1923 elf_backend_size_dynamic_sections,
1924 elf_backend_finish_dynamic_symbol,
1925 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1926 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1927 elf_backend_got_header_size, elf_backend_plt_header_size): New
1928 macros.
1929
1930 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
1931
1932 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
1933 * elf-m10300.c (compute_function_info): Account for AM33
1934 registers in `movm' when computing stack space for `call' when
1935 linking for AM33/2.0 link.
1936 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
1937 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
1938 * bfd-in2.h: Rebuilt.
1939 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
1940 * elf-m10300.c: Updated.
1941 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
1942 * archures.c (bfd_mach_am332): Defined.
1943 * bfd-in2.h: Rebuilt.
1944 * cpu-m10300.c (bfd_am332_arch): Defined.
1945 (bfd_am33_arch): Chained with am33-2.
1946 * elf-m10300.c (elf_mn10300_mach): Handle am332.
1947 (_bfd_mn10300_elf_final_write_processing): Likewise.
1948
1949 2003-07-09 H.J. Lu <hongjiu.lu@intel.com>
1950
1951 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
1952
1953 2003-07-10 Alan Modra <amodra@bigpond.net.au>
1954
1955 * elf64-ppc.c (bfd_elf64_mkobject): Define.
1956 (struct ppc64_elf_obj_tdata): New.
1957 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
1958 (ppc64_elf_mkobject): New function.
1959 (struct got_entry): Add "owner". Move "tls_type".
1960 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
1961 (ppc64_elf_init_stub_bfd): New function.
1962 (create_got_section): Create header .got in dynobj. Create .got
1963 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
1964 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
1965 Look for dynobj .got, and test it.
1966 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
1967 (update_local_sym_info): Likewise.
1968 (ppc64_elf_check_relocs): Likewise.
1969 (ppc64_elf_gc_sweep_hook): Likewise.
1970 (ppc64_elf_tls_optimize): Likewise.
1971 (allocate_dynrelocs): Likewise.
1972 (ppc64_elf_size_dynamic_sections): Likewise.
1973 (ppc64_elf_relocate_section): Likewise.
1974 (ppc64_elf_next_toc_section): Update comment.
1975 (toc_adjusting_stub_needed): Remove unneeded cast.
1976 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
1977 testing section flags.
1978 (ppc64_elf_build_stubs): Likewise.
1979 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
1980 (ppc64_elf_finish_dynamic_sections): Write out got sections.
1981 (func_desc_adjust): Copy over dynamic info for undef weaks.
1982 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
1983 (ppc64_elf_size_stubs): Update prototype.
1984 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
1985 input sections rather than scanning dynobj.
1986
1987 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
1988
1989 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
1990 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
1991 (mips_elf_create_msym_section): Delete.
1992 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
1993 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1994 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
1995 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
1996 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
1997 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
1998 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1999
2000 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
2001
2002 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
2003 symbols protected.
2004
2005 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
2006
2007 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
2008 of relocations whose offset is -2.
2009
2010 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
2011
2012 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
2013 forced-local symbols like other locals. Don't create relocations
2014 against STN_UNDEF in irix objects.
2015
2016 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
2017
2018 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
2019 compatible objects, add the values of defined external symbols
2020 to the addend.
2021
2022 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
2023
2024 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
2025 initialize a GOT entry to the symbol's st_value.
2026
2027 2003-07-08 Alan Modra <amodra@bigpond.net.au>
2028
2029 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
2030 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
2031 (ppc_elf_tdata): Define.
2032 (elf_local_ptr_offsets): Adjust.
2033 (ppc_elf_mkobject): New function.
2034 (bfd_elf32_mkobject): Define.
2035
2036 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
2037 * elfcore.h (elf_core_file_p): Likewise.
2038 * section.c (bfd_section_init): Remove prototype.
2039
2040 2003-07-08 Alan Modra <amodra@bigpond.net.au>
2041
2042 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
2043 field.
2044 (enum elf_linker_section_enum): Delete.
2045 (struct elf_linker_section): Delete.
2046 (struct elf_linker_section_pointers): Delete.
2047 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
2048 Make linker_section_pointers a void**.
2049 (elf_local_ptr_offsets, elf_linker_section): Don't define.
2050 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
2051 of old item in elf-bfd.h.
2052 (struct elf_linker_section): Likewise.
2053 (struct elf_linker_section_pointers): Likewise.
2054 (elf_local_ptr_offsets): Define.
2055 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
2056 (ppc_elf_link_hash_newfunc): Init it.
2057 (struct ppc_elf_link_hash_table): Add sbss.
2058 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
2059 individual fields.
2060 (elf_create_linker_section): Fold into..
2061 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
2062 Make rela section here if shared.
2063 (elf_find_pointer_linker_section): Pass lsect rather than enum.
2064 (elf_create_pointer_linker_section): Adjust. zalloc rather than
2065 clearing in a loop.
2066 (elf_finish_pointer_linker_section): Adjust. Don't make rela
2067 section here.
2068 (ppc_elf_check_relocs): Adjust.
2069 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
2070 creating .sbss by hand.
2071 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
2072
2073 2003-07-04 Jakub Jelinek <jakub@redhat.com>
2074
2075 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
2076 complain_overflow_bitfield.
2077 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
2078 complain_overflow_bitfield.
2079
2080 2003-07-04 Jakub Jelinek <jakub@redhat.com>
2081
2082 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
2083 true even if -pie.
2084
2085 2003-07-04 Jakub Jelinek <jakub@redhat.com>
2086
2087 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
2088 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
2089 !info->executable.
2090 (get_fptr): For -pie create .opd as writable section and create
2091 .rela.opd as well.
2092 (elfNN_ia64_check_relocs): Change info->shared into
2093 !info->executable.
2094 (allocate_fptr): Likewise.
2095 (allocate_dynrel_entries): Account for a relative reloc for -pie
2096 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
2097 for undefweak symbol. Account for an IPLT reloc in .rela.opd
2098 section if -pie.
2099 (set_got_entry): Don't create a relative reloc if -pie
2100 want_ltoff_fptr for undefweak symbol.
2101 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
2102 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
2103 @fptr().
2104
2105 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
2106 even if -pie.
2107 * elf32-i386.c (elf_i386_relocate_section): Likewise.
2108 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2109 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2110 * elf64-s390.c (elf_s390_relocate_section): Likewise.
2111 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2112 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2113 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2114 * elf32-s390.c (elf_s390_relocate_section): Likewise.
2115 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2116
2117 2003-07-04 Paul Clarke <paulc@senet.com.au>
2118
2119 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
2120 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
2121 <R_H8_DIR32A16>: Fix type of relocation.
2122
2123 2003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2124
2125 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
2126 sections were created already. Remove unnecessary tests of
2127 the previous change.
2128
2129 2003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2130
2131 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
2132 bfd_make_section for existing sections.
2133
2134 2003-07-04 Alan Modra <amodra@bigpond.net.au>
2135
2136 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
2137 create_got_section if we already have done so.
2138 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
2139 (sh_elf_check_relocs): Likewise.
2140 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
2141 htab->root.dynobj instead.
2142 (sh_elf_check_relocs): Likewise.
2143 (sh_elf_finish_dynamic_sections): Likewise.
2144
2145 * section.c (bfd_make_section): Return NULL for existing section.
2146
2147 2003-07-04 Alan Modra <amodra@bigpond.net.au>
2148
2149 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
2150 ppc_elf_create_got if we've already done so.
2151
2152 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
2153 (_bfd_elf_find_pointer_linker_section): Likewise.
2154 (bfd_elf32_create_pointer_linker_section): Likewise.
2155 (bfd_elf32_finish_pointer_linker_section): Likewise.
2156 (bfd_elf64_create_pointer_linker_section): Likewise.
2157 (bfd_elf64_finish_pointer_linker_section): Likewise.
2158 (_bfd_elf_make_linker_section_rela): Likewise.
2159 * elfcode.h (elf_create_pointer_linker_section): Don't define.
2160 (elf_finish_pointer_linker_section): Likewise.
2161 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
2162 (_bfd_elf_create_linker_section): Move this function..
2163 (_bfd_elf_find_pointer_linker_section): ..and this..
2164 * elflink.h (elf_create_pointer_linker_section): ..and this..
2165 (elf_finish_pointer_linker_section): ..and this..
2166 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
2167 calls.
2168 (elf_create_linker_section): Convert to C90, tidy.
2169 (elf_find_pointer_linker_section): Likewise.
2170 (elf_create_pointer_linker_section): Likewise.
2171 (elf_finish_pointer_linker_section): Likewise.
2172 * elf32-i370.c: Delete #if 0 code.
2173
2174 2003-07-02 Alan Modra <amodra@bigpond.net.au>
2175
2176 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
2177 _restf* to be satisfied by shared libs, and always force them local.
2178 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
2179 Correct test for "bl".
2180 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
2181 primary opcode 31.
2182
2183 2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
2184
2185 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
2186 (s390_tls_reloc): New function.
2187 (elf_howto_table): Add long displacement relocations R_390_20,
2188 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
2189 (elf_s390_reloc_type_lookup): Likewise.
2190 (elf_s390_check_relocs): Likewise.
2191 (elf_s390_gc_sweep_hook): Likewise.
2192 (elf_s390_relocate_section): Likewise.
2193 * elf64-s390.c: Same changes as for elf32-s390.c.
2194 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
2195 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
2196 BFD_RELOC_390_TLS_GOTIE20.
2197 * bfd-in2.h: Regenerate.
2198 * libbfd.h: Likewise.
2199
2200 2003-06-30 Alan Modra <amodra@bigpond.net.au>
2201
2202 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
2203 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
2204
2205 2003-06-29 Alan Modra <amodra@bigpond.net.au>
2206
2207 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
2208 Replace PTR with void *. Formatting.
2209 * archive64.c: Likewise.
2210 * archures.c: Likewise.
2211 * bfd-in.h: Likewise.
2212 * bfd.c: Likewise.
2213 * bfdio.c: Likewise.
2214 * bfdwin.c: Likewise.
2215 * cache.c: Likewise.
2216 * corefile.c: Likewise.
2217 * format.c: Likewise.
2218 * init.c: Likewise.
2219 * libbfd-in.h: Likewise.
2220 * libbfd.c: Likewise.
2221 * linker.c: Likewise.
2222 * opncls.c: Likewise.
2223 * reloc.c: Likewise.
2224 * section.c: Likewise.
2225 * simple.c: Likewise.
2226 * syms.c: Likewise.
2227 * targets.c: Likewise.
2228 * bfd-in2.h: Regenerate.
2229 * libbfd.h: Regenerate.
2230
2231 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
2232 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
2233 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
2234 (bfd_getb64): Rewrite without parens.
2235 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
2236 * cache.c (insert, snip): Remove INLINE.
2237 * linker.c (bfd_link_add_undef): Likewise.
2238
2239 2003-06-29 Andreas Jaeger <aj@suse.de>
2240
2241 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
2242 unnecessary prototypes. Replace PTR with void *.
2243 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
2244 trim plt entries. Move undefweak non-default visibility test ...
2245 (allocate_dynrelocs): ... from here.
2246 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2247 Change all callers.
2248 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
2249 SYMBOL_REFERENCES_LOCAL for dynreloc check.
2250 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
2251 dynreloc and .got relocs.
2252 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
2253 for .got relocs.
2254
2255 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2256
2257 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
2258
2259 2003-06-27 Nick Clifton <nickc@redhat.com>
2260
2261 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
2262 bfd_add_gnu_debuglink_section and only create the section, do not
2263 fill in its contents.
2264 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
2265 contents of a .gnu-debuglink section.
2266 * bfd-in2.h: Regenerate.
2267
2268 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2269
2270 * elfxx-mips.c: Revert .got alignment to 2**4.
2271
2272 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2273
2274 * elf32-mips.c: Fix addend for _gp_disp special symbol.
2275
2276 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2277
2278 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
2279 relocation header setup.
2280
2281 2003-06-25 Alan Modra <amodra@bigpond.net.au>
2282
2283 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
2284 (ppc_elf_reloc_type_lookup): Modify comment.
2285 (ppc_elf_info_to_howto): Ditto.
2286 (ppc_elf_relocate_section): Ditto.
2287 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
2288
2289 2003-06-25 Alan Modra <amodra@bigpond.net.au>
2290
2291 * aout-ns32k.c: Correct spelling of "relocatable".
2292 * aoutx.h: Likewise.
2293 * bfd-in.h: Likewise.
2294 * bfd.c: Likewise.
2295 * bout.c: Likewise.
2296 * coff-a29k.c: Likewise.
2297 * coff-alpha.c: Likewise.
2298 * coff-arm.c: Likewise.
2299 * coff-i386.c: Likewise.
2300 * coff-i860.c: Likewise.
2301 * coff-i960.c: Likewise.
2302 * coff-m68k.c: Likewise.
2303 * coff-m88k.c: Likewise.
2304 * coff-mcore.c: Likewise.
2305 * coff-mips.c: Likewise.
2306 * coff-or32.c: Likewise.
2307 * coff-ppc.c: Likewise.
2308 * coff-rs6000.c: Likewise.
2309 * coff-sh.c: Likewise.
2310 * coff-tic80.c: Likewise.
2311 * coff64-rs6000.c: Likewise.
2312 * cofflink.c: Likewise.
2313 * cpu-ns32k.c: Likewise.
2314 * ecoff.c: Likewise.
2315 * ecofflink.c: Likewise.
2316 * elf-bfd.h: Likewise.
2317 * elf-eh-frame.c: Likewise.
2318 * elf-hppa.h: Likewise.
2319 * elf-m10200.c: Likewise.
2320 * elf-m10300.c: Likewise.
2321 * elf.c: Likewise.
2322 * elf32-arm.h: Likewise.
2323 * elf32-avr.c: Likewise.
2324 * elf32-cris.c: Likewise.
2325 * elf32-d10v.c: Likewise.
2326 * elf32-dlx.c: Likewise.
2327 * elf32-fr30.c: Likewise.
2328 * elf32-frv.c: Likewise.
2329 * elf32-h8300.c: Likewise.
2330 * elf32-hppa.c: Likewise.
2331 * elf32-i370.c: Likewise.
2332 * elf32-i386.c: Likewise.
2333 * elf32-i860.c: Likewise.
2334 * elf32-i960.c: Likewise.
2335 * elf32-ip2k.c: Likewise.
2336 * elf32-iq2000.c: Likewise.
2337 * elf32-m32r.c: Likewise.
2338 * elf32-m68hc11.c: Likewise.
2339 * elf32-m68hc1x.c: Likewise.
2340 * elf32-m68k.c: Likewise.
2341 * elf32-mcore.c: Likewise.
2342 * elf32-mips.c: Likewise.
2343 * elf32-msp430.c: Likewise.
2344 * elf32-openrisc.c: Likewise.
2345 * elf32-ppc.c: Likewise.
2346 * elf32-s390.c: Likewise.
2347 * elf32-sh.c: Likewise.
2348 * elf32-sh64.c: Likewise.
2349 * elf32-sparc.c: Likewise.
2350 * elf32-v850.c: Likewise.
2351 * elf32-vax.c: Likewise.
2352 * elf32-xstormy16.c: Likewise.
2353 * elf32-xtensa.c: Likewise.
2354 * elf64-alpha.c: Likewise.
2355 * elf64-hppa.c: Likewise.
2356 * elf64-mips.c: Likewise.
2357 * elf64-mmix.c: Likewise.
2358 * elf64-ppc.c: Likewise.
2359 * elf64-s390.c: Likewise.
2360 * elf64-sh64.c: Likewise.
2361 * elf64-sparc.c: Likewise.
2362 * elf64-x86-64.c: Likewise.
2363 * elfcode.h: Likewise.
2364 * elflink.h: Likewise.
2365 * elfn32-mips.c: Likewise.
2366 * elfxx-ia64.c: Likewise.
2367 * elfxx-mips.c: Likewise.
2368 * i386linux.c: Likewise.
2369 * ieee.c: Likewise.
2370 * libcoff-in.h: Likewise.
2371 * linker.c: Likewise.
2372 * m68klinux.c: Likewise.
2373 * pdp11.c: Likewise.
2374 * pe-mips.c: Likewise.
2375 * peXXigen.c: Likewise.
2376 * reloc.c: Likewise.
2377 * reloc16.c: Likewise.
2378 * sparclinux.c: Likewise.
2379 * sunos.c: Likewise.
2380 * syms.c: Likewise.
2381 * versados.c: Likewise.
2382 * vms.c: Likewise.
2383 * xcofflink.c: Likewise.
2384 * bfd-in2.h: Regenerate.
2385 * libcoff.h: Regenerate.
2386 * libbfd.h: Regenerate.
2387
2388 2003-06-24 Alan Modra <amodra@bigpond.net.au>
2389
2390 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
2391 local sym errors.
2392
2393 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
2394 prototypes and casts. Replace PTR with void *. Formatting.
2395 * elf32-ppc.c: Likewise. Break long strings too.
2396 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
2397 (ppc_elf_unhandled_reloc): Internationalize error message.
2398 * elf32-ppc.h: Remove PARAMS.
2399
2400 2003-06-23 Mark Mitchell <mark@codesourcery.com>
2401
2402 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
2403 APUinfo slots.
2404 (ppc_elf_final_write_processing): Likewise.
2405
2406 2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
2407
2408 * elflink.h (elf_link_input_bfd): Check raw size when using
2409 kept_section to preserve debug information discarded by
2410 linkonce.
2411
2412 2003-06-20 Alan Modra <amodra@bigpond.net.au>
2413
2414 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
2415 (ppc64_elf_setup_section_lists): Set it.
2416 (ppc64_elf_relocate_section): Check sym section id against top_id.
2417 (ppc_build_one_stub): Comment on top_id.
2418
2419 2003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2420
2421 * config.bfd: Add tic4x-*-rtems*.
2422
2423 2003-06-20 Alan Modra <amodra@bigpond.net.au>
2424
2425 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
2426 prototypes and casts. Replace PTR with void *. Format copyright.
2427 Mention ABI links.
2428 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
2429 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
2430 (ppc_type_of_stub): Make r_type an enum.
2431 (ppc64_elf_size_stubs): Likewise.
2432 * elf64-ppc.h: Remove PARAMS macro.
2433
2434 2003-06-19 Alan Modra <amodra@bigpond.net.au>
2435
2436 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
2437 elf hash tab fields.
2438
2439 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
2440 (ppc64_elf_info_to_howto): Likewise.
2441 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
2442 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
2443
2444 2003-06-19 Alan Modra <amodra@bigpond.net.au>
2445
2446 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
2447 reloc overflow on discarded eh_frame entries.
2448
2449 2003-06-19 Alan Modra <amodra@bigpond.net.au>
2450
2451 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
2452 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
2453 Return error condition.
2454 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
2455 that have has_gp_reloc set.
2456 (struct ppc_link_hash_table): Add stub_count.
2457 (ppc_build_one_stub): Increment it.
2458 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
2459 individual fields.
2460 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
2461
2462 2003-06-18 Alan Modra <amodra@bigpond.net.au>
2463
2464 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
2465 size calculation from addend. Round size up.
2466
2467 2003-06-18 Hans-Peter Nilsson <hp@axis.com>
2468
2469 * elf32-cris.c (cris_elf_relocate_section) <case
2470 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
2471 symbol from a normal object or an undefined weak symbol.
2472
2473 2003-06-18 Alan Modra <amodra@bigpond.net.au>
2474
2475 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
2476 R_PPC64_TOC relocs.
2477
2478 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
2479
2480 * section.c (struct sec): Put back kept_section.
2481 (STD_SECTION): Put back kept_section initialization.
2482 * bfd-in2.h: Regenerate.
2483
2484 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
2485 sections for relocateable output. Use kept_section to preserve
2486 debug information discarded by linkonce.
2487
2488 2003-06-17 Roland McGrath <roland@redhat.com>
2489
2490 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
2491 segment-relative relocation between different segments.
2492
2493 2003-06-17 Alan Modra <amodra@bigpond.net.au>
2494
2495 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
2496 optimizations earlier.
2497
2498 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
2499 Restore previous input_list type.
2500 (ppc64_elf_link_hash_table_create): Undo last change.
2501 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
2502 per output section, but don't bother with bfd_abs_section marker.
2503 (ppc64_elf_next_input_section): Adjust for multiple input section
2504 lists.
2505 (group_sections): Likewise.
2506
2507 2003-06-17 Jakub Jelinek <jakub@redhat.com>
2508
2509 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
2510 *r_offset == r_addend for RELATIVE relocs against .got.
2511
2512 2003-06-17 Alan Modra <amodra@bigpond.net.au>
2513
2514 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
2515
2516 2003-06-17 Nick Clifton <nickc@redhat.com>
2517
2518 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
2519 in the vtable_entries_used array to allow for the accessing
2520 the largest element.
2521
2522 2003-06-17 Alan Modra <amodra@bigpond.net.au>
2523
2524 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
2525 input_list.
2526 (ppc64_elf_link_hash_table_create): Init input_list here.
2527 (ppc64_elf_setup_section_lists): Remove code setting up input lists
2528 per output section. Set toc_off for abs and other standard sections.
2529 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
2530 (ppc64_elf_next_input_section): Adjust for single input section list.
2531 Don't set toc_curr from input bfds that haven't set elf_gp.
2532 (group_sections): Adjust for single input section list.
2533
2534 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
2535
2536 2003-06-16 Alan Modra <amodra@bigpond.net.au>
2537
2538 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
2539 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
2540 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
2541 got section for RELATIVE relocs. Fix wrong comment. Change condition
2542 under which dynamic relocs update the section contents.
2543
2544 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
2545
2546 * config.bfd: Add i386-netbsd-gnu target.
2547
2548 2003-06-12 Nick Clifton <nickc@redhat.com>
2549
2550 * opncls.c (calc_crc32): Rename to
2551 bfd_calc_gnu_debuglink_crc32 and export.
2552 (GNU_DEBUGLINK): Define and use to replace occurrences of
2553 hard-coded ".gnu_debuglink" in the code.
2554 (get_debug_link_info): Prevent aborts by replacing call to
2555 xmalloc with a call to malloc.
2556 (find_separate_debug_file): Prevent aborts by replacing calls
2557 to xmalloc and xstrdup with calls to malloc and strdup.
2558 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
2559 section to a bfd.
2560 * bfd-in2.h: Regenerate.
2561
2562 2003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
2563
2564 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
2565 New target (was i[3-7]86-*-openbsd* before).
2566 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
2567 (vax-*-openbsd*): New target.
2568
2569 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2570
2571 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
2572 for n32, too.
2573 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
2574 (mips_elf_rel_dyn_section): Use appropriate section alignment.
2575 (mips_elf_create_got_section): Likewise.
2576 (_bfd_mips_elf_create_dynamic_sections): Likewise.
2577
2578 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2579
2580 * elf32-mips.c (mips_elf_generic_reloc): New Function.
2581 (elf_mips_howto_table_rel): Use it.
2582 (gprel32_with_gp): Move prototype.
2583 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2584 Use mips_elf_generic_reloc.
2585 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2586 Code cleanup.
2587 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
2588 zero addend.
2589 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
2590 as in the other *_gprel*_reloc functions.
2591 (gprel32_with_gp): Handle partial_inplace properly.
2592 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
2593 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
2594 Do addend handling directly instead of calling
2595 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
2596 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
2597 of zero addend. Handle partial_inplace properly.
2598 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
2599 addend.
2600 (mips_elf64_gprel16_reloc): Likewise.
2601 (mips_elf64_literal_reloc): Likewise.
2602 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
2603 logic as in the other *_gprel*_reloc functions. Handle
2604 partial_inplace properly.
2605 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
2606 addend. Handle partial_inplace properly.
2607 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2608 of calling _bfd_mips_elf_gprel16_with_gp.
2609 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
2610 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
2611 of zero addend.
2612 (mips_elf_shift6_reloc): Handle partial_inplace properly.
2613 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2614 of calling _bfd_mips_elf_gprel16_with_gp.
2615 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
2616 partial_inplace properly. Fix wrong addend handling. Fix overflow
2617 check.
2618 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
2619 exported.
2620 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
2621 (_bfd_mips_elf_relocate_section): Likewise.
2622 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
2623 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
2624 (_bfd_mips_elf_sign_extend): New prototype.
2625
2626 2003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
2627
2628 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
2629 New target (was sparc-*-openbsd* before).
2630 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
2631
2632 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
2633 * configure: Regenerate.
2634
2635 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
2636
2637 * po/Make-in (DESTDIR): New.
2638 (install-data-yes): Support $(DESTDIR).
2639 (uninstall): Likewise.
2640
2641 2003-06-11 Alan Modra <amodra@bigpond.net.au>
2642
2643 * Makefile.am (config.status): Depend on version.h.
2644 Run "make dep-am".
2645 * Makefile.in: Regenerate.
2646 * po/SRC-POTFILES.in: Regenerate.
2647
2648 2003-06-10 Alan Modra <amodra@bigpond.net.au>
2649 Gary Hade <garyhade@us.ibm.com>
2650
2651 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
2652
2653 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
2654
2655 * archures.c (bfd_mach_h8300sxn): New architecture.
2656 * bfd-in2.h: Regenerate.
2657 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
2658 (h8300sxn_info_struct): New.
2659 (h8300sx_info_struct): Link to it.
2660 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
2661 (elf32_h8_final_write_processing): Likewise.
2662
2663 2003-06-08 Alan Modra <amodra@bigpond.net.au>
2664
2665 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
2666 elfxx-target.h so that we can use elf_backend_got_header_size.
2667 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
2668 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
2669 associated macros.
2670 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
2671 dst_mask.
2672 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
2673 ppc_stub_plt_branch_r2off.
2674 (struct ppc_stub_hash_entry): Reorganize.
2675 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
2676 toc_curr, toc_off and emit_stub_syms.
2677 (ppc64_elf_link_hash_table_create): Init them.
2678 (ppc_stub_name): Correct string size.
2679 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
2680 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
2681 used.
2682 (ppc_type_of_stub): Tweak root.type test.
2683 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
2684 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
2685 ppc_stub_plt_branch_r2off.
2686 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
2687 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2688 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
2689 Initialize elf_gp and toc_curr.
2690 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
2691 (ppc64_elf_next_input_section): Set toc_off.
2692 (group_sections): Ensure groups have the same TOC.
2693 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
2694 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
2695 Build new glink stub.
2696 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
2697 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
2698 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
2699 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
2700 * section.c (struct sec): Rename flag12 to has_gp_reloc.
2701 (STD_SECTION): Update.
2702 * ecoff.c (bfd_debug_section): Update comment.
2703 * bfd-in2.h: Regenerate.
2704
2705 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
2706
2707 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
2708 NULL function pointers.
2709
2710 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
2711
2712 * simple.c (bfd_simple_get_relocated_section_contents): Call
2713 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2714
2715 2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2716
2717 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
2718 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
2719 swaptables.
2720 * coff-tic4x.c: Ditto
2721 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
2722 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
2723 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
2724 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
2725 swap tables.
2726 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
2727 * coff-a29k.c: Append COFF_SWAP_TABLE argument
2728 * coff-apollo.c: Ditto
2729 * coff-arm.c: Ditto
2730 * coff-h8300.c: Ditto
2731 * coff-h8500.c: Ditto
2732 * coff-i960.c: Ditto
2733 * coff-m68k.c: Ditto
2734 * coff-m88k.c: Ditto
2735 * coff-mcore.c: Ditto
2736 * coff-sh.c: Ditto
2737 * coff-sparc.c: Ditto
2738 * coff-tic80.c: Ditto
2739 * coff-we32k.c: Ditto
2740 * coff-z8k.c: Ditto
2741 * coff-w65.c: Ditto
2742
2743 2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2744
2745 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
2746 initialization bug
2747
2748 2003-06-03 Jakub Jelinek <jakub@redhat.com>
2749
2750 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2751 (bfd_section_from_phdr): Likewise.
2752 (map_sections_to_segments): Create PT_GNU_STACK segment header.
2753 (get_program_header_size): Count with PT_GNU_STACK.
2754 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
2755 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
2756
2757 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
2758
2759 * elflink.h (elf_link_input_bfd): Call linker error_handler
2760 for discarded definitions.
2761
2762 2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
2763
2764 * syms.c (decode_section_type): Return 'n' if section flags are
2765 SEC_HAS_CONTENTS && SEC_READONLY.
2766
2767 2003-06-03 Nick Clifton <nickc@redhat.com>
2768
2769 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
2770 R_V850_ABS32. Add entry for R_V850_REL32.
2771 (v850_elf_reloc_map): Likewise.
2772 (v850_elf_check_relocs): Likewise.
2773 (v850_elf_perform_relocation): Likewise.
2774 (v850_elf_final_link_relocate): Likewise. Include computation
2775 to make R_V850_REl32 pc-relative.
2776
2777 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2778
2779 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
2780 and DT_DEBUG dynamic tag even for position independent executables.
2781 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2782
2783 2003-06-02 Daniel Jacobowitz <drow@mvista.com>
2784
2785 * config.bfd: Move obsolete entries out of the range of the
2786 targmatch sed script.
2787
2788 2003-06-02 Daniel Jacobowitz <drow@mvista.com>
2789
2790 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2791
2792 2003-05-31 Jakub Jelinek <jakub@redhat.com>
2793
2794 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
2795 plt entries, not just 8191.
2796
2797 2003-05-30 Daniel Jacobowitz <drow@mvista.com>
2798
2799 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
2800 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
2801
2802 2003-05-30 Ulrich Drepper <drepper@redhat.com>
2803 Jakub Jelinek <jakub@redhat.com>
2804
2805 * elflink.h (elf_link_add_object_symbols): Use !info->executable
2806 instead of info->shared where appropriate.
2807 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
2808 * elflink.c (_bfd_elf_create_got_section): Likewise.
2809 (_bfd_elf_link_create_dynamic_sections): Likewise.
2810 (_bfd_elf_link_assign_sym_version): Likewise.
2811 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
2812 and DT_DEBUG dynamic tag even for position independent executables.
2813 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2814 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
2815 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
2816 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
2817 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
2818 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
2819 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
2820 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
2821 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
2822
2823 2003-05-30 Kris Warkentin <kewarken@qnx.com>
2824
2825 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
2826 signalled thread.
2827 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
2828
2829 2003-05-29 Nick Clifton <nickc@redhat.com>
2830
2831 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
2832 Tidy up formatting.
2833 * Makefile.am: Add dependency on safe-ctype.h.
2834 * Makefile.in: Regenerate.
2835
2836 2003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2837
2838 * elfxx-mips.c: Don't force symbols local unconditionally.
2839
2840 2003-05-28 Alan Modra <amodra@bigpond.net.au>
2841
2842 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
2843 undefined_symbol call.
2844
2845 2003-05-27 Richard Sandiford <rsandifo@redhat.com>
2846
2847 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
2848 (mips_elf_link_hash_table): Likewise.
2849
2850 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2851
2852 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2853 R_MIPS_GNU_REL16_S2 support.
2854 (bfd_elf64_bfd_reloc_type_lookup): Use it.
2855 (mips_elf64_rtype_to_howto): Use it.
2856 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2857 R_MIPS_GNU_REL16_S2 support.
2858 (bfd_elf32_bfd_reloc_type_lookup): Use it.
2859 (mips_elf_n32_rtype_to_howto): Use it.
2860
2861 2003-05-21 Stuart F. Downing <sdowning@fame.com>
2862
2863 * som.h: Define PA_2_0 before including a.out.h
2864
2865 2003-05-07 Eric Christopher <echristo@redhat.com>
2866 Alexandre Oliva <aoliva@redhat.com>
2867
2868 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
2869 pic tests, change to warning.
2870 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2871
2872 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
2873
2874 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
2875 well as shle-...-netbsdelf. Remove duplicate entry.
2876
2877 2003-05-21 Nick Clifton <nickc@redhat.com>
2878
2879 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
2880 for X_STORMY16_REL_12 reloc.
2881
2882 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
2883 the type of the hash table in the bfd_link_info structure.
2884 (bfd_elf_get_runpath_list): Likewise.
2885
2886 2003-05-19 Roland McGrath <roland@redhat.com>
2887
2888 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
2889 * bfd-in.h: Declare it.
2890 * bfd-in2.h: Regenerated.
2891 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
2892 * elf-bfd.h (struct elf_backend_data): New function pointer member
2893 elf_backend_bfd_from_remote_memory.
2894 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
2895 Declare them.
2896 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
2897 (elfNN_bed): Add that to the initializer.
2898
2899 2003-05-15 Roland McGrath <roland@redhat.com>
2900
2901 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
2902
2903 2003-05-20 Jakub Jelinek <jakub@redhat.com>
2904
2905 * elflink.h (elf_link_output_extsym): Only issue error about !=
2906 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
2907
2908 2003-05-20 H.J. Lu <hongjiu.lu@intel.com>
2909
2910 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
2911 when removing the old definition for symbols with non-default
2912 visibility.
2913
2914 2003-05-18 Jason Eckhardt <jle@rice.edu>
2915
2916 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
2917
2918 2003-05-17 Andreas Schwab <schwab@suse.de>
2919
2920 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
2921 elf_section_data during processing of pc-relative and absolute
2922 relocations.
2923 (elf_m68k_relocate_section): Use the cached reloc section instead
2924 of computing it again. Fix handling of visibility. Don't modify
2925 addend when copying over a relocation into the output.
2926
2927 2003-05-17 Alan Modra <amodra@bigpond.net.au>
2928
2929 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2930 to trim plt entries. Move undefweak non-default visibility test..
2931 (allocate_dynrelocs): ..from here.
2932 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
2933 dynamic_sections_created here. Update comment. Move undefweak
2934 non-default visibility test..
2935 (allocate_dynrelocs): ..from here. Fix comment.
2936 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2937 to trim plt entries. Move undefweak non-default visibility test..
2938 (allocate_dynrelocs): ..from here. Fix comment.
2939 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
2940 STV_DEFAULT rather than comparing with zero.
2941 * elflink.c (_bfd_elf_merge_symbol): Likewise.
2942 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
2943
2944 2003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2945
2946 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
2947 pointers.
2948 (_bfd_set_gp_value): Likewise.
2949
2950 2003-05-16 Michael Snyder <msnyder@redhat.com>
2951 From Bernd Schmidt <bernds@redhat.com>
2952 * archures.c (bfd_mach_h8300sx): New.
2953 * bfd-in2.h: Regenerate.
2954 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
2955 (h8300sx_info_struct): New.
2956 (h8300s_info_struct): Link to it.
2957 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
2958 (elf32_h8_final_write_processing): Likewise.
2959 (elf32_h8_relax_section): Likewise.
2960
2961 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
2962
2963 * config.bfd: Accept i[3-7]86 variants.
2964 * configure.host: Likewise.
2965 * configure.in: Likewise.
2966 * configure: Regenerate.
2967
2968 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2969
2970 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
2971 symbol.
2972
2973 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2974
2975 * elflink.h (elf_link_check_versioned_symbol): Also allow
2976 the base version.
2977
2978 2003-05-15 Alan Modra <amodra@bigpond.net.au>
2979 H.J. Lu <hongjiu.lu@intel.com>
2980
2981 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
2982 (elf_i386_relocate_section): Likewise.
2983 * elf32-ppc.c (allocate_dynrelocs): Likewise.
2984 (ppc_elf_relocate_section): Likewise.
2985 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2986 (ppc64_elf_relocate_section): Likewise.
2987
2988 2003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2989
2990 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
2991
2992 2003-05-13 Stephane Carrez <stcarrez@nerim.fr>
2993
2994 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
2995 processor capability, allow merge of HC12 and HCS12 in some cases.
2996 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
2997 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
2998 (bfd_m68hc12_arch): Link it.
2999 (scan_mach): New function.
3000
3001 2003-05-13 Andrew Haley <aph@redhat.com>
3002
3003 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
3004
3005 2003-05-13 Alan Modra <amodra@bigpond.net.au>
3006 H.J. Lu <hongjiu.lu@intel.com>
3007
3008 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
3009 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
3010 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
3011 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
3012 (ppc_elf_relocate_section): Likewise.
3013 * elf64-ppc.c (allocate_dynrelocs): Likewise.
3014 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
3015 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
3016 relocs need no other types.
3017 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
3018 dynreloc check.
3019 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
3020 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
3021 .got relocs.
3022
3023 2003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3024
3025 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
3026 copy ELF_LINK_NON_GOT_REF from weakdef.
3027 (allocate_dynrelocs): For undef weak syms with non-default
3028 visibility, a) don't allocate plt entries, b) don't allocate
3029 .got relocs, c) discard dyn rel space
3030 (sh_elf_relocate_section): d) don't generate .got relocs, e)
3031 don't generate dynamic relocs.
3032 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
3033 for weakdefs when symbol already adjusted.
3034
3035 2003-05-12 Nick Clifton <nickc@redhat.com>
3036
3037 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
3038 overflow detection for R_XSTORMY16_16 reloc.
3039
3040 2003-05-12 Paul Clarke <paulc@senet.com.au>
3041
3042 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
3043
3044 2003-05-11 Jason Eckhardt <jle@rice.edu>
3045
3046 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
3047 adjust upper bits.
3048 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
3049 proper place.
3050 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
3051 proper place.
3052
3053 2003-05-11 Andreas Schwab <schwab@suse.de>
3054
3055 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
3056 complicated tests for unresolvable relocs with a simple direct
3057 scheme using "unresolved_reloc" var. Report some detail on
3058 bfd_reloc_outofrange and similar errors.
3059
3060 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3061
3062 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
3063 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
3064 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3065 * elf64-s390.c: Likewise.
3066
3067 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3068
3069 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
3070 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
3071 ELF_LINK_NON_GOT_REF from weakdef.
3072 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
3073 already been adjusted before treating it specially.
3074 * el64-s390.c: Likwise.
3075
3076 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3077
3078 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
3079 non-default visibility, a) don't make them dynamic, b) discard
3080 space for dynamic relocs.
3081 (elf_s390_relocate_section): Initialize the GOT entries and skip
3082 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
3083 symbols with non-default visibility.
3084 * elf64-s390.c: Likewise.
3085
3086 2003-05-09 Alan Modra <amodra@bigpond.net.au>
3087
3088 * cpu-arm.c (arm_check_note): Warning fix.
3089 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
3090 to keep relocs if edited.
3091 (iq2000_elf_print_private_bfd_data): Return TRUE.
3092 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
3093 ELF64_R_SYM.
3094 (elfNN_ia64_relax_ldxmov): Warning fix.
3095 * xtensa-isa.c (xtensa_add_isa): Warning fix.
3096 * xtensa-modules.c (get_num_opcodes): Warning fix.
3097
3098 2003-05-09 Andrey Petrov <petrov@netbsd.org>
3099
3100 * elf.c (elf_fake_sections): Use correct cast for sh_name.
3101
3102 2003-05-09 Alan Modra <amodra@bigpond.net.au>
3103
3104 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
3105 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
3106 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
3107 (bfd_elf_record_link_assignment): Move from elflink.h.
3108 (_bfd_elf_merge_symbol): Likewise.
3109 (_bfd_elf_add_default_symbol): Likewise.
3110 (_bfd_elf_export_symbol): Likewise.
3111 (_bfd_elf_link_find_version_dependencies): Likewise.
3112 (_bfd_elf_link_assign_sym_version): Likewise.
3113 (_bfd_elf_link_read_relocs): Likewise.
3114 (_bfd_elf_link_size_reloc_section): Likewise.
3115 (_bfd_elf_fix_symbol_flags): Likewise.
3116 (_bfd_elf_adjust_dynamic_symbol): Likewise.
3117 (_bfd_elf_link_sec_merge_syms): Likewise.
3118 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
3119 and bed->s->sizeof_rela.
3120 (_bfd_elf_link_output_relocs): Likewise.
3121 * elf-bfd.h (struct elf_size_info): Rename file_align to
3122 log_file_align.
3123 (struct elf_info_failed): Move from elflink.h.
3124 (struct elf_assign_sym_version_info): Likewise.
3125 (struct elf_find_verdep_info): Likewise.
3126 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
3127 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
3128 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
3129 _bfd_elf_link_assign_sym_version,
3130 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
3131 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
3132 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
3133 _bfd_elf_link_sec_merge_syms): Declare.
3134 (bfd_elf32_link_create_dynamic_sections): Don't declare.
3135 (_bfd_elf32_link_read_relocs): Likewise.
3136 (bfd_elf64_link_create_dynamic_sections): Likewise.
3137 (_bfd_elf64_link_read_relocs): Likewise.
3138 * elflink.h: Move lots o' stuff elsewhere.
3139 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
3140 (bfd_elf64_record_link_assignment): Likewise.
3141 (bfd_elf_record_link_assignment): Declare.
3142 * bfd-in2.h: Regenerate.
3143 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
3144 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
3145 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
3146 (assign_file_positions_for_segments): Likewise.
3147 (assign_file_positions_except_relocs): Likewise.
3148 (swap_out_syms, elfcore_write_note): Likewise.
3149 * elf-m10200.c: Adjust for changed function names.
3150 * elf-m10300.c: Likewise.
3151 * elf32-arm.h: Likewise.
3152 * elf32-h8300.c: Likewise.
3153 * elf32-hppa.c: Likewise.
3154 * elf32-ip2k.c: Likewise.
3155 * elf32-m32r.c: Likewise.
3156 * elf32-m68hc11.c: Likewise.
3157 * elf32-m68hc1x.c: Likewise.
3158 * elf32-m68k.c: Likewise.
3159 * elf32-mips.c: Likewise.
3160 * elf32-ppc.c: Likewise.
3161 * elf32-sh.c: Likewise.
3162 * elf32-v850.c: Likewise.
3163 * elf32-xtensa.c: Likewise.
3164 * elf64-alpha.c: Likewise.
3165 * elf64-hppa.c: Likewise.
3166 * elf64-mmix.c: Likewise.
3167 * elf64-ppc.c: Likewise.
3168 * elf64-sh64.c: Likewise.
3169 * elfxx-ia64.c: Likewise.
3170 * elfxx-mips.c: Likewise.
3171 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
3172 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
3173 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3174 * elf64-mips.c (mips_elf64_size_info): Likewise.
3175 * elf64-s390.c (s390_elf64_size_info): Likewise.
3176 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
3177
3178 2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
3179
3180 * elflink.h (elf_add_default_symbol): After skipping the
3181 unversioned symbol, go to non-default one.
3182
3183 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
3184
3185 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
3186 want_plt field.
3187 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
3188 for symbols with non-default visibility.
3189
3190 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
3191
3192 * elflink.h (elf_link_check_versioned_symbol): Also handle the
3193 case that a DSO references a hidden symbol which may be
3194 satisfied by a versioned symbol in another DSO.
3195 (elf_link_output_extsym): Check versioned definition for hidden
3196 symbol referenced by a DSO.
3197
3198 2003-05-07 Nick Clifton <nickc@redhat.com>
3199
3200 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
3201 R_XSTORMY16_16 reloc to ignore overflows.
3202
3203 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
3204
3205 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
3206 error message for mixing different-endian files. Check for ABI
3207 compatibility of input files with the selected emulation.
3208
3209 2003-05-05 Alan Modra <amodra@bigpond.net.au>
3210
3211 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
3212 non-default visibility, a) don't make them dynamic, b) discard
3213 space for dynamic relocs.
3214 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
3215
3216 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
3217 non-default visibility, a) don't allocate plt entries, b) don't
3218 allocate .got relocs, c) discard dyn rel space,
3219 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
3220 don't generate dynamic relocs.
3221 * elf64-ppc.c (allocate_dynrelocs): As above.
3222 (ppc64_elf_relocate_section): As above.
3223
3224 2003-05-05 Andreas Jaeger <aj@suse.de>
3225
3226 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
3227 relocation entries for weak undefined symbols with non-default
3228 visibility.
3229 (elf64_x86_64_relocate_section): Initialize the GOT entries and
3230 skip R_386_32/R_386_PC32 for weak undefined symbols with
3231 non-default visibility.
3232
3233 2003-05-04 H.J. Lu <hjl@gnu.org>
3234
3235 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
3236 relocation entries for weak undefined symbols with non-default
3237 visibility.
3238 (elf_i386_relocate_section): Initialize the GOT entries and
3239 skip R_386_32/R_386_PC32 for weak undefined symbols with
3240 non-default visibility.
3241
3242 * elfxx-ia64.c (allocate_fptr): Don't allocate function
3243 descriptors for weak undefined symbols with non-default
3244 visibility.
3245 (allocate_dynrel_entries): Don't allocate relocation entries
3246 for symbols resolved to 0.
3247 (set_got_entry): Don't install dynamic relocation for weak
3248 undefined symbols with non-default visibility.
3249 (set_pltoff_entry): Likewise.
3250
3251 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
3252 with non-default visibility.
3253 (elf_link_output_extsym): Don't make weak undefined symbols
3254 with non-default visibility dynamic.
3255
3256 2003-05-04 H.J. Lu <hjl@gnu.org>
3257
3258 * elflink.h (elf_merge_symbol): Correctly handle weak definition.
3259
3260 2003-05-04 H.J. Lu <hjl@gnu.org>
3261
3262 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
3263 symbol dynamic. Check indirection when removing the old
3264 definition for symbols with non-default visibility.
3265 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
3266
3267 2003-05-02 Nick Clifton <nickc@redhat.com>
3268
3269 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
3270 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
3271 unsigned overflow.
3272
3273 2003-05-02 Andreas Jaeger <aj@suse.de>
3274
3275 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
3276 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
3277 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
3278 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
3279 ELF_LINK_NON_GOT_REF from weakdef.
3280
3281 2003-05-02 Charles Lepple <clepple@ghz.cc>
3282 Nick Clifton <nickc@redhat.com>
3283
3284 * acinclude.m4: Fix name of --enable-install-libbfd switch.
3285 * aclocal.m4: Regenerate.
3286 * configure: Regenerate.
3287 * Makefile.in: Regenerate.
3288
3289 2003-05-01 Alan Modra <amodra@bigpond.net.au>
3290
3291 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
3292 weakdef sym has already been adjusted before treating it specially.
3293 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
3294 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
3295 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
3296 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
3297
3298 2003-04-28 H.J. Lu <hjl@gnu.org>
3299
3300 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
3301 the relax finalize pass.
3302
3303 * section.c (struct sec): Add need_finalize_relax and remove
3304 flag11.
3305 (STD_SECTION): Update struct sec initializer.
3306 * bfd-in2.h: Regenerated.
3307
3308 2003-04-28 H.J. Lu <hjl@gnu.org>
3309
3310 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
3311 to copy any information related to dynamic linking when we flip
3312 the indirection.
3313
3314 2003-04-27 H.J. Lu <hjl@gnu.org>
3315
3316 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
3317 (ELF_LINK_DYNAMIC_WEAK): New.
3318
3319 * elflink.h (elf_merge_symbol): Add one argument to indicate if
3320 a symbol should be skipped. Ignore definitions in dynamic
3321 objects for symbols with non-default visibility.
3322 (elf_add_default_symbol): Adjusted.
3323 (elf_link_add_object_symbols): Check if a symbol should be
3324 skipped. Don't merge the visibility field with the one from
3325 a dynamic object.
3326 (elf_link_check_versioned_symbol): Use undef_bfd.
3327 (elf_link_output_extsym): Warn if a forced local symbol is
3328 referenced from dynamic objects. Make non-weak undefined symbol
3329 with non-default visibility a fatal error.
3330
3331 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
3332
3333 * configure.in: Bump version on HEAD to 2.14.90.
3334 * configure: Regenerated.
3335
3336 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
3337
3338 PR savannah/3331:
3339 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
3340 when we couldn't relax something.
3341
3342 2003-04-25 Alan Modra <amodra@bigpond.net.au>
3343
3344 * elflink.h (elf_merge_symbol): When we find a regular definition
3345 for an indirect symbol, flip the indirection so that the old
3346 direct symbol now points to the new definition.
3347
3348 2003-04-24 Roland McGrath <roland@redhat.com>
3349
3350 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
3351
3352 2003-04-24 Alan Modra <amodra@bigpond.net.au>
3353
3354 * elf32-ppc.c: Formatting and comment fixes.
3355 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
3356 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
3357
3358 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3359
3360 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
3361 * bfd-in2.h: Rebuilt.
3362 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
3363 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
3364 & H8300SNMAGIC.
3365 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
3366 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
3367 (h8300sn_info_struct, h8300hn_info_struct): New.
3368 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
3369 (elf32_h8_final_write_processing): Likewise.
3370
3371 2003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3372
3373 * elf32-sh.c (tpoff): New.
3374 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
3375 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3376 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
3377 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
3378 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
3379 (dtpoff_base): Fix wrong indentation.
3380 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
3381 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
3382 R_SH_TLS_TPOFF32 relocations.
3383
3384 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
3385
3386 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
3387 * cpu-sh.c: Likewise.
3388 * elf32-sh.c: Likewise.
3389 * reloc.c (bfd_reloc_code_real): Likewise.
3390 * elf32-sh64-com.c: Change comment to refer to SuperH.
3391 * elf32-sh64.c: Likewise.
3392 * elf64-sh64.c: Likewise.
3393 * bfd-in2.h (enum bfd_architecture): Regenerate.
3394
3395 2003-04-23 Alan Modra <amodra@bigpond.net.au>
3396
3397 From Julien LEMOINE <speedblue@debian.org>
3398 * elf32-i386.c (elf_i386_info_to_howto): Delete.
3399 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
3400
3401 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3402
3403 * archures.c: Replace references to Mitsubishi M32R with references
3404 to Renesas M32R.
3405 * relocs.c: Likewise.
3406 * bfd-in2.h: Regenerate.
3407
3408 2003-04-21 Richard Henderson <rth@redhat.com>
3409
3410 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
3411 executable when a symbol is defined both regular and dynamic.
3412
3413 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
3414
3415 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
3416 (elf32-m68hc1x.lo): Update dependencies
3417 * configure.in: Add elf32-m68hc1x.lo.
3418 * configure: Rebuild.
3419 * Makefile.in: Rebuild.
3420
3421 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
3422
3423 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
3424 (m68hc11_elf_hash_table_create): New function.
3425 (elf32_m68hc11_link_hash_table_free): New function.
3426 (stub_hash_newfunc): New function.
3427 (m68hc11_add_stub): New function.
3428 (elf32_m68hc11_add_symbol_hook): New function.
3429 (elf32_m68hc11_setup_section_lists): New function.
3430 (elf32_m68hc11_next_input_section): New function.
3431 (elf32_m68hc11_size_stubs): New function.
3432 (elf32_m68hc11_build_stubs): New function.
3433 (m68hc11_get_relocation_value): New function.
3434 (elf32_m68hc11_relocate_section): Call the above to redirect
3435 some relocations to the trampoline code.
3436 (m68hc11_elf_export_one_stub): New function.
3437 (m68hc11_elf_set_symbol): New function.
3438 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
3439 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
3440 is not yet initialized.
3441
3442 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
3443 (elf32_m68hc11_stub_hash_entry): New struct.
3444 (m68hc11_page_info): Add trampoline handler address.
3445 (m68hc11_elf_link_hash_table): Add stubs generation members.
3446 (elf32_m68hc11_add_symbol_hook): Declare.
3447 (elf32_m68hc11_setup_section_lists): Declare.
3448 (elf32_m68hc11_size_stubs): Declare.
3449 (elf32_m68hc11_build_stubs): Declare.
3450
3451 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
3452 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
3453 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
3454 (_bfd_m68hc11_elf_set_private_flags): Ditto.
3455 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
3456 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
3457 (bfd_elf32_bfd_link_hash_table_create): Define.
3458 (elf_backend_add_symbol_hook): Define.
3459 (m68hc11_elf_bfd_link_hash_table_create): New function.
3460 (m68hc11_elf_build_one_stub): New function.
3461 (m68hc11_elf_size_one_stub): New function.
3462 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
3463 (bfd_elf32_bfd_link_hash_table_create): Define.
3464
3465 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
3466 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
3467 (m68hc12_phys_addr): Ditto.
3468 (m68hc12_phys_page): Ditto.
3469 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
3470 (elf32_m68hc11_gc_mark_hook): Likewise.
3471 (elf32_m68hc11_gc_sweep_hook): Likewise.
3472 (elf32_m68hc11_check_relocs): Likewise.
3473 (elf32_m68hc11_relocate_section): Likewise.
3474 (_bfd_m68hc12_elf_set_private_flags): Likewise.
3475 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
3476 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
3477 (m68hc12_elf_build_one_stub): New function.
3478 (m68hc12_elf_size_one_stub): New function.
3479 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
3480 (elf_backend_add_symbol_hook): Define.
3481 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
3482
3483 2003-04-18 Nick Clifton <nickc@redhat.com>
3484
3485 * format.c (bfd_check_format_matches): Only check associated
3486 vector if the matching_vector has been created.
3487
3488 2003-04-15 Alexandre Oliva <aoliva@redhat.com>
3489
3490 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
3491 2003-04-09's change.
3492
3493 2003-04-15 Brian Ford <ford@vss.fsi.com>
3494
3495 * peicode.h (coff_swap_scnhdr_in): If a section holds
3496 uninitialized data and is from an object file or from an
3497 executable image that has not initialized the s_size field, or if
3498 the physical size is padded, use the virtual size (stored in
3499 s_paddr) instead.
3500
3501 2003-04-15 H.J. Lu <hjl@gnu.org>
3502
3503 * elflink.h (elf_link_add_object_symbols): Properly report
3504 filename for alignment reduction.
3505
3506 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
3507
3508 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
3509 * reloc.c: Likewise.
3510 * coff-h8300.c: Likewise.
3511 * coff-h8500.c: Likewise.
3512 * coff-sh.c: Likewise.
3513 * cpu-h8300.c: Likewise.
3514 * cpu-sh.c: Likewise.
3515 * elf32-h8300.c: Likewise.
3516 * elf32-sh.c: Likewise.
3517 * elf32-sh64-com.c: Likewise.
3518 * elf32-sh64.c: Likewise.
3519 * elf64-sh64.c: Likewise.
3520 * bfd-in2.h: Regenerate.
3521
3522 2003-04-14 H.J. Lu <hjl@gnu.org>
3523
3524 * elflink.h (elf_link_add_object_symbols): Maintain maximum
3525 alignment for common symbols. Warn reducing alignment for
3526 common symbols. Report old filename when symbol size changes.
3527
3528 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
3529
3530 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
3531 occurrences of the same test changed in the previous patch.
3532 Optimize.
3533
3534 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
3535
3536 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
3537 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
3538 GOT_DISP/addend only if the symbol got a global GOT entry.
3539
3540 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
3541
3542 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
3543 GOT_PAGE/GOT_OFST referencing overridable symbol to
3544 GOT_DISP/addend.
3545 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
3546 global symbol as GOT_DISP.
3547
3548 2003-04-10 Bob Wilson <bob.wilson@acm.org>
3549
3550 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
3551 next relocation on an undefined symbol.
3552
3553 2003-04-09 Richard Henderson <rth@redhat.com>
3554
3555 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
3556 Ignore relocations against r_symndx == 0.
3557
3558 2003-04-09 H.J. Lu <hjl@gnu.org>
3559
3560 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
3561 FALSE for undefined symbols.
3562 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3563
3564 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
3565
3566 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
3567 and IRIX-specific shift-to-64-bit 4-byte lengths before following
3568 addr_size.
3569
3570 2003-04-08 Alexandre Oliva <aoliva@redhat.com>
3571
3572 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
3573 pointer size from ABI, not arch_bits_per_address.
3574
3575 2003-04-07 Kevin Buettner <kevinb@redhat.com>
3576
3577 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
3578 constants for n32 ABI.
3579
3580 2003-04-06 Andrew Cagney <cagney@redhat.com>
3581
3582 * simple.c (bfd_simple_get_relocated_section_contents): Disable
3583 free that leads to GDB vs BFD memory corruption.
3584
3585 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3586
3587 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
3588 symbols that mark the end of the section.
3589 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
3590 converting to a relative branch so that the offset is computed after
3591 the relaxation; also relocate a jsr into a bsr if possible but don't
3592 relax them if they are to a far symbol as we need to call the
3593 trampoline code.
3594 (elf_m68hc11_howto_table): Set pcrel_offset to true.
3595
3596 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
3597
3598 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
3599 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
3600 * bfd-in2.h: Regenerate
3601 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
3602 * cpu-tic4x.c: Ditto
3603
3604 2003-04-03 Nick Clifton <nickc@redhat.com>
3605
3606 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
3607 differently for object files and executables.
3608 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
3609 for object files or for executables who have not already
3610 initialised the field.
3611 * libpei.h (bfd_pe_executable_p): New macro. Return true if
3612 the PE format bfd is an executable.
3613
3614 2003-04-03 Alan Modra <amodra@bigpond.net.au>
3615
3616 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
3617 here as it's too early to reliably determine locality.
3618 (ppc_elf_gc_sweep_hook): Likewise.
3619 (SYMBOL_REFERENCES_LOCAL): Expand comment.
3620
3621 2003-04-02 Bob Wilson <bob.wilson@acm.org>
3622
3623 * xtensa-modules.c: Remove comment indicating that this is a
3624 generated file.
3625
3626 2003-04-02 Alan Modra <amodra@bigpond.net.au>
3627
3628 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
3629
3630 2003-04-01 Bob Wilson <bob.wilson@acm.org>
3631
3632 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
3633 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
3634 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
3635 xtensa-modules.lo.
3636 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
3637 xtensa-modules.c.
3638 (cpu-xtensa.lo): New target.
3639 (elf32-xtensa.lo): Likewise.
3640 (xtensa-isa.lo): Likewise.
3641 (xtensa-modules.lo): Likewise.
3642 * Makefile.in: Regenerate.
3643 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
3644 (bfd_archures_list): Add bfd_xtensa_arch.
3645 * config.bfd: Handle xtensa-*-*.
3646 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
3647 * configure: Regenerate.
3648 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
3649 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
3650 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
3651 (bfd_elf32_xtensa_le_vec): Likewise.
3652 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
3653 * cpu-xtensa.c: New file.
3654 * elf32-xtensa.c: Likewise.
3655 * xtensa-isa.c: Likewise.
3656 * xtensa-modules.c: Likewise.
3657 * libbfd.h: Regenerate.
3658 * bfd-in2.h: Likewise.
3659
3660 2003-04-01 Nick Clifton <nickc@redhat.com>
3661
3662 * archures.c (bfd_mach_arm_unknown): Define.
3663 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
3664 bfd_arm_get_mach_from_notes): Prototype.
3665 * bfd-in2.h: Regenerate.
3666 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
3667 bfd_arm_merge_machines.
3668 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
3669 * coffcode.h (coff_set_arch_mach_hook): Call
3670 bfd_arm_get_mach_from_notes.
3671 * coffgen.c (coff_real_object_p): Revert previous delta.
3672 * cpu_arm.c (arm_check_note): New function. Examine a note in a
3673 .note section.
3674 (bfd_arm_merge_machines): New function: Handle the merging of ARM
3675 binaries compiled for different architectures..
3676 (bfd_arm_update_notes): New function: Update an ARM note section.
3677 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
3678 number from an ARM note section.
3679 * elf32-arm.h (elf32_arm_object_p): Use
3680 bfd_arm_get_mach_from_notes.
3681 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
3682 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
3683
3684 2003-04-01 Ben Elliston <bje@wasabisystems.com>
3685
3686 * dwarf2.c (read_attribute_value): Correct typo in comment.
3687
3688 2003-04-01 Nick Clifton <nickc@redhat.com>
3689
3690 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3691 instead of concat().
3692 (decode_line_info): Only free filename if it is not NULL.
3693 (add_line_info): Make a copy of the filename when storing it into
3694 the info structure.
3695
3696 2003-03-31 Andreas Schwab <schwab@suse.de>
3697 Daniel Jacobowitz <drow@mvista.com>
3698
3699 * simple.c (bfd_simple_get_relocated_section_contents): Add
3700 parameter symbol_table. Optionally use it instead of the symbol
3701 table from the bfd. Save and restore output offsets and output
3702 sections around bfd_get_relocated_section_contents. Fix a memory
3703 leak.
3704 (simple_save_output_info, simple_restore_output_info): New
3705 functions.
3706 * bfd-in2.h: Regenerate.
3707 * dwarf2.c (read_abbrevs): Use
3708 bfd_simple_get_relocated_section_contents instead of
3709 bfd_get_section_contents.
3710 (decode_line_info): Likewise.
3711 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
3712 find_rela_addend.
3713 (find_rela_addend): Remove.
3714 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
3715 debugging sections.
3716 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
3717 not bfd_zalloc.
3718
3719 2003-03-31 David Heine <dlheine@suif.stanford.edu>
3720
3721 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
3722 bfd_alloc.
3723 * dwarf2.c (concat_filename): Always allocate space for the
3724 returned filename.
3725 (decode_line_info): Free the allocated filename returned by
3726 concat_filename.
3727 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
3728 * elf.c (copy_private_bfd_data): Likewise.
3729 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
3730 * elflink.h (elf_link_sort_relocs): Fix memory leak.
3731 * format.c (bfd_check_format_matches): Likewise.
3732 * linker.c (bfd_generic_final_link): Likewise.
3733 * opncls.c (find_separate_debug_info): Likewise.
3734 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
3735
3736 2003-03-28 H.J. Lu <hjl@gnu.org>
3737
3738 * elflink.h (elf_link_add_object_symbols): Correctly combine
3739 visibilities.
3740
3741 2003-03-27 Jakub Jelinek <jakub@redhat.com>
3742
3743 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
3744 to -1 before recomputing got offsets.
3745
3746 2003-03-26 Andreas Schwab <schwab@suse.de>
3747
3748 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3749 (elf_m68k_relocate_section): Use it to correctly handle symbols
3750 forced to be local.
3751 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
3752 entries for symbols that are forced to be local.
3753
3754 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
3755
3756 * elfxx-mips.c (_bfd_mips_relax_section): New function.
3757 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
3758 * elfn32-mips.c, elf64-mips.c: Use it.
3759
3760 2003-03-25 Stan Cox <scox@redhat.com>
3761 Nick Clifton <nickc@redhat.com>
3762
3763 Contribute support for Intel's iWMMXt chip - an ARM variant:
3764
3765 * archures.c: Add bfd_mach_arm_iWMMXt.
3766 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
3767 * bfd-in2.h: Regenerate.
3768 * libbfd.h: Regenerate.
3769 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
3770 object files to be linked with XScale ones.
3771 (coff_arm_final_link_postscript): Update note section.
3772 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
3773 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
3774 after identifying a coff binary.
3775 * cpu-arm.c (processors): Add iWMMXt.
3776 (arch_inf): Likewise.
3777 * elf32-arm.h (arm_object_p): Handle note section.
3778 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
3779 be linked with XScale ones.
3780 (elf32_arm_section_flags): New function: Set flags on note section.
3781 (elf32_arm_final_write_processing): Handle note section.
3782
3783 2003-03-21 DJ Delorie <dj@redhat.com>
3784
3785 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
3786 _bfd_elf_rela_local_sym.
3787
3788 2003-03-20 H.J. Lu <hjl@gnu.org>
3789
3790 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
3791 non-ELF outputs.
3792
3793 2003-03-20 Nick Clifton <nickc@redhat.com>
3794
3795 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
3796 $idata5 in case bfd_coff_final_link is not called.
3797
3798 2003-03-19 Jakub Jelinek <jakub@redhat.com>
3799
3800 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
3801 field.
3802 (canon_reloc_count): Define.
3803 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
3804 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
3805 reloc_count.
3806 (sparc64_elf_canonicalize_reloc): New routine.
3807 (bfd_elf64_canonicalize_reloc): Define.
3808
3809 2003-03-18 Jakub Jelinek <jakub@redhat.com>
3810
3811 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
3812 againt mergeable sections. Take r_addend into account when caching
3813 trampolines.
3814
3815 2003-03-18 Richard Henderson <rth@redhat.com>
3816
3817 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
3818 local symbols that have no dyninfo.
3819
3820 2003-03-14 Gene Smith <gene.smith@siemens.com>
3821
3822 * ieee.c (ieee_write_expression): Handle the case where symbol is
3823 NULL.
3824 General formatting improvements.
3825
3826 2003-03-13 Nick Clifton <nickc@redhat.com>
3827
3828 * configure.in (LINGUAS): Add zh_CN.
3829 * configure: Regenerate.
3830 * po/zh_CN.po: New file.
3831
3832 2003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
3833
3834 * aout-cris.c (BYTES_IN_WORD): Don't define.
3835 aout-encap.c: Likewise.
3836 aout-ns32k.c: Likewise.
3837 aout-tic30.c: Likewise.
3838 hp300bsd.c: Likewise.
3839 i386aout.c: Likewise.
3840 i386dynix.c: Likewise.
3841 i386linux.c: Likewise.
3842 i386lynx.c: Likewise.
3843 i386mach3.c: Likewise.
3844 m68k4knetbsd.c: Likewise.
3845 m68klinux.c: Likewise.
3846 m68klynx.c: Likewise.
3847 m68knetbsd.c: Likewise.
3848 m88kmach3.c: Likewise.
3849 mipsbsd.c: Likewise.
3850 newsos3.c: Likewise.
3851 sparclinux.c: Likewise.
3852 sparclynx.c: Likewise.
3853 sparcnetbsd.c: Likewise.
3854 vaxbsd.c: Likewise. Fix comment formatting.
3855
3856 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
3857
3858 * Reverted 2003-03-02's patch.
3859
3860 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
3861 overridable.
3862 * elf64-mips.c (mips_elf64_canonicalize_reloc,
3863 mips_elf64_get_dynamic_reloc_upper_bound,
3864 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
3865 (bfd_elf64_get_canonicalize_reloc,
3866 bfd_elf64_get_dynamic_reloc_upper_bound,
3867 bfd_elf64_canonicalize_dynamic_reloc): Define.
3868 (mips_elf64_slurp_reloc_table): Support dynamic.
3869 (mips_elf64_slurp_one_reloc_table): Adjust.
3870
3871 2003-03-12 Nick Clifton <nickc@redhat.com>
3872
3873 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
3874 'index' to 'offset' in test for zero value.
3875
3876 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
3877
3878 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
3879 dynamic relocations pointing to local or section symbols, use the
3880 NULL symbol instead. Document the choice to not emit an
3881 additional R_MIPS_64 relocation.
3882
3883 2003-03-11 Alan Modra <amodra@bigpond.net.au>
3884
3885 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
3886 zero index dynamic tls relocs generated for the GOT. Tidy code.
3887 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
3888 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3889
3890 2003-03-07 Alan Modra <amodra@bigpond.net.au>
3891
3892 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
3893 a tls_get_addr call.
3894
3895 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3896 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
3897 ELF_LINK_NON_GOT_REF from weakdef.
3898 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3899 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
3900 ELF_LINK_NON_GOT_REF from weakdef.
3901 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
3902 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
3903 ELF_LINK_NON_GOT_REF from weakdef.
3904
3905 2003-03-06 Jakub Jelinek <jakub@redhat.com>
3906 Andrew Haley <aph@redhat.com>
3907
3908 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
3909 output is relocateable.
3910
3911 2003-03-06 Steven Konopa <skonopa@kgo.csc.com>
3912
3913 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
3914 R_COMMENT.
3915
3916 2003-03-06 Alan Modra <amodra@bigpond.net.au>
3917
3918 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
3919 error messages.
3920 (ELIMINATE_COPY_RELOCS): Define to zero.
3921 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
3922 TLSLD relocs. Report reloc types on a number of errors. Optimize
3923 LOCAL24PC check for non-local syms. Don't capitalize error messages.
3924 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
3925 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
3926 calculating TLSLD relocs. Report reloc types on a number of errors.
3927 Don't capitalize error messages.
3928
3929 2003-03-03 H.J. Lu <hjl@gnu.org>
3930
3931 * elfxx-ia64.c (USE_BRL): Removed.
3932 (oor_ip): Removed.
3933
3934 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
3935
3936 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
3937 relocation (no special function), and make it non-partial_inplace.
3938 (sh_elf_relax_section): When creating a bsr, use a consistent value
3939 no matter if the symbol is extern or not; set addend to -4.
3940 Don't swap load / non-load instructions for SH4.
3941 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
3942 rather than if the symbol is external to determine if adjusting the
3943 offset makes sense. Adjust the addend too if appropriate.
3944 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
3945 relocation.
3946
3947 2003-03-03 Nick Clifton <nickc@redhat.com>
3948
3949 * po/da.po: Installed latest translation.
3950
3951 2003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3952
3953 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
3954 R_MIPS_PC16 to rightshift 2.
3955 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
3956 (bfd_elf32_bfd_reloc_type_lookup): Support
3957 BFD_RELOC_MIPSEMB_16_PCREL_S2.
3958 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
3959 R_MIPS_PC16 to rightshift 2.
3960 (mips_elf64_howto_table_rela): Likewise.
3961 (mips_reloc_map): Map to rightshifted BFD reloc.
3962 * elfn32-mips.c: The same as in elf64-mips.c.
3963 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
3964 (mips_elf_calculate_relocation): Handle rightshifted addends for
3965 R_MIPS_PC16.
3966 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
3967 MIPS Embedded PIC. Remove superfluous empty COMMENT.
3968 * libbfd.h: Regenerate.
3969 * bfd-in2.h: Regenerate.
3970
3971 2003-02-28 Richard Henderson <rth@redhat.com>
3972
3973 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
3974 for ltoff22x relaxation.
3975
3976 2003-03-01 Alan Modra <amodra@bigpond.net.au>
3977
3978 * bfd-in.h (_bfd): Don't define.
3979 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
3980 * syms.c: Likewise.
3981 * bfd-in2.h: Regenerate.
3982
3983 2003-02-27 Richard Henderson <rth@redhat.com>
3984
3985 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
3986 (elfNN_ia64_check_relocs): Set it.
3987 (allocate_global_data_got): Check it.
3988 (allocate_local_got): Likewise.
3989 (allocate_dynrel_entries): Likewise.
3990 (elfNN_ia64_relax_ldxmov): New.
3991 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
3992 (elfNN_ia64_choose_gp): Split out from ...
3993 (elfNN_ia64_final_link): ... here.
3994
3995 2003-02-27 Andrew Cagney <cagney@redhat.com>
3996
3997 * bfd.c (struct bfd): Rename "struct _bfd".
3998 * bfd-in.h: Update copyright.
3999 (struct bfd): Rename "struct _bfd".
4000 (_bfd): Define for backward compatibility.
4001 * bfd-in2.h: Regenerate.
4002
4003 2003-02-25 Alan Modra <amodra@bigpond.net.au>
4004
4005 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
4006 and rel_hdr2 when initially counting input relocs rather than after
4007 creating output reloc sections.
4008 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
4009 sizes.
4010
4011 * Makefile.am: Run "make dep-am".
4012 * Makefile.in: Regenerate.
4013
4014 2003-02-24 Kris Warkentin <kewarken@qnx.com>
4015
4016 * elf.c (elfcore_read_notes): Add check for QNX style core file.
4017 (elfcore_grog_nto_note): New function.
4018 (elfcore_grog_nto_gregs): New function.
4019 (elfcore_grog_nto_status): New function.
4020
4021 2003-02-24 Alan Modra <amodra@bigpond.net.au>
4022
4023 * elflink.c (_bfd_elf_create_got_section): Check existing .got
4024 section flags before concluding that we've already been called.
4025 Don't use register keyword.
4026 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
4027 (_bfd_elf_create_linker_section): Formatting.
4028
4029 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
4030
4031 * coff-h8300.c: Fix typo: intial -> initial.
4032 * coff-ppc.c: Likewise.
4033
4034 2003-02-20 Alan Modra <amodra@bigpond.net.au>
4035
4036 * elf32-ppc.c: Formatting.
4037 (allocate_dynrelocs): LD and GD relocs against the same sym need
4038 separate GOT entries.
4039 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
4040 entries per symbol.
4041
4042 2003-02-19 Alan Modra <amodra@bigpond.net.au>
4043
4044 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
4045 removal. Localize vars. Remove unnecessary dynobj test.
4046 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
4047 of INFO.
4048 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
4049 and optimize.
4050 (elf_i386_relocate_section): Likewise.
4051 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
4052 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
4053 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
4054 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
4055 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
4056 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
4057 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
4058 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
4059 Formatting.
4060
4061 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
4062 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
4063 test.
4064 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
4065 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
4066 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
4067 and optimize. Use ELIMINATE_COPY_RELOCS.
4068 (ppc64_elf_relocate_section): Likewise.
4069
4070 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
4071 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
4072 (ELIMINATE_COPY_RELOCS): Define.
4073 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
4074 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
4075 (MUST_BE_DYN_RELOC): Define.
4076 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
4077 and optimize. Trim dyn_relocs.
4078 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
4079 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
4080 track of pc_rel dyn relocs.
4081 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
4082 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
4083 allocate_dynrelocs. Don't recalculate "sec".
4084
4085 2003-02-18 Alan Modra <amodra@bigpond.net.au>
4086
4087 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
4088 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
4089 on invalid LD relocs.
4090 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
4091 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
4092 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
4093
4094 * elf32-ppc.h: New file.
4095 * elf32-ppc.c: Include elf32-ppc.h.
4096 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
4097 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
4098 Add "tls_mask" field.
4099 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
4100 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
4101 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
4102 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
4103 Make use of htab shortcuts throughout file.
4104 (ppc_elf_link_hash_newfunc): Init tls_mask field.
4105 (ppc_elf_link_hash_table_create): Init new fields.
4106 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
4107 (ppc_elf_howto_raw): Add tls relocs.
4108 (ppc_elf_reloc_type_lookup): Handle them.
4109 (ppc_elf_unhandled_reloc): New function.
4110 (ppc_elf_create_got): Stash got section pointer in hash table,
4111 return status. Make .rela.got too.
4112 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
4113 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
4114 NON_GOT_REF set. Don't allocate space in .plt here..
4115 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
4116 not allocating plt entries unnecessarily. Allocate got entries here.
4117 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
4118 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
4119 "info" during allocate_dynrelocs hash traversal. Use htab section
4120 shortcuts rather than searching for named sections. Get rid of
4121 "plt" and "strip" booleans.
4122 (update_local_sym_info, bad_shared_reloc): New functions.
4123 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
4124 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
4125 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
4126 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
4127 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
4128 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
4129 relocs that might use a plt entry. Set NON_GOT_REF too.
4130 Enumerate all do-nothing relocs.
4131 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
4132 tls relocs and all plt relocs.
4133 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
4134 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
4135 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
4136 shortcuts.
4137 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
4138 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
4139 entries and got relocs here. Warn on non-zero got reloc addend.
4140 Split out branch taken/not taken reloc code into a separate switch
4141 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
4142 Split out HA reloc adjustments to separate switch statement. Don't
4143 warn on reloc overflow if we've already warned about undefined.
4144 Don't rebuild sym name when reporting errors. Report all possible
4145 errors from _bfd_final_link_relocate.
4146 (bfd_elf32_bfd_final_link): Don't define.
4147
4148 2003-02-18 Alan Modra <amodra@bigpond.net.au>
4149
4150 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
4151 rebuild sym name when reporting errors.
4152
4153 2003-02-17 Nick Clifton <nickc@redhat.com>
4154
4155 * elflink.h (elf_link_output_extsym): Only check
4156 allow_shlib_undefined for shared libraries.
4157 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
4158 of allow_shlib_undefined.
4159 * elf32-cris.c (cris_elf_relocate_section): Likewise.
4160 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4161 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4162 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4163 * elf32-s390.c (elf_s390_relocate_section): Likewise.
4164 * elf32-sh.c (sh_elf_relocate_section): Likewise.
4165 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4166 * elf32-vax.c (elf_vax_relocate_section): Likewise.
4167 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4168 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
4169 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
4170 * elf64-s390.c (elf_s390_relocate_section): Likewise.
4171 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4172 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4173 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
4174 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
4175
4176 2003-02-17 Nick Clifton <nickc@redhat.com>
4177
4178 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
4179 address field to use in the comparison.
4180 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
4181
4182 2003-02-14 Bob Wilson <bob.wilson@acm.org>
4183
4184 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
4185 backends when checking if the generic ELF target should be used.
4186
4187 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
4188 outside of functions, treat values as absolute addresses.
4189
4190 * bfd.c: Change embedded documentation to use consistent indentation
4191 and to split up long lines. Change informal style of description
4192 for functions lacking real documentation.
4193 * coffcode.h: Break up long lines in embedded documentation.
4194 * format.c: Likewise.
4195 * targets.c: Likewise.
4196 * libcoff.h: Regenerate.
4197 * bfd-in2.h: Regenerate.
4198
4199 2003-02-14 Alan Modra <amodra@bigpond.net.au>
4200
4201 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
4202 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
4203 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
4204 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
4205 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
4206 (group_sections): Don't share a stub section if stubs are for a large
4207 section. Adjust comment.
4208 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
4209 !stubs_always_before_branch.
4210 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
4211 treat undefined and undefweak specially when processing dyn relocs.
4212
4213 2003-02-13 Jakub Jelinek <jakub@redhat.com>
4214
4215 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
4216
4217 2003-02-13 Nick Clifton <nickc@redhat.com>
4218
4219 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
4220 in computation of offset to insert into BL instruction.
4221
4222 2003-02-11 Uwe Stieber <uwe@wwws.de>
4223
4224 * config.bfd: Add support for kaOS as cross build target system.
4225
4226 2003-02-11 Alan Modra <amodra@bigpond.net.au>
4227
4228 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
4229 .__tls_get_addr too.
4230 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
4231
4232 2003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
4233
4234 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
4235 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
4236 (sh_elf_link_hash_newfunc): Remove the initialization of
4237 tls_tpoff32 field.
4238 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
4239 for which tls_tpoff32 flag is set.
4240 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
4241 of the symbol includes the entry matched with the input_section
4242 and having tls_tpoff32 flag on. When linking statically, set
4243 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
4244 is defined in this executable.
4245 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
4246
4247 2003-02-10 Jakub Jelinek <jakub@redhat.com>
4248
4249 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
4250 even if there is just non-empty .rela.plt.
4251
4252 2003-02-10 Nick Clifton <nickc@redhat.com>
4253
4254 * archures.c (bfd_mach_arm_ep9312): Define.
4255 * bfd-in2.h: Regenerate.
4256 * cpu-arm.c (processors[]): Add ep9312.
4257 (bfd_arm_arch): Add ep9312.
4258 * elf32-arm.h (elf32_arm_merge_private_data): Update error
4259 messages and add test for Maverick floating point support.
4260 (elf32_arm_print_private_bfd_data): Handle
4261 EF_ARM_MAVERICK_FLOAT flag.
4262 (elf32_arm_object_p): New function.
4263 (elf_backend_object_p): Define.
4264
4265 2003-02-10 Alan Modra <amodra@bigpond.net.au>
4266
4267 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
4268 variables, structure fields or function params to tls_mask or
4269 similar to better reflect usage.
4270 (struct got_entry): Comment.
4271 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
4272 (get_tls_mask): Rename from get_tls_type.
4273
4274 2003-02-09 Alan Modra <amodra@bigpond.net.au>
4275
4276 * elf64-ppc.c (TLS_GD_LD): Don't define..
4277 (TLS_GD): ..define this instead and update all uses.
4278 (TLS_TPRELGD): Define.
4279 (ppc64_elf_link_hash_table_create): Tweak initialization of
4280 init_refcount and init_offset.
4281 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
4282 Mark second slot of GD or LD toc entries.
4283 (get_tls_type): Return an int. Distinguish toc GD and LD entries
4284 from other tls types.
4285 (ppc64_elf_tls_setup): New function, split out from..
4286 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
4287 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
4288 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
4289 return value to properly decide whether toc GD and LD entries can
4290 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
4291 to determine GD or LD rather than looking at TLS_LD flag. Don't
4292 attempt to adjust got entry tls_type here..
4293 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
4294 look for possible merges.
4295 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
4296 optimization.
4297 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
4298 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
4299 Make use of return value from get_tls_type to properly detect GD and
4300 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
4301 handle tls_get_addr removal when looking at REL24 relocs, do it when
4302 looking at the previous reloc. Check reloc after DTPMOD64 to determine
4303 GD or LD.
4304 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
4305
4306 2003-02-08 Alan Modra <amodra@bigpond.net.au>
4307
4308 * elf32-hppa.c (group_sections): Don't share a stub section if
4309 stubs are for a large section.
4310
4311 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
4312 stubs if !stubs_always_before_branch.
4313
4314 2003-02-07 Nick Clifton <nickc@redhat.com>
4315
4316 * elf.c (swap_out_syms): Generate an error message if an
4317 equivalent output section cannot be found for a symbol.
4318
4319 2003-02-07 Jakub Jelinek <jakub@redhat.com>
4320
4321 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
4322 local_got_entries is NULL.
4323
4324 2003-02-06 Andreas Schwab <schwab@suse.de>
4325
4326 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
4327 (read_value): Add parameter is_signed, use signed extraction if
4328 the value is signed.
4329 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
4330 encoding to read_value.
4331
4332 2003-02-06 Alan Modra <amodra@bigpond.net.au>
4333
4334 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
4335 plt info when called to transfer weak sym info.
4336
4337 2003-02-05 Alan Modra <amodra@bigpond.net.au>
4338
4339 * reloc.c: Add PPC and PPC64 TLS relocs.
4340 * libbfd.h: Regenerate.
4341 * bfd-in2.h: Regenerate.
4342 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
4343 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
4344 against a 32 bit field.
4345 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
4346 (_ppc64_elf_section_data): Add t_symndx and comments.
4347 (ppc64_elf_section_data): Use elf_section_data macro.
4348 (ppc64_elf_new_section_hook): American spelling.
4349 (struct got_entry, struct plt_entry): New.
4350 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
4351 (struct ppc_stub_hash_entry): Add "addend" field.
4352 (struct ppc_link_hash_entry): Add "tls_type".
4353 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
4354 TLS_EXPLICIT): Define.
4355 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
4356 (link_hash_newfunc): Init new fields.
4357 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
4358 init_offset to NULL.
4359 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
4360 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
4361 there.
4362 (update_local_sym_info, update_plt_info): New functions.
4363 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
4364 handling to use got.glist rather than got.refcount. Likewise for PLT.
4365 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
4366 (func_desc_adjust): Adjust for new PLT list.
4367 (ppc64_elf_adjust_dynamic_symbol): Likewise.
4368 (get_sym_h, get_tls_type): New functions.
4369 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
4370 (ppc64_elf_tls_optimize): New function.
4371 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
4372 TLS relocs.
4373 (ppc64_elf_size_dynamic_sections): Likewise.
4374 (ppc_type_of_stub): Adjust for new PLT list.
4375 (ppc_build_one_stub): Likewise.
4376 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
4377 calls specially.
4378 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
4379 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
4380 init GOT entries that have a reloc. Generate GOT relocs here..
4381 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
4382 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
4383
4384 2003-02-04 Andreas Schwab <schwab@suse.de>
4385
4386 * elf32-m68k.c (elf_m68k_hash_entry): Define.
4387 (elf_m68k_link_hash_traverse): Remove.
4388 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
4389 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
4390 reduce casting.
4391 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
4392 casting.
4393 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
4394 instead of elf_m68k_link_hash_traverse.
4395 (elf_m68k_discard_copies): Change first parameter to pointer to
4396 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
4397 elf_m68k_link_hash_entry is needed.
4398
4399 2003-02-04 Alan Modra <amodra@bigpond.net.au>
4400
4401 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
4402 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
4403 "got" union, and declare as gotplt_union. Use gotplt_uinion for
4404 "plt" field.
4405 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
4406 Add "init_offset" field.
4407 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
4408 (elf_local_got_ents): Declare.
4409 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
4410 and "plt".
4411 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
4412 (_bfd_elf_link_hash_table_init): Set "init_offset".
4413 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
4414 from init_offset.
4415 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
4416
4417 * elf.c (bfd_elf_local_sym_name): Split out from..
4418 (group_signature): ..here.
4419 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
4420
4421 2003-02-04 Alan Modra <amodra@bigpond.net.au>
4422
4423 * elf-bfd.h (enum elf_link_info_type): Remove.
4424 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
4425 to struct sec. Remove linkonce_p field.
4426 (elf_linkonce_p): Delete.
4427 (elf_discarded_section): Update for sec_info_type change.
4428 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
4429 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
4430 (ELF_INFO_TYPE_NONE): Define.
4431 (ELF_INFO_TYPE_STABS): Define.
4432 (ELF_INFO_TYPE_MERGE): Define.
4433 (ELF_INFO_TYPE_EH_FRAME): Define.
4434 (ELF_INFO_TYPE_JUST_SYMS): Define.
4435 (STD_SECTION): Update struct sec initializer.
4436 * ecoff.c (bfd_debug_section): Likewise.
4437 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
4438 * elflink.h: Likewise.
4439 * elf-eh-frame.c: Likewise.
4440 * elf64-alpha.c: Likewise.
4441 * elfxx-ia64.c: Likewise.
4442 * elfxx-mips.c: Likewise.
4443 * bfd-in2.h: Regenerate.
4444
4445 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
4446 referring to used_by_bfd.
4447 * elf64-sparc.c (sec_do_relax): Likewise.
4448 * elf64-mmix.c (mmix_elf_section_data): Likewise.
4449 * elfxx-mips.c (mips_elf_section_data): Likewise.
4450 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
4451 (ieee_get_section_contents): Likewise.
4452 (ieee_new_section_hook): Formatting.
4453 (ieee_canonicalize_reloc): Remove commented out code.
4454 * mmo.c (mmo_section_data): Define. Use throughout file.
4455 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
4456
4457 2003-01-31 Graydon Hoare <graydon@redhat.com>
4458
4459 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
4460 * Makefile.in: Regenerate.
4461 * opncls.c (calc_crc32, get_debug_link_info,
4462 seperate_debug_file_exists, find_seperate_debug_file): New
4463 internal functions.
4464 (bfd_follow_gnu_debuglink): New function. Follow the pointer
4465 contained inside a .gnu_debuglink section.
4466 * bfd-in2.h: Regenerate.
4467
4468 2003-01-29 Alexandre Oliva <aoliva@redhat.com>
4469
4470 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
4471 entry->abfd when it's NULL.
4472
4473 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
4474
4475 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
4476 _bfd_elf_section_offset returning -2 the same way as -1.
4477
4478 * elfxx-mips.c (mips_elf_multi_got): New function.
4479 (struct mips_got_entry): Make symndx and gotidx signed. Moved
4480 addend into union along with address and link hash entry.
4481 (struct mips_got_info): Added bfd2got and next.
4482 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
4483 (mips_elf_got_section, mips_elf_create_got_section): Use
4484 SEC_EXCLUDE bit to tell whether we really need the got
4485 section. Take boolean arguments to disregard an excluded
4486 section, or to create it as excluded. Adjust all callers.
4487 Use mips_elf_got_section all over.
4488 (mips_elf_local_got_index, mips_elf_got_page,
4489 mips_elf_got16_entry): Take input bfd as argument, and pass it
4490 on to mips_elf_create_local_got_entry.
4491 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
4492 Take input bfd as argument, and manage entries in the
4493 appropriate GOT.
4494 (mips_elf_got_offset_from_index): Take input bfd as argument,
4495 and use it to adjust the GP offset of the bfd.
4496 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
4497 unreferenced GOT entries of global symbols to the end.
4498 (mips_elf_record_global_got_symbol): Take input bfd as
4499 argument. Add entries to the master GOT hash table.
4500 (struct mips_elf_bfd2got_hash): New.
4501 (struct mips_elf_got_per_bfd_arg): New.
4502 (struct mips_elf_set_global_got_offset_arg): New.
4503 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
4504 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
4505 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
4506 mips_elf_merge_gots, mips_elf_set_global_got_offset,
4507 mips_elf_resolve_final_got_entry,
4508 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
4509 mips_elf_got_for_ibfd): New functions.
4510 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
4511 (MIPS_ELF_GOT_MAX_SIZE): New macro.
4512 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
4513 (mips_elf_got_entry_hash): Take new fields into account. Use
4514 mips_elf_hash_bfd_vma.
4515 (mips_elf_got_entry_eq): Take new fields into account.
4516 (mips_elf_create_got_section): Initialize new fields.
4517 (mips_elf_calculate_relocation): Pass input_bfd to functions
4518 that now take it. Adjust gp for the input_bfd.
4519 (mips_elf_allocate_dynamic_relocation,
4520 mips_elf_create_dynamic_relocation,
4521 _bfd_mips_elf_create_dynamic_sections): Use...
4522 (mips_elf_rel_dyn_section): New function. Borrow code from...
4523 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
4524 now take it. Create the got section if needed, even if
4525 excluded, before recording a global got symbol. Move some
4526 code to...
4527 (mips_elf_record_local_got_symbol): New fn.
4528 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
4529 Compute multi-got global entries offsets. Move GOT code to...
4530 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
4531 if the GOT is too big.
4532 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
4533 undefweak symbol to zero. Generate dynamic relocations for
4534 non-primary GOT entries for global symbols.
4535 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
4536 case. Generate dynamic relocations for local got entries.
4537 Sort dynamic relocations on N64 too, using...
4538 (sort_dynamic_relocs_64): New fns.
4539 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
4540 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
4541
4542 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
4543
4544 * bfd.c (struct _bfd): Added id field.
4545 * opncls.c (_bfd_id_counter): New static variable.
4546 (_bfd_new_bfd): Use it.
4547 * bfd-in2.h: Rebuilt.
4548
4549 2003-01-25 Alan Modra <amodra@bigpond.net.au>
4550
4551 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
4552
4553 2003-01-25 Jakub Jelinek <jakub@redhat.com>
4554
4555 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
4556 (elf32_sparc_rev32_howto): New variable.
4557 (sparc_reloc_map): Add TLS relocs.
4558 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
4559 Handle REV32.
4560 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
4561 New functions.
4562 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
4563 struct elf32_sparc_link_hash_table):
4564 New structures.
4565 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
4566 elf32_sparc_hash_table): Define.
4567 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
4568 create_got_section, elf32_sparc_create_dynamic_sections,
4569 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
4570 functions.
4571 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
4572 reference counting.
4573 (elf32_sparc_gc_sweep_hook): Likewise.
4574 (elf32_sparc_adjust_dynamic_symbol): Likewise.
4575 (elf32_sparc_size_dynamic_sections): Likewise.
4576 (elf32_sparc_relocate_section): Likewise.
4577 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
4578 New functions.
4579 (elf32_sparc_object_p): Allocate backend private object data.
4580 (bfd_elf32_bfd_link_hash_table_create,
4581 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
4582 elf_backend_can_refcount): Define.
4583 (elf_backend_create_dynamic_sections): Define to
4584 elf32_sparc_create_dynamic_sections.
4585 * reloc.c: Add SPARC TLS relocs.
4586 * bfd-in2.h, libbfd.h: Rebuilt.
4587 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
4588 (sparc_reloc_map): Likewise.
4589
4590 2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
4591
4592 * bfd-in2.h: Regenerate.
4593 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
4594 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
4595 (elf_howto_table): Add TLS relocs.
4596 (elf_s390_reloc_type_lookup): Likewise.
4597 (elf_s390_link_hash_entry): Add tls_type.
4598 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
4599 New macros.
4600 (elf_s390_link_hash_table): Add tls_ldm_got.
4601 (link_hash_newfunc): Initialize tls_type.
4602 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
4603 (elf_s390_copy_indirect_symbol): Copy tls_type information.
4604 (elf_s390_check_relocs): Support TLS relocs.
4605 (elf_s390_gc_sweep_hook): Likewise.
4606 (allocate_dynrelocs): Likewise.
4607 (elf_s390_size_dynamic_sections): Likewise.
4608 (elf_s390_relocate_section): Likewise.
4609 (elf_s390_finish_dynamic_symbol): Likewise.
4610 (bfd_elf32_mkobject): Define for TLS.
4611 * elf64-s390.c: Same changes as for elf32-s390.c.
4612 * libbfd.h: Regenerate.
4613 * reloc.c: Add s390 TLS relocations.
4614
4615 2003-01-24 Charles Lepple <clepple@ghz.cc>
4616
4617 * aclocal.m4: Fix name of --enable-install-libbfd switch.
4618
4619 2003-01-23 Nick Clifton <nickc@redhat.com>
4620
4621 * Add sh2e support:
4622 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
4623 * archures.c (bfd_mach_sh2e): Added.
4624 * bfd-in2.h: Rebuilt.
4625 * cpu-sh.c (arch_info_struct): Added SH2e.
4626 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
4627
4628 2003-01-23 Alan Modra <amodra@bigpond.net.au>
4629
4630 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
4631 dynindx to an int. Rearrange for better packing.
4632 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
4633 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
4634 * elf32-sh64.h: New. Split out from include/elf/sh.h.
4635 (struct _sh64_elf_section_data): New struct.
4636 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4637 * elf32-sh64-com.c: Include elf32-sh64.h.
4638 * elf32-sh64.c: Likewise.
4639 (sh64_elf_new_section_hook): New function.
4640 (bfd_elf32_new_section_hook): Define.
4641 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
4642 (sh64_bfd_elf_copy_private_section_data): Likewise.
4643 (sh64_elf_final_write_processing): Likewise.
4644 * elf32-sparc.c (struct elf32_sparc_section_data): New.
4645 (elf32_sparc_new_section_hook): New function.
4646 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4647 (sec_do_relax): Define.
4648 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
4649 (elf32_sparc_relocate_section): Likewise.
4650 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
4651 * elf64-mmix.c (struct _mmix_elf_section_data): New.
4652 (mmix_elf_section_data): Define. Use throughout file.
4653 (mmix_elf_new_section_hook): New function.
4654 (bfd_elf64_new_section_hook): Define.
4655 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
4656 (ppc64_elf_section_data): Define. Use throughout.
4657 (ppc64_elf_new_section_hook): New function.
4658 (bfd_elf64_new_section_hook): Define.
4659 * elf64-sparc.c (struct sparc64_elf_section_data): New.
4660 (sparc64_elf_new_section_hook): New function.
4661 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4662 (sec_do_relax): Define.
4663 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
4664 (sparc64_elf_relocate_section): Likewise.
4665 (bfd_elf64_new_section_hook): Define.
4666 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
4667 * elfxx-mips.c (struct _mips_elf_section_data): New.
4668 (mips_elf_section_data): Define. Use throughout.
4669 (_bfd_mips_elf_new_section_hook): New function.
4670 (mips_elf_create_got_section): Don't alloc used_by_bfd.
4671 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
4672 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
4673 * Makefile.am: Run "make dep-am".
4674 * Makefile.in: Regenerate.
4675
4676 2003-01-21 Richard Henderson <rth@redhat.com>
4677
4678 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
4679 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
4680 (elf64_alpha_adjust_dynamic_symbol): Set them.
4681 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
4682 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
4683 symbol index when relaxing LDM to TPREL.
4684 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
4685 relocs, even if the target isn't locally defined.
4686 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
4687 (elf64_alpha_relocate_section): Likewise. Force TP-relative
4688 relocs vs symndx 0 to the tp base.
4689
4690 2003-01-21 Fabio Alemagna <falemagn@aros.org>
4691
4692 * config.bfd: Handle i[3456]86-*-aros*.
4693
4694 2003-01-21 Andreas Schwab <schwab@suse.de>
4695
4696 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
4697 (struct ppc_elf_link_hash_entry): Define.
4698 (ppc_elf_hash_entry): New function.
4699 (struct ppc_elf_link_hash_table): Define.
4700 (ppc_elf_hash_table): New function.
4701 (ppc_elf_link_hash_newfunc): New function.
4702 (ppc_elf_link_hash_table_create): New function.
4703 (ppc_elf_copy_indirect_symbol): New function.
4704 (allocate_dynrelocs): New function.
4705 (readonly_dynrelocs): New function.
4706 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
4707 relocs and determine DT_TEXTREL.
4708 (ppc_elf_check_relocs): Don't do that here, just count the
4709 dynamic relocs.
4710 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
4711 removed section.
4712 (bfd_elf32_bfd_link_hash_table_create): Define.
4713 (elf_backend_copy_indirect_symbol): Define.
4714
4715 2003-01-21 Richard Henderson <rth@redhat.com>
4716
4717 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
4718 TPREL also get a reloc if shared. Remove SREL support.
4719 (elf64_alpha_emit_dynrel): New.
4720 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
4721 and GOTTPREL relocs to local symbols against the tp base.
4722 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
4723
4724 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
4725 use count before clobbering r_type.
4726 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
4727 ordering would mean dataflow inspection is necessary.
4728
4729 2003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
4730
4731 * coffcode.h (coff_set_flags): Added get/set arch hooks.
4732
4733 2003-01-20 Fabio Alemagna <falemagn@aros.org>
4734
4735 * elf32-sh.c: Treat elfNN_bed like other macros defined in
4736 elfxx-target.h and #undef it before #define'ing it.
4737 * elf32-i386.c: Likewise.
4738 * elf32-sh64.c: Likewise.
4739 * elf64-alpha.c: Likewise.
4740 * elf64-sh64.c: Likewise.
4741
4742 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
4743
4744 * bfd-in2.h: Regenerate.
4745 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
4746 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
4747 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
4748 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
4749 R_390_PLTOFF32 and R_390_PLTOFF64.
4750 (elf_s390_reloc_type_lookup): Likewise.
4751 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
4752 of GOTPLT references to a function.
4753 (link_hash_newfunc): Initialize gotplt_refcount.
4754 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
4755 and creation of the got section out of the main switch. Add support
4756 for the gotoff, gotplt and pltoff relocations.
4757 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4758 and pltoff.
4759 (elf_s390_adjust_gotplt): New function.
4760 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
4761 plt entries.
4762 (allocate_dynrelocs): Add comment.
4763 (elf_s390_relocate_section): Change r_type to unsigned. Add support
4764 for gotoff, gotplt and pltoff relocations.
4765 * elf64-s390.c: Same changes as for elf32-s390.c.
4766 * libbfd.h: Regenerate.
4767 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
4768 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
4769 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
4770 and BFD_RELOC_390_PLTOFF64.
4771
4772 2003-01-18 Jakub Jelinek <jakub@redhat.com>
4773
4774 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
4775 R_IA64_TPREL64[LM]SB against non-global symbol properly.
4776
4777 2003-01-16 Jakub Jelinek <jakub@redhat.com>
4778
4779 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
4780 self_dtpmod_done and self_dtpmod_offset.
4781 (allocate_global_data_got): Only use one got entry for all
4782 dtpmod relocs against local symbols.
4783 (allocate_dynrel_entries): Only need .rela.got entry for
4784 dtpmod against global symbol.
4785 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
4786 Reserve space in .rela.got for the local dtpmod entry.
4787 (set_got_entry): Initialize the common local dtpmod .got entry.
4788 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
4789 and R_IA_64_DTPREL64MSB.
4790
4791 2003-01-16 Alan Modra <amodra@bigpond.net.au>
4792
4793 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
4794 (R_PPC_*): Rename all occurrences to R_PPC64_*.
4795 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
4796 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
4797 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
4798 relative relocs, not with absolute ones.
4799 * Makefile.am: Run "make dep-am".
4800 * Makefile.in: Regenerate.
4801 * po/SRC-POTFILES.in: Regenerate.
4802
4803 2003-01-15 Andreas Schwab <schwab@suse.de>
4804
4805 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
4806 relocation against a non-allocated readonly section.
4807
4808 2003-01-10 Alan Modra <amodra@bigpond.net.au>
4809
4810 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
4811 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
4812
4813 2002-01-08 Klee Dienes <kdienes@apple.com>
4814
4815 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
4816 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
4817 * Makefile.in: Regenerate.
4818
4819 2003-01-08 Alexandre Oliva <aoliva@redhat.com>
4820
4821 * elfn32-mips.c (prev_reloc_section): New.
4822 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
4823 (SET_RELOC_ADDEND): Parenthesize macro argument.
4824
4825 2003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
4826
4827 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
4828 adjust addil instructions if the symbol has no section.
4829
4830 2003-01-07 DJ Delorie <dj@redhat.com>
4831
4832 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
4833 partial_inplace.
4834
4835 2003-01-07 Andreas Schwab <schwab@suse.de>
4836
4837 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
4838 PC relative relocations.
4839 (elf_m68k_discard_copies): Set it here instead.
4840
4841 2002-01-02 Ben Elliston <bje@redhat.com>
4842 Jeff Johnston <jjohnstn@redhat.com>
4843
4844 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
4845 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
4846 (BFD32_BACKENDS): Add elf32-iq2000.lo.
4847 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
4848 (cpu-iq2000.lo): New target.
4849 * Makefile.in: Regenerate.
4850 * config.bfd: Handle iq2000-*-elf.
4851 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
4852 (bfd_archures_list): Add bfd_iq2000_arch.
4853 * configure.in: Handle bfd_elf32_iq2000_vec.
4854 * configure: Regenerate.
4855 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
4856 and BFD_RELOC_IQ2000_UHI16.
4857 * targets.c (bfd_elf32_iq2000_vec): Declare.
4858 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
4859 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
4860 * cpu-iq2000.c: New file.
4861 * elf32-iq2000.c: Likewise.
4862 * libbfd.h: Regenerate.
4863 * bfd-in2.h: Likewise.
4864
4865 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
4866
4867 * elfxx-mips.c: Include libiberty.h.
4868 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
4869 (mips_set_isa_flags): New function, split out from...
4870 (_bfd_mips_elf_final_write_processing): ...here. Only call
4871 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
4872 (mips_mach_extensions): New array.
4873 (mips_32bit_flags_p): New function.
4874 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
4875 Use mips_32bit_flags_p to check if one binary is 32-bit and the
4876 other is 64-bit. When adopting IBFD's architecture, adopt the
4877 bfd_mach as well as the flags.
4878
4879 2003-01-02 Nick Kelsey <nickk@ubicom.com>
4880
4881 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
4882 fix internal errors, fix bad code generation, fix incorrect stabs
4883 information, and improve ability to eliminate redundant page
4884 instructions. Added code to ip2k_final_link_relocate to self-verify
4885 the linker relaxation. Fix formatting problems.
4886
4887 2002-12-30 Chris Demetriou <cgd@broadcom.com>
4888
4889 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
4890 * archures.c (bfd_mach_mipsisa32r2): New define.
4891 * bfd-in2.h: Regenerate.
4892 * cpu-mips.c (I_mipsisa32r2): New enum value.
4893 (arch_info_struct): Add entry for I_mipsisa32r2.
4894 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
4895 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
4896 (_bfd_mips_elf_final_write_processing): Add
4897 bfd_mach_mipsisa32r2 case.
4898 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
4899 binaries marked as using MIPS32 Release 2.
4900
4901 2002-12-30 Dmitry Diky <diwil@mail.ru>
4902
4903 * Makefile.am: Add msp430 target.
4904 * configure.in: Likewise.
4905 * Makefile.in: Regenerate.
4906 * configure: Regenerate.
4907 * archures.c: Add msp430 architecture vector.
4908 * config.bfd: Likewise.
4909 * reloc.c: Add msp430 relocs.
4910 * targets.c: Add msp320 target.
4911 * cpu-msp430.c: New file: msp430 cpu detection.
4912 * elf32-msp430.c: New file: msp430 reloc processing.
4913 * bfd-in2.h: Regenerate.
4914 * libbfd.h: Regenerate.
4915
4916 2002-12-28 Jakub Jelinek <jakub@redhat.com>
4917
4918 * elf.c (elf_sort_sections): Don't reorder .tbss.
4919 (assign_file_positions_for_segments): Only adjust off/voff
4920 for increased alignment in PT_LOAD or PT_NOTE segment,
4921 but adjust p_filesz for .tbss too. in PT_LOAD consider
4922 .tbss to have zero memory size.
4923 (copy_private_bfd_data) [SECTION_SIZE]: Define.
4924 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
4925 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
4926 into PT_TLS segment. Never put SHF_TLS sections in
4927 segments other than PT_TLS or PT_LOAD.
4928
4929 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
4930 sh_entsize.
4931
4932 2002-12-23 DJ Delorie <dj@redhat.com>
4933
4934 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
4935
4936 2002-12-23 Alan Modra <amodra@bigpond.net.au>
4937
4938 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
4939
4940 2002-12-23 Nick Clifton <nickc@redhat.com>
4941
4942 * archures.c (bfd_arch_get_compatible): Add third parameter
4943 'accept_unknowns'. Only accept unknown format BFDs if
4944 accept_unknowns is true, or if the format is "binary".
4945 * bfd-in2.h: Regenerate.
4946
4947 2002-12-21 Nick Clifton <nickc@redhat.com>
4948
4949 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
4950 that subtracted 8 from pc relative relocations.
4951
4952 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4953
4954 * coff-h8300.c: Fix comment typos.
4955 * coffcode.h: Likewise.
4956 * cpu-cris.c: Likewise.
4957 * elf32-vax.c: Likewise.
4958 * genlink.h: Likewise.
4959 * linker.c: Likewise.
4960 * som.c: Likewise.
4961 * tekhex.c: Likewise.
4962 * vms-misc.c: Likewise.
4963
4964 2002-12-20 DJ Delorie <dj@redhat.com>
4965
4966 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
4967 * libbfd.h: Regenerate.
4968 * bfd-in2.h: Regenerate.
4969 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
4970 (xstormy16_reloc_map): Add R_XSTORMY16_12.
4971
4972 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
4973
4974 * doc/bfdint.texi: Fix typos.
4975
4976 2002-12-20 Paul Eggert <eggert@twinsun.com>
4977
4978 Port to POSIX 1003.1-2001.
4979 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
4980 * configure.in (build-warnings): Likewise.
4981 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
4982 * aclocal.m4: Regenerate.
4983 * config.in: Regenerate.
4984 * configure: Regenerate.
4985
4986 2002-12-19 Alan Modra <amodra@bigpond.net.au>
4987
4988 * coff-h8300.c: Include libiberty.h.
4989 (h8300_reloc16_extra_cases): Check the hash table creator before
4990 referencing h8300 specific fields. Stash the hash table pointer
4991 in a local var. Comment typo fixes.
4992 (h8300_bfd_link_add_symbols): Likewise.
4993
4994 * reloc.c (struct reloc_howto_struct): Revise src_mask and
4995 dst_mask comments.
4996 * bfd-in2.h: Regenerate.
4997
4998 2002-12-18 Alan Modra <amodra@bigpond.net.au>
4999
5000 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
5001 code a little. Comment on dynamic relocs against section symbols.
5002
5003 2002-12-17 Roger Sayle <roger@eyesopen.com>
5004
5005 * configure.host (ia64-*-hpux*): Support 64 bit targets using
5006 the HP compiler's "long long".
5007
5008 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
5009
5010 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
5011 and R_XSTORMY16_HI16) howto entries.
5012 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
5013 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
5014 determine the start of the second reloc table.
5015
5016 2002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
5017
5018 * ecofflink.c: Fix the reading of the debugging information
5019 of Tru64/Alpha binaries that are produced by recent Compaq
5020 compilers.
5021 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
5022 table.
5023 (lookup_line): Because of the strange information sometimes
5024 generated by Compaq's recent compilers, change how the FDR
5025 table is searched so that PDRs (procedure descriptors) are
5026 correctly found. Note that this change is really more of a hack;
5027 however, I have included extensive documentation as to why
5028 this is the best solution short of an extensive rewrite or
5029 another hack.
5030 (fdrtab_lookup): Add comments to explain the algorithm.
5031
5032 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
5033
5034 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
5035 initializers to match struct declaration.
5036
5037 2002-12-12 Alan Modra <amodra@bigpond.net.au>
5038
5039 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
5040 * elf.c (get_program_header_size): Likewise.
5041 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
5042 (m32r_elf_generic_reloc): Likewise.
5043 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
5044 * elflink.h (elf_bfd_discard_info): Likewise.
5045
5046 2002-12-12 Alan Modra <amodra@bigpond.net.au>
5047
5048 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
5049 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
5050 DT_RELSZ adjustment, not output section. Avoid writing tags when
5051 unchanged. Don't assume linker script is sane, adjust DT_REL too.
5052 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
5053 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
5054 DT_RELASZ adjustment, not output section. Avoid writing tags when
5055 unchanged. Adjust DT_RELA.
5056 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
5057 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
5058
5059 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
5060
5061 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
5062 addend by 4.
5063
5064 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
5065
5066 * elfxx-mips.c (struct mips_got_entry): New.
5067 (struct mips_got_info): Added got_entries field.
5068 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
5069 (mips_elf_local_got_index, mips_elf_got_page,
5070 mips_elf_got16_entry): Re-implement in terms of new...
5071 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
5072 Change return type.
5073 (mips_elf_highest): Warning clean-up.
5074 (mips_elf_create_got_section): Initialize got_entries.
5075 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
5076 local got size.
5077 (_bfd_mips_elf_size_dynamic_sections): Do not account for
5078 GOT_PAGE entries, since we now reuse GOT16 entries.
5079
5080 2002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
5081
5082 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
5083 read-only section that lies after .text and before .data to be
5084 written into the output file and included in a_text.
5085 (translate_to_native_sym_flags): If an otherwise unrepresentable
5086 section was merged with .text, convert its symbols to N_TEXT
5087 symbols.
5088 * libaout.h (aout_section_merge_with_text_p): New macro.
5089
5090 2002-12-08 Alan Modra <amodra@bigpond.net.au>
5091
5092 * bfd-in.h: Comment typo fix. Formatting.
5093 * bfd-in2.h: Regenerate.
5094 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
5095 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
5096 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
5097
5098 2002-12-05 Richard Henderson <rth@redhat.com>
5099
5100 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
5101 Only send PCREL21B though the plt. Fix installed reloc type.
5102 (elfNN_ia64_relocate_section): Give error for dynamic reloc
5103 against PCREL22 or PCREL64I; clean up error messages for
5104 branch relocs.
5105
5106 2002-12-04 Kevin Buettner <kevinb@redhat.com>
5107
5108 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
5109 New functions.
5110 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
5111
5112 2002-12-04 David Mosberger <davidm@hpl.hp.com>
5113
5114 * cpu-ia64-opc.c: Add operand constant "ar.csd".
5115
5116 2002-12-04 H.J. Lu <hjl@gnu.org>
5117
5118 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
5119 BFD address when constructing local name.
5120
5121 2002-12-04 Andreas Schwab <schwab@suse.de>
5122
5123 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
5124 member.
5125 (elf_m68k_link_hash_table_create): Initialize it.
5126 (elf_m68k_check_relocs): Handle symbols that are forced to be
5127 local due to visibility changes.
5128 (elf_m68k_adjust_dynamic_symbol): Likewise.
5129 (elf_m68k_size_dynamic_sections): Likewise.
5130 (elf_m68k_discard_copies): Likewise.
5131 (elf_m68k_relocate_section): Likewise.
5132
5133 2002-12-04 Alan Modra <amodra@bigpond.net.au>
5134
5135 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
5136
5137 2002-12-04 Alan Modra <amodra@bigpond.net.au>
5138
5139 * srec.c (srec_write_symbols): Restore '$' prefix to address
5140 accidentally removed in 2002-04-04 change.
5141 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
5142
5143 2002-12-03 Nick Clifton <nickc@redhat.com>
5144
5145 * elf32-ppc.c (apuinfo_list_init): New function.
5146 (apuinfo_list_add): New function: Add a value to the list.
5147 (apuinfo_list_length): New function: Return the number of
5148 values on the list.
5149 (apuinfo_list_element): New function: Return a value on the
5150 list.
5151 (apuinfo_list_finish): New function: Free the resources used
5152 by the list.
5153 (ppc_elf_begin_write_processing): New function. Scan the
5154 input bfds for apuinfo sections.
5155 (ppc_elf_write_section): New function: Delay the creation of
5156 the contents of an apuinfo section in an output bfd.
5157 (ppc_elf_final_write_processing): New function. Create the
5158 contents of an apuinfo section in an output bfd.
5159 (elf_backend_begin_write_processing): Define.
5160 (elf_backend_final_write_processing): Define.
5161 (elf_backend_write_section): Define.
5162
5163 2002-12-03 Richard Henderson <rth@redhat.com>
5164
5165 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
5166
5167 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
5168
5169 Fix PR savannah/1417:
5170 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
5171 branch if it goes to the start of the deleted region.
5172
5173 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
5174
5175 * bfd-in2.h (bfd_mach_m6812): Rebuild.
5176 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
5177 bfd_mach_m6812s): Declare.
5178
5179 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
5180 (_bfd_m68hc12_elf_set_private_flags): Call it.
5181 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
5182 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
5183 report microcontroller incompatibilities (HC12 vs HCS12).
5184 (elf_backend_object_p): Update.
5185
5186 2002-11-30 Alan Modra <amodra@bigpond.net.au>
5187
5188 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
5189 (enum bfd_boolean, boolean): Delete.
5190 (bfd_boolean): Typedef to an int.
5191 (FALSE, TRUE): Define.
5192 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
5193 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
5194 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
5195 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
5196 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
5197 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
5198 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
5199 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
5200 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
5201 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
5202 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
5203 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
5204 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
5205 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
5206 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
5207 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
5208 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
5209 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
5210 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
5211 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
5212 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
5213 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
5214 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
5215 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
5216 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
5217 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
5218 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
5219 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
5220 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
5221 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
5222 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
5223 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
5224 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
5225 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
5226 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
5227 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
5228 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
5229 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
5230 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
5231 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
5232 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
5233 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
5234 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
5235 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
5236 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
5237 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
5238 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
5239 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
5240 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
5241 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
5242 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
5243 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
5244 of bfd_boolean vars with TRUE/FALSE. Formatting.
5245 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
5246
5247 2002-11-28 Alan Modra <amodra@bigpond.net.au>
5248
5249 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
5250 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
5251 with Elf_Internal_Rela.
5252 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
5253 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
5254 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
5255 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
5256 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
5257 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
5258 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
5259 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
5260 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
5261 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
5262 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
5263 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
5264 throughout instead.
5265 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
5266 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
5267 Remove INLINE keyword.
5268 (elf_swap_reloc_in): Likewise. Also clear r_addend.
5269 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
5270 as a bfd_byte *.
5271 (elf_write_relocs): Consolidate REL and RELA code.
5272 (elf_slurp_reloc_table_from_section): Simplify REL code.
5273 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
5274 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
5275 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
5276 RELA code.
5277 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
5278 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
5279 (elf_link_output_relocs): Likewise.
5280 (elf_reloc_link_order): Likewise.
5281 (elf_finish_pointer_linker_section): Likewise.
5282 (struct elf_link_sort_rela): Remove union.
5283 (elf_link_sort_cmp1): Update to suit.
5284 (elf_link_sort_cmp2): Here too.
5285 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
5286 over-allocation for int_rels_per_ext_rel != 1 case.
5287 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
5288 * elf32-i386.c: Likewise.
5289 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
5290 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
5291 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
5292 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
5293 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
5294 elf64-sparc.c, elf64-x86-64.c: Likewise.
5295 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
5296 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
5297 bfd_elf32_swap_reloc_in.
5298
5299 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
5300 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
5301 (mips_elf64_swap_reloc_in): Zero r_addend.
5302 (mips_elf64_be_swap_reloc_in): Likewise.
5303 (mips_elf64_slurp_one_reloc_table): Simplify.
5304
5305 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
5306 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
5307 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
5308
5309 2002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5310
5311 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
5312 unresolved debugging relocs in dynamic applications.
5313 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
5314
5315 2002-11-26 Alan Modra <amodra@bigpond.net.au>
5316
5317 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
5318 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
5319 on a relocatable link. Comment typos.
5320 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
5321 in the order they are declared. Clear elf_hash_value too.
5322 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
5323 eh_info and tls_segment.
5324 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
5325 sorted when discarding relocs by turning them into R_*_NONE.
5326
5327 * libbfd.c (warn_deprecated): Comment spelling.
5328 * po/SRC-POTFILES.in: Regenerate.
5329
5330 2002-11-21 Richard Henderson <rth@redhat.com>
5331
5332 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
5333 arch's st_other bits when merging visibilities.
5334 (elf_link_output_extsym): Tidy clearing of visibility field.
5335
5336 2002-11-21 Alan Modra <amodra@bigpond.net.au>
5337
5338 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
5339 (SWAP_OUT_RELOC_OFFSET): Define.
5340
5341 2002-11-20 Alexandre Oliva <aoliva@redhat.com>
5342
5343 * elf.c (_bfd_elf_link_hash_table_init): Make sure
5344 can_refcount is properly extended to the type of
5345 init_refcount.
5346
5347 2002-11-19 Alexandre Oliva <aoliva@redhat.com>
5348
5349 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
5350 (_bfd_mips_elf_relocate_section): Use it.
5351
5352 * elfxx-mips.c (MNAME): New macro.
5353 (_bfd_mips_elf_check_relocs): Use it.
5354 (_bfd_mips_elf_discard_info): Likewise.
5355 (_bfd_mips_elf_final_link): Likewise.
5356
5357 2002-11-19 Alan Modra <amodra@bigpond.net.au>
5358
5359 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
5360 rel_hdr.sh_size too.
5361
5362 2002-11-18 Klee Dienes <kdienes@apple.com>
5363
5364 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
5365 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
5366 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
5367 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
5368 Add dependencies for bfdwin.c, bfdio.c.
5369 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
5370 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
5371 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
5372 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
5373 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
5374 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
5375 bfd_get_size (moved from libbfd.c and bfd.c).
5376 * bfdwin.c New file. Contains _bfd_window_internal,
5377 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
5378 libbfd.c and bfd.c).
5379 * po/SRC-POTFILES.in: Regenerate.
5380 * po/bfd.pot: Regenerate.
5381 * libbfd.h: Regenerate.
5382 * bfd-in2.h: Regenerate.
5383 * aclocal.m4: Regenerate.
5384 * Makefile.in: Regenerate.
5385 * configure: Regenerate.
5386
5387 2002-11-18 Klee Dienes <kdienes@apple.com>
5388
5389 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
5390
5391 2002-11-15 Kazu Hirata <kazu@cs.umass.edu>
5392
5393 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
5394 jsr after a short jump.
5395 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
5396
5397 2002-11-15 Klee Dienes <kdienes@apple.com>
5398
5399 * pef.c (bfd_pef_convert_architecture): Move declaration of
5400 ARCH_POWERPC and ARCH_M68K to the start of the function.
5401
5402 2002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
5403
5404 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
5405
5406 2002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
5407
5408 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
5409 For bpo_gregs_section->contents, allocate _raw_size, not
5410 _cooked_size.
5411
5412 2002-11-13 Klee Dienes <kdienes@apple.com>
5413
5414 * config.bfd: Add entries for powerpc-*-darwin and cousins.
5415
5416 2002-11-13 H.J. Lu <hjl@gnu.org>
5417
5418 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
5419
5420 2002-11-13 Klee Dienes <kdienes@apple.com>
5421 Alan Modra <amodra@bigpond.net.au>
5422
5423 * bfd.c (struct bfd_preserve): New.
5424 (bfd_preserve_save): New function.
5425 (bfd_preserve_restore): Ditto.
5426 (bfd_preserve_finish): Ditto.
5427 * bfd-in2.h: Regenerate.
5428 * mach-o.c: Formatting.
5429 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
5430 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
5431 (bfd_mach_o_core_p): Ditto.
5432 (bfd_mach_o_scan): Pass in mdata.
5433 * mach-o.h (bfd_mach_o_scan): Update prototype.
5434 * pef.c: Formatting.
5435 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
5436 (bfd_pef_xlib_object_p): Ditto.
5437 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
5438 * pef.h (bfd_pef_scan): Update prototype.
5439 * xsym.c: Formatting, K&R fixes.
5440 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
5441 (bfd_sym_scan): New function split out from bfd_sym_object_p.
5442 * xsym.h (bfd_sym_scan): Declare.
5443 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
5444 * elfcore.h (elf_core_file_p): Likewise.
5445 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
5446
5447 2002-11-12 Nick Clifton <nickc@redhat.com>
5448
5449 * po/da.po: Updated Danish translation.
5450
5451 2002-11-12 Alan Modra <amodra@bigpond.net.au>
5452
5453 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
5454 relocatable link too.
5455 (elf_link_input_bfd): When emitting relocs, adjust offsets for
5456 eh_frame and stab sections. Zap deleted relocs.
5457 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
5458 (elf_bfd_discard_info): Run for relocatable link too.
5459 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
5460 Handle ld -r case.
5461 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
5462 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
5463
5464 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
5465 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
5466 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
5467 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
5468 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
5469 (struct elf_link_hash_table): Add eh_info.
5470 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
5471 (_bfd_elf_discard_section_eh_frame): Update prototype.
5472 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
5473 (_bfd_elf_write_section_eh_frame): Likewise.
5474 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
5475 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
5476 param. Get "hdr_info" from link hash table.
5477 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
5478 header section from link hash table. Save header section to elf_tdata.
5479 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
5480 header section from link hash table. Don't alloc hdr_info. Clear
5481 hdr_sec instead of setting "strip".
5482 (_bfd_elf_eh_frame_section_offset): Formatting.
5483 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
5484 Get header section from link hash table.
5485 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
5486 Get header section from link hash table.
5487 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
5488 (get_program_header_size): Likewise.
5489 (_bfd_elf_section_offset): Formatting.
5490 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
5491 section pointer in link hash table.
5492 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
5493 and _bfd_elf_write_section_eh_frame calls. Update comment about
5494 eh_frame entries.
5495 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
5496 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
5497
5498 * po/SRC-POTFILES.in: Regenerate.
5499
5500 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
5501 relocs for discarded FDEs. Remove dead code.
5502 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
5503 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
5504 Tidy conditions under which stabs are edited. Formatting.
5505 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
5506 from discarded relocs.
5507 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
5508 section adjustments after testing magic values.
5509
5510 2002-11-12 Thomas Moestl <tmm@FreeBSD.org>
5511
5512 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
5513 references to large plt symbols.
5514
5515 2002-11-12 Klee Dienes <kdienes@apple.com>
5516
5517 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
5518 looking for an unused section name.
5519
5520 2002-11-11 Kazu Hirata <kazu@cs.umass.edu>
5521
5522 * coff-h8300.c: Fix formatting.
5523 * elf32-h8300.c: Likewise.
5524 * reloc16.c: Likewise.
5525
5526 2002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
5527
5528 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
5529 section when dynamic section unused; _bfd_strip_section_from_output
5530 instead.
5531
5532 2002-11-08 Alan Modra <amodra@bigpond.net.au>
5533
5534 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
5535 and sym_vec.
5536
5537 * dwarf2.c: Revert last change.
5538
5539 2002-11-07 Michal Ludvig <mludvig@suse.cz>
5540
5541 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
5542 _bfd_dwarf2_find_nearest_line): Use
5543 bfd_simple_get_relocated_section_contents() instead of
5544 bfd_get_section_contents().
5545 * reloc.c (bfd_perform_relocation): Add sanity check.
5546 * simple.c (simple_get_relocated_section_contents): If the section
5547 does not have any relocs associated with it, just return the
5548 unadjusted contents.
5549
5550 2002-11-07 Hans-Peter Nilsson <hp@axis.com>
5551
5552 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
5553 case R_CRIS_32_GOT>: Correct test for filling in constant .got
5554 contents, enabling for a non-DSO, for symbols defined in the
5555 program with --export-dynamic.
5556
5557 2002-11-07 Alan Modra <amodra@bigpond.net.au>
5558
5559 * elf64-ppc.c: Comment typo fixes.
5560 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
5561
5562 2002-11-07 Nick Clifton <nickc@redhat.com>
5563
5564 * po/da.po: Updated Danish translation.
5565
5566 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
5567
5568 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
5569 exactly three internal relocs per external reloc. Set reloc_count
5570 to the external reloc count.
5571
5572 2002-11-06 Klee Dienes <kdienes@apple.com>
5573
5574 * coff-stgo32.c (stub_bytes): Mark as const.
5575 Fix comment formatting.
5576
5577 2002-11-06 Klee Dienes <kdienes@apple.com>
5578
5579 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
5580 xsym.lo.
5581 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
5582 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
5583 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
5584 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
5585 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
5586 sym.
5587 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
5588 * Makefile.in: Regenerate.
5589 * doc/Makefile.in: Regenerate.
5590 * bfd-in2.h: Regenerate.
5591 * xsym.c: New file. Contains support for the Apple/Metrowerks
5592 xSYM debugging format.
5593 * xsym.h: New file.
5594 * pef.c: New file. Contains support for the Apple Code Fragment
5595 Manager Preferred Executable Format
5596 * pef.h: New file.
5597 * pef-traceback.h: New file. Contains support for parsing PowerPC
5598 traceback tables as used by PEF executables (and perhaps other
5599 systems as well).
5600 * mach-o.c: New file. Contains support for the Mach-O object file
5601 format.
5602 * mach-o.h: New file.
5603 * mach-o-target.c: New file. Declares the mach-o targets
5604 themselves. Included three times by mach-o.c; each time with a
5605 different set of macros set.
5606
5607 2002-11-06 Graeme Peterson <gp@qnx.com>
5608
5609 * Makefile.am: Remove entries for elf32-qnx.[ch].
5610 * Makefile.in: Regenerate.
5611 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
5612 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
5613 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5614 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
5615 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
5616 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
5617 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5618 * configure: Regenerate.
5619 * elf32-qnx.c: Remove.
5620 * elf32-qnx.h: Remove.
5621 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
5622 is_contained_by_filepos, and copy_private_bfd_data_p.
5623 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
5624 is_contained_by_filepos, and copy_private_bfd_data_p.
5625 * elf32-i386.c: Remove QNX extended bfd support.
5626 * elf32-ppc.c: Remove QNX extended bfd support.
5627 * elf32-sh.c: Remove QNX extended bfd support.
5628 * elfarm-nabi.c: Remove QNX extended bfd support.
5629 * targets.c: Remove qnx vectors.
5630 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
5631 (elf_backend_is_contained_by_filepos): Remove.
5632 (elf_backend_copy_private_bfd_data_p): Remove.
5633 * po/SRC-POTFILES.in: Regenerate.
5634
5635 2002-11-06 David O'Brien <obrien@FreeBSD.org>
5636 Alan Modra <amodra@bigpond.net.au>
5637
5638 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
5639 dynamic relocs against section symbols for the output section vma.
5640
5641 2002-11-05 Alan Modra <amodra@bigpond.net.au>
5642
5643 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
5644 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
5645
5646 2002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5647 Alan Modra <amodra@bigpond.net.au>
5648
5649 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
5650 vectors in target_selvecs.
5651 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
5652 in target_selvecs.
5653 (sh-*-netbsdelf*): Likewise.
5654 * configure.in (assocvecs): New variable. Handle assocvecs like
5655 selvecs.
5656 * configure: Regenerate.
5657 * format.c (bfd_check_format_matches): Store bfd_target pointers
5658 in matching_vector instead of target names. Select first target
5659 from bfd_associated_vector that matches a list of ambiguous targets.
5660 * targets.c (_bfd_associated_vector): New array.
5661 (bfd_associated_vector): New variable.
5662 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
5663 * libbfd-in.h (bfd_associated_vector): Declare.
5664 * libbfd.h: Regenerate.
5665
5666 2002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
5667
5668 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
5669 non-NULL before dereferencing.
5670
5671 2002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5672
5673 * vms.c (vms_object_p): Restore the start address when returning
5674 NULL.
5675
5676 2002-11-04 Alan Modra <amodra@bigpond.net.au>
5677 Hans-Peter Nilsson <hp@axis.com>
5678
5679 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
5680 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
5681 Set up a larger symshndxbuf, and write it out. Free it on
5682 exit rather than freeing symbuf twice. Correct section index
5683 on output section symbol loop.
5684 (elf_link_output_sym): Accumulate symbol extension section
5685 indices, reallocating symshndxbuf rather than writing it out.
5686 (elf_link_flush_output_syms): Don't flush symshndxbuf.
5687 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
5688 Use bfd_zalloc to clear i_shdrp[0] too.
5689
5690 2002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
5691
5692 * elf32-sh64-com.c (sh64_address_in_cranges): Use
5693 _raw_size of cranges section if _cooked_size not yet set.
5694
5695 2002-11-03 Hans-Peter Nilsson <hp@axis.com>
5696
5697 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
5698 for bfd_elf32_swap_symbol_out.
5699
5700 2002-10-31 David O'Brien <obrien@FreeBSD.org>
5701
5702 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
5703 signed and unsigned in comparison.
5704
5705 2002-10-30 Daniel Jacobowitz <drow@mvista.com>
5706
5707 * coffcode.h: Remove extraneous '\'.
5708
5709 2002-10-28 H.J. Lu <hjl@gnu.org>
5710
5711 * Makefile.am (targets.lo): Depend on Makefile instead of
5712 config.status.
5713 (archures.lo): Likewise.
5714 * Makefile.in: Regenerated.
5715
5716 2002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
5717
5718 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
5719 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
5720 targ_selvecs.
5721
5722 2002-10-25 Jim Wilson <wilson@redhat.com>
5723
5724 * elf64-sh64.c (sh_elf64_relocate_section): Call
5725 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
5726 of SHF_MERGE section.
5727
5728 2002-10-25 Hans-Peter Nilsson <hp@axis.com>
5729
5730 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
5731
5732 2002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
5733
5734 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
5735 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
5736 unsigned int.
5737 (NAME(aout,final_link)): Cast enum used in assignment.
5738 (aout_link_write_symbols): Cast enums in comparisons, int values to
5739 boolean, enums in assignments to int.
5740 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
5741 (aout_link_input_section_ext): Likewise. Cast enums used in
5742 comparisons with unsigned ints.
5743 (aout_link_reloc_link_order): Cast enum to int in assignment.
5744 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
5745 calls to char *.
5746 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
5747 assignment.
5748 * bfd-in2.h (bfd_set_section_vma): Likewise.
5749 * bfd.c (bfd_record_phdr): Cast enums in assignments.
5750 * binary.c (bfd_alloc): Cast enum to long.
5751 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
5752 * dwarf2.c (read_abbrevs): Add casts to enum types.
5753 (read_attribute_value): Likewise.
5754 (arange_add): Cast result of bfd_zalloc call.
5755 (comp_unit_contains_address): Return true and false.
5756 (comp_unit_find_nearest_line): Cast return to boolean.
5757 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
5758 * gen-aout.c: define macro '_' if not defined.
5759 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5760 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5761 (bfd_write_bigendian_4byte_int): Cast return to boolean.
5762 (bfd_seek): Cast bfd_realloc to bfd_byte *.
5763 (bfd_generic_is_local_label_name): Cast return to boolean.
5764 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
5765 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
5766 struct bfd_hash_entry *.
5767 (_bfd_generic_link_hash_newfunc): likewise.
5768 (_bfd_generic_final_link): Cast enum to unsigned int.
5769 * merge.c (sec_merge_emit): Cast return to boolean.
5770 (merge_strings): Add casts to const unsigned char *.
5771 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
5772 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
5773 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
5774 to struct bfd_hash_entry *.
5775 (bfd_set_section_content): Add cast to PTR in comparison.
5776 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
5777 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
5778 simple_dummy_unattached_reloc,
5779 bfd_simple_get_relocated_section_contents): Add K&R declarations and
5780 function definitions.
5781 * srec.c (S3Forced): Initialize to false.
5782 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
5783 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
5784 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
5785 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
5786 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
5787 comparisons.
5788
5789 2002-10-23 Jakub Jelinek <jakub@redhat.com>
5790
5791 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
5792 relocs into shared lib non-allocated reloc sections.
5793
5794 2002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5795
5796 * dwarf2.c (add_line_info): Ensure that the line_info_table is
5797 sorted even when given an out-of-order line sequence.
5798 (lookup_address_in_line_info_table): When an exact VMA match is
5799 not found, return line information with the closest VMA.
5800
5801 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
5802
5803 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
5804 HPUX 11.00 patch PHSS_26559.
5805
5806 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
5807
5808 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
5809 the options section into a separate section unless IRIX 6
5810 compatibility is enabled.
5811
5812 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
5813
5814 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
5815 into arrays.
5816 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
5817 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
5818 into account.
5819 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
5820 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
5821
5822 2002-10-21 Graeme Peterson <gp@qnx.com>
5823
5824 * targets.c (_bfd_target_vector): Add missing qnx vectors.
5825
5826 2002-10-21 Alan Modra <amodra@bigpond.net.au>
5827
5828 * targets.c (bfd_target_list): Don't return the default target twice.
5829
5830 2002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
5831
5832 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
5833 perror with bfd_perror.
5834
5835 2002-10-19 H.J. Lu <hjl@gnu.org>
5836
5837 * elflink.h (elf_link_add_object_symbols): Correctly handle
5838 DT_RPATH and DT_RUNPATH.
5839
5840 2002-10-19 Mark Kettenis <kettenis@gnu.org>
5841
5842 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
5843
5844 2002-10-17 Denis Chertykov <denisc@overta.ru>
5845
5846 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
5847 for ip2k port.
5848
5849 2002-10-17 Alan Modra <amodra@bigpond.net.au>
5850
5851 * elfxx-target.h (USE_REL): Don't define as 1.
5852 * elf32-arm.h (USE_REL): Provide a default define of 0.
5853 Use #if rather than #ifdef when testing USE_REL.
5854 * elf32-m32r.c: Likewise.
5855
5856 * elf32-arc.c (USE_REL): Define as 1.
5857 * elf32-d10v.c (USE_REL): Likewise.
5858 * elf32-m32r.c (USE_REL): Likewise.
5859 * elf32-m68hc11.c (USE_REL): Likewise.
5860 * elf32-m68hc12.c (USE_REL): Likewise.
5861 * elf32-or32.c (USE_REL): Likewise.
5862 * elfarm-nabi.c (USE_REL): Likewise.
5863
5864 2002-10-16 Jakub Jelinek <jakub@redhat.com>
5865
5866 * config.bfd (s390-*-linux*): Add targ64_selvecs.
5867 (s390x-*-linux*): Add targ_selvecs.
5868
5869 2002-10-16 Alan Modra <amodra@bigpond.net.au>
5870
5871 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5872 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
5873 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
5874 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
5875 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
5876 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
5877 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
5878 (SOURCE_HFILES): Add elf32-qnx.h.
5879 (BUILD_HFILES): Add bfdver.h.
5880 Run "make dep-am".
5881 * Makefile.in: Regenerate.
5882 * configure.in Update bfd vector dependencies.
5883 * configure: Regenerate.
5884 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
5885 * elf32-i386qnx.c: Likewise.
5886 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
5887 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
5888 * elf32-sh-lin.c: Likewise.
5889 * elf32-shqnx.c: Likewise.
5890 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
5891 * elf32-sh64-nbsd.c: Likewise.
5892 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
5893 * elf64-sh64-nbsd.c: Likewise.
5894 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
5895 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
5896 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
5897 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
5898 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
5899 (elf_backend_is_contained_by_filepos): Likewise.
5900 (elf_backend_copy_private_bfd_data_p): Likewise.
5901 Globalize and move functions to..
5902 * elf32-qnx.c: ..here. New file.
5903 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
5904 emit target vectors when INCLUDE_SHMEDIA.
5905 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
5906 end of file.
5907 * elf64-sh64.c: Remove ELF_ARCH test.
5908 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
5909 * po/BLD-POTFILES.in: Regenerate.
5910 * po/SRC-POTFILES.in: Regenerate.
5911
5912 2002-10-16 Alan Modra <amodra@bigpond.net.au>
5913
5914 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
5915 loaded with --just-symbols.
5916
5917 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
5918 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5919 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5920 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5921
5922 2002-10-15 Richard Henderson <rth@redhat.com>
5923
5924 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
5925 (BFD64_BACKENDS_CFILES): Likewise.
5926 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
5927 * elf64-alpha-fbsd.c: Remove file, move code ...
5928 * elf64-alpha.c: ... here.
5929 * Makefile.in, configure: Rebuild.
5930
5931 2002-10-14 Richard Henderson <rth@redhat.com>
5932
5933 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
5934 VALUE, not ADDEND.
5935
5936 2002-10-14 Stephen Clarke <stephen.clarke@superh.com>
5937
5938 * elf32-sh.c (elf_sh_link_hash_entry): Replace
5939 datalabel_got_offset with union of datalabel_got
5940 offset and refcount.
5941 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
5942 (allocate_dynrelocs): Delete unnecessary code for
5943 STT_DATALABEL type. Create entry in got for
5944 datalabel version of symbol if datalabel_got.refcount > 0.
5945 (sh_elf_relocate_section): Use datalabel_got union.
5946 (sh_elf_gc_sweep_hook): Pull common code to initialize
5947 h and eh out of switch statement. Declare seen_stt_datalabel.
5948 Initialize it. Decrement datalabel_got.refcount for
5949 got relocs when seen_stt_datalabel is true.
5950 Decrement local_got_refcounts entry for datalabel got relocs
5951 of local symbols.
5952 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
5953 (sh_elf_check_relocs): Declare seen_stt_datalabel.
5954 Initialize it. When seen_stt_datalabel is true, increment
5955 datalabel_got refcount rather than got.refcount.
5956 (sh_elf_finish_dynamic_symbol): Create relocs to
5957 initialize got entry for datalabel version of symbol.
5958
5959 2002-10-14 Alan Modra <amodra@bigpond.net.au>
5960
5961 * Makefile.am: Run "make dep-am".
5962 (BFD_H_FILES): Remove version.h.
5963 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
5964 * version.h: ..to here.
5965 * configure.in (bfd_version_date): Remove.
5966 (AC_OUTPUT): Make bfdver.h from version.h.
5967 * bfd.c: #include "bfdver.h".
5968 * vms-hdr.c: Likewise.
5969 * Makefile.in: Regenerate.
5970 * bfd-in2.h: Regenerate.
5971 * configure: Regenerate.
5972 * po/SRC-POTFILES.in: Regenerate.
5973
5974 2002-10-14 Alan Modra <amodra@bigpond.net.au>
5975
5976 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
5977 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
5978 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
5979 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
5980 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
5981 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
5982 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
5983 bfd_mach_ip2022, bfd_mach_ip2022ext,
5984 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
5985 * bfd-in2.h: Regenerate.
5986
5987 2002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5988
5989 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
5990 endian vector to targ_selvecs.
5991
5992 2002-10-13 Alexandre Oliva <aoliva@redhat.com>
5993
5994 * elfxx-mips.c (mips_elf_calculate_relocation): Take
5995 save_addend argument. Don't apply the 32-bit mask to a
5996 GPREL32 value if it's to be used in another relocation. Don't
5997 use forced-check computation of local_p to decide whether to
5998 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
5999 of the addend of a non-in-place GPREL16 relocation.
6000 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
6001 mips_elf_calculate_relocation().
6002
6003 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
6004
6005 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
6006 with symbols in other sections if we relaxed something; the sections
6007 output offsets must be re-computed before.
6008
6009 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
6010
6011 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
6012 handling to use Elf_Internal_Sym.
6013 (m68hc11_elf_relax_delete_bytes): Likewise.
6014
6015 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6016
6017 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
6018 sh_elf_object_p, dtpoff_base): New functions.
6019 (sh_elf_howto_table): Add TLS relocs.
6020 (sh_reloc_map): Likewise.
6021 (sh_elf_info_to_howto): Support TLS relocs.
6022 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
6023 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
6024 New macros.
6025 (sh_elf_obj_tdata): New.
6026 (elf_sh_link_hash_table): Add tls_ldm_got.
6027 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
6028 (allocate_dynrelocs): Support TLS relocs.
6029 (sh_elf_size_dynamic_sections): Likewise.
6030 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
6031 .rela.got section when found already. Return false after printing
6032 error about unresolvable relocation.
6033 (sh_elf_gc_sweep_hook): Support TLS relocs.
6034 (sh_elf_check_relocs): Likewise.
6035 (sh_elf_finish_dynamic_symbol): Likewise.
6036 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
6037 * reloc.c: Add SH TLS relocs.
6038 * bfd-in2.h, libbfd.h: Regenerate.
6039
6040 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
6041
6042 * Makefile.in: Regenerated.
6043
6044 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
6045
6046 * Makefile.am: Run dep-am.
6047 (BFD_H_DEP): Add simple.c and linker.c.
6048 (BFD32_LIBS): Add simple.lo.
6049 (BFD32_LIBS_CFILES): Add simple.c.
6050 * Makefile.in: Regenerated.
6051 * bfd-in2.h: Regenerated.
6052 * simple.c: New file.
6053
6054 2002-10-11 Alan Modra <amodra@bigpond.net.au>
6055
6056 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
6057 (record_thumb_to_arm_glue): Likewise.
6058 * ecoff.c (ecoff_link_add_externals): Likewise.
6059 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
6060 (record_thumb_to_arm_glue): Likewise.
6061 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
6062 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
6063 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
6064 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
6065 * elf64-ppc.c (func_desc_adjust): Likewise.
6066 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
6067 (sh64_elf64_create_dynamic_sections): Likewise.
6068 * elflink.c (_bfd_elf_create_got_section): Likewise.
6069 (_bfd_elf_create_dynamic_sections): Likewise.
6070 (_bfd_elf_create_linker_section): Likewise.
6071 * elflink.h (elf_add_default_symbol): Likewise.
6072 (elf_link_create_dynamic_sections): Likewise.
6073 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
6074 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
6075 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
6076 (_bfd_mips_elf_add_symbol_hook): Likewise.
6077 (_bfd_mips_elf_create_dynamic_sections): Likewise.
6078 * linker.c (generic_link_add_symbol_list): Likewise.
6079 * xcofflink.c (xcoff_link_add_symbols): Likewise.
6080
6081 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
6082
6083 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
6084 completely removed. Correct local sym adjustment.
6085
6086 2002-10-10 Stephen Clarke <stephen.clarke@superh.com>
6087
6088 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
6089 Correct mistake in calculation of address of .got.
6090 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
6091 elf_sh64_pic_plt_entry_le): Likewise.
6092
6093 2002-10-09 Richard Shann <richard.shann@superh.com>
6094 Stephen Clarke <stephen.clarke@superh.com>
6095
6096 * Makefile.am: Add entries for elf32-sh64-lin.c and
6097 elf64-sh64-lin.c. Regenerate.
6098 * Makefile.in: Regenerate.
6099 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
6100 to use sh64 vectors rather than sh vectors.
6101 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
6102 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
6103 * configure: Regenerate.
6104 * elf32-sh64-lin.c: New file.
6105 * elf64-sh64-lin.c: New file.
6106 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
6107 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
6108
6109 2002-10-08 H.J. Lu <hjl@gnu.org>
6110
6111 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
6112 IE->LE transition for R_386_TLS_IE.
6113
6114 2002-10-08 Alan Modra <amodra@bigpond.net.au>
6115
6116 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
6117
6118 2002-10-07 Mark Elbrecht <snowball3@softhome.net>
6119
6120 * cofflink.c (mark_relocs): Don't mark relocations in excluded
6121 sections.
6122
6123 2002-10-07 Alan Modra <amodra@bigpond.net.au>
6124
6125 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
6126 code.
6127
6128 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
6129
6130 2002-10-06 Alan Modra <amodra@bigpond.net.au>
6131
6132 * opncls.c: Formatting.
6133 (_bfd_new_bfd): Use a smaller section hash table.
6134
6135 2002-10-05 Alexandre Oliva <aoliva@redhat.com>
6136
6137 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
6138 of the other two relocations packed with a REL32 to NONE.
6139
6140 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
6141
6142 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
6143 (sh_elf_link_hash_newfunc): Initialize it.
6144 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
6145 to got.refcount for symbols that are forced local or when
6146 we have direct got refs.
6147 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
6148 to correctly adjust got.refcount and plt.refcount.
6149 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
6150 (sh_elf_check_relocs): Increment gotplt_refcount.
6151
6152 2002-10-01 Jakub Jelinek <jakub@redhat.com>
6153
6154 * elf32-i386.c (elf_i386_relocate_section): Fix
6155 movl foo@indntpoff, %eax IE->LE transition.
6156
6157 2002-10-01 Jakub Jelinek <jakub@redhat.com>
6158
6159 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
6160 sequence and its transitions.
6161
6162 2002-10-01 Jakub Jelinek <jakub@redhat.com>
6163
6164 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
6165 to st_value + addend in non-code sections.
6166 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
6167 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
6168
6169 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
6170 Ken Raeburn <raeburn@cygnus.com>
6171 Aldy Hernandez <aldyh@redhat.com>
6172 Eric Christopher <echristo@redhat.com>
6173 Richard Sandiford <rsandifo@redhat.com>
6174
6175 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
6176 (bfd_mach_mips5500): New.
6177 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
6178 (arch_info_struct): Add corresponding entries here.
6179 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
6180 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
6181 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
6182 bfd_mach_mips5400 and bfd_mach_mips5500.
6183 (_bfd_mips_elf_mach_extends_p): New function.
6184 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
6185 the EF_MIPS_MACH flags.
6186 * bfd-in2.h: Regenerate.
6187
6188 2002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
6189
6190 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
6191 .got sections.
6192
6193 2002-09-28 Alan Modra <amodra@bigpond.net.au>
6194
6195 * elf.c (map_sections_to_segments): Correct test for start of
6196 writable section in the same page as end of read-only section.
6197
6198 2002-09-27 Matt Thomas <matt@3am-software.com>
6199
6200 * elf32-vax.c (elf_vax_check_relocs): Remove unused
6201 local_got_refcounts usage. Remove allocation of got slot.
6202 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
6203 Remove de-allocation of got slot.
6204 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
6205 traversal for elf_vax_instantiate_got_entries. Allow empty .got
6206 sections to be GC'ed.
6207 (elf_vax_instantiate_got_entries): New function.
6208 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
6209 tests that are now handled by elf_vax_instantiate_got_entries.
6210 Assert GOT entry falls within .got section size. Remove redundant
6211 comparisions. Fix comments.
6212
6213 2002-09-27 Jakub Jelinek <jakub@redhat.com>
6214
6215 * reloc.c: Add x86-64 TLS relocs.
6216 * bfd-in2.h, libbfd.h: Rebuilt.
6217 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
6218 relocs. Add TLS relocs.
6219 (x86_64_reloc_map): Add TLS relocs.
6220 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
6221 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
6222 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
6223 (elf64_x86_64_hash_entry): Define.
6224 (struct elf64_x86_64_obj_tdata): New.
6225 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
6226 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
6227 (link_hash_newfunc): Initialize tls_type.
6228 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
6229 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
6230 (elf64_x86_64_mkobject): New.
6231 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
6232 (elf64_x86_64_tls_transition): New.
6233 (elf64_x86_64_check_relocs): Add r_type variable and use it.
6234 Handle TLS relocs.
6235 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
6236 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
6237 (elf64_x86_64_size_dynamic_sections): Likewise.
6238 (dtpoff_base, tpoff): New.
6239 (elf64_x86_64_relocate_section): Handle TLS relocs.
6240 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
6241 entries.
6242 (bfd_elf64_mkobject): Define.
6243
6244 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
6245 DF_STATIC_TLS if shared.
6246
6247 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6248
6249 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
6250 empty relocation sections.
6251
6252 2002-09-26 Alan Modra <amodra@bigpond.net.au>
6253
6254 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
6255 (ppc64_elf_build_stubs): Build them here instead.
6256
6257 2002-09-24 Jakub Jelinek <jakub@redhat.com>
6258
6259 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
6260 addend into r_addend, not *r_offset.
6261 (elf32_sparc_finish_dynamic_symbol): Likewise.
6262 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
6263 R_SPARC_RELATIVE's r_offset.
6264
6265 2002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
6266
6267 * dwarf2.c (decode_line_info): Update to correctly decode
6268 the (non-standard DWARF2) out-of-order address sequences
6269 generated by the Intel C++ 6.0 compiler for ia64-Linux.
6270
6271 2002-09-23 Mark Elbrecht <snowball3@softhome.net>
6272
6273 * config.bfd: For DJGPP targets, match with any cpu and any machine.
6274
6275 2002-09-23 Alan Modra <amodra@bigpond.net.au>
6276
6277 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
6278 for discarded FDEs. Remove redundant assignment.
6279 * elflink.h (elf_bfd_discard_info): Save edited relocs.
6280
6281 2002-09-22 H.J. Lu <hjl@gnu.org>
6282
6283 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
6284 the relocation count between different .reloc sections.
6285
6286 2002-09-21 Alan Modra <amodra@bigpond.net.au>
6287
6288 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
6289 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
6290 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
6291 R_PPC_EMB_RELSDA.
6292
6293 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
6294 unsigned. Move "symcount" assignment out of loop.
6295 * Makefile.am: Run "make dep-am".
6296 * Makefile.in: Regenerate.
6297 * configure: Regenerate.
6298 * po/SRC-POTFILES.in: Regnerate.
6299
6300 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
6301
6302 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
6303 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
6304 (e.g. IRIX64).
6305
6306 2002-09-19 Jakub Jelinek <jakub@redhat.com>
6307
6308 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
6309 even if generating R_PPC_RELATIVE reloc.
6310 (ppc_elf_relocate_section): Make sure relocation is performed
6311 if skip == -2. Clear memory at r_offset when creating dynamic
6312 relocation.
6313
6314 2002-09-19 Jakub Jelinek <jakub@redhat.com>
6315
6316 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
6317 BFD_RELOC_386_TLS_GOTIE): Add.
6318 * bfd-in2.h, libbfd.h: Rebuilt.
6319 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
6320 and R_386_TLS_GOTIE.
6321 (elf_i386_reloc_type_lookup): Handle it.
6322 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
6323 char instead of enum, change GOT_* into defines.
6324 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
6325 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6326 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
6327 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
6328 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
6329 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6330 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6331 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6332 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
6333 tls_type is GOT_TLS_IE_BOTH.
6334 (elf_i386_size_dynamic_sections): Likewise.
6335 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6336 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6337 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
6338 all 4 GOT_TLS_* TLS types.
6339
6340 2002-09-19 Nick Clifton <nickc@redhat.com>
6341
6342 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
6343 follow indirect links.
6344
6345 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
6346
6347 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
6348 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
6349 on 64 bit machines.
6350 (ecoff_swap_sym_in) <iss>: Likewise.
6351 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
6352 ECOFF information: 'ioptMax' refers to the actual *size*
6353 of the optimization symtab, not the number of entries.
6354
6355 2002-09-19 Daniel Jacobowitz <drow@mvista.com>
6356
6357 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
6358 ELF_LINK_HASH_NEEDS_PLT logic.
6359
6360 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
6361
6362 * elfcode.h (elf_slurp_reloc_table_from_section): Check
6363 correct relocation count.
6364
6365 2002-09-17 Daniel Jacobowitz <drow@mvista.com>
6366
6367 * bfd-in.h (bfd_get_dynamic_symcount): Define.
6368 * bfd.c (struct _bfd): Add dynsymcount.
6369 * bfd-in2.h: Regenerated.
6370 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
6371 abfd->dynsymcount.
6372 * elfcode.h (elf_slurp_reloc_table_from_section): Check
6373 for overflow.
6374
6375 2002-09-17 Stan Cox <scox@redhat.com>
6376
6377 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
6378 (mips_elf64_final_gp): Don't make up gp value.
6379 * elfn32-mips.c (mips_elf_final_gp): Likewise.
6380 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
6381 .MIPS.options/.options section.
6382
6383 2002-09-17 David O'Brien <obrien@FreeBSD.org>
6384
6385 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
6386 It is benign for FreeBSD < 4.1. Minor reformatting.
6387 * elf64-alpha-fbsd.c: Likewise.
6388
6389 2002-09-17 Jakub Jelinek <jakub@redhat.com>
6390
6391 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
6392 addend.
6393
6394 2002-09-17 Alan Modra <amodra@bigpond.net.au>
6395
6396 * elf64-alpha.c (alpha_elf_size_info): Make static.
6397
6398 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
6399
6400 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
6401 * cpu-tic4x.c: Ditto.
6402
6403 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6404
6405 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
6406 duplicate define.
6407
6408 2002-09-16 Bruno Haible <bruno@clisp.org>
6409
6410 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
6411 by a target variant implementation.
6412 * elf64-alpha.c: Likewise.
6413 * elf32-i386-fbsd.c: New file.
6414 * elf64-alpha-fbsd.c: New file.
6415 * targets.c: Support bfd_elf32_i386_freebsd_vec and
6416 bfd_elf64_alpha_freebsd_vec.
6417 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
6418 bfd_elf64_alpha_freebsd_vec.
6419 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
6420 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
6421 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
6422 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
6423 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
6424 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
6425 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
6426
6427 2002-09-12 Jakub Jelinek <jakub@redhat.com>
6428
6429 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
6430 NULL.
6431 (elf_i386_relocate_section): Return false after printing error about
6432 unresolvable relocation.
6433
6434 2002-09-12 Nick Clifton <nickc@redhat.com>
6435
6436 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
6437 R_ARM_THM_PC11.
6438
6439 2002-09-11 Jeffrey Law <law@redhat.com>
6440
6441 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
6442
6443 2002-09-11 Andrew Haley <aph@cambridge.redhat.com>
6444
6445 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
6446 line_ptr before deciding we've found a symbol.
6447
6448 2002-09-11 Nick Clifton <nickc@redhat.com>
6449
6450 * po/da.po: New Danish translation file.
6451 * configure.in (LINGUAS): Add 'da'.
6452 * configure: Regenerate.
6453
6454 2002-09-10 Michael Snyder <msnyder@redhat.com>
6455
6456 * irix-core.c (do_sections, do_sections64): New functions.
6457 (irix_core_core_file_p): Call new functions do_sections,
6458 do_sections64, depending on corefile (32-bit or 64-bit).
6459
6460 2002-09-09 Richard Henderson <rth@redhat.com>
6461
6462 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
6463 and PCREL21F like PCREL21B.
6464
6465 2002-09-04 Kevin Buettner <kevinb@redhat.com>
6466
6467 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
6468 vector.
6469
6470 2002-09-02 Nick Clifton <nickc@redhat.com>
6471
6472 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
6473 names instead of cryptically overloaded bfd_reloc error
6474 codes.
6475 (v850_elf_relocate_section): Likewise.
6476 (v850_elf_relax_section): Replace caching of external symbols
6477 with caching of internal symbols obtained from calling
6478 bfd_elf_get_elf_syms().
6479 Fixup problems with freeing cached allocated memory blocks.
6480
6481 2002-09-02 Alan Modra <amodra@bigpond.net.au>
6482
6483 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
6484 (bfd_pj_arch): Use bfd_default_scan.
6485 * cpu-v850.c (scan): Remove.
6486 (N): Use bfd_default_scan.
6487 * cpu-z8k.c (scan_mach): Remove.
6488 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
6489 first. Use bfd_default_scan.
6490
6491 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
6492 bfd_mach constants.
6493 (ecoff_get_magic): Likewise.
6494 * elf32-v850.c (v850_elf_object_p): Likewise.
6495 (v850_elf_final_write_processing): Likewise.
6496 * mipsbsd.c (MY(set_arch_mach)): Likewise.
6497 (MY(write_object_contents)): Likewise.
6498 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
6499 * coffcode.h (coff_write_object_contents): Likewise.
6500 (coff_set_arch_mach_hook): Add comment describing machine == 0.
6501 Remove unnecessary "machine" assignments.
6502 (coff_write_relocs): Test for the absolute section sym by testing
6503 section and flags.
6504
6505 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
6506 and bfd_mach_i386_i386_intel_syntax.
6507 * pdp11.c (NAME(aout,machine_type)): Likewise.
6508
6509 2002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
6510
6511 * bfd-in.h (align_power): Cast constants to bfd_vma type.
6512 * bfd-in2.h (align_power): Likewise.
6513
6514 2002-08-30 Alan Modra <amodra@bigpond.net.au>
6515
6516 * Makefile.am: Run "make dep-am".
6517 * Makefile.in: Regenerate.
6518
6519 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
6520 * cpu-powerpc.c (powerpc_compatible): Likewise.
6521 * cpu-rs6000.c (rs6000_compatible): Likewise.
6522
6523 2002-08-28 Catherine Moore <clm@redhat.com>
6524
6525 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
6526 (v850-elf-reloc): Don't resolve pc relative relocs.
6527 (v850_elf_ignore_reloc): New routine.
6528 (v850_elf_final_link_relocate): Handle new relocs.
6529 (v850_elf_relax_delete_bytes ): New routine.
6530 (v850_elf_relax_section): New routine.
6531 (bfd_elf32_bfd_relax_section): Define.
6532 (HOWTO): New entries for new relocs.
6533 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
6534 (BFD_RELOC_V850_LONGJUMP): New reloc.
6535 (BFD_RELOC_V850_ALIGN): New reloc.
6536 * archures.c: Remove redundant v850ea architecture.
6537 * cpu-v850.c: Remove redundant v850ea support.
6538 * libbfd.h: Regenerate.
6539 * bfd-in2.h: Regenerated.
6540
6541 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
6542
6543 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
6544 * configure.in: Add tic4x_coff vector files.
6545 * configure: Regenerate.
6546 * Makefile.am: Add tic4x target.
6547 * Makefile.in: Regenerate.
6548
6549 2002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6550
6551 * archures.c: Add the BFD arch type tic4x.
6552 * bfd-in.h: Add BFD_IN_MEMORY flag.
6553 * coff-tic4x.c: New file.
6554 * coffswap.h (coff_swap_sym_out): Add preadjuster.
6555 * cpu-tic4x.c: New file.
6556 * targets.c: Added tic4x- in list of xvecs.
6557 * ticoff.h: New file.
6558 * bfd-in2.h: Regenerate.
6559
6560 2002-08-27 Adam Nemet <anemet@lnxw.com>
6561
6562 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
6563 bit of DT_INIT and DT_FINI for Thumb functions.
6564
6565 2002-08-26 Alan Modra <amodra@bigpond.net.au>
6566
6567 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
6568
6569 2002-08-26 Alan Modra <amodra@bigpond.net.au>
6570
6571 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
6572
6573 2002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6574
6575 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
6576 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
6577 Likewise.
6578 (struct elf_sh_pcrel_relocs_copied): Removed.
6579 (struct elf_sh_dyn_relocs): New.
6580 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
6581 field with dyn_relocs.
6582 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
6583 sections and sym_sec.
6584 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
6585 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
6586 (sh_elf_create_dynamic_sections): Use create_got_section instead
6587 of _bfd_elf_create_got_section.
6588 (sh_elf_check_relocs): Likewise.
6589 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
6590 sections.
6591 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
6592 sh_elf_relocate_section, sh_elf_check_relocs,
6593 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
6594 Likewise.
6595 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
6596 dynamic relocations and avoiding the copy relocation when we
6597 didn't find any dynamic relocations in the section which has
6598 contents or is read-only.
6599 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
6600 (sh_elf_size_dynamic_sections): Don't reset the size of
6601 .rela.got section even if dynamic_sections_created flag is off.
6602 Don't use sh_elf_discard_copies. Scan all input bfd and use
6603 allocate_dynrelocs. Call readonly_dynrelocs to determine
6604 whether we need DT_TEXTREL.
6605 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
6606 whether the symbol was never referred to.
6607 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
6608 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
6609 (sh_elf_check_relocs): Call create_got_section if the short-cut
6610 to .got is null. Increment reference counters only instead of
6611 allocating space on dynamic sections here. Don't conditionalize
6612 uninitialized got.offset value when marking the symbol as a
6613 global offset table entry. Keep relocations for symbols satisfied
6614 by a dynamic library to avoid copy relocations for the symbol.
6615 Set dynobj field of an elf hash table if needed.
6616 (sh_elf_finish_dynamic_sections): Handle null section pointer
6617 correctly.
6618 (elf_backend_copy_indirect_symbol): Defined.
6619 (elf_backend_can_refcount): Defined.
6620
6621 2002-08-23 Nick Clifton <nickc@redhat.com>
6622
6623 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
6624 previous change. Add comment explaining why.
6625
6626 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6627
6628 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
6629 contents of .got.plt[2] to tr0, not address of .got.plt.
6630 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
6631 patching absolute plt entry. For shmedia plt entry, set bottom bit
6632 of branch to plt0 as this is a branch to an shmedia instruction.
6633 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
6634 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
6635 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
6636 branch to plt0.
6637 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
6638 patching absolute plt entry. For shmedia plt entry, branch to
6639 plt0 is now ptrel, so use relative offset. Set bottom bit of
6640 branch target as it is a branch to an shmedia instruction.
6641
6642 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
6643 Richard Shann <richard.shann@superh.com>
6644
6645 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
6646 value if .init is an SHmedia function. Similarly for DT_FINI.
6647 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
6648
6649 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6650
6651 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
6652 dynamic section.
6653 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
6654
6655 2002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6656
6657 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
6658 byte read when reading the return address register column.
6659
6660 2002-08-22 Nick Clifton <nickc@redhat.com>
6661
6662 * config.bfd: Add powepc64-*-*bsd* target.
6663
6664 2002-08-22 Graeme Peterson <gp@qnx.com>
6665
6666 * Makefile.am: Add entries for elf32-shqnx.c
6667 * Makefile.in: Regenerate.
6668 * config.bfd: Add support sh-*-nto* target.
6669 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
6670 * configure: Regenerate.
6671 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
6672 * elf32-sh.c: Do not include elf32-target.h if
6673 ELF32_SH_C_INCLUDED is defined.
6674 * elf32-shqnx.c: New file: Support for QNX.
6675 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
6676
6677 2002-08-22 Nick Clifton <nickc@redhat.com>
6678
6679 * po/tr.po: Updated Turkish translation.
6680
6681 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
6682 symbols are not read.
6683
6684 2002-08-22 Alan Modra <amodra@bigpond.net.au>
6685
6686 * elf32-m68hc11.c: Formatting fixes.
6687 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6688 * elf32-m68hc12.c: Formatting fixes.
6689 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6690
6691 2002-08-22 Alan Modra <amodra@bigpond.net.au>
6692
6693 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
6694 SEC_DATA.
6695 (pmac_xcoff_vec): Likewise.
6696 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
6697 (aix5coff64_vec): Likewise.
6698
6699 2002-08-22 Alan Modra <amodra@bigpond.net.au>
6700
6701 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
6702 param to elf_backend_copy_indirect_symbol.
6703 (_bfd_elf_link_hash_copy_indirect): Likewise.
6704 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
6705 calls to copy_indirect_symbol.
6706 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
6707 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
6708 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6709 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
6710 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6711 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
6712 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
6713 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6714 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6715 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
6716 test refcounts for "used" values.
6717
6718 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
6719
6720 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
6721 argument declaration.
6722
6723 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
6724
6725 * archures.c (bfd_mach_ppc_e500): Added.
6726 * bfd-in2.h: Rebuilt.
6727 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
6728
6729 2002-08-19 Alan Modra <amodra@bigpond.net.au>
6730
6731 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
6732
6733 2002-08-17 Andrew Cagney <ac131313@redhat.com>
6734
6735 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
6736 `bfd_byte'.
6737
6738 2002-08-17 Stan Cox <scox@redhat.com>
6739
6740 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
6741 IRIX 6 segment layout for NEWABI.
6742
6743 2002-08-16 Stephen Clarke <stephen.clarke@superh.com>
6744
6745 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
6746 symbols when looking for section referred to by a relocation.
6747 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
6748
6749 2002-08-15 Alan Modra <amodra@bigpond.net.au>
6750
6751 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
6752
6753 2002-08-15 Hans-Peter Nilsson <hp@axis.com>
6754
6755 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
6756 missing check for whether the symbol is referenced by DSO before
6757 unexporting it as an unneeded dynamic symbol.
6758
6759 2002-08-14 H.J. Lu <hjl@gnu.org>
6760
6761 * libbfd.h: Regenerate.
6762
6763 2002-08-14 H.J. Lu <hjl@gnu.org>
6764
6765 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
6766
6767 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6768
6769 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
6770 instructions.
6771 (m68hc11_direct_relax): New to define table of relaxable instructions.
6772 (find_relaxable_insn): New, find a relaxable insn.
6773 (compare_reloc): New to compare two relocs.
6774 (m68hc11_elf_relax_section): New, relax text sections.
6775 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
6776 (elf32_m68hc11_check_relocs): New function for GC support.
6777 (elf32_m68hc11_relocate_section): New function for GC support.
6778 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
6779 (elf_backend_check_relocs): Likewise.
6780 (elf_backend_relocate_section): Likewise.
6781
6782 2002-08-13 H.J. Lu <hjl@gnu.org>
6783
6784 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
6785 definitions in shared objects when checking symbol with
6786 undefined version.
6787
6788 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6789
6790 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
6791 (elf32_m68hc11_gc_sweep_hook): Likewise.
6792 (elf_backend_gc_mark_hook): Define for GC section support.
6793 (elf_backend_gc_sweep_hook): Likewise.
6794 (elf_backend_can_gc_sections): Likewise.
6795
6796 * elf32-m68hc12.c: Likewise.
6797
6798 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6799
6800 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
6801 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
6802 (_bfd_m68hc11_elf_set_private_flags): New function.
6803 Use them to set/check/print ELF flags specific to 68HC11.
6804
6805 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
6806 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
6807 (_bfd_m68hc12_elf_set_private_flags): New function.
6808 Use them to set/check/print ELF flags specific to 68HC12.
6809
6810 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6811
6812 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
6813 fix masks for PC-rel relocs.
6814 (m68hc11_elf_ignore_reloc): New function.
6815
6816 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
6817 68HC12 banked addressing relocs.
6818 (m68hc12_phys_addr): New to compute physical address of banked memory.
6819 (m68hc12_phys_page): Likewise for page.
6820 (m68hc12_addr_is_banked): New to see if address is in banked area.
6821 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
6822
6823 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6824
6825 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
6826 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
6827 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
6828 * bfd-in2.h: Regenerate.
6829
6830 2002-08-12 H.J. Lu <hjl@gnu.org>
6831
6832 * elflink.h (elf_add_default_symbol): Preserve section across
6833 elf_merge_symbol.
6834
6835 2002-08-09 Graeme Peterson <gp@qnx.com>
6836
6837 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
6838 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
6839 * Makefile.in: Regenerate.
6840 * config.bfd: Add support for powerpc{le}-*-nto targets.
6841 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
6842 * configure: Regenerate.
6843 * elf32-i386qnx.c: Moved backend functions into a QNX specific
6844 common file "elf32-qnx.h", and now include that file.
6845 * elf32-qnx.h: New file: QNX specific common elf backend.
6846 * elf32-ppc.c: Do not include elf32-target.h if
6847 ELF32_PPC_C_INCLUDED is defined.
6848 * elf32-ppcqnx.c: New file: Support for QNX.
6849 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
6850 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
6851
6852 2002-08-09 Nick Clifton <nickc@redhat.com>
6853
6854 * po/sv.po: Updated Swedish translation.
6855
6856 2002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6857
6858 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
6859 g->global_gotsym is NULL.
6860
6861 2002-08-08 H.J. Lu <hjl@gnu.org>
6862
6863 * elflink.h (elf_add_default_symbol): Don't warn if a definition
6864 overrides an indirect versioned symbol.
6865
6866 2002-08-08 Jakub Jelinek <jakub@redhat.com>
6867
6868 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
6869 for R_386_TLS_TPOFF32 relocs against symndx 0.
6870
6871 2002-08-07 H.J. Lu <hjl@gnu.org>
6872
6873 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
6874 with undefined version if needed.
6875 (elf_link_assign_sym_version): Match a default symbol with a
6876 version without definition. No need to hide the default
6877 definition separately.
6878
6879 2002-08-08 Alan Modra <amodra@bigpond.net.au>
6880
6881 * elflink.h (elf_link_output_extsym): Don't output symbols from
6882 SEC_EXCLUDE sections.
6883
6884 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
6885
6886 2002-08-07 Alan Modra <amodra@bigpond.net.au>
6887
6888 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
6889 entries.
6890
6891 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6892
6893 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
6894 mismatch.
6895
6896 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6897
6898 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
6899
6900 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6901
6902 * elf32-mips.c (mips_reloc_map): Fix typo.
6903
6904 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6905
6906 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
6907
6908 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6909
6910 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
6911
6912 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6913
6914 * libxcoff.h: Use PARAMS on function declarations.
6915 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
6916 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6917
6918 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
6919 addend.
6920 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
6921
6922 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6923
6924 * coff-rs6000.c: Formatting fixes.
6925 (xcoff_calculate_relocation): Use PARAMS in declaration.
6926 (xcoff_complain_overflow): Likewise.
6927 (xcoff_ppc_relocate_section): Use old-style function pointer call.
6928 (bfd_xcoff_backend_data): Remove useless comments.
6929 (rs6000coff_vec): Likewise.
6930 (bfd_pmac_xcoff_backend_data): Likewise.
6931 (pmac_xcoff_vec): Likewise.
6932
6933 * coff64-rs6000.c: Formatting fixes.
6934 (xcoff64_calculate_relocation): Use PARAMS in declaration.
6935 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
6936 (bfd_xcoff_backend_data): Remove useless comments.
6937 (rs6000coff64_vec): Likewise.
6938 (bfd_xcoff_aix5_backend_data): Likewise.
6939 (aix5coff64_vec): Likewise.
6940
6941 2002-08-06 Alan Modra <amodra@bigpond.net.au>
6942
6943 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
6944 mask entries. Use complain_overflow_dont for R_REF.
6945 (xcoff_reloc_type_ba): Revert last change.
6946 (xcoff_reloc_type_br): Likewise.
6947 (xcoff_reloc_type_crel): Likewise.
6948 (xcoff_ppc_relocate_section): Likewise.
6949 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
6950 (xcoff64_ppc_relocate_section): Likewise.
6951 (xcoff64_howto_table): Revert some of last change to mask entries.
6952 Use complain_overflow_dont for R_REF.
6953
6954 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
6955 relocs with bitsize == 16 have size = 1.
6956 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
6957 (xcoff_reloc_type_br): Likewise.
6958 (xcoff_reloc_type_crel): Likewise.
6959 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6960 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
6961 dst_mask adjustment.
6962 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6963 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
6964 bitsize == 16 have size = 1.
6965
6966 2002-08-01 Denis Chertykov <denisc@overta.ru>
6967
6968 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
6969 (struct misc): New field isymbuf. All free_* fields removed.
6970 (symbol_value): Pass in internal syms. No need to swap syms in.
6971 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
6972 possibly cached info.
6973 (tidyup_after_error): Removed.
6974 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
6975 misc. Use new field.
6976 (adjust_all_relocations): Use internal syms. No need to swap syms
6977 in and out.
6978 (add_page_insn): Don't use removed fields of struct misc.
6979
6980 2002-08-01 Nick Clifton <nickc@redhat.com>
6981
6982 * elf32-arm.h: Revert previous delta.
6983
6984 2002-08-01 Nick Clifton <nickc@redhat.com>
6985
6986 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
6987 * configure: Regenerate.
6988
6989 2002-07-31 H.J. Lu <hjl@gnu.org>
6990
6991 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
6992 selected.
6993
6994 2002-07-31 H.J. Lu <hjl@gnu.org>
6995
6996 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
6997 is selected.
6998
6999 2002-07-31 Jakub Jelinek <jakub@redhat.com>
7000
7001 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
7002 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
7003
7004 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
7005
7006 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
7007 There is no 8 byte relocation type for this architecture.
7008 (do_ns32k_reloc): Use bfd_vma instead of native types.
7009 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
7010 returns void.
7011 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
7012 rely on generic code to do that.
7013 * aout-ns32k.c (howto_table): Add appropriate overflow detection
7014 to all table entries.
7015 (_bfd_ns32k_relocate_contents): put_data returns void.
7016 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
7017 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
7018 return void.
7019
7020 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
7021
7022 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
7023 archive object is target dependant.
7024
7025 2002-07-31 Adam Nemet <anemet@lnxw.com>
7026
7027 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
7028 (THUMB_PLT_ENTRY_SIZE): New macro.
7029 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
7030 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
7031 ARM_PLT_ENTRY_SIZE.
7032 (elf32_arm_plt_entry): Likewise.
7033 (elf_backend_plt_header_size): Likewise.
7034 (elf32_thumb_plt0_entry): New global.
7035 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
7036 into .plt.thumb.
7037 (elf32_thumb_plt_entry): New global.
7038 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
7039 Thumb entries. Set the bottom bit of the corresponding GOT entry
7040 for a Thumb PLT entry.
7041 (struct elf32_arm_plt_entry_info): New structure.
7042 (struct elf32_arm_link_hash_entry, plt_info): New member of this
7043 type.
7044 (elf32_arm_link_hash_newfunc): Initialize new member.
7045 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
7046 relocations against the PLT.
7047 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
7048 first_rel_type if this is the first time we encounter the symbol.
7049 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
7050 Determine if relocation needs a PLT entry. Set first_rel_type if
7051 this is the first time we encounter the symbol
7052 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
7053 functions as well.
7054 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
7055 (elf32_arm_create_dynamic_sections): New function. Create the
7056 .plt.thumb section.
7057 (elf_backend_create_dynamic_sections): Call it.
7058
7059 2002-07-31 Nick Clifton <nickc@redhat.com>
7060
7061 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
7062 'alternative' in order to avoid shadowing global symbol of the
7063 same name.
7064 * bfd-in2.h: Regenerate.
7065 * libbfd.h: Regenerate.
7066 * libcoff.h: Regenerate.
7067
7068 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7069
7070 * Makefile.am: Add n32 ABI support.
7071 * Makefile.in: Regenerate.
7072 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
7073 bit vectors for mips*-*-linux targets as optional.
7074 * configure.in: Add n32 ABI vectors.
7075 * configure: Regenerate.
7076 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
7077 * elfn32-mips.c: New file, n32 ABI support.
7078 * targets.c: Add n32 ABI vectors.
7079
7080 2002-07-30 Graeme Peterson <gp@qnx.com>
7081
7082 * elfarmqnx-nabi.c: New file: Support for QNX.
7083 * config.bfd: Add support for arm-*-nto target.
7084 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
7085 * configure: Regenerate.
7086 * Makefile.am: Add entries for elfarmqnx-nabi.c.
7087 * Makefile.in: Regenerate.
7088 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
7089 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
7090 * elfarm-nabi.c: Do not include elf32-arm.h if
7091 ELFARM_NABI_C_INCLUDED is defined.
7092 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7093
7094 2002-07-30 Nick Clifton <nickc@redhat.com>
7095
7096 * po/sv.po: Updated Swedish translation.
7097
7098 2002-07-30 Jakub Jelinek <jakub@redhat.com>
7099
7100 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
7101
7102 2002-07-30 Alan Modra <amodra@bigpond.net.au>
7103
7104 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
7105 * archive.c (bfd_generic_archive_p): Likewise.
7106 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
7107 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
7108 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
7109 (xcoff64_archive_p): Likewise.
7110 (xcoff64_openr_next_archived_file): Likewise.
7111 (xcoff64_archive_p): Clean up tdata properly on error.
7112 * coffgen.c (coff_real_object_p): Likewise.
7113 (coff_object_p): Release filehdr and opthdr.
7114 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
7115 * ieee.c (ieee_archive_p): Likewise.
7116 * ihex.c (ihex_object_p): Likewise.
7117 (ihex_mkobject): Always allocate tdata.
7118 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
7119 * srec.c (srec_mkobject): Always allocate tdata.
7120 (srec_object_p): Clean up tdata properly on error.
7121 (symbolsrec_object_p): Likewise.
7122 * versados.c (versados_object_p): Likewise.
7123 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
7124 and bfd_realloc instead of realloc.
7125 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
7126 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
7127 place of bfd_malloc, simplifying error freeing. Free hash table too.
7128 (vms_object_p): Clean up tdata on error.
7129 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
7130 (vms_close_and_cleanup): Adjust for bfd_alloc use.
7131
7132 2002-07-30 Alan Modra <amodra@bigpond.net.au>
7133
7134 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
7135
7136 2002-07-26 Chris Demetriou <cgd@broadcom.com>
7137
7138 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
7139 flags into resulting BFD.
7140
7141 2002-07-26 Alan Modra <amodra@bigpond.net.au>
7142
7143 From John Reiser <jreiser@BitWagon.com>
7144 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
7145 tls_ldm_got.refcount.
7146
7147 2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7148
7149 * elf64-mips.c: Update TODO comment.
7150 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
7151 mips_elf64_gprel16_reloca): Remove prototypes.
7152 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
7153 (UNUSED_RELOC): Replace by EMPTY_RELOC.
7154 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
7155 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
7156 R_MIPS_HIGHEST.
7157 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
7158 R_MIPS_GOT16. Remove wrong comments.
7159 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
7160 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
7161 from elf32-mips.c.
7162 (mips_elf64_hi16_reloc): Fix formatting.
7163 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
7164 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
7165 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
7166 (mips_elf64_gprel16_reloc): Make static. Add check for
7167 partial_inplace.
7168 (mips_elf64_gprel16_reloca): Remove.
7169 (mips_elf64_literal_reloc): New function.
7170 (mips_elf64_gprel32_reloc): Fix formatting.
7171 (mips_elf64_shift6_reloc): Fix comment. Make static.
7172 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
7173 elf32-mips.c.
7174 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
7175 elf32-mips.c
7176 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
7177 specific relocations.
7178 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
7179 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
7180 (ELF_MAXPAGESIZE): Add comment.
7181
7182 2002-07-25 Nick Clifton <nickc@redhat.com>
7183
7184 * po/sv.po: Updated Swedish translation.
7185 * po/es.po: Updated Spanish translation.
7186 * po/fr.po: Updated French translation.
7187
7188 2002-07-25 Alan Modra <amodra@bigpond.net.au>
7189
7190 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
7191 as elf_link_record_local_dynamic_symbol.
7192 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
7193 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
7194 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
7195 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
7196 attempt is made to record a symbol in a discarded section, and
7197 return `2' in that case.
7198
7199 2002-07-24 Nick Clifton <nickc@redhat.com>
7200
7201 * po/sv.po: Updated Swedish translation.
7202 * po/es.po: Updated Spanish translation.
7203
7204 2002-07-23 Alan Modra <amodra@bigpond.net.au>
7205
7206 * po/SRC-POTFILES.in: Regenerate.
7207
7208 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
7209 immediately. Remove code handling relocatable linking.
7210 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
7211 * elf32-cris.c (cris_elf_relocate_section): Likewise.
7212 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
7213 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
7214 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
7215 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
7216 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
7217 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7218 * elf32-v850.c (v850_elf_relocate_section): Likewise.
7219 * elf32-vax.c (elf_vax_relocate_section): Likewise.
7220 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7221 * elf32-avr.c (elf_backend_rela_normal): Define.
7222 * elf32-cris.c: Likewise.
7223 * elf32-fr30.c: Likewise.
7224 * elf32-frv.c: Likewise.
7225 * elf32-h8300.c: Likewise.
7226 * elf32-hppa.c: Likewise.
7227 * elf32-ip2k.c: Likewise.
7228 * elf32-sparc.c: Likewise.
7229 * elf32-v850.c: Likewise.
7230 * elf32-vax.c: Likewise.
7231 * elf64-hppa.c: Likewise.
7232 * elf64-sparc.c: Likewise.
7233 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
7234 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
7235 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7236 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
7237 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7238 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7239 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7240 * elf-m10200.c (USE_RELA): Don't define.
7241 * elf-m10300.c: Likewise.
7242 * elfarm-oabi.c: Likewise.
7243 * elf32-i370.c: Likewise.
7244 * elf32-ip2k.c: Likewise.
7245 * elf32-m68k.c: Likewise.
7246 * elf32-mcore.c: Likewise.
7247 * elf32-ppc.c: Likewise.
7248 * elf32-s390.c: Likewise.
7249 * elf32-vax.c: Likewise.
7250 * elf64-ppc.c: Likewise.
7251 * elf64-s390.c: Likewise.
7252 * elf64-x86-64.c: Likewise.
7253 * elfxx-ia64.c: Likewise.
7254 * elf32-avr.c (USE_REL): Don't undef.
7255 * elf32-ip2k.c: Likewise.
7256
7257 2002-07-23 Nick Clifton <nickc@redhat.com>
7258
7259 * elf-bfd.h (struct elf_backend_data): Add new bitfield
7260 'want_p_paddr_set_to_zero'.
7261 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
7262 to false;
7263 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
7264 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
7265
7266 2002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
7267
7268 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
7269 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
7270 show the Copyright string.
7271 Minor formatting tidy ups.
7272
7273 2002-07-23 Nick Clifton <nickc@redhat.com>
7274
7275 * po/fr.po: Updated French translation.
7276 * po/sv.po: Updated Swedish translation.
7277
7278 2002-07-23 Alan Modra <amodra@bigpond.net.au>
7279
7280 * elflink.h (elf_link_input_bfd): Don't change internal symbols
7281 when outputting relocs.
7282
7283 2002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
7284
7285 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
7286 DT_PLTGOT into the dynamic section if there is a PLT.
7287
7288 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7289
7290 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
7291 elf32-mips.c.
7292 (_bfd_mips_elf_write_section): Likewise.
7293 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
7294 (_bfd_mips_elf_write_section): Likewise.
7295 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
7296 (elf32_mips_write_section): Likewise.
7297 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
7298 (_bfd_mips_elf_write_section): Likewise.
7299
7300 2002-07-19 Alan Modra <amodra@bigpond.net.au>
7301
7302 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
7303 PT_IA_64_UNWIND segments for a given section.
7304
7305 2002-07-17 H.J. Lu <hjl@gnu.org>
7306
7307 * Makefile.am: Fix a typo.
7308 * Makefile.in: Regenerate.
7309
7310 2002-07-15 Denis Chertykov <denisc@overta.ru>
7311 Frank Ch. Eigler <fche@redhat.com>
7312 Ben Elliston <bje@redhat.com>
7313 Alan Lehotsky <alehotsky@cygnus.com>
7314 John Healy <jhealy@redhat.com>
7315 Graham Stott <grahams@redhat.com>
7316 Jeff Johnston <jjohnstn@redhat.com>
7317
7318 * Makefile.am: Add support for ip2k.
7319 * Makefile.in: Regenerate.
7320 * doc/Makefile.in: Regenerate.
7321 * archures.c: Add support for ip2k.
7322 * config.bfd: Add support for ip2k.
7323 * configure.in: Add support for ip2k.
7324 * configure: Regenerate.
7325 * reloc.c: Add support for ip2k.
7326 * targets.c: Add support for ip2k.
7327 * bfd-in2.h: Regenerate.
7328 * libbfd.h: Regenerate.
7329 * cpu-ip2k.c: New file.
7330 * elf32-ip2k.c: New file.
7331
7332 2002-07-17 Ian Rickards <irickard@arm.com>
7333
7334 * dwarf2.c (concat_filename): If we can't establish the directory
7335 just return the filename.
7336
7337 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
7338
7339 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
7340
7341 2002-07-16 Alan Modra <amodra@bigpond.net.au>
7342
7343 * elflink.h: Formatting fixes, tidy prototypes.
7344 (elf_link_assign_sym_version): Move common code out of loop.
7345
7346 2002-07-16 Alan Modra <amodra@bigpond.net.au>
7347
7348 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
7349 reloc section size is zero. Correct reloc output location.
7350
7351 2002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
7352
7353 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
7354 the final type for the e_fsel selector when generating PA2.0W code.
7355 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
7356 relocations.
7357
7358 2002-07-14 H.J. Lu <hjl@gnu.org>
7359
7360 * elflink.h (elf_link_assign_sym_version): Hide the default
7361 definition if there is a hidden versioned definition.
7362
7363 2002-07-12 Hans-Peter Nilsson <hp@axis.com>
7364
7365 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
7366 dynamic reference test in assertion when initializing GOT with
7367 static contents. Just assert that there are either no dynamic
7368 sections, the symbol is defined in the regular objects or that the
7369 symbol is undef weak. Tweak comment.
7370 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
7371 only if the symbol isn't defined in the program and isn't undef
7372 weak.
7373 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
7374 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
7375 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
7376 (elf_cris_discard_excess_program_dynamics): Don't consider
7377 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
7378
7379 2002-07-11 Alan Modra <amodra@bigpond.net.au>
7380
7381 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
7382 unresolved debugging relocs in dynamic applications.
7383 * elf32-s390.c (elf_s390_relocate_section): Likewise.
7384 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7385 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
7386 * elf64-s390.c (elf_s390_relocate_section): Likewise.
7387 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7388 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7389
7390 2002-07-10 Alan Modra <amodra@bigpond.net.au>
7391
7392 * elf64-ppc.c (ONES): Define.
7393 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
7394 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
7395 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
7396
7397 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
7398 (ppc64_elf_set_private_flags): Delete.
7399 (ppc64_elf_section_from_shdr): Delete.
7400 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
7401 (ppc64_elf_fake_sections): Delete.
7402 (bfd_elf64_bfd_set_private_flags): Don't define.
7403 (bfd_elf64_get_symbol_info): Likewise.
7404 (elf_backend_section_from_shdr): Likewise.
7405 (elf_backend_fake_sections): Likewise.
7406
7407 2002-07-10 Marco Walther <Marco.Walther@sun.com>
7408
7409 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
7410 when not already set.
7411 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
7412 (elf_backend_fake_sections): Define.
7413
7414 2002-07-10 Alan Modra <amodra@bigpond.net.au>
7415
7416 * merge.c (_bfd_merge_section): Remove redundant output_section check.
7417 Formatting.
7418 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
7419
7420 2002-07-09 Hans-Peter Nilsson <hp@axis.com>
7421
7422 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
7423 NULL sym_hashes to just before use.
7424 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
7425 symbol with non-default visibility.
7426 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
7427 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
7428 Ditto.
7429 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
7430 symbol with non-default visibility.
7431 (cris_elf_check_relocs): At tests for local symbol before
7432 increasing h->plt.refcount, also check for non-default
7433 visibility. Ditto when checking for local symbol to eliminate
7434 pc-relative runtime relocs.
7435
7436 2002-07-08 Alan Modra <amodra@bigpond.net.au>
7437
7438 * elf.c: Formatting.
7439 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
7440 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
7441 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
7442 segments.
7443
7444 2002-07-07 Mark Mitchell <mark@codesourcery.com>
7445 Alan Modra <amodra@bigpond.net.au>
7446
7447 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
7448 account the impact of relocation count overflow when computing
7449 section offsets.
7450 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
7451 or not to apply the PE COFF reloc overflow handling. Fix a
7452 fencepost error in deciding whether or not to use that technique.
7453
7454 2002-07-07 Alan Modra <amodra@bigpond.net.au>
7455
7456 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
7457 change type of locsyms.
7458 (bfd_elf_get_elf_syms): Declare.
7459 * elf.c (bfd_elf_get_elf_syms): New function.
7460 (group_signature): Use bfd_elf_get_elf_syms.
7461 (bfd_section_from_r_symndx): Likewise.
7462 * elfcode.h (elf_slurp_symbol_table): Likewise.
7463 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7464 (elf_link_add_object_symbols): Likewise. Reorganise to increase
7465 locality of various data structures. Properly free internal relocs.
7466 (elf_bfd_final_link): Properly free internal relocs.
7467 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
7468 (elf_link_input_bfd): Likewise.
7469 (elf_gc_mark): Likewise. Properly free internal relocs.
7470 (elf_gc_sweep): Properly free internal relocs.
7471 (elf_reloc_symbol_deleted_p): No need to swap syms in.
7472 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
7473 internal relocs.
7474 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
7475 Properly free possibly cached info.
7476 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
7477 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
7478 symbol swapping code.
7479 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
7480 Properly free possibly cached info.
7481 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
7482 (mn10300_elf_relax_delete_bytes): Likewise.
7483 (mn10300_elf_symbol_address_p): Likewise.
7484 (mn10300_elf_get_relocated_section_contents): Likewise.
7485 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
7486 (elf32_h8_relax_delete_bytes): Likewise.
7487 (elf32_h8_symbol_address_p): Likewise.
7488 (elf32_h8_get_relocated_section_contents): Likewise.
7489 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
7490 (m32r_elf_relax_delete_bytes): Likewise.
7491 (m32r_elf_get_relocated_section_contents): Likewise.
7492 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
7493 elf_section_data to determine whether cached.
7494 (sh_elf_relax_section): As above for elf-m10200.c.
7495 (sh_elf_relax_delete_bytes): Likewise.
7496 (sh_elf_get_relocated_section_contents): Likewise.
7497 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
7498 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
7499 reading of local syms.
7500 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7501 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
7502 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
7503 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
7504 relocs.
7505 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
7506 free internal relocs and section contents. Don't read symbols.
7507 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
7508 (elf32_hppa_size_stubs): Don't free local syms.
7509 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
7510 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
7511 possibly cached info.
7512 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7513 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
7514 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
7515 all_local_syms.
7516 (get_local_syms): Delete function.
7517 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
7518 on exit.
7519 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
7520
7521 2002-07-05 Jim Wilson <wilson@redhat.com>
7522
7523 * syms.c (decode_section_type): New.
7524 (bfd_decode_symclass): Call decode_section_type.
7525
7526 2002-07-04 Jakub Jelinek <jakub@redhat.com>
7527
7528 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
7529 section content start.
7530 Reported by Michael Schumacher <mike@hightec-rt.com>.
7531
7532 2002-07-04 Alan Modra <amodra@bigpond.net.au>
7533
7534 * section.c (_bfd_strip_section_from_output): Remove unnecessary
7535 link order code. Don't actually remove the output section here;
7536 Just set a flag for the linker to do so.
7537 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
7538 sections when setting up output section dynsyms.
7539
7540 2002-07-04 Alan Modra <amodra@bigpond.net.au>
7541
7542 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
7543 fudge.
7544 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
7545 libs here instead.
7546
7547 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
7548
7549 * elf64-s390.c (create_got_section): Set .got section alignment to
7550 8 bytes.
7551 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
7552
7553 2002-07-02 Alan Modra <amodra@bigpond.net.au>
7554
7555 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
7556
7557 2002-07-01 Matt Thomas <matt@3am-software.com>
7558
7559 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
7560 to EF_VAX_*.
7561
7562 2002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7563
7564 * elfxx-mips.c (ABI_64_P): Fix comment.
7565 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
7566 new section names for N64 ABI.
7567 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
7568 (mips_elf_calculate_relocation): Code formatting.
7569 (mips_elf_create_dynamic_relocation): Likewise.
7570 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
7571 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
7572 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
7573 in any NewABI.
7574 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
7575 for NewABI.
7576 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
7577 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
7578 here, too.
7579
7580 2002-07-01 Andreas Schwab <schwab@suse.de>
7581
7582 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
7583 R_X86_64_64 to R_X86_64_RELATIVE.
7584
7585 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
7586
7587 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
7588 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
7589 Run "make dep-am".
7590 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
7591 host_aout_vec.
7592 * configure.in (vaxbsd_vec): Add.
7593 * targets.c (vaxbsd_vec): Add.
7594 * Makefile.in: Rebuild.
7595 * configure: Rebuild.
7596 * po/SRC-POTFILES.in: Rebuild.
7597
7598 2002-07-01 Alan Modra <amodra@bigpond.net.au>
7599
7600 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
7601 examining to gc_mark_hook, rather than the bfd.
7602 (elf_gc_sections): Adjust.
7603 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
7604 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
7605 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
7606 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
7607 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
7608 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
7609 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
7610 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
7611 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
7612 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
7613 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
7614 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
7615 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
7616 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
7617 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
7618 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
7619 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
7620 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
7621 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
7622 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
7623 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
7624 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
7625 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
7626 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7627 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
7628 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
7629 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
7630 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
7631 redundant local sym tests.
7632 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
7633 (link_hash_newfunc): Init is_entry.
7634 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
7635 (ppc64_elf_link_hash_table_create): Init all_local_syms.
7636 (create_linkage_sections): Use bfd_make_section_anyway rather than
7637 bfd_make_section.
7638 (ppc64_elf_mark_entry_syms): New function.
7639 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
7640 up opd entry to function section map.
7641 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
7642 relocs that reference the opd section.
7643 (edit_opd): New function.
7644 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
7645 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
7646 (get_local_syms): Do so here. Exit if we already have local syms.
7647 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
7648 read local syms on non-ELF input.
7649 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
7650 than duplicating it's function here. Adjust free of internal
7651 relocs to suit.
7652 (ppc64_elf_relocate_section): Adjust local syms in opd section.
7653 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
7654 * elf32-hppa.c (elf32_hppa_size_stubs): Call
7655 _bfd_elf32_link_read_relocs rather than duplicating it's function
7656 here. Adjust free of internal relocs to suit.
7657
7658 2002-07-01 Andreas Jaeger <aj@suse.de>
7659
7660 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
7661 are not allowed in shared libs code, enforce -fPIC.
7662
7663 2002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
7664
7665 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
7666 trailing zero-sequences when there's previous left-over data.
7667
7668 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
7669
7670 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
7671 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
7672 and opd_rel_sec in order for starting rela section. Check _raw_size.
7673 (elf_backend_reloc_type_class): Define.
7674
7675 2002-06-27 Kevin Buettner <kevinb@redhat.com>
7676
7677 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
7678 DWARF2 formats.
7679
7680 2002-06-27 Alan Modra <amodra@bigpond.net.au>
7681
7682 * cpu-powerpc.c: Comment on ordering of arch_info.
7683 * elf32-ppc.c (ppc_elf_object_p): New function.
7684 (elf_backend_object_p): Define.
7685 * elf64-ppc.c (ppc64_elf_object_p): New function.
7686 (elf_backend_object_p): Define.
7687
7688 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7689
7690 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
7691 * configure: Regenerate.
7692
7693 2002-06-25 Jason Eckhardt <jle@rice.edu>
7694
7695 * dwarf2.c (decode_line_info): Check unit->addr_size
7696 to read in the proper number of prologue bytes.
7697
7698 2002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
7699
7700 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
7701 aix5coff64_vec if 64-bit bfd support has been enabled.
7702 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
7703 been enabled.
7704
7705 * targets.c (_bfd_target_vector[]): Only include
7706 aix5coff64_vec if 64-bit bfd support has been enabled.
7707
7708 2002-06-25 Alan Modra <amodra@bigpond.net.au>
7709
7710 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
7711 * elf32-hppa.c (hppa_add_stub): Likewise.
7712 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
7713 * elflink.h (elf_add_default_symbol): Fix comment typo.
7714 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
7715 (elf_link_add_object_symbols): Likewise.
7716 (elf_link_assign_sym_version): Likewise.
7717 * hash.c (bfd_hash_lookup): Likewise.
7718 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
7719 * section.c (bfd_get_unique_section_name): Likewise.
7720 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
7721 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
7722 (assign_section_numbers): Likewise.
7723 (_bfd_elfcore_make_pseudosection): Likewise.
7724 (elfcore_grok_lwpstatus): Likewise.
7725 (elfcore_grok_win32pstatus): Likewise.
7726 (elfcore_write_note): Constify input params. Use PTR instead of
7727 void *. Include terminating NUL in namesz. Correct padding.
7728 Support NULL "name" param. Use memcpy instead of strcpy.
7729 (elfcore_write_prpsinfo): Constify input params.
7730 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
7731 (elfcore_write_lwpstatus): Likewise.
7732 (elfcore_write_pstatus): Likewise.
7733 (elfcore_write_prfpreg): Likewise.
7734 (elfcore_write_prxfpreg): Likewise.
7735 * elf-bfd.h (elfcore_write_note): Update declaration.
7736 (elfcore_write_prpsinfo): Likewise.
7737 (elfcore_write_prstatus): Likewise.
7738 (elfcore_write_pstatus): Likewise.
7739 (elfcore_write_prfpreg): Likewise.
7740 (elfcore_write_prxfpreg): Likewise.
7741 (elfcore_write_lwpstatus): Likewise.
7742
7743 2002-06-25 Jason Eckhardt <jle@rice.edu>
7744
7745 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
7746 symbols of type stProc and stStaticProc.
7747
7748 2002-06-25 Nick Clifton <nickc@redhat.com>
7749
7750 * ecoff.c: VArious formatting fixes.
7751
7752 2002-06-25 Alan Modra <amodra@bigpond.net.au>
7753
7754 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
7755
7756 2002-06-25 Alan Modra <amodra@bigpond.net.au>
7757
7758 * aout-adobe.c: Don't compare against "true" or "false.
7759 * aout-target.h: Likewise.
7760 * aoutx.h: Likewise.
7761 * archive.c: Likewise.
7762 * bout.c: Likewise.
7763 * cache.c: Likewise.
7764 * coff-a29k.c: Likewise.
7765 * coff-alpha.c: Likewise.
7766 * coff-i386.c: Likewise.
7767 * coff-mips.c: Likewise.
7768 * coff-or32.c: Likewise.
7769 * coff64-rs6000.c: Likewise.
7770 * coffcode.h: Likewise.
7771 * coffgen.c: Likewise.
7772 * cpu-ns32k.c: Likewise.
7773 * ecoff.c: Likewise.
7774 * ecofflink.c: Likewise.
7775 * elf.c: Likewise.
7776 * elf32-arm.h: Likewise.
7777 * elf32-cris.c: Likewise.
7778 * elf32-d30v.c: Likewise.
7779 * elf32-i386.c: Likewise.
7780 * elf32-mcore.c: Likewise.
7781 * elf32-ppc.c: Likewise.
7782 * elf32-sh.c: Likewise.
7783 * elf32-sh64.c: Likewise.
7784 * elf32-v850.c: Likewise.
7785 * elf64-alpha.c: Likewise.
7786 * elf64-sh64.c: Likewise.
7787 * elfcode.h: Likewise.
7788 * elfcore.h: Likewise.
7789 * elflink.h: Likewise.
7790 * elfxx-mips.c: Likewise.
7791 * i386os9k.c: Likewise.
7792 * ieee.c: Likewise.
7793 * libbfd.c: Likewise.
7794 * linker.c: Likewise.
7795 * mmo.c: Likewise.
7796 * nlm32-alpha.c: Likewise.
7797 * nlm32-i386.c: Likewise.
7798 * nlm32-ppc.c: Likewise.
7799 * nlm32-sparc.c: Likewise.
7800 * nlmcode.h: Likewise.
7801 * oasys.c: Likewise.
7802 * pdp11.c: Likewise.
7803 * peicode.h: Likewise.
7804 * reloc.c: Likewise.
7805 * som.c: Likewise.
7806 * srec.c: Likewise.
7807 * tekhex.c: Likewise.
7808 * vms.c: Likewise.
7809 * xcofflink.c: Likewise.
7810 * elf64-sparc.c: Edit comment to not use "== false".
7811
7812 * aoutf1.h: Don't use "? true : false".
7813 * ecoff.c: Likewise.
7814 * format.c: Likewise.
7815 * ieee.c: Likewise.
7816 * linker.c: Likewise.
7817 * mmo.c: Likewise.
7818 * oasys.c: Likewise.
7819
7820 2002-06-23 H.J. Lu <hjl@gnu.org>
7821
7822 * elflink.h (elf_link_add_archive_symbols): For the default
7823 version, check references with only one `@' first.
7824
7825 2002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
7826
7827 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
7828 function.
7829 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
7830 symbol table.
7831 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
7832 (elf64_hppa_size_dynamic_sections): Revise to use
7833 elf64_hppa_mark_milli_and_exported_functions.
7834 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
7835 symbols out of dynamic symbol table.
7836
7837 2002-06-23 Alan Modra <amodra@bigpond.net.au>
7838
7839 * Makefile.in: Regenerate.
7840 * libbfd.h: Regenerate.
7841 * bfd-in2.h: Regenerate.
7842 * configure: Regenerate.
7843 * po/SRC-POTFILES.in: Regenerate.
7844
7845 * elflink.h: Comment typo fixes.
7846
7847 2002-06-23 H.J. Lu <hjl@gnu.org>
7848
7849 * elf-bfd.h (elf_link_loaded_list): New structure.
7850 (elf_link_hash_table): Add "loaded".
7851 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
7852 * elflink.h (elf_link_check_versioned_symbol): New function.
7853 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
7854
7855 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
7856
7857 * elflink.h (size_dynamic_sections): If the target does not
7858 support an ELF style hash table, return true, indicating that
7859 nothing needed to be done, rather than false, indicating that the
7860 section's size could not be computed.
7861
7862 2002-06-18 Dave Brolley <brolley@redhat.com>
7863
7864 From Catherine Moore, Michael Meissner, Dave Brolley:
7865 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
7866 * targets.c: Support bfd_elf32_frv_vec.
7867 * reloc.c: Add FRV relocs.
7868 * configure.in: Add support for bfd-elf32-frv-vec.
7869 * config.bfd (targ_cpu): Add support for frv-*-elf.
7870 * archures.c: Add frv arch and machines.
7871 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
7872 (ALL_MACHINES_CFILES): Add cpu-frv.c.
7873 (BFD32_BACKENDS): Add elf32-frv.lo.
7874 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
7875 (cpu-frv.lo): New target.
7876 (elf32-frv.lo): New target.
7877 * cpu-frv.c: New file.
7878 * elf32-frv.c: New file.
7879
7880 2002-06-18 Jakub Jelinek <jakub@redhat.com>
7881
7882 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
7883 e_shnum == 0.
7884 Only read the first section header if e_shoff is non-zero.
7885 Don't consider e_shstrndx if there are no sections.
7886
7887 2002-06-17 Tom Rix <trix@redhat.com>
7888
7889 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
7890 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
7891 complain_overflow_bitfield.
7892
7893 2002-06-17 Alan Modra <amodra@bigpond.net.au>
7894
7895 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
7896 (bfd_fdopenr): Likewise.
7897 (bfd_openstreamr): Likewise.
7898 (bfd_openw): Likewise.
7899
7900 * targets.c: Sort target vecs.
7901 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
7902 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
7903 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
7904 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
7905 * configure.in: Sort target vecs. Add m88kmach3_vec.
7906 * configure: Regenerate.
7907
7908 2002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
7909
7910 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
7911 bpo_reloc_no to break sort order ties, not address of items.
7912
7913 2002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
7914
7915 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
7916 Skip excluded sections in determing __gp value.
7917 (elf_hppa_final_link_relocate): Use the symbol's address in
7918 R_PARISC_FPTR64 relocations that don't need an opd entry.
7919 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
7920 (elf64_hppa_finalize_dynreloc): Likewise.
7921 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
7922 (elf64_hppa_finish_dynamic_symbol): Break up assert.
7923
7924 2002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
7925
7926 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
7927 alignment for .bss, .data and .text sections so that sse and sse2
7928 code will work.
7929 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7930
7931 2002-06013 J"orn Rennecke <joern.rennecke@superh.com>
7932
7933 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
7934 sh[1234]*-elf*.
7935
7936 2002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
7937
7938 * elflink.h (elf_bfd_final_link): Improve error handling for missing
7939 dynamic sections.
7940
7941 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
7942 for a symbol that has no output section.
7943 (allocate_dynrel_entries): Correct comment.
7944 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
7945 unless we want one.
7946 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
7947 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
7948 with no section. Remove unnecessary parentheses.
7949
7950 2002-06-11 Tom Rix <trix@redhat.com>
7951
7952 * coffcode.h (coff_compute_section_file_positions): Add data
7953 section to AIX loader alignment check.
7954
7955 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
7956 alignment to 4 bytes.
7957 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
7958 power accessor macro.
7959 (do_shared_object_padding): Remove invalid assertion.
7960
7961 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
7962
7963 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
7964 for removed output sections.
7965
7966 2002-06-10 Geoffrey Keating <geoffk@redhat.com>
7967
7968 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
7969 htab_alloc.
7970 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
7971
7972 2002-06-08 H.J. Lu <hjl@gnu.org>
7973
7974 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
7975 work around a long long bug in gcc 2.96 on mips.
7976
7977 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7978
7979 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
7980 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
7981 Regenerate dependency lists.
7982 * Makefile.in: Regenerate.
7983 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
7984 vax1knetbsd_vec to targ_selvecs.
7985 * configure.in: Add vax1knetbsd_vec.
7986 * configure: Regenerate.
7987 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
7988 * vax1knetbsd.c: New file.
7989 * vaxnetbsd.c: Update copyright years.
7990 (TARGET_PAGE_SIZE): Set to 0x1000.
7991 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
7992
7993 2002-06-08 Matt Thomas <matt@3am-software.com>
7994
7995 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
7996
7997 2002-06-08 Alan Modra <amodra@bigpond.net.au>
7998
7999 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
8000
8001 2002-06-08 Alan Modra <amodra@bigpond.net.au>
8002
8003 * Makefile.am: Run "make dep-am".
8004 * Makefile.in: Regenerate.
8005
8006 * armnetbsd.c: Replace CONST with const.
8007 * corefile.c: Likewise.
8008 * elf32-dlx.c: Likewise.
8009 * elf64-mips.c: Likewise.
8010 * mmo.c: Likewise.
8011 * ns32knetbsd.c: Likewise.
8012
8013 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
8014 table is elf64-sparc.
8015
8016 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8017
8018 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
8019 Fix RELA addends to get not shifted in the result. Don't do special
8020 handling of R_MIPS_64 for NewABI.
8021
8022 2002-06-07 Alan Modra <amodra@bigpond.net.au>
8023
8024 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
8025 (NAME(aout,slurp_reloc_table)): Likewise.
8026 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
8027 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
8028 (xcoff_write_archive_contents_big): Likewise.
8029 (xcoff_generate_rtinit): Likewise.
8030 (xcoff_generate_rtinit): Likewise, and check error return.
8031 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
8032 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
8033 (coff_get_normalized_symtab): Likewise.
8034 (coff_make_empty_symbol): Likewise.
8035 (bfd_coff_set_symbol_class): Likewise.
8036 * cofflink.c (coff_link_add_symbols): Likewise.
8037 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
8038 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
8039 (bfd_ecoff_write_accumulated_debug): Likewise.
8040 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
8041 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
8042 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
8043 * ieee.c (do_with_relocs): Use bfd_zalloc.
8044 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
8045 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
8046 (NAME(aout,slurp_reloc_table)): Likewise.
8047 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
8048 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
8049 * som.c (som_build_and_write_symbol_table): Likewise.
8050 (som_slurp_string_table): Likewise.
8051 (som_slurp_symbol_table): Likewise.
8052 (som_bfd_ar_write_symbol_stuff): Likewise.
8053 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
8054 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
8055 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
8056 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
8057 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
8058
8059 2002-06-07 Alan Modra <amodra@bigpond.net.au>
8060
8061 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
8062 "group" union.
8063 (elf_group_name): Update.
8064 (elf_group_id): Define.
8065 (bfd_elf_set_group_contents): Declare.
8066 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
8067 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
8068 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
8069 that sym for the signature.
8070 (_bfd_elf_compute_section_file_positions): Don't call
8071 set_group_contents for "ld -r" case.
8072 (swap_out_syms): Use bfd_zalloc.
8073 * elflink.h (elf_link_add_archive_symbols): Likewise.
8074 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
8075 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
8076
8077 2002-06-07 Alan Modra <amodra@bigpond.net.au>
8078
8079 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
8080 relocs in opd for non-shared too.
8081
8082 2002-06-06 Jeffrey Law <law@redhat.com>
8083
8084 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
8085 relocations.
8086
8087 2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
8088
8089 * merge.c: Include libiberty.h.
8090 * elf-strtab.c: Include libiberty.h.
8091
8092 2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
8093
8094 * peXXigen.c (pe_print_idata): Remove unused variable.
8095
8096 2002-06-06 David Heine <dlheine@tensilica.com>
8097
8098 * elf.c (assign_file_positions_for_segments): Remove unallocated
8099 sections from the section to segment mapping for PT_LOAD segments.
8100 Update comment about empty loadable segments.
8101
8102 2002-06-06 Richard Sandiford <rsandifo@redhat.com>
8103
8104 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
8105 is within the .stabstr section.
8106
8107 2002-06-06 Alan Modra <amodra@bigpond.net.au>
8108
8109 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
8110 are "const PTR", not "const PTR *".
8111 (bfd_elf32_swap_symbol_in): Likewise.
8112 (bfd_elf64_swap_symbol_in): Likewise.
8113 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
8114 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
8115 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
8116 (elf_link_add_object_symbols): Likewise.
8117 (elf_link_record_local_dynamic_symbol): Likewise.
8118 (elf_link_input_bfd): Likewise.
8119 (elf_gc_mark): Likewise.
8120 (elf_reloc_symbol_deleted_p): Likewise.
8121 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
8122 (mn10200_elf_relax_delete_bytes): Likewise.
8123 (mn10200_elf_symbol_address_p): Likewise.
8124 (mn10200_elf_get_relocated_section_contents): Likewise.
8125 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
8126 (mn10300_elf_relax_section): Likewise.
8127 (mn10300_elf_relax_delete_bytes): Likewise.
8128 (mn10300_elf_symbol_address_p): Likewise.
8129 (mn10300_elf_get_relocated_section_contents): Likewise.
8130 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
8131 (elf32_h8_relax_delete_bytes): Likewise.
8132 (elf32_h8_symbol_address_p): Likewise.
8133 (elf32_h8_get_relocated_section_contents): Likewise.
8134 * elf32-hppa.c (get_local_syms): Likewise.
8135 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
8136 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
8137 * elf32-sh.c (sh_elf_relax_section): Likewise.
8138 (sh_elf_relax_delete_bytes): Likewise.
8139 (sh_elf_get_relocated_section_contents): Likewise.
8140 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
8141 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
8142 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
8143 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
8144 * elf64-ppc.c (get_local_syms): Likewise.
8145 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
8146 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
8147
8148 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
8149
8150 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
8151
8152 2002-06-05 Alan Modra <amodra@bigpond.net.au>
8153
8154 * elf.c (group_signature): Swap in the whole symbol, and handle
8155 extracting section symbol names.
8156 (setup_group): Add comment.
8157 (set_group_contents): When called from objcopy or ld, arrange for
8158 section contents to be written. Write group member output section
8159 indices to allow objcopy to reorganize sections.
8160 (_bfd_elf_copy_private_section_data): Copy group info.
8161
8162 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
8163 (bfd_elf32_swap_symbol_in): Update prototype.
8164 (bfd_elf64_swap_symbol_in): Likewise.
8165 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
8166 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
8167 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
8168 (elf_link_add_object_symbols): Likewise.
8169 (elf_link_record_local_dynamic_symbol): Likewise.
8170 (elf_link_input_bfd): Likewise.
8171 (elf_gc_mark): Likewise.
8172 (elf_reloc_symbol_deleted_p): Likewise.
8173 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
8174 (mn10200_elf_relax_delete_bytes): Likewise.
8175 (mn10200_elf_symbol_address_p): Likewise.
8176 (mn10200_elf_get_relocated_section_contents): Likewise.
8177 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
8178 (mn10300_elf_relax_section): Likewise.
8179 (mn10300_elf_relax_delete_bytes): Likewise.
8180 (mn10300_elf_symbol_address_p): Likewise.
8181 (mn10300_elf_get_relocated_section_contents): Likewise.
8182 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
8183 (elf32_h8_relax_delete_bytes): Likewise.
8184 (elf32_h8_symbol_address_p): Likewise.
8185 (elf32_h8_get_relocated_section_contents): Likewise.
8186 * elf32-hppa.c (get_local_syms): Likewise.
8187 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
8188 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
8189 * elf32-sh.c (sh_elf_relax_section): Likewise.
8190 (sh_elf_relax_delete_bytes): Likewise.
8191 (sh_elf_get_relocated_section_contents): Likewise.
8192 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
8193 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
8194 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
8195 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
8196 * elf64-ppc.c (get_local_syms): Likewise.
8197 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
8198 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
8199 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
8200 * elf64-alpha.c (alpha_elf_size_info): Likewise.
8201 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
8202 * elf64-mips.c (mips_elf64_size_info): Likewise.
8203 * elf64-s390.c (s390_elf64_size_info): Likewise.
8204 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
8205
8206 2002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8207
8208 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
8209 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
8210 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
8211 _bfd_mips_elf_ignore_discarded_relocs.
8212 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
8213
8214 2002-06-05 H.J. Lu <hjl@gnu.org>
8215
8216 * elfxx-mips.c (mips_elf_calculate_relocation): Call
8217 _bfd_elf_rel_local_sym for STT_SECTION relocations against
8218 the SEC_MERGE section.
8219
8220 2002-06-05 Alan Modra <amodra@bigpond.net.au>
8221
8222 * coff-alpha.c: Update copyright date.
8223 * coff-mips.c: Likewise.
8224 * xcoff-target.h: Likewise.
8225
8226 * bfd-in.h: Remove "taken from the source" comment.
8227 * libbfd-in.h: Likewise.
8228 * libcoff-in.h: Likewise.
8229 * bfd-in2.h: Regenerate.
8230 * libbfd.h: Regenerate.
8231 * libcoff.h: Regenerate.
8232
8233 * elf.c (bfd_elf_discard_group): Return true.
8234 * elf-bfd.h (bfd_elf_discard_group): Declare.
8235 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
8236 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
8237 * bfd.c (bfd_discard_group): Define.
8238 * targets.c (struct bfd_target): Add _bfd_discard_group.
8239 (BFD_JUMP_TABLE_LINK): Here too.
8240 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
8241 * aout-adobe.c (aout_32_bfd_discard_group): Define.
8242 * aout-target.h (MY_bfd_discard_group): Define.
8243 * aout-tic30.c (MY_bfd_discard_group): Define.
8244 * binary.c (binary_bfd_discard_group): Define.
8245 * bout.c (b_out_bfd_discard_group): Define.
8246 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
8247 * coffcode.h (coff_bfd_discard_group): Define.
8248 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
8249 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
8250 * i386msdos.c (msdos_bfd_discard_group): Define.
8251 * i386os9k.c (os9k_bfd_discard_group): Define.
8252 * ieee.c (ieee_bfd_discard_group): Define.
8253 * ihex.c (ihex_bfd_discard_group): Define.
8254 * mmo.c (mmo_bfd_discard_group): Define.
8255 * nlm-target.h (nlm_bfd_discard_group): Define.
8256 * oasys.c (oasys_bfd_discard_group): Define.
8257 * ppcboot.c (ppcboot_bfd_discard_group): Define.
8258 * som.c (som_bfd_discard_group): Define.
8259 * srec.c (srec_bfd_discard_group): Define.
8260 * tekhex.c (tekhex_bfd_discard_group): Define.
8261 * versados.c (versados_bfd_discard_group): Define.
8262 * vms.c (vms_bfd_discard_group): Define.
8263 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
8264 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
8265 (aix5coff64_vec): Likewise.
8266 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
8267
8268 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
8269
8270 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
8271 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
8272 (elf32-sh64-com.lo): New dependency list.
8273 * Makefile.in: Regenerate.
8274 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
8275 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
8276 elf32-sh64-com.lo.
8277 * configure: Regenerate.
8278 * elf32-sh64.c (sh64_address_in_cranges)
8279 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
8280 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
8281 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
8282 * elf32-sh64-com.c: ...here. New file.
8283
8284 2002-06-04 Alan Modra <amodra@bigpond.net.au>
8285
8286 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
8287 ATTRIBUTE_UNUSED on used params.
8288 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
8289 before calling bfd_section_from_elf_index on local syms.
8290 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
8291
8292 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
8293
8294 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
8295 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
8296 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
8297 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
8298 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
8299 * Makefile.in: Regenerate.
8300 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
8301 (sh64-*-netbsd*): New targets.
8302 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
8303 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
8304 * configure: Regenerate.
8305 * elf32-sh64-nbsd.c: New file.
8306 * elf64-sh64-nbsd.c: New file.
8307 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
8308 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
8309 bfd_elf64_sh64lnbsd_vec.
8310
8311 2002-06-04 Alan Modra <amodra@bigpond.net.au>
8312
8313 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
8314 (bfd_section_from_shdr): Likewise. Set section name of group
8315 sections from signature.
8316 (group_signature): Split out from setup_group. Ensure symbol table
8317 is available.
8318 (bfd_elf_discard_group): New function.
8319 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
8320 .gnu.linkonce* sections if they are members of a group.
8321 (set_group_contents): Set GRP_COMDAT flag.
8322 * section.c (bfd_discard_group): New function.
8323 * bfd-in.h (bfd_elf_discard_group): Declare.
8324 * bfd-in2.h: Regenerate.
8325 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
8326 (elf_linkonce_p): Define.
8327
8328 2002-06-04 Alan Modra <amodra@bigpond.net.au>
8329
8330 * elf.c (bfd_section_from_shdr): Make "name" const.
8331 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
8332 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
8333 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
8334 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
8335 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
8336 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
8337 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
8338 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
8339 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
8340 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
8341 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
8342
8343 2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8344
8345 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
8346 ABI.
8347
8348 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
8349
8350 * elf32-arc.c: Fix formatting.
8351 * elf32-arm.h: Likewise.
8352 * elf32-cris.c: Likewise.
8353 * elf32-dlx.c: Likewise.
8354 * elf32-hppa.c: Likewise.
8355 * elf32-i386.c: Likewise.
8356 * elf32-i386qnx.c: Likewise.
8357 * elf32-or32.c: Likewise.
8358 * elf32-s390.c: Likewise.
8359 * elf32-sh64.c: Likewise.
8360 * elf32-vax.c: Likewise.
8361 * elf32-xstormy16.c: Likewise.
8362 * elf64-alpha.c: Likewise.
8363 * elf64-mmix.c: Likewise.
8364 * elf64-ppc.c: Likewise.
8365 * elf64-s390.c: Likewise.
8366 * elf64-sh64.c: Likewise.
8367 * elf64-x86-64.c: Likewise.
8368
8369 2002-06-02 Richard Henderson <rth@redhat.com>
8370
8371 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
8372 null when there are no got entries for a symbol.
8373 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
8374 uninitialized variable warning.
8375
8376 2002-06-01 Richard Henderson <rth@redhat.com>
8377
8378 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
8379 undefined symbols here.
8380 (elf64_alpha_relax_section): Do it here. Also test for not
8381 defined in the current module.
8382 (elf64_alpha_relocate_section_r): Split out of ...
8383 (elf64_alpha_relocate_section): ... here. Don't dereference
8384 NULL when looking up local got entries.
8385
8386 2002-06-01 Richard Henderson <rth@redhat.com>
8387
8388 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
8389 symbols from JSR relaxation.
8390 (elf64_alpha_size_plt_section_1): New.
8391 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
8392 (elf64_alpha_size_rela_got_1): ... here.
8393 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
8394 (elf64_alpha_size_rela_got_section): ... here.
8395 (elf64_alpha_size_plt_section): New.
8396 (elf64_alpha_relax_section): Call them.
8397 (elf64_alpha_size_got_sections): Remove output_bfd arg.
8398 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
8399
8400 2002-06-01 Richard Henderson <rth@redhat.com>
8401
8402 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
8403 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
8404 in shared libraries. Fix DTPRELHI and TPRELHI value.
8405 (INSN_ADDQ, INSN_RDUNIQ): New.
8406 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
8407 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
8408 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
8409 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
8410 Handle GOTDTPREL and GOTTPREL relocations.
8411 (elf64_alpha_relax_gprelhilo): New.
8412 (elf64_alpha_relax_tls_get_addr): New.
8413 (elf64_alpha_relax_find_tls_segment): New.
8414 (elf64_alpha_relax_section): Handle TLS relocations.
8415 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
8416 (elf64_alpha_check_relocs): Set it.
8417
8418 2002-06-01 Richard Henderson <rth@redhat.com>
8419
8420 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
8421
8422 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
8423 check; don't suppress dynamic relocs for non-allocated sections.
8424
8425 * elf64-alpha.c: Remove dead code.
8426
8427 2002-05-31 Alan Modra <amodra@bigpond.net.au>
8428
8429 * bfd-in2.h: Regenerate.
8430 * libbfd.h: Regenerate.
8431 * po/SRC-POTFILES.in: Regenerate.
8432
8433 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
8434 space for bss .plt.
8435
8436 2002-05-31 Graeme Peterson <gp@qnx.com>
8437
8438 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
8439 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
8440 Run "make dep-am".
8441 * Makefile.in: Regenerate.
8442 * config.bfd: Add i[3456]86-*-nto-qnx* support.
8443 * configure.in: Add bfd_elf32_i386qnx_vec support.
8444 * configure: Regenerate.
8445 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
8446 is_contained_by_filepos, and copy_private_bfd_data_p.
8447 * elf.c (assign_file_positions_for_segments): Call backend
8448 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
8449 (IS_CONTAINED_BY_FILEPOS): Define.
8450 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
8451 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
8452 Fix non-K&R call to _bfd_error_handler.
8453 (_bfd_elf_copy_private_section_data): Use backend
8454 copy_private_bfd_data_p.
8455 * elf32-i386.c: Don't include elfxx-target.h when
8456 ELF32_I386_C_INCLUDED is defined.
8457 * elf32-i386qnx.c: New QNX elf backend file.
8458 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
8459 elf_backend_is_contained_by_filepos, and
8460 elf_backend_do_copy_private_bfd_data.
8461 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
8462
8463 2002-05-31 Alan Modra <amodra@bigpond.net.au>
8464
8465 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
8466 Move other similar defines to start of file.
8467
8468 2002-05-30 Tom Rix <trix@redhat.com>
8469
8470 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
8471 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
8472
8473 2002-05-30 Richard Henderson <rth@redhat.com>
8474
8475 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
8476 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
8477 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
8478 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
8479 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
8480 (struct alpha_elf_obj_tdata): Rename total_got_entries and
8481 n_local_got_entries to total_got_size and local_got_size.
8482 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
8483 (alpha_got_entry_size): New.
8484 (elf64_alpha_relax_with_lituse): Use it.
8485 (elf64_alpha_relax_without_lituse): Likewise.
8486 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
8487 (get_got_entry): New.
8488 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
8489 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
8490 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
8491 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
8492 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
8493 (elf64_alpha_calc_got_offsets): Likewise.
8494 (alpha_dynamic_entries_for_reloc): New.
8495 (elf64_alpha_calc_dynrel_sizes): Use it.
8496 (elf64_alpha_size_dynamic_sections): Likewise.
8497 (elf64_alpha_relocate_section): Handle TLS relocations.
8498 * reloc.c: Add Alpha TLS relocations.
8499 * bfd-in2.h, libbfd.h: Rebuild.
8500
8501 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
8502
8503 * peXXigen.c (pe_print_idata): Remove double printed
8504 import table lines; add Bound-To comment.
8505
8506 2002-05-29 Matt Thomas <matt@3am-software.com>
8507
8508 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
8509 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
8510 (elf32-vax.lo): New rule.
8511 * Makefile.in: Regenerate.
8512 * configure.in (bfd_elf32_vax_vec)
8513 (vaxnetbsd_vec): New vectors.
8514 * configure: Regenerate.
8515 * config.bfd (vax-*-netbsdelf*)
8516 (vax-*-netbsdaout*)
8517 (vax-*-netbsd*): New targets.
8518 * elf32-vax.c: New file.
8519 * reloc.c: Add VAX relocations.
8520 * bfd-in2.h: Regenerate.
8521 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
8522
8523 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8524
8525 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
8526 and bfd_elf32_bigarm_vec to targ_selvecs.
8527
8528 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
8529
8530 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
8531 with auto-imported symbols.
8532
8533 2002-05-29 Adam Nemet <anemet@lnxw.com>
8534
8535 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
8536 sections only record bfd.
8537 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8538 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
8539 * bfd-in2.h: Regenerate.
8540
8541 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8542
8543 * syms.c (_bfd_stab_section_find_nearest_line): Move
8544 declaration and initialisation of saw_line and saw_func out of
8545 for loop.
8546
8547 2002-05-29 Alan Modra <amodra@bigpond.net.au>
8548
8549 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
8550 (bfd_elf64_get_symbol_info): Define.
8551 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
8552
8553 2002-05-29 Andrey Volkov <avolkov@transas.com>
8554
8555 * cpu-h8300.c: Make default h8300 machine first in machine list.
8556
8557 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
8558
8559 * config.bfd: Added DLX configuraton.
8560 * Makefile.am: Added DLX configuraton.
8561 * configure.in: Added DLX configuraton.
8562 * archures.c: Add DLX architecture.
8563 * reloc.c: Add DLX relocs.
8564 * targets.c: Added DLX target vector.
8565 * configure: Regenerate.
8566 * Makefile.in: Regenreate.
8567 * bfd-in2.h: Regenreate.
8568 * elf32-dlx.c: New file: Support DLX target.
8569 * cpu-dlx.c: New file: Support DLX target.
8570
8571 2002-05-25 Alan Modra <amodra@bigpond.net.au>
8572
8573 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
8574
8575 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
8576 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
8577 strings to point inside function code sym string.
8578 (func_desc_adjust): Likewise.
8579 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
8580
8581 2002-05-24 Michal Ludvig <mludvig@suse.cz>
8582
8583 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
8584 (elf64_x86_64_grok_psinfo): Added.
8585
8586 2002-05-24 TAMURA Kent <kent@netbsd.org>
8587
8588 * config.bfd: Add a target for i386-netbsdpe.
8589
8590 2002-05-24 Alan Modra <amodra@bigpond.net.au>
8591
8592 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
8593 and is_func_descriptor.
8594 (func_desc_adjust): Hide function code sym in shared libs unless
8595 there is a matching exported function descriptor sym.
8596
8597 2002-05-23 Jakub Jelinek <jakub@redhat.com>
8598
8599 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
8600 for symbols from SHF_TLS section.
8601 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
8602 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
8603 (map_sections_to_segments): Build PT_TLS segment if necessary.
8604 (assign_file_positions_for_segments): Likewise.
8605 (get_program_header_size): Account for PT_TLS segment.
8606 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
8607 SEC_THREAD_LOCAL sections to STT_TLS.
8608 * reloc.c: Add 386 and IA-64 TLS relocs.
8609 * section.c (SEC_THREAD_LOCAL): Define.
8610 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
8611 Remove.
8612 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
8613 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
8614 unconditionally.
8615 (struct elf_final_link_info): Add first_tls_sec.
8616 (elf_bfd_final_link): Set first_tls_sec.
8617 Compute elf_hash_table (info)->tls_segment.
8618 (elf_link_output_extsym): Handle STT_TLS symbols.
8619 (elf_link_input_bfd): Likewise.
8620 * syms.c (BSF_THREAD_LOCAL): Define.
8621 * bfd-in2.h: Rebuilt.
8622 * libbfd.h: Rebuilt.
8623 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
8624 elf_i386_mkobject, elf_i386_object_p): New functions.
8625 (elf_howto_table): Add TLS relocs.
8626 (elf_i386_reloc_type_lookup): Support TLS relocs.
8627 (elf_i386_info_to_howto_rel): Likewise.
8628 (struct elf_i386_link_hash_entry): Add tls_type.
8629 (struct elf_i386_obj_tdata): New.
8630 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
8631 New macros.
8632 (struct elf_i386_link_hash_table): Add tls_ldm_got.
8633 (link_hash_newfunc): Clear tls_type.
8634 (elf_i386_check_relocs): Support TLS relocs.
8635 (elf_i386_gc_sweep_hook): Likewise.
8636 (allocate_dynrelocs): Likewise.
8637 (elf_i386_size_dynamic_sections): Likewise.
8638 (elf_i386_relocate_section): Likewise.
8639 (elf_i386_finish_dynamic_symbol): Likewise.
8640 (bfd_elf32_mkobject, elf_backend_object_p): Define.
8641 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
8642 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
8643 want_tprel, want_dtpmod, want_dtprel.
8644 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
8645 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
8646 R_IA64_LTOFF_TPREL22.
8647 (elf_code_to_howto_index): Add TLS relocs.
8648 (elfNN_ia64_check_relocs): Support TLS relocs.
8649 (allocate_global_data_got): Account for TLS .got data.
8650 (allocate_dynrel_entries): Account for TLS dynamic relocations.
8651 (elfNN_ia64_install_value): Supprt TLS relocs.
8652 (set_got_entry): Support TLS relocs.
8653 (elfNN_ia64_relocate_section): Likewise.
8654
8655 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
8656
8657 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
8658 BLX reloc round the relocation up rather than down.
8659 * coff-arm.c (coff_arm_relocate_section): Likewise.
8660
8661 2002-05-21 H.J. Lu (hjl@gnu.org)
8662
8663 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
8664 definition.
8665
8666 2002-05-22 Alan Modra <amodra@bigpond.net.au>
8667
8668 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
8669 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
8670
8671 2002-05-22 Alan Modra <amodra@bigpond.net.au>
8672
8673 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
8674 unresolved relocs.
8675 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
8676
8677 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8678
8679 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
8680 non-ELF targets.
8681
8682 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8683
8684 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
8685 an error value.
8686 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
8687 return with false on error.
8688 (elf_link_input_bfd): Check reloc_emitter return value.
8689
8690 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8691
8692 * config.bfd (armeb-*-netbsdelf*): New target.
8693
8694 2002-05-20 Alan Modra <amodra@bigpond.net.au>
8695
8696 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
8697 at the plt call stub.
8698
8699 2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8700
8701 * cpu-mips.c (mips_compatible): Don't try to check machine
8702 compatibility.
8703
8704 2002-05-18 Tom Rix <trix@redhat.com>
8705
8706 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
8707
8708 2002-05-17 Alan Modra <amodra@bigpond.net.au>
8709
8710 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
8711 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
8712 we've already warned about an undefined symbol. Report more
8713 detail on reloc errors.
8714
8715 2002-05-17 Alan Modra <amodra@bigpond.net.au>
8716
8717 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
8718 * configure.in: Invoke AM_INSTALL_LIBBFD.
8719 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
8720 (install_libbfd): .. New target.
8721 (uninstall_libbfd): Likewise.
8722 (install-bfdlibLTLIBRARIES): Likewise.
8723 (uninstall-bfdlibLTLIBRARIES): Likewise.
8724 (bfdlibdir): New.
8725 (bfdincludedir): New.
8726 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
8727 * aclocal.m4: Regenerate.
8728 * configure: Regenerate.
8729 * Makefile.in: Regenerate.
8730
8731 2002-05-17 Stuart Balfour <sbalfour@cisco.com>
8732
8733 * hash.c (bfd_hash_lookup): Remove computation of len from inside
8734 hash loop.
8735
8736 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
8737
8738 * config.bfd: Add targets for sh64-linux (little endian and
8739 big endian).
8740
8741 2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
8742
8743 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
8744 is located in the same section as the import table. Instead
8745 check, and if necessary load the section containing the thunk.
8746
8747 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
8748
8749 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
8750 bfd_bread.
8751 (xcoff64_core_file_matches_executable_p): Replace bfd_read
8752 with bfd_bread.
8753
8754 2002-05-15 Alan Modra <amodra@bigpond.net.au>
8755
8756 * aix5ppc-core.c: Warning fixes.
8757 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
8758 * aout-target.h (MY_bfd_link_just_syms): Define.
8759 * aout-tic30.c (MY_bfd_link_just_syms): Define.
8760 * bfd.c (bfd_link_just_syms): Define.
8761 * binary.c (binary_bfd_link_just_syms): Define.
8762 * bout.c (b_out_bfd_link_just_syms): Define.
8763 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
8764 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
8765 * coffcode.h (coff_bfd_link_just_syms): Define.
8766 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
8767 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
8768 (_bfd_elf_link_just_syms): Declare.
8769 * elf.c (_bfd_elf_link_just_syms): New function.
8770 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
8771 sections haven't already been discarded by the linker.
8772 * elflink.h (elf_link_add_object_symbols): Likewise for stab
8773 sections and SEC_MERGE sections.
8774 (elf_bfd_discard_info): Similarly here.
8775 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
8776 * i386msdos.c (msdos_bfd_link_just_syms): Define.
8777 * i386os9k.c (os9k_bfd_link_just_syms): Define.
8778 * ieee.c (ieee_bfd_link_just_syms): Define.
8779 * ihex.c (ihex_bfd_link_just_syms): Define.
8780 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
8781 (_bfd_generic_link_just_syms): Declare.
8782 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
8783 * linker.c (_bfd_generic_link_just_syms): New function.
8784 * mmo.c (mmo_bfd_link_just_syms): Define.
8785 * nlm-target.h (nlm_bfd_link_just_syms): Define.
8786 * oasys.c (oasys_bfd_link_just_syms): Define.
8787 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
8788 * som.c (som_bfd_link_just_syms): Define.
8789 * srec.c (srec_bfd_link_just_syms): Define.
8790 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
8791 (BFD_JUMP_TABLE_LINK): And here.
8792 * tekhex.c (tekhex_bfd_link_just_syms): Define.
8793 * versados.c (versados_bfd_link_just_syms): Define.
8794 * vms.c (vms_bfd_link_just_syms): Define.
8795 * libbfd.h: Regenerate.
8796 * bfd-in2.h: Regenerate.
8797
8798 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8799
8800 * elf32-mips.c: Remove superfluous definitions copied from
8801 elfxx-mips.c.
8802 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
8803 SGIish vectors to check the special case.
8804 (mips_elf_hi16_reloc): Fix comment.
8805 (mips_elf_got16_reloc): Likewise.
8806 (_bfd_mips_elf32_gprel16_reloc): Likewise.
8807 (elf_reloc_map): Code cleanup.
8808 (mips_reloc_map): Add comment.
8809 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
8810 (mips_elf32_rtype_to_howto): Likewise.
8811 (mips_elf32_discard_info): Likewise.
8812 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
8813 lead to IRIX compatibility now.
8814
8815 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8816
8817 * elfxx-mips.c: Call it IRIX, not Irix in comments.
8818
8819 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
8820
8821 * config.bfd (shle-*-netbsdelf*): Add target which includes
8822 sh64 support.
8823
8824 2002-05-13 David Edelsohn <edelsohn@gnu.org>
8825
8826 * configure.in: Revert 2002-04-07. Instead, auto-configure
8827 HAVE_ST_C_IMPL.
8828 * configure: Regenerate.
8829 * config.in: Regenerate.
8830 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
8831 or AIX_5_CORE.
8832
8833 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
8834
8835 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
8836 corefiles as well.2
8837 * configure: Regenerate.
8838
8839 2002-05-13 Alan Modra <amodra@bigpond.net.au>
8840
8841 * Makefile.am (install-data-local): Install headers to
8842 $(exec_prefix)/include.
8843 * Makefile.in: Regenerate.
8844
8845 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8846 Daniel Jacobowitz <drow@mvista.com>
8847
8848 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
8849 map BFD_RELOC_RVA.
8850
8851 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
8852
8853 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
8854 hppa*-*-openbsd*): New targets.
8855 * configure.in (alpha*-*-openbsd*): Set COREFILE.
8856 * configure: Regenerate.
8857
8858 2002-05-10 Tom Rix <trix@redhat.com>
8859
8860 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
8861 xcoff64_ppc_relocate_section.
8862 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
8863 * libxcoff.h: Common xcoff_reloc_type function declaration.
8864
8865 2002-05-10 Alan Modra <amodra@bigpond.net.au>
8866
8867 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
8868 added in 2002-05-09 commit.
8869
8870 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
8871 don't look for stubs on all undefined syms.
8872
8873 2002-05-09 Alan Modra <amodra@bigpond.net.au>
8874
8875 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
8876 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
8877 pcrel_offset.
8878
8879 * elf32-i386.c (elf_howto_table): Comments.
8880 (elf_i386_relocate_section): Handle more relocs for relocatable
8881 linking and against SEC_MERGE sections.
8882
8883 2002-05-08 Alan Modra <amodra@bigpond.net.au>
8884
8885 * elf32-ppc.c (ppc_elf_create_got): New function.
8886 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
8887 _bfd_elf_create_dynamic_sections. Correct .plt flags.
8888 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
8889 _bfd_elf_create_got_section.
8890
8891 2002-05-07 Alan Modra <amodra@bigpond.net.au>
8892
8893 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
8894 * elfxx-target.h (elf_backend_rela_normal): Define.
8895 (elfNN_bed): Init rela_normal.
8896 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
8897 for section symbols here if rela_normal. Simplify abs section test.
8898 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
8899 return immediately. Remove code handling relocatable linking.
8900 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
8901 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
8902 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8903 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
8904 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8905 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
8906 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
8907 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8908 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8909 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
8910 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8911 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8912 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8913 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
8914 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
8915 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
8916 * elf-m10200.c (elf_backend_rela_normal): Define.
8917 * elf-m10300.c (elf_backend_rela_normal): Define.
8918 * elf32-fr30.c (elf_backend_rela_normal): Define.
8919 * elf32-i370.c (elf_backend_rela_normal): Define.
8920 * elf32-i860.c (elf_backend_rela_normal): Define.
8921 * elf32-m68k.c (elf_backend_rela_normal): Define.
8922 * elf32-mcore.c (elf_backend_rela_normal): Define.
8923 * elf32-openrisc.c (elf_backend_rela_normal): Define.
8924 * elf32-ppc.c (elf_backend_rela_normal): Define.
8925 * elf32-s390.c (elf_backend_rela_normal): Define.
8926 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
8927 * elf64-ppc.c (elf_backend_rela_normal): Define.
8928 * elf64-s390.c (elf_backend_rela_normal): Define.
8929 * elf64-x86-64.c (elf_backend_rela_normal): Define.
8930 * elfxx-ia64.c (elf_backend_rela_normal): Define.
8931 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
8932 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
8933
8934 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
8935
8936 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
8937 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
8938
8939 2002-05-06 Alan Modra <amodra@bigpond.net.au>
8940
8941 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
8942 when not relocatable. Fix reloc_emitter call for K&R.
8943
8944 2002-05-04 Alan Modra <amodra@bigpond.net.au>
8945
8946 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
8947 reloading local sym addend mistakenly removed in 2002-05-01 change.
8948
8949 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
8950 (read_abbrevs): Change "offset" param to bfd_vma.
8951 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
8952 Change "abbrev_offset" to bfd_vma.
8953 (read_indirect_string): Use correct conversion chars in error
8954 message format string, cast bfd_vma's to unsigned long.
8955 (read_abbrevs): Likewise.
8956 (read_attribute_value): Likewise.
8957 (decode_line_info): Likewise.
8958 (scan_unit_for_functions): Likewise.
8959 (parse_comp_unit): Likewise.
8960
8961 2002-05-04 Tom Rix <trix@redhat.com>
8962
8963 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
8964 (coff_swap_reloc_out): Same.
8965 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
8966 (xcoff_swap_reloc_out): Same.
8967 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
8968 case some 16 bit relocs. Add reloc value to output.
8969 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
8970 R_RBR. Improve names.
8971 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
8972 (bfd_xcoff_backend_data): Update with new reloc swap names.
8973 (bfd_pmac_xcoff_backend_data) : Same.
8974 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
8975 (xcoff64_swap_reloc_out): Same.
8976 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
8977 R_POS. Add reloc value to output.
8978 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
8979 bit R_RBR. Improve names, masks.
8980 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
8981 (bfd_xcoff_backend_data): Update with new reloc swap names.
8982 (bfd_xcoff_aix5_backend_data) : Same.
8983
8984 2002-05-04 Alan Modra <amodra@bigpond.net.au>
8985
8986 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
8987 bfd_count top_index, input_list, all_local_syms.
8988 (elf32_hppa_setup_section_lists): New function, split from
8989 elf32_hppa_size_stubs.
8990 (elf32_hppa_next_input_section): Likewise.
8991 (group_sections): Likewise.
8992 (get_local_syms): Likewise.
8993 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
8994 stubs on undefined syms too.
8995 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8996 Only access htab elf fields when we have an elf hash table.
8997 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
8998 (elf32_hppa_next_input_section): Declare.
8999
9000 2002-05-04 Bob Byrnes <byrnes@curl.com>
9001
9002 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
9003 _bfd_new_bfd.
9004
9005 2002-05-03 H.J. Lu (hjl@gnu.org)
9006
9007 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
9008 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
9009 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
9010 to hide a global symbol.
9011 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
9012 forced_local to true.
9013
9014 2002-05-02 Richard Henderson <rth@redhat.com>
9015
9016 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
9017 vs SHN_UNDEF to zero.
9018
9019 2002-05-02 Alan Modra <amodra@bigpond.net.au>
9020
9021 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
9022 16 bit reloc.
9023 <R_PPC64_SECTOFF_DS>: Likewise.
9024 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
9025 SECTOFF reloc.
9026 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
9027 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
9028 SECTOFF reloc.
9029
9030 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
9031 (ppc64_elf_ha_reloc): New function.
9032 (ppc64_elf_brtaken_reloc): New function.
9033 (ppc64_elf_sectoff_reloc): New function.
9034 (ppc64_elf_sectoff_ha_reloc): New function.
9035 (ppc64_elf_toc_reloc): New function.
9036 (ppc64_elf_toc_ha_reloc): New function.
9037 (ppc64_elf_toc64_reloc): New function.
9038 (ppc64_elf_unhandled_reloc): New function.
9039 (ppc64_elf_howto_raw): Use the above.
9040 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
9041 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
9042 <R_PPC64_SECTOFF_DS>: Likewise.
9043 (IS_ABSOLUTE_RELOC): Update.
9044 (struct ppc_link_hash_table): Add have_undefweak.
9045 (ppc64_elf_link_hash_table_create): Init.
9046 (func_desc_adjust): Set have_undefweak.
9047 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
9048 add the .sfpr blr when have_undefweak.
9049 (ppc64_elf_setup_section_lists): Check hash table flavour.
9050 (ppc64_elf_next_input_section): Move output_section->owner test to
9051 ppc64elf.em.
9052 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
9053 and relocatable test. Return TOCstart and don't set elf_gp.
9054 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
9055 offset calculation. Add assert on weak sym branch tweaks.
9056 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
9057 (ppc64_elf_toc): Declare.
9058 (ppc64_elf_next_input_section): Update.
9059
9060 2002-05-01 Alan Modra <amodra@bigpond.net.au>
9061
9062 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
9063 file_name.
9064
9065 2002-05-01 Alan Modra <amodra@bigpond.net.au>
9066
9067 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
9068 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
9069 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
9070 call branches. Correct undefined weak destination.
9071 (ppc64_elf_func_desc_adjust): Always create at least one blr in
9072 .sfpr, and correct case where either only savef* or restf* is
9073 needed.
9074
9075 Long branch stubs, multiple stub sections.
9076 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
9077 (ppc64_elf_next_input_section): Declare.
9078 * elf64-ppc.c: Move linker-only prototypes.
9079 (STUB_SUFFIX): Define.
9080 (enum ppc_stub_type): New.
9081 (struct ppc_stub_hash_entry): New.
9082 (struct ppc_branch_hash_entry): New.
9083 (struct ppc_link_hash_entry): Add stub_cache, oh.
9084 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
9085 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
9086 Rename plt_overflow to stub_error.
9087 (ppc_stub_hash_lookup): Define.
9088 (ppc_branch_hash_lookup): Define.
9089 (stub_hash_newfunc): New function.
9090 (branch_hash_newfunc): New function.
9091 (link_hash_newfunc): Init new fields.
9092 (ppc64_elf_link_hash_table_create): Likewise.
9093 (ppc64_elf_link_hash_table_free): New function.
9094 (ppc_stub_name): New function.
9095 (ppc_get_stub_entry): New function.
9096 (ppc_add_stub): New function.
9097 (create_linkage_sections): Use bfd_make_section_anyway. Create
9098 .branch_lt and .rela.branch_lt sections. Don't create .stub.
9099 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
9100 and set up for plt call stubs. Link func and func desc syms.
9101 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
9102 (func_desc_adjust): Avoid hash lookup when func desc sym available
9103 via shortcut, and set links when processing.
9104 (ppc64_elf_hide_symbol): Likewise.
9105 (allocate_dynrelocs): Don't allocate stub section here.
9106 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
9107 Remove sstub code.
9108 (ppc_type_of_stub): New function.
9109 (build_one_stub): Delete.
9110 (ppc_build_one_stub): New function.
9111 (ppc_size_one_stub): New function.
9112 (ppc64_elf_setup_section_lists): New function.
9113 (ppc64_elf_next_input_section): New function.
9114 (group_sections): New function.
9115 (get_local_syms): New function.
9116 (ppc64_elf_size_stubs): Rewrite.
9117 (ppc64_elf_build_stubs): Rewrite.
9118 (ppc64_elf_relocate_section): Look up stub entry for REL24
9119 relocs. Don't propagate REL14* to dynamic objects. Look for long
9120 branch stubs if REL14* or REL24 relocs won't reach.
9121 (bfd_elf64_bfd_link_hash_table_free): Define.
9122
9123 2002-04-30 Mark Mitchell <mark@codesourcery.com>
9124
9125 * config.bfd: Add support for powerpc-*-windiss.
9126
9127 2002-04-30 Tom Rix <trix@redhat.com>
9128
9129 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
9130 symbol names into the hash table.
9131
9132 2002-04-28 Tom Rix <trix@redhat.com>
9133
9134 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
9135 calulating relocations.
9136 (xcoff_complain_overflow) : Function table for relocation errors.
9137 (xcoff_ppc_relocate_section): Use relocation and complain function
9138 tables.
9139 (xcoff_complain_overflow_unsigned_func): New complain function.
9140 (xcoff_complain_overflow_signed_func): Same.
9141 (xcoff_complain_overflow_bitfield_func): Same.
9142 (xcoff_complain_overflow_dont_func): Same.
9143 (xcoff_reloc_type_crel): New recot function.
9144 (xcoff_reloc_type_br): Same.
9145 (xcoff_reloc_type_ba): Same.
9146 (xcoff_reloc_type_toc): Same.
9147 (xcoff_reloc_type_rel): Same.
9148 (xcoff_reloc_type_neg): Same.
9149 (xcoff_reloc_type_pos): Same.
9150 (xcoff_reloc_type_fail): Same.
9151 (xcoff_reloc_type_noop): Same.
9152 * libxcoff.h : Declare common parts for xcoff64.
9153 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
9154 and complain function tables.
9155
9156 2002-04-28 Alan Modra <amodra@bigpond.net.au>
9157
9158 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
9159 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
9160
9161 2002-04-26 Alan Modra <amodra@bigpond.net.au>
9162
9163 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
9164 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
9165
9166 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
9167 same as the output before calling elf_link_input_bfd.
9168
9169 * coffcode.h (coff_compute_section_file_positions): Set
9170 section_tail after shuffling section list.
9171
9172 2002-04-24 Christian Groessler <chris@groessler.org>
9173
9174 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
9175 addresses are 23bit with a special layout, not plain 32bit
9176 values. Prevent relocation of immediate values.
9177
9178 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
9179
9180 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
9181 MIPS-16 ASE flags are set, print something to indicate that.
9182
9183 2002-04-23 Alan Modra <amodra@bigpond.net.au>
9184
9185 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
9186 under which a plt call stub is used.
9187 (final_link_relocate): Similarly.
9188 (allocate_plt_static): Clear h-plabel except when plt entry is
9189 exclusively used for a plabel.
9190 (allocate_dynrelocs): Use the above to simplify plt sizing.
9191 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
9192 (elf32_hppa_link_hash_table_create): Init.
9193 (BL22_RP): Define.
9194 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
9195 (elf32_hppa_check_relocs): Set has_22bit_branch.
9196
9197 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
9198 (final_link_relocate): Likewise.
9199
9200 2002-04-22 Jakub Jelinek <jakub@redhat.com>
9201
9202 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
9203 search table if some FDE is DW_EH_PE_aligned encoded either.
9204 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
9205
9206 2002-04-22 Richard Smith <richard@ex-parrot.com>
9207 Jakub Jelinek <jakub@redhat.com>
9208
9209 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
9210 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
9211 encoded personality.
9212 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
9213 for CIE/FDE removal.
9214
9215 2002-04-20 Tom Rix <trix@redhat.com>
9216
9217 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
9218
9219 2002-04-20 Alan Modra <amodra@bigpond.net.au>
9220
9221 * archures.c (bfd_lookup_arch): Move the list order comment..
9222 (struct bfd_arch_info): ..to where it belongs.
9223 * bfd-in2.h: Regenerate.
9224
9225 * archures.c (bfd_lookup_arch): Add comment on list order.
9226 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
9227 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
9228 is always at head of list.
9229
9230 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
9231
9232 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
9233 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
9234 definition of these functions for ARM_WINCE builds as they are
9235 not used.
9236 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
9237 for ARM_WINCE builds.
9238
9239 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
9240
9241 * coff-arm.c (bfd_arm_process_before_allocation):
9242
9243 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
9244
9245 * cpu-sh.c (scan_mach): Delete.
9246 (arch_info_struct): Replace scan_mach with bfd_default_scan.
9247 (bfd_sh_arch): Likewise.
9248
9249 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
9250
9251 * ihex.c (ihex_write_object_contents): Fix check for records
9252 crossing 64K boundaries.
9253
9254 2002-04-16 Alan Modra <amodra@bigpond.net.au>
9255
9256 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
9257 type rather than just assuming entries are ELF.
9258 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
9259 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
9260 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
9261 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
9262 rather than elf_link_hash_entry.
9263
9264 2002-04-15 Richard Henderson <rth@redhat.com>
9265
9266 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
9267 n32 binaries.
9268
9269 2002-04-15 Michael Snyder <msnyder@redhat.com>
9270
9271 * opncls.c (bfd_close): Write contents if writeable.
9272 Minor formatting tidy-ups.
9273
9274 2002-04-15 Alan Modra <amodra@bigpond.net.au>
9275
9276 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
9277
9278 2002-04-12 Michael Snyder <msnyder@redhat.com>
9279
9280 * bfd-in.h (bfd_get_section_lma): New access macro.
9281 Minor white-space fix-up.
9282
9283 2002-04-12 Alan Modra <amodra@bigpond.net.au>
9284
9285 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
9286 header pad.
9287
9288 2002-04-09 DJ Delorie <dj@redhat.com>
9289
9290 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
9291
9292 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
9293
9294 * coffcode.h (coff_read_word): New.
9295 (coff_compute_checksum): New.
9296 (coff_apply_checksum): New.
9297 (coff_write_object_contents): Call coff_apply_checksum () to
9298 apply checksum to PE image.
9299
9300 2002-04-08 Randolph Chung <tausq@debian.org>
9301
9302 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
9303 (elf32_hppa_final_link): Split out sorting logic to..
9304 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
9305 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
9306
9307 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9308
9309 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
9310 pattern.
9311 * configure: Re-generate.
9312
9313 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9314
9315 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
9316 is greater or equal to 4.3.3.
9317 * configure: Regenerate.
9318 Fix PR gdb/344.
9319
9320 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
9321
9322 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
9323 R_CRIS_32_PCREL>: Fix typo in name.
9324 (cris_elf_check_relocs): Always create .rela.got here when
9325 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
9326 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
9327 assume it's created.
9328
9329 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
9332 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
9333 define.
9334 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
9335 * bfd.c (bfd_link_hash_table_free): Define.
9336 * binary.c (binary_bfd_link_hash_table_free): Define.
9337 * bout.c (b_out_bfd_link_hash_table_free): Define.
9338 * coff-rs6000.c (rs6000coff_vec): Include
9339 _bfd_generic_link_hash_table_free.
9340 (pmac_xcoff_vec): Likewise.
9341 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
9342 (aix5coff64_vec): Likewise.
9343 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
9344 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
9345 (bfd_elf32_bfd_link_hash_table_free): Define.
9346 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
9347 (bfd_elf32_bfd_link_hash_table_free): Define.
9348 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
9349 define.
9350 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
9351 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
9352 * ieee.c (ieee_bfd_link_hash_table_free): Define.
9353 * ihex.c (ihex_bfd_link_hash_table_free): Define.
9354 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
9355 (_bfd_generic_link_hash_table_free): Add prototype.
9356 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
9357 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
9358 * linker.c (_bfd_generic_link_hash_table_free): New function.
9359 * mmo.c (mmo_bfd_link_hash_table_free): Define.
9360 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
9361 * oasys.c (oasys_bfd_link_hash_table_free): Define.
9362 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
9363 * som.c (som_bfd_link_hash_table_free): Define.
9364 * srec.c (srec_bfd_link_hash_table_free): Define.
9365 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
9366 * versados.c (versados_bfd_link_hash_table_free): Define.
9367 * vms.c (vms_bfd_link_hash_table_free): New function.
9368 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
9369
9370 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
9371 instead of bfd_alloc.
9372 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
9373 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
9374 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
9375 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
9376 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
9377 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
9378 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
9379 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
9380 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
9381 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
9382 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
9383 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
9384 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
9385 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
9386 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
9387 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
9388 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
9389 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
9390 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
9391 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
9392 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
9393 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
9394 * m68klinux.c (linux_link_hash_table_create): Likewise.
9395 * sparclinux.c (linux_link_hash_table_create): Likewise.
9396 * sunos.c (sunos_link_hash_table_create): Likewise.
9397 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
9398
9399 * targets.c: Add _bfd_link_hash_table_free to xvec.
9400
9401 * bfd-in2.h: Regenerate.
9402 * libbfd.h: Regenerate.
9403 * libcoff.h: Regenerate.
9404
9405 2002-04-04 Alan Modra <amodra@bigpond.net.au>
9406
9407 * dep-in.sed: Cope with absolute paths.
9408 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
9409 Run "make dep-am".
9410 * Makefile.in: Regenerate.
9411 * coff-arm.c: Fix copyright date.
9412 * cpu-h8300.c: Likewise.
9413 * cpu-i370.c: Likewise.
9414 * cpu-s390.c: Likewise.
9415 * cpu-mips.c: Likewise.
9416 * po/SRC-POTFILES.in: Regenerate.
9417
9418 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9419
9420 * Makefile.am: Add elfxx-mips.c to the known backends.
9421 (elf32-mips.lo): remove dependency to coff/external.h.
9422 * Makefile.in: Regenerate.
9423 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
9424 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
9425 accordingly.
9426 * configure: Regenerate.
9427 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
9428 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
9429 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
9430 MIPS specific backend functions.
9431 * elf32-mips.c: Moved most code to elfxx-mips.c.
9432 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
9433 static.
9434 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
9435 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
9436 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
9437 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
9438 interface to allow selection of the right REL or RELA howto table.
9439 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
9440 static. Let it refuse n32 objects.
9441 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
9442 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
9443 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
9444 (elf32_mips_ignore_discarded_relocs): Rename from
9445 _bfd_elf32_mips_ignore_discarded_relocs.
9446 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
9447 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
9448 (elf_mips_howto_table_rela): Remove.
9449 * elf64-mips.c: Moved most code to elfxx-mips.c.
9450 (bfd_elf64_bfd_reloc_type_lookup): Make static.
9451 (mips_elf64_rtype_to_howto): New function.
9452 (mips_elf64_object_p): Likewise.
9453 (elf64_mips_irix_compat): Likewise.
9454 * elfxx-mips.c: New file containing common code merged together from
9455 elf32-mips.c and elf64-mips.c.
9456 * elfxx-mips.h: New file containing MIPS specific prototypes from
9457 elf-bfd.h.
9458 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
9459 elf_backend_mips_rtype_to_howto.
9460
9461 2002-04-04 Alan Modra <amodra@bigpond.net.au>
9462
9463 * srec.c (MAXCHUNK, Chunk): Revise comments.
9464 (srec_write_record): Correct buffer size.
9465 (srec_write_header): Do without intermediate buffer.
9466 (srec_write_section): Validate Chunk.
9467 (srec_write_terminator): Pass NULL instead of dummy buffer.
9468 (srec_write_symbols): Pass file and symbol names directly to
9469 bfd_bwrite so sprintf won't overflow buffer.
9470
9471 2002-04-03 Jakub Jelinek <jakub@redhat.com>
9472
9473 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
9474 PC relative relocs against hidden symbols.
9475 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
9476
9477 2002-04-03 Alan Modra <amodra@bigpond.net.au>
9478
9479 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
9480 LMAs, loop over segments until p_vaddr and p_memsz specify an
9481 extent enclosing the section.
9482
9483 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
9484
9485 * ihex.c (ihex_write_object_contents): Do not allow records to
9486 cross a 64K boundary - wrap if necessary.
9487
9488 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
9489
9490 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
9491 which caused the returned LWP ID to always be 0.
9492
9493 2002-04-01 Richard Henderson <rth@redhat.com>
9494
9495 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9496 (elf32_sparc_relocate_section): Use it to figure out when to
9497 initialize .got entries.
9498 * elf64-sparc.c: Similarly.
9499
9500 2002-03-28 Alan Modra <amodra@bigpond.net.au>
9501
9502 * linker.c (link_action): Ignore duplicate warning syms.
9503 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
9504 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
9505 (elf_adjust_dynamic_symbol): Likewise.
9506 (elf_export_symbol): Likewise.
9507 (elf_link_find_version_dependencies): Likewise.
9508 (elf_link_assign_sym_version): Likewise.
9509 (elf_link_sec_merge_syms): Likewise.
9510 (elf_link_output_extsym): Likewise.
9511 (elf_gc_sweep_symbol): Likewise.
9512 (elf_gc_propagate_vtable_entries_used): Likewise.
9513 (elf_gc_smash_unused_vtentry_relocs): Likewise.
9514 (elf_gc_allocate_got_offsets): Likewise.
9515 (elf_collect_hash_codes): Likewise.
9516 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
9517 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
9518 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
9519 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
9520 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
9521 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
9522 (elf_cris_discard_excess_dso_dynamics): Likewise.
9523 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
9524 (mark_PIC_calls): Likewise.
9525 (allocate_plt_static): Likewise.
9526 (allocate_dynrelocs): Likewise.
9527 (readonly_dynrelocs): Likewise.
9528 * elf32-i386.c (allocate_dynrelocs): Likewise.
9529 (readonly_dynrelocs): Likewise.
9530 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
9531 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
9532 * elf32-mips.c (mips_elf_output_extsym): Likewise.
9533 (mips_elf_sort_hash_table_f): Likewise.
9534 (mips_elf_check_mips16_stubs): Likewise.
9535 * elf32-s390.c (allocate_dynrelocs): Likewise.
9536 (readonly_dynrelocs): Likewise.
9537 * elf32-sh.c (sh_elf_discard_copies): Likewise.
9538 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
9539 (xstormy16_relax_plt_realloc): Likewise.
9540 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
9541 (elf64_alpha_output_extsym): Likewise.
9542 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
9543 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
9544 (mips_elf64_check_mips16_stubs): Likewise.
9545 (mips_elf64_output_extsym): Likewise.
9546 * elf64-ppc.c (func_desc_adjust): Likewise.
9547 (allocate_dynrelocs): Likewise.
9548 (readonly_dynrelocs): Likewise.
9549 * elf64-s390.c (allocate_dynrelocs): Likewise.
9550 (readonly_dynrelocs): Likewise.
9551 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
9552 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
9553 (readonly_dynrelocs): Likewise.
9554 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
9555 * aoutx.h (aout_link_write_other_symbol): Likewise.
9556 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
9557 (_bfd_coff_write_global_sym): Likewise.
9558 * i386linux.c (linux_tally_symbols): Likewise.
9559 * m68klinux.c (linux_tally_symbols): Likewise.
9560 * sparclinux.c (linux_tally_symbols): Likewise.
9561 * pdp11.c (aout_link_write_other_symbol): Likewise.
9562 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
9563 * xcofflink.c (xcoff_build_ldsyms): Likewise.
9564 (xcoff_write_global_symbol): Likewise.
9565
9566 * cofflink.c (_bfd_coff_final_link): Formatting.
9567 * cpu-mips.c (mips_compatible): Make static, prototype.
9568 * elf32-i386.c (elf_i386_check_relocs): Formatting.
9569 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
9570 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
9571 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
9572 (mips_elf64_final_link): Likewise.
9573 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
9574 prototype.
9575
9576 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
9577
9578 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
9579 (SWAP_OUT_RELOC_OFFSET): Define.
9580
9581 2002-03-27 Gregory Steuck <greg@nest.cx>
9582
9583 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
9584 terminating NULL if empty symbol table.
9585 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
9586
9587 2002-03-26 H.J. Lu (hjl@gnu.org)
9588
9589 * elflink.h (elf_link_input_bfd): Revert the last change since
9590 the gcc exception handling isn't fixed yet.
9591
9592 2002-03-26 H.J. Lu (hjl@gnu.org)
9593
9594 * elflink.h (elf_link_input_bfd): Complain about relocations
9595 against local symbols in discarded sections.
9596
9597 2002-03-26 Alan Modra <amodra@bigpond.net.au>
9598
9599 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
9600
9601 2002-03-23 Alan Modra <amodra@bigpond.net.au>
9602
9603 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
9604 section file offset for !SEC_LOAD sections.
9605
9606 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
9607
9608 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
9609 <case R_ARM_GOT>): Handle relocations to Thumb functions.
9610
9611 2002-03-21 Alan Modra <amodra@bigpond.net.au>
9612
9613 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
9614 Whitespace changes.
9615 * archive.c: Update copyright date.
9616 * bfd-in2.h: Regenerate.
9617 * libbfd.h: Regenerate.
9618 * Makefile.am: Run "make dep-am"
9619 * Makefile.in: Regenerate.
9620 * po/SRC-POTFILES.in: Regenerate.
9621
9622 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * dwarf2.c (struct funcinfo): Move up.
9625 (lookup_address_in_function_table): New argument function_ptr.
9626 Set it.
9627 (lookup_address_in_line_table): New argument function. If function
9628 is non-NULL, use it to handle ``addr'' before the first line note of
9629 the function.
9630 (comp_unit_find_nearest_line): Update and swap calls to
9631 lookup_address_in_function_table and lookup_address_in_line_table.
9632 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
9633 N_SLINE encountered if we see an N_FUN before any N_SLINE.
9634
9635 2002-03-20 Tom Rix <trix@redhat.com>
9636
9637 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
9638 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9639 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
9640
9641 2002-03-19 Tom Rix <trix@redhat.com>
9642
9643 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
9644 dynamic objects in archives.
9645
9646 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
9647
9648 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
9649 STT_NOTYPE symbols to STT_OBJECT.
9650
9651 2002-03-18 Jan Hubicka <jh@suse.cz>
9652
9653 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
9654
9655 2002-03-18 Tom Rix <trix@redhat.com>
9656
9657 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
9658 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
9659 * coff-rs6000 (do_pad) : New function for archive padding.
9660 (do_copy) : New function for object file copying in archives.
9661 (do_shared_object_padding) : New function for padding shared
9662 objects to their text section alignment in archives.
9663 (bfd_xcoff_ar_achive_set_magic) : Stub.
9664 (xcoff_write_armap_big) : Use do_copy and do_pad.
9665 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
9666 do_copy and do_pad.
9667 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
9668 bfd_xcoff_magic_number.
9669 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
9670 fop.
9671 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
9672 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
9673 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
9674 * rs6000-core.c : Update copyright date.
9675 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
9676 csectpp.
9677 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
9678 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
9679 (coff_set_flags) : Use bfd_xcoff_magic_number.
9680 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
9681 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
9682 * Makefile.am : Same.
9683 * config.bfd : Same.
9684 * targets.c : Same.
9685 * configure : Regnerate.
9686 * Makefile.in : Same.
9687 * bfd-in2.h : Same.
9688
9689 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
9690
9691 * po/fr.po: Updated version.
9692
9693 2002-03-18 Alan Modra <amodra@bigpond.net.au>
9694
9695 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
9696 * libbfd.h: Regenerate.
9697 * archive.c (coff_write_armap): Pass on failures from
9698 bfd_write_bigendian_4byte_int.
9699
9700 2002-03-14 H.J. Lu <hjl@gnu.org>
9701
9702 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
9703 error to bfd_error_nonrepresentable_section for reinit_array
9704 section in DSO.
9705
9706 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9707
9708 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
9709 OR it in rather than replacing previously selected flags.
9710
9711 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
9712 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
9713
9714 2002-03-14 Alan Modra <amodra@bigpond.net.au>
9715
9716 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
9717 (N): Use the above.
9718 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
9719 ensure reloc size matches before calling elf_link_input_bfd.
9720 Add an assert to check reloc size when counting output relocs.
9721
9722 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9723
9724 * mmo.c (mmo_get_loc): Return NULL rather than false.
9725
9726 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
9727
9728 * po/fr.po: Updated version.
9729
9730 2002-03-13 Alan Modra <amodra@bigpond.net.au>
9731
9732 * archures.c (bfd_default_compatible): Test bits_per_word.
9733 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
9734 bfd_default_compatible.
9735 * cpu-i370.c (i370_compatible): Likewise.
9736 * cpu-sparc.c (sparc_compatible): Likewise.
9737 * cpu-h8300.c (compatible): Test in->arch == out->arch.
9738
9739 * elflink.h: Formatting fixes.
9740 (elf_link_output_extsym): Merge undefined and undef weak cases.
9741
9742 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
9743 when word size of input matches output word size.
9744
9745 2002-03-12 Andreas Jaeger <aj@suse.de>
9746
9747 * cpu-i386.c (i386_compatible): New. Use it instead of
9748 bfd_default_compatible.
9749
9750 2002-03-07 H.J. Lu (hjl@gnu.org)
9751
9752 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
9753 as the type for bfd_reloc_val.
9754
9755 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
9756
9757 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
9758 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
9759 (elf_hppa_final_link_relocate): Correct relocations for indirect
9760 references to local data through the DLT. Fix .opd creation for
9761 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
9762 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
9763 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
9764 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9765 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
9766 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
9767 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9768
9769 2002-03-05 Jakub Jelinek <jakub@redhat.com>
9770
9771 * merge.c (_bfd_merge_sections): Don't segfault if there
9772 is nothing to merge due to GC.
9773
9774 2002-03-05 Alan Modra <amodra@bigpond.net.au>
9775
9776 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
9777 symbols that have been forced local.
9778
9779 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
9780 to output forced local syms for non-shared link.
9781 (elf_link_output_extsym): Tweak condition for calling backend
9782 adjust_dynamic_symbol so that previous behaviour is kept.
9783 Whitespace changes throughout file.
9784
9785 2002-03-04 H.J. Lu <hjl@gnu.org>
9786
9787 * elf.c (bfd_section_from_shdr): Handle special sections,
9788 .init_array, .fini_array and .preinit_array.
9789 (elf_fake_sections): Likewise.
9790
9791 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
9792 DT entry only if the section is in output for .init_array,
9793 .fini_array and .preinit_array. Complain about .preinit_array
9794 section in DSO.
9795 (elf_bfd_final_link): Warn zero size for .init_array,
9796 .fini_array and .preinit_array sections.
9797
9798 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
9799 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
9800 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
9801 .preinit_array.
9802
9803 2002-03-04 Alan Modra <amodra@bigpond.net.au>
9804
9805 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
9806 * configure: Regenerate.
9807
9808 2002-03-02 Tom Rix <trix@redhat.com>
9809
9810 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
9811 symbolic equiv.
9812 * coff-rs6000.c (xcoff_howto_table): Same.
9813
9814 2002-03-01 David Mosberger <davidm@hpl.hp.com>
9815
9816 * elflink.h (size_dynamic_sections): If section named
9817 ".preinit_array" exists, create DT_PREINIT_ARRAY and
9818 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
9819 ".init_array" and ".fini_array".
9820 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
9821 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
9822 DT_FINI_ARRAY.
9823
9824 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
9825
9826 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
9827 dynsyms.
9828
9829 2002-02-25 Alan Modra <amodra@bigpond.net.au>
9830
9831 * elf64-hppa.h: Update copyright date.
9832
9833 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
9834 (ppc64_elf_relocate_section): Don't generate power4 style branch
9835 hints for *_BRTAKEN and *_BRNTAKEN relocs.
9836
9837 2002-02-22 Jakub Jelinek <jakub@redhat.com>
9838
9839 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
9840 last patch.
9841 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9842
9843 2002-02-21 Andreas Jaeger <aj@suse.de>
9844
9845 * elf64-x86-64.c: Major rework that introduces all recent changes
9846 to the x86-64 backend. Get a closer match to elf32-i386.
9847 (struct elf64_x86_64_dyn_relocs): Rename from
9848 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
9849 all users.
9850 (struct elf64_x86_64_link_hash_table): Add short cuts to some
9851 sections.
9852 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
9853 remove casts, initialize new hash members.
9854 (create_got_section): New.
9855 (elf64_x86_64_create_dynamic_sections): New.
9856 (elf64_x86_64_copy_indirect_symbol): New.
9857 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
9858 relocs, .got or .relgot here but do it in allocate_dynrelocs.
9859 Reference count possible .plt and .got entries. Don't test input
9860 section SEC_READONLY here to try to avoid copy relocs, and keep
9861 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
9862 DF_TEXTREL here. Delay setting of variables until needed. Cache
9863 pointer to "sreloc" section in elf_section_data. Tweak condition
9864 under which .got created. Report files with bad relocation
9865 section names.
9866 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
9867 Reference count possible .plt entries. Don't deallocate .got and
9868 .relgot space here.
9869 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
9870 do copy reloc processing for weakdefs. Remove redundant casts and
9871 aborts. Delay setting of vars until needed. Move creation of
9872 dynamic symbols and allocation of .plt and .rela.plt to
9873 allocate_dynrelocs. Replace BFD_ASSERT with abort.
9874 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9875 (allocate_dynrelocs): New.
9876 (readonly_dynrelocs): New.
9877 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
9878 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
9879 Zero out the dynamic allocated content space.
9880 (elf64_x86_64_discard_copies): Removed.
9881 (elf64_x86_64_relocate_section): Make use of dynamic section
9882 short-cuts. Localise vars, and delay setting. Better error
9883 reporting, replace BFD_ASSERT with abort. Check
9884 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
9885 regular object file and tread the weak definition as the normal
9886 one. Don't discard relocs for undefweak or undefined symbols and
9887 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
9888 relocs.
9889 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
9890 symbols that have been forced local. Use same test to decide if
9891 we can use a relative reloc for got as relocate_section. Expand
9892 SHN_UNDEF comment. Move expressions out of function calls.
9893 Replace BFD_ASSERT with abort.
9894 (bfd_elf64_bfd_final_link): Removed.
9895 (elf_backend_copy_indirect_symbol): Define.
9896
9897 2002-02-20 Tom Rix <trix@redhat.com>
9898
9899 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
9900 (_bfd_xcoff_reloc_type_lookup): Use it.
9901 * coff64-rs6000.c (xcoff64_howto_table): Same.
9902 (xcoff64_reloc_type_lookup): Same.
9903
9904 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9905
9906 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
9907 little endian.
9908
9909 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9910
9911 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
9912 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
9913 * bfd-in2.h: Regenerate.
9914 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
9915 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
9916 with "s390:64-bit".
9917 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
9918 (elf_s390_reloc_type_lookup): Likewise.
9919 (elf_s390_check_relocs): Likewise.
9920 (elf_s390_gc_sweep_hook): Likewise.
9921 (elf_s390_relocate_section): Likewise.
9922 (elf_s390_object_p): Use renamed architecture define.
9923 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
9924
9925 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
9926
9927 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
9928
9929 2002-02-19 Jakub Jelinek <jakub@redhat.com>
9930
9931 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
9932 absptr -> pcrel optimization for shared libs.
9933 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
9934 library cannot be converted to pcrel.
9935 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
9936 relative.
9937 * elf32-i386.c (elf_i386_relocate_section): If
9938 _bfd_elf_section_offset returned -2, skip, but make sure the
9939 relocation is installed.
9940 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
9941 * elf32-cris.c (cris_elf_relocate_section): Likewise.
9942 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
9943 * elf32-i370.c (i370_elf_relocate_section): Likewise.
9944 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
9945 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
9946 * elf32-s390.c (elf_s390_relocate_section): Likewise.
9947 * elf32-sh.c (sh_elf_relocate_section): Likewise.
9948 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
9949 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
9950 * elf64-s390.c (elf_s390_relocate_section): Likewise.
9951 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9952 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
9953 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9954 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
9955 _bfd_elf_section_offset returning -2 the same way as -1.
9956 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
9957 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
9958 and BFD_ASSERT.
9959 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
9960
9961 2002-02-18 Tom Rix <trix@redhat.com>
9962
9963 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
9964 (bfd_xcoff_size_dynamic_sections): Same.
9965 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
9966 (bfd_xcoff_size_dynamic_sections): Same.
9967 * coff-rs6000.c (xcoff_generate_rtinit): Same.
9968 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
9969 * libxcoff.h (struct xcoff_backend_data_rec): Same.
9970 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
9971 * bfd-in2.h: Regenerate.
9972
9973 2002-02-18 Alan Modra <amodra@bigpond.net.au>
9974
9975 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
9976 (struct ppc_link_hash_table): Add sfpr.
9977 (ppc64_elf_link_hash_table_create): Init it.
9978 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
9979 .glink out to..
9980 (create_linkage_sections): ..here. Make .sfpr too.
9981 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
9982 dynobj early.
9983 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
9984 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
9985 ._restf* functions, and create as needed.
9986 (func_desc_adjust): Only force_local for shared libs.
9987
9988 2002-02-18 David O'Brien <obrien@FreeBSD.org>
9989
9990 * configure.in: Bump version number post 2.12 branching.
9991 * configure: Regenerate.
9992
9993 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
9994
9995 * mmo.c: Correct and improve comments.
9996 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
9997 zero-pad. Use input to fill up non-empty bfd buffer.
9998 (mmo_flush_chunk): New function.
9999 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
10000 changed. Don't emit location specifier if VMA is same as
10001 *LAST_VMAP after omitting leading zero contents. Call
10002 mmo_flush_chunk before emitting location specifier.
10003 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
10004 with mmo_write_loc_chunk calls.
10005 (mmo_internal_write_section): Call mmo_flush_chunk after
10006 mmo_write_chunk.
10007 (mmo_write_symbols_and_terminator): Move :Main to first position
10008 in symbol array. Add faked one if it does not exist if there are
10009 other symbols. Don't add it if there are no symbols at all. Move
10010 out test for value of :Main from symbol loop. Rename table
10011 fakemain to maintable and variable mainsym to fakemain.
10012
10013 2002-02-15 Richard Henderson <rth@redhat.com>
10014
10015 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
10016 section with no got matches any got. Simplify error generaion.
10017
10018 2002-02-15 Alan Modra <amodra@bigpond.net.au>
10019
10020 Support arbitrary length fill patterns.
10021 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
10022 (_bfd_default_link_order): Remove bfd_fill_link_order code.
10023 Call default_data_link_order.
10024 (default_fill_link_order): Delete.
10025 (default_data_link_order): New function.
10026 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
10027 of bfd_fill_link_order with bfd_data_link_order.
10028 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
10029 * elf64-mips.c (mips_elf64_final_link): Likewise.
10030
10031 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
10032 Correct value returned in "end" for "0x<non-hex>".
10033
10034 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
10035
10036 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
10037 (scan): Test against 'mach' field in info structure.
10038
10039 2002-02-14 Alan Modra <amodra@bigpond.net.au>
10040
10041 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
10042
10043 2002-02-14 Matt Fredette <fredette@netbsd.org>
10044
10045 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
10046 EF_M68000.
10047
10048 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
10049
10050 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
10051 non-zero physical addresses when adjusting the LMAs of new
10052 sections.
10053
10054 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
10055
10056 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
10057 from _bfd_elf_hppa_gen_reloc_type.
10058 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
10059 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
10060 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
10061 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
10062
10063 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
10064
10065 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
10066 loading its contents if there's nothing to do in it.
10067
10068 2002-02-12 Alan Modra <amodra@bigpond.net.au>
10069
10070 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
10071 64k boundary.
10072
10073 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
10074 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
10075 (ppc64_elf_finish_dynamic_sections): Set values for them.
10076
10077 2002-02-11 Michael Snyder <msnyder@redhat.com>
10078
10079 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
10080 * elf.c (elfcore_grok_pstatus): Add prototype.
10081 (elfcore_grok_lwpstatus): Add prototype.
10082 (elfcore_write_lwpstatus): New function.
10083 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
10084
10085 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
10086
10087 * elf32-sh.c: Added missing prototypes.
10088 * elf32-sh64.c: Likewise.
10089 (sh_elf_align_loads): Mark unused args as such.
10090 * elf64-sh64.c: Added missing prototypes.
10091 (struct elf_sh64_link_hash_entry): Fix typo.
10092 (sh_elf64_relocate_section): Fix info argument passed to
10093 _bfd_elf_section_offset.
10094
10095 2002-02-11 Alan Modra <amodra@bigpond.net.au>
10096
10097 * Makefile.am: "make dep-am".
10098 * Makefile.in: Regenerate.
10099 * aclocal.m4: Regenerate.
10100 * config.in: Regenerate.
10101 * configure: Regenerate.
10102
10103 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
10106 variable warnings.
10107 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
10108 comparison warning.
10109 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
10110 cast warnings for the common case.
10111
10112 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
10113
10114 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
10115 vectors.
10116 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
10117 vectors.
10118
10119 2002-02-09 Richard Henderson <rth@redhat.com>
10120
10121 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
10122 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
10123 (elf64_alpha_relocate_section): Likewise.
10124 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
10125 * bfd-in2.h, libbfd.h: Rebuild.
10126
10127 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
10128
10129 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
10130 that base-plus-offset reloc accounting is consistent.
10131 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
10132 up to date for undefined symbols.
10133
10134 2002-02-08 Eric Christopher <echristo@redhat.com>
10135
10136 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10137
10138 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
10139 sections for the O32 ABI.
10140
10141 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10142
10143 * elf32-arm.h: Fix formatting of _("...").
10144 * elf32-d10v.c: Likewise.
10145 * elf32-m68k.c: Likewise.
10146 * elf32-mips.c: Likewise.
10147
10148 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
10149
10150 * coff-or32.c: Fix compile time warning messages.
10151
10152 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
10153
10154 Contribute sh64-elf.
10155 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
10156 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
10157 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
10158 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
10159 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
10160 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
10161 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
10162 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
10163 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
10164 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
10165 New relocs.
10166 * libbfd.h, bfd-in2.h: Rebuilt.
10167 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
10168 (sh_reloc_map): Map them.
10169 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
10170 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
10171 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
10172 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
10173 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
10174 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
10175 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
10176 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
10177 datalabel_got_offset.
10178 (sh_elf_link_hash_newfunc): Initialize it.
10179 (sh_elf_relocate_section): Augment the scope of
10180 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
10181 GOT and GOTOFF handling to new SHmedia relocation types. Support
10182 GOT_BIAS.
10183 (sh_elf_check_relocs): Likewise.
10184 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
10185 PLT entries using movi_shori_putval. Support GOT_BIAS.
10186 (sh_elf_finish_dynamic_sections): Likewise.
10187 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
10188 relocation, it's now done by the caller.
10189 (GOT_BIAS): New.
10190 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
10191 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
10192 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
10193 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
10194 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
10195 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
10196 sh64_elf64_hash_table): New.
10197 (sh_elf64_howto_table): Introduce new relocs.
10198 (sh_elf64_info_to_howto): Accept new PIC relocs.
10199 (sh_elf64_relocate_section): Augment the scope of
10200 seen_stt_datalabel. Support new PIC relocs.
10201 (sh_elf64_check_relocs): Support new PIC relocs.
10202 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
10203 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
10204 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
10205 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
10206 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
10207 movi_shori_putval, movi_3shori_putval,
10208 sh64_elf64_create_dynamic_sections,
10209 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
10210 sh64_elf64_size_dynamic_sections,
10211 sh64_elf64_finish_dynamic_symbol,
10212 sh64_elf64_finish_dynamic_sections): New.
10213 (elf_backend_create_dynamic-sections,
10214 bfd_elf64_bfd_link_hash_table_create,
10215 elf_backend_adjust_dynamic_symbol,
10216 elf_backend_size_dynamic_sections,
10217 elf_backend_finish_dynamic_symbol,
10218 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
10219 elf_backend_plt_readonly, elf_backend_want_plt_sym,
10220 elf_backend_got_header_size, elf_backend_plt_header_size):
10221 Define.
10222 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
10223 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
10224 match official numbers and names; moved unmaching ones to the
10225 range 0xf2-0xff.
10226 * elf32-sh64.c, elf64-sh64.c: Likewise.
10227 2001-03-12 DJ Delorie <dj@redhat.com>
10228 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
10229 sections.
10230 2001-03-12 DJ Delorie <dj@redhat.com>
10231 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
10232 be aligned.
10233 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
10234 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
10235 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
10236 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
10237 .cranges section with SEC_SORT_ENTRIES set.
10238 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
10239 incoming sorted .cranges section.
10240 (sh64_bfd_elf_copy_private_section_data): New.
10241 (sh64_elf_final_write_processing): Only sort .cranges and modify
10242 start address if called by linker.
10243 2001-01-08 Ben Elliston <bje@redhat.com>
10244 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
10245 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
10246 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
10247 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
10248 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
10249 line. Add comments before all entries.
10250 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
10251 comment.
10252 (sh_elf64_reloc): Correct head comment.
10253 (sh_elf64_relocate_section): Correct spacing.
10254 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
10255 instead call reloc_dangerous callback.
10256 <case R_SH_SHMEDIA_CODE>: New case.
10257 (sh_elf64_gc_mark_hook): Correct spacing.
10258 (sh_elf64_check_relocs): Ditto.
10259 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
10260 New case.
10261 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
10262 functions.
10263 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
10264 clarify describing comment. Add comments before all entries.
10265 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
10266 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
10267 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
10268 Sort .cranges section in final link. Prepare to set bit 0 on
10269 entry address.
10270 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
10271 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
10272 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
10273 .cranges section.
10274 (sh64_backend_section_from_shdr): New, to recognize
10275 SHT_SH5_CR_SORTED on incoming .cranges section.
10276 (elf_backend_section_from_shdr): Define.
10277 (sh64_elf_final_write_processing): Sort outgoing .cranges
10278 section. (New, temporarily disabled:) Set bit 0 on entry address
10279 according to ISA type.
10280 (sh64_find_section_for_address): New.
10281 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
10282 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
10283 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
10284 bfd_malloc, not xmalloc.
10285 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
10286 global.
10287 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
10288 temporarily disabled) setting bit 0 on entry address.
10289 (elf_backend_final_write_processing): Define.
10290 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
10291 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
10292 be a proper relocation for PTA and PTB rather than a marker.
10293 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
10294 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
10295 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
10296 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
10297 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
10298 Zero src_mask.
10299 * elf64-sh64.c: Ditto.
10300 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
10301 * elf32-sh64.c: Include opcodes/sh64-opc.h
10302 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
10303 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
10304 parameters. No unused parameters. Caller changed.
10305 <case R_SH_PT_16>: New case.
10306 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
10307 * Makefile.in: Regenerate.
10308 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
10309 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
10310 all code sections.
10311 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
10312 (sh64_elf_merge_private_data): Ditto.
10313 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
10314 to access stored section flags.
10315 (sh64_elf_final_write_processing): Return immediately unless
10316 called by linker. Use sh64_elf_section_data (cranges) to get size
10317 of linker-generated cranges entries.
10318 (sh64_elf_copy_private_data): Add missing "return true".
10319 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
10320 (sh_elf64_merge_private_data): Ditto.
10321 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
10322 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
10323 elf64-sh64.c:sh64_elf_fake_sections.
10324 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
10325 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
10326 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
10327 (sh64_elf_final_write_processing): New.
10328 (elf_backend_final_write_processing): Define.
10329 (sh64_elf_fake_sections): Get header flags from tdata field.
10330 (sh64_elf_copy_private_data): Do not call
10331 sh64_elf_copy_private_data_internal, just copy e_flags field.
10332 (sh64_elf_merge_private_data): Do not call
10333 sh64_elf_copy_private_data_internal.
10334 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
10335 Remove EF_SH64_ABI64, let ELF size make difference.
10336 Remove SH64-specific BFD section flag.
10337 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
10338 containing SHmedia through elf_section_data (asect)->tdata
10339 non-zero, not using a BFD section flag.
10340 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
10341 (sh64_elf_merge_private_data): Similar.
10342 (elf_backend_section_flags): Don't define.
10343 (sh64_elf_backend_section_flags): Delete.
10344 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
10345 not EF_SH64_ABI64.
10346 (sh_elf64_merge_private_data): Similar.
10347 * section.c (Section flags definitions): Don't define
10348 SEC_SH_ISA_SHMEDIA.
10349 (bfd-in2.h): Regenerate.
10350 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
10351 Make DataLabel references work with partial linking.
10352 * elf32-sh64.c: Fix formatting.
10353 (sh64_elf_link_output_symbol_hook): New.
10354 (elf_backend_link_output_symbol_hook): Define to
10355 sh64_elf_link_output_symbol_hook.
10356 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
10357 undefined if partial linking. Adjust sanity check.
10358 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
10359 (elf_backend_link_output_symbol_hook): Define to
10360 sh64_elf64_link_output_symbol_hook.
10361 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
10362 undefined if partial linking. Adjust sanity check.
10363 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
10364 Implement semantics for inter-file DataLabel references.
10365 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
10366 (sh64_elf64_add_symbol_hook): New.
10367 (sh_elf64_relocate_section): If passing an indirect symbol with
10368 st_type STT_DATALABEL on the way to a symbol with st_other
10369 STO_SH5_ISA32, do not bitor 1 to the relocation.
10370 (elf_backend_add_symbol_hook): Define to
10371 sh64_elf64_add_symbol_hook.
10372 * elf64-sh32.c: Tweak comments.
10373 (DATALABEL_SUFFIX): Define.
10374 (sh64_elf_add_symbol_hook): New.
10375 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
10376 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
10377 symbol with st_type STT_DATALABEL on the way to a symbol with
10378 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
10379 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
10380 Pass through STT_DATALABEL.
10381 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
10382 (elf_backend_get_symbol_type): Define.
10383 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
10384 (elf_backend_get_symbol_type): Define.
10385 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
10386 * elf32-sh64.c: Tweak comments.
10387 (sh64_elf_copy_private_data_internal): Add prototype.
10388 (bfd_elf32_bfd_set_private_flags): Define.
10389 (sh64_elf_copy_private_data_internal): Compare machine name, not
10390 textual BFD target name, to check whether to copy section flag
10391 SHF_SH5_ISA32.
10392 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
10393 Tweak section-contents-type-mismatch message.
10394 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
10395 Validize reloc-types.
10396 * elf64-sh64.c: New file.
10397 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
10398 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
10399 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
10400 Regenerate dependencies.
10401 * Makefile.in: Regenerate.
10402 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
10403 bfd_elf64_sh64l_vec.
10404 * configure.in: Handle bfd_elf64_sh64_vec and
10405 bfd_elf64_sh64l_vec.
10406 * configure: Regenerate.
10407 * po/POTFILES.in: Regenerate.
10408 * po/bfd.pot: Regenerate.
10409 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
10410 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
10411 anything else but EF_SH64 and EF_SH64_ABI64.
10412 (sh64_elf_merge_private_data): Emit error for anything else but
10413 EF_SH64 and EF_SH64_ABI64.
10414 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
10415 from targ_selvecs.
10416 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
10417 bfd_elf32_sh64l_vec as a temporary measure.
10418 * configure: Regenerate.
10419 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
10420 * cpu-sh.c (arch_info_struct): Include sh5 item
10421 unconditionalized.
10422 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
10423 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
10424 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
10425 * elf32-sh64.c: Tweak comments.
10426 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
10427 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
10428 (sh64_elf_copy_private_data_internal): Wrap long line.
10429 (sh64_elf_merge_private_data): Rewrite to allow objects from
10430 SH64 subsets to be linked together.
10431 (INCLUDE_SHMEDIA): Define.
10432 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
10433 Parenthesize plus-expression inside or-expression.
10434 <global symbol>: Ditto.
10435 (sh_elf_set_mach_from_flags): Remove code refusing
10436 deleted EF_SH64_32BIT_ABI flag.
10437 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
10438 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
10439 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
10440 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
10441 (sh_elf_relocate_section) <local symbol>: Or 1 in
10442 calculation of relocation if sym->st_other & STO_SH5_ISA32.
10443 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
10444 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
10445 relocation.
10446 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
10447 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
10448 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
10449 Regenerate dependencies.
10450 * Makefile.in: Regenerate.
10451 * archures.c: Add bfd_mach_sh5.
10452 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
10453 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
10454 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
10455 * configure: Regenerate.
10456 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
10457 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
10458 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
10459 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
10460 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
10461 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
10462 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
10463 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
10464 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
10465 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
10466 in item for SH5.
10467 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
10468 for SHmedia relocs.
10469 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
10470 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
10471 shmedia_prepare_reloc, goto final_link_relocate if it returns
10472 non-zero, else fail as before.
10473 (sh_elf_set_mach_from_flags): Provide function only if not defined
10474 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
10475 (sh_elf_set_private_flags): Provide function only if not defined
10476 as a macro.
10477 (sh_elf_copy_private_data): Similar.
10478 (sh_elf_merge_private_data): Similar.
10479 * section.c (SEC_SH_ISA_SHMEDIA): New.
10480 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
10481 * elf32-sh64.c: New file.
10482 * libbfd.h: Regenerate.
10483 * bfd-in2.h: Regenerate.
10484 * po/POTFILES.in: Regenerate.
10485 * po/bfd.pot: Regenerate.
10486 * bfd-in2.h: Regenerate.
10487 * libbfd.h: Regenerate.
10488
10489 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
10490
10491 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
10492 been included, not drag it in.
10493 * bfd-in2.h: Regenerate.
10494
10495 2002-02-06 H.J. Lu (hjl@gnu.org)
10496
10497 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
10498 the mach and ISA fields if necessary.
10499
10500 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10501
10502 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
10503 ARM architecture when an F_ARM_5 flag is detected, since we cannot
10504 be sure exactly which architecture this represents.
10505
10506 2002-02-05 Nick Clifton <nickc@redhat.com>
10507
10508 * po/tr.po: Updated translation.
10509
10510 2002-02-05 Alan Modra <amodra@bigpond.net.au>
10511
10512 From Jimi X <jimix@watson.ibm.com>
10513 * archures (bfd_mach_ppc64): Define.
10514 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
10515 (bfd_powerpc_arch): Define.
10516 * bfd-in2.h: Regenerate.
10517 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
10518 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
10519 (bfd_powerpc_archs): Add default powerpc64 arch.
10520
10521 2002-02-05 Alan Modra <amodra@bigpond.net.au>
10522
10523 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
10524 against section syms in readonly sections. Don't do the global
10525 sym check if we find one.
10526 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
10527 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
10528 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
10529 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
10530 (elf_s390_grok_prstatus): Add missing prototype.
10531
10532 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
10533
10534 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
10535 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
10536 Call bfd_get_section_by_name only once. Initialize
10537 bpodata->n_bpo_relocs_this_section.
10538 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
10539 referring to DSOs.
10540 (bpo_reloc_request_sort_fn): Don't use difference of values as
10541 return-value.
10542
10543 2002-02-02 David O'Brien <obrien@FreeBSD>
10544
10545 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
10546 version 4.5 and later the same as 5-CURRENT.
10547 * configure: Re-generate.
10548
10549 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
10550
10551 * config.bfd (hppa*-*-netbsd*): New target.
10552
10553 2002-01-31 Philipp Thomas <pthomas@suse.de>
10554
10555 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
10556 to front of message. Unify messages with elf32-arm.h. Use
10557 commas where neccessary.
10558 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
10559 ERROR in messages. Unify messages with coff-arm.c. Correct
10560 VFP/FPA error message.
10561 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
10562 APCS-32 for translation.
10563
10564 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
10565
10566 Perform on-demand global register allocation from
10567 R_MMIX_BASE_PLUS_OFFSET relocs.
10568 * elf64-mmix.c (struct bpo_reloc_section_info, struct
10569 bpo_reloc_request, struct bpo_greg_section_info): New.
10570 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
10571 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
10572 _bfd_mmix_check_all_relocs,
10573 _bfd_mmix_prepare_linker_allocated_gregs,
10574 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
10575 (elf_mmix_howto_table): Correct src_mask for most relocs.
10576 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
10577 case.
10578 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
10579 case. Fix typo in comment. New label do_mmix_reloc.
10580 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
10581 store first object file with a base-plus-offset reloc. Call
10582 mmix_elf_check_common_relocs for the part common with mmo.
10583 (mmix_elf_final_link): Write out linker-allocated register
10584 contents section.
10585 (elf_backend_gc_sweep_hook): Define.
10586 (bfd_elf64_bfd_relax_section): Define.
10587
10588 * mmo.c: Don't include <ctype.h>
10589 (mmo_init): Correct init-once logic.
10590
10591 2002-02-01 Tom Rix <trix@redhat.com>
10592
10593 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
10594
10595 2002-02-01 Alan Modra <amodra@bigpond.net.au>
10596
10597 * Makefile.am: Run "make dep-am"
10598 * Makefile.in: Regenerate.
10599
10600 2002-01-31 David O'Brien <obrien@FreeBSD>
10601
10602 * configure.in: Recognize the differences in core files from FreeBSD
10603 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
10604 5-CURRENT.
10605 * configure: Regenerate.
10606
10607 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
10608
10609 * coff-or32.c: New file.
10610 * cpu-or32.c: New file.
10611 * elf32-or32.c: New file.
10612 * archures.c: Add support for or32.
10613 * targets.c: Add support for or32.
10614 * bfd-in2.h: Regenerate.
10615 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
10616 coff_write_object_contents): Add support for or32.
10617 * config.bfd: Add target.
10618 * configure.in: Add support for or32.
10619 * configure: Regenerate.
10620 * Makefile.am: Add support for or32.
10621 * Makefile.in: Regenerate.
10622 * po/SRC-POTFILES.in: Add or32 files.
10623 * po/bfd.pot: Regenerate.
10624
10625 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
10626 Don Lindsay <lindsayd@cisco.com>
10627
10628 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
10629 false' with a return of a bfd_reloc_ error code.
10630
10631 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
10632
10633 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
10634 unexport unreferenced symbols when --export-dynamic. Call
10635 _bfd_elf_strtab_delref when unexporting.
10636
10637 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
10638
10639 * bfd-in.h: Include <stdbool.h> if it is available.
10640 * bfd-in2.h: Regenerated.
10641
10642 2002-01-31 Alan Modra <amodra@bigpond.net.au>
10643
10644 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
10645 not go via the plt.
10646
10647 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10648
10649 * archures.c: Tidy up formatting of embedded comments.
10650 * bfd.c: Tidy up formatting of embedded comments.
10651 * bfd-in.h: Fix formatting of comments.
10652 * reloc.c: Tidy up formatting of ordinary & embedded comments.
10653 * section.c: Tidy up formatting of embedded comments.
10654 * syms.c: Tidy up formatting of embedded comments.
10655 * targets.c: Tidy up formatting of embedded comments.
10656
10657 * bfd-in2.h: Regenerate.
10658
10659 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10660
10661 * vms-tir.c (cmd_name): New function.
10662 (tir_cmd_name): New function.
10663 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
10664 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
10665 Fix formatting.
10666
10667 * peXXigen.c (pe_print_idata): Rearrange message to aid in
10668 translation.
10669 (pe_print_pdata): Rearrange message to aid in translation.
10670
10671 * libbfd.c (warn_deprecated): Rearrange error message to aid in
10672 translation.
10673
10674 * ihex.c (ihex_write_object_contents): Fix spelling typo.
10675
10676 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
10677
10678 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
10679 message to aid in translation.
10680
10681 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
10682 to aid in translation.
10683
10684 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
10685
10686 2002-01-30 Philipp Thomas <pthomas@suse.de>
10687
10688 * coff-arm.c, elf32-elf.h: Unify messages.
10689
10690 2002-01-30 Nick Clifton <nickc@redhat.com>
10691
10692 * po/sv.po: Updated translation.
10693
10694 2002-01-30 Philipp Thomas <pthomas@suse.de>
10695
10696 * dwarf2.c (read_abbrev): Use full section name in error message.
10697 (decode_line_info): Likewise.
10698
10699 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
10700 message.
10701
10702 2002-01-30 Alan Modra <amodra@bigpond.net.au>
10703
10704 * elf64-ppc.c (func_desc_adjust): Only provide missing function
10705 descriptor symbols for undefined function code syms. Clear
10706 ELF_LINK_NON_ELF so that they can stay weak.
10707
10708 2002-01-29 Chris Demetriou <cgd@broadcom.com>
10709 Mitch Lichtenberg <mpl@broadcom.com>
10710
10711 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
10712 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
10713 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
10714 generation.
10715 * bfd-in2.h: Regenerate.
10716
10717 2002-01-29 Chris Demetriou <cgd@broadcom.com>
10718
10719 * elf32-mips.c: Add additional comments about HI16 relocation
10720 processing.
10721 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
10722 pc-relative relocations. (Reverts change made on 2001-10-31.)
10723 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
10724 for pc-relative relocations.
10725 (mips_elf_calculate_relocation): Add a comment about a kludge
10726 in the R_MIPS_GNU_REL_HI16 handling.
10727 (_bfd_mips_elf_relocate_section): Implement that kludge;
10728 adjust pc-relative HI16 relocation for difference in HI16 and
10729 LO16 addresses, since it can't easily be done in
10730 mips_elf_calculate_relocation.
10731
10732 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
10733
10734 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
10735 relocations with PC32 relocations for undefined or weak symbols.
10736 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
10737 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
10738
10739 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
10740
10741 * elfcore.h (elf_core_file_p): Improve comment for last change.
10742
10743 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10744
10745 * configure: Regenerated.
10746
10747 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
10748
10749 * elfcore.h (elf_core_file_p): Set the machine architecture
10750 before processing the program headers.
10751
10752 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
10753
10754 * configure.in <64-bit configuration>: If using gcc, check and
10755 emit error for egcs-1.1.2.
10756 * configure: Regenerate.
10757
10758 2002-01-26 Egor Duda <deo@logos-m.ru>
10759
10760 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
10761 as possible to avoid stack corruption.
10762
10763 2002-01-26 Richard Henderson <rth@redhat.com>
10764
10765 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
10766 for non-allocated sections.
10767
10768 2002-01-25 Mark Kettenis <kettenis@gnu.org>
10769
10770 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
10771 prstat.pr_reg even if it is a struct.
10772
10773 2002-01-25 Steve Ellcey <sje@cup.hp.com>
10774
10775 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
10776
10777 2002-01-25 Philipp Thomas <pthomas@suse.de>
10778
10779 * coffgen.c (coff_print_symbol): Don't mark info message
10780 for translation.
10781
10782 2002-01-25 Nick Clifton <nickc@redhat.com>
10783
10784 * po/fr.po: Updated translation.
10785 * po/es.po: Updated translation.
10786
10787 2002-01-25 Philipp Thomas <pthomas@suse.de>
10788
10789 * coff-alpha.c (alpha_relocate_section): Unify warning message
10790 for GP relative relocations without GP defined.
10791 * coff-mips.c (mips_relocate_section): Likewise.
10792
10793 2002-01-25 Alan Modra <amodra@bigpond.net.au>
10794
10795 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
10796 unsigned overflow when new_offset < old_offset.
10797
10798 2002-01-24 Philipp Thomas <pthomas@suse.de>
10799
10800 * bfd.c (_bfd_abort): Fix typo.
10801
10802 2002-01-23 Richard Henderson <rth@redhat.com>
10803
10804 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
10805 plt entries for undefweak symbols.
10806
10807 2002-01-23 Steve Ellcey <sje@cup.hp.com>
10808
10809 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
10810 (bfd_elf64_ia64_hpux_big_vec): Ditto.
10811 (bfd_elf32_h8300_vec): Ditto.
10812
10813 2002-01-23 Alan Modra <amodra@bigpond.net.au>
10814
10815 * elf64-ppc.c: Remove stale part of ABI comment.
10816 (NO_OPD_RELOCS): Define.
10817 (ppc64_elf_check_relocs): Use it.
10818 (ppc64_elf_relocate_section): Here too.
10819 (build_one_stub): Don't point function syms at the stub. Instead,
10820 hijack plt.offset.
10821 (ppc64_elf_relocate_section): Check whether REL24 relocs should
10822 really go to the stub. Make all dynamic relocs in opd against
10823 locals.
10824 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
10825 plt.offset.
10826
10827 2002-01-22 Richard Henderson <rth@redhat.com>
10828
10829 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
10830
10831 2002-01-22 Alan Modra <amodra@bigpond.net.au>
10832
10833 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
10834 TOC_BASE_OFF adjustment.
10835
10836 * Makefile.am: Run "make dep-am".
10837 * Makefile.in: Regenerate.
10838 * po/SRC-POTFILES.in: Regenerate.
10839
10840 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
10841
10842 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
10843 host defines.
10844
10845 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
10846
10847 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
10848 Check for and emit error if sgot is NULL at this point.
10849
10850 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
10851
10852 * config.bfd (ia64*-*-netbsd*): New target.
10853
10854 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
10855
10856 * som.c (som_write_space_strings): Comment typo fix.
10857
10858 2002-01-21 Alan Modra <amodra@bigpond.net.au>
10859
10860 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
10861 is_func_descriptor fields.
10862 (link_hash_newfunc): Init them.
10863 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
10864 dot are candidates for plt entries. When processing .opd relocs,
10865 set function descriptor strings to point inside function code
10866 string, and set new ppc_link_hash_entry fields.
10867 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
10868 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
10869 function descriptors. It's now done in..
10870 (func_desc_adjust): New.
10871 (ppc64_elf_func_desc_adjust): New.
10872 (define elf_backend_always_size_sections): Define.
10873 (ppc64_elf_hide_symbol): New.
10874 (define elf_backend_hide_symbol): Define.
10875 (allocate_dynrelocs): Remove code looking up function descriptors
10876 as that has been done earlier.
10877 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
10878 table.
10879 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
10880 up function descriptor.
10881 (build_one_stub): Look up the function code sym. Check for
10882 invalid plt offsets.
10883 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
10884 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
10885
10886 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
10887 boolean param.
10888 (_bfd_elf_link_hash_hide_symbol): Likewise.
10889 * elflink.h (elf_link_add_object_symbols): Adjust call to
10890 elf_backend_hide_symbol.
10891 (elf_fix_symbol_flags): Likewise.
10892 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
10893 than bfd_alloc.
10894 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
10895 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
10896 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
10897 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
10898 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
10899 and adjust to suit.
10900 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
10901 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
10902 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
10903
10904 2002-01-18 Alan Modra <amodra@bigpond.net.au>
10905
10906 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
10907 dynamic function descriptor symbol, not the associated function
10908 symbol.
10909
10910 2002-01-17 Eric Christopher <echristo@redhat.com>
10911
10912 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
10913
10914 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
10915
10916 * po/bfd.pot: Regenerate.
10917 * po/fr.po: Regenerate.
10918
10919 2002-01-17 Alan Modra <amodra@bigpond.net.au>
10920
10921 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
10922 Remove "Elf_Internal_Shdr *" param.
10923 (_bfd_mips_elf_section_from_bfd_section): Ditto.
10924 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
10925 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
10926 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
10927 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
10928 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
10929 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
10930 function to override special sections. Remove hdr arg from
10931 backend call, and don't loop.
10932
10933 2002-01-16 Eric Christopher <echristo@redhat.com>
10934
10935 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
10936 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
10937 relocations requiring gp0 and gp.
10938
10939 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
10940
10941 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
10942 EF_ARM_VFP_FLOAT.
10943 (elf32_arm_print_private_bfd_data): Likewise.
10944
10945 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
10946
10947 * po/tr.po: Import new version.
10948
10949 2002-01-16 Alan Modra <amodra@bigpond.net.au>
10950
10951 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
10952 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
10953 (ORI_R0_R0_0): Correct.
10954
10955 2002-01-16 Alan Modra <amodra@bigpond.net.au>
10956
10957 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
10958 when plt_not_loaded.
10959 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
10960 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
10961 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
10962 (ppc64_elf_glink_code): Delete.
10963 (PPC64_ELF_GLINK_SIZE): Delete.
10964 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
10965 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
10966 ORI_R0_R0_0): Define.
10967 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
10968 (struct ppc_link_hash_table): Add sstub and plt_overflow.
10969 (ppc64_elf_link_hash_table_create): Init them.
10970 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
10971 Don't copy to shared lib.
10972 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
10973 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
10974 (allocate_dynrelocs <plt>): Don't change function sym here. Make
10975 room for .stub and .glink code.
10976 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
10977 DT_PPC64_GLINK.
10978 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
10979 bfd_elf64_bfd_final_link.
10980 (bfd_elf64_bfd_final_link): Don't define.
10981 (ppc64_elf_size_stubs): New.
10982 (build_plt_stub): New.
10983 (build_one_stub): New.
10984 (ppc64_elf_build_stubs): New.
10985 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
10986 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
10987 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
10988 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
10989 case output sections not separate. Adjust DT_RELASZ to not
10990 include plt relocs. Set reserved got entry. Set got and plt
10991 entry size.
10992 (elf_backend_got_header_size): Set to 8.
10993 * elf64-ppc.h: New file.
10994
10995 2002-01-16 Alan Modra <amodra@bigpond.net.au>
10996
10997 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
10998 sections, use bfd_section_list_remove.
10999 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
11000 * elflink.h (elf_link_add_object_symbols): When removing all
11001 sections, use bfd_section_list_clear.
11002
11003 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
11004
11005 * po/sv.po: New file: Swedish translation.
11006 * configure.in (ALL_LINGUAS): Add sv.
11007 * configure: Regenerate.
11008
11009 2002-01-15 Jakub Jelinek <jakub@redhat.com>
11010
11011 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
11012 * elf.c (merge_sections_remove_hook): New function.
11013 (_bfd_elf_merge_sections): Pass it as 3rd argument to
11014 _bfd_merge_sections.
11015 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
11016 * libbfd.h: Rebuilt.
11017 * merge.c (_bfd_merge_sections): Add remove_hook argument.
11018 Call remove_hook if a SEC_EXCLUDE section is encountered.
11019
11020 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
11021
11022 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
11023 (xstormy16_reloc_map): Initialise new field with correct howto
11024 table.
11025 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
11026 howto entry.
11027
11028 2002-01-10 Michael Snyder <msnyder@redhat.com>
11029
11030 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
11031 (elfcore_write_pstatus): Use long instead of pid_t;
11032 * elf-bfd.h: Change prototypes to use long instead of pid_t;
11033
11034 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
11035
11036 * elf.c: Update copyright years.
11037 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
11038 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
11039
11040 2002-01-08 Michael Snyder <msnyder@redhat.com>
11041
11042 Add capability to write corefile note sections, for gdb.
11043 * elf.c (elfcore_write_note): New function.
11044 (elfcore_write_prpsinfo): New function.
11045 (elfcore_write_prstatus): New function.
11046 (elfcore_write_pstatus): New function.
11047 (elfcore_write_prfpreg): New function.
11048 (elfcore_write_prxfpreg): New function.
11049 * elf-bfd.h: Add prototypes for above functions.
11050
11051 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
11052
11053 * elf.c (elf_fake_sections): Propagate errors from
11054 elf_backend_fake_section.
11055
11056 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
11057
11058 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
11059 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
11060 (elf32-sh-nbsd.lo): New rule.
11061 * Makefile.in: Regenerate.
11062 * config.bfd (sh*le-*-netbsdelf*): New target.
11063 (sh*-*-netbsdelf*): New target.
11064 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
11065 (bfd_elf32_shnbsd_vec): New vector.
11066 (bfd_elf32_shlnbsd_vec): New vector.
11067 * configure: Regenerate.
11068 * elf32-sh-nbsd.c: New file.
11069 * targets.c: Update copyright years.
11070 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
11071 bfd_elf32_shnbsd_vec.
11072
11073 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
11074
11075 * coff-rs6000.c (READ20): Use bfd_scan_vma.
11076
11077 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
11078
11079 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
11080 of a symbol in a section that will be deleted.
11081
11082 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
11083
11084 * po/es.po: New file: Spanish translation.
11085 * configure.in (ALL_LINGUAS): Add es.
11086 * configure: Regenerate.
11087
11088 2002-01-06 Steve Ellcey <sje@cup.hp.com>
11089
11090 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
11091 argument so we can handle HP-UX specially.
11092 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
11093 (elfNN_hpux_backend_section_from_bfd_section): New for support
11094 of SHN_IA_64_ANSI_COMMON.
11095 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
11096 (is_unwind_section_name): Add special HP-UX support.
11097 (elfNN_ia64_section_from_shdr): Add support for more sections.
11098 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
11099 add support for more sections.
11100 (elfNN_ia64_additional_program_headers): Modify
11101 is_unwind_section_name call.
11102 (elfNN_ia64_modify_segment_map): Remove assumption that there is
11103 only one unwind section in segment.
11104
11105 2002-01-06 Alan Modra <amodra@bigpond.net.au>
11106
11107 * syms.c (_bfd_generic_make_empty_symbol): New function.
11108 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
11109 _bfd_generic_make_empty_symbol.
11110 * libbfd.h: Regenerate.
11111 * bfd-in2.h: Regenerate.
11112 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
11113 (hppabsd_core_get_symtab_upper_bound): Don't define.
11114 (hppabsd_core_get_symtab): Likewise.
11115 (hppabsd_core_print_symbol): Likewise.
11116 (hppabsd_core_get_symbol_info): Likewise.
11117 (hppabsd_core_bfd_is_local_label_name): Likewise.
11118 (hppabsd_core_get_lineno): Likewise.
11119 (hppabsd_core_find_nearest_line): Likewise.
11120 (hppabsd_core_bfd_make_debug_symbol): Likewise.
11121 (hppabsd_core_read_minisymbols): Likewise.
11122 (hppabsd_core_minisymbol_to_symbol): Likewise.
11123 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
11124 Formatting fixes.
11125 * hpux-core.c: Similarly.
11126 * irix-core.c: Similarly.
11127 * osf-core.c: Similarly.
11128 * sco5-core.c: Similarly.
11129 * binary.c (binary_make_empty_symbol): Remove function, define as
11130 _bfd_generic_make_empty_symbol.
11131 * ihex.c (ihex_make_empty_symbol): Likewise.
11132 * mmo.c (mmo_make_empty_symbol): Likewise.
11133 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
11134 * srec.c (srec_make_empty_symbol): Likewise.
11135 * versados.c (versados_make_empty_symbol): Likewise.
11136 * vms.c (_bfd_vms_make_empty_symbol): Remove.
11137 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
11138 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
11139 rather than _bfd_vms_make_empty_symbol.
11140 * vms-misc.c (new_symbol): Likewise.
11141
11142 2002-01-05 Alan Modra <amodra@bigpond.net.au>
11143
11144 * section.c (bfd_section_init): Remove unnecessary initialisations.
11145 (bfd_section_list_clear): New function.
11146 (bfd_section_list_remove, bfd_section_list_insert): New macros.
11147 (_bfd_strip_section_from_output): Use them.
11148 * coffcode.h (coff_set_alignment_hook): Likewise.
11149 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
11150 * elf64-mips.c (mips_elf64_final_link): Likewise.
11151 * elf64-mmix.c (mmix_elf_final_link): Likewise.
11152 * sunos.c (sunos_add_dynamic_symbols): Likewise.
11153 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
11154 * bfd-in2.h: Regenerate.
11155
11156 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
11157 rather than doing our own section handling. Clean up after errors
11158 with bfd_release and bfd_section_list_clear. Handle unexpected
11159 flags.
11160 * aoutf1.h (sunos4_core_file_p): Likewise.
11161 * aix386-core.c (aix386_core_file_p): Likewise.
11162 * cisco-core.c (cisco_core_file_validate): Likewise.
11163 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
11164 * trad-core.c (trad_unix_core_file_p): Likewise.
11165
11166 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
11167 with bfd_release and bfd_section_list_clear.
11168 * hpux-core.c (hpux_core_core_file_p): Likewise.
11169 * irix-core.c (irix_core_core_file_p): Likewise.
11170 * lynx-core.c (lynx_core_file_p): Likewise.
11171 * osf-core.c (osf_core_core_file_p): Likewise.
11172 * rs6000-core.c (rs6000coff_core_p): Likewise.
11173 * sco5-core.c (sco5_core_file_p): Likewise.
11174
11175 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
11176 sign extension adjustments without conditionals.
11177
11178 2002-01-04 Jakub Jelinek <jakub@redhat.com>
11179
11180 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
11181 CIE at .eh_frame start is removed due to no FDEs referencing it.
11182
11183 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11184
11185 * config.bfd (x86_64-*-netbsd*): New target.
11186 * configure.in (x86_64-*-netbsd*): Set COREFILE
11187 to netbsd-core.lo.
11188 * configure: Regenerated.
11189
11190 2002-01-03 Tom Rix <trix@redhat.com>
11191
11192 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
11193 for recent bfd_make_section_anyway change.
11194
11195 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
11196
11197 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
11198 R_ARM_THM_PC11 reloc.
11199
11200 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
11201
11202 * configure.in (LINGUAS): Add ja.
11203 * configure: Regenerate.
11204 * po/ja.po: Import from translation project's web site.
11205
11206 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
11207
11208 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
11209 messages to ease translation into other languages.
11210
11211 For older changes see ChangeLog-0001
11212 \f
11213 Local Variables:
11214 mode: change-log
11215 left-margin: 8
11216 fill-column: 74
11217 version-control: never
11218 End: