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