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