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