023d7657fea14423daf317f795028d6835029a2b
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2001-06-21 Alan Modra <amodra@bigpond.net.au>
2
3 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
4 allocate local .got space. Use shortcuts from hash table for .got
5 and .plt rather than comparing section names.
6 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
7 adjusting index into local_got_refcounts to document what we are
8 really doing.
9 (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
10 Tidy .got and .plt error checking.
11
12 2001-06-20 Catherine Moore <clm@redhat.com>
13
14 * elf-bfd.h (struct elf_backend_data):
15 elf_backend_emit_relocs: New field: Function for emitting
16 relocs.
17 elf_backend_count_relocs: New field: Function for determining
18 the number of relocs to be emitted.
19 * elfxx-target.h: Provide default (NULL) values for
20 elf_backend_emit_relocs and elf_backend_count_relocs.
21 * elflink.h (elf_link_size_reloc_section): Make the hash table
22 big enough to hold the relocs counted by either reloc_count or
23 o->reloc_count.
24 (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
25 should be emitted, either because of a command line option
26 stored in the info structure or because the target provides a
27 special reloc emitting function.
28 If the target provides a reloc counting function use it,
29 unless performing a relocatable link or emitting all relocs.
30 Also set the SEC_RELOC flag on any output section which will
31 contain relocs.
32 (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
33 should be emitted, either because of a command line option
34 stored in the info structure or because the target provides a
35 special reloc emitting function.
36 If the target provides a reloc emitting function, use it,
37 unless performing a relocatable link or emitting all relocs.
38
39 2001-06-20 H.J. Lu <hjl@gnu.org>
40
41 * elf32-i386.c (elf_i386_size_dynamic_sections): Always
42 allocate local .got space.
43
44 2001-06-19 Andreas Jaeger <aj@suse.de>
45
46 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
47 dynamic symbols.
48
49 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
50
51 * elflink.h (struct elf_assign_sym_version_info): Remove member
52 export_dynamic. All users changed to use info member.
53 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
54 export_dynamic, instead use member in parameter info.
55 * bfd-in.h (bfd_elf32_size_dynamic_sections,
56 bfd_elf64_size_dynamic_sections): Update prototype.
57 * bfd-in2.h: Regenerate.
58
59 2001-06-18 H.J. Lu <hjl@gnu.org>
60
61 * elflink.h (elf_info_failed): Add a new field, verdefs.
62 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
63 elf_export_symbol.
64 (elf_export_symbol): Check eif->verdefs to decide if a symbol
65 should be exported.
66
67 2001-06-17 H.J. Lu <hjl@gnu.org>
68
69 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
70 readonly_reloc, to record if a relocation in the .rel.dyn
71 section is against a read-only section.
72 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
73 field to false.
74 (_bfd_mips_elf_check_relocs): Record if there is a relocation
75 in the .rel.dyn section against a read-only section by setting
76 DF_TEXTREL or readonly_reloc.
77 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
78 it is true.
79 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
80 there is a relocation in the .rel.dyn section against a
81 read-only section.
82 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
83 DF_TEXTREL is set.
84
85 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
86
87 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
88 function. Move flagword result into parameter list. Remove
89 comment about setting bfd_error_handler to intercept failure
90 results.
91 * coffgen.c (make_a_section_from_file): Examine result of
92 calling bfd_coff_styp_to_sec_flags and pass a failure back to
93 caller.
94 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
95 function. Move flagword result into parameter list.
96 * libcoff.h: Regenerate.
97 * libecoff.h: Regenerate.
98
99 2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
100
101 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
102 section is going to follow it.
103
104 2001-06-12 Catherine Moore <clm@redhat.com>
105
106 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
107 with the file_align entry from elf_backend_data.
108 (elf_gc_smash_unused_vtentry_relocs): Likewise.
109 (elf_gc_record_vtentry): Likewise.
110
111 2001-06-10 Alan Modra <amodra@bigpond.net.au>
112
113 * elflink.h: Whitespace changes.
114 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
115 rather than "unsigned char".
116 (elf_link_output_relocs): Likewise.
117 (elf_link_input_bfd): Likewise.
118 (elf_reloc_link_order): LIkewise.
119 * elf.c: s/CONST/const/. Whitespace changes.
120 * elf32-mips.c: Formatting fix.
121
122 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
123 * Makefile.in: Regenerate.
124 * po/Make-in: Remove trailing tab.
125
126 2001-06-09 Philip Blundell <philb@gnu.org>
127
128 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
129 change.
130 (elf32_arm_plt_entry): Likewise.
131
132 2001-06-08 H.J. Lu <hjl@gnu.org>
133
134 * elf.c (swap_out_syms): Keep names for global section symbols.
135
136 2001-06-07 H.J. Lu <hjl@gnu.org>
137
138 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
139 MIPS-based machines need it.
140
141 2001-06-07 H.J. Lu <hjl@gnu.org>
142
143 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
144 for SGI only.
145
146 * config.bfd: Remove ecoff from Linux/mips.
147
148 2001-06-07 Andreas Jaeger <aj@suse.de>
149
150 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
151 assertion.
152 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
153 alignment of 8 for .rela sections; handle further relocations.
154
155 2001-06-06 Christian Groessler <cpg@aladdin.de>
156
157 * coff-z8k.c: Fix formatting.
158 Fix howtos: howto->size was always 1.
159
160 2001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
161
162 * configure.host (mips64*-*-linux*): Define.
163
164 2001-06-05 Alan Modra <amodra@bigpond.net.au>
165
166 * elf32-i386.c (elf_i386_discard_copies): Rename to
167 discard_copies, and use elf_link_hash_entry arg rather than
168 elf_i386_link_hash_entry.
169 (elf_i386_link_hash_traverse): Delete.
170 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
171 Tidy sizing of dynamic sections.
172 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
173 possible .plt entries.
174 (elf_i386_gc_sweep_hook): Likewise.
175 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
176 everything with plt.refcount <= 0.
177
178 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
179 .relgot space here.
180 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
181 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
182 .rel.plt here..
183 (allocate_plt_and_got): ..instead do it all here. New function.
184 (elf_i386_size_dynamic_sections): Allocate local .got space and
185 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
186 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
187 rather than gc variety).
188 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
189 (elf_i386_relocate_section): Use it here and correct handling of
190 R_386_GOT32. Provide section and offset for "unresolvable
191 relocation" error message.
192 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
193
194 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
195 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
196 (elf_i386_link_hash_table_create): Init them.
197 (create_got_section): New function.
198 (elf_i386_create_dynamic_sections): New function.
199 (elf_backend_create_dynamic_sections): Set to above.
200 (elf_i386_check_relocs): Use shortcuts from hash table rather than
201 calling bfd_get_section_by_name.
202 (elf_i386_gc_sweep_hook): Likewise.
203 (elf_i386_adjust_dynamic_symbol): Likewise.
204 (elf_i386_size_dynamic_sections): Likewise.
205 (elf_i386_relocate_section): Likewise.
206 (elf_i386_finish_dynamic_sections): Likewise.
207
208 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
209
210 2001-06-02 H.J. Lu <hjl@gnu.org>
211
212 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
213 and ELFOSABI_HPUX.
214 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
215
216 2001-06-02 H.J. Lu <hjl@gnu.org>
217
218 * aout-cris.c (MACHTYPE_OK): New. Defined.
219
220 2001-06-02 Hans-Peter Nilsson <hp@axis.com>
221
222 * section.c (_bfd_strip_section_from_output): Handle NULL
223 output_section.
224
225 2001-06-02 H.J. Lu <hjl@gnu.org>
226
227 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
228 rs6000coff64_vec only if BFD64 is defined.
229 (powerpc64-*-aix*): Enable only if BFD64 is defined.
230
231 2001-06-02 H.J. Lu <hjl@gnu.org>
232
233 * coff-ia64.c (ia64coff_object_p): Rewrite with
234 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
235
236 2001-06-01 Andreas Jaeger <aj@suse.de>
237
238 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
239 relocation, small reformatting.
240
241 2001-05-29 Andreas Jaeger <aj@suse.de>
242
243 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
244 (elf64_x86_64_relocate_section): Likewise.
245
246 2001-05-30 Alan Modra <amodra@one.net.au>
247
248 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
249 millicode. Don't allocate .got and .rela.got space here..
250 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
251 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
252 .rela.plt here..
253 (hppa_handle_PIC_calls): ..nor here..
254 (allocate_plt_and_got): ..instead do it all here. New function.
255 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
256 call allocate_plt_and_got. No need to zap .got if not dynamic.
257 (elf32_hppa_final_link): Call regular bfd_final_link instead of
258 gc_common_final_link.
259 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
260 (elf32_hppa_relocate_section): Use it here.
261 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
262 dynamic_sections_created.
263 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
264
265 2001-05-28 Andreas Jaeger <aj@suse.de>
266
267 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
268 generic version since we want a hashsize of 4.
269 (elf_backend_size_info): Likewise.
270
271 2001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
272
273 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
274 a zeroing loop.
275 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
276 (elf_link_input_bfd): Likewise.
277 (elf_reloc_link_order): Likewise.
278 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
279 relocations correctly.
280
281 2001-05-28 Nicolas Pitre <nico@cam.org>
282
283 * elf32-arm.h: fix PLT generation for big endian ARM
284
285 2001-05-28 Alan Modra <amodra@one.net.au>
286
287 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
288 for symbols forced local that need plabels.
289 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
290 .plt.rela for local syms if non-shared.
291 (hppa_build_one_stub): Mask lsb of plt.offset.
292 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
293 (clobber_millicode_symbols): Correct comment.
294 (elf32_hppa_relocate_section): Likewise.
295 (elf32_hppa_finish_dynamic_symbol): Likewise.
296
297 2001-05-28 Jeff Sturm <jsturm@one-point.com>
298
299 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
300 * bfd-in2.h: Regenerate.
301 * libbfd.h: Regenerate.
302 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
303 and BFD_RELOC_SPARC_UA64 mapping
304 * elf64-sparc.c: Likewise.
305
306 2001-05-25 H.J. Lu <hjl@gnu.org>
307
308 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
309 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
310 (coff-rs6000.lo): Remove the old dependency.
311 * Makefile.in: Rebuild.
312
313 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
314 coff-rs6000.lo.
315
316 2001-05-25 H.J. Lu <hjl@gnu.org>
317
318 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
319 rs6000coff_core_file_matches_executable_p,
320 rs6000coff_core_file_failing_command and
321 rs6000coff_core_file_failing_signal only if AIX_CORE is
322 defined.
323 (pmac_xcoff_vec): Likewise.
324 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
325
326 2001-05-25 Timothy Wall <twall@redhat.com>
327
328 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
329 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
330
331 2001-05-25 H.J. Lu <hjl@gnu.org>
332
333 * bfd-in2.h: Regenerated.
334 * libcoff.h: Likewise.
335
336 2001-05-25 Alan Modra <amodra@one.net.au>
337
338 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
339 undefined millicode syms in shared libs.
340 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
341 (elf32_hppa_check_relocs): Likewise.
342 (elf32_hppa_adjust_dynamic_symbol): Likewise.
343 (elf32_hppa_size_dynamic_sections): Likewise.
344 (elf32_hppa_relocate_section): Likewise.
345 (elf32_hppa_finish_dynamic_symbol): Likewise.
346 (elf32_hppa_finish_dynamic_sections): Likewise.
347
348 2001-05-24 Tom Rix <trix@redhat.com>
349
350 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
351 xcoff-target.h not used to define rs6000 or ppc bfd.
352 * Makefile.in same
353
354 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
355 to 64 bit.
356
357 * coff-rs6000.c : Many changes for 64 bit support. Move common
358 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
359 and pmac_xcoff_vec
360
361 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
362 linker now supported. Explictly define the rs6000coff64_vec.
363
364 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
365 (coff_print_aux) same
366 (coff_write_object_contents) same
367 (coff_slurp_line_table) same
368
369 * coffgen.c : (coff_fix_symbol_name) formatting
370 (coff_mangle_symbols) xcoff 64 bit support
371 (coff_write_symbol) same
372 (coff_write_alien_symbol) same
373 (coff_write_native_symbol) same
374 (coff_write_symbols) same
375 (coff_get_symbol_info) same
376 (bfd_coff_get_syment) same
377 (coff_print_symbol) same
378
379 * config.bfd : add powerpc64-*-aix* target
380
381 * libcoff-in.h : formatting
382
383 * libcoff.h : move xcoff extern declarations to libxcoff.h
384
385 * libxcoff.h : New file
386
387 * xcofflink.c : Many changes for xcoff64 support. Move common
388 structures to include/coff/xcoff.h. Move specific structure to
389 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
390 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
391
392 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
393 aix4.2+ -binitfini.
394
395 (xcoff_build_ldsyms) : handle special __rtinit symbol.
396
397 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
398
399 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
400 s/ENTIRES/ENTRIES/.
401
402 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
403
404 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
405 * libbfd.h: Regenerate.
406 * bfd-in2.h: Regenerate.
407
408 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
409 * archures.c (bfd_mach_mips12000): Define.
410 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
411 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
412 support.
413 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
414 * bfd-in2.h: Regenerate.
415 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
416
417 2001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
418
419 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
420 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
421 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
422 that is used by GCC.
423
424 2001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
425
426 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
427 of entries in a structured section.
428 * elf.c: Use new macro.
429 * elf32-i386.c: Use new macro.
430 * elf32-mips.c: Use new macro.
431 * elf64-alpha.c: Use new macro.
432 * elf64-sparc.c: Use new macro.
433 * elfcode.h: Use new macro.
434 * elflink.h: Use new macro.
435
436 2001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
437
438 * bfdint.texi: Replace -oformat with --oformat.
439
440 2001-05-21 Andreas Jaeger <aj@suse.de>
441
442 * dwarf2.c (decode_line_info): Fix error message.
443 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
444 adjust error message.
445
446 2001-05-18 H.J. Lu <hjl@gnu.org>
447
448 * elflink.h (elf_link_add_object_symbols): Revert the last
449 change.
450
451 2001-05-17 Alan Modra <amodra@one.net.au>
452
453 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
454 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
455 (hppa_build_one_stub): Add an assert to check plt.offset.
456
457 2001-05-17 H.J. Lu <hjl@gnu.org>
458
459 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
460 version definition to basename of the output filename.
461
462 2001-05-17 H.J. Lu <hjl@gnu.org>
463
464 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
465 basename of the bfd filename.
466
467 2001-05-16 Alan Modra <amodra@one.net.au>
468
469 * section.c (asection): Add linker_has_input field.
470 (STD_SECTION): Adjust initialization to suit.
471 * ecoff.c (bfd_debug_section): Likewise.
472 * bfd-in2.h: Regenerate.
473
474 2001-05-15 Alexandre Oliva <aoliva@redhat.com>
475
476 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
477 negative 32-bit operands to 16 operands when the operand is
478 going to be zero-extended by the modified opcode.
479
480 2001-05-12 Peter Targett <peter.targett@arccores.com>
481
482 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
483 name for 'arc5' core versions.
484 (bfd_arc_arch): Make bfd_mach_arc_6 default.
485
486 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
487 architecture.
488 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
489
490 2001-05-11 Jakub Jelinek <jakub@redhat.com>
491
492 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
493 sections as well.
494 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
495 to .gnu.linkonce.t.FOO text section.
496
497 2001-05-11 Jakub Jelinek <jakub@redhat.com>
498
499 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
500 fields, change sec into secinfo.
501 (struct sec_merge_info): Add chain, remove last fields.
502 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
503 (sec_merge_hash_lookup): If lookup could not use a string only
504 because it has bad alignment, mark the old string for deletion.
505 (sec_merge_add): Add secinfo argument. Don't compute entry's
506 position, instead record the section.
507 (sec_merge_emit): Update for the sec into secinfo change in
508 struct sec_merge_hash_entry.
509 (_bfd_merge_section): Only record the section for merging, defer
510 putting strings into the hash table.
511 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
512 _bfd_merge_sections): New functions.
513 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
514 changes.
515 * libbfd-in.h (_bfd_merge_sections): Add prototype.
516 (_bfd_nolink_bfd_merge_sections): Define.
517 * libbfd.h: Likewise.
518 (bfd_generic_merge_sections): Add prototype.
519 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
520 (struct bfd_target): Likewise.
521 * bfd.c (bfd_merge_sections): Define.
522 * bfd-in2.h: Rebuilt.
523 * elf.c (_bfd_elf_merge_sections): New function.
524 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
525 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
526 * reloc.c (bfd_generic_merge_sections): New function.
527 * vms.c (vms_bfd_merge_sections): New function.
528 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
529 * aout-target.h (MY_bfd_merge_sections): Define.
530 * aout-tic30.c (MY_bfd_merge_sections): Define.
531 * binary.c (binary_bfd_merge_sections): Define.
532 * bout.c (b_out_bfd_merge_sections): Define.
533 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
534 * coffcode.c (coff_bfd_merge_sections): Define.
535 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
536 * i386msdos.c (msdos_bfd_merge_sections): Define.
537 * i386os9k.c (os9k_bfd_merge_sections): Define.
538 * ieee.c (ieee_bfd_merge_sections): Define.
539 * ihex.c (ihex_bfd_merge_sections): Define.
540 * nlm-target.h (nlm_bfd_merge_sections): Define.
541 * oasys.c (oasys_bfd_merge_sections): Define.
542 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
543 * som.c (som_bfd_merge_sections): Define.
544 * srec.c (srec_bfd_merge_sections): Define.
545 * tekhex.c (tekhex_bfd_merge_sections): Define.
546 * versados.c (versados_bfd_merge_sections): Define.
547 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
548
549 2001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
550
551 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
552 to be unsigned long, in order to match its use.
553
554 2001-05-10 H.J. Lu <hjl@gnu.org>
555
556 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
557 indirect symbols.
558
559 2001-05-09 H.J. Lu <hjl@gnu.org>
560
561 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
562 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
563 Remove the unused veriable `dynver'.
564
565 2001-05-08 Ian Lance Taylor <ian@zembu.com>
566
567 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
568 NULL or is not COFF.
569 (coff_i386_rtype_to_howto): Don't dump core if output section
570 owner is not COFF.
571
572 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
573
574 * ecoff.c (bfd_debug_section): Fix initialization.
575 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
576 is always a positive integer. Cast away sign mismatch.
577 * elf32-mips.c: Fix misleading comment and typo.
578 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
579 correct data type.
580 * elflink.c: Fix typo.
581 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
582 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
583
584 2001-05-04 Richard Henderson <rth@redhat.com>
585
586 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
587
588 2001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
589
590 * elf32-arm.h (elf32_arm_final_link_relocate): Set
591 EF_ARM_HASENTRY if the start address is set.
592
593 2001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
594
595 * targets.c (_bfd_target_vector_entries): Compute value based on
596 the size of the _bfd_target_vector and not bfd_target_vector.
597
598 2001-05-03 H.J. Lu <hjl@gnu.org>
599
600 * elfcode.h: Include "libiberty.h".
601
602 * elflink.h (elf_link_add_object_symbols): Set
603 elf_dt_name (abfd) to basename of the bfd filename.
604 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
605 of the bfd filename.
606
607 2001-05-03 Andreas Jaeger <aj@suse.de>
608
609 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
610 (elf_generic_info_to_howto_rel): Likewise.
611 * coff-alpha.c (reloc_nil): Likewise.
612 (alpha_ecoff_bad_format_hook): Likewise.
613 (alpha_adjust_reloc_out): Likewise.
614 (alpha_bfd_reloc_type_lookup): Likewise.
615 (alpha_convert_external_reloc): Likewise.
616 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
617 (elf64_alpha_reloc_bad): Likewise.
618 (elf64_alpha_reloc_gpdisp): Likewise.
619 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
620 (elf64_alpha_info_to_howto): Likewise.
621 (elf64_alpha_add_symbol_hook): Likewise.
622 (elf64_alpha_create_got_section): Likewise.
623 (elf64_alpha_is_local_label_name): Likewise.
624 (elf64_alpha_merge_ind_symbols): Likewise.
625 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
626 (mips_elf64_get_reloc_upper_bound): Likewise.
627 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
628 (nlm_alpha_get_public_offset): Likewise.
629
630 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
631
632 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
633 about overflow in R_OPENRISC_LO_16_IN_INSN and
634 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
635
636 2001-04-30 H.J. Lu <hjl@gnu.org>
637
638 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
639 only for ELF_LINK_FORCED_LOCAL.
640 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
641 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
642 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
643
644 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
645 if the symbol has hidden or internal visibility.
646
647 2001-04-30 Alan Modra <amodra@one.net.au>
648
649 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
650 calls to undefined weak symbols.
651
652 2001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
653
654 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
655 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
656
657 2001-04-27 Andreas Jaeger <aj@suse.de>
658
659 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
660 out handled entries.
661 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
662 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
663 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
664 GOT32.
665
666 2001-04-27 Sean McNeil <sean@mcneil.com>
667
668 * config.bfd: Add arm-vxworks target.
669 * coff-arm (coff_arm_relocate_section): Add in symbol value to
670 addend (fro VXworks targets).
671
672 2001-04-26 H.J. Lu <hjl@gnu.org>
673
674 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
675 valid.
676
677 2001-04-25 Frank Ch. Eigler <fche@redhat.com>
678
679 * bfd-in.h (bfd_cache_close): Declare newly exported function.
680 * bfd-in2.h: Regenerated.
681
682 2001-04-24 Jakub Jelinek <jakub@redhat.com>
683
684 * merge.c (struct sec_merge_hash_entry): Add alignment field.
685 (struct sec_merge_hash): Remove alignment_power.
686 (sec_merge_hash_newfunc): Clear alignment.
687 (sec_merge_hash_lookup): Pass alignment as argument.
688 Use hashp->root.next, not hashp->next to walk the hash chain.
689 If a string already in the hashtable does not have required
690 alignment, create a new hashtable entry.
691 (sec_merge_init): Remove alignment_power argument.
692 (sec_merge_add): Add alignment argument.
693 (sec_merge_emit): Alignment is now a per-entity thing, not per
694 section.
695 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
696 for proper alignment.
697 Pass alignment information to sec_merge_add.
698
699 2001-04-24 Christian Groessler <cpg@aladdin.de>
700
701 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
702 and R_REL16 reloc types; accept odd values for R_REL16 type
703
704 2001-04-24 Johan Rydberg <jrydberg@opencores.org>
705
706 * cpu-openrisc.c: New file.
707 * elf32-openrisc.c: Likewise.
708
709 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
710 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
711 (BFD32_BACKENDS): Add elf32-openrisc.lo.
712 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
713 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
714 * Makefile.in: Regenerated.
715 * config.bfd: (openrisc-*-elf): New target.
716 * configure.in (bfd_elf32_openrisc_vec): New vector.
717 * configure: Regenerated.
718 * libbfd.h: Regenerated.
719 * bfd-in2.h: Regenerated.
720 * reloc.c: Add OpenRISC relocations.
721 * targets.c (bfd_elf32_openrisc_vec): Declare.
722 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
723 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
724 (bfd_openrisc_arch): Declare.
725 (bfd_archures_list): Add bfd_openrisc_arch.
726 * elf.c (prep_headers): Add bfd_arch_openrisc.
727
728 2001-04-23 Bo Thorsen <bo@suse.de>
729
730 * elf64-x86-64.c: Add c++ vtable hack.
731 Small whitespace and comment changes.
732
733 2001-04-19 Andreas Jaeger <aj@suse.de>
734
735 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
736 (elf64_x86_64_plt_entry): Likewise.
737 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
738 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
739
740 2001-04-17 Hans-Peter Nilsson <hp@axis.com>
741
742 * elf32-cris.c: Tweak comments related to dynamic linking.
743 (cris_elf_relocate_section): When not creating shared object, fill
744 in the .got table for any symbol not in the dynamic symbol table.
745 (elf_cris_finish_dynamic_symbol): When not creating shared object,
746 only emit a .got.rela reloc if the symbol is in the dynamic symbol
747 table.
748 (cris_elf_check_relocs): Use variable r_type in all places rather
749 than the original expression. Add default case in switch for
750 reloc types.
751 (elf_cris_size_dynamic_sections): Iterate over
752 elf_cris_discard_excess_program_dynamics when not creating shared
753 library.
754 (elf_cris_discard_excess_dso_dynamics): Renamed from
755 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
756 (elf_cris_discard_excess_program_dynamics): New.
757
758 2001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
759
760 * coffcode.h (coff_write_object_contents): Use
761 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
762
763 2001-04-14 H.J. Lu <hjl@gnu.org>
764
765 * bfd-in2.h: Regenerate.
766
767 2001-04-14 Jakub Jelinek <jakub@redhat.com>
768
769 * section.c (STD_SECTION): Add entsize.
770
771 2001-04-13 H.J. Lu <hjl@gnu.org>
772
773 * section.c (SEC_MERGE): Define new flag for merging.
774 (SEC_STRINGS): Likewise.
775 (entsize): New field.
776
777 2001-04-13 Roger Sayle <roger@metaphorics.com>
778
779 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
780 flag on pe-i386 targets.
781
782 2001-04-13 Jakub Jelinek <jakub@redhat.com>
783
784 * libbfd-in.h (_bfd_merge_section): New.
785 (_bfd_write_merged_section): New.
786 (_bfd_merged_section_offset): New.
787 * libbfd.h: Rebuilt.
788 * linker.c (_bfd_generic_link_output_symbols): Handle
789 discard_sec_merge.
790 * aoutx.h (aout_link_write_symbols): Likewise.
791 * pdp11.c (aout_link_write_symbols): Likewise.
792 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
793 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
794 sections.
795 (elf_link_sec_merge_syms): New.
796 (elf_link_input_bfd): Call _bfd_merged_section_offset
797 and _bfd_write_merged_section.
798 Handle discard_sec_merge.
799 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
800 field.
801 (struct bfd_elf_section_data): Likewise.
802 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
803 SEC_STRINGS section flags and entsize from their ELF counterparts.
804 (_bfd_elf_link_hash_table_init): Initialize merge_info.
805 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
806 from their BFD counterparts.
807 * merge.c: New file.
808 * Makefile.am: Add strtab.lo.
809 * Makefile.in: Rebuilt.
810
811 2001-04-09 Hans-Peter Nilsson <hp@axis.com>
812
813 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
814 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
815
816 2001-04-05 Steven J. Hill <sjhill@cotw.com>
817
818 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
819 endian MIPS ELF target.
820 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
821 MIPS ELF target.
822
823 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
824 64bit big endian MIPS ELF target.
825 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
826 endian MIPS ELF target.
827 * configure: Regenerated.
828
829 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
830 little endian targets.
831 (mips_elf_sym_is_global): Handle traditional targets.
832
833 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
834 64bit big endian MIPS ELF target.
835 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
836 endian MIPS ELF target.
837
838 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
839 and bfd_elf64_tradlittlemips_vec.
840
841 2001-04-05 David Mosberger <davidm@hpl.hp.com>
842
843 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
844 ordinary "progbits" section.
845
846 2001-04-04 Alan Modra <alan@linuxcare.com.au>
847
848 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
849 when -Bsymbolic causes a symbol to no longer need a .plt entry.
850
851 2001-04-03 David Mosberger <davidm@hpl.hp.com>
852
853 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
854
855 2001-03-30 H.J. Lu <hjl@gnu.org>
856
857 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
858 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
859
860 2001-03-26 H.J. Lu <hjl@gnu.org>
861
862 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
863 if there are any relocations for generic ELF.
864 (bfd_elf32_bfd_link_add_symbols): Defined to
865 elf32_generic_link_add_symbols.
866 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
867 if there are any relocations for generic ELF.
868 (bfd_elf64_bfd_link_add_symbols): Defined to
869 elf64_generic_link_add_symbols.
870
871 2001-03-23 Nick Clifton <nickc@redhat.com>
872
873 * Makefile.am (BUILD_CFILES): New variable: List of C source
874 files created in build directory.
875 (BUILD_HFILES): New variable: List of header files created in
876 build directory.
877 (POTFILES): Delete.
878 (po/POTFILES.in): Replace rule with empty entry.
879 (po/SRC-POTFILES.in): New rule: Create a list of source files
880 in the source directory.
881 (po/BLD-POTFILES.in): New rule: Create a list of source files
882 in the build directory.
883 (MOSTLYCLEAN): Do not delete source files created in build
884 directory.
885 * Makefile.in: Regenerate.
886 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
887 into po/Makefile.
888 * configure: Regenerate.
889
890 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
891 and BLD_POTFILES.
892 Add .. to the search path when building bfd.pot.
893 Delete POTFILES when performing distclean.
894 Add comment describing why distclean is broken in maintainer mode.
895 * po/POTFILES.in: Delete.
896 * po/SRC-POTFILES.in: New file.
897 * po/BLD-POTFILES.in: New file.
898 * po/bfd.pot: Regenerate.
899
900 2001-03-22 Hans-Peter Nilsson <hp@axis.com>
901
902 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
903 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
904 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
905 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
906 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
907 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
908 functions.
909 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
910 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
911 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
912 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
913 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
914 New HOWTO members for new relocs.
915 (cris_reloc_map): Map new relocs.
916 (ELF_DYNAMIC_INTERPRETER): Define.
917 (PLT_ENTRY_SIZE): Define.
918 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
919 elf_cris_pic_plt_entry): New, PLT templates.
920 (struct elf_cris_pcrel_relocs_copied, struct
921 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
922 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
923 (cris_final_link_relocate): Check that 16-bit GOT relocs have
924 positive values. Adjust PCREL relocs to be relative to location
925 after relocation.
926 (cris_elf_relocate_section): Handle relocations to dynamic
927 objects. Handle new relocations. Call error handler when seeing
928 non-PIC relocation for read-only sections while generating shared
929 object.
930 (cris_elf_check_relocs): Set reference counts for GOT and PLT
931 entries.
932 (bfd_elf32_bfd_link_hash_table_create,
933 elf_backend_adjust_dynamic_symbol,
934 elf_backend_size_dynamic_sections,
935 elf_backend_finish_dynamic_symbol,
936 elf_backend_finish_dynamic_sections,
937 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
938 elf_backend_hide_symbol, elf_backend_want_got_plt,
939 elf_backend_plt_readonly, elf_backend_want_plt_sym,
940 elf_backend_got_header_size, elf_backend_plt_header_size):
941 Define.
942
943 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
944 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
945 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
946 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
947 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
948 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
949 * bfd-in2.h, libbfd.h: Regenerate.
950
951 2001-03-21 Diego Novillo <dnovillo@redhat.com>
952
953 (_bfd_mips_elf_relocate_section): Give a better error message when
954 a relocation is not recognized.
955
956 2001-03-21 Alan Modra <alan@linuxcare.com.au>
957
958 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
959 non-NULL before attempting to dereference.
960
961 2001-03-20 H.J. Lu <hjl@gnu.org>
962
963 * configure.in: Remove the redundent AC_ARG_PROGRAM.
964 * configure: Rebuild.
965
966 2001-03-20 Andreas Schwab <schwab@suse.de>
967
968 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
969 relocation value when resolving a reference from a debugging
970 section.
971
972 2001-03-16 Scott Thomason <SThomaso@hii.com>
973
974 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
975 (xcoff64_swap_sym_out): Fix syntax errors.
976
977 2001-03-16 Richard Sandiford <rsandifo@redhat.com>
978
979 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
980
981 2001-03-15 Alan Modra <alan@linuxcare.com.au>
982
983 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
984 (hppa_link_hash_newfunc): Init it.
985 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
986 section appears to be non-PIC.
987 (final_link_relocate): Likewise.
988 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
989 possible candidate function, and set pic_call for those that will
990 only have a .plt entry for the PIC call stub.
991 (hppa_handle_PIC_calls): Set maybe_pic_call.
992
993 2001-03-12 DJ Delorie <dj@redhat.com>
994
995 * elf32-sh.c (sh_elf_relocate_section): Only relocation
996 R_SH_DIR8WP* relocs if they're against external symbols, else
997 they're just for relaxing. Validate the reloc values.
998
999 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1000
1001 * binary.c (bfd_external_binary_architecture): Declare.
1002 (binary_object_p): If bfd_external_binary_architecture is defined,
1003 set the architecture to this string.
1004
1005 2001-03-11 Philip Blundell <philb@gnu.org>
1006
1007 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1008 entries that could serve as a definition for a weak symbol.
1009
1010 2001-03-08 Nick Clifton <nickc@redhat.com>
1011
1012 * Most files: Update copyright notices using Perl script created
1013 by Kevin Buettner <kevinb@redhat.com>.
1014
1015 2001-03-07 Nick Clifton <nickc@redhat.com>
1016
1017 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1018 prior patch on ! defined OLD_ARM_ABI.
1019
1020 2001-03-07 Andreas Jaeger <aj@suse.de>
1021
1022 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
1023 some relocation values.
1024
1025 2001-03-06 Nick Clifton <nickc@redhat.com>
1026
1027 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
1028 of offset in BLX(1) instruction.
1029 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
1030 offset in BLX(1) instruction.
1031 Fix formatting.
1032
1033 2001-03-06 Nick Clifton <nickc@redhat.com>
1034
1035 * coff-arm.c (coff_arm_reloc_type_lookup): Add
1036 BFD_RELOC_THUMB_PCREL_BLX.
1037
1038 2001-03-06 Igor Shevlyakov <igor@windriver.com>
1039
1040 * archures.c (bfd_default_scan): Add Coldfire CPUs.
1041 * bfd-in2.h: Regenerate.
1042 * cpu-m68k.c: Add Coldfire CPUs for arch table.
1043 * ieee.c (ieee_write_processor): Set proper id for
1044 Coldfire CPUs.
1045
1046 2001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
1047
1048 * configure.in: Add s390 target.
1049 * configure: Regenerate.
1050
1051 2001-02-28 Andreas Jaeger <aj@suse.de>
1052
1053 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1054 to addend.
1055
1056 2001-02-28 Philip Blundell <pb@futuretv.com>
1057
1058 * elf32-arm.h: Update mentions of renamed EF_xx constants.
1059 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
1060
1061 2001-02-27 H.J. Lu <hjl@gnu.org>
1062
1063 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1064 abfd->tdata.aout_data == NULL.
1065
1066 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1067
1068 * elf32-hppa.c: Correct field selector in stub comments.
1069 (clobber_millicode_symbols): Formatting fix.
1070
1071 * configure.in: Bump version to 2.11.90.
1072 * configure: Regenerate.
1073 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1074 (CFILES): $SOURCE_CFILES + generated C files.
1075 (POTFILES): Include $HFILES not $SOURCE_HFILES.
1076 Run "make dep-am"
1077 * Makefile.in: Regenerate.
1078 * doc/Makefile.in: This too.
1079
1080 2001-02-26 Timothy Wall <twall@cygnus.com>
1081
1082 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
1083 comments.
1084
1085 2001-02-26 Nick Clifton <nickc@redhat.com>
1086
1087 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1088 up, replacing multiple if statements with a switch.
1089 (handle_COMDAT): New function.
1090
1091 2001-02-26 H.J. Lu <hjl@gnu.org>
1092
1093 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1094 a warning for section flags we do not handle instead of
1095 aborting.
1096
1097 2001-02-26 Andreas Jaeger <aj@suse.de>
1098
1099 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1100
1101 2001-02-22 Timothy Wall <twall@cygnus.com>
1102
1103 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1104 * configure.in: Add objects for elf64_ia64_aix vectors.
1105 * configure: Regenerated.
1106 * configure.host: Recognize ia64-*-aix*.
1107 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
1108 for AIX. AIX5 requires most relocations to be dynamic (*all*
1109 binaries are somewhat similar to shared libraries).
1110 * targets.c: Add elf64_ia64_aix vectors.
1111
1112 2001-02-21 David Mosberger <davidm@hpl.hp.com>
1113
1114 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1115 C8 said "1" instead of "8". Clarify error string for IMM22:
1116 "signed integer" instead of just "integer".
1117
1118 2001-02-20 Andreas Jaeger <aj@suse.de>
1119
1120 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1121 PLT entries that could serve as a definition for a weak symbol.
1122
1123 2001-02-19 Jakub Jelinek <jakub@redhat.com>
1124
1125 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1126 entries that could serve as a definition for a weak symbol.
1127 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1128
1129 2001-02-18 David O'Brien <obrien@FreeBSD>
1130
1131 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1132 FreeBSD/i386-CURRENT differently until I can figure out the needed
1133 corefile changes.
1134 * configure: Regenerate.
1135 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1136 FreeBSD/PowerPC, and FreeBSD/sparc64.
1137
1138 2001-02-18 lars brinkhoff <lars@nocrew.org>
1139
1140 * Makefile.am: Add PDP-11 a.out target.
1141 * config.bfd: Likewise.
1142 * configure.in: Likewise.
1143 * targets.c: Likewise.
1144 * archures.c: Likewise.
1145 * bfd-in2.h: Likewise. Add PDP-11 relocations.
1146 * libbfd.h: Add PDP-11 relocations.
1147 * reloc.c: Likewise.
1148 * cpu-pdp11.c: New file.
1149 * pdp11.c: New file.
1150
1151 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1152 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1153 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1154 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1155 (GET_MAGIC): New macro.
1156 (PUT_MAGIC): Likewise.
1157 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1158
1159 2001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
1160
1161 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1162 multiarch needs it).
1163
1164 2001-02-18 H.J. Lu <hjl@gnu.org>
1165
1166 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1167 index.
1168
1169 2001-02-18 Kazu Hirata <kazu@hxi.com>
1170
1171 * vms-misc.c: Fix formatting.
1172
1173 2001-02-16 Kazu Hirata <kazu@hxi.com>
1174
1175 * vms.c: Fix formatting.
1176
1177 2001-02-14 H.J. Lu <hjl@gnu.org>
1178
1179 * elf.c (elf_find_function): New function.
1180 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1181 the file name and function name.
1182
1183 2001-02-14 Nick Clifton <nickc@redhat.com>
1184
1185 * ecoff.c (bfd_debug_section): Update to initialise new fields in
1186 asection structure.
1187
1188 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1189 (BFD64_BACKENDS): Add pepigen.c
1190 Add rules to create peigen.c and pepigen.c from peXXigen.c.
1191
1192 * Makefile.in: Regenerate.
1193 * configure: Regenerate.
1194 * po/POTFILES.in: Regenerate.
1195 * po/bfd.pot: Regenerate.
1196
1197 2001-02-14 H.J. Lu <hjl@gnu.org>
1198
1199 * libcoff-in.h (pe_tdata): Add members target_subsystem and
1200 force_minimum_alignment.
1201
1202 2001-02-14 Bo Thorsen <bo@suse.de>
1203
1204 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1205 (elf64_86_64_size_info): Struct added to fix a problem
1206 with the hashtable string entries.
1207 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1208 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1209 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1210 remove the FIXME for this.
1211 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1212 section. Also removed the FIXME for it.
1213 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1214 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1215 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1216
1217 2001-02-13 Richard Henderson <rth@redhat.com>
1218
1219 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1220 and not user provided.
1221
1222 2001-02-13 Kazu Hirata <kazu@hxi.com>
1223
1224 * vms.c (vms_print_symbol): Remove unreachable code.
1225
1226 * rs6000-core.c: Fix formatting.
1227
1228 2001-02-13 David Mosberger <davidm@hpl.hp.com>
1229
1230 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1231 as _bfd_XXi_only_swap_filehdr_out.
1232 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1233 pe->force_minimum_alignment to TRUE.
1234 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1235 PEI_TARGET_SUBSYSTEM.
1236 (pe_print_private_bfd_data): Call
1237 _bfd_XX_print_private_bfd_data_common() instead of
1238 _bfd_pe_print_private_bfd_data_common().
1239 (pe_bfd_copy_private_bfd_data): Call
1240 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1241 _bfd_pe_bfd_copy_private_bfd_data_common().
1242 (coff_bfd_copy_private_section_data): Define as
1243 _bfd_XX_bfd_copy_private_section_data instead of
1244 _bfd_pe_bfd_copy_private_section_data.
1245 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1246 of a _bfd_pe_get_symbol_info.
1247
1248 * peigen.c: Delete.
1249
1250 * peXXigen.c: Renamed from peigen.c.
1251 (COFF_WITH_XX): Define this macro (will get expanded into
1252 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1253 compiled as peigen.c or pepigen.c.
1254 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1255 define the canonical PEP structures and definitions.
1256 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1257 effect, enforce minimum file and section alignments. If
1258 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1259 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1260 so, by default, this is a no-op).
1261
1262 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1263 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1264 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1265 _bfd_pefoo if it's not defined. Use these macros to define
1266 coff swap macros.
1267
1268 * libcoff.h (pe_tdata): Add members target_subsystem and
1269 force_minimum_alignment.
1270
1271 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1272 COFF_WITH_pep.
1273 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1274
1275 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1276 peigen.lo.
1277
1278 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1279 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1280 PEPAOUTHDR.
1281
1282 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1283 (BFD64_BACKENDS_CFILES): Mention pepigen.c
1284 (peigen.c): Add rule to generate from peXXigen.c.
1285 (pepigen.c): Ditto.
1286 (pepigen.lo): List dependencies for pepigen.lo.
1287
1288 2001-02-13 Alan Modra <alan@linuxcare.com.au>
1289
1290 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
1291 $global$ referenced but not defined, set its value here.
1292
1293 2001-02-09 Bo Thorsen <bo@suse.de>
1294
1295 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1296 alignment to 3.
1297 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1298 and relocation.
1299 (elf64_x86_64_relocate_section): Fix formatting.
1300 (elf64_x86_64_relocate_section): Fix addend for relocation of
1301 R_X86_64_(8|16|32|PC8|PC16|PC32).
1302
1303 2001-02-12 Jan Hubicka <jh@suse.cz>
1304
1305 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1306
1307 2001-02-11 H.J. Lu <hjl@gnu.org>
1308
1309 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
1310 alignment.
1311
1312 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1313
1314 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1315 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
1316 relocations against dynsym symbols.
1317
1318 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1319 the R_MIPS_26 relocation.
1320 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1321 the R_MIPS_26 relocation.
1322 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1323 relocation.
1324 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1325 the R_MIPS_26 relocation.
1326 (mips_elf64_howto_table_rela): Likewise.
1327
1328 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1329 member to mark symbols that have non-CALL relocations against
1330 them.
1331 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1332 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1333 R_MIPS_GOT16.
1334 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1335 non-CALL relocation against it is encountered.
1336 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1337 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1338 no_fn_stub is not set.
1339
1340 * elf32-mips.c (mips_elf_output_extsym): Get the output section
1341 information from the real symbol for indirect ones.
1342 Check no_fn_stub to find out if a symbol has a function stub
1343 indeed.
1344
1345 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1346
1347 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1348 * Makefile.in: Regenerate.
1349
1350 2001-02-09 David Mosberger <davidm@hpl.hp.com>
1351
1352 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
1353 true if section name is an unwind table section name.
1354 (elfNN_ia64_additional_program_headers): Count each unwind section
1355 separately.
1356 (elfNN_ia64_modify_segment_map): Install one unwind program header
1357 for each unwind separate section. Note: normally the linker
1358 script merges the unwind sections that go into a single segment,
1359 so this still generates at most one unwind program header per
1360 segment.
1361
1362 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1363 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1364 (elfNN_ia64_fake_sections): Mark sections with names that start
1365 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1366 unwind section.
1367
1368 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1369 Use it to make sh_info in unwind section point to the text section
1370 it applies to.
1371
1372 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1373
1374 * Makefile.am: Add linux target for S/390.
1375 * archures.c: Likewise.
1376 * bfd-in2.h: Likewise.
1377 * config.bfd: Likewise.
1378 * configure.in: Likewise.
1379 * elf.c: Likewise.
1380 * libbfd.h: Likewise.
1381 * targets.c: Likewise.
1382 * cpu-s390.c: New file.
1383 * elf32-s390.c: New file.
1384 * elf64-s390.c: New file.
1385
1386 2001-02-09 Nick Clifton <nickc@redhat.com>
1387
1388 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1389 ImageBase. This has already been done by coff_swap_hdr_in.
1390
1391 2001-02-09 Jakub Jelinek <jakub@redhat.com>
1392
1393 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1394
1395 2001-02-09 Jakub Jelinek <jakub@redhat.com>
1396
1397 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1398 (sparc64_elf_relocate_section): Likewise.
1399
1400 2001-02-09 Mark Kettenis <kettenis@gnu.org>
1401
1402 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1403 similar to R_SPARC_32.
1404 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1405
1406 2001-02-08 H.J. Lu <hjl@gnu.org>
1407
1408 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1409 relocation entries for weak definitions when building DSO with
1410 -Bsymbolic.
1411
1412 2001-02-08 Richard Henderson <rth@redhat.com>
1413
1414 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1415 before visibility. Locally defined protected symbols are not
1416 dynamic.
1417
1418 2001-02-08 Geoffrey Keating <geoffk@redhat.com>
1419
1420 * config.bfd: Enable coff64 for rs6000-*. Patch from
1421 <hzoli@austin.ibm.com>.
1422
1423 2001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
1424
1425 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1426 found, do not attempt to find dwarf2 info before returning.
1427
1428 2001-02-07 Jakub Jelinek <jakub@redhat.com>
1429
1430 * elflink.h (is_global_symbol_definition): Rename to
1431 is_global_data_symbol_definition and have it reject function
1432 symbols.
1433 (elf_link_is_defined_archive_symbol): Use renamed function.
1434
1435 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1436
1437 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1438 * libbfd.h (bfd_target_vector): Likewise.
1439 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
1440 make static; create pointer reference named bfd_target_vector.
1441 (_bfd_target_vector_entries): Calculate this based on the array
1442 typed _bfd_target_vector.
1443
1444 2001-02-06 H.J. Lu <hjl@gnu.org>
1445
1446 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1447 internal symbols are not dynamic.
1448 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1449
1450 2001-02-06 Nick Clifton <nickc@redhat.com>
1451
1452 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1453 that it will not be pulled into the list of files that make up
1454 po/POTFILES.in.
1455 * Makefile.in: Regenerate.
1456 * po/bfd.pot: Regenerate.
1457
1458 2001-02-06 H.J. Lu <hjl@gnu.org>
1459
1460 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
1461 checking.
1462 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1463 external_PEI_IMAGE_hdr.
1464
1465 2001-02-06 Kazu Hirata <kazu@hxi.com>
1466
1467 * elf-m10200.c: Fix formatting.
1468
1469 2001-02-04 Nick Clifton <nickc@redhat.com>
1470
1471 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1472 rel, it will be handled later on.
1473
1474 2001-02-02 Fred Fish <fnf@ninemoons.com>
1475
1476 * Makefile.in: Fix typo.
1477
1478 2001-02-01 Kazu Hirata <kazu@hxi.com>
1479
1480 * elf-m10300.c: Fix formatting.
1481
1482 2001-01-30 Alan Modra <alan@linuxcare.com.au>
1483
1484 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1485 (elf_backend_get_symbol_type): Define.
1486 (elf64_hppa_object_p): Set architecture and machine from elf
1487 header flags.
1488
1489 2001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
1490
1491 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1492 before mdebug.
1493
1494 2001-01-26 Richard Henderson <rth@redhat.com>
1495
1496 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1497 for non-default visibility.
1498 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1499 delete ugly macro and replace with pretty function.
1500
1501 2001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
1502
1503 * coff-go32.c: Update copyright.
1504 * coff-stgo32.c: Likewise.
1505 * coff-go32.c (COFF_LONG_FILENAMES): Define.
1506 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1507 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1508 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1509
1510 2001-01-25 Kazu Hirata <kazu@hxi.com>
1511
1512 * bfd-in2.h: Rebuild.
1513 * libbfd.h: Likewise.
1514
1515 2001-01-23 H.J. Lu <hjl@gnu.org>
1516
1517 * bfd-in2.h: Rebuild.
1518
1519 2001-01-23 H.J. Lu <hjl@gnu.org>
1520
1521 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1522 is NULL or PRIV(vms_rec) is outside of the buffer.
1523
1524 2001-01-23 Kazu Hirata <kazu@hxi.com>
1525
1526 * coff64-rs6000.c: Fix formatting.
1527 * coff-arm.c: Likewise.
1528 * coffgen.c: Likewise.
1529 * cofflink.c: Likewise.
1530 * coff-mcore.c: Likewise.
1531 * coff-mips.c: Likewise.
1532 * coff-pmac.c: Likewise.
1533 * coff-ppc.c: Likewise.
1534 * coff-rs6000.c: Likewise.
1535 * elf32.c: Likewise.
1536 * elf32-fr30.c: Likewise.
1537 * elf32-i370.c: Likewise.
1538 * elf32-i860.c: Likewise.
1539 * elf32-m32r.c: Likewise.
1540 * elf32-m68k.c: Likewise.
1541 * elf32-mcore.c: Likewise.
1542 * elf32-ppc.c: Likewise.
1543 * elf32-sh.c: Likewise.
1544 * elf32-v850.c: Likewise.
1545 * elf64-alpha.c: Likewise.
1546 * elf64-sparc.c: Likewise.
1547 * elflink.c: Likewise.
1548 * elflink.h: Likewise.
1549 * elf-m10200.c: Likewise.
1550 * elf-m10300.c: Likewise.
1551 * elfxx-ia64.c: Likewise.
1552
1553 * aoutx.h: Fix formatting.
1554 * bfd.c: Likewise.
1555 * bfd-in2.h: Likewise.
1556 * bfd-in.h: Likewise.
1557 * cpu-i386.c: Likewise.
1558 * cpu-m68hc11.c: Likewise.
1559 * dwarf2.c: Likewise.
1560 * elf64-x86-64.c: Likewise.
1561 * format.c: Likewise.
1562 * freebsd.h: Likewise.
1563 * hash.c: Likewise.
1564 * hp300hpux.c: Likewise.
1565 * hppabsd-core.c: Likewise.
1566 * hpux-core.c: Likewise.
1567
1568 2001-01-22 Bo Thorsen <bo@suse.de>
1569
1570 * elf64-x86-64.c: Added PIC support for X86-64.
1571 (elf64_x86_64_link_hash_newfunc): Function added.
1572 (elf64_x86_64_link_hash_table_create): Likewise.
1573 (elf64_x86_64_check_relocs): Likewise.
1574 (elf64_x86_64_gc_mark_hook): Likewise.
1575 (elf64_x86_64_gc_sweep_hook): Likewise.
1576 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1577 (elf64_x86_64_size_dynamic_sections): Likewise.
1578 (elf64_x86_64_discard_copies): Likewise.
1579 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1580 (elf64_x86_64_finish_dynamic_sections): Likewise.
1581 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1582
1583 2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1584
1585 * Makefile.am (install-data-local): Make use of $(DESTDIR).
1586 * Makefile.in: Regenerate.
1587
1588 2001-01-21 Kazu Hirata <kazu@hxi.com>
1589
1590 * coff-a29k.c: Fix formatting.
1591
1592 2001-01-19 H.J. Lu <hjl@gnu.org>
1593
1594 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1595 relocation section names.
1596 (elf_i386_relocate_section): Report files with bad relocation
1597 section names and return false.
1598
1599 2001-01-17 Bo Thorsen <bo@suse.de>
1600
1601 * targets.c: Alphabetize list of xvecs.
1602
1603 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1604
1605 * config.bfd: Add linux target variant for elfxx-hppa.
1606 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1607 bfd_elf64_hppa_linux_vec.
1608 * configure: Regenerate.
1609 * elf64-hppa.c: Include elf64-target.h again to support linux
1610 target variant.
1611 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1612 * elf32-hppa.c: Include elf32-target.h again to support linux
1613 target variant.
1614 (elf32_hppa_post_process_headers): New function.
1615 (elf_backend_post_process_headers): Define.
1616 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1617 bfd_elf32_hppa_linux_vec.
1618
1619 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1620 and data_segment_base fields.
1621 (elf32_hppa_link_hash_table_create ): Init them.
1622 (elf32_hppa_check_relocs): Update comments.
1623 (hppa_record_segment_addr): New function.
1624 (elf32_hppa_relocate_section): Call it.
1625 (final_link_relocate): Handle R_PARISC_SEGREL32.
1626 (elf32_hppa_final_link): New function.
1627 (bfd_elf32_bfd_final_link): Define to call it.
1628 (hppa_unwind_entry_compare): New function.
1629 * cache.c (bfd_open_file): Create files in write+read mode.
1630
1631 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1632 SEGREL32 and numerous other relocs. Change duplicate
1633 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1634
1635 * opncls.c (bfd_fdopenr): Add parens like the comment says around
1636 O_ACCMODE.
1637
1638 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1639 .plt entries for DT_INIT and DT_FINI.
1640 (elf32_hppa_finish_dynamic_sections): Remove special handling of
1641 DT_INIT and DT_FINI.
1642
1643 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1644 offsets for stub .plt access if wide mode. Check offset in range.
1645
1646 2001-01-13 Nick Clifton <nickc@redhat.com>
1647
1648 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1649 line.
1650
1651 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1652 line.
1653
1654 2001-01-12 Alan Modra <alan@linuxcare.com.au>
1655
1656 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1657 * configure: Regenerate.
1658
1659 2001-01-11 Peter Targett <peter.targett@arccores.com>
1660
1661 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1662 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1663 * cpu-arc.c (arch_info_struct): Add entries for variants.
1664 (bfd_arc_arch) Set default to bfd_mach_arc_5.
1665 (arc_get_mach) Don't assume machine names prefixed arc- before
1666 testing.
1667 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1668 selections.
1669 (arc_elf_final_write_processing) Likewise.
1670 (ELF_MACHINE_CODE) Use EM_ARC.
1671
1672 2001-01-10 Nick Clifton <nickc@redhat.com>
1673
1674 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
1675
1676 2001-01-07 Philip Blundell <philb@gnu.org>
1677
1678 * README: Replace `bug-gnu-utils@gnu.org' with
1679 `bug-binutils@gnu.org'.
1680
1681 2001-01-04 Kazu Hirata <kazu@hxi.com>
1682
1683 * som.c: Fix formatting.
1684
1685 2001-01-03 Kazu Hirata <kazu@hxi.com>
1686
1687 * ecoffswap.h: Fix formatting.
1688 * elf-bfd.h: Likewise.
1689 * elfarm-nabi.c: Likewise.
1690 * elfarm-oabi.c: Likewise.
1691 * elfcode.h: Likewise.
1692 * elfcore.h: Likewise.
1693 * elflink.c: Likewise.
1694 * elflink.h: Likewise.
1695 * elfxx-ia64.c: Likewise.
1696 * elfxx-target.h: Likewise.
1697 * libbfd.c: Likewise
1698 * linker.c: Likewise.
1699 * lynx-core.c: Likewise.
1700
1701 2001-01-02 Kazu Hirata <kazu@hxi.com>
1702
1703 * pc532-mach.c: Fix formatting.
1704 * pe-arm.c: Likewise.
1705 * pe-i386.c: Likewise.
1706 * pe-mips.c: Likewise.
1707 * pe-ppc.c: Likewise.
1708 * pe-sh.c: Likewise.
1709 * pei-mips.c: Likewise.
1710 * pei-sh.c: Likewise.
1711 * peicode.h: Likewise.
1712 * ppcboot.c: Likewise.
1713 * ptrace-core.c: Likewise.
1714
1715 2001-01-01 Kazu Hirata <kazu@hxi.com>
1716
1717 * reloc.c: Fix formatting.
1718 * riscix.c: Likewise.
1719 * rs6000-core.c: Likewise.
1720 * xcoff-target.h: Likewise.
1721
1722 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1723
1724 * elfcode.h (elf_object_p): Also restore the bfd mach field on
1725 error, by calling bfd_default_set_arch_mach with incoming
1726 values.
1727
1728 2000-12-26 Kazu Hirata <kazu@hxi.com>
1729
1730 * vaxnetbsd.c: Fix formatting.
1731 * versados.c: Likewise.
1732 * vms-gsd.c: Likewise.
1733 * vms-hdr.c: Likewise.
1734 * vms-misc.c: Likewise.
1735
1736 2000-12-25 Alexandre Oliva <aoliva@redhat.com>
1737
1738 * archive.c (coff_write_armap): Don't write more than symbol_count
1739 `archive_member_file_ptr's.
1740
1741 2000-12-25 Kazu Hirata <kazu@hxi.com>
1742
1743 * vms-tir.c: Fix formatting.
1744
1745 2000-12-23 Kazu Hirata <kazu@hxi.com>
1746
1747 * vms.c: Fix formatting.
1748 * vms.h: Likewise.
1749
1750 2000-12-21 Santeri Paavolainen <santtu@ssh.com>
1751
1752 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1753
1754 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1755
1756 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1757 arithmetic.
1758
1759 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1760
1761 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1762
1763 2000-12-21 Richard Sandiford <rsandifo@redhat.com>
1764
1765 * libbfd.c (bfd_get_bits): Added
1766 (bfd_put_bits): Likewise
1767 * bfd-in.h: Declared the above.
1768 * bfd-in2.h: Regenerated.
1769
1770 2000-12-20 Kazu Hirata <kazu@hxi.com>
1771
1772 * targets.c: Fix formatting.
1773 * tekhex.c: Likewise.
1774 * trad-core.c: Likewise.
1775
1776 2000-12-19 Kazu Hirata <kazu@hxi.com>
1777
1778 * sco5-core.c: Fix formatting.
1779 * section.c: Likewise.
1780 * sparclinux.c: Likewise.
1781 * sparclynx.c: Likewise.
1782 * sparcnetbsd.c: Likewise.
1783 * srec.c: Likewise.
1784 * stabs.c: Likewise.
1785 * stab-syms.c: Likewise.
1786 * sunos.c: Likewise.
1787 * syms.c: Likewise.
1788 * sysdep.h: Likewise.
1789
1790 2000-12-18 Nick Clifton <nickc@redhat.com>
1791
1792 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1793 defined.
1794 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1795 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1796
1797 2000-12-18 Nick Clifton <nickc@redhat.com>
1798
1799 * vms-misc.c (_bfd_vms_get_record): Add default case to
1800 file_format switch.
1801
1802 2000-12-15 Miloslav Trmac <mitr@volny.cz>
1803
1804 * elfcore.h (elf_core_file_p): Move to the start of the program
1805 headers before attempting to read them.
1806
1807 2000-12-14 Kazu Hirata <kazu@hxi.com>
1808
1809 * peigen.c: Fix formatting.
1810 * som.c: Likewise.
1811 * som.h: Likewise.
1812
1813 2000-12-13 Kazu Hirata <kazu@hxi.com>
1814
1815 * peigen.c: Fix formatting.
1816
1817 2000-12-12 Jim Wilson <wilson@redhat.com>
1818
1819 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1820
1821 2000-12-08 Mark Salter <msalter@redhat.com>
1822
1823 * binary.c (binary_set_section_contents): Ignore sections
1824 with zero size.
1825
1826 2000-12-12 Kazu Hirata <kazu@hxi.com>
1827
1828 * m68klinux.c: Fix formatting.
1829 * m68knetbsd.c: Likewise.
1830 * mipsbsd.c: Likewise.
1831 * netbsd-core.c: Likewise.
1832 * netbsd.h: Likewise.
1833 * newsos3.c: Likewise.
1834 * nlm32-alpha.c: Likewise.
1835 * nlm32-i386.c: Likewise.
1836 * nlm32-ppc.c: Likewise.
1837 * nlm32-sparc.c: Likewise.
1838 * nlmcode.h: Likewise.
1839 * nlmswap.h: Likewise.
1840 * nlm-target.h: Likewise.
1841 * ns32knetbsd.c: Likewise.
1842
1843 2000-12-10 Fred Fish <fnf@be.com>
1844
1845 * elflink.h (elf_link_output_extsym): Don't complain about undefined
1846 symbols in shared objects if allow_shlib_undefined is true.
1847
1848 2000-12-12 Nick Clifton <nickc@redhat.com>
1849
1850 * cpu-sh.c: Fix formattng.
1851 * elf.c: Fix formattng.
1852 * elf32-mips.c: Fix formattng.
1853 * elf32-sh.c: Fix formattng.
1854 * elf64-alpha.c: Fix formattng.
1855
1856 2000-12-09 Nick Clifton <nickc@redhat.com>
1857
1858 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1859 dwarf2_find_line_info as last parameter to invocation of
1860 _bfd_dwarf2_find_nearest_line.
1861 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1862 dwarf2_find_line_info as last parameter to invocation of
1863 _bfd_dwarf2_find_nearest_line.
1864
1865 2000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
1866
1867 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
1868 (BFD_LIBS): ...to here.
1869 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1870 (BFD_LIBS_CFILES): ...to here.
1871 * Makefile.in: Regenerate.
1872 * configure.in: Remove dwarf.lo from the elf shell variable.
1873 * configure: Regenerate.
1874 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1875 * libcoff.h: Regenerate.
1876 * coffgen.c (coff_find_nearest_line): Call
1877 _bfd_dwarf2_find_nearest_line.
1878 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
1879 accordingly.
1880 (read_abbrevs): Likewise
1881 (decode_line_info): Likewise.
1882 (parse_comp_unit): Likewise.
1883 (comp_unit_find_nearest_line): Likewise.
1884 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1885 * libbfd.h: Regenerate.
1886 * elf.c (_bfd_elf_find_nearest_line): Update call.
1887 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1888 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1889 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
1890 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1891 (styp_to_sec_flags): Handle DWARF2 sections.
1892 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1893 to _bfd_find_nearest_line.
1894 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1895 call to _bfd_find_nearest_line.
1896
1897 2000-12-08 Kazu Hirata <kazu@hxi.com>
1898
1899 * coffgen.c: Fix formatting.
1900 * elf-m10300.c: Likewise.
1901 * elf32-i386.c: Likewise.
1902 * elf32-i960.c: Likewise.
1903 * elf32-m68k.c: Likewise.
1904 * elf32-mcore.c: Likewise.
1905 * elf32-ppc.c: Likewise.
1906 * elf32-sh.c: Likewise.
1907 * elf32-sparc.c: Likewise.
1908 * elf32-v850.c: Likewise.
1909 * elf64-alpha.c: Likewise.
1910 * elf64-hppa.c: Likewise.
1911 * elf64-mips.c: Likewise.
1912 * elf64-sparc.c: Likewise.
1913
1914 2000-12-07 Kazu Hirata <kazu@hxi.com>
1915
1916 * elf32-ppc.c: Fix formatting.
1917 * elf64-x86-64.c: Likewise.
1918
1919 2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
1920
1921 From Ralf Baechle <ralf@gnu.org>
1922
1923 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1924 BFDs containing no sections or empty .text, .data or .bss sections
1925 to be merged, regardless of their flags.
1926
1927 2000-12-06 Kazu Hirata <kazu@hxi.com>
1928
1929 * elf32-m32r.c: Fix formatting.
1930 * elf32-m68hc11.c: Likewise.
1931 * elf32-m68hc12.c: Likewise.
1932 * elf32-m68k.c: Likewise.
1933 * elf32-mcore.c: Likewise.
1934 * elf32-pj.c: Likewise.
1935 * elf32-ppc.c: Likewise.
1936
1937 2000-12-05 Kazu Hirata <kazu@hxi.com>
1938
1939 * elf32-fr30.c: Fix formatting.
1940 * elf32-hppa.c: Likewise.
1941 * elf32-i370.c: Likewise.
1942 * elf32-i386.c: Likewise.
1943 * elf32-i860.c: Likewise.
1944 * elf32-i960.c: Likewise.
1945
1946 2000-12-03 Kazu Hirata <kazu@hxi.com>
1947
1948 * elf32-arm.h: Fix formatting.
1949 * elf32-avr.c: Likewise.
1950 * elf32-cris.c: Likewise.
1951 * elf32-d10v.c: Likewise.
1952 * elf32-d30v.c: Likewise.
1953 * elf-hppa.h: Likewise.
1954 * elf-m10200.c: Likewise.
1955 * elf-m10300.c: Likewise.
1956
1957 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1958
1959 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1960 bfd_mach_mips32_4k. Update FIXME comment.
1961 * archures.c (bfd_mach_mips32): New constant.
1962 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1963 the latter, renumber it.
1964 * bfd-in2.h (bfd_mach_mips32): New constant.
1965 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1966 the latter, renumber it.
1967 * cpu-mips.c (I_mips32): New constant.
1968 (I_mips4K, I_mips32_4k): Rename the former to the latter.
1969 (arch_info_struct): Add bfd_mach_mips32 entry, replace
1970 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1971 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1972 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
1973 with E_MIPS_MACH_MIPS32_4K.
1974 (_bfd_mips_elf_final_write_processing): Replace
1975 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1976 bfd_mach_mips32 case.
1977 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1978 comparison with support for MIPS32.
1979 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1980 MIPS32.
1981
1982 * aoutx.h (NAME(aout,machine_type)): Add cases for
1983 bfd_mach_mips5 and bfd_mach_mips64.
1984 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1985 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1986 * cpu_mips.c (I_mips5, I_mips64): New definitions.
1987 (arch_info_struct): Add entries for bfd_mach_mips5 and
1988 bfd_mach_mips64.
1989 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1990 _bfd_mips_elf_print_private_bfd_data): Add cases for
1991 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1992 (_bfd_mips_elf_final_write_processing): Add cases for
1993 bfd_mach_mips5 and bfd_mach_mips64.
1994
1995 * aoutx.h (NAME(aout,machine_type)): Add a
1996 bfd_mach_mips_sb1 case.
1997 * archures.c (bfd_mach_mips_sb1): New constant.
1998 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1999 * cpu-mips.c (I_sb1): New constant.
2000 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
2001 * elf32-mips.c (elf_mips_mach): Add case for
2002 E_MIPS_MACH_SB1.
2003 (_bfd_mips_elf_final_write_processing): Add case for
2004 bfd_mach_mips_sb1.
2005
2006 2000-12-01 Joel Sherrill <joel@OARcorp.com>
2007
2008 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2009 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2010 (sparc*-*-rtems*): Switched from a.out to ELF.
2011
2012 2000-11-30 Jan Hubicka <jh@suse.cz>
2013
2014 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2015 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2016 (elf64-x86-64.lo): Add dependencies.
2017 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2018 bfd_mach_x86_64_intel_syntax.
2019 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
2020 * config.bfd (x86_64): Add.
2021 * configure.in: Add support for bfd_elf64_x86_64_vec.
2022 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
2023 (bfd_i386_arch, i8086_ar): Link in.
2024 * elf64-x86-64.c: New file.
2025 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
2026 * targets.c (bfd_elf64_x86_64_vec): Add.
2027 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
2028
2029 2000-11-30 Kazu Hirata <kazu@hxi.com>
2030
2031 * xcofflink.c: Fix formatting.
2032
2033 2000-11-28 Kazu Hirata <kazu@hxi.com>
2034
2035 * aoutx.h: Fix formatting.
2036 * bfd-in.h: Likewise.
2037 * bfd-in2.h: Likewise.
2038 * cache.c: Likewise.
2039 * cisco-core.c: Likewise.
2040 * coff64-rs6000.c: Likewise.
2041 * coffcode.h: Likewise.
2042 * coffswap.h: Likewise.
2043 * corefile.c: Likewise.
2044 * elf32-mips.c: Likewise.
2045
2046 2000-11-27 Kazu Hirata <kazu@hxi.com>
2047
2048 * aout-adobe.c: Fix formatting.
2049 * coff64-rs6000.c: Likewise.
2050 * coffgen.c: Likewise.
2051 * cofflink.c: Likewise.
2052
2053 2000-11-27 Philip Blundell <pb@futuretv.com>
2054
2055 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2056 (obj_coff_strings_written): New accessor macro for above.
2057 * libcoff.h: Regenerate.
2058 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2059 strings.
2060 * coffcode.h (coff_write_object_contents): No need to write out
2061 the string table if it's already been done.
2062
2063 2000-11-22 Philip Blundell <pb@futuretv.com>
2064
2065 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
2066 weak undefined symbols.
2067
2068 2000-11-24 Nick Clifton <nickc@redhat.com>
2069
2070 * archures.c (bfd_mach_arm_5TE): Define.
2071 (bfd_mach_arm+XScale): Define.
2072 * bfd-in2.h: Regenerate.
2073
2074 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2075 BFD_RELOC_ARM_PCREL_BLX.
2076
2077 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2078 XScale machine numbers.
2079
2080 * config.bfd (xscale-elf): Add target.
2081 (xscale-coff): Add target.
2082
2083 * cpu-arm.c: Add xscale machine name.
2084 Add v5t, v5te and XScale machine numbers.
2085
2086 2000-11-23 Kazu Hirata <kazu@hxi.com>
2087
2088 * aix386-core.c: Fix formatting.
2089
2090 2000-11-22 Jim Wilson <wilson@redhat.com>
2091
2092 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2093 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2094 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2095 (ins_imms_scaled): Initialize sign_bit at function entry.
2096 (elf64_ia64_operands): Add missing initializers.
2097 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2098 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2099 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2100 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2101 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2102 parameters.
2103 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2104 and free_extsyms at function entry.
2105 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2106 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2107 (get_got): Delete unused local srel.
2108 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2109 (elfNN_ia64_relocate_section): Delete unused local dynindx.
2110
2111 2000-11-21 Kazu Hirata <kazu@hxi.com>
2112
2113 * coff-a29k.c: Fix formatting.
2114 * coff-h8500.c: Likewise.
2115 * coff-i960.c: Likewise.
2116 * coff-ppc.c: Likewise.
2117 * coff-rs6000.c: Likewise.
2118 * coff-stgo32.c: Likewise.
2119 * coff-tic54x.c: Likewise.
2120 * coff-w65.c: Likewise.
2121 * cpu-h8500.c: Likewise.
2122 * cpu-hppa.c: Likewise.
2123 * cpu-ns32k.c: Likewise.
2124 * ecoff.c: Likewise.
2125 * ecofflink.c: Likewise.
2126
2127 2000-11-21 Nick Clifton <nickc@redhat.com>
2128
2129 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2130 remove possibility of infinite loop.
2131
2132 2000-11-20 Kazu Hirata <kazu@hxi.com>
2133
2134 * aix386-core.c: Fix formatting.
2135 * aout-adobe.c: Likewise.
2136 * aout-arm.c: Likewise.
2137 * aout-encap.c: Likewise.
2138 * aout-ns32k.c: Likewise.
2139 * aout-target.h: Likewise.
2140 * aout-tic30.c: Likewise.
2141 * aoutf1.h: Likewise.
2142 * aoutx.h: Likewise.
2143 * archive.c: Likewise.
2144 * bfd-in.h: Likewise.
2145 * bfd-in2.h: Likewise.
2146 * bfd.c: Likewise.
2147 * bout.c: Likewise.
2148
2149 2000-11-17 H.J. Lu <hjl@gnu.org>
2150
2151 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2152 pltoff entries for DT_INIT and DT_FINI.
2153 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2154 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2155 entries.
2156
2157 2000-11-16 Richard Henderson <rth@redhat.com>
2158
2159 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2160 (allocate_dynrel_entries): Likewise.
2161 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
2162 (set_pltoff_entry): Likewise.
2163 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2164 (elfNN_ia64_reloc_type_lookup): Likewise.
2165 (elfNN_ia64_install_value): Likewise.
2166 (elfNN_ia64_relocate_section): Likewise.
2167 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2168 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2169
2170 2000-11-16 Kazu Hirata <kazu@hxi.com>
2171
2172 * cpu-a29k.c: Fix formatting.
2173 * cpu-alpha.c: Likewise.
2174 * cpu-arm.c: Likewise.
2175 * cpu-avr.c: Likewise.
2176 * cpu-d10v.c: Likewise.
2177 * cpu-h8500.c: Likewise.
2178 * cpu-hppa.c: Likewise.
2179 * cpu-i370.c: Likewise.
2180 * cpu-i386.c: Likewise.
2181 * cpu-i960.c: Likewise.
2182 * cpu-ia64-opc.c: Likewise.
2183 * cpu-ia64.c: Likewise.
2184 * cpu-m32r.c: Likewise.
2185 * cpu-m68hc11.c: Likewise.
2186 * cpu-m68hc12.c: Likewise.
2187 * cpu-m68k.c: Likewise.
2188 * cpu-m88k.c: Likewise.
2189 * cpu-mips.c: Likewise.
2190 * cpu-ns32k.c: Likewise.
2191 * cpu-pj.c: Likewise.
2192 * cpu-powerpc.c: Likewise.
2193 * cpu-sh.c: Likewise.
2194 * cpu-sparc.c: Likewise.
2195 * cpu-tic54x.c: Likewise.
2196 * cpu-v850.c: Likewise.
2197 * cpu-vax.c: Likewise.
2198 * cpu-w65.c: Likewise.
2199 * cpu-we32k.c: Likewise.
2200 * cpu-z8k.c: Likewise.
2201 * dwarf1.c: Likewise.
2202 * dwarf2.c: Likewise.
2203
2204 2000-11-15 Kazu Hirata <kazu@hxi.com>
2205
2206 * coff-arm.c: Fix formatting.
2207 * coff-ppc.c: Likewise.
2208 * coff-rs6000.c: Likewise.
2209 * coff-sh.c: Likewise.
2210 * coff-sparc.c: Likewise.
2211 * coff-tic30.c: Likewise.
2212 * coff-tic54x.c: Likewise.
2213 * coff-tic80.c: Likewise.
2214 * coff-w65.c: Likewise.
2215 * coff-we32k.c: Likewise.
2216 * coff-z8k.c: Likewise.
2217
2218 2000-11-15 Richard Henderson <rth@redhat.com>
2219
2220 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2221 section with the same ALLOC|LOAD flags as the source section.
2222
2223 2000-11-14 Jakub Jelinek <jakub@redhat.com>
2224
2225 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2226 by STO_ALPHA constants.
2227
2228 2000-11-14 Kazu Hirata <kazu@hxi.com>
2229
2230 * coff-pmac.c: Fix formatting.
2231 * coff-ppc.c: Likewise.
2232
2233 2000-11-13 H.J. Lu <hjl@gnu.org>
2234
2235 * elflink.h (elf_link_add_object_symbols): Also add indirect
2236 symbols for common symbols with the default version.
2237
2238 2000-11-09 Philip Blundell <pb@futuretv.com>
2239
2240 * section.c (STD_SECTION): Set gc_mark flag.
2241
2242 2000-11-11 Kazu Hirata <kazu@hxi.com>
2243
2244 * coff-i960.c: Likewise.
2245 * coff-m68k.c: Likewise.
2246 * coff-m88k.c: Likewise.
2247 * coff-mcore.c: Likewise.
2248 * coff-mips.c: Likewise.
2249
2250 2000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
2251
2252 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2253
2254 2000-11-10 Kazu Hirata <kazu@hxi.com>
2255
2256 * coff-h8300.c: Fix formatting.
2257 * coff-h8500.c: Likewise.
2258 * coff-i386.c: Likewise.
2259 * coff-i860.c: Likewise.
2260 * coff-i960.c: Likewise.
2261 * coff-ia64.c: Likewise.
2262
2263 2000-11-09 Kazu Hirata <kazu@hxi.com>
2264
2265 * archive.c: Fix formatting.
2266 * archures.c: Likewise.
2267
2268 2000-11-07 Richard Henderson <rth@redhat.com>
2269
2270 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2271 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
2272 * section.c (bfd_set_section_contents): Call memcpy if
2273 section->contents set and location not equal to contents plus offset.
2274
2275 2000-11-08 Kazu Hirata <kazu@hxi.com>
2276
2277 * bfd-in.h: Fix formatting.
2278 * bfd-in2.h: Likewise.
2279 * bfd.c: Likewise.
2280 * binary.c: Likewise.
2281 * bout.c: Likewise.
2282 * coff-a29k.c: Likewise.
2283 * coff-alpha.c: Likewise.
2284 * coff-apollo.c: Likewise.
2285 * coff-aux.c: Likewise.
2286
2287 2000-11-07 Kazu Hirata <kazu@hxi.com>
2288
2289 * aix386-core.c: Fix formatting.
2290 * aoutf1.h: Likewise.
2291 * aoutx.h: Likewise.
2292 * archures.c: Likewise.
2293 * armnetbsd.c: Likewise.
2294
2295 2000-11-07 Alan Modra <alan@linuxcare.com.au>
2296
2297 * coff-h8300.c (special): Adjust reloc address.
2298
2299 2000-11-06 Steve Ellcey <sje@cup.hp.com>
2300
2301 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
2302 to differentiate elf32 and elf64 on ia64.
2303 * bfd-in2.h: Regenerate.
2304 * config.bfd: Add target for "ia64*-*-hpux*".
2305 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2306 * configure: Regenerate.
2307 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
2308 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2309
2310 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2311 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
2312 * Makefile.in: Regnerate.
2313 * elf64-ia64.c: Deleted.
2314 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2315
2316 2000-11-06 Kazu Hirata <kazu@hxi.com>
2317
2318 * aout-adobe.c: Fix formatting.
2319 * aout-arm.c: Likewise.
2320 * aout-cris.c: Likewise.
2321 * aout-encap.c: Likewise.
2322 * aout-ns32k.c: Likewise.
2323 * aout-target.h: Likewise.
2324 * aout-tic30.c: Likewise.
2325
2326 2000-11-05 Philip Blundell <philb@gnu.org>
2327
2328 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2329 BFDs containing no sections to be merged, regardless of their flags.
2330
2331 2000-11-04 Philip Blundell <philb@gnu.org>
2332
2333 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2334 if a relocation for an undefined symbol also results in an
2335 overflow.
2336
2337 2000-11-06 Christopher Faylor <cgf@cygnus.com>
2338
2339 * config.bfd: Add support for Sun Chorus.
2340
2341 2000-11-05 David O'Brien <obrien@FreeBSD.org>
2342
2343 * configure.in: Recognize alpha-*-freebsd*.
2344 * configure: Regenerate.
2345
2346 2000-11-02 Luciano Gemme <ishitawa@yahoo.com>
2347
2348 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2349 (Chunk): New global variable set by a parameter in objcopy.c.
2350 (S3Forced): New global variable set by a parameter in
2351 objcopy.c.
2352 (srec_set_section_contents): If S3Forced is true, always generate
2353 S3 records.
2354 (srec_write_section): Use 'Chunk' to limit maximum length of S
2355 records.
2356
2357 2000-11-02 Per Lundberg <plundis@chaosdev.org>
2358
2359 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2360 * Makefile.in: Regenerate.
2361 * bfd-in2.h: Regenerate.
2362 * po/bfd.pot: Regenerate.
2363
2364 2000-10-31 Philip Blundell <philb@gnu.org>
2365
2366 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2367 EF_SOFT_FLOAT if it is defined.
2368
2369 2000-10-27 Philip Blundell <philb@gnu.org>
2370
2371 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2372 attempts to mix PIC code with non-PIC, just mark the output as
2373 being position dependent.
2374 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
2375 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
2376 all mismatches, not just the first one.
2377
2378 2000-10-25 Chris Demetriou <cgd@sibyte.com>
2379
2380 * ieee.c (ieee_archive_p): Plug one of many possible
2381 memory leaks in error handling.
2382
2383 2000-10-20 Jakub Jelinek <jakub@redhat.com>
2384
2385 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2386 elf32_sparc_object_p, elf32_sparc_final_write_processing):
2387 Support v8plusb.
2388 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2389 sparc64_elf_object_p): Support v9b.
2390 * archures.c: Declare v8plusb and v9b machines.
2391 * bfd-in2.h: Ditto.
2392 * cpu-sparc.c: Ditto.
2393
2394 2000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2395
2396 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2397 of a GOT reloc.
2398
2399 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2400 (SYMBOL_CALLS_LOCAL): New macro.
2401 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2402 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2403 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2404 (ppc_elf_relocate_section): Use flag variable to determine
2405 whether the relocation refers to a local symbol.
2406 Test whether a PLTREL24 reloc will produce a reloc by looking
2407 to see whether a PLT entry was made.
2408
2409 2000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2410
2411 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2412 entries that could serve as a definition for a weak symbol.
2413
2414 2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
2415
2416 From Ralf Baechle <ralf@gnu.org>
2417
2418 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2419 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
2420 against local symbols.
2421 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
2422
2423 2000-10-12 Alan Modra <alan@linuxcare.com.au>
2424
2425 * section.c (struct sec): Add kept_section.
2426 (struct bfd_comdat_info): Remove sec, we can use above.
2427 (STD_SECTION): Add initializer.
2428 (bfd_make_section_anyway): Init here too.
2429
2430 * bfd-in2.h: Regenerate.
2431
2432 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
2433 zeroing of `flags'.
2434 (elf_link_input_bfd): Set all asection->symbol->value's here, and
2435 fudge values for discarded link-once section symbols.
2436
2437 * elf64-hppa.c: Include alloca-conf.h
2438
2439 2000-10-11 Alan Modra <alan@linuxcare.com.au>
2440
2441 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2442
2443 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2444
2445 2000-10-10 Alan Modra <alan@linuxcare.com.au>
2446
2447 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2448
2449 2000-10-10 Tom Rix <trix@redhat.com>
2450
2451 * section.c (bfd_make_section_anyway): Release newsect ptr when
2452 newsect->symbol fails to alloc. Use bfd_release instead of free.
2453
2454 2000-10-09 Richard Henderson <rth@cygnus.com
2455
2456 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2457 (elf64_ia64_unwind_entry_compare): New.
2458 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2459
2460 2000-10-07 Alan Modra <alan@linuxcare.com.au>
2461
2462 * elflink.h (size_dynamic_sections): Don't create various tags if
2463 .dynstr is excluded from the link. Don't set first dynsym entry
2464 if dynsymcount is zero.
2465 (elf_bfd_final_link): Don't try to swap out dynamic syms if
2466 .dynsym excluded from the link. Don't try to write any dynamic
2467 sections excluded from the link.
2468
2469 * elf.c (swap_out_syms): Handle global section symbols.
2470
2471 2000-10-05 DJ Delorie <dj@redhat.com>
2472
2473 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2474 * coffcode.h (coff_set_alignment_hook): read extended reloc count
2475 (coff_write_relocs): write extended reloc count
2476 (coff_write_object_contents): account for extended relocs
2477
2478 2000-10-05 Jim Wilson <wilson@cygnus.com>
2479
2480 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2481 field.
2482 * elf.c (_bfd_elf_make_section_from_shdr): Call the
2483 elf_backend_section_flags function.
2484 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2485 code.
2486 (elf64_ia64_section_flags): New function containing flag conversion
2487 code.
2488 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2489 * elfxx-target.h (elf_backend_section_flags): Define.
2490 (elfNN_bed): Initialize elf_backend_section_flags field.
2491
2492 2000-10-02 Alan Modra <alan@linuxcare.com.au>
2493
2494 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2495 _bfd_elf32_gc_record_vtable. Correct a comment.
2496
2497 2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
2498
2499 From Ralf Baechle <ralf@gnu.org>
2500
2501 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2502 produces binaries with got[1] = 0x80000001 to differenciate them
2503 for the dynamic linker from the broken binaries produced by old
2504 versions.
2505
2506 2000-09-30 Petr Sorfa <petrs@sco.com>
2507
2508 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2509 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2510 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2511 * configure: Regenerate.
2512
2513 2000-09-27 Hans-Peter Nilsson <hp@axis.com>
2514
2515 Define two bfd_targets for absence and presence of leading
2516 underscore on symbols. Make sure to only link same kind.
2517 * elf32-cris.c (cris_elf_object_p,
2518 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2519 cris_elf_merge_private_bfd_data): New.
2520 (elf_backend_object_p, elf_backend_final_write_processing,
2521 bfd_elf32_bfd_print_private_bfd_data,
2522 bfd_elf32_bfd_merge_private_bfd_data): Define.
2523 <Target vector definition>: Include elf32-target.h twice with
2524 different macro settings:
2525 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2526 bfd_elf32_us_cris_vec.
2527 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2528 (elf_symbol_leading_char): First as 0, then '_'.
2529 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2530 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2531 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2532 * configure: Regenerate.
2533 * targets.c: Declare bfd_elf32_us_cris_vec.
2534 * po/bfd.pot: Regenerate.
2535
2536 2000-09-29 Momchil Velikov <velco@fadata.bg>
2537
2538 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2539 R_ARM_THM_PC22 relocations.
2540
2541 2000-09-29 NIIBE Yutaka <gniibe@chroot.org>
2542
2543 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2544
2545 2000-09-29 Momchil Velikov <velco@fadata.bg>
2546
2547 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2548 is has the SEC_HAS_CONTENTS flag set.
2549
2550 2000-09-28 \81Örjan Friberg <orjanf@axis.com>
2551 Hans-Peter Nilsson <hp@axis.com>
2552
2553 * aout-cris.c (N_TXTADDR): Define.
2554
2555 2000-09-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
2556
2557 * som.c: Include alloca-conf.h.
2558 * Makefile.am: "make dep-am"
2559 * Makefile.in: Regenerate.
2560
2561 2000-09-27 Alan Modra <alan@linuxcare.com.au>
2562
2563 * elf32-hppa.c (plt_stub): New.
2564 (PLT_STUB_ENTRY): Define.
2565 (elf32_hppa_link_hash_table): Change multi_subspace to packed
2566 boolean. Add need_plt_stub, has_12bit_branch and has_17bit_branch.
2567 (elf32_hppa_link_hash_table_create): Init to suit.
2568 (elf32_hppa_check_relocs): Set has_12bit_branch and
2569 has_17bit_branch as appropriate.
2570 (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
2571 non-local functions.
2572 (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
2573 Add space for plt_stub as needed.
2574 (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
2575 functions at plt_stub.
2576 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
2577 (elf32_hppa_create_dynamic_sections): Leave .plt executable.
2578
2579 * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
2580 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise. Use it instead
2581 of fixed size, and if negative, disable handling of input sections
2582 before stub section. Set up default stub group size depending
2583 on detected branch relocs.
2584 (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
2585 ensure different offsets from sym_value aren't rounded to
2586 different 2k blocks. Use lrsel and rrsel for other stubs too for
2587 consistency rather than necessity.
2588 (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
2589 (final_link_relocate): Likewise.
2590 (elf32_hppa_relocate_section): Likewise.
2591
2592 * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
2593 (_bfd_elf_hppa_gen_reloc_type): Generate them.
2594 (elf_hppa_final_link_relocate): Handle them.
2595 (elf_hppa_relocate_insn): Likewise.
2596 (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
2597
2598 2000-09-26 Hans-Peter Nilsson <hp@axis.com>
2599
2600 * elfcode.h (elf_object_p): Preserve and clear abfd section
2601 information. Restore at error.
2602
2603 2000-09-26 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2604
2605 * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
2606 is empty, make sure that its rva also 0. NT loader dislikes
2607 having otherwise.
2608
2609 2000-09-26 Steve Ellcey <sje@cup.hp.com>
2610
2611 * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
2612 global by default.
2613
2614 2000-09-21 Alan Modra <alan@linuxcare.com.au>
2615
2616 * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
2617 currently unused RELATIVE_DYNAMIC_RELOCS code.
2618 (hppa_discard_copies): Likewise.
2619 (elf32_hppa_size_stubs): Size `input_list' array correctly. Correct
2620 comments. Don't check non-code output sections for stub grouping.
2621
2622 2000-09-20 Alan Modra <alan@linuxcare.com.au>
2623
2624 * section.c (bfd_get_unique_section_name): Return NULL if
2625 bfd_malloc fails.
2626
2627 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2628
2629 * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
2630 instruction sequence to actually work.
2631 (elf_m68k_finish_dynamic_sections): Change the patch-in offset
2632 accordingly.
2633
2634 2000-09-18 Alexandre Oliva <aoliva@redhat.com>
2635
2636 * elf32-sh.c (sh_elf_relocate_section): Use
2637 _bfd_final_link_relocate to apply the relocation against a section
2638 symbol, when doing relocatable links.
2639
2640 2000-09-18 Alan Modra <alan@linuxcare.com.au>
2641
2642 * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
2643 to id_sec.
2644 (stub_hash_newfunc): Here too.
2645 (hppa_add_stub): And here.
2646 (elf32_hppa_link_hash_table): Remove stub_section_created,
2647 reloc_section_created, first_init_sec and first_fini_sec. Add
2648 stub_group.
2649 (elf32_hppa_link_hash_table_create): Init to suit.
2650 (hppa_get_stub_entry): Add support for grouping stub sections.
2651 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
2652 section code. Index stub vars by section->id.
2653 (elf32_hppa_size_stubs): Likewise. Remove duplicated function
2654 exit paths. Zap allocation of above removed vars. Refine
2655 link-once test.
2656
2657 * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
2658 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
2659 (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
2660 rather than pointer to bfd_link_info.
2661 (hppa_add_stub): Likewise.
2662 (final_link_relocate): Likewise.
2663
2664 2000-09-17 David Huggins-Daines <dhd@linuxcare.com>
2665
2666 (elf32_hppa_size_stubs): Don't try to build stubs for discarded
2667 link-once sections.
2668
2669 2000-09-16 Alexandre Oliva <aoliva@redhat.com>
2670
2671 * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
2672 ld/emulparams/shelf.sh.
2673
2674 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2675
2676 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
2677 * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
2678 * bfd-in2.h: Regenerate.
2679
2680 2000-09-15 Kenneth Block <Kenneth.Block@compaq.com>
2681
2682 * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
2683 LITUSE relocations incorrectly if -relax is specified on the ld
2684 command line and the displacement field of the load or store
2685 instruction is non-zero. (Patch by paul.winalski@compaq.com)
2686
2687 2000-09-15 Alan Modra <alan@linuxcare.com.au>
2688
2689 * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
2690 first_fini_sec here.
2691 (elf32_hppa_size_stubs): Instead correctly find the first .init
2692 and .fini section here.
2693
2694 2000-09-15 David Huggins-Daines <dhd@linuxcare.com>
2695
2696 * elf32-hppa.c (clobber_millicode_symbols): New function.
2697 (elf32_hppa_size_dynamic_sections): Call it.
2698
2699 2000-09-14 Alan Modra <alan@linuxcare.com.au>
2700
2701 * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
2702 packed. Add plabel, plt_abs packed booleans.
2703 (hppa_link_hash_newfunc): Init new fields.
2704 (PLABEL_PLT_ENTRY_SIZE): Define.
2705 (hppa_stub_name): Use size_t len vars.
2706 (hppa_add_stub): Likewise.
2707 (elf32_hppa_build_stubs): Likewise.
2708 (hppa_build_one_stub): Kill some compiler warnings.
2709 (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
2710 if dynamic linking. Munge the local plt offsets into
2711 local_got_refcounts. Set h->plabel for all global PLABELs. Use
2712 size_t len vars. Add assert for plabel addend.
2713 (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
2714 (elf32_hppa_hide_symbol): New function.
2715 (elf_backend_hide_symbol): Define.
2716 (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
2717 with h->plabel set. Don't make plt entries to have dynamic syms
2718 when they have been forced local. If plt entry is used by a
2719 plabel, make it PLABEL_PLT_ENTRY_SIZE.
2720 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
2721 Set up .plt offsets for local syms.
2722 (elf32_hppa_relocate_section): Initialise plt entries for local
2723 syms. Leave weak undefined plabels zero. Make global plabel
2724 relocs against function symbol, and leave the addend zero.
2725 Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
2726 (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
2727 non-dynamic syms. Init extra plt for plabels. Use *ABS* DIR32
2728 relocs instead of SEGREL32 for dynamic got relocs.
2729 (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
2730 (elf_backend_got_header_size): Adjust.
2731 (elf32_hppa_set_gp): Calculate an "ideal" LTP.
2732
2733 * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
2734 (hppa_type_of_stub): Use it instead of #if 0
2735 (hppa_discard_copies): Use it here too.
2736 (elf32_hppa_size_dynamic_sections): And here.
2737
2738 * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
2739 (elf32_hppa_link_hash_table_create): And here.
2740 (hppa_build_one_stub): And here. Instead keep track of stub
2741 offset using _raw_size.
2742 (elf32_hppa_size_stubs): Likewise.
2743 (elf32_hppa_build_stubs): Likewise.
2744 (hppa_size_one_stub): Likewise. Resize reloc section too.
2745
2746 * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
2747 first_fini_sec handling. Don't search for reloc section or set
2748 hplink->reloc_section_created here.
2749 (elf32_hppa_size_stubs): Instead search for reloc sections, and
2750 set reloc_section_created here.
2751 (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
2752 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
2753 and DT_FINI.
2754 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
2755
2756 * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
2757 with `hplink->root.'.
2758 (elf32_hppa_check_relocs): Likewise.
2759 (elf32_hppa_gc_sweep_hook): Likewise.
2760 (elf32_hppa_adjust_dynamic_symbol): Likewise.
2761 (hppa_handle_PIC_calls): Likewise.
2762 (elf32_hppa_size_dynamic_sections): Likewise.
2763 (elf32_hppa_set_gp): Likewise.
2764 (elf32_hppa_relocate_section): Likewise.
2765 (elf32_hppa_finish_dynamic_symbol): Likewise.
2766 (elf32_hppa_finish_dynamic_sections): Likewise.
2767
2768 From David Huggins-Daines <dhd@linuxcare.com>
2769 * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
2770 defined weak symbols in shared links.
2771 (final_link_relocate): Calls to defined weak symbols in shared
2772 objects must go via import stubs, as the target might not be known
2773 at link time.
2774
2775 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
2776
2777 * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
2778 R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
2779 R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
2780 the original entries with EMPTY_HOWTOs, and added new ones to fill
2781 in the gap.
2782 (sh_elf_info_to_howto): Make sure the new gap isn't used.
2783 (sh_elf_relocate_section): Likewise.
2784
2785 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2786
2787 * cpu-mips.c (arch_info_struct): Add mips:4K
2788 * bfd-in2.h (bfd_mach_mips4K): New define.
2789 * archures.c: Add bfd_mach_mips4K to comment.
2790 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
2791 E_MIPS_ARCH_2 for bfd_mach_mips4K.
2792
2793 2000-09-13 Marco Franzen <marcof@thyron.com>
2794
2795 * som.c (som_write_symbol_strings): Do not used fixed buffers,
2796 use size_t as a counter.
2797 (som_write_space_strings): Similarly.
2798
2799 2000-09-12 Jason Eckhardt <jle@cygnus.com>
2800
2801 * elf32-i860.c (elf32_i860_relocate_pc26): New function
2802 and prototype.
2803 (elf32_i860_relocate_section): Invoke new function from here.
2804
2805 2000-09-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2806
2807 * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
2808 static.
2809
2810 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2811
2812 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
2813 target section name instead of dumping core when the target symbol is
2814 undefined.
2815
2816 2000-09-09 Kazu Hirata <kazu@hxi.com>
2817
2818 * riscix.c: Remove DEFUN.
2819
2820 2000-09-08 Nick Clifton <nickc@redhat.com>
2821
2822 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
2823 initialise flags in output bfd if the input bfd is the default
2824 architecture with the default flags.
2825
2826 2000-09-08 Kazu Hirata <kazu@hxi.com>
2827
2828 * archive.c: Fix formatting.
2829 * coff-arm.c: Likewise.
2830 * doc/chew.c: Likewise.
2831
2832 2000-09-08 Alan Modra <alan@linuxcare.com.au>
2833
2834 * section.c (bfd_get_unique_section_name): Put a dot before the
2835 numeric suffix.
2836
2837 2000-09-07 Kazu Hirata <kazu@hxi.com>
2838
2839 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
2840 * elf.c: Fix formatting.
2841
2842 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
2843
2844 * config.bfd (sh-*-linux*): Added.
2845 * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
2846 * targets.c: Declare them.
2847 * elf32-sh-lin.c: New file.
2848 * Makefile.am: Compile it.
2849 * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
2850 * configure, Makefile.in: Rebuilt.
2851
2852 2000-09-06 Geoffrey Keating <geoffk@cygnus.com>
2853
2854 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
2855 pseduo-section when determining where the TOC ends.
2856
2857 * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
2858 output x_tvndx as it is only two bytes wide.
2859
2860 * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
2861 reloc is 26 or 32 bits wide.
2862
2863 * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
2864 for relocs that don't change anything. Also look at the full
2865 6 bits of bitsize.
2866
2867 2000-09-06 Philip Blundell <philb@gnu.org>
2868
2869 * config.bfd (arm*-*-uclinux*): New target.
2870
2871 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2872
2873 * configure: Rebuilt with new libtool.m4.
2874
2875 2000-09-06 Alan Modra <alan@linuxcare.com.au>
2876
2877 * section.c (bfd_get_unique_section_name): Avoid c++ reserved
2878 word for variable name.
2879 * bfd-in2.h: Regenerate.
2880
2881 2000-09-05 Nick Clifton <nickc@redhat.com>
2882
2883 * config.in: Regenerate.
2884 * libbfd.h: Regenerate.
2885 * po/bfd.pot: Regenerate.
2886 * doc/bfdint.texi: Remove CVS date string - it foils compares with
2887 local versions.
2888
2889 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
2890
2891 * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
2892
2893 2000-09-05 Alan Modra <alan@linuxcare.com.au>
2894
2895 Shared library and PIC support.
2896 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
2897 (GOT_ENTRY_SIZE): New.
2898 (ELF_DYNAMIC_INTERPRETER): New.
2899 (STUB_SUFFIX): Define.
2900 (LONG_BRANCH_PIC_IN_SHLIB): Define.
2901 (RELATIVE_DYNAMIC_RELOCS): Define.
2902 (enum elf32_hppa_stub_type): New.
2903 (struct elf32_hppa_stub_hash_entry): Rename offset to
2904 stub_offset. Add a number of new fields.
2905 (struct elf32_hppa_link_hash_entry): New.
2906 (struct elf32_hppa_link_hash_table): Add numerous fields. Remove
2907 global_value.
2908 (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
2909 (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
2910 (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc. Init
2911 new fields.
2912 (hppa_link_hash_newfunc): New function.
2913 (elf32_hppa_link_hash_table_create): Use above function. Init new
2914 fields.
2915 (elf32_hppa_stub_name): Rename to hppa_stub_name. Pass in reloc
2916 instead of addend, and remove sym_name from args. Don't use
2917 symbol name for local syms, instead use sym index.
2918 (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
2919 stub type rather than size. Pass in hash and handle import stub
2920 case. Also pass in reloc instead of offset so we can calculate
2921 PCREL22F and PCREL12F branches properly.
2922 (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub. Build
2923 import and export stubs too.
2924 (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub. Handle
2925 import and export stub sizing.
2926 (elf32_hppa_check_relocs): New function.
2927 (elf32_hppa_adjust_dynamic_symbol): New function.
2928 (hppa_discard_copies): New function.
2929 (elf32_hppa_size_dynamic_sections): New function.
2930 (elf_backend_size_dynamic_sections): Define.
2931 (elf32_hppa_finish_dynamic_symbol): New function.
2932 (elf_backend_finish_dynamic_symbol): Define.
2933 (elf32_hppa_size_stubs): Stash params in link hash table, and move
2934 some local vars into the link hash table too. For shared links,
2935 trundle over function syms, generating export stubs. Handle
2936 PCREL22F branches. Break out stub creation code from here..
2937 (hppa_add_stub): .. to here. New function.
2938 (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
2939 call the bfd linker. Use elf_gp to record global pointer.
2940 Calculate a value from sections if $global$ is missing.
2941 (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
2942 (elf32_hppa_gc_mark_hook): New function.
2943 (elf_backend_gc_mark_hook): Define.
2944 (elf32_hppa_gc_sweep_hook): New function.
2945 (elf_backend_gc_sweep_hook): Define.
2946 (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
2947 Add rel to args, and remove howto, input_bfd, offset, addend,
2948 sym_name as we can recalculate these locally. Handle calls to
2949 dynamic objects, extra PIC relocs, PCREL22F branches. Change
2950 handling of undefined weak syms. Check that stubs are in range.
2951 Only look for import stubs on PCREL17F and PCREL22F relocs. Add
2952 message on hitting a DPREL21L reloc that needs fixing. Subtract
2953 off PC for PCREL14F. Break out code that does a stub lookup from
2954 here..
2955 (hppa_get_stub_entry): ..to here. New function.
2956 (elf32_hppa_relocate_insn): Merge into final_link_relocate.
2957 (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
2958 relocs, etc. etc.
2959 (elf32_hppa_finish_dynamic_sections): New function.
2960 (elf_backend_finish_dynamic_sections): Define.
2961 (elf_backend_final_write_processing) Define.
2962 (hppa_handle_PIC_calls): New function.
2963 (elf32_hppa_build_stubs): Call it. Pass link_info to
2964 hppa_build_one_stub.
2965 (elf32_hppa_create_dynamic_sections): New function
2966 to create .plt and .got then set .plt flags correctly.
2967 (elf_backend_create_dynamic_sections): Define.
2968 (elf32_hppa_object_p): New function.
2969 (elf_backend_object_p): Define.
2970 (elf32_hppa_elf_get_symbol_type): New function.
2971 (elf_backend_get_symbol_type): Define.
2972 (elf_backend_can_gc_sections): Define.
2973 (elf_backend_want_got_plt): Define.
2974 (elf_backend_plt_alignment): Set to 2.
2975 (elf_backend_plt_readonly): Define.
2976 (elf_backend_want_plt_sym): Define.
2977 (elf_backend_got_header_size): Reserve one entry.
2978
2979 * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
2980 (elf32_hppa_size_stubs): Pass in multi_subspace.
2981 (elf32_hppa_set_gp): Declare.
2982
2983 * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
2984 (bfd_get_unique_section_name): New function.
2985 * bfd-in2.h: Regenerate.
2986
2987 * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
2988 (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
2989 comment.
2990
2991 From David Huggins-Daines <dhd@linuxcare.com>
2992 * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
2993 (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
2994 (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
2995 been updated in finish_dynamic_symbol before modifying function
2996 symbol.
2997
2998 * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
2999 eight entries. Replace NULL with bfd_elf_generic_reloc. Add
3000 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
3001 (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*. Add some
3002 comments. Handle format == 12 for R_HPPA_PCREL_CALL.
3003 (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
3004 (elf_hppa_relocate_insn): Likewise. Reformat some comments.
3005 (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
3006
3007 From David Huggins-Daines <dhd@linuxcare.com>
3008 * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
3009 style of local labels as well.
3010
3011 2000-09-03 Philip Blundell <philb@gnu.org>
3012
3013 * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
3014 references to undefined symbols in debugging sections.
3015
3016 2000-09-02 H.J. Lu <hjl@gnu.org>
3017
3018 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3019 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
3020 BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
3021 section.
3022
3023 2000-09-02 Jason Eckhardt <jle@cygnus.com>
3024
3025 * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
3026 (elf32_i860_is_local_label_name): New function and prototype.
3027
3028 2000-09-02 Nick Clifton <nickc@redhat.com>
3029
3030 * configure.in: Increase version number to 2.10.91.
3031 * configure: Regenerate.
3032 * aclocal.m4: Regenerate.
3033 * config.in: Regenerate.
3034 * po/bfd.pot: Regenerate.
3035
3036 2000-09-02 Daniel Berlin <dberlin@redhat.com>
3037
3038 * elf.c (_bfd_elf_make_section_from_shdr): Add
3039 .gnu.linkobce.wi. to the list of debug section names.
3040
3041 2000-09-02 Nick Clifton <nickc@redhat.com>
3042
3043 * dwarf2.c (find_debug_info): New function: Locate a section
3044 containing dwarf2 debug information.
3045 (bfd_dwarf2_find_nearest_line): Find all sections containing
3046 debug information and include them in the stash.
3047
3048 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3049
3050 * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
3051 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
3052 (sh_reloc_map): Add new relocs.
3053 (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
3054 sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
3055 sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
3056 sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
3057 functions.
3058 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
3059 (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
3060 elf_sh_plt_entry_be, elf_sh_plt_entry_le,
3061 elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
3062 New array constants.
3063 (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
3064 New variables.
3065 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
3066 elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
3067 elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
3068 elf_sh_plt_reloc_offset): Define.
3069 (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
3070 elf_sh_link_hash_table): New structs.
3071 (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
3072 (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
3073 relocation types.
3074 (elf_backend_create_dynamic_sections,
3075 bfd_elf32_bfd_link_hash_table_create,
3076 elf_backend_adjust_dynamic_symbol,
3077 elf_backend_size_dynamic_sections,
3078 elf_backend_finish_dynamic_symbol,
3079 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
3080 elf_backend_plt_readonly, elf_backend_want_plt_sym,
3081 elf_backend_got_header_size, elf_backend_plt_header_size):
3082 Define.
3083 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3084 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
3085 New relocs.
3086 * bfd-in2.h, libbfd.h: Rebuilt.
3087
3088 2000-09-01 Alan Modra <alan@linuxcare.com.au>
3089
3090 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
3091 change.
3092
3093 2000-08-31 J"orn Rennecke <amylaar@cygnus.co.uk>
3094
3095 * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
3096 not initialized, set them to indicate the SH1 instruction set.
3097
3098 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3099
3100 * acinclude.m4: Include libtool and gettext macros from the
3101 top level.
3102 * aclocal.m4, configure: Rebuilt.
3103
3104 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
3105
3106 * elf.c: Eliminate references to __sparcv9 macro; replace with
3107 autoconf variables HAVE_PSINFO32_T etc.
3108 * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
3109 HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
3110 * config.in: Ditto.
3111 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
3112 detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
3113 * aclocal.m4: Ditto.
3114 * configure: Regenerate.
3115
3116 2000-08-27 Alan Modra <alan@linuxcare.com.au>
3117
3118 * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
3119 for any shared link, not just shared -Bsymbolic.
3120 (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
3121 any shared link, and pass link info to it.
3122 (elf_i386_size_dynamic_sections): Update comment.
3123 (elf_i386_discard_copies): Modify to discard relocs for symbols
3124 that have been forced local.
3125 (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
3126 that have been forced local.
3127
3128 2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com>
3129
3130 * elflink.h (elf_link_add_object_symbols): Allow common
3131 symbols to have an alignment of 1 if explicitly requested, and
3132 not overridden by other definitions.
3133
3134 2000-08-22 Doug Kwan <dkwan@transmeta.com>
3135
3136 * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
3137 * coffcode.h (coff_set_flags): Add detection of w65 architecture.
3138
3139 2000-08-22 H.J. Lu <hjl@gnu.org>
3140
3141 * elf-bfd.h (elf_link_hash_table): Add runpath.
3142
3143 * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
3144 * bfd-in2.h: Rebuilt.
3145
3146 * elf.c (_bfd_elf_link_hash_table_init): Initialize the
3147 "runpath" field to NULL.
3148 (bfd_elf_get_runpath_list): New function.
3149
3150 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
3151 DT_RUNPATH entries.
3152
3153 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
3154
3155 * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
3156 R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
3157 explicitly. Improve validation of r_type.
3158
3159 2000-08-21 H.J. Lu <hjl@gnu.org>
3160
3161 * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
3162 dynamic allocated content space. Add a comment to remind us that
3163 one day this ought to be fixed.
3164 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3165 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3166 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3167
3168 2000-08-21 Jason Eckhardt <jle@cygnus.com>
3169
3170 * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
3171 field with the newly relocated value instead of adding it to the
3172 existing immediate field.
3173 (elf32_i860_relocate_splitn): Likewise.
3174 (elf32_i860_relocate_highadj): Likewise.
3175
3176 2000-08-16 Jason Eckhardt <jle@cygnus.com>
3177
3178 * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
3179 was previously just a stub).
3180
3181 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
3182
3183 * elflink.c (_bfd_elf_create_got_section): Don't abort().
3184 Formatting fixes.
3185 (_bfd_elf_create_dynamic_sections): Likewise.
3186
3187 2000-08-16 Andrew Macleod <amacleod@cygnus.com>
3188
3189 * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
3190 for undefined symbols to be the beginning of the section.
3191
3192 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
3193 four extra entries at the beginning of the .rela.plt section.
3194 (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
3195 section to account for the four reserved entries in the .plt section.
3196
3197 2000-08-15 Geoffrey Keating <geoffk@cygnus.com>
3198
3199 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
3200 to the list of NOPs we recognize after a branch-and-link.
3201 Use the ori NOP when one is needed.
3202
3203 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
3204 for large archives.
3205
3206 2000-08-14 Jim Wilson <wilson@cygnus.com>
3207
3208 * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
3209 EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
3210 (elf64_ia64_print_private_bfd_data): Likewise. Also handle
3211 EF_IA_64_ABSOLUTE.
3212
3213 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
3214
3215 * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
3216
3217 2000-08-10 Jason Eckhardt <jle@cygnus.com>
3218
3219 * elf32-i860.c (elf32_i860_relocate_section): New function.
3220 (i860_final_link_relocate): New function.
3221 (elf32_i860_relocate_splitn): New function.
3222 (elf32_i860_relocate_pc16): New function.
3223 (elf32_i860_relocate_highadj): New function.
3224 (elf32_i860_howto): Minor adjustments to some relocations.
3225 (elf_info_to_howto_rel): Define.
3226 (elf_backend_relocate_section): Define.
3227
3228 2000-08-10 Nick Clifton <nickc@cygnus.com>
3229
3230 * elf32-arm.h: Fix formatting.
3231
3232 2000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
3233
3234 * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
3235
3236 2000-08-08 Jason Eckhardt <jle@cygnus.com>
3237
3238 * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
3239
3240 2000-08-07 Kazu Hirata <kazu@hxi.com>
3241
3242 * ieee.c (ieee_write_debug_part): Rewrite a comment.
3243 * elf64-ia64.c: Fix a typo.
3244
3245 2000-08-05 Jason Eckhardt <jle@cygnus.com>
3246
3247 * elf32-i860.c (elf32_i860_howto_table): New structure.
3248 (lookup_howto): New function.
3249 (elf32_i860_reloc_type_lookup): New function.
3250 (elf32_i860_info_to_howto_rela): New function.
3251 (elf_code_to_howto_index): New structure.
3252 (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
3253 (bfd_elf32_bfd_reloc_type_lookup): Re-define as
3254 elf32_i860_reloc_type_lookup.
3255
3256 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
3257
3258 * som.c (struct fixup_format): Constify `format'.
3259 (som_hppa_howto_table): Use SOM_HOWTO macro.
3260 (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
3261 (som_bfd_reloc_type_lookup): Likewise.
3262 (compare_subspaces): Remove unused `count1', `count2'.
3263 (som_begin_writing): Remove unused `total_reloc_size'.
3264 (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
3265 (som_print_symbol, som_bfd_is_local_label_name): Likewise.
3266 (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
3267 (som_find_nearest_line): Decorate unused parameter(s).
3268 (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
3269 (som_bfd_link_split_section): Likewise.
3270
3271 2000-08-03 Nick Clifton <nickc@cygnus.com>
3272
3273 * section.c: Restore backed out code.
3274 * elf.c: Restore backed out code.
3275 (copy_private_bfd_data): Fix bug preventing stipped dynamic
3276 binaries from working.
3277 * bfd-in2.h: Regenerate.
3278
3279 2000-08-03 H.J. Lu <hjl@gnu.org>
3280
3281 * section.c: Back out the change made by Nick Clifton
3282 <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
3283 binaries.
3284 * bfd-in2.h: Likewise.
3285 * elf.c: Likewise.
3286
3287 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
3288
3289 * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
3290
3291 2000-07-31 Jason Eckhardt <jle@cygnus.com>
3292
3293 * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
3294 * bfd-in2.h, libbfd.h: Regenerate.
3295
3296 2000-07-31 Nick Clifton <nickc@cygnus.com>
3297
3298 * section.c (struct sec): Add new boolean field 'segment_mark'.
3299 (STD_SECTION): Initialise new field to zero.
3300
3301 * bfd-in2.h: Regenerate.
3302
3303 * elf.c (copy_private_bfd_data): Reorganise section to segment
3304 mapping to cope with moved sections requiring new segments,
3305 and overlapping segments.
3306 (SEGMENT_END): New macro: Return the end address of a segment.
3307 (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
3308 contains a section by comparing their VMA addresses.
3309 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
3310 contains a section by comparing their LMA addresses.
3311 (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
3312 section should be included in a segment.
3313 (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
3314 follows another in memory.
3315 (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
3316 segments overlap.
3317
3318 2000-07-22 Jason Eckhardt <jle@cygnus.com>
3319
3320 * cpu-i860.c: Added comments.
3321
3322 * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
3323 bfd_elf32_i860_little_vec.
3324 (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
3325 (ELF_MAXPAGESIZE): Changed to 4096.
3326
3327 * targets.c (bfd_elf32_i860_little_vec): Declaration of
3328 new target.
3329 (bfd_target_vector): Added bfd_elf32_i860_little_vec.
3330
3331 * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
3332 config for little endian elf32 i860.
3333 (targ_defvec): Define for the new config above
3334 as "bfd_elf32_i860_little_vec".
3335 (targ_selvecs): Define for the new config above
3336 as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
3337
3338 * configure.in (bfd_elf32_i860_little_vec): Added recognition
3339 of new target vec.
3340
3341 * configure: Regenerated.
3342
3343 2000-07-27 H.J. Lu <hjl@gnu.org>
3344
3345 * elflink.h (elf_merge_symbol): Take one more argument,
3346 dt_needed, to indicate if the symbol comes from a DT_NEEDED
3347 entry. Don't overide the existing weak definition if dt_needed
3348 is true.
3349 (elf_link_add_object_symbols): Pass dt_needed to
3350 elf_merge_symbol ().
3351
3352 2000-07-27 Nick Clifton <nickc@cygnus.com>
3353
3354 * elflink.h (elf_link_size_reloc_section): Zeroes the section's
3355 allocated contents.
3356
3357 2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
3358
3359 * configure.host (*-*-aix*): AIX has 'long long' always.
3360
3361 * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
3362 (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
3363 (xcoff_write_archive_contents_big): Don't update the offset
3364 of the symbol table, xcoff_write_armap will do it.
3365
3366 2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
3367
3368 * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
3369 of dynobj for SGI_COMPAT checks.
3370
3371 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3372
3373 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
3374 * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
3375 * bfd-in2.h: Regenerate.
3376
3377 2000-07-21 Nick Clifton <nickc@cygnus.com>
3378
3379 * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
3380 range symbol indices in relocs and issue an error message.
3381
3382 2000-07-20 H.J. Lu <hjl@gnu.org>
3383
3384 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
3385 info->new_dtags when setting DT_FLAGS_1. It will only be set
3386 by the new linker options. It shouldn't break anything.
3387
3388 2000-07-20 H.J. Lu <hjl@gnu.org>
3389
3390 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
3391 only if info->new_dtags is true.
3392
3393 2000-07-20 H.J. Lu <hjl@gnu.org>
3394
3395 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
3396 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
3397
3398 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3399
3400 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
3401 (ALL_MACHINES_CFILES): Add cpu-cris.c.
3402 (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
3403 (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
3404 (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
3405 * Makefile.in: Rebuild.
3406 * aclocal.m4: Rebuild.
3407 * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
3408 * archures.c (enum bfd_architecture): Add bfd_arch_cris.
3409 (bfd_cris_arch): Declare.
3410 (bfd_archures_list): Add bfd_cris_arch.
3411 * bfd-in2.h: Rebuild.
3412 * config.bfd: (cris-*-*): New target.
3413 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
3414 * configure: Rebuild.
3415 * elf.c (prep_headers): Add bfd_arch_cris.
3416 * libbfd.h: Rebuild.
3417 * libaout.h (enum machine_type): Add M_CRIS.
3418 * reloc.c: Add CRIS relocations.
3419 * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
3420 (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
3421 * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
3422 * po/POTFILES.in, po/bfd.pot: Regenerate.
3423
3424 2000-07-19 H.J. Lu <hjl@gnu.org>
3425
3426 * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
3427 DF_TEXTREL if DT_TEXTREL is set.
3428 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3429 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
3430 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3431 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
3432 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
3433 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3434 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
3435 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3436 * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
3437 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
3438
3439 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
3440 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
3441 DT_RPATH is set.
3442 Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
3443
3444 2000-07-19 H.J. Lu <hjl@gnu.org>
3445
3446 * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
3447 * bfd-in2.h: Rebuild.
3448
3449 * elf-bfd.h (elf_obj_tdata): Add dt_soname.
3450 (elf_dt_soname): New.
3451
3452 * elf.c (bfd_elf_set_dt_needed_soname): New.
3453
3454 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
3455 entry if the shared object loaded by DT_NEEDED is used to
3456 resolve the reference in a regular object.
3457
3458 2000-07-19 H.J. Lu <hjl@gnu.org>
3459
3460 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
3461 DT_DEPAUDIT and DT_AUDIT as strings.
3462
3463 2000-07-19 Nick Clifton <nickc@cygnus.com>
3464
3465 * format.c: Fix formatting.
3466
3467 2000-07-19 H.J. Lu <hjl@gnu.org>
3468
3469 * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
3470
3471 2000-07-19 H.J. Lu <hjl@gnu.org>
3472
3473 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
3474 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
3475 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
3476 DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
3477 DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
3478 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
3479 DT_FLAGS_1, DT_USED and DT_CHECKSUM.
3480
3481 2000-07-18 Andrew Cagney <cagney@b1.cygnus.com>
3482
3483 * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
3484 renamed functions from here...
3485 (assign_section_numbers): Use renamed functions.
3486 (prep_headers): Use renamed functions.
3487
3488 * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
3489 * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
3490 * bfd-in2.h: Regenerate.
3491
3492 2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
3493
3494 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
3495 parenthesis in if statement.
3496
3497 2000-07-17 Koundinya K <kk@ddeorg.soft.net>
3498
3499 Enable the support for Traditional MIPS.
3500 * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
3501 return ict_none appropriately for traditional mips targets.
3502 (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
3503 (STUB_MOVE): Conditionalize for traditonal mips.
3504 (STUB_LI16): Likewise.
3505 (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
3506 room for RTPROC header.
3507 (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
3508 the permission for the PT_DYNAMIC as read, write and execute.
3509 (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
3510 for traditonal mips.
3511 (_bfd_mips_elf_create_dynamic_sections): Add the symbol
3512 _DYNAMIC_LINKING for traditonal mips.
3513 (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
3514 in case of traditonal mips.
3515 (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
3516 entry is required. For a function if PLT is not required then set the
3517 corresponding hash table entry to 0.
3518 (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
3519 traditonal mips.
3520 (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
3521 shared object set the value to 0.
3522 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
3523 _DYNAMIC_LINKING for traditonal mips.
3524 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
3525 for traditonal mips.
3526
3527 2000-07-15 H.J. Lu <hjl@gnu.org>
3528
3529 * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
3530
3531 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3532
3533 * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
3534 out a structure that is BFD_IN_MEMORY.
3535
3536 2000-07-11 Alan Modra <alan@linuxcare.com.au>
3537
3538 * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
3539 bfd pointer. Print section id instead of bfd pointer for local
3540 syms. Prefix addend with `+' for global syms as well as local.
3541 Correct calculation of name component lengths.
3542 (elf64_hppa_check_relocs): Update call to get_dyn_name.
3543
3544 From David Huggins-Daines <dhd@linuxcare.com>
3545 * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
3546 * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
3547 (elf64_hppa_modify_segment_map): Likewise.
3548
3549 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
3550
3551 * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
3552 addresses to be "naturally" sign extended. Return -1 if unknown.
3553 * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
3554 * bfd-in2.h: Regenerate.
3555
3556 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
3557
3558 * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
3559 and ECOF_SIGNED_64 to list ways to extract an offset.
3560 (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
3561 ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
3562 Update.
3563 * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
3564 * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
3565
3566 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
3567
3568 * elfcode.h (elf_object_p): Use bfd_set_start_address and not
3569 bfd_get_start_address.
3570 (elf_swap_ehdr_in): Sign extend e_entry when applicable.
3571 (elf_swap_ehdr_out): Ditto.
3572
3573 2000-07-10 Alexander Aganichev <AAganichev@hypercom.com>
3574
3575 * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
3576 compatibility with older binutils.
3577
3578 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3579
3580 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
3581 (STD_SECTION): Avoid negative ids, instead use 0 to 3.
3582
3583 From Ryan Bradetich <rbradetich@uswest.net>
3584 * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
3585 (parse_line_table): Ditto.
3586 (_bfd_dwarf1_find_nearest_line): Ditto.
3587 * syms.c (cmpindexentry): Remove extra `*' from params.
3588
3589 2000-07-09 Koundinya K <kk@ddeorg.soft.net>
3590
3591 * elf32-mips.c (sort_dynamic_relocs): New Function.
3592 (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
3593 via qsort to sort the dynamic relocations in increasing r_symndx
3594 value.
3595
3596 2000-07-09 Alan Modra <alan@linuxcare.com.au>
3597
3598 * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
3599 ATTRIBUTE_UNUSED to unused args.
3600 (get_opd): Likewise.
3601 (get_plt): Likewise.
3602 (get_dlt): Likewise.
3603 (get_stub): Likewise.
3604 (elf64_hppa_adjust_dynamic_symbol): Likewise.
3605 (elf64_hppa_link_output_symbol_hook): Likewise.
3606 (elf64_hppa_check_relocs): Delete unused var.
3607 (elf64_hppa_size_dynamic_sections): Likewise.
3608 (elf64_hppa_finalize_opd): Likewise.
3609 (elf64_hppa_finalize_dynreloc): Likewise.
3610 (elf64_hppa_modify_segment_map): Likewise.
3611 (elf64_hppa_finish_dynamic_sections): Likewise.
3612
3613 * elf-hppa.h (elf_hppa_final_write_processing): Add
3614 ATTRIBUTE_UNUSED to unused args.
3615 (elf_hppa_final_link_relocate): Likewise.
3616 (elf_hppa_record_segment_addrs): Add paretheses.
3617 (elf_hppa_relocate_section): Constify dyn_name.
3618
3619 From David Huggins-Daines <dhd@linuxcare.com>
3620 * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
3621 rearrange case statement so that it gets preferred to 32-bit ones.
3622
3623 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
3624 asection->id instead of address of asection structure.
3625 (elf32_hppa_size_stubs): Likewise.
3626
3627 * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
3628 for .init* and .fini*.
3629
3630 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
3631 and addends used in stub names to 32 bits.
3632 (elf32_hppa_size_stubs): Likewise.
3633
3634 * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
3635 twice for R_PARISC_GPREL64. Use bfd_put_32 for R_PARISC_PCREL32,
3636 not bfd_put_64. Fix minor comment typo and formatting.
3637
3638 Changes to create multiple linker stubs, positioned immediately
3639 before the section where they are required.
3640 * elf32-hppa.c: Don't include hppa_stubs.h.
3641 (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
3642 (elf32_hppa_stub_hash_table): Delete.
3643 (elf32_hppa_link_hash_entry): Delete.
3644 (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
3645 stub_hash_table, and store the struct here rather than a pointer.
3646 Delete output_symbol_count. Add offset array. Change
3647 global_value to a bfd_vma.
3648 (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
3649 (elf32_hppa_stub_hash_traverse): Delete.
3650 (elf32_hppa_name_of_stub): Delete.
3651 (elf32_hppa_link_hash_lookup): Delete.
3652 (elf32_hppa_link_hash_traverse): Delete.
3653 (elf32_hppa_stub_hash_table_init): Delete.
3654 (elf32_hppa_size_of_stub): Pass input section and offset rather
3655 than location and calculate location here. Don't pass name as all
3656 stubs are now the same size.
3657 (elf32_hppa_stub_hash_newfunc): Init new fields.
3658 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
3659 too.
3660 (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
3661 comparing against ints. Rewrite stub handling code.
3662 (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
3663 Case enums to int before comparing against ints. Remove
3664 bfd_reloc_dangerous case.
3665 (elf32_hppa_build_one_stub): Rewrite.
3666 (elf32_hppa_size_one_stub): New function.
3667 (elf32_hppa_build_stubs): Rewrite.
3668 (elf32_hppa_size_stubs): Pass in linker call-back functions.
3669 Rewrite stub-handling specific code.
3670
3671 * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
3672
3673 * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
3674
3675 * hppa_stubs.h: Delete.
3676 * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
3677 (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
3678 * Makefile.in: Regenerate.
3679
3680 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
3681 e_nlrsel.
3682
3683 * libhppa.h (hppa_field_adjust): Correct e_nsel case.
3684
3685 * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
3686 and section name for bfd_reloc_notsupported error message.
3687 (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
3688 bfd_reloc_notsupported.
3689 (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
3690
3691 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
3692 undefined weak symbols for all relocs.
3693 (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
3694 offsets are relative to one past the delay slot.
3695 (elf32_hppa_size_stubs): Account for reloc addend when calculating
3696 branch destination. Put addend into stub name too.
3697 (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
3698 adjust by 8 when deciding whether a linker stub is needed. Put
3699 addend into stub name as for above.
3700
3701 * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
3702 various args and vars.
3703 (elf32_hppa_bfd_final_link_relocate): Here too.
3704 (elf32_hppa_size_stubs): Rename index -> indx. Use e_indx for
3705 inner block var to avoid shadowing.
3706
3707 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Make `field' arg
3708 unsigned.
3709 * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
3710 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
3711 (elf_hppa_fake_sections): Rename local var to avoid shadowing.
3712
3713 * libhppa.h: Change practically all unsigned ints to plain ints.
3714 Remove tests on gcc version. Instead use ATTRIBUTE_UNUSED for
3715 prototypes.
3716
3717 From Ryan Bradetich <rbradetich@uswest.net>
3718 * libhppa.h (hppa_opcode_type): New enum to replace #define's.
3719 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
3720 suit above.
3721 From David Huggins-Daines <dhd@linuxcare.com>
3722 * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
3723 to the new OP_* ones.
3724
3725 * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
3726 error exit. Bail out earlier on plabel relocs that we aren't
3727 interested in. Don't tell elf32_hppa_stub_hash_lookup to copy
3728 string, and then don't free our copy.
3729 (elf32_hppa_build_one_stub): Make insn unsigned int.
3730
3731 * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
3732 available with BL, not BE and BLE.
3733
3734 * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
3735 code for elf arg relocs.
3736 (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
3737 argument with elf_link_hash_entry h. Handle undefined weak
3738 symbols. Move $global$ lookup from here...
3739 (elf32_hppa_relocate_section): ...to here. Return correct error
3740 message for non-handled relocs.
3741 (elf32_hppa_size_of_stub): Correctly test branch range. Previous
3742 wrong test was -0x3ffff to +0x40000.
3743
3744 * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
3745 R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
3746 Handle them as such.
3747 (elf_hppa_relocate_insn): Fix a typo.
3748
3749 * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
3750 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3751 assemble_17, assemble_21): Delete.
3752 Supply defines for all 64 possible opcodes.
3753 (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
3754 formats. Handle COMICLR.
3755 (hppa_rebuild_insn): Delete bfd argument. Handle formats 10, -11,
3756 -10, -16, 16, 22.
3757
3758 * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
3759 (elf32_hppa_bfd_final_link_relocate): Major rewrite.
3760 (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
3761 to suit.
3762 (elf32_hppa_size_stubs): Don't free stub_name twice. Read in all
3763 the local syms - did this code get deleted accidentally? Ignore
3764 undefined and undefweak syms.
3765
3766 * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
3767 block. Use it instead of elf64_hppa_hash_table (info).
3768 (elf_hppa_final_link_relocate): Use hppa_info instead of
3769 elf64_hppa_hash_table (info).
3770
3771 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
3772 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
3773 (hppa_rebuild_insn): Mask immediate bits here instead.
3774 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
3775
3776 2000-07-08 Alan Modra <alan@linuxcare.com.au>
3777
3778 * section.c (struct sec): Add id field. Tidy comment formatting.
3779 (bfd_make_section_anyway): Set id.
3780 (STD_SECTION): Init id too.
3781 Change CONST to const throughout.
3782 * archures.c (bfd_arch_info): Tidy comment.
3783 (bfd_arch_list): Change a CONST to const.
3784 * libbfd-in.h: Tidy comments and replace CONST with const.
3785 * elf-bfd.h: Likewise.
3786 * libbfd.h: Regenerate.
3787 * bfd-in2.h: Regenerate.
3788 * libcoff.h: Regenerate.
3789
3790 2000-07-07 DJ Delorie <dj@redhat.com>
3791
3792 * archive.c (_bfd_write_archive_contents): Add an informative
3793 comment.
3794
3795 2000-07-06 Kazu Hirata <kazu@hxi.com>
3796
3797 * srec.c: Fix formatting.
3798
3799 2000-06-05 DJ Delorie <dj@redhat.com>
3800
3801 * MAINTAINERS: new
3802
3803 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
3804
3805 * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
3806 value of PC-relative offsets.
3807
3808 2000-07-03 Jim Wilson <wilson@cygnus.com>
3809
3810 * elf64-alpha.c (alpha_elf_size_info): New.
3811 (elf_backend_size_info): Define to alpha_elf_size_info.
3812 * elfcode.h (elf_size_info): Change hash bucket size to 4.
3813
3814 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
3815
3816 * elf32-mips.c: Include elf32-target.h again for the traditional
3817 MIPS targets.
3818
3819 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
3820
3821 * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
3822 Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
3823 (avr_info_to_howto_rela): Likewise.
3824 (elf32_avr_gc_mark_hook): Likewise.
3825 (elf32_avr_gc_sweep_hook): Likewise.
3826 (elf32_avr_relocate_section): Likewise.
3827
3828 2000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
3829
3830 * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
3831 an external symbol for a non-shared, non-relocatable link.
3832
3833 2000-07-03 Nick Clifton <nickc@redhat.com>
3834
3835 * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
3836 is an external symbol.
3837 (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
3838 external symbol.
3839
3840 2000-07-03 Kazu Hirata <kazu@hxi.com>
3841
3842 * reloc16.c: Fix formatting.
3843
3844 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
3845
3846 * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
3847 to add a new target for traditional mips i.e
3848 bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
3849 * configure.in: Likewise.
3850 * configure: Rebuild.
3851 * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
3852 bfd_target_vector.
3853 (bfd_elf32_tradlittlemips_vec): Likewise.
3854 * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
3855 to see that elfNN_bed does not get redefined even if the target file
3856 is included twice for a chip. See elf32-mips.c.
3857
3858 2000-07-01 Alan Modra <alan@linuxcare.com.au>
3859
3860 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3861 (CLEANFILES): Add DEPA.
3862 * Makefile.in: Regenerate.
3863
3864 2000-06-30 DJ Delorie <dj@cygnus.com>
3865
3866 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
3867 can't assume the PE header is at 0x80.
3868
3869 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
3870
3871 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
3872
3873 2000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
3874
3875 * go32stub.h: Update stub.
3876
3877 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3878
3879 * archures.c (bfd_mach_avr5): Define.
3880 * bfd-in2.h (bfd_mach_avr5): Define.
3881 * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
3882 bfd_mach_avr5, add bfd_mach_avr4. Update comments.
3883 (compatible): Update comment. Add missing test.
3884 * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
3885 for avr2 and avr4. Simplify 8K wrap code.
3886 (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
3887 (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
3888
3889 2000-06-26 Kazu Hirata <kazu@hxi.com>
3890
3891 * coff-h8300.c: Fix formatting.
3892 * cpu-h8300.c: Likewise.
3893
3894 2000-06-24 Alexandre Oliva <aoliva@redhat.com>
3895
3896 * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
3897 for local symbols whose names are unknown.
3898
3899 2000-06-22 Alan Modra <alan@linuxcare.com.au>
3900
3901 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3902 find one.
3903 * Makefile.in: Regenerate.
3904 * doc/Makefile.in: Regenerate.
3905
3906 2000-06-20 H.J. Lu <hjl@gnu.org>
3907
3908 * Makefile.am: Rebuild dependency.
3909 * Makefile.in: Rebuild.
3910
3911 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3912
3913 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
3914 (elf_backend_copy_indirect_symbol): Map to the new function.
3915
3916 2000-06-20 Alan Modra <alan@linuxcare.com.au>
3917
3918 * archive.c (normalize): Correct pointer comparison when checking
3919 for backslashes.
3920 (bfd_bsd_truncate_arname): Likewise.
3921 (bfd_gnu_truncate_arname): Likewise.
3922
3923 2000-06-20 Ulf Carlsson <ulfc@engr.sgi.com>
3924
3925 * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
3926 sections elf_{text,data}_{section,symbol}.
3927 * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
3928 (_bfd_mips_elf_hide_symbol): New function.
3929 (elf_backend_hide_symbol): Map to the new function.
3930 (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
3931 definitions of mips_elf_{text,data}_{section,symbol}.
3932 (mips_elf_local_relocation_p): Try to find the direct symbol
3933 based on new check_forced argument.
3934 (mips_elf_calculate_relocation): Use new version of
3935 mips_elf_local_relocation_p.
3936 (mips_elf_relocate_section): Likewise.
3937 (_bfd_mips_elf_relocate_section): Likewise.
3938 (mips_elf_sort_hash_table): Only assert that have enough GOT
3939 space.
3940 (mips_elf_got16_entry): Match all 32 bits to the existing GOT
3941 entry if the relocation based on the new external argument.
3942 (mips_elf_create_dynamic_relocation): Assert that we have a
3943 section contents allocated where we can swap out the dynamic
3944 relocations.
3945 (mips_elf_calculate_relocation): Find the real hash-table entry
3946 correctly by using h->root.root.type. Only create a dynamic
3947 relocation entry if the symbol is defined in a shared library.
3948 Create an external GOT entry for the GOT16 relocation if the
3949 symbol was forced local.
3950 (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
3951 dynamic index if the symbol was forced local.
3952
3953 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3954
3955 * elf32-mips.c: Fix typos in comments.
3956
3957 2000-06-19 Mark Kettenis <kettenis@gnu.org>
3958
3959 * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
3960 CORE_VERSION_1.
3961
3962 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3963
3964 * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
3965 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
3966 BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
3967 * configure.in (bfd_elf32_m68hc12_vec): Recognize.
3968 (bfd_elf32_m68hc11_vec): Likewise.
3969 * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
3970 Supports 68hc11 & 68hc12 at the same time.
3971 * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
3972 bfd_target_vector.
3973 (bfd_elf32_m68hc11_vec): Likewise.
3974 * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
3975 * archures.c (bfd_m68hc12_arch): Define and register in global list
3976 (bfd_m68hc11_arch): Likewise.
3977 * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
3978 BFD_RELOC_M68HC11_3B): Define.
3979 * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
3980 * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
3981
3982 2000-06-18 Ulf Carlsson <ulfc@engr.sgi.com>
3983
3984 * elf_bfd.h (struct elf_backend_data): Add info argument to
3985 elf_backend_hide_symbol.
3986 (_bfd_elf_link_hash_hide_symbol): Likewise.
3987 * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
3988 * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
3989 * elflink.h (elf_link_add_object_symbols): Likewise.
3990 (elf_link_assign_sym_version): Likewise.
3991
3992 2000-06-18 H.J. Lu <hjl@gnu.org>
3993
3994 * coff-i386.c (coff_i386_reloc): Don't return in case of
3995 output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
3996 Compensate PE relocations when linking with non-PE object
3997 files to generate a non-PE executable.
3998
3999 2000-06-17 Ulf Carlsson <ulfc@engr.sgi.com>
4000
4001 * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
4002 GOT entries if we're doing a static link or -Bsymbolic link.
4003
4004 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
4005
4006 * elflink.h (elf_link_adjust_relocs): Check for and call backend
4007 specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
4008 available.
4009 (elf_link_output_relocs): Likewise.
4010 (elf_reloc_link_order): Likewise.
4011
4012 2000-06-16 Nicholas Duffek <nsd@redhat.com>
4013
4014 * archures.c (enum bfd_architecture): #define constants for
4015 PowerPc and RS6000 machine numbers.
4016 * bfd-in2.h: Regenerate.
4017 * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
4018 to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc
4019 and RS6000 machine numbers using #defined constants from
4020 archures.c.
4021 * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
4022 machine numbers using #defined constants from archures.c. Add
4023 entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify
4024 64-bit words in 620 entry.
4025 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
4026 RSC, and RS2.
4027 (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
4028
4029 2000-06-16 Nicholas Duffek <nsd@cygnus.com>
4030
4031 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
4032 * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
4033 * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
4034
4035 2000-06-16 Nicholas Duffek <nsd@redhat.com>
4036
4037 * bfd-in.h (bfd_family_coff): Define.
4038 * bfd-in2.h: Regenerate.
4039 * coffgen.c (coff_count_linenumbers, coff_symbol_from,
4040 coff_find_nearest_line): Check COFFness using bfd_family_coff()
4041 instead of bfd_target_coff_flavour.
4042 * cofflink.c (_bfd_coff_final_link): Likewise.
4043 * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
4044 exclude XCOFF files.
4045 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4046 Likewise.
4047 * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
4048 * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
4049 * xcofflink.c (XCOFF_XVECP): Delete.
4050 (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
4051 bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
4052 bfd_xcoff_record_link_assignment,
4053 bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
4054 check for bfd_target_xcoff_flavour.
4055
4056 2000-06-16 Nicholas Duffek <nsd@redhat.com>
4057
4058 * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
4059 files on AIX 4.3.
4060 (read_hdr): New function.
4061 (rs6000coff_core_p): Store mstsave or __context64 struct instead
4062 of trying to extract individual registers. Set abfd->arch_info
4063 to match the architecture that created the core file.
4064 (rs6000coff_get_section_contents): Delete.
4065 * xcoff-target.h (rs6000coff_get_section_contents): Delete.
4066
4067 2000-06-14 H.J. Lu <hjl@gnu.org>
4068
4069 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
4070 is NULL.
4071
4072 2000-06-13 H.J. Lu <hjl@gnu.org>
4073
4074 * configure: Regenerate.
4075
4076 2000-06-13 J"orn Rennecke <amylaar@cygnus.co.uk>
4077
4078 * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
4079 armpei_little_vec.
4080
4081 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4082
4083 * configure.in (VERSION): Update to show this is the CVS mainline.
4084
4085 2000-06-07 Alan Modra <alan@linuxcare.com.au>
4086
4087 * elf32-d10v.c: Include elf/d10v.h
4088 (enum reloc_type): Delete.
4089 * elf32-d30v.c: Include elf/d30v.h
4090 (enum reloc_type): Delete.
4091
4092 * Makefile.am: Run "make dep-am" to regenerate dependencies.
4093 * Makefile.in: Regenerate.
4094
4095 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
4096 (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
4097 move HOWTOs into elf_howto_table.
4098 (R_386_standard, R_386_ext_offset): Define.
4099 (R_386_ext, R_386_vt_offset, R_386_vt): Define.
4100 (elf_i386_reloc_type_lookup): Modify calculation of index into
4101 elf_howto_table since we've removed the padding.
4102 (elf_i386_info_to_howto_rel): Likewise.
4103 (elf_i386_relocate_section): Likewise.
4104
4105 2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
4106
4107 * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
4108
4109 2000-06-05 H.J. Lu <hjl@gnu.org>
4110
4111 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
4112 an error when seeing an undefined symbol with hidden/internal
4113 attribute. It is handled in *_relocate_section ().
4114
4115 2000-06-05 H.J. Lu <hjl@gnu.org>
4116
4117 * elflink.h (elf_fix_symbol_flags): Follow the link for the
4118 indirect symbol for the ELF_LINK_NON_ELF bit.
4119 (elf_link_output_extsym): Don't output the indirect symbol even
4120 if the ELF_LINK_NON_ELF bit is set.
4121
4122 2000-06-01 J.T. Conklin <jtc@redback.com>
4123
4124 * config.bfd (i[3456]86-*-netbsdelf*): New target.
4125 (i[3456]86-*-netbsdaout*): New target.
4126 (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
4127 (i[3456]86-*-openbsd*): Likewise.
4128
4129 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
4130
4131 * trad-core.c: From hpux-core.c, include <dirent.h> or
4132 <sys/ndir.h> when possible.
4133
4134 2000-05-31 Ulrich Drepper <drepper@redhat.com>
4135
4136 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
4137 definitions. We must not assume they are sorted in the file
4138 according to their index numbers.
4139
4140 2000-05-31 Alan Modra <alan@linuxcare.com.au>
4141
4142 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
4143 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
4144 R_PARISC_DIR17F are for absolute branches; Handle them as such.
4145
4146 2000-05-30 Nick Clifton <nickc@cygnus.com>
4147
4148 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
4149 80960CA, 80960MC as valid machine names.
4150
4151 2000-05-30 H.J. Lu <hjl@gnu.org>
4152
4153 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
4154 visibility bits if the symbol is undefined. Correctly handle
4155 weak undefined symbols with hidden and internal attributes.
4156
4157 * elflink.h (elf_link_add_object_symbols): Always turn the
4158 symbol into local if it has the hidden or internal attribute.
4159
4160 2000-05-29 Philip Blundell <philb@gnu.org>
4161
4162 * ppcboot.c: Add packed attribute if compiling with GCC.
4163
4164 2000-05-29 Anatoly Vorobey <mellon@pobox.com>
4165
4166 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
4167
4168 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
4169
4170 * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
4171 elfcore_grok_psinfo): Add code to allow debugging a 32-bit
4172 corefile on a 64-bit (Sparc Solaris) host. Also clean up
4173 a few old comments.
4174
4175 2000-05-26 Alan Modra <alan@linuxcare.com.au>
4176
4177 * Makefile.am: Update dependencies with "make dep-am"
4178 * Makefile.in: Regenerate.
4179
4180 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
4181 bindtextdomain): Replace defines with those from intl/libgettext.h
4182 to quieten gcc warnings.
4183
4184 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4185
4186 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
4187
4188 * archive.c (normalize, bfd_bsd_truncate_arname,
4189 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
4190 file names with backslashes.
4191
4192 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
4193 before opening it.
4194
4195 * sysdep.h: Include filenames.h.
4196
4197 2000-05-26 Alan Modra <alan@linuxcare.com.au>
4198
4199 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
4200
4201 2000-05-26 Jakub Jelinek <jakub@redhat.com>
4202
4203 * elf64-sparc.c (sparc64_elf_relax_section): New.
4204 (sparc64_elf_relocate_section): Optimize tail call into branch always
4205 if possible.
4206 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4207 (elf32_sparc_relax_section): New.
4208
4209 2000-05-26 Jakub Jelinek <jakub@redhat.com>
4210
4211 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
4212 Remove unusued variables.
4213 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
4214 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
4215 previous fix, so that shared libs really don't influence targets
4216 extension mask and memory model.
4217
4218 2000-05-23 H.J. Lu <hjl@gnu.org>
4219
4220 * elf64-alpha.c (elf64_alpha_relocate_section): Check
4221 h->root.other not h->other.
4222 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4223
4224 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
4225
4226 2000-05-23 H.J. Lu <hjl@gnu.org>
4227
4228 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
4229 undefined symbol with the non-default visibility attributes.
4230 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
4231 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4232 * elf32-i370.c (i370_elf_relocate_section): Likewise.
4233 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4234 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4235 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4236 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4237 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4238 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4239 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
4240 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4241
4242 2000-05-22 Richard Henderson <rth@cygnus.com>
4243
4244 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
4245 PCREL22, PCREL64I. Zero size of special relocs.
4246 (elf64_ia64_reloc_type_lookup): Likewise.
4247 (USE_BRL, oor_brl, oor_ip): New.
4248 (elf64_ia64_relax_section): New.
4249 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
4250 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
4251 (elf64_ia64_relocate_section): Likewise.
4252 (bfd_elf64_bfd_relax_section): New.
4253 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
4254 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
4255 * bfd-in2.h, libbfd.h: Regenerate.
4256
4257 2000-05-22 Nick Clifton <nickc@cygnus.com>
4258
4259 * configure.in : Add peigen.lo to MIPS PE targets.
4260 * configure: Regenerate.
4261
4262 2000-05-22 Momchil Velikov <velco@fadata.bg>
4263
4264 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
4265 only if it is known for both input and output bfds. Separate
4266 error message strings as in some languages, it may be necessary
4267 to change more than one place in the string to change between
4268 'big' and 'little'.
4269
4270 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
4271 endianess checks, call _bfd_generic_verify_endian_match() instead.
4272
4273 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
4274
4275 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
4276
4277 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
4278 endianess before checking bfd flavours.
4279
4280 2000-05-22 H.J. Lu <hjl@gnu.org>
4281
4282 * elflink.h (elf_link_output_extsym): Clear the visibility
4283 field for symbols not defined locally.
4284
4285 2000-05-18 Alan Modra <alan@linuxcare.com.au>
4286
4287 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4288 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4289 (hppa_rebuild_insn): Mask immediate bits here instead.
4290 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4291
4292 2000-05-18 Momchil Velikov <velco@fadata.bg>
4293
4294 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
4295 relocs for an executable, ensure that they are virtual addresses.
4296
4297 2000-05-18 Jeffrey A Law (law@cygnus.com)
4298
4299 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
4300
4301 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4302 Rick Gorton <gorton@scrugs.lkg.dec.com>
4303
4304 * elflink.h: Add emitrelocations support: when enabled, relocation
4305 information and relocation sections are put into final output
4306 executables. If the emitrelocations flag is set, do the following:
4307 (elf_bfd_final_link): Emit relocation sections.
4308 (elf_link_input_bfd): Compute relocation section contents.
4309 (elf_gc_sections): Don't clean relocation sections.
4310
4311 2000-05-16 Catherine Moore <clm@cygnus.com>
4312
4313 * som.c (som_decode_symclass): Recognize weak symbols.
4314
4315 2000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
4316
4317 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
4318 read idata section only from dataoff.
4319 (pe_print_edata): Correctly check for valid eat_member.
4320
4321 2000-05-16 J"orn Rennecke <amylaar@cygnus.co.uk>
4322
4323 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
4324
4325 2000-05-14 Philip Blundell <philb@gnu.org>
4326
4327 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
4328
4329 2000-05-12 Alan Modra <alan@linuxcare.com.au>
4330
4331 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
4332
4333 * peigen.c (pe_print_idata): Look for .idata section and print
4334 info even if data directory has zero entries. Read idata section
4335 starting from dataoff, and adjust all data offsets to suit. Cast
4336 all bfd_vma vars to unsigned long before passing to fprintf.
4337 * peigen.c (pe_print_edata): Similarly, look for .edata section
4338 and print info even if data directory has zero entries. Cast
4339 all bfd_vma vars to unsigned long before passing to fprintf.
4340
4341 From Szabolcs Szakacsits <szaka@F-Secure.com>
4342 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
4343 directory size which may be bogus.
4344 * peigen.c (pe_print_edata): Similarly.
4345
4346 2000-05-09 Alan Modra <alan@linuxcare.com.au>
4347
4348 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
4349 section is empty.
4350 (copy_private_bfd_data): Allow for space possibly taken up by elf
4351 headers when calculating segment physical address from lma.
4352
4353 2000-05-08 Alan Modra <alan@linuxcare.com.au>
4354
4355 * versados.c (versados_scan): Init stringlen and pass_2_done.
4356
4357 * trad-core.c (trad_unix_core_file_p): Return
4358 bfd_error_wrong_format rather than bfd_error_file_truncated.
4359
4360 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
4361 add_data_entry. DataDirectory virtual address is relative.
4362 (pe_print_idata): Account for relative DataDirectory virtual
4363 addresses. Don't trash datasize inside POWERPC_LE_PE code.
4364 (pe_print_edata): Similarly.
4365
4366 From Szabolcs Szakacsits <szaka@F-Secure.com>
4367 * peigen.c (dir_names): Add Delay Import Directory.
4368 (pe_print_idata): Always search for bfd section containing
4369 idata address rather than looking up section name. Print this
4370 section name rather than .idata.
4371 (pe_print_edata): Similarly. Also print some fields as %08lx.
4372 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
4373 Win32Version.
4374
4375 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
4376
4377 * xcoff.h: Rename to xcoff-target.h
4378 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
4379 * coff-rs6000.c: Ditto.
4380 * coff64-rs6000.c: Ditto.
4381 * coff-pmac.c: Ditto.
4382 * Makefile.in: Regenerate.
4383
4384 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
4385
4386 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
4387 Change U802TOC64MAGIC to U803XTOCMAGIC.
4388
4389 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
4390
4391 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
4392 * bfd-in.h: Prototype bfd_elf_get_arch_size.
4393 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
4394
4395 2000-05-04 Alan Modra <alan@linuxcare.com.au>
4396
4397 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
4398
4399 2000-05-03 Martin v. L\81öwis <loewis@informatik.hu-berlin.de>
4400
4401 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
4402 hidden and internal symbols.
4403 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
4404 visibility.
4405 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
4406 assign a PLT or GOT entry to symbols with hidden and
4407 internal visibility.
4408
4409 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
4410
4411 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
4412 the .bss section.
4413 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4414
4415 2000-05-02 H.J. Lu <hjl@gnu.org>
4416
4417 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
4418 ELFOSABI_SYSV.
4419
4420 2000-05-02 Alan Modra <alan@linuxcare.com.au>
4421
4422 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
4423 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
4424 dependencies.
4425 * Makefile.in: Regenerate.
4426
4427 2000-05-01 Jim Wilson <wilson@cygnus.com>
4428
4429 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
4430 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
4431 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
4432 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
4433 * Makefile.in: Rebuild.
4434
4435 2000-05-02 Alan Modra <alan@linuxcare.com.au>
4436
4437 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
4438 doesn't work very well.
4439
4440 * elf-hppa.h (elf_hppa_internal_shdr): Define.
4441 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
4442 Set hdr->s_type to 1 if ARCH_SIZE == 32.
4443 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
4444 (elf_hppa_info_to_howto): Likewise.
4445 (elf_hppa_info_to_howto_rel): Likewise.
4446 (elf_hppa_reloc_type_lookup): Likewise.
4447 (elf_hppa_is_local_label_name): Likewise.
4448 (elf_hppa_fake_sections): Likewise.
4449 (elf_hppa_final_write_processing): Likewise.
4450 (elf_hppa_howto_table): Fully initialise all entries.
4451 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
4452 (elf_hppa_info_to_howto): Likewise.
4453 (elf_hppa_info_to_howto_rel): Likewise.
4454 (elf_hppa_reloc_type_lookup): Likewise.
4455 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
4456 elf_hppa_unmark_useless_dynamic_symbols,
4457 elf_hppa_remark_useless_dynamic_symbols,
4458 elf_hppa_record_segment_addrs, elf_hppa_final_link,
4459 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
4460 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
4461 elf32-hppa.c mess is cleaned up.
4462 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
4463 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
4464 r_field then call hppa_field_adjust inline func with variable
4465 r_field arg, instead call hppa_field_adjust with fixed arg.
4466 In case R_PARISC_PCREL22F, don't set r_field.
4467 (elf_hppa_relocate_insn): Change args and return type to unsigned
4468 int. Call re_assemble_* funcs to do the work.
4469
4470 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
4471 sign extending.
4472
4473 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
4474 extending.
4475 (sign_extend): Mask first before sign extending.
4476 (low_sign_extend): Rewrite without condition expression.
4477 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
4478 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
4479 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
4480 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
4481 result as function return value rather than through pointer arg.
4482 Accept unsigned int args, and return unsigned int.
4483 (re_assemble_3): New. Combines function of dis_assemble_3 with
4484 re-assembly of opcode and immediate.
4485 (re_assemble_12): Likewise.
4486 (re_assemble_16): Likewise.
4487 (re_assemble_17): Likewise.
4488 (re_assemble_21): Likewise.
4489 (re_assemble_22): Likewise.
4490 (hppa_field_adjust): Rewrite and document, paying attention to
4491 size of types and signed/unsigned issues.
4492 (get_opcode): Shift before masking.
4493 (FDLW): Rename to FLDW.
4494 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
4495 (hppa_rebuild_insn): Change args and return value to unsigned
4496 int. Make use of re_assemble_*. Correct case 11.
4497
4498 * dep-in.sed: Handle ../opcodes/.
4499 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
4500 elf64-hppa.h, hppa_stubs.h, xcoff.h.
4501 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
4502 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
4503 elfarm-nabi.lo dependencies outside of auto-dependency area.
4504 Regenerate dependencies.
4505 * Makefile.in: Regenerate.
4506
4507 * configure.in (TRAD_HEADER): Test non-null before
4508 AC_DEFINE_UNQUOTED.
4509 * configure: Regenerate.
4510
4511 * reloc.c: Fix mis-spelling in comment.
4512
4513 2000-05-01 Alan Modra <alan@linuxcare.com.au>
4514
4515 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
4516 * vms.c (vms_openr_next_archived_file): Return NULL.
4517
4518 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
4519
4520 * coffcode.h Copy changes mistakenly done to libcoff.h in
4521 4/24/2000 patch.
4522
4523 2000-04-29 Andreas Jaeger <aj@suse.de>
4524
4525 * libbfd-in.h: Correctly check GCC version.
4526 * bfd-in.h: Likewise.
4527 * libhppa.h: Likewise.
4528 * libbfd.h: Regenerate.
4529 * bfd-in2.h: Regenerate.
4530
4531 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
4532
4533 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
4534 coffdu-rs6000.{lo,c}.
4535 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
4536 on xcoff.h
4537 * Makefile.in: Regenerate.
4538 * xcoff.h: New file.
4539 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
4540 * coff-rs6000.c: Move all declarations and defines that are
4541 common to the xcoff backends into xcoff.h
4542 * coff64-rs6000.c: Ditto,
4543
4544 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
4545
4546 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
4547 _bfd_coff_force_symnames in strings and
4548 _bfd_coff_debug_string_prefix_length to their default values.
4549 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
4550
4551 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
4552
4553 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
4554 _bfd_coff_force_symnames in strings and
4555 _bfd_coff_debug_string_prefix_length to their default values.
4556
4557 2000-04-27 Alan Modra <alan@linuxcare.com.au>
4558
4559 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
4560 Check local_got_refcounts before dereferencing.
4561
4562 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
4563 before deciding we don't need R_PPC_PLT32 relocation.
4564 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
4565 dereferencing.
4566
4567 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
4568
4569 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
4570 .plt entries.
4571 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
4572 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
4573 (elf_i386_relocate_section): Allow for .plt to go missing.
4574 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
4575 can use a relative reloc for got as elf_i386_relocate_section.
4576 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
4577
4578 2000-04-26 Clinton Popetz <cpopetz@cygnus.com>
4579
4580 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
4581
4582 2000-04-24 Clinton Popetz <cpopetz@cygnus.com>
4583
4584 * Makefile.am (coff64-rs6000.lo): New rule.
4585 * Makefile.in: Regenerate.
4586 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
4587 xcoff_is_local_label_name, xcoff_rtype2howto,
4588 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
4589 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
4590 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
4591 (NO_COFF_SYMBOLS): Define.
4592 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
4593 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
4594 internally.
4595 (MINUS_ONE): New macro.
4596 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
4597 relocation.
4598 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
4599 coff_SWAP_aux_out): Map to the new functions.
4600 * coff64-rs6000.c: New file.
4601 * libcoff.h (bfd_coff_backend_data): Add new fields
4602 _bfd_coff_force_symnames_in_strings and
4603 _bfd_coff_debug_string_prefix_length.
4604 (bfd_coff_force_symnames_in_strings,
4605 bfd_coff_debug_string_prefix_length): New macros for above fields.
4606 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
4607 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
4608 of using coff_swap_sym_in directly.
4609 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
4610 (coff_set_flags) Set magic for XCOFF64.
4611 (coff_compute_section_file_positions): Add symbol name length to
4612 string section length if bfd_coff_debug_string_prefix_length is
4613 true.
4614 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
4615 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
4616 using coff_swap_lineno_in directly.
4617 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
4618 and _bfd_coff_debug_string_prefix_length fields.
4619 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
4620 symbol names into strings table when
4621 bfd_coff_force_symnames_in_strings is true.
4622 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
4623 SET_RELOC_VADDR): New macros.
4624 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
4625 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
4626 code.
4627 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
4628 changes within RS6000COFF_C specific code.
4629 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
4630 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
4631 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4632 Extend existing hack on target name.
4633 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
4634 target name.
4635 * coff-tic54x.c (ticof): Keep up to date with new fields
4636 in bfd_coff_backend_data.
4637 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
4638 targ_selvecs to include rs6000coff64_vec for rs6000.
4639 * configure.in: Add rs6000coff64_vec case.
4640 * cpu-powerpc.c: New bfd_arch_info_type.
4641
4642 2000-04-24 Jeffrey A Law (law@cygnus.com)
4643
4644 * config.bfd: Only disable elf32-hppa vectors, not all of the
4645 BSD and OSF configuration support. Provide (disabled) clauses
4646 for PA64 support.
4647 * configure.in: Add clause for PA64 support.
4648 * configure: Rebuilt.
4649
4650 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
4651 (bfd_elf64_hppa_vec): Declare.
4652
4653 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
4654 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
4655 (elf64-hppa.lo): Add dependencies.
4656 * Makefile.in: Rebuilt.
4657
4658 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
4659
4660 2000-04-24 Jason Eckhardt <jle@cygnus.com>
4661
4662 * libhppa.h (dis_assemble_16): New function.
4663 (pa_arch): Added pa20w element.
4664
4665 2000-04-24 Ulrich Drepper <drepper@cygnus.com>
4666
4667 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
4668 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
4669 bfd_elf64_slurp_reloc_table.
4670
4671 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
4672 definitions to get external names.
4673 (elf_write_relocs): Renamed from write_relocs and make global.
4674 (elf_slurp_reloc_table): Make global.
4675 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
4676
4677 * archive.c (hpux_uid_gid_encode): New function.
4678 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
4679 defined and the ID is greater than 99999.
4680 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
4681 special uid/gid fields into 32 bit values.
4682
4683 2000-04-21 Matthew Green <mrg@cygnus.com>
4684
4685 * config.bfd: Add NetBSD/sparc64 support.
4686
4687 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
4688 David Mosberger <davidm@hpl.hp.com>
4689 Timothy Wall <twall@cygnus.com>
4690 Jim Wilson <wilson@cygnus.com>
4691
4692 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
4693 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
4694 (BFD64_BACKENDS): Add elf64-ia64.lo.
4695 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
4696 (cpu-ia64.lo, elf64-ia64.lo): New rules.
4697 * Makefile.in: Rebuild.
4698 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
4699 (bfd_ia64_arch): Declare.
4700 (bfd_archures_list): Add bfd_ia64_arch.
4701 * bfd-in2.h: Rebuild.
4702 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
4703 * configure: Rebuild.
4704 * configure.host: (ia64-*-linux*): New host.
4705 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
4706 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
4707 * elf.c (prep_headers): Add bfd_arch_ia64.
4708 * libbfd.h: Rebuild.
4709 * reloc.c: Add IA-64 relocations.
4710 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
4711 Declare.
4712 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
4713 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
4714
4715 2000-04-21 Richard Henderson <rth@cygnus.com>
4716
4717 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
4718 contents when performing a partial link.
4719 (bfd_elf_d30v_reloc_21): Likewise.
4720
4721 2000-04-20 H.J. Lu <hjl@gnu.org>
4722
4723 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
4724 patch to symbols defined by a shared object.
4725 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
4726
4727 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4728
4729 K&R compiler fixes.
4730 * dwarf2.c (concat_filename): Avoid string literal concatenation.
4731 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
4732
4733 Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
4734
4735 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
4736 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
4737 (coff-ia64.lo): Add dependency.
4738 * Makefile.in: Regenerate.
4739 * coff-ia64.c: New file.
4740 * efi-app-ia32.c: Ditto.
4741 * efi-app-ia64.c: Ditto.
4742 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
4743 (coff_set_flags): Ditto.
4744 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
4745 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
4746 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
4747 * configure: Regenerate.
4748 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
4749 (PUT_OPTHDR_IMAGE_BASE): Ditto.
4750 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4751 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4752 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
4753 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
4754 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
4755 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
4756 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
4757 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
4758 (GET_PDATA_ENTRY): Ditto.
4759 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
4760 data_start. Use above macros to read fields that are 64 bit wide for
4761 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
4762 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
4763 FileAlignment and SectionAlignment to minimum alignment if they
4764 are zero.
4765 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
4766 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
4767 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
4768 Use above macros to write fields that are 64 bit wide for
4769 COFF_WITH_PEP64.
4770 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
4771 5*4 otherwise. This should be right for IA-32 and IA-64, but may
4772 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
4773 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
4774 begin address, end address, and unwind info address only. Use
4775 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
4776 print addresses.
4777 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
4778 HIGH3ADJ relocation names.
4779 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
4780 * targets.c: Declare bfd_efi_app_ia32_vec and
4781 bfd_efi_app_ia64_vec.
4782 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
4783 bfd_efi_app_ia64_vec.
4784
4785 2000-04-17 Timothy Wall <twall@cygnus.com>
4786
4787 * bfd-in2.h: Add prototypes for tic54x load page access.
4788 * bfd-in.h: Regenerate.
4789 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
4790 in customized _set_arch_mach function.
4791 * coffcode.h (coff_set_alignment_hook): Set section load page if
4792 the appropriate macro is defined.
4793 (write_object_contents): Read section load page.
4794
4795 2000-04-13 Alan Modra <alan@linuxcare.com.au>
4796
4797 * elf32-hppa.h: Update copyright date.
4798
4799 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
4800 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
4801
4802 * elf32-d30v.c (MAX32): Don't use LL suffix.
4803 (MIN32): Define in terms of MAX32.
4804 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
4805
4806 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
4807 expression.
4808
4809 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
4810
4811 2000-04-12 Alan Modra <alan@linuxcare.com.au>
4812
4813 * dep-in.sed: Match space before file name, not after.
4814 * Makefile.am: Regenerate dependencies.
4815 * Makefile.in: Regenerate.
4816
4817 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
4818 case, allow address wrap-around stupidly removed 2000-03-17. Sign
4819 extend without an if statement.
4820
4821 2000-04-11 Alan Modra <alan@linuxcare.com.au>
4822
4823 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
4824 signed quantites.
4825 * elf32-mips.c (gprel16_with_gp): Likewise.
4826 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
4827 here using -0x40000, not (int)0xfffc0000.
4828 (elf32_hppa_size_of_stub): Likewise.
4829
4830 2000-04-11 Timothy Wall <twall@cygnus.com>
4831
4832 * coff-tic54x.c: Now builds with all targets.
4833 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
4834 * Makefile.in: Regenerate.
4835 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
4836 unitialized variable.
4837
4838 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
4839
4840 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
4841 --enable-build-warnings option.
4842 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4843 * Makefile.in, configure: Re-generate.
4844
4845 2000-04-07 Nick Clifton <nickc@cygnus.com>
4846
4847 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
4848 BFD_RELOC_THUMB_PCREL_BLX.
4849
4850 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
4851 R_ARM_XPC25 and R_ARM_THM_PC22.
4852
4853 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
4854 R_ARM_XPC25 and R_ARM_THM_XPC22.
4855 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
4856 R_ARM_[XPC25|THM_XPC22].
4857
4858 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
4859 elf/arm-oabi.h to elf/arm.h
4860
4861 * Makefile.am: Fix dependency for elfarm-oabi.c
4862 * Makefile.in: Regenerate.
4863
4864 * bfd-in2.h: Regenerate.
4865 * libbfd.h: Regenerate.
4866
4867 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
4868
4869 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
4870 and restore it on failure. Release newly allocated tdata on
4871 failure.
4872
4873 Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
4874
4875 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
4876 (decode_line_info): Set it. Report error if unit->line_offset is
4877 equal to or larger than it.
4878
4879 2000-04-07 Timothy Wall <twall@cygnus.com>
4880
4881 * targets.c: Added vecs for tic54x.
4882 * reloc.c: Added relocs for tic54x.
4883 * libbfd.h: Regenerated.
4884 * configure: Add TI COFF vecs for tic54x.
4885 * configure.in: Ditto.
4886 * config.bfd (targ_cpu): Recognize new tic54x target.
4887 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
4888 * bfd-in2.h: Add tic54x target and relocations.
4889 * Makefile.am, Makefile.in: Add tic54x target.
4890 * archures.c (bfd_archures_list): Add tic54x target.
4891 * coff-tic54x.c: New.
4892 * cpu-tic54x.c: New.
4893
4894 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
4895
4896 * elfcore.h (elf_core_file_p): call backend_object_p which
4897 thereby gets an opportunity to update the arch/machine type.
4898
4899 2000-04-06 Timothy Wall <twall@cygnus.com>
4900
4901 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
4902 class. Handle SEC_CLINK and SEC_BLOCK flags.
4903 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
4904 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
4905
4906 2000-04-06 Nick Clifton <nickc@cygnus.com>
4907
4908 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
4909 EF_INTERWORK if this is an unknown EABI.
4910 (elf32_arm_merge_private_bfd_data): Check EABI version
4911 numbers. Only check EF_xxx flags if the EABI version number
4912 is unknown.
4913 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
4914 if the EABI version number is unknown.
4915 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
4916 if the EABI version number is unknown.
4917
4918 Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4919
4920 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
4921 BFD_RELOC_SH_LOOP_END.
4922 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
4923 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
4924 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
4925 (sh_elf_reloc_loop): New function.
4926 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
4927 any more.
4928 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
4929 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
4930 * bfd-in2.h, libbfd.h: Regenerate.
4931
4932 2000-04-04 Alan Modra <alan@linuxcare.com.au>
4933
4934 * po/bfd.pot: Regenerate.
4935
4936 * Makefile.am: Remove extraneous mkdep comment.
4937 (MKDEP): Use gcc -MM rather than mkdep.
4938 (DEP): Quote when passing vars to sub-make. Add warning
4939 message to end.
4940 (DEP1): Rewrite for "gcc -MM".
4941 (CLEANFILES): Add DEP2.
4942 Update dependencies.
4943 * Makefile.in: Regenerate.
4944
4945 2000-04-03 Kevin Buettner <kevinb@redhat.com>
4946
4947 * configure.in: Added corefile support for AIX 4.3. In particular,
4948 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
4949 compiling rs6000-core.c.
4950 * configure: Regenerated.
4951
4952 2000-04-03 H.J. Lu <hjl@gnu.org>
4953
4954 * cache.c (bfd_open_file): Unlink the output file only if
4955 it has non-zero size.
4956
4957 2000-04-01 Ken Block USG <block@zk3.dec.com>
4958
4959 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
4960 relative relocations for non-loaded sections in shared objects.
4961 (elf64_alpha_check_relocs): Similarly.
4962
4963 Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
4964
4965 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
4966 BFD_RELOC_16 to switch for extended relocs.
4967 (MY_swap_ext_reloc_in): New.
4968 (MY_swap_ext_reloc_out): New.
4969 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
4970 than NAME(aout,swap_ext_reloc_in) for extended relocs.
4971 (NAME(aout,squirt_out_relocs)): Similarly use
4972 MY_swap_ext_reloc_out.
4973 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
4974
4975 2000-04-03 Kazu Hirata <kazu@hxi.com>
4976
4977 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
4978 the R_PCRWORD_B case.
4979
4980 2000-03-31 Thomas de Lellis <tdel@wrs.com>
4981
4982 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
4983 on some targets.
4984 * ihex.c : Ditto.
4985
4986 Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
4987
4988 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
4989 HOWTO references to bfd_elf_generic_reloc, that have
4990 partial_inplace == true, now use the new function. The function
4991 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
4992 extends its fixes to the R_M32R_{16,24,32} relocs.
4993 The new logic in m32r_elf_lo16_reloc() has been removed, and
4994 it instead calls the new routine to obtain that functionality.
4995
4996 2000-03-27 Alan Modra <alan@linuxcare.com.au>
4997
4998 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
4999 elf32_avr_check_relocs, avr_final_link_relocate,
5000 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
5001 elf32_avr_object_p): Add prototypes.
5002 (elf32_avr_gc_mark_hook): Add default for h->root.type.
5003 (bfd_elf_avr_final_write_processing): Make static.
5004
5005 2000-03-27 Denis Chertykov <denisc@overta.ru>
5006
5007 * cpu-avr.c: New file. BFD support routines for AVR architecture.
5008 * archures.c (bfd_architecture): Add AVR architecture.
5009 (bfd_archures_list): Add reference to AVR architecture info.
5010 * elf.c (prep_headers): Handle bfd_arch_avr.
5011 * reloc.c: Add various AVR relocation enums.
5012 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
5013 list.
5014 * Makefile.am: Add support for AVR elf.
5015 * configure.in: Likewise.
5016 * config.bfd: Likewise.
5017 * Makefile.in: Regenerate.
5018 * configure: This too.
5019 * bfd-in2.h: And this.
5020 * libbfd.h: And this.
5021
5022 2000-03-24 H.J. Lu <hjl@gnu.org>
5023
5024 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
5025 (elf64_alpha_find_reloc_at_ofs): Likewise.
5026
5027 2000-03-17 Alan Modra <alan@linuxcare.com.au>
5028
5029 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
5030 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
5031 allowable range used to be -2**(n-1) to 2**n-1.
5032 * reloc.c (_bfd_relocate_contents): Same here. Also replace
5033 "boolean overflow" with "bfd_reloc_status_type flag".
5034
5035 2000-03-14 Doug Evans <dje@casey.transmeta.com>
5036
5037 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
5038
5039 2000-03-14 Kazu Hirata <kazu@hxi.com>
5040
5041 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
5042 of shrinks properly, including the last reloc.
5043
5044 2000-03-13 Kazu Hirata <kazu@hxi.com>
5045
5046 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
5047 check for R_MOVL2.
5048
5049 2000-03-11 Alan Modra <alan@linuxcare.com.au>
5050
5051 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
5052 a format mismatch rather than an "error" from bfd_read such as
5053 bfd_error_file_truncated.
5054
5055 2000-03-10 Geoff Keating <geoffk@cygnus.com>
5056
5057 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
5058 sign-extension and big-endian compensation for
5059 R_MIPS_64 even in ld -r.
5060
5061 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
5062
5063 * elf32-mips.c (mips_elf_next_relocation): Rename from
5064 mips_elf_next_lo16_relocation, and generalize to look
5065 for any relocation type.
5066 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
5067 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
5068 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
5069 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
5070 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
5071 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
5072 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
5073 (mips_rtype_to_howto): Likewise.
5074 (mips_elf_calculate_relocation): Handle new relocs.
5075 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
5076 are paired. The addend for R_MIPS_GNU_REL16_S2
5077 is shifted right two bits.
5078
5079 2000-03-10 Alan Modra <alan@linuxcare.com.au>
5080
5081 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
5082 comment, and ensure it doesn't happen again.
5083 (bfd_install_relocation): Same here.
5084 (_bfd_relocate_contents): Don't bother assigning unused signmask
5085 shift result. Fix typos in comments.
5086 Remove trailing whitespace throughout file.
5087
5088 2000-03-07 Doug Evans <dje@casey.transmeta.com>
5089
5090 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
5091 * bfd-in2.h: Rebuild.
5092
5093 2000-03-06 Nick Clifton <nickc@cygnus.com>
5094
5095 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
5096 sym_ptr_ptr fields.
5097 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
5098 (SIZEOF_ILF_STRINGS): Redefine.
5099 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
5100 relative reloc, as opposed to a section relative reloc.
5101 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
5102 not C_LABEL.
5103 Add length of symbol's prefix to string pointer.
5104 Store a pointer to the symbol in the symbol pointer table.
5105 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
5106 Initialise the symbol pointer table.
5107 Store the hint in the Hint/Name table.
5108 Make the jump reloc be symbol realtive, not section relative.
5109 Create an import symbol for imported code.
5110
5111 2000-03-06 Catherine Moore <clm@cygnus.com>
5112
5113 * elf.c (swap_out_syms): Check for null type_ptr.
5114
5115 2000-03-01 Hans-Peter Nilsson <hp@axis.com>
5116
5117 * aout-target.h (MY(write_object_contents)): Remove unused
5118 and unusable "#if CHOOSE_RELOC_SIZE".
5119 * pc532-mach.c (MY(write_object_contents)): Ditto.
5120 * netbsd.h (MY(write_object_contents)): Ditto.
5121 * hp300hpux.c (MY(write_object_contents)): Ditto.
5122 * freebsd.h (MY(write_object_contents)): Ditto.
5123 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
5124
5125 2000-02-29 H.J. Lu <hjl@gnu.org>
5126
5127 * peicode.h (jtab): Make it static.
5128
5129 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
5130 defined and COFF_IMAGE_WITH_PE is not defined.
5131 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
5132 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
5133
5134 2000-03-01 Nick Clifton <nickc@cygnus.com>
5135
5136 * coff-arm.c (bfd_arm_process_before_allocation): Make
5137 'symndx' signed to prevent compile time warning.
5138
5139 * coff-mcore.c: Remove unused prototype for pe_object_p.
5140
5141 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
5142 functions that are not used when COFF_IMAGE_WITH_PE is
5143 defined.
5144 (struct sh_opcode): Change type of 'flags' field to unsigned
5145 long so that it can hold the USESAS flag.
5146
5147 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
5148
5149 * elf-m10300.c (mn10300_elf_relax_section): Initialise
5150 'sym_sec'.
5151
5152 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
5153 parameters.
5154 Remove unusued variables and code.
5155 (elf_backend_add_symbol_hook): Fix prototype.
5156
5157 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
5158 'srelgot'.
5159
5160 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
5161 'oldinst'.
5162
5163 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
5164 parameters.
5165 Remove unusued variables and code.
5166 (elf_backend_add_symbol_hook): Fix prototype.
5167
5168 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
5169
5170 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
5171 to unused function parameter.
5172
5173 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
5174 parameters.
5175 Use EMPTY_HOWTO to initialise empty howto slots.
5176 Remove unused variables.
5177
5178 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
5179
5180 2000-03-01 H.J. Lu <hjl@gnu.org>
5181
5182 * aoutx.h (aout_link_input_section_std): Pass "true" to
5183 the undefined_symbol callback.
5184 (aout_link_input_section_ext): Likewise.
5185 * bout.c (get_value): Likewise.
5186 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
5187 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
5188 Likewise.
5189 (alpha_relocate_section): Likewise.
5190 * coff-arm.c (coff_arm_relocate_section): Likewise.
5191 * coff-i960.c (coff_i960_relocate_section): Likewise.
5192 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
5193 * coff-mips.c (mips_relocate_section): Likewise.
5194 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
5195 * coff-sh.c (sh_relocate_section): Likewise.
5196 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
5197 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
5198 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
5199 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
5200 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
5201 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
5202 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5203 * elf32-i370.c (i370_elf_relocate_section): Likewise.
5204 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
5205 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
5206 * elf32-sh.c (sh_elf_relocate_section): Likewise.
5207 * elf32-v850.c (v850_elf_relocate_section): Likewise.
5208 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
5209 * elflink.h (elf_link_output_extsym): Likewise.
5210 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
5211 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
5212 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
5213
5214 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
5215 undefined_symbol callback when building shared library with
5216 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
5217 "true".
5218 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
5219 * elf32-i386.c (elf_i386_relocate_section): Likewise.
5220 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5221 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5222 (elf32_mips_get_relocated_section_content): Likewise.
5223 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5224 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5225 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
5226 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5227
5228 2000-02-28 Nick Clifton <nickc@cygnus.com>
5229
5230 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
5231 * Makefile.in: Regenerate.
5232
5233 * configure.in: Add support for mips and sh pe vectors.
5234 * configure: regenerate.
5235
5236 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
5237 targets.
5238
5239 * targets.c: Add mips and sh pe vectors.
5240
5241 * libpei.h (coff_final_link_postscript): Only define if not
5242 already defined.
5243
5244 * coffcode.h: Add support for WinCE magic numbers.
5245
5246 * peigen.c (pe_print_reloc): Update comment and rearrange
5247 appending of newline character.
5248
5249 * peicode.h: Add support for Image Library Format.
5250 (pe_ILF_vars): Structure containing data used by ILF code.
5251 (pe_ILF_make_a_section): New function. Create a section based
5252 on ILF data.
5253 (pe_ILF_make_a_reloc): New function. Create a reloc based on
5254 ILF data.
5255 (pe_ILF_make_a_symbol): New function. Create a symbol based
5256 on ILF data.
5257 (pe_ILF_save_relocs): New function. Store the relocs created
5258 by pe_ILF_make_a_reloc in a section.
5259 (pe_ILF_build_a_bfd): New function. Create a BFD describing
5260 an ILF object.
5261 (pe_ILF_object_p): New function. Return a bfd_target pointer
5262 for an ILF object.
5263 (pe_bfd_object_p): If an ILF object is detected call
5264 pe_ILF_object_p on it.
5265
5266 * coff-arm.c: Add support for WinCE relocs which are different
5267 from normal ARM COFF relocs.
5268 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
5269
5270 * coff-sh.c: Add support for sh-pe target.
5271 * pe-sh.c: New file. Support code for sh-pe target.
5272 * pei-sh.c: New file. Support code for sh-pe target.
5273
5274 * pe-mips.c: New file. Support code for mips-pe target.
5275 * pei-mips.c: New file. Support code for mips-pe target.
5276
5277 2000-02-27 Jakub Jelinek <jakub@redhat.com>
5278
5279 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
5280 architecture if the object causing the bump is dynamic.
5281 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
5282 and also don't it for memory ordering.
5283 (sparc64_elf_write_relocs): Take src_rela out of the loop.
5284
5285 2000-02-27 Ian Lance Taylor <ian@zembu.com>
5286
5287 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
5288 calling bfd_get_section_size_before_reloc.
5289 (decode_line_info): Likewise.
5290 (_bfd_dwarf2_find_nearest_line): Likewise.
5291
5292 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
5293
5294 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
5295 name of the libtool directory.
5296 * Makefile.in: Rebuild.
5297
5298 Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
5299
5300 * som.c (SOM_HOWTO): Define.
5301 (som_hppa_howto_table): Use it.
5302
5303 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5304
5305 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
5306
5307 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
5308
5309 2000-02-24 Catherine Moore <clm@cygnus.com>
5310
5311 * som.c (som_misc_symbol_info): Add field
5312 secondary_def.
5313 (som_bfd_derive_misc_symbol_info): Initialize
5314 secondary_def.
5315 (som_build_and_write_symbol_table): Keep track
5316 of secondary_def field.
5317 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
5318 if secondary_def field is set.
5319 (som_bfd_ar_write_symbol_stuff): Initialize
5320 secondary_def.
5321
5322 2000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
5323
5324 * dwarf2.c (read_address): Read 16-bits addresses.
5325 (parse_comp_unit): Accept addr_size == 2.
5326
5327 2000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
5328
5329 * bfd-in.h: Update copyright date.
5330
5331 2000-02-23 Linas Vepstas <linas@linas.org>
5332
5333 * cpu-i370.c: New file.
5334 * elf32-i370.c: New file.
5335 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
5336 (bfd_i370_arch): New.
5337 (bfd_archures_list): Add bfd_i370_arch.
5338 * elf.c (prep_headers): Add bfd_arch_i370.
5339 * Makefile.am: Add support for IBM 370 elf.
5340 * config.bfd: Likewise.
5341 * configure.in: Likewise.
5342 * libbfd.h (bfd_reloc_code_real_names): Likewise.
5343 * reloc.c (bfd_reloc_code_type): Likewise.
5344 * targets.c: Likewise.
5345
5346 * Makefile.in: Regenerate.
5347 * configure: Regenerate.
5348 * bfd-in2.h: Regenerate.
5349
5350 2000-02-22 Ian Lance Taylor <ian@zembu.com>
5351
5352 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
5353 invalid relocation types, and change them to R_386_NONE.
5354
5355 2000-02-22 H.J. Lu <hjl@gnu.org>
5356
5357 * elflink.h (elf_link_add_object_symbols): If a version symbol is
5358 not defined, don't add a second ELF_VER_CHR.
5359
5360 * elflink.h (elf_bfd_final_link): Call output_extsym for global
5361 symbols converted to local symbols even when stripping all
5362 symbols.
5363 (elf_link_output_extsym): Process global symbols converted to
5364 local symbols even if they are being stripped.
5365
5366 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
5367
5368 * archures.c (bfd_octets_per_byte): Return unsigned int.
5369 (bfd_arch_mach_octets_per_byte): Ditto.
5370 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
5371 comparison warning.
5372 * section.c (bfd_get_section_size_before_reloc): Quell signed
5373 vs. unsigned comparison warning.
5374 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
5375 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
5376 change. What was I thinking?
5377 * bfd-in2.h: Regenerate.
5378
5379 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
5380 (elf_gc_sections): Same here.
5381 (elf_gc_common_finalize_got_offsets): And here.
5382
5383 2000-02-21 Ian Lance Taylor <ian@zembu.com>
5384
5385 ELF HPPA doesn't work at present; remove it until it does.
5386 * config.bfd: Comment out setting targ_defvec to
5387 bfd_elf32_hppa_vec.
5388 * Makefile.am: Rebuild dependencies.
5389 (BFD32_BACKENDS): Remove elf32-hppa.lo.
5390 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
5391 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
5392 * Makefile.in: Rebuild.
5393 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
5394
5395 2000-02-18 Geoff Keating <geoffk@cygnus.com>
5396
5397 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
5398 is no bfd_free(). Revert bfd_free part of previous change.
5399
5400 2000-02-18 Geoff Keating <geoffk@cygnus.com>
5401
5402 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
5403 arrays.
5404 (coff_compute_section_file_positions): Use bfd_free to pair
5405 bfd_malloc.
5406 (coff_write_object_contents): Likewise.
5407
5408 * coff-rs6000.c (xcoff_howto_table_16): New variable.
5409 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
5410
5411 2000-02-18 Ulrich Drepper <drepper@cygnus.com>
5412
5413 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
5414 (xcoff_ar_file_hdr_big): New structure.
5415 (SIZEOF_AR_FILE_HDR_BIG): New macro.
5416 (xcoff_ar_hdr_big): New structure.
5417 (SIZEOF_AR_HDR_BIG): New macro.
5418 (xcoff_big_format_p): New macro.
5419 (xcoff_ardata_big): New macro.
5420 (arch_xhdr_big): New macro.
5421 (xcoff_slurp_armap): Handle large archives.
5422 (xcoff_archive_p): Detect large archives.
5423 (xcoff_read_ar_hdr): Handle large archives.
5424 (xcoff_openr_next_archived_file): Handle large archives.
5425 (xcoff_generic_stat_arch_elt): Handle large archives.
5426 (xcoff_write_armap_old): Rename from xcoff_write_armap.
5427 (xcoff_write_armap_big): New function.
5428 (xcoff_write_armap): New function, dispatch to _old or _big.
5429 (xcoff_write_archive_contents_old): Rename from
5430 xcoff_write_archive_contents.
5431 (xcoff_write_archive_contents_big): New function.
5432 (xcoff_write_archive_contents): New function, dispatch to _old or
5433 _big.
5434
5435 2000-02-18 Richard Henderson <rth@cygnus.com>
5436
5437 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
5438 and hide_symbol members.
5439 (elf_link_hash_copy_indirect): Remove.
5440 (elf_link_hash_hide_symbol): Remove.
5441 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
5442 and elf_backend_hide_symbol.
5443 (_bfd_elf_link_hash_copy_indirect): Declare.
5444 (_bfd_elf_link_hash_hide_symbol): Declare.
5445 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
5446 (_bfd_elf_link_hash_hide_symbol): Likewise.
5447 (_bfd_elf_link_hash_table_init): Don't init killed members.
5448 * elflink.h (elf_link_add_object_symbols): Use the bed function
5449 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
5450 (elf_link_assign_sym_version): Likewise.
5451 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
5452 (elf_backend_hide_symbol): Likewise.
5453 (elfNN_bed): Update for new members.
5454
5455 2000-02-17 Kevin Buettner <kevinb@redhat.com>
5456
5457 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
5458 STACK_END_ADDR): Define for new core file format.
5459 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
5460 for handling the vagaries of the various core file structures used
5461 by AIX over the years.
5462 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
5463 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
5464 core_dumpx structure.
5465
5466 Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5467
5468 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
5469 (bfd_mach_sh3_dsp): Likewise.
5470 (bfd_mach_sh4): Reinstate.
5471 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
5472 * bfd-in2.h: Regenerate.
5473 * coff-sh.c (struct sh_opcode): flags is no longer short.
5474 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
5475 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
5476 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
5477 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
5478 (sh_opcodes): No longer const.
5479 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
5480 (sh_insn_uses_reg): Check for USESAS and USESR8.
5481 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
5482 (_bfd_sh_align_load_span): Return early for SH4.
5483 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
5484 Take into account that field b of a parallel processing insn
5485 could be mistaken for a separate insn.
5486 * cpu-sh.c (arch_info_struct): New array elements for
5487 sh2, sh-dsp and sh3-dsp.
5488 Reinstate element for sh4.
5489 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
5490 (SH4_NEXT): Reinstate.
5491 (SH3_NEXT, SH3E_NEXT): Adjust.
5492 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
5493 * elf32-sh.c (sh_elf_set_private_flags): New function.
5494 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
5495 (sh_elf_merge_private_data): New function.
5496 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
5497 (bfd_elf32_bfd_copy_private_bfd_data): Define.
5498 (bfd_elf32_bfd_merge_private_bfd_data): Change to
5499 sh_elf_merge_private_data.
5500
5501 2000-02-13 Richard Henderson <rth@cygnus.com>
5502
5503 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
5504 hide_symbol members.
5505 (elf_link_hash_copy_indirect): New.
5506 (elf_link_hash_hide_symbol): New.
5507 * elflink.h (elf_link_add_object_symbols): Break out copy from
5508 indirect new new symbol to elf.c.
5509 (elf_link_assign_sym_version): Break out privatization of
5510 non-exported symbol to elf.c.
5511 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
5512 (_bfd_elf_link_hash_hide_symbol): New.
5513 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
5514
5515 2000-02-13 Ian Lance Taylor <ian@zembu.com>
5516
5517 * section.c (_bfd_strip_section_from_output): Add info parameter.
5518 If it passed as non-NULL, use it to check whether any input BFD
5519 has an input section which uses this output section. Change all
5520 callers.
5521 * bfd-in2.h: Rebuild.
5522
5523 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
5524 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
5525 1999-11-29.
5526 * bfd-in2.h: Rebuild.
5527
5528 2000-02-10 Timothy Wall <twall@cygnus.com>
5529
5530 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
5531 allow final modifications of swapped-in symbol.
5532 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
5533 * coffcode.h (coff_write_relocs): Use macro
5534 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
5535 symbol index should be set to -1.
5536
5537 Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
5538
5539 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
5540 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
5541 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
5542 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
5543 sh_insns_uses_or_sets_freg): New functions.
5544 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
5545 * (sh_insns_conflict): Use new functions and new macros to
5546 detect conflicts when two instructions both set same integer registers,
5547 both set same fp register, and both set special register.
5548
5549 2000-02-09 Timothy Wall <twall@cygnus.com>
5550
5551 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
5552 swapping in sections, so that the swapping routines have access to
5553 the arch/mach info.
5554
5555 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
5556
5557 * coff-go32.c: Update comment. Update copyright.
5558
5559 2000-01-27 Thomas de Lellis <tdel@windriver.com>
5560
5561 * syms.c (bfd_decode_symclass)
5562 Two new class characters were added - 'V' and 'v'. The
5563 meaning of 'W' is now restricted to just weak non-object
5564 symbols. This allows differentiation between, for example,
5565 weak functions vs weak objects. nm for example now dumps:
5566 'W' = weak global
5567 'w' = weak unresolved
5568 'V' = weak global object
5569 'v' = weak unresolved object
5570
5571 (bfd_is_undefined_symclass): New function. Return true if the
5572 given symbol class represents and undefined/unresolved symbol.
5573
5574 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
5575 unresolved symbols.
5576
5577 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
5578
5579 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
5580 STT_ARM_16BIT flag set, but it is not attached to a data object
5581 return STT_ARM_16BIT so that it will be treated as code by the
5582 disassembler.
5583
5584 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
5585
5586 * coff-i386.c (i3coff_object_p): Remove prototype.
5587 Update copyright.
5588
5589 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
5590 to name. Update copyright.
5591
5592 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
5593 assignment to avoid warning. Update copyright.
5594
5595 2000-01-24 Robert Lipe (robertl@sco.com)
5596
5597 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
5598 instead of using GNU C extension.
5599
5600 2000-01-21 Nick Clifton <nickc@cygnus.com>
5601
5602 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
5603 amount from a bfd_in_memory structure.
5604 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
5605 structure.
5606
5607 2000-01-14 Nick Clifton <nickc@cygnus.com>
5608
5609 * linker.c (default_indirect_link_order): oops - fix incorrectly
5610 applied patch from Tim Wall.
5611
5612 2000-01-13 Timothy Wall (twall@tiac.net>
5613
5614 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
5615 = scnhsz, filhsz, relsz, aoutsz, etc)
5616
5617 * coffswap.h: Ditto.
5618
5619 2000-01-13 Nick Clifton <nickc@cygnus.com>
5620
5621 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
5622 interwork thumb to arm stub.
5623
5624 2000-01-13 Timothy Wall (twall@tiac.net>
5625
5626 * archures.c (bfd_octets_per_byte): New function: Return
5627 target byte size.
5628 (bfd_arch_mach_octets_per_byte): New function: Return target
5629 byte size.
5630
5631 * section.c: Distinguish between octets and bytes for usage of
5632 _cooked_size, _raw_size, and output_offset. Clarify
5633 description of bfd_set_section_contents.
5634
5635 * bfd-in2.h: Regenerate.
5636
5637 * coffgen.c: Indicate that the offset parameter is in bytes, not
5638 octets.
5639
5640 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
5641 where appropriate to get the octet offset when calling
5642 bfd_set_section_contents.
5643 (bfd_coff_reloc_link_order): Ditto.
5644
5645 * linker.c (bfd_generic_reloc_link_order): Ditto.
5646 (_bfd_default_link_order): Ditto.
5647
5648 * reloc.c (bfd_perform_relocation): Distinguish between octets
5649 and bytes. Use octets when indexing into octet data; use bytes
5650 when calculating target addresses.
5651 (bfd_install_relocation): Ditto.
5652
5653 * srec.c (srec_write_section): Ditto.
5654
5655 2000-01-13 Nick Clifton <nickc@cygnus.com>
5656
5657 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
5658 3 to 2. This allows 4 byte sized sections, which is necessary for
5659 dlltool to build functioning DLLs.
5660
5661 2000-01-10 Philip Blundell <pb@futuretv.com>
5662
5663 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
5664 (arm*-*-conix*): New target.
5665
5666 2000-01-10 Egor Duda <deo@logos-m.ru>
5667
5668 * config.bfd: Include elf32_i386 vector to target list for cygwin
5669 and mingw.
5670
5671 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
5672 * configure.in: Test for structure win32_pstatus_t in
5673 <sys/procfs.h>
5674 * configure: Regenerate.
5675
5676 * elf.c (elfcore_grok_win32pstatus): New function: process
5677 win32_pstatus_t notes in elf core file.
5678 (elfcore_grok_note): Detect win32_pstatus notes.
5679
5680 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5681
5682 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
5683 visibility.
5684 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
5685 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
5686
5687 For older changes see ChangeLog-9899
5688 \f
5689 Local Variables:
5690 mode: change-log
5691 left-margin: 8
5692 fill-column: 74
5693 version-control: never
5694 End:
This page took 0.262428 seconds and 4 git commands to generate.