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