Remove auot generated man pages
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
99293407
HPN
12001-06-18 Hans-Peter Nilsson <hp@axis.com>
2
3 * elflink.h (struct elf_assign_sym_version_info): Remove member
4 export_dynamic. All users changed to use info member.
5 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
6 export_dynamic, instead use member in parameter info.
7 * bfd-in.h (bfd_elf32_size_dynamic_sections,
8 bfd_elf64_size_dynamic_sections): Update prototype.
9 * bfd-in2.h: Regenerate.
10
bc2b6df7
L
112001-06-18 H.J. Lu <hjl@gnu.org>
12
13 * elflink.h (elf_info_failed): Add a new field, verdefs.
14 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
15 elf_export_symbol.
16 (elf_export_symbol): Check eif->verdefs to decide if a symbol
17 should be exported.
18
43917054
L
192001-06-17 H.J. Lu <hjl@gnu.org>
20
21 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
22 readonly_reloc, to record if a relocation in the .rel.dyn
23 section is against a read-only section.
24 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
25 field to false.
26 (_bfd_mips_elf_check_relocs): Record if there is a relocation
27 in the .rel.dyn section against a read-only section by setting
28 DF_TEXTREL or readonly_reloc.
29 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
30 it is true.
31 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
32 there is a relocation in the .rel.dyn section against a
33 read-only section.
34 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
35 DF_TEXTREL is set.
36
7c8ca0e4
NC
372001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
38
39 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
40 function. Move flagword result into parameter list. Remove
41 comment about setting bfd_error_handler to intercept failure
42 results.
43 * coffgen.c (make_a_section_from_file): Examine result of
44 calling bfd_coff_styp_to_sec_flags and pass a failure back to
45 caller.
46 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
47 function. Move flagword result into parameter list.
48 * libcoff.h: Regenerate.
49 * libecoff.h: Regenerate.
50
dee0a8f4
NC
512001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
52
53 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
54 section is going to follow it.
55
0d1ea5c0
CM
562001-06-12 Catherine Moore <clm@redhat.com>
57
58 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
59 with the file_align entry from elf_backend_data.
60 (elf_gc_smash_unused_vtentry_relocs): Likewise.
61 (elf_gc_record_vtentry): Likewise.
62
4e8a9624
AM
632001-06-10 Alan Modra <amodra@bigpond.net.au>
64
65 * elflink.h: Whitespace changes.
66 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
67 rather than "unsigned char".
68 (elf_link_output_relocs): Likewise.
69 (elf_link_input_bfd): Likewise.
70 (elf_reloc_link_order): LIkewise.
71 * elf.c: s/CONST/const/. Whitespace changes.
72 * elf32-mips.c: Formatting fix.
73
74 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
75 * Makefile.in: Regenerate.
76 * po/Make-in: Remove trailing tab.
77
7a25cd3e
PB
782001-06-09 Philip Blundell <philb@gnu.org>
79
80 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
81 change.
82 (elf32_arm_plt_entry): Likewise.
83
3f5a136d
L
842001-06-08 H.J. Lu <hjl@gnu.org>
85
86 * elf.c (swap_out_syms): Keep names for global section symbols.
87
d8fe1fed
L
882001-06-07 H.J. Lu <hjl@gnu.org>
89
90 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
91 MIPS-based machines need it.
92
c36e006f
L
932001-06-07 H.J. Lu <hjl@gnu.org>
94
95 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
96 for SGI only.
97
98 * config.bfd: Remove ecoff from Linux/mips.
99
cc78d0af
AJ
1002001-06-07 Andreas Jaeger <aj@suse.de>
101
102 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
103 assertion.
104 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
105 alignment of 8 for .rela sections; handle further relocations.
106
879db8be
NC
1072001-06-06 Christian Groessler <cpg@aladdin.de>
108
109 * coff-z8k.c: Fix formatting.
110 Fix howtos: howto->size was always 1.
111
cbb1fd50
NC
1122001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
113
114 * configure.host (mips64*-*-linux*): Define.
115
73a74a62
AM
1162001-06-05 Alan Modra <amodra@bigpond.net.au>
117
6725bdbf
AM
118 * elf32-i386.c (elf_i386_discard_copies): Rename to
119 discard_copies, and use elf_link_hash_entry arg rather than
120 elf_i386_link_hash_entry.
121 (elf_i386_link_hash_traverse): Delete.
122 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
123 Tidy sizing of dynamic sections.
124 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
125 possible .plt entries.
126 (elf_i386_gc_sweep_hook): Likewise.
127 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
128 everything with plt.refcount <= 0.
129
130 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
131 .relgot space here.
132 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
4e8a9624 133 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
6725bdbf
AM
134 .rel.plt here..
135 (allocate_plt_and_got): ..instead do it all here. New function.
136 (elf_i386_size_dynamic_sections): Allocate local .got space and
137 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
138 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
139 rather than gc variety).
140 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
141 (elf_i386_relocate_section): Use it here and correct handling of
142 R_386_GOT32. Provide section and offset for "unresolvable
143 relocation" error message.
144 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
145
146 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
147 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
148 (elf_i386_link_hash_table_create): Init them.
149 (create_got_section): New function.
150 (elf_i386_create_dynamic_sections): New function.
151 (elf_backend_create_dynamic_sections): Set to above.
152 (elf_i386_check_relocs): Use shortcuts from hash table rather than
153 calling bfd_get_section_by_name.
154 (elf_i386_gc_sweep_hook): Likewise.
155 (elf_i386_adjust_dynamic_symbol): Likewise.
156 (elf_i386_size_dynamic_sections): Likewise.
157 (elf_i386_relocate_section): Likewise.
158 (elf_i386_finish_dynamic_sections): Likewise.
159
73a74a62
AM
160 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
161
24a5e751
L
1622001-06-02 H.J. Lu <hjl@gnu.org>
163
164 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
165 and ELFOSABI_HPUX.
166 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
167
15103188
L
1682001-06-02 H.J. Lu <hjl@gnu.org>
169
170 * aout-cris.c (MACHTYPE_OK): New. Defined.
171
2f484710
HPN
1722001-06-02 Hans-Peter Nilsson <hp@axis.com>
173
174 * section.c (_bfd_strip_section_from_output): Handle NULL
175 output_section.
176
a5ac692b
L
1772001-06-02 H.J. Lu <hjl@gnu.org>
178
179 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
180 rs6000coff64_vec only if BFD64 is defined.
181 (powerpc64-*-aix*): Enable only if BFD64 is defined.
182
27e53099
L
1832001-06-02 H.J. Lu <hjl@gnu.org>
184
185 * coff-ia64.c (ia64coff_object_p): Rewrite with
186 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
187
80643fbc
AJ
1882001-06-01 Andreas Jaeger <aj@suse.de>
189
190 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
191 relocation, small reformatting.
192
6b3db546
AJ
1932001-05-29 Andreas Jaeger <aj@suse.de>
194
195 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
196 (elf64_x86_64_relocate_section): Likewise.
197
4dc86686
AM
1982001-05-30 Alan Modra <amodra@one.net.au>
199
200 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
201 millicode. Don't allocate .got and .rela.got space here..
202 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
203 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
204 .rela.plt here..
205 (hppa_handle_PIC_calls): ..nor here..
206 (allocate_plt_and_got): ..instead do it all here. New function.
207 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
208 call allocate_plt_and_got. No need to zap .got if not dynamic.
209 (elf32_hppa_final_link): Call regular bfd_final_link instead of
210 gc_common_final_link.
211 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
212 (elf32_hppa_relocate_section): Use it here.
213 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
214 dynamic_sections_created.
215 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
216
de41dcd8
AJ
2172001-05-28 Andreas Jaeger <aj@suse.de>
218
219 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
220 generic version since we want a hashsize of 4.
221 (elf_backend_size_info): Likewise.
222
209f668e
NC
2232001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
224
209f668e
NC
225 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
226 a zeroing loop.
227 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
228 (elf_link_input_bfd): Likewise.
229 (elf_reloc_link_order): Likewise.
230 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
231 relocations correctly.
232
f7a74f8c
NC
2332001-05-28 Nicolas Pitre <nico@cam.org>
234
235 * elf32-arm.h: fix PLT generation for big endian ARM
236
8dea1268
AM
2372001-05-28 Alan Modra <amodra@one.net.au>
238
239 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
240 for symbols forced local that need plabels.
241 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
242 .plt.rela for local syms if non-shared.
243 (hppa_build_one_stub): Mask lsb of plt.offset.
244 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
245 (clobber_millicode_symbols): Correct comment.
246 (elf32_hppa_relocate_section): Likewise.
247 (elf32_hppa_finish_dynamic_symbol): Likewise.
248
0f2712ed
NC
2492001-05-28 Jeff Sturm <jsturm@one-point.com>
250
251 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
252 * bfd-in2.h: Regenerate.
253 * libbfd.h: Regenerate.
254 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
255 and BFD_RELOC_SPARC_UA64 mapping
256 * elf64-sparc.c: Likewise.
de41dcd8 257
6768c14a
L
2582001-05-25 H.J. Lu <hjl@gnu.org>
259
260 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
261 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
262 (coff-rs6000.lo): Remove the old dependency.
263 * Makefile.in: Rebuild.
264
265 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
266 coff-rs6000.lo.
267
b55039f4
L
2682001-05-25 H.J. Lu <hjl@gnu.org>
269
270 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
271 rs6000coff_core_file_matches_executable_p,
272 rs6000coff_core_file_failing_command and
273 rs6000coff_core_file_failing_signal only if AIX_CORE is
274 defined.
275 (pmac_xcoff_vec): Likewise.
276 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
277
64e9ece0
TW
2782001-05-25 Timothy Wall <twall@redhat.com>
279
280 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
281 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
282
f34d8777
L
2832001-05-25 H.J. Lu <hjl@gnu.org>
284
285 * bfd-in2.h: Regenerated.
286 * libcoff.h: Likewise.
287
49e9d0d3
AM
2882001-05-25 Alan Modra <amodra@one.net.au>
289
290 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
291 undefined millicode syms in shared libs.
292 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
293 (elf32_hppa_check_relocs): Likewise.
294 (elf32_hppa_adjust_dynamic_symbol): Likewise.
295 (elf32_hppa_size_dynamic_sections): Likewise.
296 (elf32_hppa_relocate_section): Likewise.
297 (elf32_hppa_finish_dynamic_symbol): Likewise.
298 (elf32_hppa_finish_dynamic_sections): Likewise.
299
beb1bf64
TR
3002001-05-24 Tom Rix <trix@redhat.com>
301
302 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
303 xcoff-target.h not used to define rs6000 or ppc bfd.
304 * Makefile.in same
305
306 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
307 to 64 bit.
308
309 * coff-rs6000.c : Many changes for 64 bit support. Move common
310 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
311 and pmac_xcoff_vec
312
313 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
314 linker now supported. Explictly define the rs6000coff64_vec.
315
316 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
de41dcd8 317 (coff_print_aux) same
beb1bf64
TR
318 (coff_write_object_contents) same
319 (coff_slurp_line_table) same
320
321 * coffgen.c : (coff_fix_symbol_name) formatting
322 (coff_mangle_symbols) xcoff 64 bit support
323 (coff_write_symbol) same
324 (coff_write_alien_symbol) same
325 (coff_write_native_symbol) same
326 (coff_write_symbols) same
327 (coff_get_symbol_info) same
328 (bfd_coff_get_syment) same
329 (coff_print_symbol) same
330
331 * config.bfd : add powerpc64-*-aix* target
332
333 * libcoff-in.h : formatting
334
335 * libcoff.h : move xcoff extern declarations to libxcoff.h
336
337 * libxcoff.h : New file
338
de41dcd8
AJ
339 * xcofflink.c : Many changes for xcoff64 support. Move common
340 structures to include/coff/xcoff.h. Move specific structure to
beb1bf64
TR
341 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
342 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
de41dcd8
AJ
343
344 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
beb1bf64
TR
345 aix4.2+ -binitfini.
346
347 (xcoff_build_ldsyms) : handle special __rtinit symbol.
348
e90fdc1a
AO
3492001-05-23 Alexandre Oliva <aoliva@redhat.com>
350
351 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
352 s/ENTIRES/ENTRIES/.
353
d1cf510e
NC
3542001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
355
c2feb664
NC
356 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
357 * libbfd.h: Regenerate.
4e8a9624 358 * bfd-in2.h: Regenerate.
c2feb664 359
d1cf510e
NC
360 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
361 * archures.c (bfd_mach_mips12000): Define.
362 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
363 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
364 support.
365 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
366 * bfd-in2.h: Regenerate.
367 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
368
6c426cf3
NC
3692001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
370
371 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
372 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
373 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
374 that is used by GCC.
375
d9bc7a44
NC
3762001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
377
378 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
379 of entries in a structured section.
380 * elf.c: Use new macro.
381 * elf32-i386.c: Use new macro.
382 * elf32-mips.c: Use new macro.
383 * elf64-alpha.c: Use new macro.
384 * elf64-sparc.c: Use new macro.
385 * elfcode.h: Use new macro.
386 * elflink.h: Use new macro.
387
3882001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
389
390 * bfdint.texi: Replace -oformat with --oformat.
391
f5198f61
AJ
3922001-05-21 Andreas Jaeger <aj@suse.de>
393
394 * dwarf2.c (decode_line_info): Fix error message.
395 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
396 adjust error message.
397
7913c838
L
3982001-05-18 H.J. Lu <hjl@gnu.org>
399
400 * elflink.h (elf_link_add_object_symbols): Revert the last
401 change.
402
e0522e89
AM
4032001-05-17 Alan Modra <amodra@one.net.au>
404
405 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
406 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
407 (hppa_build_one_stub): Add an assert to check plt.offset.
408
96fd004e
L
4092001-05-17 H.J. Lu <hjl@gnu.org>
410
411 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
412 version definition to basename of the output filename.
413
f3876d8b
L
4142001-05-17 H.J. Lu <hjl@gnu.org>
415
416 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
417 basename of the bfd filename.
418
d1778b88
AM
4192001-05-16 Alan Modra <amodra@one.net.au>
420
421 * section.c (asection): Add linker_has_input field.
422 (STD_SECTION): Adjust initialization to suit.
423 * ecoff.c (bfd_debug_section): Likewise.
424 * bfd-in2.h: Regenerate.
425
2a0fa943
AO
4262001-05-15 Alexandre Oliva <aoliva@redhat.com>
427
428 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
429 negative 32-bit operands to 16 operands when the operand is
430 going to be zero-extended by the modified opcode.
431
bcee8eb8
AM
4322001-05-12 Peter Targett <peter.targett@arccores.com>
433
434 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
435 name for 'arc5' core versions.
436 (bfd_arc_arch): Make bfd_mach_arc_6 default.
437
438 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
439 architecture.
440 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
441
579f31ac
JJ
4422001-05-11 Jakub Jelinek <jakub@redhat.com>
443
444 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
445 sections as well.
446 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
447 to .gnu.linkonce.t.FOO text section.
448
8550eb6e
JJ
4492001-05-11 Jakub Jelinek <jakub@redhat.com>
450
451 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
452 fields, change sec into secinfo.
453 (struct sec_merge_info): Add chain, remove last fields.
454 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
455 (sec_merge_hash_lookup): If lookup could not use a string only
456 because it has bad alignment, mark the old string for deletion.
457 (sec_merge_add): Add secinfo argument. Don't compute entry's
458 position, instead record the section.
459 (sec_merge_emit): Update for the sec into secinfo change in
460 struct sec_merge_hash_entry.
461 (_bfd_merge_section): Only record the section for merging, defer
462 putting strings into the hash table.
463 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
464 _bfd_merge_sections): New functions.
465 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
466 changes.
467 * libbfd-in.h (_bfd_merge_sections): Add prototype.
468 (_bfd_nolink_bfd_merge_sections): Define.
469 * libbfd.h: Likewise.
470 (bfd_generic_merge_sections): Add prototype.
471 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
472 (struct bfd_target): Likewise.
473 * bfd.c (bfd_merge_sections): Define.
474 * bfd-in2.h: Rebuilt.
475 * elf.c (_bfd_elf_merge_sections): New function.
476 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
477 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
478 * reloc.c (bfd_generic_merge_sections): New function.
479 * vms.c (vms_bfd_merge_sections): New function.
480 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
481 * aout-target.h (MY_bfd_merge_sections): Define.
482 * aout-tic30.c (MY_bfd_merge_sections): Define.
483 * binary.c (binary_bfd_merge_sections): Define.
484 * bout.c (b_out_bfd_merge_sections): Define.
485 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
486 * coffcode.c (coff_bfd_merge_sections): Define.
487 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
488 * i386msdos.c (msdos_bfd_merge_sections): Define.
489 * i386os9k.c (os9k_bfd_merge_sections): Define.
490 * ieee.c (ieee_bfd_merge_sections): Define.
491 * ihex.c (ihex_bfd_merge_sections): Define.
492 * nlm-target.h (nlm_bfd_merge_sections): Define.
493 * oasys.c (oasys_bfd_merge_sections): Define.
494 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
495 * som.c (som_bfd_merge_sections): Define.
496 * srec.c (srec_bfd_merge_sections): Define.
497 * tekhex.c (tekhex_bfd_merge_sections): Define.
498 * versados.c (versados_bfd_merge_sections): Define.
499 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
500
1548c54f
NC
5012001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
502
503 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
504 to be unsigned long, in order to match its use.
505
689effed
L
5062001-05-10 H.J. Lu <hjl@gnu.org>
507
508 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
509 indirect symbols.
510
6e5222be
L
5112001-05-09 H.J. Lu <hjl@gnu.org>
512
513 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
514 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
515 Remove the unused veriable `dynver'.
516
8e191bd3
ILT
5172001-05-08 Ian Lance Taylor <ian@zembu.com>
518
519 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
520 NULL or is not COFF.
521 (coff_i386_rtype_to_howto): Don't dump core if output section
522 owner is not COFF.
523
062e2358
AM
5242001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
525
526 * ecoff.c (bfd_debug_section): Fix initialization.
527 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
528 is always a positive integer. Cast away sign mismatch.
529 * elf32-mips.c: Fix misleading comment and typo.
530 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
531 correct data type.
532 * elflink.c: Fix typo.
533 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
534 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
535
16b65e4e
RH
5362001-05-04 Richard Henderson <rth@redhat.com>
537
538 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
539
cac15327
NC
5402001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
541
542 * elf32-arm.h (elf32_arm_final_link_relocate): Set
543 EF_ARM_HASENTRY if the start address is set.
544
966b3e0b
NC
5452001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
546
547 * targets.c (_bfd_target_vector_entries): Compute value based on
548 the size of the _bfd_target_vector and not bfd_target_vector.
549
210ba1e8
L
5502001-05-03 H.J. Lu <hjl@gnu.org>
551
552 * elfcode.h: Include "libiberty.h".
553
554 * elflink.h (elf_link_add_object_symbols): Set
555 elf_dt_name (abfd) to basename of the bfd filename.
556 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
557 of the bfd filename.
558
56fc028e
AJ
5592001-05-03 Andreas Jaeger <aj@suse.de>
560
561 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
562 (elf_generic_info_to_howto_rel): Likewise.
563 * coff-alpha.c (reloc_nil): Likewise.
564 (alpha_ecoff_bad_format_hook): Likewise.
565 (alpha_adjust_reloc_out): Likewise.
566 (alpha_bfd_reloc_type_lookup): Likewise.
567 (alpha_convert_external_reloc): Likewise.
568 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
569 (elf64_alpha_reloc_bad): Likewise.
570 (elf64_alpha_reloc_gpdisp): Likewise.
571 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
572 (elf64_alpha_info_to_howto): Likewise.
573 (elf64_alpha_add_symbol_hook): Likewise.
574 (elf64_alpha_create_got_section): Likewise.
575 (elf64_alpha_is_local_label_name): Likewise.
576 (elf64_alpha_merge_ind_symbols): Likewise.
577 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
578 (mips_elf64_get_reloc_upper_bound): Likewise.
579 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
580 (nlm_alpha_get_public_offset): Likewise.
581
c7e40348
NC
5822001-05-02 Johan Rydberg <jrydberg@opencores.org>
583
584 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
585 about overflow in R_OPENRISC_LO_16_IN_INSN and
56fc028e 586 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
c7e40348 587
5fba655a
L
5882001-04-30 H.J. Lu <hjl@gnu.org>
589
590 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
591 only for ELF_LINK_FORCED_LOCAL.
592 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
593 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
594 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
595
596 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
597 if the symbol has hidden or internal visibility.
598
db20fd76
AM
5992001-04-30 Alan Modra <amodra@one.net.au>
600
601 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
602 calls to undefined weak symbols.
603
6a2bda3f
AJ
6042001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
605
606 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
607 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
608
053579d7
AJ
6092001-04-27 Andreas Jaeger <aj@suse.de>
610
611 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
612 out handled entries.
613 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
614 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
615 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
616 GOT32.
617
87748b32
NC
6182001-04-27 Sean McNeil <sean@mcneil.com>
619
620 * config.bfd: Add arm-vxworks target.
621 * coff-arm (coff_arm_relocate_section): Add in symbol value to
622 addend (fro VXworks targets).
623
f5f31454
L
6242001-04-26 H.J. Lu <hjl@gnu.org>
625
626 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
627 valid.
628
d436a9b3
FCE
6292001-04-25 Frank Ch. Eigler <fche@redhat.com>
630
631 * bfd-in.h (bfd_cache_close): Declare newly exported function.
632 * bfd-in2.h: Regenerated.
633
a531bbd2
JJ
6342001-04-24 Jakub Jelinek <jakub@redhat.com>
635
636 * merge.c (struct sec_merge_hash_entry): Add alignment field.
637 (struct sec_merge_hash): Remove alignment_power.
638 (sec_merge_hash_newfunc): Clear alignment.
639 (sec_merge_hash_lookup): Pass alignment as argument.
640 Use hashp->root.next, not hashp->next to walk the hash chain.
641 If a string already in the hashtable does not have required
642 alignment, create a new hashtable entry.
643 (sec_merge_init): Remove alignment_power argument.
644 (sec_merge_add): Add alignment argument.
645 (sec_merge_emit): Alignment is now a per-entity thing, not per
646 section.
647 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
648 for proper alignment.
649 Pass alignment information to sec_merge_add.
650
6840198f
NC
6512001-04-24 Christian Groessler <cpg@aladdin.de>
652
653 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
654 and R_REL16 reloc types; accept odd values for R_REL16 type
655
b3baf5d0
NC
6562001-04-24 Johan Rydberg <jrydberg@opencores.org>
657
658 * cpu-openrisc.c: New file.
659 * elf32-openrisc.c: Likewise.
660
661 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
662 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
663 (BFD32_BACKENDS): Add elf32-openrisc.lo.
664 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
665 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
666 * Makefile.in: Regenerated.
667 * config.bfd: (openrisc-*-elf): New target.
053579d7 668 * configure.in (bfd_elf32_openrisc_vec): New vector.
b3baf5d0
NC
669 * configure: Regenerated.
670 * libbfd.h: Regenerated.
671 * bfd-in2.h: Regenerated.
672 * reloc.c: Add OpenRISC relocations.
053579d7 673 * targets.c (bfd_elf32_openrisc_vec): Declare.
b3baf5d0
NC
674 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
675 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
676 (bfd_openrisc_arch): Declare.
677 (bfd_archures_list): Add bfd_openrisc_arch.
678 * elf.c (prep_headers): Add bfd_arch_openrisc.
679
fe4770f4
AJ
6802001-04-23 Bo Thorsen <bo@suse.de>
681
682 * elf64-x86-64.c: Add c++ vtable hack.
683 Small whitespace and comment changes.
684
653165cc
AJ
6852001-04-19 Andreas Jaeger <aj@suse.de>
686
687 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
688 (elf64_x86_64_plt_entry): Likewise.
689 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
690 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
691
4d96d128
HPN
6922001-04-17 Hans-Peter Nilsson <hp@axis.com>
693
694 * elf32-cris.c: Tweak comments related to dynamic linking.
695 (cris_elf_relocate_section): When not creating shared object, fill
696 in the .got table for any symbol not in the dynamic symbol table.
697 (elf_cris_finish_dynamic_symbol): When not creating shared object,
698 only emit a .got.rela reloc if the symbol is in the dynamic symbol
699 table.
700 (cris_elf_check_relocs): Use variable r_type in all places rather
701 than the original expression. Add default case in switch for
702 reloc types.
703 (elf_cris_size_dynamic_sections): Iterate over
704 elf_cris_discard_excess_program_dynamics when not creating shared
705 library.
653165cc 706 (elf_cris_discard_excess_dso_dynamics): Renamed from
4d96d128
HPN
707 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
708 (elf_cris_discard_excess_program_dynamics): New.
709
3ed30d29
DD
7102001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
711
712 * coffcode.h (coff_write_object_contents): Use
713 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
714
a80f6941
L
7152001-04-14 H.J. Lu <hjl@gnu.org>
716
717 * bfd-in2.h: Regenerate.
718
767e4b0d
JJ
7192001-04-14 Jakub Jelinek <jakub@redhat.com>
720
721 * section.c (STD_SECTION): Add entsize.
722
2dd439c5
L
7232001-04-13 H.J. Lu <hjl@gnu.org>
724
725 * section.c (SEC_MERGE): Define new flag for merging.
726 (SEC_STRINGS): Likewise.
727 (entsize): New field.
728
baf80c32
DD
7292001-04-13 Roger Sayle <roger@metaphorics.com>
730
731 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
732 flag on pe-i386 targets.
733
f5fa8ca2
JJ
7342001-04-13 Jakub Jelinek <jakub@redhat.com>
735
736 * libbfd-in.h (_bfd_merge_section): New.
737 (_bfd_write_merged_section): New.
738 (_bfd_merged_section_offset): New.
739 * libbfd.h: Rebuilt.
740 * linker.c (_bfd_generic_link_output_symbols): Handle
741 discard_sec_merge.
742 * aoutx.h (aout_link_write_symbols): Likewise.
743 * pdp11.c (aout_link_write_symbols): Likewise.
744 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
745 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
746 sections.
747 (elf_link_sec_merge_syms): New.
748 (elf_link_input_bfd): Call _bfd_merged_section_offset
749 and _bfd_write_merged_section.
750 Handle discard_sec_merge.
751 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
752 field.
753 (struct bfd_elf_section_data): Likewise.
754 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
755 SEC_STRINGS section flags and entsize from their ELF counterparts.
756 (_bfd_elf_link_hash_table_init): Initialize merge_info.
757 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
758 from their BFD counterparts.
759 * merge.c: New file.
760 * Makefile.am: Add strtab.lo.
761 * Makefile.in: Rebuilt.
762
d954b040
HPN
7632001-04-09 Hans-Peter Nilsson <hp@axis.com>
764
765 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
766 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
767
fdbafa10
L
7682001-04-05 Steven J. Hill <sjhill@cotw.com>
769
770 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
771 endian MIPS ELF target.
772 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
773 MIPS ELF target.
774
775 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
776 64bit big endian MIPS ELF target.
653165cc 777 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
fdbafa10
L
778 endian MIPS ELF target.
779 * configure: Regenerated.
780
781 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
782 little endian targets.
783 (mips_elf_sym_is_global): Handle traditional targets.
784
785 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
786 64bit big endian MIPS ELF target.
787 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
788 endian MIPS ELF target.
789
790 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
791 and bfd_elf64_tradlittlemips_vec.
792
dd484e5c
L
7932001-04-05 David Mosberger <davidm@hpl.hp.com>
794
795 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
796 ordinary "progbits" section.
797
391a809a
AM
7982001-04-04 Alan Modra <alan@linuxcare.com.au>
799
800 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
801 when -Bsymbolic causes a symbol to no longer need a .plt entry.
802
5854c633
L
8032001-04-03 David Mosberger <davidm@hpl.hp.com>
804
805 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
806
8b4b0fac
L
8072001-03-30 H.J. Lu <hjl@gnu.org>
808
809 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
810 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
811
eb4a6e4f
L
8122001-03-26 H.J. Lu <hjl@gnu.org>
813
814 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
815 if there are any relocations for generic ELF.
816 (bfd_elf32_bfd_link_add_symbols): Defined to
817 elf32_generic_link_add_symbols.
818 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
819 if there are any relocations for generic ELF.
820 (bfd_elf64_bfd_link_add_symbols): Defined to
821 elf64_generic_link_add_symbols.
822
55c80943
NC
8232001-03-23 Nick Clifton <nickc@redhat.com>
824
825 * Makefile.am (BUILD_CFILES): New variable: List of C source
826 files created in build directory.
827 (BUILD_HFILES): New variable: List of header files created in
828 build directory.
829 (POTFILES): Delete.
830 (po/POTFILES.in): Replace rule with empty entry.
831 (po/SRC-POTFILES.in): New rule: Create a list of source files
832 in the source directory.
833 (po/BLD-POTFILES.in): New rule: Create a list of source files
834 in the build directory.
835 (MOSTLYCLEAN): Do not delete source files created in build
836 directory.
837 * Makefile.in: Regenerate.
838 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
839 into po/Makefile.
840 * configure: Regenerate.
841
842 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
843 and BLD_POTFILES.
844 Add .. to the search path when building bfd.pot.
845 Delete POTFILES when performing distclean.
846 Add comment describing why distclean is broken in maintainer mode.
847 * po/POTFILES.in: Delete.
848 * po/SRC-POTFILES.in: New file.
849 * po/BLD-POTFILES.in: New file.
850 * po/bfd.pot: Regenerate.
851
58d29fc3
HPN
8522001-03-22 Hans-Peter Nilsson <hp@axis.com>
853
915e5146
HPN
854 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
855 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
856 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
857 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
858 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
859 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
860 functions.
861 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
862 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
863 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
864 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
865 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
866 New HOWTO members for new relocs.
867 (cris_reloc_map): Map new relocs.
868 (ELF_DYNAMIC_INTERPRETER): Define.
869 (PLT_ENTRY_SIZE): Define.
870 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
871 elf_cris_pic_plt_entry): New, PLT templates.
872 (struct elf_cris_pcrel_relocs_copied, struct
873 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
874 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
875 (cris_final_link_relocate): Check that 16-bit GOT relocs have
876 positive values. Adjust PCREL relocs to be relative to location
877 after relocation.
878 (cris_elf_relocate_section): Handle relocations to dynamic
879 objects. Handle new relocations. Call error handler when seeing
880 non-PIC relocation for read-only sections while generating shared
881 object.
882 (cris_elf_check_relocs): Set reference counts for GOT and PLT
883 entries.
884 (bfd_elf32_bfd_link_hash_table_create,
885 elf_backend_adjust_dynamic_symbol,
886 elf_backend_size_dynamic_sections,
887 elf_backend_finish_dynamic_symbol,
888 elf_backend_finish_dynamic_sections,
889 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
890 elf_backend_hide_symbol, elf_backend_want_got_plt,
891 elf_backend_plt_readonly, elf_backend_want_plt_sym,
892 elf_backend_got_header_size, elf_backend_plt_header_size):
893 Define.
894
58d29fc3
HPN
895 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
896 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
897 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
898 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
899 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
900 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
901 * bfd-in2.h, libbfd.h: Regenerate.
902
7a65545d
DN
9032001-03-21 Diego Novillo <dnovillo@redhat.com>
904
905 (_bfd_mips_elf_relocate_section): Give a better error message when
906 a relocation is not recognized.
907
b32b5d6e
AM
9082001-03-21 Alan Modra <alan@linuxcare.com.au>
909
910 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
911 non-NULL before attempting to dereference.
912
f4fbb4a3
L
9132001-03-20 H.J. Lu <hjl@gnu.org>
914
915 * configure.in: Remove the redundent AC_ARG_PROGRAM.
916 * configure: Rebuild.
917
95fc45e6
AS
9182001-03-20 Andreas Schwab <schwab@suse.de>
919
920 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
921 relocation value when resolving a reference from a debugging
922 section.
923
03d411a9
NC
9242001-03-16 Scott Thomason <SThomaso@hii.com>
925
926 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
927 (xcoff64_swap_sym_out): Fix syntax errors.
928
d1659392
NC
9292001-03-16 Richard Sandiford <rsandifo@redhat.com>
930
931 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
932
12cca0d2
AM
9332001-03-15 Alan Modra <alan@linuxcare.com.au>
934
935 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
936 (hppa_link_hash_newfunc): Init it.
937 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
938 section appears to be non-PIC.
939 (final_link_relocate): Likewise.
940 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
941 possible candidate function, and set pic_call for those that will
942 only have a .plt entry for the PIC call stub.
943 (hppa_handle_PIC_calls): Set maybe_pic_call.
944
cd6ec716
DD
9452001-03-12 DJ Delorie <dj@redhat.com>
946
947 * elf32-sh.c (sh_elf_relocate_section): Only relocation
948 R_SH_DIR8WP* relocs if they're against external symbols, else
949 they're just for relaxing. Validate the reloc values.
950
43a0748c
NC
9512001-03-12 Stefan Geuken <mail@stefan-geuken.de>
952
953 * binary.c (bfd_external_binary_architecture): Declare.
954 (binary_object_p): If bfd_external_binary_architecture is defined,
955 set the architecture to this string.
956
d982ba73
PB
9572001-03-11 Philip Blundell <philb@gnu.org>
958
959 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
960 entries that could serve as a definition for a weak symbol.
961
7898deda
NC
9622001-03-08 Nick Clifton <nickc@redhat.com>
963
964 * Most files: Update copyright notices using Perl script created
965 by Kevin Buettner <kevinb@redhat.com>.
653165cc 966
df425bc0
NC
9672001-03-07 Nick Clifton <nickc@redhat.com>
968
969 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
970 prior patch on ! defined OLD_ARM_ABI.
971
bcdd92f3
AJ
9722001-03-07 Andreas Jaeger <aj@suse.de>
973
974 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
975 some relocation values.
976
4f3c3dbb
NC
9772001-03-06 Nick Clifton <nickc@redhat.com>
978
979 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
980 of offset in BLX(1) instruction.
981 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
982 offset in BLX(1) instruction.
983 Fix formatting.
984
f8f3c6cc
NC
9852001-03-06 Nick Clifton <nickc@redhat.com>
986
987 * coff-arm.c (coff_arm_reloc_type_lookup): Add
988 BFD_RELOC_THUMB_PCREL_BLX.
989
3cac17ae
NC
9902001-03-06 Igor Shevlyakov <igor@windriver.com>
991
992 * archures.c (bfd_default_scan): Add Coldfire CPUs.
993 * bfd-in2.h: Regenerate.
994 * cpu-m68k.c: Add Coldfire CPUs for arch table.
995 * ieee.c (ieee_write_processor): Set proper id for
996 Coldfire CPUs.
997
d1b17ab0
NC
9982001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
999
1000 * configure.in: Add s390 target.
1001 * configure: Regenerate.
1002
5608e05b
AJ
10032001-02-28 Andreas Jaeger <aj@suse.de>
1004
1005 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1006 to addend.
1007
fd2ec330
PB
10082001-02-28 Philip Blundell <pb@futuretv.com>
1009
1010 * elf32-arm.h: Update mentions of renamed EF_xx constants.
5608e05b 1011 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
fd2ec330 1012
920581c5
L
10132001-02-27 H.J. Lu <hjl@gnu.org>
1014
1015 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1016 abfd->tdata.aout_data == NULL.
1017
27b7e12d
AM
10182001-02-27 Alan Modra <alan@linuxcare.com.au>
1019
3ee1d854
AM
1020 * elf32-hppa.c: Correct field selector in stub comments.
1021 (clobber_millicode_symbols): Formatting fix.
1022
27b7e12d
AM
1023 * configure.in: Bump version to 2.11.90.
1024 * configure: Regenerate.
1025 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1026 (CFILES): $SOURCE_CFILES + generated C files.
1027 (POTFILES): Include $HFILES not $SOURCE_HFILES.
1028 Run "make dep-am"
1029 * Makefile.in: Regenerate.
1030 * doc/Makefile.in: This too.
1031
10d1e03a
TW
10322001-02-26 Timothy Wall <twall@cygnus.com>
1033
1034 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
5608e05b 1035 comments.
10d1e03a 1036
1276aefa
NC
10372001-02-26 Nick Clifton <nickc@redhat.com>
1038
1039 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1040 up, replacing multiple if statements with a switch.
1041 (handle_COMDAT): New function.
1042
10432001-02-26 H.J. Lu <hjl@gnu.org>
1044
1045 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1046 a warning for section flags we do not handle instead of
1047 aborting.
1048
4a73f21b
AJ
10492001-02-26 Andreas Jaeger <aj@suse.de>
1050
1051 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1052
7b6dab7f
TW
10532001-02-22 Timothy Wall <twall@cygnus.com>
1054
1055 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1056 * configure.in: Add objects for elf64_ia64_aix vectors.
1057 * configure: Regenerated.
1058 * configure.host: Recognize ia64-*-aix*.
1059 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
1060 for AIX. AIX5 requires most relocations to be dynamic (*all*
1061 binaries are somewhat similar to shared libraries).
1062 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 1063
87f8eb97
JW
10642001-02-21 David Mosberger <davidm@hpl.hp.com>
1065
1066 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1067 C8 said "1" instead of "8". Clarify error string for IMM22:
1068 "signed integer" instead of just "integer".
1069
05aa1441
AJ
10702001-02-20 Andreas Jaeger <aj@suse.de>
1071
1072 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1073 PLT entries that could serve as a definition for a weak symbol.
1074
8701c1bc
JJ
10752001-02-19 Jakub Jelinek <jakub@redhat.com>
1076
1077 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1078 entries that could serve as a definition for a weak symbol.
1079 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1080
d4af9775
DB
10812001-02-18 David O'Brien <obrien@FreeBSD>
1082
1083 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1084 FreeBSD/i386-CURRENT differently until I can figure out the needed
1085 corefile changes.
1086 * configure: Regenerate.
1087 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1088 FreeBSD/PowerPC, and FreeBSD/sparc64.
1089
e135f41b
NC
10902001-02-18 lars brinkhoff <lars@nocrew.org>
1091
1092 * Makefile.am: Add PDP-11 a.out target.
1093 * config.bfd: Likewise.
1094 * configure.in: Likewise.
1095 * targets.c: Likewise.
1096 * archures.c: Likewise.
1097 * bfd-in2.h: Likewise. Add PDP-11 relocations.
1098 * libbfd.h: Add PDP-11 relocations.
1099 * reloc.c: Likewise.
1100 * cpu-pdp11.c: New file.
1101 * pdp11.c: New file.
1102
1103 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1104 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1105 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1106 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1107 (GET_MAGIC): New macro.
1108 (PUT_MAGIC): Likewise.
1109 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1110
dc3febfa
NC
11112001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
1112
1113 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1114 multiarch needs it).
1115
ea412e04
L
11162001-02-18 H.J. Lu <hjl@gnu.org>
1117
1118 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1119 index.
1120
47eee8a9
KH
11212001-02-18 Kazu Hirata <kazu@hxi.com>
1122
1123 * vms-misc.c: Fix formatting.
1124
8a0c27cd
KH
11252001-02-16 Kazu Hirata <kazu@hxi.com>
1126
1127 * vms.c: Fix formatting.
1128
d1fad7c6
NC
11292001-02-14 H.J. Lu <hjl@gnu.org>
1130
1131 * elf.c (elf_find_function): New function.
1132 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1133 the file name and function name.
1134
825b47db
NC
11352001-02-14 Nick Clifton <nickc@redhat.com>
1136
51d7ee16
NC
1137 * ecoff.c (bfd_debug_section): Update to initialise new fields in
1138 asection structure.
1139
825b47db
NC
1140 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1141 (BFD64_BACKENDS): Add pepigen.c
1142 Add rules to create peigen.c and pepigen.c from peXXigen.c.
1143
1144 * Makefile.in: Regenerate.
1145 * configure: Regenerate.
1146 * po/POTFILES.in: Regenerate.
1147 * po/bfd.pot: Regenerate.
1148
ea36a178
L
11492001-02-14 H.J. Lu <hjl@gnu.org>
1150
1151 * libcoff-in.h (pe_tdata): Add members target_subsystem and
1152 force_minimum_alignment.
1153
407443a3
AJ
11542001-02-14 Bo Thorsen <bo@suse.de>
1155
1156 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1157 (elf64_86_64_size_info): Struct added to fix a problem
1158 with the hashtable string entries.
1159 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1160 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1161 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1162 remove the FIXME for this.
1163 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1164 section. Also removed the FIXME for it.
1165 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1166 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1167 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1168
b4adccfd
RH
11692001-02-13 Richard Henderson <rth@redhat.com>
1170
1171 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1172 and not user provided.
1173
9635981a
KH
11742001-02-13 Kazu Hirata <kazu@hxi.com>
1175
1176 * vms.c (vms_print_symbol): Remove unreachable code.
1177
6a125b16
KH
1178 * rs6000-core.c: Fix formatting.
1179
cbff5e0d
DD
11802001-02-13 David Mosberger <davidm@hpl.hp.com>
1181
1182 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1183 as _bfd_XXi_only_swap_filehdr_out.
1184 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1185 pe->force_minimum_alignment to TRUE.
1186 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1187 PEI_TARGET_SUBSYSTEM.
1188 (pe_print_private_bfd_data): Call
1189 _bfd_XX_print_private_bfd_data_common() instead of
1190 _bfd_pe_print_private_bfd_data_common().
1191 (pe_bfd_copy_private_bfd_data): Call
1192 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1193 _bfd_pe_bfd_copy_private_bfd_data_common().
1194 (coff_bfd_copy_private_section_data): Define as
1195 _bfd_XX_bfd_copy_private_section_data instead of
1196 _bfd_pe_bfd_copy_private_section_data.
1197 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1198 of a _bfd_pe_get_symbol_info.
1199
1200 * peigen.c: Delete.
1201
1202 * peXXigen.c: Renamed from peigen.c.
1203 (COFF_WITH_XX): Define this macro (will get expanded into
1204 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1205 compiled as peigen.c or pepigen.c.
1206 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1207 define the canonical PEP structures and definitions.
1208 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1209 effect, enforce minimum file and section alignments. If
1210 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1211 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1212 so, by default, this is a no-op).
1213
1214 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1215 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1216 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1217 _bfd_pefoo if it's not defined. Use these macros to define
1218 coff swap macros.
1219
1220 * libcoff.h (pe_tdata): Add members target_subsystem and
1221 force_minimum_alignment.
1222
1223 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1224 COFF_WITH_pep.
1225 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1226
1227 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1228 peigen.lo.
1229
1230 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1231 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1232 PEPAOUTHDR.
1233
1234 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1235 (BFD64_BACKENDS_CFILES): Mention pepigen.c
1236 (peigen.c): Add rule to generate from peXXigen.c.
1237 (pepigen.c): Ditto.
1238 (pepigen.lo): List dependencies for pepigen.lo.
1239
df8634e3
AM
12402001-02-13 Alan Modra <alan@linuxcare.com.au>
1241
1242 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
1243 $global$ referenced but not defined, set its value here.
1244
51e0a107
JH
12452001-02-09 Bo Thorsen <bo@suse.de>
1246
1247 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1248 alignment to 3.
1249 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1250 and relocation.
1251 (elf64_x86_64_relocate_section): Fix formatting.
1252 (elf64_x86_64_relocate_section): Fix addend for relocation of
1253 R_X86_64_(8|16|32|PC8|PC16|PC32).
1254
d1fad7c6 12552001-02-12 Jan Hubicka <jh@suse.cz>
23df1078
JH
1256
1257 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1258
f0e1d18a
L
12592001-02-11 H.J. Lu <hjl@gnu.org>
1260
6757257f 1261 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
1262 alignment.
1263
9117d219
NC
12642001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1265
1266 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1267 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
1268 relocations against dynsym symbols.
1269
1270 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1271 the R_MIPS_26 relocation.
1272 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1273 the R_MIPS_26 relocation.
1274 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1275 relocation.
1276 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1277 the R_MIPS_26 relocation.
1278 (mips_elf64_howto_table_rela): Likewise.
1279
1280 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1281 member to mark symbols that have non-CALL relocations against
1282 them.
1283 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1284 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1285 R_MIPS_GOT16.
1286 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1287 non-CALL relocation against it is encountered.
1288 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1289 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1290 no_fn_stub is not set.
1291
1292 * elf32-mips.c (mips_elf_output_extsym): Get the output section
1293 information from the real symbol for indirect ones.
1294 Check no_fn_stub to find out if a symbol has a function stub
1295 indeed.
1296
9f93bca5
MS
12972001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1298
1299 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1300 * Makefile.in: Regenerate.
1301
81545d45
RH
13022001-02-09 David Mosberger <davidm@hpl.hp.com>
1303
1304 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
1305 true if section name is an unwind table section name.
1306 (elfNN_ia64_additional_program_headers): Count each unwind section
1307 separately.
1308 (elfNN_ia64_modify_segment_map): Install one unwind program header
1309 for each unwind separate section. Note: normally the linker
1310 script merges the unwind sections that go into a single segment,
1311 so this still generates at most one unwind program header per
1312 segment.
1313
1314 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1315 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1316 (elfNN_ia64_fake_sections): Mark sections with names that start
1317 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1318 unwind section.
1319
1320 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1321 Use it to make sh_info in unwind section point to the text section
1322 it applies to.
1323
a85d7ed0
NC
13242001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1325
1326 * Makefile.am: Add linux target for S/390.
1327 * archures.c: Likewise.
1328 * bfd-in2.h: Likewise.
1329 * config.bfd: Likewise.
1330 * configure.in: Likewise.
1331 * elf.c: Likewise.
1332 * libbfd.h: Likewise.
1333 * targets.c: Likewise.
1334 * cpu-s390.c: New file.
1335 * elf32-s390.c: New file.
1336 * elf64-s390.c: New file.
1337
356d255d
NC
13382001-02-09 Nick Clifton <nickc@redhat.com>
1339
1340 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1341 ImageBase. This has already been done by coff_swap_hdr_in.
1342
069f40e5
JJ
13432001-02-09 Jakub Jelinek <jakub@redhat.com>
1344
1345 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1346
eadfa8ab
JJ
13472001-02-09 Jakub Jelinek <jakub@redhat.com>
1348
1349 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1350 (sparc64_elf_relocate_section): Likewise.
1351
9fc54e19
MK
13522001-02-09 Mark Kettenis <kettenis@gnu.org>
1353
1354 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1355 similar to R_SPARC_32.
1356 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1357
1f655a09
L
13582001-02-08 H.J. Lu <hjl@gnu.org>
1359
1360 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1361 relocation entries for weak definitions when building DSO with
1362 -Bsymbolic.
1363
ca88208a
RH
13642001-02-08 Richard Henderson <rth@redhat.com>
1365
1366 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1367 before visibility. Locally defined protected symbols are not
1368 dynamic.
1369
4603e845
GK
13702001-02-08 Geoffrey Keating <geoffk@redhat.com>
1371
1372 * config.bfd: Enable coff64 for rs6000-*. Patch from
1373 <hzoli@austin.ibm.com>.
1374
4ca29a6a
NC
13752001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
1376
1377 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1378 found, do not attempt to find dwarf2 info before returning.
1379
7da9d88f
NC
13802001-02-07 Jakub Jelinek <jakub@redhat.com>
1381
1382 * elflink.h (is_global_symbol_definition): Rename to
1383 is_global_data_symbol_definition and have it reject function
1384 symbols.
1385 (elf_link_is_defined_archive_symbol): Use renamed function.
1386
7340082d
NC
13872001-02-07 Todd Vierling <tv@wasabisystems.com>
1388
1389 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1390 * libbfd.h (bfd_target_vector): Likewise.
1391 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 1392 make static; create pointer reference named bfd_target_vector.
7340082d
NC
1393 (_bfd_target_vector_entries): Calculate this based on the array
1394 typed _bfd_target_vector.
1395
2719f880
L
13962001-02-06 H.J. Lu <hjl@gnu.org>
1397
1398 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1399 internal symbols are not dynamic.
1400 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1401
175aa013
NC
14022001-02-06 Nick Clifton <nickc@redhat.com>
1403
1404 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1405 that it will not be pulled into the list of files that make up
1406 po/POTFILES.in.
1407 * Makefile.in: Regenerate.
1408 * po/bfd.pot: Regenerate.
1409
15e0ecd9
L
14102001-02-06 H.J. Lu <hjl@gnu.org>
1411
7898deda 1412 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
15e0ecd9
L
1413 checking.
1414 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1415 external_PEI_IMAGE_hdr.
1416
27def10f
KH
14172001-02-06 Kazu Hirata <kazu@hxi.com>
1418
1419 * elf-m10200.c: Fix formatting.
1420
a0f2e916
NC
14212001-02-04 Nick Clifton <nickc@redhat.com>
1422
1423 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1424 rel, it will be handled later on.
1425
d96031fb
NC
14262001-02-02 Fred Fish <fnf@ninemoons.com>
1427
1428 * Makefile.in: Fix typo.
1429
010ac81f
KH
14302001-02-01 Kazu Hirata <kazu@hxi.com>
1431
1432 * elf-m10300.c: Fix formatting.
1433
3fab46d0
AM
14342001-01-30 Alan Modra <alan@linuxcare.com.au>
1435
1436 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1437 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
1438 (elf64_hppa_object_p): Set architecture and machine from elf
1439 header flags.
3fab46d0 1440
95404643
RH
14412001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
1442
1443 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1444 before mdebug.
1445
8fb35fed
RH
14462001-01-26 Richard Henderson <rth@redhat.com>
1447
1448 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1449 for non-default visibility.
1450 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1451 delete ugly macro and replace with pretty function.
1452
a4f68544
NC
14532001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
1454
1455 * coff-go32.c: Update copyright.
1456 * coff-stgo32.c: Likewise.
1457 * coff-go32.c (COFF_LONG_FILENAMES): Define.
1458 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1459 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1460 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1461
c02e7c3e
KH
14622001-01-25 Kazu Hirata <kazu@hxi.com>
1463
1464 * bfd-in2.h: Rebuild.
1465 * libbfd.h: Likewise.
1466
541389e2
L
14672001-01-23 H.J. Lu <hjl@gnu.org>
1468
1469 * bfd-in2.h: Rebuild.
1470
0007625f
L
14712001-01-23 H.J. Lu <hjl@gnu.org>
1472
1473 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1474 is NULL or PRIV(vms_rec) is outside of the buffer.
1475
b653e1b1
KH
14762001-01-23 Kazu Hirata <kazu@hxi.com>
1477
1478 * coff64-rs6000.c: Fix formatting.
1479 * coff-arm.c: Likewise.
1480 * coffgen.c: Likewise.
1481 * cofflink.c: Likewise.
1482 * coff-mcore.c: Likewise.
1483 * coff-mips.c: Likewise.
1484 * coff-pmac.c: Likewise.
1485 * coff-ppc.c: Likewise.
1486 * coff-rs6000.c: Likewise.
1487 * elf32.c: Likewise.
1488 * elf32-fr30.c: Likewise.
1489 * elf32-i370.c: Likewise.
1490 * elf32-i860.c: Likewise.
1491 * elf32-m32r.c: Likewise.
1492 * elf32-m68k.c: Likewise.
1493 * elf32-mcore.c: Likewise.
1494 * elf32-ppc.c: Likewise.
1495 * elf32-sh.c: Likewise.
1496 * elf32-v850.c: Likewise.
1497 * elf64-alpha.c: Likewise.
1498 * elf64-sparc.c: Likewise.
1499 * elflink.c: Likewise.
1500 * elflink.h: Likewise.
1501 * elf-m10200.c: Likewise.
1502 * elf-m10300.c: Likewise.
1503 * elfxx-ia64.c: Likewise.
1504
3fde5a36
KH
1505 * aoutx.h: Fix formatting.
1506 * bfd.c: Likewise.
1507 * bfd-in2.h: Likewise.
1508 * bfd-in.h: Likewise.
1509 * cpu-i386.c: Likewise.
1510 * cpu-m68hc11.c: Likewise.
1511 * dwarf2.c: Likewise.
1512 * elf64-x86-64.c: Likewise.
1513 * format.c: Likewise.
1514 * freebsd.h: Likewise.
1515 * hash.c: Likewise.
1516 * hp300hpux.c: Likewise.
1517 * hppabsd-core.c: Likewise.
1518 * hpux-core.c: Likewise.
1519
70256ad8
AJ
15202001-01-22 Bo Thorsen <bo@suse.de>
1521
1522 * elf64-x86-64.c: Added PIC support for X86-64.
1523 (elf64_x86_64_link_hash_newfunc): Function added.
1524 (elf64_x86_64_link_hash_table_create): Likewise.
1525 (elf64_x86_64_check_relocs): Likewise.
1526 (elf64_x86_64_gc_mark_hook): Likewise.
1527 (elf64_x86_64_gc_sweep_hook): Likewise.
1528 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1529 (elf64_x86_64_size_dynamic_sections): Likewise.
1530 (elf64_x86_64_discard_copies): Likewise.
1531 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1532 (elf64_x86_64_finish_dynamic_sections): Likewise.
1533 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1534
ee0bebb8
AJ
15352001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1536
1537 * Makefile.am (install-data-local): Make use of $(DESTDIR).
1538 * Makefile.in: Regenerate.
1539
2a38f751
KH
15402001-01-21 Kazu Hirata <kazu@hxi.com>
1541
1542 * coff-a29k.c: Fix formatting.
1543
c8492176
L
15442001-01-19 H.J. Lu <hjl@gnu.org>
1545
1546 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1547 relocation section names.
1548 (elf_i386_relocate_section): Report files with bad relocation
1549 section names and return false.
1550
a5377ec0
AJ
15512001-01-17 Bo Thorsen <bo@suse.de>
1552
1553 * targets.c: Alphabetize list of xvecs.
1554
b352eebf
AM
15552001-01-14 Alan Modra <alan@linuxcare.com.au>
1556
d952f17a
AM
1557 * config.bfd: Add linux target variant for elfxx-hppa.
1558 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1559 bfd_elf64_hppa_linux_vec.
1560 * configure: Regenerate.
1561 * elf64-hppa.c: Include elf64-target.h again to support linux
1562 target variant.
1563 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1564 * elf32-hppa.c: Include elf32-target.h again to support linux
1565 target variant.
1566 (elf32_hppa_post_process_headers): New function.
1567 (elf_backend_post_process_headers): Define.
1568 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1569 bfd_elf32_hppa_linux_vec.
1570
c46b7515
AM
1571 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1572 and data_segment_base fields.
1573 (elf32_hppa_link_hash_table_create ): Init them.
1574 (elf32_hppa_check_relocs): Update comments.
1575 (hppa_record_segment_addr): New function.
1576 (elf32_hppa_relocate_section): Call it.
1577 (final_link_relocate): Handle R_PARISC_SEGREL32.
1578 (elf32_hppa_final_link): New function.
1579 (bfd_elf32_bfd_final_link): Define to call it.
1580 (hppa_unwind_entry_compare): New function.
1581 * cache.c (bfd_open_file): Create files in write+read mode.
1582
1583 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1584 SEGREL32 and numerous other relocs. Change duplicate
1585 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1586
d768008d
AM
1587 * opncls.c (bfd_fdopenr): Add parens like the comment says around
1588 O_ACCMODE.
1589
150ccafb
AM
1590 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1591 .plt entries for DT_INIT and DT_FINI.
1592 (elf32_hppa_finish_dynamic_sections): Remove special handling of
1593 DT_INIT and DT_FINI.
1594
b352eebf
AM
1595 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1596 offsets for stub .plt access if wide mode. Check offset in range.
1597
b3b9a062
NC
15982001-01-13 Nick Clifton <nickc@redhat.com>
1599
b7ed8fad
NC
1600 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1601 line.
1602
b3b9a062
NC
1603 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1604 line.
1605
6e0b89ee
AM
16062001-01-12 Alan Modra <alan@linuxcare.com.au>
1607
1608 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1609 * configure: Regenerate.
1610
0d2bcfaf
NC
16112001-01-11 Peter Targett <peter.targett@arccores.com>
1612
1613 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1614 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1615 * cpu-arc.c (arch_info_struct): Add entries for variants.
1616 (bfd_arc_arch) Set default to bfd_mach_arc_5.
1617 (arc_get_mach) Don't assume machine names prefixed arc- before
1618 testing.
1619 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1620 selections.
1621 (arc_elf_final_write_processing) Likewise.
1622 (ELF_MACHINE_CODE) Use EM_ARC.
1623
c31c1f70
NC
16242001-01-10 Nick Clifton <nickc@redhat.com>
1625
2758140b 1626 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 1627
5ad083e3
PB
16282001-01-07 Philip Blundell <philb@gnu.org>
1629
1630 * README: Replace `bug-gnu-utils@gnu.org' with
1631 `bug-binutils@gnu.org'.
1632
7eae7d22
KH
16332001-01-04 Kazu Hirata <kazu@hxi.com>
1634
1635 * som.c: Fix formatting.
1636
509945ae
KH
16372001-01-03 Kazu Hirata <kazu@hxi.com>
1638
3e932841
KH
1639 * ecoffswap.h: Fix formatting.
1640 * elf-bfd.h: Likewise.
1641 * elfarm-nabi.c: Likewise.
1642 * elfarm-oabi.c: Likewise.
1643 * elfcode.h: Likewise.
1644 * elfcore.h: Likewise.
1645 * elflink.c: Likewise.
1646 * elflink.h: Likewise.
1647 * elfxx-ia64.c: Likewise.
1648 * elfxx-target.h: Likewise.
1649 * libbfd.c: Likewise
509945ae
KH
1650 * linker.c: Likewise.
1651 * lynx-core.c: Likewise.
1652
892339ee
KH
16532001-01-02 Kazu Hirata <kazu@hxi.com>
1654
1655 * pc532-mach.c: Fix formatting.
1656 * pe-arm.c: Likewise.
1657 * pe-i386.c: Likewise.
1658 * pe-mips.c: Likewise.
1659 * pe-ppc.c: Likewise.
1660 * pe-sh.c: Likewise.
1661 * pei-mips.c: Likewise.
1662 * pei-sh.c: Likewise.
ee91ed79 1663 * peicode.h: Likewise.
892339ee
KH
1664 * ppcboot.c: Likewise.
1665 * ptrace-core.c: Likewise.
1666
3d855632
KH
16672001-01-01 Kazu Hirata <kazu@hxi.com>
1668
1669 * reloc.c: Fix formatting.
1670 * riscix.c: Likewise.
1671 * rs6000-core.c: Likewise.
1672 * xcoff-target.h: Likewise.
1673
a77a9fef
HPN
16742000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1675
1676 * elfcode.h (elf_object_p): Also restore the bfd mach field on
1677 error, by calling bfd_default_set_arch_mach with incoming
1678 values.
1679
558e161f
KH
16802000-12-26 Kazu Hirata <kazu@hxi.com>
1681
1682 * vaxnetbsd.c: Fix formatting.
1683 * versados.c: Likewise.
1684 * vms-gsd.c: Likewise.
1685 * vms-hdr.c: Likewise.
1686 * vms-misc.c: Likewise.
1687
3c579812
AO
16882000-12-25 Alexandre Oliva <aoliva@redhat.com>
1689
1690 * archive.c (coff_write_armap): Don't write more than symbol_count
1691 `archive_member_file_ptr's.
1692
672579e9
KH
16932000-12-25 Kazu Hirata <kazu@hxi.com>
1694
1695 * vms-tir.c: Fix formatting.
1696
55f2d5ed
KH
16972000-12-23 Kazu Hirata <kazu@hxi.com>
1698
1699 * vms.c: Fix formatting.
1700 * vms.h: Likewise.
1701
23ccc829
NC
17022000-12-21 Santeri Paavolainen <santtu@ssh.com>
1703
1704 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1705
1706 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1707
1708 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1709 arithmetic.
1710
1711 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1712
1713 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1714
8c603c85
NC
17152000-12-21 Richard Sandiford <rsandifo@redhat.com>
1716
1717 * libbfd.c (bfd_get_bits): Added
1718 (bfd_put_bits): Likewise
1719 * bfd-in.h: Declared the above.
1720 * bfd-in2.h: Regenerated.
1721
5bff4f56
KH
17222000-12-20 Kazu Hirata <kazu@hxi.com>
1723
1724 * targets.c: Fix formatting.
1725 * tekhex.c: Likewise.
1726 * trad-core.c: Likewise.
1727
7b82c249
KH
17282000-12-19 Kazu Hirata <kazu@hxi.com>
1729
1730 * sco5-core.c: Fix formatting.
1731 * section.c: Likewise.
1732 * sparclinux.c: Likewise.
1733 * sparclynx.c: Likewise.
1734 * sparcnetbsd.c: Likewise.
1735 * srec.c: Likewise.
1736 * stabs.c: Likewise.
1737 * stab-syms.c: Likewise.
1738 * sunos.c: Likewise.
1739 * syms.c: Likewise.
1740 * sysdep.h: Likewise.
1741
f78c5281
NC
17422000-12-18 Nick Clifton <nickc@redhat.com>
1743
1744 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1745 defined.
1746 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1747 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1748
02b89dce
NC
17492000-12-18 Nick Clifton <nickc@redhat.com>
1750
1751 * vms-misc.c (_bfd_vms_get_record): Add default case to
1752 file_format switch.
1753
d20966a7
NC
17542000-12-15 Miloslav Trmac <mitr@volny.cz>
1755
1756 * elfcore.h (elf_core_file_p): Move to the start of the program
1757 headers before attempting to read them.
1758
6fa957a9
KH
17592000-12-14 Kazu Hirata <kazu@hxi.com>
1760
1761 * peigen.c: Fix formatting.
1762 * som.c: Likewise.
1763 * som.h: Likewise.
1764
9602af51
KH
17652000-12-13 Kazu Hirata <kazu@hxi.com>
1766
1767 * peigen.c: Fix formatting.
1768
514829c3
JW
17692000-12-12 Jim Wilson <wilson@redhat.com>
1770
1771 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1772
3a71aec8
NC
17732000-12-08 Mark Salter <msalter@redhat.com>
1774
1775 * binary.c (binary_set_section_contents): Ignore sections
1776 with zero size.
1777
1518639e
KH
17782000-12-12 Kazu Hirata <kazu@hxi.com>
1779
1780 * m68klinux.c: Fix formatting.
1781 * m68knetbsd.c: Likewise.
1782 * mipsbsd.c: Likewise.
1783 * netbsd-core.c: Likewise.
1784 * netbsd.h: Likewise.
1785 * newsos3.c: Likewise.
1786 * nlm32-alpha.c: Likewise.
1787 * nlm32-i386.c: Likewise.
1788 * nlm32-ppc.c: Likewise.
1789 * nlm32-sparc.c: Likewise.
1790 * nlmcode.h: Likewise.
1791 * nlmswap.h: Likewise.
1792 * nlm-target.h: Likewise.
1793 * ns32knetbsd.c: Likewise.
1794
b79e8c78
NC
17952000-12-10 Fred Fish <fnf@be.com>
1796
d952f17a
AM
1797 * elflink.h (elf_link_output_extsym): Don't complain about undefined
1798 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 1799
38b1a46c
NC
18002000-12-12 Nick Clifton <nickc@redhat.com>
1801
1802 * cpu-sh.c: Fix formattng.
1803 * elf.c: Fix formattng.
1804 * elf32-mips.c: Fix formattng.
1805 * elf32-sh.c: Fix formattng.
1806 * elf64-alpha.c: Fix formattng.
1807
857ec808
NC
18082000-12-09 Nick Clifton <nickc@redhat.com>
1809
1810 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1811 dwarf2_find_line_info as last parameter to invocation of
1812 _bfd_dwarf2_find_nearest_line.
1813 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1814 dwarf2_find_line_info as last parameter to invocation of
1815 _bfd_dwarf2_find_nearest_line.
1816
51db3708
NC
18172000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
1818
1819 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
1820 (BFD_LIBS): ...to here.
1821 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1822 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
1823 * Makefile.in: Regenerate.
1824 * configure.in: Remove dwarf.lo from the elf shell variable.
1825 * configure: Regenerate.
1826 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1827 * libcoff.h: Regenerate.
d952f17a 1828 * coffgen.c (coff_find_nearest_line): Call
857ec808 1829 _bfd_dwarf2_find_nearest_line.
51db3708 1830 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
1831 accordingly.
1832 (read_abbrevs): Likewise
1833 (decode_line_info): Likewise.
1834 (parse_comp_unit): Likewise.
1835 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
1836 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1837 * libbfd.h: Regenerate.
1838 * elf.c (_bfd_elf_find_nearest_line): Update call.
1839 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1840 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1841 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
1842 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1843 (styp_to_sec_flags): Handle DWARF2 sections.
1844 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1845 to _bfd_find_nearest_line.
1846 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1847 call to _bfd_find_nearest_line.
d952f17a 1848
435b1e90
KH
18492000-12-08 Kazu Hirata <kazu@hxi.com>
1850
1851 * coffgen.c: Fix formatting.
fe8bc63d 1852 * elf-m10300.c: Likewise.
435b1e90
KH
1853 * elf32-i386.c: Likewise.
1854 * elf32-i960.c: Likewise.
1855 * elf32-m68k.c: Likewise.
1856 * elf32-mcore.c: Likewise.
1857 * elf32-ppc.c: Likewise.
1858 * elf32-sh.c: Likewise.
1859 * elf32-sparc.c: Likewise.
1860 * elf32-v850.c: Likewise.
fe8bc63d
KH
1861 * elf64-alpha.c: Likewise.
1862 * elf64-hppa.c: Likewise.
1863 * elf64-mips.c: Likewise.
435b1e90 1864 * elf64-sparc.c: Likewise.
435b1e90 1865
8da6118f
KH
18662000-12-07 Kazu Hirata <kazu@hxi.com>
1867
1868 * elf32-ppc.c: Fix formatting.
1869 * elf64-x86-64.c: Likewise.
1870
a9922e52
UC
18712000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
1872
1873 From Ralf Baechle <ralf@gnu.org>
1874
1875 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1876 BFDs containing no sections or empty .text, .data or .bss sections
1877 to be merged, regardless of their flags.
1878
c3668558
KH
18792000-12-06 Kazu Hirata <kazu@hxi.com>
1880
1881 * elf32-m32r.c: Fix formatting.
1882 * elf32-m68hc11.c: Likewise.
1883 * elf32-m68hc12.c: Likewise.
1884 * elf32-m68k.c: Likewise.
1885 * elf32-mcore.c: Likewise.
1886 * elf32-pj.c: Likewise.
1887 * elf32-ppc.c: Likewise.
1888
6609fa74
KH
18892000-12-05 Kazu Hirata <kazu@hxi.com>
1890
1891 * elf32-fr30.c: Fix formatting.
1892 * elf32-hppa.c: Likewise.
1893 * elf32-i370.c: Likewise.
1894 * elf32-i386.c: Likewise.
1895 * elf32-i860.c: Likewise.
1896 * elf32-i960.c: Likewise.
1897
a7c10850
KH
18982000-12-03 Kazu Hirata <kazu@hxi.com>
1899
1900 * elf32-arm.h: Fix formatting.
1901 * elf32-avr.c: Likewise.
1902 * elf32-cris.c: Likewise.
1903 * elf32-d10v.c: Likewise.
1904 * elf32-d30v.c: Likewise.
1905 * elf-hppa.h: Likewise.
1906 * elf-m10200.c: Likewise.
1907 * elf-m10300.c: Likewise.
1908
e7af610e
NC
19092000-12-01 Chris Demetriou <cgd@sibyte.com>
1910
d952f17a
AM
1911 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1912 bfd_mach_mips32_4k. Update FIXME comment.
1913 * archures.c (bfd_mach_mips32): New constant.
1914 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1915 the latter, renumber it.
1916 * bfd-in2.h (bfd_mach_mips32): New constant.
1917 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1918 the latter, renumber it.
1919 * cpu-mips.c (I_mips32): New constant.
1920 (I_mips4K, I_mips32_4k): Rename the former to the latter.
1921 (arch_info_struct): Add bfd_mach_mips32 entry, replace
1922 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1923 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1924 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
1925 with E_MIPS_MACH_MIPS32_4K.
1926 (_bfd_mips_elf_final_write_processing): Replace
1927 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1928 bfd_mach_mips32 case.
1929 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1930 comparison with support for MIPS32.
1931 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1932 MIPS32.
1933
1934 * aoutx.h (NAME(aout,machine_type)): Add cases for
1935 bfd_mach_mips5 and bfd_mach_mips64.
1936 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1937 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1938 * cpu_mips.c (I_mips5, I_mips64): New definitions.
1939 (arch_info_struct): Add entries for bfd_mach_mips5 and
1940 bfd_mach_mips64.
1941 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1942 _bfd_mips_elf_print_private_bfd_data): Add cases for
1943 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1944 (_bfd_mips_elf_final_write_processing): Add cases for
1945 bfd_mach_mips5 and bfd_mach_mips64.
1946
7898deda 1947 * aoutx.h (NAME(aout,machine_type)): Add a
d952f17a 1948 bfd_mach_mips_sb1 case.
7898deda
NC
1949 * archures.c (bfd_mach_mips_sb1): New constant.
1950 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1951 * cpu-mips.c (I_sb1): New constant.
d952f17a 1952 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
7898deda 1953 * elf32-mips.c (elf_mips_mach): Add case for
d952f17a
AM
1954 E_MIPS_MACH_SB1.
1955 (_bfd_mips_elf_final_write_processing): Add case for
1956 bfd_mach_mips_sb1.
1957
19582000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
1959
1960 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
1961 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1962 (sparc*-*-rtems*): Switched from a.out to ELF.
1963
8d88c4ca 19642000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
1965
1966 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
1967 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
1968 (elf64-x86-64.lo): Add dependencies.
1969 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
1970 bfd_mach_x86_64_intel_syntax.
1971 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
1972 * config.bfd (x86_64): Add.
1973 * configure.in: Add support for bfd_elf64_x86_64_vec.
1974 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
1975 (bfd_i386_arch, i8086_ar): Link in.
1976 * elf64-x86-64.c: New file.
1977 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
1978 * targets.c (bfd_elf64_x86_64_vec): Add.
1979 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 1980
fbc4fff4
KH
19812000-11-30 Kazu Hirata <kazu@hxi.com>
1982
1983 * xcofflink.c: Fix formatting.
1984
e60b52c6
KH
19852000-11-28 Kazu Hirata <kazu@hxi.com>
1986
1987 * aoutx.h: Fix formatting.
1988 * bfd-in.h: Likewise.
1989 * bfd-in2.h: Likewise.
1990 * cache.c: Likewise.
1991 * cisco-core.c: Likewise.
1992 * coff64-rs6000.c: Likewise.
1993 * coffcode.h: Likewise.
1994 * coffswap.h: Likewise.
1995 * corefile.c: Likewise.
be3ccd9c 1996 * elf32-mips.c: Likewise.
e60b52c6 1997
336eced2
KH
19982000-11-27 Kazu Hirata <kazu@hxi.com>
1999
2000 * aout-adobe.c: Fix formatting.
244148ad
KH
2001 * coff64-rs6000.c: Likewise.
2002 * coffgen.c: Likewise.
2003 * cofflink.c: Likewise.
336eced2 2004
d71f672e
PB
20052000-11-27 Philip Blundell <pb@futuretv.com>
2006
2007 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2008 (obj_coff_strings_written): New accessor macro for above.
2009 * libcoff.h: Regenerate.
2010 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2011 strings.
2012 * coffcode.h (coff_write_object_contents): No need to write out
2013 the string table if it's already been done.
2014
bc7a577d
PB
20152000-11-22 Philip Blundell <pb@futuretv.com>
2016
d952f17a 2017 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
2018 weak undefined symbols.
2019
077b8428
NC
20202000-11-24 Nick Clifton <nickc@redhat.com>
2021
2022 * archures.c (bfd_mach_arm_5TE): Define.
2023 (bfd_mach_arm+XScale): Define.
2024 * bfd-in2.h: Regenerate.
2025
2026 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2027 BFD_RELOC_ARM_PCREL_BLX.
2028
2029 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2030 XScale machine numbers.
2031
2032 * config.bfd (xscale-elf): Add target.
2033 (xscale-coff): Add target.
2034
2035 * cpu-arm.c: Add xscale machine name.
2036 Add v5t, v5te and XScale machine numbers.
2037
e9e41bd9
KH
20382000-11-23 Kazu Hirata <kazu@hxi.com>
2039
2040 * aix386-core.c: Fix formatting.
2041
64bf6ae6
JW
20422000-11-22 Jim Wilson <wilson@redhat.com>
2043
2044 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2045 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2046 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2047 (ins_imms_scaled): Initialize sign_bit at function entry.
2048 (elf64_ia64_operands): Add missing initializers.
2049 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2050 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2051 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2052 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2053 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2054 parameters.
2055 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2056 and free_extsyms at function entry.
2057 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2058 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2059 (get_got): Delete unused local srel.
2060 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2061 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 2062
1abaf976
KH
20632000-11-21 Kazu Hirata <kazu@hxi.com>
2064
6e301b2b
KH
2065 * coff-a29k.c: Fix formatting.
2066 * coff-h8500.c: Likewise.
2067 * coff-i960.c: Likewise.
2068 * coff-ppc.c: Likewise.
2069 * coff-rs6000.c: Likewise.
2070 * coff-stgo32.c: Likewise.
2071 * coff-tic54x.c: Likewise.
2072 * coff-w65.c: Likewise.
2073 * cpu-h8500.c: Likewise.
2074 * cpu-hppa.c: Likewise.
2075 * cpu-ns32k.c: Likewise.
2076 * ecoff.c: Likewise.
1abaf976
KH
2077 * ecofflink.c: Likewise.
2078
a0fc8ba1
NC
20792000-11-21 Nick Clifton <nickc@redhat.com>
2080
2081 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2082 remove possibility of infinite loop.
2083
beb0d161
KH
20842000-11-20 Kazu Hirata <kazu@hxi.com>
2085
2086 * aix386-core.c: Fix formatting.
2087 * aout-adobe.c: Likewise.
2088 * aout-arm.c: Likewise.
2089 * aout-encap.c: Likewise.
2090 * aout-ns32k.c: Likewise.
2091 * aout-target.h: Likewise.
2092 * aout-tic30.c: Likewise.
2093 * aoutf1.h: Likewise.
2094 * aoutx.h: Likewise.
2095 * archive.c: Likewise.
eb6e10cb
KH
2096 * bfd-in.h: Likewise.
2097 * bfd-in2.h: Likewise.
2098 * bfd.c: Likewise.
2099 * bout.c: Likewise.
beb0d161 2100
2c2475db
JW
21012000-11-17 H.J. Lu <hjl@gnu.org>
2102
2103 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2104 pltoff entries for DT_INIT and DT_FINI.
2105 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2106 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2107 entries.
2108
18b27f17
RH
21092000-11-16 Richard Henderson <rth@redhat.com>
2110
2111 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2112 (allocate_dynrel_entries): Likewise.
2113 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
2114 (set_pltoff_entry): Likewise.
2115 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2116 (elfNN_ia64_reloc_type_lookup): Likewise.
2117 (elfNN_ia64_install_value): Likewise.
2118 (elfNN_ia64_relocate_section): Likewise.
2119 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2120 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2121
98591c73
KH
21222000-11-16 Kazu Hirata <kazu@hxi.com>
2123
71f6b586
KH
2124 * cpu-a29k.c: Fix formatting.
2125 * cpu-alpha.c: Likewise.
2126 * cpu-arm.c: Likewise.
2127 * cpu-avr.c: Likewise.
2128 * cpu-d10v.c: Likewise.
2129 * cpu-h8500.c: Likewise.
2130 * cpu-hppa.c: Likewise.
2131 * cpu-i370.c: Likewise.
2132 * cpu-i386.c: Likewise.
2133 * cpu-i960.c: Likewise.
2134 * cpu-ia64-opc.c: Likewise.
2135 * cpu-ia64.c: Likewise.
2136 * cpu-m32r.c: Likewise.
2137 * cpu-m68hc11.c: Likewise.
2138 * cpu-m68hc12.c: Likewise.
2139 * cpu-m68k.c: Likewise.
2140 * cpu-m88k.c: Likewise.
2141 * cpu-mips.c: Likewise.
2142 * cpu-ns32k.c: Likewise.
2143 * cpu-pj.c: Likewise.
2144 * cpu-powerpc.c: Likewise.
2145 * cpu-sh.c: Likewise.
2146 * cpu-sparc.c: Likewise.
2147 * cpu-tic54x.c: Likewise.
2148 * cpu-v850.c: Likewise.
2149 * cpu-vax.c: Likewise.
2150 * cpu-w65.c: Likewise.
2151 * cpu-we32k.c: Likewise.
2152 * cpu-z8k.c: Likewise.
2153 * dwarf1.c: Likewise.
98591c73
KH
2154 * dwarf2.c: Likewise.
2155
c5930ee6
KH
21562000-11-15 Kazu Hirata <kazu@hxi.com>
2157
2158 * coff-arm.c: Fix formatting.
2159 * coff-ppc.c: Likewise.
2160 * coff-rs6000.c: Likewise.
cbfe05c4
KH
2161 * coff-sh.c: Likewise.
2162 * coff-sparc.c: Likewise.
2163 * coff-tic30.c: Likewise.
2164 * coff-tic54x.c: Likewise.
2165 * coff-tic80.c: Likewise.
2166 * coff-w65.c: Likewise.
2167 * coff-we32k.c: Likewise.
2168 * coff-z8k.c: Likewise.
c5930ee6 2169
dac544a8
RH
21702000-11-15 Richard Henderson <rth@redhat.com>
2171
2172 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2173 section with the same ALLOC|LOAD flags as the source section.
2174
c810873d
JJ
21752000-11-14 Jakub Jelinek <jakub@redhat.com>
2176
2177 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2178 by STO_ALPHA constants.
2179
43646c9d
KH
21802000-11-14 Kazu Hirata <kazu@hxi.com>
2181
2182 * coff-pmac.c: Fix formatting.
2183 * coff-ppc.c: Likewise.
2184
051b8577
L
21852000-11-13 H.J. Lu <hjl@gnu.org>
2186
2187 * elflink.h (elf_link_add_object_symbols): Also add indirect
2188 symbols for common symbols with the default version.
2189
90460d97
PB
21902000-11-09 Philip Blundell <pb@futuretv.com>
2191
2192 * section.c (STD_SECTION): Set gc_mark flag.
2193
b48499ec
KH
21942000-11-11 Kazu Hirata <kazu@hxi.com>
2195
2196 * coff-i960.c: Likewise.
2197 * coff-m68k.c: Likewise.
2198 * coff-m88k.c: Likewise.
2199 * coff-mcore.c: Likewise.
2200 * coff-mips.c: Likewise.
2201
c5aeb40f
AO
22022000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
2203
2204 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2205
5fcfd273
KH
22062000-11-10 Kazu Hirata <kazu@hxi.com>
2207
2208 * coff-h8300.c: Fix formatting.
2209 * coff-h8500.c: Likewise.
2210 * coff-i386.c: Likewise.
2211 * coff-i860.c: Likewise.
2212 * coff-i960.c: Likewise.
2213 * coff-ia64.c: Likewise.
2214
047066e1
KH
22152000-11-09 Kazu Hirata <kazu@hxi.com>
2216
2217 * archive.c: Fix formatting.
2218 * archures.c: Likewise.
2219
9a951beb
RH
22202000-11-07 Richard Henderson <rth@redhat.com>
2221
2222 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2223 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
2224 * section.c (bfd_set_section_contents): Call memcpy if
2225 section->contents set and location not equal to contents plus offset.
2226
aebad5fe
KH
22272000-11-08 Kazu Hirata <kazu@hxi.com>
2228
8546af74
KH
2229 * bfd-in.h: Fix formatting.
2230 * bfd-in2.h: Likewise.
2231 * bfd.c: Likewise.
aebad5fe
KH
2232 * binary.c: Likewise.
2233 * bout.c: Likewise.
346ceb11
KH
2234 * coff-a29k.c: Likewise.
2235 * coff-alpha.c: Likewise.
2236 * coff-apollo.c: Likewise.
2237 * coff-aux.c: Likewise.
aebad5fe 2238
0ef5a5bd
KH
22392000-11-07 Kazu Hirata <kazu@hxi.com>
2240
2241 * aix386-core.c: Fix formatting.
2242 * aoutf1.h: Likewise.
2243 * aoutx.h: Likewise.
2244 * archures.c: Likewise.
2245 * armnetbsd.c: Likewise.
2246
d562d2fb
AM
22472000-11-07 Alan Modra <alan@linuxcare.com.au>
2248
2249 * coff-h8300.c (special): Adjust reloc address.
2250
bbe66d08
JW
22512000-11-06 Steve Ellcey <sje@cup.hp.com>
2252
4efc3e05 2253 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
2254 to differentiate elf32 and elf64 on ia64.
2255 * bfd-in2.h: Regenerate.
2256 * config.bfd: Add target for "ia64*-*-hpux*".
2257 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2258 * configure: Regenerate.
4efc3e05 2259 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
2260 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2261
2262 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2263 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
2264 * Makefile.in: Regnerate.
4efc3e05 2265 * elf64-ia64.c: Deleted.
bbe66d08
JW
2266 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2267
c4dfa77f
KH
22682000-11-06 Kazu Hirata <kazu@hxi.com>
2269
2270 * aout-adobe.c: Fix formatting.
2271 * aout-arm.c: Likewise.
2272 * aout-cris.c: Likewise.
2273 * aout-encap.c: Likewise.
2274 * aout-ns32k.c: Likewise.
2275 * aout-target.h: Likewise.
2276 * aout-tic30.c: Likewise.
2277
cf919dfd
PB
22782000-11-05 Philip Blundell <philb@gnu.org>
2279
2280 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2281 BFDs containing no sections to be merged, regardless of their flags.
2282
22832000-11-04 Philip Blundell <philb@gnu.org>
2284
2285 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2286 if a relocation for an undefined symbol also results in an
2287 overflow.
2288
8d88c4ca 22892000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
2290
2291 * config.bfd: Add support for Sun Chorus.
2292
46d59bfa
DB
22932000-11-05 David O'Brien <obrien@FreeBSD.org>
2294
2295 * configure.in: Recognize alpha-*-freebsd*.
2296 * configure: Regenerate.
2297
d952f17a 22982000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
2299
2300 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2301 (Chunk): New global variable set by a parameter in objcopy.c.
2302 (S3Forced): New global variable set by a parameter in
2303 objcopy.c.
2304 (srec_set_section_contents): If S3Forced is true, always generate
2305 S3 records.
2306 (srec_write_section): Use 'Chunk' to limit maximum length of S
2307 records.
2308
59ff2774
NC
23092000-11-02 Per Lundberg <plundis@chaosdev.org>
2310
2311 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2312 * Makefile.in: Regenerate.
2313 * bfd-in2.h: Regenerate.
2314 * po/bfd.pot: Regenerate.
d952f17a 2315
ee43f35e
PB
23162000-10-31 Philip Blundell <philb@gnu.org>
2317
2318 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2319 EF_SOFT_FLOAT if it is defined.
2320
1006ba19
PB
23212000-10-27 Philip Blundell <philb@gnu.org>
2322
2323 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2324 attempts to mix PIC code with non-PIC, just mark the output as
2325 being position dependent.
d952f17a
AM
2326 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
2327 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 2328 all mismatches, not just the first one.
d952f17a 2329
c4920b97
NC
23302000-10-25 Chris Demetriou <cgd@sibyte.com>
2331
2332 * ieee.c (ieee_archive_p): Plug one of many possible
2333 memory leaks in error handling.
2334
19f7b010
JJ
23352000-10-20 Jakub Jelinek <jakub@redhat.com>
2336
2337 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2338 elf32_sparc_object_p, elf32_sparc_final_write_processing):
2339 Support v8plusb.
2340 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2341 sparc64_elf_object_p): Support v9b.
2342 * archures.c: Declare v8plusb and v9b machines.
2343 * bfd-in2.h: Ditto.
2344 * cpu-sparc.c: Ditto.
2345
e1e0340b
GK
23462000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2347
ea5fbc67
GK
2348 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2349 of a GOT reloc.
2350
e1e0340b
GK
2351 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2352 (SYMBOL_CALLS_LOCAL): New macro.
2353 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2354 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2355 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2356 (ppc_elf_relocate_section): Use flag variable to determine
2357 whether the relocation refers to a local symbol.
2358 Test whether a PLTREL24 reloc will produce a reloc by looking
2359 to see whether a PLT entry was made.
2360
a4b120e1
GK
23612000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2362
2363 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2364 entries that could serve as a definition for a weak symbol.
2365
5af5b85b
UC
23662000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
2367
2368 From Ralf Baechle <ralf@gnu.org>
2369
2370 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2371 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
2372 against local symbols.
2373 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 2374
3ef20aaa
AM
23752000-10-12 Alan Modra <alan@linuxcare.com.au>
2376
24376d1b
AM
2377 * section.c (struct sec): Add kept_section.
2378 (struct bfd_comdat_info): Remove sec, we can use above.
2379 (STD_SECTION): Add initializer.
2380 (bfd_make_section_anyway): Init here too.
2381
2382 * bfd-in2.h: Regenerate.
2383
2384 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 2385 zeroing of `flags'.
24376d1b
AM
2386 (elf_link_input_bfd): Set all asection->symbol->value's here, and
2387 fudge values for discarded link-once section symbols.
2388
3ef20aaa
AM
2389 * elf64-hppa.c: Include alloca-conf.h
2390
c0e219cc
AM
23912000-10-11 Alan Modra <alan@linuxcare.com.au>
2392
d01e2a23
AM
2393 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2394
c0e219cc
AM
2395 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2396
fe268b66
AM
23972000-10-10 Alan Modra <alan@linuxcare.com.au>
2398
2399 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2400
4d7ce4dd
AM
24012000-10-10 Tom Rix <trix@redhat.com>
2402
d952f17a 2403 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
2404 newsect->symbol fails to alloc. Use bfd_release instead of free.
2405
f3b6f7c3
RH
24062000-10-09 Richard Henderson <rth@cygnus.com
2407
2408 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2409 (elf64_ia64_unwind_entry_compare): New.
2410 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2411
44852b19
AM
24122000-10-07 Alan Modra <alan@linuxcare.com.au>
2413
fc8c40a0
AM
2414 * elflink.h (size_dynamic_sections): Don't create various tags if
2415 .dynstr is excluded from the link. Don't set first dynsym entry
2416 if dynsymcount is zero.
2417 (elf_bfd_final_link): Don't try to swap out dynamic syms if
2418 .dynsym excluded from the link. Don't try to write any dynamic
2419 sections excluded from the link.
2420
44852b19
AM
2421 * elf.c (swap_out_syms): Handle global section symbols.
2422
3e4554a2
DD
24232000-10-05 DJ Delorie <dj@redhat.com>
2424
2425 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2426 * coffcode.h (coff_set_alignment_hook): read extended reloc count
2427 (coff_write_relocs): write extended reloc count
2428 (coff_write_object_contents): account for extended relocs
2429
fa152c49
JW
24302000-10-05 Jim Wilson <wilson@cygnus.com>
2431
2432 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2433 field.
2434 * elf.c (_bfd_elf_make_section_from_shdr): Call the
2435 elf_backend_section_flags function.
2436 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2437 code.
2438 (elf64_ia64_section_flags): New function containing flag conversion
2439 code.
2440 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2441 * elfxx-target.h (elf_backend_section_flags): Define.
2442 (elfNN_bed): Initialize elf_backend_section_flags field.
2443
36605136
AM
24442000-10-02 Alan Modra <alan@linuxcare.com.au>
2445
2446 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2447 _bfd_elf32_gc_record_vtable. Correct a comment.
2448
4b6609a0
UC
24492000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
2450
2451 From Ralf Baechle <ralf@gnu.org>
2452
2453 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2454 produces binaries with got[1] = 0x80000001 to differenciate them
2455 for the dynamic linker from the broken binaries produced by old
2456 versions.
36605136 2457
f572a39d
AM
24582000-09-30 Petr Sorfa <petrs@sco.com>
2459
2460 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2461 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2462 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2463 * configure: Regenerate.
2464
4da81684
HPN
24652000-09-27 Hans-Peter Nilsson <hp@axis.com>
2466
2467 Define two bfd_targets for absence and presence of leading
2468 underscore on symbols. Make sure to only link same kind.
2469 * elf32-cris.c (cris_elf_object_p,
2470 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2471 cris_elf_merge_private_bfd_data): New.
2472 (elf_backend_object_p, elf_backend_final_write_processing,
2473 bfd_elf32_bfd_print_private_bfd_data,
2474 bfd_elf32_bfd_merge_private_bfd_data): Define.
2475 <Target vector definition>: Include elf32-target.h twice with
2476 different macro settings:
2477 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2478 bfd_elf32_us_cris_vec.
2479 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2480 (elf_symbol_leading_char): First as 0, then '_'.
2481 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2482 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2483 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2484 * configure: Regenerate.
2485 * targets.c: Declare bfd_elf32_us_cris_vec.
2486 * po/bfd.pot: Regenerate.
2487
9a5aca8c
AM
24882000-09-29 Momchil Velikov <velco@fadata.bg>
2489
2490 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2491 R_ARM_THM_PC22 relocations.
2492
512a2384
AM
24932000-09-29 NIIBE Yutaka <gniibe@chroot.org>
2494
2495 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2496
6c99a5c3
AM
24972000-09-29 Momchil Velikov <velco@fadata.bg>
2498
2499 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2500 is has the SEC_HAS_CONTENTS flag set.
2501