* elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
49e9d0d3
AM
12001-05-25 Alan Modra <amodra@one.net.au>
2
3 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
4 undefined millicode syms in shared libs.
5 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
6 (elf32_hppa_check_relocs): Likewise.
7 (elf32_hppa_adjust_dynamic_symbol): Likewise.
8 (elf32_hppa_size_dynamic_sections): Likewise.
9 (elf32_hppa_relocate_section): Likewise.
10 (elf32_hppa_finish_dynamic_symbol): Likewise.
11 (elf32_hppa_finish_dynamic_sections): Likewise.
12
beb1bf64
TR
132001-05-24 Tom Rix <trix@redhat.com>
14
15 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
16 xcoff-target.h not used to define rs6000 or ppc bfd.
17 * Makefile.in same
18
19 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
20 to 64 bit.
21
22 * coff-rs6000.c : Many changes for 64 bit support. Move common
23 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
24 and pmac_xcoff_vec
25
26 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
27 linker now supported. Explictly define the rs6000coff64_vec.
28
29 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
30 (coff_print_aux) same
31 (coff_write_object_contents) same
32 (coff_slurp_line_table) same
33
34 * coffgen.c : (coff_fix_symbol_name) formatting
35 (coff_mangle_symbols) xcoff 64 bit support
36 (coff_write_symbol) same
37 (coff_write_alien_symbol) same
38 (coff_write_native_symbol) same
39 (coff_write_symbols) same
40 (coff_get_symbol_info) same
41 (bfd_coff_get_syment) same
42 (coff_print_symbol) same
43
44 * config.bfd : add powerpc64-*-aix* target
45
46 * libcoff-in.h : formatting
47
48 * libcoff.h : move xcoff extern declarations to libxcoff.h
49
50 * libxcoff.h : New file
51
52 * xcofflink.c : Many changes for xcoff64 support. Move common
53 structures to include/coff/xcoff.h. Move specific structure to
54 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
55 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
56
57 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
58 aix4.2+ -binitfini.
59
60 (xcoff_build_ldsyms) : handle special __rtinit symbol.
61
e90fdc1a
AO
622001-05-23 Alexandre Oliva <aoliva@redhat.com>
63
64 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
65 s/ENTIRES/ENTRIES/.
66
d1cf510e
NC
672001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
68
c2feb664
NC
69 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
70 * libbfd.h: Regenerate.
71 * bfd0in2.h: Regenerate.
72
d1cf510e
NC
73 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
74 * archures.c (bfd_mach_mips12000): Define.
75 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
76 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
77 support.
78 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
79 * bfd-in2.h: Regenerate.
80 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
81
6c426cf3
NC
822001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
83
84 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
85 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
86 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
87 that is used by GCC.
88
d9bc7a44
NC
892001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
90
91 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
92 of entries in a structured section.
93 * elf.c: Use new macro.
94 * elf32-i386.c: Use new macro.
95 * elf32-mips.c: Use new macro.
96 * elf64-alpha.c: Use new macro.
97 * elf64-sparc.c: Use new macro.
98 * elfcode.h: Use new macro.
99 * elflink.h: Use new macro.
100
1012001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
102
103 * bfdint.texi: Replace -oformat with --oformat.
104
f5198f61
AJ
1052001-05-21 Andreas Jaeger <aj@suse.de>
106
107 * dwarf2.c (decode_line_info): Fix error message.
108 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
109 adjust error message.
110
7913c838
L
1112001-05-18 H.J. Lu <hjl@gnu.org>
112
113 * elflink.h (elf_link_add_object_symbols): Revert the last
114 change.
115
e0522e89
AM
1162001-05-17 Alan Modra <amodra@one.net.au>
117
118 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
119 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
120 (hppa_build_one_stub): Add an assert to check plt.offset.
121
96fd004e
L
1222001-05-17 H.J. Lu <hjl@gnu.org>
123
124 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
125 version definition to basename of the output filename.
126
f3876d8b
L
1272001-05-17 H.J. Lu <hjl@gnu.org>
128
129 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
130 basename of the bfd filename.
131
d1778b88
AM
1322001-05-16 Alan Modra <amodra@one.net.au>
133
134 * section.c (asection): Add linker_has_input field.
135 (STD_SECTION): Adjust initialization to suit.
136 * ecoff.c (bfd_debug_section): Likewise.
137 * bfd-in2.h: Regenerate.
138
2a0fa943
AO
1392001-05-15 Alexandre Oliva <aoliva@redhat.com>
140
141 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
142 negative 32-bit operands to 16 operands when the operand is
143 going to be zero-extended by the modified opcode.
144
bcee8eb8
AM
1452001-05-12 Peter Targett <peter.targett@arccores.com>
146
147 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
148 name for 'arc5' core versions.
149 (bfd_arc_arch): Make bfd_mach_arc_6 default.
150
151 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
152 architecture.
153 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
154
579f31ac
JJ
1552001-05-11 Jakub Jelinek <jakub@redhat.com>
156
157 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
158 sections as well.
159 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
160 to .gnu.linkonce.t.FOO text section.
161
8550eb6e
JJ
1622001-05-11 Jakub Jelinek <jakub@redhat.com>
163
164 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
165 fields, change sec into secinfo.
166 (struct sec_merge_info): Add chain, remove last fields.
167 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
168 (sec_merge_hash_lookup): If lookup could not use a string only
169 because it has bad alignment, mark the old string for deletion.
170 (sec_merge_add): Add secinfo argument. Don't compute entry's
171 position, instead record the section.
172 (sec_merge_emit): Update for the sec into secinfo change in
173 struct sec_merge_hash_entry.
174 (_bfd_merge_section): Only record the section for merging, defer
175 putting strings into the hash table.
176 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
177 _bfd_merge_sections): New functions.
178 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
179 changes.
180 * libbfd-in.h (_bfd_merge_sections): Add prototype.
181 (_bfd_nolink_bfd_merge_sections): Define.
182 * libbfd.h: Likewise.
183 (bfd_generic_merge_sections): Add prototype.
184 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
185 (struct bfd_target): Likewise.
186 * bfd.c (bfd_merge_sections): Define.
187 * bfd-in2.h: Rebuilt.
188 * elf.c (_bfd_elf_merge_sections): New function.
189 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
190 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
191 * reloc.c (bfd_generic_merge_sections): New function.
192 * vms.c (vms_bfd_merge_sections): New function.
193 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
194 * aout-target.h (MY_bfd_merge_sections): Define.
195 * aout-tic30.c (MY_bfd_merge_sections): Define.
196 * binary.c (binary_bfd_merge_sections): Define.
197 * bout.c (b_out_bfd_merge_sections): Define.
198 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
199 * coffcode.c (coff_bfd_merge_sections): Define.
200 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
201 * i386msdos.c (msdos_bfd_merge_sections): Define.
202 * i386os9k.c (os9k_bfd_merge_sections): Define.
203 * ieee.c (ieee_bfd_merge_sections): Define.
204 * ihex.c (ihex_bfd_merge_sections): Define.
205 * nlm-target.h (nlm_bfd_merge_sections): Define.
206 * oasys.c (oasys_bfd_merge_sections): Define.
207 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
208 * som.c (som_bfd_merge_sections): Define.
209 * srec.c (srec_bfd_merge_sections): Define.
210 * tekhex.c (tekhex_bfd_merge_sections): Define.
211 * versados.c (versados_bfd_merge_sections): Define.
212 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
213
1548c54f
NC
2142001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
215
216 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
217 to be unsigned long, in order to match its use.
218
689effed
L
2192001-05-10 H.J. Lu <hjl@gnu.org>
220
221 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
222 indirect symbols.
223
6e5222be
L
2242001-05-09 H.J. Lu <hjl@gnu.org>
225
226 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
227 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
228 Remove the unused veriable `dynver'.
229
8e191bd3
ILT
2302001-05-08 Ian Lance Taylor <ian@zembu.com>
231
232 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
233 NULL or is not COFF.
234 (coff_i386_rtype_to_howto): Don't dump core if output section
235 owner is not COFF.
236
062e2358
AM
2372001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
238
239 * ecoff.c (bfd_debug_section): Fix initialization.
240 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
241 is always a positive integer. Cast away sign mismatch.
242 * elf32-mips.c: Fix misleading comment and typo.
243 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
244 correct data type.
245 * elflink.c: Fix typo.
246 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
247 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
248
16b65e4e
RH
2492001-05-04 Richard Henderson <rth@redhat.com>
250
251 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
252
cac15327
NC
2532001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
254
255 * elf32-arm.h (elf32_arm_final_link_relocate): Set
256 EF_ARM_HASENTRY if the start address is set.
257
966b3e0b
NC
2582001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
259
260 * targets.c (_bfd_target_vector_entries): Compute value based on
261 the size of the _bfd_target_vector and not bfd_target_vector.
262
210ba1e8
L
2632001-05-03 H.J. Lu <hjl@gnu.org>
264
265 * elfcode.h: Include "libiberty.h".
266
267 * elflink.h (elf_link_add_object_symbols): Set
268 elf_dt_name (abfd) to basename of the bfd filename.
269 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
270 of the bfd filename.
271
56fc028e
AJ
2722001-05-03 Andreas Jaeger <aj@suse.de>
273
274 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
275 (elf_generic_info_to_howto_rel): Likewise.
276 * coff-alpha.c (reloc_nil): Likewise.
277 (alpha_ecoff_bad_format_hook): Likewise.
278 (alpha_adjust_reloc_out): Likewise.
279 (alpha_bfd_reloc_type_lookup): Likewise.
280 (alpha_convert_external_reloc): Likewise.
281 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
282 (elf64_alpha_reloc_bad): Likewise.
283 (elf64_alpha_reloc_gpdisp): Likewise.
284 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
285 (elf64_alpha_info_to_howto): Likewise.
286 (elf64_alpha_add_symbol_hook): Likewise.
287 (elf64_alpha_create_got_section): Likewise.
288 (elf64_alpha_is_local_label_name): Likewise.
289 (elf64_alpha_merge_ind_symbols): Likewise.
290 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
291 (mips_elf64_get_reloc_upper_bound): Likewise.
292 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
293 (nlm_alpha_get_public_offset): Likewise.
294
c7e40348
NC
2952001-05-02 Johan Rydberg <jrydberg@opencores.org>
296
297 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
298 about overflow in R_OPENRISC_LO_16_IN_INSN and
56fc028e 299 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
c7e40348 300
5fba655a
L
3012001-04-30 H.J. Lu <hjl@gnu.org>
302
303 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
304 only for ELF_LINK_FORCED_LOCAL.
305 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
306 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
307 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
308
309 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
310 if the symbol has hidden or internal visibility.
311
db20fd76
AM
3122001-04-30 Alan Modra <amodra@one.net.au>
313
314 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
315 calls to undefined weak symbols.
316
6a2bda3f
AJ
3172001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
318
319 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
320 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
321
053579d7
AJ
3222001-04-27 Andreas Jaeger <aj@suse.de>
323
324 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
325 out handled entries.
326 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
327 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
328 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
329 GOT32.
330
87748b32
NC
3312001-04-27 Sean McNeil <sean@mcneil.com>
332
333 * config.bfd: Add arm-vxworks target.
334 * coff-arm (coff_arm_relocate_section): Add in symbol value to
335 addend (fro VXworks targets).
336
f5f31454
L
3372001-04-26 H.J. Lu <hjl@gnu.org>
338
339 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
340 valid.
341
d436a9b3
FCE
3422001-04-25 Frank Ch. Eigler <fche@redhat.com>
343
344 * bfd-in.h (bfd_cache_close): Declare newly exported function.
345 * bfd-in2.h: Regenerated.
346
a531bbd2
JJ
3472001-04-24 Jakub Jelinek <jakub@redhat.com>
348
349 * merge.c (struct sec_merge_hash_entry): Add alignment field.
350 (struct sec_merge_hash): Remove alignment_power.
351 (sec_merge_hash_newfunc): Clear alignment.
352 (sec_merge_hash_lookup): Pass alignment as argument.
353 Use hashp->root.next, not hashp->next to walk the hash chain.
354 If a string already in the hashtable does not have required
355 alignment, create a new hashtable entry.
356 (sec_merge_init): Remove alignment_power argument.
357 (sec_merge_add): Add alignment argument.
358 (sec_merge_emit): Alignment is now a per-entity thing, not per
359 section.
360 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
361 for proper alignment.
362 Pass alignment information to sec_merge_add.
363
6840198f
NC
3642001-04-24 Christian Groessler <cpg@aladdin.de>
365
366 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
367 and R_REL16 reloc types; accept odd values for R_REL16 type
368
b3baf5d0
NC
3692001-04-24 Johan Rydberg <jrydberg@opencores.org>
370
371 * cpu-openrisc.c: New file.
372 * elf32-openrisc.c: Likewise.
373
374 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
375 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
376 (BFD32_BACKENDS): Add elf32-openrisc.lo.
377 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
378 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
379 * Makefile.in: Regenerated.
380 * config.bfd: (openrisc-*-elf): New target.
053579d7 381 * configure.in (bfd_elf32_openrisc_vec): New vector.
b3baf5d0
NC
382 * configure: Regenerated.
383 * libbfd.h: Regenerated.
384 * bfd-in2.h: Regenerated.
385 * reloc.c: Add OpenRISC relocations.
053579d7 386 * targets.c (bfd_elf32_openrisc_vec): Declare.
b3baf5d0
NC
387 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
388 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
389 (bfd_openrisc_arch): Declare.
390 (bfd_archures_list): Add bfd_openrisc_arch.
391 * elf.c (prep_headers): Add bfd_arch_openrisc.
392
fe4770f4
AJ
3932001-04-23 Bo Thorsen <bo@suse.de>
394
395 * elf64-x86-64.c: Add c++ vtable hack.
396 Small whitespace and comment changes.
397
653165cc
AJ
3982001-04-19 Andreas Jaeger <aj@suse.de>
399
400 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
401 (elf64_x86_64_plt_entry): Likewise.
402 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
403 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
404
4d96d128
HPN
4052001-04-17 Hans-Peter Nilsson <hp@axis.com>
406
407 * elf32-cris.c: Tweak comments related to dynamic linking.
408 (cris_elf_relocate_section): When not creating shared object, fill
409 in the .got table for any symbol not in the dynamic symbol table.
410 (elf_cris_finish_dynamic_symbol): When not creating shared object,
411 only emit a .got.rela reloc if the symbol is in the dynamic symbol
412 table.
413 (cris_elf_check_relocs): Use variable r_type in all places rather
414 than the original expression. Add default case in switch for
415 reloc types.
416 (elf_cris_size_dynamic_sections): Iterate over
417 elf_cris_discard_excess_program_dynamics when not creating shared
418 library.
653165cc 419 (elf_cris_discard_excess_dso_dynamics): Renamed from
4d96d128
HPN
420 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
421 (elf_cris_discard_excess_program_dynamics): New.
422
3ed30d29
DD
4232001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
424
425 * coffcode.h (coff_write_object_contents): Use
426 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
427
a80f6941
L
4282001-04-14 H.J. Lu <hjl@gnu.org>
429
430 * bfd-in2.h: Regenerate.
431
767e4b0d
JJ
4322001-04-14 Jakub Jelinek <jakub@redhat.com>
433
434 * section.c (STD_SECTION): Add entsize.
435
2dd439c5
L
4362001-04-13 H.J. Lu <hjl@gnu.org>
437
438 * section.c (SEC_MERGE): Define new flag for merging.
439 (SEC_STRINGS): Likewise.
440 (entsize): New field.
441
baf80c32
DD
4422001-04-13 Roger Sayle <roger@metaphorics.com>
443
444 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
445 flag on pe-i386 targets.
446
f5fa8ca2
JJ
4472001-04-13 Jakub Jelinek <jakub@redhat.com>
448
449 * libbfd-in.h (_bfd_merge_section): New.
450 (_bfd_write_merged_section): New.
451 (_bfd_merged_section_offset): New.
452 * libbfd.h: Rebuilt.
453 * linker.c (_bfd_generic_link_output_symbols): Handle
454 discard_sec_merge.
455 * aoutx.h (aout_link_write_symbols): Likewise.
456 * pdp11.c (aout_link_write_symbols): Likewise.
457 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
458 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
459 sections.
460 (elf_link_sec_merge_syms): New.
461 (elf_link_input_bfd): Call _bfd_merged_section_offset
462 and _bfd_write_merged_section.
463 Handle discard_sec_merge.
464 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
465 field.
466 (struct bfd_elf_section_data): Likewise.
467 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
468 SEC_STRINGS section flags and entsize from their ELF counterparts.
469 (_bfd_elf_link_hash_table_init): Initialize merge_info.
470 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
471 from their BFD counterparts.
472 * merge.c: New file.
473 * Makefile.am: Add strtab.lo.
474 * Makefile.in: Rebuilt.
475
d954b040
HPN
4762001-04-09 Hans-Peter Nilsson <hp@axis.com>
477
478 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
479 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
480
fdbafa10
L
4812001-04-05 Steven J. Hill <sjhill@cotw.com>
482
483 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
484 endian MIPS ELF target.
485 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
486 MIPS ELF target.
487
488 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
489 64bit big endian MIPS ELF target.
653165cc 490 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
fdbafa10
L
491 endian MIPS ELF target.
492 * configure: Regenerated.
493
494 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
495 little endian targets.
496 (mips_elf_sym_is_global): Handle traditional targets.
497
498 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
499 64bit big endian MIPS ELF target.
500 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
501 endian MIPS ELF target.
502
503 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
504 and bfd_elf64_tradlittlemips_vec.
505
dd484e5c
L
5062001-04-05 David Mosberger <davidm@hpl.hp.com>
507
508 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
509 ordinary "progbits" section.
510
391a809a
AM
5112001-04-04 Alan Modra <alan@linuxcare.com.au>
512
513 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
514 when -Bsymbolic causes a symbol to no longer need a .plt entry.
515
5854c633
L
5162001-04-03 David Mosberger <davidm@hpl.hp.com>
517
518 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
519
8b4b0fac
L
5202001-03-30 H.J. Lu <hjl@gnu.org>
521
522 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
523 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
524
eb4a6e4f
L
5252001-03-26 H.J. Lu <hjl@gnu.org>
526
527 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
528 if there are any relocations for generic ELF.
529 (bfd_elf32_bfd_link_add_symbols): Defined to
530 elf32_generic_link_add_symbols.
531 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
532 if there are any relocations for generic ELF.
533 (bfd_elf64_bfd_link_add_symbols): Defined to
534 elf64_generic_link_add_symbols.
535
55c80943
NC
5362001-03-23 Nick Clifton <nickc@redhat.com>
537
538 * Makefile.am (BUILD_CFILES): New variable: List of C source
539 files created in build directory.
540 (BUILD_HFILES): New variable: List of header files created in
541 build directory.
542 (POTFILES): Delete.
543 (po/POTFILES.in): Replace rule with empty entry.
544 (po/SRC-POTFILES.in): New rule: Create a list of source files
545 in the source directory.
546 (po/BLD-POTFILES.in): New rule: Create a list of source files
547 in the build directory.
548 (MOSTLYCLEAN): Do not delete source files created in build
549 directory.
550 * Makefile.in: Regenerate.
551 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
552 into po/Makefile.
553 * configure: Regenerate.
554
555 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
556 and BLD_POTFILES.
557 Add .. to the search path when building bfd.pot.
558 Delete POTFILES when performing distclean.
559 Add comment describing why distclean is broken in maintainer mode.
560 * po/POTFILES.in: Delete.
561 * po/SRC-POTFILES.in: New file.
562 * po/BLD-POTFILES.in: New file.
563 * po/bfd.pot: Regenerate.
564
58d29fc3
HPN
5652001-03-22 Hans-Peter Nilsson <hp@axis.com>
566
915e5146
HPN
567 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
568 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
569 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
570 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
571 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
572 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
573 functions.
574 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
575 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
576 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
577 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
578 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
579 New HOWTO members for new relocs.
580 (cris_reloc_map): Map new relocs.
581 (ELF_DYNAMIC_INTERPRETER): Define.
582 (PLT_ENTRY_SIZE): Define.
583 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
584 elf_cris_pic_plt_entry): New, PLT templates.
585 (struct elf_cris_pcrel_relocs_copied, struct
586 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
587 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
588 (cris_final_link_relocate): Check that 16-bit GOT relocs have
589 positive values. Adjust PCREL relocs to be relative to location
590 after relocation.
591 (cris_elf_relocate_section): Handle relocations to dynamic
592 objects. Handle new relocations. Call error handler when seeing
593 non-PIC relocation for read-only sections while generating shared
594 object.
595 (cris_elf_check_relocs): Set reference counts for GOT and PLT
596 entries.
597 (bfd_elf32_bfd_link_hash_table_create,
598 elf_backend_adjust_dynamic_symbol,
599 elf_backend_size_dynamic_sections,
600 elf_backend_finish_dynamic_symbol,
601 elf_backend_finish_dynamic_sections,
602 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
603 elf_backend_hide_symbol, elf_backend_want_got_plt,
604 elf_backend_plt_readonly, elf_backend_want_plt_sym,
605 elf_backend_got_header_size, elf_backend_plt_header_size):
606 Define.
607
58d29fc3
HPN
608 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
609 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
610 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
611 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
612 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
613 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
614 * bfd-in2.h, libbfd.h: Regenerate.
615
7a65545d
DN
6162001-03-21 Diego Novillo <dnovillo@redhat.com>
617
618 (_bfd_mips_elf_relocate_section): Give a better error message when
619 a relocation is not recognized.
620
b32b5d6e
AM
6212001-03-21 Alan Modra <alan@linuxcare.com.au>
622
623 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
624 non-NULL before attempting to dereference.
625
f4fbb4a3
L
6262001-03-20 H.J. Lu <hjl@gnu.org>
627
628 * configure.in: Remove the redundent AC_ARG_PROGRAM.
629 * configure: Rebuild.
630
95fc45e6
AS
6312001-03-20 Andreas Schwab <schwab@suse.de>
632
633 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
634 relocation value when resolving a reference from a debugging
635 section.
636
03d411a9
NC
6372001-03-16 Scott Thomason <SThomaso@hii.com>
638
639 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
640 (xcoff64_swap_sym_out): Fix syntax errors.
641
d1659392
NC
6422001-03-16 Richard Sandiford <rsandifo@redhat.com>
643
644 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
645
12cca0d2
AM
6462001-03-15 Alan Modra <alan@linuxcare.com.au>
647
648 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
649 (hppa_link_hash_newfunc): Init it.
650 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
651 section appears to be non-PIC.
652 (final_link_relocate): Likewise.
653 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
654 possible candidate function, and set pic_call for those that will
655 only have a .plt entry for the PIC call stub.
656 (hppa_handle_PIC_calls): Set maybe_pic_call.
657
cd6ec716
DD
6582001-03-12 DJ Delorie <dj@redhat.com>
659
660 * elf32-sh.c (sh_elf_relocate_section): Only relocation
661 R_SH_DIR8WP* relocs if they're against external symbols, else
662 they're just for relaxing. Validate the reloc values.
663
43a0748c
NC
6642001-03-12 Stefan Geuken <mail@stefan-geuken.de>
665
666 * binary.c (bfd_external_binary_architecture): Declare.
667 (binary_object_p): If bfd_external_binary_architecture is defined,
668 set the architecture to this string.
669
d982ba73
PB
6702001-03-11 Philip Blundell <philb@gnu.org>
671
672 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
673 entries that could serve as a definition for a weak symbol.
674
7898deda
NC
6752001-03-08 Nick Clifton <nickc@redhat.com>
676
677 * Most files: Update copyright notices using Perl script created
678 by Kevin Buettner <kevinb@redhat.com>.
653165cc 679
df425bc0
NC
6802001-03-07 Nick Clifton <nickc@redhat.com>
681
682 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
683 prior patch on ! defined OLD_ARM_ABI.
684
bcdd92f3
AJ
6852001-03-07 Andreas Jaeger <aj@suse.de>
686
687 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
688 some relocation values.
689
4f3c3dbb
NC
6902001-03-06 Nick Clifton <nickc@redhat.com>
691
692 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
693 of offset in BLX(1) instruction.
694 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
695 offset in BLX(1) instruction.
696 Fix formatting.
697
f8f3c6cc
NC
6982001-03-06 Nick Clifton <nickc@redhat.com>
699
700 * coff-arm.c (coff_arm_reloc_type_lookup): Add
701 BFD_RELOC_THUMB_PCREL_BLX.
702
3cac17ae
NC
7032001-03-06 Igor Shevlyakov <igor@windriver.com>
704
705 * archures.c (bfd_default_scan): Add Coldfire CPUs.
706 * bfd-in2.h: Regenerate.
707 * cpu-m68k.c: Add Coldfire CPUs for arch table.
708 * ieee.c (ieee_write_processor): Set proper id for
709 Coldfire CPUs.
710
d1b17ab0
NC
7112001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
712
713 * configure.in: Add s390 target.
714 * configure: Regenerate.
715
5608e05b
AJ
7162001-02-28 Andreas Jaeger <aj@suse.de>
717
718 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
719 to addend.
720
fd2ec330
PB
7212001-02-28 Philip Blundell <pb@futuretv.com>
722
723 * elf32-arm.h: Update mentions of renamed EF_xx constants.
5608e05b 724 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
fd2ec330 725
920581c5
L
7262001-02-27 H.J. Lu <hjl@gnu.org>
727
728 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
729 abfd->tdata.aout_data == NULL.
730
27b7e12d
AM
7312001-02-27 Alan Modra <alan@linuxcare.com.au>
732
3ee1d854
AM
733 * elf32-hppa.c: Correct field selector in stub comments.
734 (clobber_millicode_symbols): Formatting fix.
735
27b7e12d
AM
736 * configure.in: Bump version to 2.11.90.
737 * configure: Regenerate.
738 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
739 (CFILES): $SOURCE_CFILES + generated C files.
740 (POTFILES): Include $HFILES not $SOURCE_HFILES.
741 Run "make dep-am"
742 * Makefile.in: Regenerate.
743 * doc/Makefile.in: This too.
744
10d1e03a
TW
7452001-02-26 Timothy Wall <twall@cygnus.com>
746
747 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
5608e05b 748 comments.
10d1e03a 749
1276aefa
NC
7502001-02-26 Nick Clifton <nickc@redhat.com>
751
752 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
753 up, replacing multiple if statements with a switch.
754 (handle_COMDAT): New function.
755
7562001-02-26 H.J. Lu <hjl@gnu.org>
757
758 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
759 a warning for section flags we do not handle instead of
760 aborting.
761
4a73f21b
AJ
7622001-02-26 Andreas Jaeger <aj@suse.de>
763
764 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
765
7b6dab7f
TW
7662001-02-22 Timothy Wall <twall@cygnus.com>
767
768 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
769 * configure.in: Add objects for elf64_ia64_aix vectors.
770 * configure: Regenerated.
771 * configure.host: Recognize ia64-*-aix*.
772 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
773 for AIX. AIX5 requires most relocations to be dynamic (*all*
774 binaries are somewhat similar to shared libraries).
775 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 776
87f8eb97
JW
7772001-02-21 David Mosberger <davidm@hpl.hp.com>
778
779 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
780 C8 said "1" instead of "8". Clarify error string for IMM22:
781 "signed integer" instead of just "integer".
782
05aa1441
AJ
7832001-02-20 Andreas Jaeger <aj@suse.de>
784
785 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
786 PLT entries that could serve as a definition for a weak symbol.
787
8701c1bc
JJ
7882001-02-19 Jakub Jelinek <jakub@redhat.com>
789
790 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
791 entries that could serve as a definition for a weak symbol.
792 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
793
d4af9775
DB
7942001-02-18 David O'Brien <obrien@FreeBSD>
795
796 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
797 FreeBSD/i386-CURRENT differently until I can figure out the needed
798 corefile changes.
799 * configure: Regenerate.
800 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
801 FreeBSD/PowerPC, and FreeBSD/sparc64.
802
e135f41b
NC
8032001-02-18 lars brinkhoff <lars@nocrew.org>
804
805 * Makefile.am: Add PDP-11 a.out target.
806 * config.bfd: Likewise.
807 * configure.in: Likewise.
808 * targets.c: Likewise.
809 * archures.c: Likewise.
810 * bfd-in2.h: Likewise. Add PDP-11 relocations.
811 * libbfd.h: Add PDP-11 relocations.
812 * reloc.c: Likewise.
813 * cpu-pdp11.c: New file.
814 * pdp11.c: New file.
815
816 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
817 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
818 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
819 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
820 (GET_MAGIC): New macro.
821 (PUT_MAGIC): Likewise.
822 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
823
dc3febfa
NC
8242001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
825
826 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
827 multiarch needs it).
828
ea412e04
L
8292001-02-18 H.J. Lu <hjl@gnu.org>
830
831 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
832 index.
833
47eee8a9
KH
8342001-02-18 Kazu Hirata <kazu@hxi.com>
835
836 * vms-misc.c: Fix formatting.
837
8a0c27cd
KH
8382001-02-16 Kazu Hirata <kazu@hxi.com>
839
840 * vms.c: Fix formatting.
841
d1fad7c6
NC
8422001-02-14 H.J. Lu <hjl@gnu.org>
843
844 * elf.c (elf_find_function): New function.
845 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
846 the file name and function name.
847
825b47db
NC
8482001-02-14 Nick Clifton <nickc@redhat.com>
849
51d7ee16
NC
850 * ecoff.c (bfd_debug_section): Update to initialise new fields in
851 asection structure.
852
825b47db
NC
853 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
854 (BFD64_BACKENDS): Add pepigen.c
855 Add rules to create peigen.c and pepigen.c from peXXigen.c.
856
857 * Makefile.in: Regenerate.
858 * configure: Regenerate.
859 * po/POTFILES.in: Regenerate.
860 * po/bfd.pot: Regenerate.
861
ea36a178
L
8622001-02-14 H.J. Lu <hjl@gnu.org>
863
864 * libcoff-in.h (pe_tdata): Add members target_subsystem and
865 force_minimum_alignment.
866
407443a3
AJ
8672001-02-14 Bo Thorsen <bo@suse.de>
868
869 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
870 (elf64_86_64_size_info): Struct added to fix a problem
871 with the hashtable string entries.
872 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
873 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
874 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
875 remove the FIXME for this.
876 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
877 section. Also removed the FIXME for it.
878 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
879 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
880 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
881
b4adccfd
RH
8822001-02-13 Richard Henderson <rth@redhat.com>
883
884 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
885 and not user provided.
886
9635981a
KH
8872001-02-13 Kazu Hirata <kazu@hxi.com>
888
889 * vms.c (vms_print_symbol): Remove unreachable code.
890
6a125b16
KH
891 * rs6000-core.c: Fix formatting.
892
cbff5e0d
DD
8932001-02-13 David Mosberger <davidm@hpl.hp.com>
894
895 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
896 as _bfd_XXi_only_swap_filehdr_out.
897 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
898 pe->force_minimum_alignment to TRUE.
899 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
900 PEI_TARGET_SUBSYSTEM.
901 (pe_print_private_bfd_data): Call
902 _bfd_XX_print_private_bfd_data_common() instead of
903 _bfd_pe_print_private_bfd_data_common().
904 (pe_bfd_copy_private_bfd_data): Call
905 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
906 _bfd_pe_bfd_copy_private_bfd_data_common().
907 (coff_bfd_copy_private_section_data): Define as
908 _bfd_XX_bfd_copy_private_section_data instead of
909 _bfd_pe_bfd_copy_private_section_data.
910 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
911 of a _bfd_pe_get_symbol_info.
912
913 * peigen.c: Delete.
914
915 * peXXigen.c: Renamed from peigen.c.
916 (COFF_WITH_XX): Define this macro (will get expanded into
917 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
918 compiled as peigen.c or pepigen.c.
919 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
920 define the canonical PEP structures and definitions.
921 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
922 effect, enforce minimum file and section alignments. If
923 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
924 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
925 so, by default, this is a no-op).
926
927 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
928 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
929 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
930 _bfd_pefoo if it's not defined. Use these macros to define
931 coff swap macros.
932
933 * libcoff.h (pe_tdata): Add members target_subsystem and
934 force_minimum_alignment.
935
936 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
937 COFF_WITH_pep.
938 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
939
940 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
941 peigen.lo.
942
943 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
944 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
945 PEPAOUTHDR.
946
947 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
948 (BFD64_BACKENDS_CFILES): Mention pepigen.c
949 (peigen.c): Add rule to generate from peXXigen.c.
950 (pepigen.c): Ditto.
951 (pepigen.lo): List dependencies for pepigen.lo.
952
df8634e3
AM
9532001-02-13 Alan Modra <alan@linuxcare.com.au>
954
955 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
956 $global$ referenced but not defined, set its value here.
957
51e0a107
JH
9582001-02-09 Bo Thorsen <bo@suse.de>
959
960 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
961 alignment to 3.
962 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
963 and relocation.
964 (elf64_x86_64_relocate_section): Fix formatting.
965 (elf64_x86_64_relocate_section): Fix addend for relocation of
966 R_X86_64_(8|16|32|PC8|PC16|PC32).
967
d1fad7c6 9682001-02-12 Jan Hubicka <jh@suse.cz>
23df1078
JH
969
970 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
971
f0e1d18a
L
9722001-02-11 H.J. Lu <hjl@gnu.org>
973
6757257f 974 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
975 alignment.
976
9117d219
NC
9772001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
978
979 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
980 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
981 relocations against dynsym symbols.
982
983 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
984 the R_MIPS_26 relocation.
985 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
986 the R_MIPS_26 relocation.
987 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
988 relocation.
989 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
990 the R_MIPS_26 relocation.
991 (mips_elf64_howto_table_rela): Likewise.
992
993 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
994 member to mark symbols that have non-CALL relocations against
995 them.
996 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
997 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
998 R_MIPS_GOT16.
999 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1000 non-CALL relocation against it is encountered.
1001 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1002 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1003 no_fn_stub is not set.
1004
1005 * elf32-mips.c (mips_elf_output_extsym): Get the output section
1006 information from the real symbol for indirect ones.
1007 Check no_fn_stub to find out if a symbol has a function stub
1008 indeed.
1009
9f93bca5
MS
10102001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1011
1012 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1013 * Makefile.in: Regenerate.
1014
81545d45
RH
10152001-02-09 David Mosberger <davidm@hpl.hp.com>
1016
1017 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
1018 true if section name is an unwind table section name.
1019 (elfNN_ia64_additional_program_headers): Count each unwind section
1020 separately.
1021 (elfNN_ia64_modify_segment_map): Install one unwind program header
1022 for each unwind separate section. Note: normally the linker
1023 script merges the unwind sections that go into a single segment,
1024 so this still generates at most one unwind program header per
1025 segment.
1026
1027 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1028 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1029 (elfNN_ia64_fake_sections): Mark sections with names that start
1030 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1031 unwind section.
1032
1033 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1034 Use it to make sh_info in unwind section point to the text section
1035 it applies to.
1036
a85d7ed0
NC
10372001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1038
1039 * Makefile.am: Add linux target for S/390.
1040 * archures.c: Likewise.
1041 * bfd-in2.h: Likewise.
1042 * config.bfd: Likewise.
1043 * configure.in: Likewise.
1044 * elf.c: Likewise.
1045 * libbfd.h: Likewise.
1046 * targets.c: Likewise.
1047 * cpu-s390.c: New file.
1048 * elf32-s390.c: New file.
1049 * elf64-s390.c: New file.
1050
356d255d
NC
10512001-02-09 Nick Clifton <nickc@redhat.com>
1052
1053 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1054 ImageBase. This has already been done by coff_swap_hdr_in.
1055
069f40e5
JJ
10562001-02-09 Jakub Jelinek <jakub@redhat.com>
1057
1058 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1059
eadfa8ab
JJ
10602001-02-09 Jakub Jelinek <jakub@redhat.com>
1061
1062 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1063 (sparc64_elf_relocate_section): Likewise.
1064
9fc54e19
MK
10652001-02-09 Mark Kettenis <kettenis@gnu.org>
1066
1067 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1068 similar to R_SPARC_32.
1069 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1070
1f655a09
L
10712001-02-08 H.J. Lu <hjl@gnu.org>
1072
1073 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1074 relocation entries for weak definitions when building DSO with
1075 -Bsymbolic.
1076
ca88208a
RH
10772001-02-08 Richard Henderson <rth@redhat.com>
1078
1079 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1080 before visibility. Locally defined protected symbols are not
1081 dynamic.
1082
4603e845
GK
10832001-02-08 Geoffrey Keating <geoffk@redhat.com>
1084
1085 * config.bfd: Enable coff64 for rs6000-*. Patch from
1086 <hzoli@austin.ibm.com>.
1087
4ca29a6a
NC
10882001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
1089
1090 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1091 found, do not attempt to find dwarf2 info before returning.
1092
7da9d88f
NC
10932001-02-07 Jakub Jelinek <jakub@redhat.com>
1094
1095 * elflink.h (is_global_symbol_definition): Rename to
1096 is_global_data_symbol_definition and have it reject function
1097 symbols.
1098 (elf_link_is_defined_archive_symbol): Use renamed function.
1099
7340082d
NC
11002001-02-07 Todd Vierling <tv@wasabisystems.com>
1101
1102 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1103 * libbfd.h (bfd_target_vector): Likewise.
1104 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 1105 make static; create pointer reference named bfd_target_vector.
7340082d
NC
1106 (_bfd_target_vector_entries): Calculate this based on the array
1107 typed _bfd_target_vector.
1108
2719f880
L
11092001-02-06 H.J. Lu <hjl@gnu.org>
1110
1111 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1112 internal symbols are not dynamic.
1113 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1114
175aa013
NC
11152001-02-06 Nick Clifton <nickc@redhat.com>
1116
1117 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1118 that it will not be pulled into the list of files that make up
1119 po/POTFILES.in.
1120 * Makefile.in: Regenerate.
1121 * po/bfd.pot: Regenerate.
1122
15e0ecd9
L
11232001-02-06 H.J. Lu <hjl@gnu.org>
1124
7898deda 1125 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
15e0ecd9
L
1126 checking.
1127 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1128 external_PEI_IMAGE_hdr.
1129
27def10f
KH
11302001-02-06 Kazu Hirata <kazu@hxi.com>
1131
1132 * elf-m10200.c: Fix formatting.
1133
a0f2e916
NC
11342001-02-04 Nick Clifton <nickc@redhat.com>
1135
1136 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1137 rel, it will be handled later on.
1138
d96031fb
NC
11392001-02-02 Fred Fish <fnf@ninemoons.com>
1140
1141 * Makefile.in: Fix typo.
1142
010ac81f
KH
11432001-02-01 Kazu Hirata <kazu@hxi.com>
1144
1145 * elf-m10300.c: Fix formatting.
1146
3fab46d0
AM
11472001-01-30 Alan Modra <alan@linuxcare.com.au>
1148
1149 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1150 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
1151 (elf64_hppa_object_p): Set architecture and machine from elf
1152 header flags.
3fab46d0 1153
95404643
RH
11542001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
1155
1156 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1157 before mdebug.
1158
8fb35fed
RH
11592001-01-26 Richard Henderson <rth@redhat.com>
1160
1161 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1162 for non-default visibility.
1163 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1164 delete ugly macro and replace with pretty function.
1165
a4f68544
NC
11662001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
1167
1168 * coff-go32.c: Update copyright.
1169 * coff-stgo32.c: Likewise.
1170 * coff-go32.c (COFF_LONG_FILENAMES): Define.
1171 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1172 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1173 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1174
c02e7c3e
KH
11752001-01-25 Kazu Hirata <kazu@hxi.com>
1176
1177 * bfd-in2.h: Rebuild.
1178 * libbfd.h: Likewise.
1179
541389e2
L
11802001-01-23 H.J. Lu <hjl@gnu.org>
1181
1182 * bfd-in2.h: Rebuild.
1183
0007625f
L
11842001-01-23 H.J. Lu <hjl@gnu.org>
1185
1186 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1187 is NULL or PRIV(vms_rec) is outside of the buffer.
1188
b653e1b1
KH
11892001-01-23 Kazu Hirata <kazu@hxi.com>
1190
1191 * coff64-rs6000.c: Fix formatting.
1192 * coff-arm.c: Likewise.
1193 * coffgen.c: Likewise.
1194 * cofflink.c: Likewise.
1195 * coff-mcore.c: Likewise.
1196 * coff-mips.c: Likewise.
1197 * coff-pmac.c: Likewise.
1198 * coff-ppc.c: Likewise.
1199 * coff-rs6000.c: Likewise.
1200 * elf32.c: Likewise.
1201 * elf32-fr30.c: Likewise.
1202 * elf32-i370.c: Likewise.
1203 * elf32-i860.c: Likewise.
1204 * elf32-m32r.c: Likewise.
1205 * elf32-m68k.c: Likewise.
1206 * elf32-mcore.c: Likewise.
1207 * elf32-ppc.c: Likewise.
1208 * elf32-sh.c: Likewise.
1209 * elf32-v850.c: Likewise.
1210 * elf64-alpha.c: Likewise.
1211 * elf64-sparc.c: Likewise.
1212 * elflink.c: Likewise.
1213 * elflink.h: Likewise.
1214 * elf-m10200.c: Likewise.
1215 * elf-m10300.c: Likewise.
1216 * elfxx-ia64.c: Likewise.
1217
3fde5a36
KH
1218 * aoutx.h: Fix formatting.
1219 * bfd.c: Likewise.
1220 * bfd-in2.h: Likewise.
1221 * bfd-in.h: Likewise.
1222 * cpu-i386.c: Likewise.
1223 * cpu-m68hc11.c: Likewise.
1224 * dwarf2.c: Likewise.
1225 * elf64-x86-64.c: Likewise.
1226 * format.c: Likewise.
1227 * freebsd.h: Likewise.
1228 * hash.c: Likewise.
1229 * hp300hpux.c: Likewise.
1230 * hppabsd-core.c: Likewise.
1231 * hpux-core.c: Likewise.
1232
70256ad8
AJ
12332001-01-22 Bo Thorsen <bo@suse.de>
1234
1235 * elf64-x86-64.c: Added PIC support for X86-64.
1236 (elf64_x86_64_link_hash_newfunc): Function added.
1237 (elf64_x86_64_link_hash_table_create): Likewise.
1238 (elf64_x86_64_check_relocs): Likewise.
1239 (elf64_x86_64_gc_mark_hook): Likewise.
1240 (elf64_x86_64_gc_sweep_hook): Likewise.
1241 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1242 (elf64_x86_64_size_dynamic_sections): Likewise.
1243 (elf64_x86_64_discard_copies): Likewise.
1244 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1245 (elf64_x86_64_finish_dynamic_sections): Likewise.
1246 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1247
ee0bebb8
AJ
12482001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1249
1250 * Makefile.am (install-data-local): Make use of $(DESTDIR).
1251 * Makefile.in: Regenerate.
1252
2a38f751
KH
12532001-01-21 Kazu Hirata <kazu@hxi.com>
1254
1255 * coff-a29k.c: Fix formatting.
1256
c8492176
L
12572001-01-19 H.J. Lu <hjl@gnu.org>
1258
1259 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1260 relocation section names.
1261 (elf_i386_relocate_section): Report files with bad relocation
1262 section names and return false.
1263
a5377ec0
AJ
12642001-01-17 Bo Thorsen <bo@suse.de>
1265
1266 * targets.c: Alphabetize list of xvecs.
1267
b352eebf
AM
12682001-01-14 Alan Modra <alan@linuxcare.com.au>
1269
d952f17a
AM
1270 * config.bfd: Add linux target variant for elfxx-hppa.
1271 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1272 bfd_elf64_hppa_linux_vec.
1273 * configure: Regenerate.
1274 * elf64-hppa.c: Include elf64-target.h again to support linux
1275 target variant.
1276 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1277 * elf32-hppa.c: Include elf32-target.h again to support linux
1278 target variant.
1279 (elf32_hppa_post_process_headers): New function.
1280 (elf_backend_post_process_headers): Define.
1281 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1282 bfd_elf32_hppa_linux_vec.
1283
c46b7515
AM
1284 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1285 and data_segment_base fields.
1286 (elf32_hppa_link_hash_table_create ): Init them.
1287 (elf32_hppa_check_relocs): Update comments.
1288 (hppa_record_segment_addr): New function.
1289 (elf32_hppa_relocate_section): Call it.
1290 (final_link_relocate): Handle R_PARISC_SEGREL32.
1291 (elf32_hppa_final_link): New function.
1292 (bfd_elf32_bfd_final_link): Define to call it.
1293 (hppa_unwind_entry_compare): New function.
1294 * cache.c (bfd_open_file): Create files in write+read mode.
1295
1296 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1297 SEGREL32 and numerous other relocs. Change duplicate
1298 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1299
d768008d
AM
1300 * opncls.c (bfd_fdopenr): Add parens like the comment says around
1301 O_ACCMODE.
1302
150ccafb
AM
1303 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1304 .plt entries for DT_INIT and DT_FINI.
1305 (elf32_hppa_finish_dynamic_sections): Remove special handling of
1306 DT_INIT and DT_FINI.
1307
b352eebf
AM
1308 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1309 offsets for stub .plt access if wide mode. Check offset in range.
1310
b3b9a062
NC
13112001-01-13 Nick Clifton <nickc@redhat.com>
1312
b7ed8fad
NC
1313 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1314 line.
1315
b3b9a062
NC
1316 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1317 line.
1318
6e0b89ee
AM
13192001-01-12 Alan Modra <alan@linuxcare.com.au>
1320
1321 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1322 * configure: Regenerate.
1323
0d2bcfaf
NC
13242001-01-11 Peter Targett <peter.targett@arccores.com>
1325
1326 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1327 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1328 * cpu-arc.c (arch_info_struct): Add entries for variants.
1329 (bfd_arc_arch) Set default to bfd_mach_arc_5.
1330 (arc_get_mach) Don't assume machine names prefixed arc- before
1331 testing.
1332 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1333 selections.
1334 (arc_elf_final_write_processing) Likewise.
1335 (ELF_MACHINE_CODE) Use EM_ARC.
1336
c31c1f70
NC
13372001-01-10 Nick Clifton <nickc@redhat.com>
1338
2758140b 1339 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 1340
5ad083e3
PB
13412001-01-07 Philip Blundell <philb@gnu.org>
1342
1343 * README: Replace `bug-gnu-utils@gnu.org' with
1344 `bug-binutils@gnu.org'.
1345
7eae7d22
KH
13462001-01-04 Kazu Hirata <kazu@hxi.com>
1347
1348 * som.c: Fix formatting.
1349
509945ae
KH
13502001-01-03 Kazu Hirata <kazu@hxi.com>
1351
3e932841
KH
1352 * ecoffswap.h: Fix formatting.
1353 * elf-bfd.h: Likewise.
1354 * elfarm-nabi.c: Likewise.
1355 * elfarm-oabi.c: Likewise.
1356 * elfcode.h: Likewise.
1357 * elfcore.h: Likewise.
1358 * elflink.c: Likewise.
1359 * elflink.h: Likewise.
1360 * elfxx-ia64.c: Likewise.
1361 * elfxx-target.h: Likewise.
1362 * libbfd.c: Likewise
509945ae
KH
1363 * linker.c: Likewise.
1364 * lynx-core.c: Likewise.
1365
892339ee
KH
13662001-01-02 Kazu Hirata <kazu@hxi.com>
1367
1368 * pc532-mach.c: Fix formatting.
1369 * pe-arm.c: Likewise.
1370 * pe-i386.c: Likewise.
1371 * pe-mips.c: Likewise.
1372 * pe-ppc.c: Likewise.
1373 * pe-sh.c: Likewise.
1374 * pei-mips.c: Likewise.
1375 * pei-sh.c: Likewise.
ee91ed79 1376 * peicode.h: Likewise.
892339ee
KH
1377 * ppcboot.c: Likewise.
1378 * ptrace-core.c: Likewise.
1379
3d855632
KH
13802001-01-01 Kazu Hirata <kazu@hxi.com>
1381
1382 * reloc.c: Fix formatting.
1383 * riscix.c: Likewise.
1384 * rs6000-core.c: Likewise.
1385 * xcoff-target.h: Likewise.
1386
a77a9fef
HPN
13872000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1388
1389 * elfcode.h (elf_object_p): Also restore the bfd mach field on
1390 error, by calling bfd_default_set_arch_mach with incoming
1391 values.
1392
558e161f
KH
13932000-12-26 Kazu Hirata <kazu@hxi.com>
1394
1395 * vaxnetbsd.c: Fix formatting.
1396 * versados.c: Likewise.
1397 * vms-gsd.c: Likewise.
1398 * vms-hdr.c: Likewise.
1399 * vms-misc.c: Likewise.
1400
3c579812
AO
14012000-12-25 Alexandre Oliva <aoliva@redhat.com>
1402
1403 * archive.c (coff_write_armap): Don't write more than symbol_count
1404 `archive_member_file_ptr's.
1405
672579e9
KH
14062000-12-25 Kazu Hirata <kazu@hxi.com>
1407
1408 * vms-tir.c: Fix formatting.
1409
55f2d5ed
KH
14102000-12-23 Kazu Hirata <kazu@hxi.com>
1411
1412 * vms.c: Fix formatting.
1413 * vms.h: Likewise.
1414
23ccc829
NC
14152000-12-21 Santeri Paavolainen <santtu@ssh.com>
1416
1417 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1418
1419 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1420
1421 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1422 arithmetic.
1423
1424 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1425
1426 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1427
8c603c85
NC
14282000-12-21 Richard Sandiford <rsandifo@redhat.com>
1429
1430 * libbfd.c (bfd_get_bits): Added
1431 (bfd_put_bits): Likewise
1432 * bfd-in.h: Declared the above.
1433 * bfd-in2.h: Regenerated.
1434
5bff4f56
KH
14352000-12-20 Kazu Hirata <kazu@hxi.com>
1436
1437 * targets.c: Fix formatting.
1438 * tekhex.c: Likewise.
1439 * trad-core.c: Likewise.
1440
7b82c249
KH
14412000-12-19 Kazu Hirata <kazu@hxi.com>
1442
1443 * sco5-core.c: Fix formatting.
1444 * section.c: Likewise.
1445 * sparclinux.c: Likewise.
1446 * sparclynx.c: Likewise.
1447 * sparcnetbsd.c: Likewise.
1448 * srec.c: Likewise.
1449 * stabs.c: Likewise.
1450 * stab-syms.c: Likewise.
1451 * sunos.c: Likewise.
1452 * syms.c: Likewise.
1453 * sysdep.h: Likewise.
1454
f78c5281
NC
14552000-12-18 Nick Clifton <nickc@redhat.com>
1456
1457 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1458 defined.
1459 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1460 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1461
02b89dce
NC
14622000-12-18 Nick Clifton <nickc@redhat.com>
1463
1464 * vms-misc.c (_bfd_vms_get_record): Add default case to
1465 file_format switch.
1466
d20966a7
NC
14672000-12-15 Miloslav Trmac <mitr@volny.cz>
1468
1469 * elfcore.h (elf_core_file_p): Move to the start of the program
1470 headers before attempting to read them.
1471
6fa957a9
KH
14722000-12-14 Kazu Hirata <kazu@hxi.com>
1473
1474 * peigen.c: Fix formatting.
1475 * som.c: Likewise.
1476 * som.h: Likewise.
1477
9602af51
KH
14782000-12-13 Kazu Hirata <kazu@hxi.com>
1479
1480 * peigen.c: Fix formatting.
1481
514829c3
JW
14822000-12-12 Jim Wilson <wilson@redhat.com>
1483
1484 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1485
3a71aec8
NC
14862000-12-08 Mark Salter <msalter@redhat.com>
1487
1488 * binary.c (binary_set_section_contents): Ignore sections
1489 with zero size.
1490
1518639e
KH
14912000-12-12 Kazu Hirata <kazu@hxi.com>
1492
1493 * m68klinux.c: Fix formatting.
1494 * m68knetbsd.c: Likewise.
1495 * mipsbsd.c: Likewise.
1496 * netbsd-core.c: Likewise.
1497 * netbsd.h: Likewise.
1498 * newsos3.c: Likewise.
1499 * nlm32-alpha.c: Likewise.
1500 * nlm32-i386.c: Likewise.
1501 * nlm32-ppc.c: Likewise.
1502 * nlm32-sparc.c: Likewise.
1503 * nlmcode.h: Likewise.
1504 * nlmswap.h: Likewise.
1505 * nlm-target.h: Likewise.
1506 * ns32knetbsd.c: Likewise.
1507
b79e8c78
NC
15082000-12-10 Fred Fish <fnf@be.com>
1509
d952f17a
AM
1510 * elflink.h (elf_link_output_extsym): Don't complain about undefined
1511 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 1512
38b1a46c
NC
15132000-12-12 Nick Clifton <nickc@redhat.com>
1514
1515 * cpu-sh.c: Fix formattng.
1516 * elf.c: Fix formattng.
1517 * elf32-mips.c: Fix formattng.
1518 * elf32-sh.c: Fix formattng.
1519 * elf64-alpha.c: Fix formattng.
1520
857ec808
NC
15212000-12-09 Nick Clifton <nickc@redhat.com>
1522
1523 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1524 dwarf2_find_line_info as last parameter to invocation of
1525 _bfd_dwarf2_find_nearest_line.
1526 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1527 dwarf2_find_line_info as last parameter to invocation of
1528 _bfd_dwarf2_find_nearest_line.
1529
51db3708
NC
15302000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
1531
1532 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
1533 (BFD_LIBS): ...to here.
1534 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1535 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
1536 * Makefile.in: Regenerate.
1537 * configure.in: Remove dwarf.lo from the elf shell variable.
1538 * configure: Regenerate.
1539 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1540 * libcoff.h: Regenerate.
d952f17a 1541 * coffgen.c (coff_find_nearest_line): Call
857ec808 1542 _bfd_dwarf2_find_nearest_line.
51db3708 1543 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
1544 accordingly.
1545 (read_abbrevs): Likewise
1546 (decode_line_info): Likewise.
1547 (parse_comp_unit): Likewise.
1548 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
1549 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1550 * libbfd.h: Regenerate.
1551 * elf.c (_bfd_elf_find_nearest_line): Update call.
1552 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1553 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1554 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
1555 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1556 (styp_to_sec_flags): Handle DWARF2 sections.
1557 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1558 to _bfd_find_nearest_line.
1559 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1560 call to _bfd_find_nearest_line.
d952f17a 1561
435b1e90
KH
15622000-12-08 Kazu Hirata <kazu@hxi.com>
1563
1564 * coffgen.c: Fix formatting.
fe8bc63d 1565 * elf-m10300.c: Likewise.
435b1e90
KH
1566 * elf32-i386.c: Likewise.
1567 * elf32-i960.c: Likewise.
1568 * elf32-m68k.c: Likewise.
1569 * elf32-mcore.c: Likewise.
1570 * elf32-ppc.c: Likewise.
1571 * elf32-sh.c: Likewise.
1572 * elf32-sparc.c: Likewise.
1573 * elf32-v850.c: Likewise.
fe8bc63d
KH
1574 * elf64-alpha.c: Likewise.
1575 * elf64-hppa.c: Likewise.
1576 * elf64-mips.c: Likewise.
435b1e90 1577 * elf64-sparc.c: Likewise.
435b1e90 1578
8da6118f
KH
15792000-12-07 Kazu Hirata <kazu@hxi.com>
1580
1581 * elf32-ppc.c: Fix formatting.
1582 * elf64-x86-64.c: Likewise.
1583
a9922e52
UC
15842000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
1585
1586 From Ralf Baechle <ralf@gnu.org>
1587
1588 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1589 BFDs containing no sections or empty .text, .data or .bss sections
1590 to be merged, regardless of their flags.
1591
c3668558
KH
15922000-12-06 Kazu Hirata <kazu@hxi.com>
1593
1594 * elf32-m32r.c: Fix formatting.
1595 * elf32-m68hc11.c: Likewise.
1596 * elf32-m68hc12.c: Likewise.
1597 * elf32-m68k.c: Likewise.
1598 * elf32-mcore.c: Likewise.
1599 * elf32-pj.c: Likewise.
1600 * elf32-ppc.c: Likewise.
1601
6609fa74
KH
16022000-12-05 Kazu Hirata <kazu@hxi.com>
1603
1604 * elf32-fr30.c: Fix formatting.
1605 * elf32-hppa.c: Likewise.
1606 * elf32-i370.c: Likewise.
1607 * elf32-i386.c: Likewise.
1608 * elf32-i860.c: Likewise.
1609 * elf32-i960.c: Likewise.
1610
a7c10850
KH
16112000-12-03 Kazu Hirata <kazu@hxi.com>
1612
1613 * elf32-arm.h: Fix formatting.
1614 * elf32-avr.c: Likewise.
1615 * elf32-cris.c: Likewise.
1616 * elf32-d10v.c: Likewise.
1617 * elf32-d30v.c: Likewise.
1618 * elf-hppa.h: Likewise.
1619 * elf-m10200.c: Likewise.
1620 * elf-m10300.c: Likewise.
1621
e7af610e
NC
16222000-12-01 Chris Demetriou <cgd@sibyte.com>
1623
d952f17a
AM
1624 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1625 bfd_mach_mips32_4k. Update FIXME comment.
1626 * archures.c (bfd_mach_mips32): New constant.
1627 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1628 the latter, renumber it.
1629 * bfd-in2.h (bfd_mach_mips32): New constant.
1630 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1631 the latter, renumber it.
1632 * cpu-mips.c (I_mips32): New constant.
1633 (I_mips4K, I_mips32_4k): Rename the former to the latter.
1634 (arch_info_struct): Add bfd_mach_mips32 entry, replace
1635 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1636 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1637 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
1638 with E_MIPS_MACH_MIPS32_4K.
1639 (_bfd_mips_elf_final_write_processing): Replace
1640 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1641 bfd_mach_mips32 case.
1642 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1643 comparison with support for MIPS32.
1644 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1645 MIPS32.
1646
1647 * aoutx.h (NAME(aout,machine_type)): Add cases for
1648 bfd_mach_mips5 and bfd_mach_mips64.
1649 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1650 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1651 * cpu_mips.c (I_mips5, I_mips64): New definitions.
1652 (arch_info_struct): Add entries for bfd_mach_mips5 and
1653 bfd_mach_mips64.
1654 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1655 _bfd_mips_elf_print_private_bfd_data): Add cases for
1656 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1657 (_bfd_mips_elf_final_write_processing): Add cases for
1658 bfd_mach_mips5 and bfd_mach_mips64.
1659
7898deda 1660 * aoutx.h (NAME(aout,machine_type)): Add a
d952f17a 1661 bfd_mach_mips_sb1 case.
7898deda
NC
1662 * archures.c (bfd_mach_mips_sb1): New constant.
1663 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1664 * cpu-mips.c (I_sb1): New constant.
d952f17a 1665 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
7898deda 1666 * elf32-mips.c (elf_mips_mach): Add case for
d952f17a
AM
1667 E_MIPS_MACH_SB1.
1668 (_bfd_mips_elf_final_write_processing): Add case for
1669 bfd_mach_mips_sb1.
1670
16712000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
1672
1673 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
1674 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1675 (sparc*-*-rtems*): Switched from a.out to ELF.
1676
8d88c4ca 16772000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
1678
1679 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
1680 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
1681 (elf64-x86-64.lo): Add dependencies.
1682 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
1683 bfd_mach_x86_64_intel_syntax.
1684 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
1685 * config.bfd (x86_64): Add.
1686 * configure.in: Add support for bfd_elf64_x86_64_vec.
1687 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
1688 (bfd_i386_arch, i8086_ar): Link in.
1689 * elf64-x86-64.c: New file.
1690 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
1691 * targets.c (bfd_elf64_x86_64_vec): Add.
1692 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 1693
fbc4fff4
KH
16942000-11-30 Kazu Hirata <kazu@hxi.com>
1695
1696 * xcofflink.c: Fix formatting.
1697
e60b52c6
KH
16982000-11-28 Kazu Hirata <kazu@hxi.com>
1699
1700 * aoutx.h: Fix formatting.
1701 * bfd-in.h: Likewise.
1702 * bfd-in2.h: Likewise.
1703 * cache.c: Likewise.
1704 * cisco-core.c: Likewise.
1705 * coff64-rs6000.c: Likewise.
1706 * coffcode.h: Likewise.
1707 * coffswap.h: Likewise.
1708 * corefile.c: Likewise.
be3ccd9c 1709 * elf32-mips.c: Likewise.
e60b52c6 1710
336eced2
KH
17112000-11-27 Kazu Hirata <kazu@hxi.com>
1712
1713 * aout-adobe.c: Fix formatting.
244148ad
KH
1714 * coff64-rs6000.c: Likewise.
1715 * coffgen.c: Likewise.
1716 * cofflink.c: Likewise.
336eced2 1717
d71f672e
PB
17182000-11-27 Philip Blundell <pb@futuretv.com>
1719
1720 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
1721 (obj_coff_strings_written): New accessor macro for above.
1722 * libcoff.h: Regenerate.
1723 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
1724 strings.
1725 * coffcode.h (coff_write_object_contents): No need to write out
1726 the string table if it's already been done.
1727
bc7a577d
PB
17282000-11-22 Philip Blundell <pb@futuretv.com>
1729
d952f17a 1730 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
1731 weak undefined symbols.
1732
077b8428
NC
17332000-11-24 Nick Clifton <nickc@redhat.com>
1734
1735 * archures.c (bfd_mach_arm_5TE): Define.
1736 (bfd_mach_arm+XScale): Define.
1737 * bfd-in2.h: Regenerate.
1738
1739 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
1740 BFD_RELOC_ARM_PCREL_BLX.
1741
1742 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
1743 XScale machine numbers.
1744
1745 * config.bfd (xscale-elf): Add target.
1746 (xscale-coff): Add target.
1747
1748 * cpu-arm.c: Add xscale machine name.
1749 Add v5t, v5te and XScale machine numbers.
1750
e9e41bd9
KH
17512000-11-23 Kazu Hirata <kazu@hxi.com>
1752
1753 * aix386-core.c: Fix formatting.
1754
64bf6ae6
JW
17552000-11-22 Jim Wilson <wilson@redhat.com>
1756
1757 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
1758 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
1759 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
1760 (ins_imms_scaled): Initialize sign_bit at function entry.
1761 (elf64_ia64_operands): Add missing initializers.
1762 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
1763 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
1764 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
1765 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
1766 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
1767 parameters.
1768 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
1769 and free_extsyms at function entry.
1770 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
1771 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
1772 (get_got): Delete unused local srel.
1773 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
1774 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 1775
1abaf976
KH
17762000-11-21 Kazu Hirata <kazu@hxi.com>
1777
6e301b2b
KH
1778 * coff-a29k.c: Fix formatting.
1779 * coff-h8500.c: Likewise.
1780 * coff-i960.c: Likewise.
1781 * coff-ppc.c: Likewise.
1782 * coff-rs6000.c: Likewise.
1783 * coff-stgo32.c: Likewise.
1784 * coff-tic54x.c: Likewise.
1785 * coff-w65.c: Likewise.
1786 * cpu-h8500.c: Likewise.
1787 * cpu-hppa.c: Likewise.
1788 * cpu-ns32k.c: Likewise.
1789 * ecoff.c: Likewise.
1abaf976
KH
1790 * ecofflink.c: Likewise.
1791
a0fc8ba1
NC
17922000-11-21 Nick Clifton <nickc@redhat.com>
1793
1794 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
1795 remove possibility of infinite loop.
1796
beb0d161
KH
17972000-11-20 Kazu Hirata <kazu@hxi.com>
1798
1799 * aix386-core.c: Fix formatting.
1800 * aout-adobe.c: Likewise.
1801 * aout-arm.c: Likewise.
1802 * aout-encap.c: Likewise.
1803 * aout-ns32k.c: Likewise.
1804 * aout-target.h: Likewise.
1805 * aout-tic30.c: Likewise.
1806 * aoutf1.h: Likewise.
1807 * aoutx.h: Likewise.
1808 * archive.c: Likewise.
eb6e10cb
KH
1809 * bfd-in.h: Likewise.
1810 * bfd-in2.h: Likewise.
1811 * bfd.c: Likewise.
1812 * bout.c: Likewise.
beb0d161 1813
2c2475db
JW
18142000-11-17 H.J. Lu <hjl@gnu.org>
1815
1816 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
1817 pltoff entries for DT_INIT and DT_FINI.
1818 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
1819 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
1820 entries.
1821
18b27f17
RH
18222000-11-16 Richard Henderson <rth@redhat.com>
1823
1824 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
1825 (allocate_dynrel_entries): Likewise.
1826 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
1827 (set_pltoff_entry): Likewise.
1828 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
1829 (elfNN_ia64_reloc_type_lookup): Likewise.
1830 (elfNN_ia64_install_value): Likewise.
1831 (elfNN_ia64_relocate_section): Likewise.
1832 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
1833 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
1834
98591c73
KH
18352000-11-16 Kazu Hirata <kazu@hxi.com>
1836
71f6b586
KH
1837 * cpu-a29k.c: Fix formatting.
1838 * cpu-alpha.c: Likewise.
1839 * cpu-arm.c: Likewise.
1840 * cpu-avr.c: Likewise.
1841 * cpu-d10v.c: Likewise.
1842 * cpu-h8500.c: Likewise.
1843 * cpu-hppa.c: Likewise.
1844 * cpu-i370.c: Likewise.
1845 * cpu-i386.c: Likewise.
1846 * cpu-i960.c: Likewise.
1847 * cpu-ia64-opc.c: Likewise.
1848 * cpu-ia64.c: Likewise.
1849 * cpu-m32r.c: Likewise.
1850 * cpu-m68hc11.c: Likewise.
1851 * cpu-m68hc12.c: Likewise.
1852 * cpu-m68k.c: Likewise.
1853 * cpu-m88k.c: Likewise.
1854 * cpu-mips.c: Likewise.
1855 * cpu-ns32k.c: Likewise.
1856 * cpu-pj.c: Likewise.
1857 * cpu-powerpc.c: Likewise.
1858 * cpu-sh.c: Likewise.
1859 * cpu-sparc.c: Likewise.
1860 * cpu-tic54x.c: Likewise.
1861 * cpu-v850.c: Likewise.
1862 * cpu-vax.c: Likewise.
1863 * cpu-w65.c: Likewise.
1864 * cpu-we32k.c: Likewise.
1865 * cpu-z8k.c: Likewise.
1866 * dwarf1.c: Likewise.
98591c73
KH
1867 * dwarf2.c: Likewise.
1868
c5930ee6
KH
18692000-11-15 Kazu Hirata <kazu@hxi.com>
1870
1871 * coff-arm.c: Fix formatting.
1872 * coff-ppc.c: Likewise.
1873 * coff-rs6000.c: Likewise.
cbfe05c4
KH
1874 * coff-sh.c: Likewise.
1875 * coff-sparc.c: Likewise.
1876 * coff-tic30.c: Likewise.
1877 * coff-tic54x.c: Likewise.
1878 * coff-tic80.c: Likewise.
1879 * coff-w65.c: Likewise.
1880 * coff-we32k.c: Likewise.
1881 * coff-z8k.c: Likewise.
c5930ee6 1882
dac544a8
RH
18832000-11-15 Richard Henderson <rth@redhat.com>
1884
1885 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
1886 section with the same ALLOC|LOAD flags as the source section.
1887
c810873d
JJ
18882000-11-14 Jakub Jelinek <jakub@redhat.com>
1889
1890 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
1891 by STO_ALPHA constants.
1892
43646c9d
KH
18932000-11-14 Kazu Hirata <kazu@hxi.com>
1894
1895 * coff-pmac.c: Fix formatting.
1896 * coff-ppc.c: Likewise.
1897
051b8577
L
18982000-11-13 H.J. Lu <hjl@gnu.org>
1899
1900 * elflink.h (elf_link_add_object_symbols): Also add indirect
1901 symbols for common symbols with the default version.
1902
90460d97
PB
19032000-11-09 Philip Blundell <pb@futuretv.com>
1904
1905 * section.c (STD_SECTION): Set gc_mark flag.
1906
b48499ec
KH
19072000-11-11 Kazu Hirata <kazu@hxi.com>
1908
1909 * coff-i960.c: Likewise.
1910 * coff-m68k.c: Likewise.
1911 * coff-m88k.c: Likewise.
1912 * coff-mcore.c: Likewise.
1913 * coff-mips.c: Likewise.
1914
c5aeb40f
AO
19152000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
1916
1917 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
1918
5fcfd273
KH
19192000-11-10 Kazu Hirata <kazu@hxi.com>
1920
1921 * coff-h8300.c: Fix formatting.
1922 * coff-h8500.c: Likewise.
1923 * coff-i386.c: Likewise.
1924 * coff-i860.c: Likewise.
1925 * coff-i960.c: Likewise.
1926 * coff-ia64.c: Likewise.
1927
047066e1
KH
19282000-11-09 Kazu Hirata <kazu@hxi.com>
1929
1930 * archive.c: Fix formatting.
1931 * archures.c: Likewise.
1932
9a951beb
RH
19332000-11-07 Richard Henderson <rth@redhat.com>
1934
1935 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
1936 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
1937 * section.c (bfd_set_section_contents): Call memcpy if
1938 section->contents set and location not equal to contents plus offset.
1939
aebad5fe
KH
19402000-11-08 Kazu Hirata <kazu@hxi.com>
1941
8546af74
KH
1942 * bfd-in.h: Fix formatting.
1943 * bfd-in2.h: Likewise.
1944 * bfd.c: Likewise.
aebad5fe
KH
1945 * binary.c: Likewise.
1946 * bout.c: Likewise.
346ceb11
KH
1947 * coff-a29k.c: Likewise.
1948 * coff-alpha.c: Likewise.
1949 * coff-apollo.c: Likewise.
1950 * coff-aux.c: Likewise.
aebad5fe 1951
0ef5a5bd
KH
19522000-11-07 Kazu Hirata <kazu@hxi.com>
1953
1954 * aix386-core.c: Fix formatting.
1955 * aoutf1.h: Likewise.
1956 * aoutx.h: Likewise.
1957 * archures.c: Likewise.
1958 * armnetbsd.c: Likewise.
1959
d562d2fb
AM
19602000-11-07 Alan Modra <alan@linuxcare.com.au>
1961
1962 * coff-h8300.c (special): Adjust reloc address.
1963
bbe66d08
JW
19642000-11-06 Steve Ellcey <sje@cup.hp.com>
1965
4efc3e05 1966 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
1967 to differentiate elf32 and elf64 on ia64.
1968 * bfd-in2.h: Regenerate.
1969 * config.bfd: Add target for "ia64*-*-hpux*".
1970 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
1971 * configure: Regenerate.
4efc3e05 1972 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
1973 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
1974
1975 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
1976 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
1977 * Makefile.in: Regnerate.
4efc3e05 1978 * elf64-ia64.c: Deleted.
bbe66d08
JW
1979 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
1980
c4dfa77f
KH
19812000-11-06 Kazu Hirata <kazu@hxi.com>
1982
1983 * aout-adobe.c: Fix formatting.
1984 * aout-arm.c: Likewise.
1985 * aout-cris.c: Likewise.
1986 * aout-encap.c: Likewise.
1987 * aout-ns32k.c: Likewise.
1988 * aout-target.h: Likewise.
1989 * aout-tic30.c: Likewise.
1990
cf919dfd
PB
19912000-11-05 Philip Blundell <philb@gnu.org>
1992
1993 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
1994 BFDs containing no sections to be merged, regardless of their flags.
1995
19962000-11-04 Philip Blundell <philb@gnu.org>
1997
1998 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
1999 if a relocation for an undefined symbol also results in an
2000 overflow.
2001
8d88c4ca 20022000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
2003
2004 * config.bfd: Add support for Sun Chorus.
2005
46d59bfa
DB
20062000-11-05 David O'Brien <obrien@FreeBSD.org>
2007
2008 * configure.in: Recognize alpha-*-freebsd*.
2009 * configure: Regenerate.
2010
d952f17a 20112000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
2012
2013 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2014 (Chunk): New global variable set by a parameter in objcopy.c.
2015 (S3Forced): New global variable set by a parameter in
2016 objcopy.c.
2017 (srec_set_section_contents): If S3Forced is true, always generate
2018 S3 records.
2019 (srec_write_section): Use 'Chunk' to limit maximum length of S
2020 records.
2021
59ff2774
NC
20222000-11-02 Per Lundberg <plundis@chaosdev.org>
2023
2024 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2025 * Makefile.in: Regenerate.
2026 * bfd-in2.h: Regenerate.
2027 * po/bfd.pot: Regenerate.
d952f17a 2028
ee43f35e
PB
20292000-10-31 Philip Blundell <philb@gnu.org>
2030
2031 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2032 EF_SOFT_FLOAT if it is defined.
2033
1006ba19
PB
20342000-10-27 Philip Blundell <philb@gnu.org>
2035
2036 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2037 attempts to mix PIC code with non-PIC, just mark the output as
2038 being position dependent.
d952f17a
AM
2039 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
2040 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 2041 all mismatches, not just the first one.
d952f17a 2042
c4920b97
NC
20432000-10-25 Chris Demetriou <cgd@sibyte.com>
2044
2045 * ieee.c (ieee_archive_p): Plug one of many possible
2046 memory leaks in error handling.
2047
19f7b010
JJ
20482000-10-20 Jakub Jelinek <jakub@redhat.com>
2049
2050 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2051 elf32_sparc_object_p, elf32_sparc_final_write_processing):
2052 Support v8plusb.
2053 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2054 sparc64_elf_object_p): Support v9b.
2055 * archures.c: Declare v8plusb and v9b machines.
2056 * bfd-in2.h: Ditto.
2057 * cpu-sparc.c: Ditto.
2058
e1e0340b
GK
20592000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2060
ea5fbc67
GK
2061 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2062 of a GOT reloc.
2063
e1e0340b
GK
2064 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2065 (SYMBOL_CALLS_LOCAL): New macro.
2066 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2067 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2068 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2069 (ppc_elf_relocate_section): Use flag variable to determine
2070 whether the relocation refers to a local symbol.
2071 Test whether a PLTREL24 reloc will produce a reloc by looking
2072 to see whether a PLT entry was made.
2073
a4b120e1
GK
20742000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2075
2076 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2077 entries that could serve as a definition for a weak symbol.
2078
5af5b85b
UC
20792000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
2080
2081 From Ralf Baechle <ralf@gnu.org>
2082
2083 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2084 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
2085 against local symbols.
2086 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 2087
3ef20aaa
AM
20882000-10-12 Alan Modra <alan@linuxcare.com.au>
2089
24376d1b
AM
2090 * section.c (struct sec): Add kept_section.
2091 (struct bfd_comdat_info): Remove sec, we can use above.
2092 (STD_SECTION): Add initializer.
2093 (bfd_make_section_anyway): Init here too.
2094
2095 * bfd-in2.h: Regenerate.
2096
2097 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 2098 zeroing of `flags'.
24376d1b
AM
2099 (elf_link_input_bfd): Set all asection->symbol->value's here, and
2100 fudge values for discarded link-once section symbols.
2101
3ef20aaa
AM
2102 * elf64-hppa.c: Include alloca-conf.h
2103
c0e219cc
AM
21042000-10-11 Alan Modra <alan@linuxcare.com.au>
2105
d01e2a23
AM
2106 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2107
c0e219cc
AM
2108 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2109
fe268b66
AM
21102000-10-10 Alan Modra <alan@linuxcare.com.au>
2111
2112 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2113
4d7ce4dd
AM
21142000-10-10 Tom Rix <trix@redhat.com>
2115
d952f17a 2116 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
2117 newsect->symbol fails to alloc. Use bfd_release instead of free.
2118
f3b6f7c3
RH
21192000-10-09 Richard Henderson <rth@cygnus.com
2120
2121 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2122 (elf64_ia64_unwind_entry_compare): New.
2123 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2124
44852b19
AM
21252000-10-07 Alan Modra <alan@linuxcare.com.au>
2126
fc8c40a0
AM
2127 * elflink.h (size_dynamic_sections): Don't create various tags if
2128 .dynstr is excluded from the link. Don't set first dynsym entry
2129 if dynsymcount is zero.
2130 (elf_bfd_final_link): Don't try to swap out dynamic syms if
2131 .dynsym excluded from the link. Don't try to write any dynamic
2132 sections excluded from the link.
2133
44852b19
AM
2134 * elf.c (swap_out_syms): Handle global section symbols.
2135
3e4554a2
DD
21362000-10-05 DJ Delorie <dj@redhat.com>
2137
2138 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2139 * coffcode.h (coff_set_alignment_hook): read extended reloc count
2140 (coff_write_relocs): write extended reloc count
2141 (coff_write_object_contents): account for extended relocs
2142
fa152c49
JW
21432000-10-05 Jim Wilson <wilson@cygnus.com>
2144
2145 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2146 field.
2147 * elf.c (_bfd_elf_make_section_from_shdr): Call the
2148 elf_backend_section_flags function.
2149 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2150 code.
2151 (elf64_ia64_section_flags): New function containing flag conversion
2152 code.
2153 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2154 * elfxx-target.h (elf_backend_section_flags): Define.
2155 (elfNN_bed): Initialize elf_backend_section_flags field.
2156
36605136
AM
21572000-10-02 Alan Modra <alan@linuxcare.com.au>
2158
2159 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2160 _bfd_elf32_gc_record_vtable. Correct a comment.
2161
4b6609a0
UC
21622000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
2163
2164 From Ralf Baechle <ralf@gnu.org>
2165
2166 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2167 produces binaries with got[1] = 0x80000001 to differenciate them
2168 for the dynamic linker from the broken binaries produced by old
2169 versions.
36605136 2170
f572a39d
AM
21712000-09-30 Petr Sorfa <petrs@sco.com>
2172
2173 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2174 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2175 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2176 * configure: Regenerate.
2177
4da81684
HPN
21782000-09-27 Hans-Peter Nilsson <hp@axis.com>
2179
2180 Define two bfd_targets for absence and presence of leading
2181 underscore on symbols. Make sure to only link same kind.
2182 * elf32-cris.c (cris_elf_object_p,
2183 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2184 cris_elf_merge_private_bfd_data): New.
2185 (elf_backend_object_p, elf_backend_final_write_processing,
2186 bfd_elf32_bfd_print_private_bfd_data,
2187 bfd_elf32_bfd_merge_private_bfd_data): Define.
2188 <Target vector definition>: Include elf32-target.h twice with
2189 different macro settings:
2190 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2191 bfd_elf32_us_cris_vec.
2192 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2193 (elf_symbol_leading_char): First as 0, then '_'.
2194 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2195 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2196 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2197 * configure: Regenerate.
2198 * targets.c: Declare bfd_elf32_us_cris_vec.
2199 * po/bfd.pot: Regenerate.
2200
9a5aca8c
AM
22012000-09-29 Momchil Velikov <velco@fadata.bg>
2202
2203 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2204 R_ARM_THM_PC22 relocations.
2205
512a2384
AM
22062000-09-29 NIIBE Yutaka <gniibe@chroot.org>
2207
2208 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2209
6c99a5c3
AM
22102000-09-29 Momchil Velikov <velco@fadata.bg>
2211
2212 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2213 is has the SEC_HAS_CONTENTS flag set.
2214