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