]> Git Repo - binutils.git/blame - bfd/ChangeLog
* config/tc-hppa.c (CHECK_FIELD_WHERE): Define.
[binutils.git] / bfd / ChangeLog
CommitLineData
68fb2e56
AM
12001-06-21 Alan Modra <[email protected]>
2
3 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
4 allocate local .got space. Use shortcuts from hash table for .got
5 and .plt rather than comparing section names.
6 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
7 adjusting index into local_got_refcounts to document what we are
8 really doing.
9 (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
10 Tidy .got and .plt error checking.
11
9317eacc
CM
122001-06-20 Catherine Moore <[email protected]>
13
14 * elf-bfd.h (struct elf_backend_data):
15 elf_backend_emit_relocs: New field: Function for emitting
16 relocs.
17 elf_backend_count_relocs: New field: Function for determining
18 the number of relocs to be emitted.
19 * elfxx-target.h: Provide default (NULL) values for
20 elf_backend_emit_relocs and elf_backend_count_relocs.
21 * elflink.h (elf_link_size_reloc_section): Make the hash table
22 big enough to hold the relocs counted by either reloc_count or
23 o->reloc_count.
24 (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
25 should be emitted, either because of a command line option
26 stored in the info structure or because the target provides a
27 special reloc emitting function.
28 If the target provides a reloc counting function use it,
29 unless performing a relocatable link or emitting all relocs.
30 Also set the SEC_RELOC flag on any output section which will
31 contain relocs.
32 (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
33 should be emitted, either because of a command line option
34 stored in the info structure or because the target provides a
35 special reloc emitting function.
36 If the target provides a reloc emitting function, use it,
37 unless performing a relocatable link or emitting all relocs.
38
161d71a6
L
392001-06-20 H.J. Lu <[email protected]>
40
41 * elf32-i386.c (elf_i386_size_dynamic_sections): Always
42 allocate local .got space.
43
fd8ab9e5
AJ
442001-06-19 Andreas Jaeger <[email protected]>
45
46 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
47 dynamic symbols.
48
99293407
HPN
492001-06-18 Hans-Peter Nilsson <[email protected]>
50
51 * elflink.h (struct elf_assign_sym_version_info): Remove member
52 export_dynamic. All users changed to use info member.
53 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
54 export_dynamic, instead use member in parameter info.
55 * bfd-in.h (bfd_elf32_size_dynamic_sections,
56 bfd_elf64_size_dynamic_sections): Update prototype.
57 * bfd-in2.h: Regenerate.
58
bc2b6df7
L
592001-06-18 H.J. Lu <[email protected]>
60
61 * elflink.h (elf_info_failed): Add a new field, verdefs.
62 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
63 elf_export_symbol.
64 (elf_export_symbol): Check eif->verdefs to decide if a symbol
65 should be exported.
66
43917054
L
672001-06-17 H.J. Lu <[email protected]>
68
69 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
70 readonly_reloc, to record if a relocation in the .rel.dyn
71 section is against a read-only section.
72 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
73 field to false.
74 (_bfd_mips_elf_check_relocs): Record if there is a relocation
75 in the .rel.dyn section against a read-only section by setting
76 DF_TEXTREL or readonly_reloc.
77 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
78 it is true.
79 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
80 there is a relocation in the .rel.dyn section against a
81 read-only section.
82 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
83 DF_TEXTREL is set.
84
7c8ca0e4
NC
852001-06-12 Nick Clifton <[email protected]>
86
87 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
88 function. Move flagword result into parameter list. Remove
89 comment about setting bfd_error_handler to intercept failure
90 results.
91 * coffgen.c (make_a_section_from_file): Examine result of
92 calling bfd_coff_styp_to_sec_flags and pass a failure back to
93 caller.
94 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
95 function. Move flagword result into parameter list.
96 * libcoff.h: Regenerate.
97 * libecoff.h: Regenerate.
98
dee0a8f4
NC
992001-06-13 Nick Clifton <[email protected]>
100
101 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
102 section is going to follow it.
103
0d1ea5c0
CM
1042001-06-12 Catherine Moore <[email protected]>
105
106 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
107 with the file_align entry from elf_backend_data.
108 (elf_gc_smash_unused_vtentry_relocs): Likewise.
109 (elf_gc_record_vtentry): Likewise.
110
4e8a9624
AM
1112001-06-10 Alan Modra <[email protected]>
112
113 * elflink.h: Whitespace changes.
114 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
115 rather than "unsigned char".
116 (elf_link_output_relocs): Likewise.
117 (elf_link_input_bfd): Likewise.
118 (elf_reloc_link_order): LIkewise.
119 * elf.c: s/CONST/const/. Whitespace changes.
120 * elf32-mips.c: Formatting fix.
121
122 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
123 * Makefile.in: Regenerate.
124 * po/Make-in: Remove trailing tab.
125
7a25cd3e
PB
1262001-06-09 Philip Blundell <[email protected]>
127
128 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
129 change.
130 (elf32_arm_plt_entry): Likewise.
131
3f5a136d
L
1322001-06-08 H.J. Lu <[email protected]>
133
134 * elf.c (swap_out_syms): Keep names for global section symbols.
135
d8fe1fed
L
1362001-06-07 H.J. Lu <[email protected]>
137
138 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
139 MIPS-based machines need it.
140
c36e006f
L
1412001-06-07 H.J. Lu <[email protected]>
142
143 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
144 for SGI only.
145
146 * config.bfd: Remove ecoff from Linux/mips.
147
cc78d0af
AJ
1482001-06-07 Andreas Jaeger <[email protected]>
149
150 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
151 assertion.
152 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
153 alignment of 8 for .rela sections; handle further relocations.
154
879db8be
NC
1552001-06-06 Christian Groessler <[email protected]>
156
157 * coff-z8k.c: Fix formatting.
158 Fix howtos: howto->size was always 1.
159
cbb1fd50
NC
1602001-06-05 Thiemo Seufer <[email protected]>
161
162 * configure.host (mips64*-*-linux*): Define.
163
73a74a62
AM
1642001-06-05 Alan Modra <[email protected]>
165
6725bdbf
AM
166 * elf32-i386.c (elf_i386_discard_copies): Rename to
167 discard_copies, and use elf_link_hash_entry arg rather than
168 elf_i386_link_hash_entry.
169 (elf_i386_link_hash_traverse): Delete.
170 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
171 Tidy sizing of dynamic sections.
172 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
173 possible .plt entries.
174 (elf_i386_gc_sweep_hook): Likewise.
175 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
176 everything with plt.refcount <= 0.
177
178 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
179 .relgot space here.
180 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
4e8a9624 181 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
6725bdbf
AM
182 .rel.plt here..
183 (allocate_plt_and_got): ..instead do it all here. New function.
184 (elf_i386_size_dynamic_sections): Allocate local .got space and
185 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
186 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
187 rather than gc variety).
188 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
189 (elf_i386_relocate_section): Use it here and correct handling of
190 R_386_GOT32. Provide section and offset for "unresolvable
191 relocation" error message.
192 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
193
194 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
195 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
196 (elf_i386_link_hash_table_create): Init them.
197 (create_got_section): New function.
198 (elf_i386_create_dynamic_sections): New function.
199 (elf_backend_create_dynamic_sections): Set to above.
200 (elf_i386_check_relocs): Use shortcuts from hash table rather than
201 calling bfd_get_section_by_name.
202 (elf_i386_gc_sweep_hook): Likewise.
203 (elf_i386_adjust_dynamic_symbol): Likewise.
204 (elf_i386_size_dynamic_sections): Likewise.
205 (elf_i386_relocate_section): Likewise.
206 (elf_i386_finish_dynamic_sections): Likewise.
207
73a74a62
AM
208 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
209
24a5e751
L
2102001-06-02 H.J. Lu <[email protected]>
211
212 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
213 and ELFOSABI_HPUX.
214 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
215
15103188
L
2162001-06-02 H.J. Lu <[email protected]>
217
218 * aout-cris.c (MACHTYPE_OK): New. Defined.
219
2f484710
HPN
2202001-06-02 Hans-Peter Nilsson <[email protected]>
221
222 * section.c (_bfd_strip_section_from_output): Handle NULL
223 output_section.
224
a5ac692b
L
2252001-06-02 H.J. Lu <[email protected]>
226
227 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
228 rs6000coff64_vec only if BFD64 is defined.
229 (powerpc64-*-aix*): Enable only if BFD64 is defined.
230
27e53099
L
2312001-06-02 H.J. Lu <[email protected]>
232
233 * coff-ia64.c (ia64coff_object_p): Rewrite with
234 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
235
80643fbc
AJ
2362001-06-01 Andreas Jaeger <[email protected]>
237
238 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
239 relocation, small reformatting.
240
6b3db546
AJ
2412001-05-29 Andreas Jaeger <[email protected]>
242
243 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
244 (elf64_x86_64_relocate_section): Likewise.
245
4dc86686
AM
2462001-05-30 Alan Modra <[email protected]>
247
248 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
249 millicode. Don't allocate .got and .rela.got space here..
250 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
251 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
252 .rela.plt here..
253 (hppa_handle_PIC_calls): ..nor here..
254 (allocate_plt_and_got): ..instead do it all here. New function.
255 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
256 call allocate_plt_and_got. No need to zap .got if not dynamic.
257 (elf32_hppa_final_link): Call regular bfd_final_link instead of
258 gc_common_final_link.
259 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
260 (elf32_hppa_relocate_section): Use it here.
261 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
262 dynamic_sections_created.
263 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
264
de41dcd8
AJ
2652001-05-28 Andreas Jaeger <[email protected]>
266
267 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
268 generic version since we want a hashsize of 4.
269 (elf_backend_size_info): Likewise.
270
209f668e
NC
2712001-05-28 Thiemo Seufer <[email protected]>
272
209f668e
NC
273 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
274 a zeroing loop.
275 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
276 (elf_link_input_bfd): Likewise.
277 (elf_reloc_link_order): Likewise.
278 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
279 relocations correctly.
280
f7a74f8c
NC
2812001-05-28 Nicolas Pitre <[email protected]>
282
283 * elf32-arm.h: fix PLT generation for big endian ARM
284
8dea1268
AM
2852001-05-28 Alan Modra <[email protected]>
286
287 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
288 for symbols forced local that need plabels.
289 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
290 .plt.rela for local syms if non-shared.
291 (hppa_build_one_stub): Mask lsb of plt.offset.
292 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
293 (clobber_millicode_symbols): Correct comment.
294 (elf32_hppa_relocate_section): Likewise.
295 (elf32_hppa_finish_dynamic_symbol): Likewise.
296
0f2712ed
NC
2972001-05-28 Jeff Sturm <[email protected]>
298
299 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
300 * bfd-in2.h: Regenerate.
301 * libbfd.h: Regenerate.
302 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
303 and BFD_RELOC_SPARC_UA64 mapping
304 * elf64-sparc.c: Likewise.
de41dcd8 305
6768c14a
L
3062001-05-25 H.J. Lu <[email protected]>
307
308 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
309 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
310 (coff-rs6000.lo): Remove the old dependency.
311 * Makefile.in: Rebuild.
312
313 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
314 coff-rs6000.lo.
315
b55039f4
L
3162001-05-25 H.J. Lu <[email protected]>
317
318 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
319 rs6000coff_core_file_matches_executable_p,
320 rs6000coff_core_file_failing_command and
321 rs6000coff_core_file_failing_signal only if AIX_CORE is
322 defined.
323 (pmac_xcoff_vec): Likewise.
324 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
325
64e9ece0
TW
3262001-05-25 Timothy Wall <[email protected]>
327
328 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
329 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
330
f34d8777
L
3312001-05-25 H.J. Lu <[email protected]>
332
333 * bfd-in2.h: Regenerated.
334 * libcoff.h: Likewise.
335
49e9d0d3
AM
3362001-05-25 Alan Modra <[email protected]>
337
338 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
339 undefined millicode syms in shared libs.
340 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
341 (elf32_hppa_check_relocs): Likewise.
342 (elf32_hppa_adjust_dynamic_symbol): Likewise.
343 (elf32_hppa_size_dynamic_sections): Likewise.
344 (elf32_hppa_relocate_section): Likewise.
345 (elf32_hppa_finish_dynamic_symbol): Likewise.
346 (elf32_hppa_finish_dynamic_sections): Likewise.
347
beb1bf64
TR
3482001-05-24 Tom Rix <[email protected]>
349
350 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
351 xcoff-target.h not used to define rs6000 or ppc bfd.
352 * Makefile.in same
353
354 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
355 to 64 bit.
356
357 * coff-rs6000.c : Many changes for 64 bit support. Move common
358 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
359 and pmac_xcoff_vec
360
361 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
362 linker now supported. Explictly define the rs6000coff64_vec.
363
364 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
de41dcd8 365 (coff_print_aux) same
beb1bf64
TR
366 (coff_write_object_contents) same
367 (coff_slurp_line_table) same
368
369 * coffgen.c : (coff_fix_symbol_name) formatting
370 (coff_mangle_symbols) xcoff 64 bit support
371 (coff_write_symbol) same
372 (coff_write_alien_symbol) same
373 (coff_write_native_symbol) same
374 (coff_write_symbols) same
375 (coff_get_symbol_info) same
376 (bfd_coff_get_syment) same
377 (coff_print_symbol) same
378
379 * config.bfd : add powerpc64-*-aix* target
380
381 * libcoff-in.h : formatting
382
383 * libcoff.h : move xcoff extern declarations to libxcoff.h
384
385 * libxcoff.h : New file
386
de41dcd8
AJ
387 * xcofflink.c : Many changes for xcoff64 support. Move common
388 structures to include/coff/xcoff.h. Move specific structure to
beb1bf64
TR
389 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
390 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
de41dcd8
AJ
391
392 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
beb1bf64
TR
393 aix4.2+ -binitfini.
394
395 (xcoff_build_ldsyms) : handle special __rtinit symbol.
396
e90fdc1a
AO
3972001-05-23 Alexandre Oliva <[email protected]>
398
399 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
400 s/ENTIRES/ENTRIES/.
401
d1cf510e
NC
4022001-05-23 Thiemo Seufer <[email protected]>
403
c2feb664
NC
404 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
405 * libbfd.h: Regenerate.
4e8a9624 406 * bfd-in2.h: Regenerate.
c2feb664 407
d1cf510e
NC
408 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
409 * archures.c (bfd_mach_mips12000): Define.
410 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
411 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
412 support.
413 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
414 * bfd-in2.h: Regenerate.
415 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
416
6c426cf3
NC
4172001-05-23 kaz Kojima <[email protected]>
418
419 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
420 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
421 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
422 that is used by GCC.
423
d9bc7a44
NC
4242001-05-23 Nick Clifton <[email protected]>
425
426 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
427 of entries in a structured section.
428 * elf.c: Use new macro.
429 * elf32-i386.c: Use new macro.
430 * elf32-mips.c: Use new macro.
431 * elf64-alpha.c: Use new macro.
432 * elf64-sparc.c: Use new macro.
433 * elfcode.h: Use new macro.
434 * elflink.h: Use new macro.
435
4362001-05-23 Nick Clifton <[email protected]>
437
438 * bfdint.texi: Replace -oformat with --oformat.
439
f5198f61
AJ
4402001-05-21 Andreas Jaeger <[email protected]>
441
442 * dwarf2.c (decode_line_info): Fix error message.
443 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
444 adjust error message.
445
7913c838
L
4462001-05-18 H.J. Lu <[email protected]>
447
448 * elflink.h (elf_link_add_object_symbols): Revert the last
449 change.
450
e0522e89
AM
4512001-05-17 Alan Modra <[email protected]>
452
453 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
454 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
455 (hppa_build_one_stub): Add an assert to check plt.offset.
456
96fd004e
L
4572001-05-17 H.J. Lu <[email protected]>
458
459 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
460 version definition to basename of the output filename.
461
f3876d8b
L
4622001-05-17 H.J. Lu <[email protected]>
463
464 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
465 basename of the bfd filename.
466
d1778b88
AM
4672001-05-16 Alan Modra <[email protected]>
468
469 * section.c (asection): Add linker_has_input field.
470 (STD_SECTION): Adjust initialization to suit.
471 * ecoff.c (bfd_debug_section): Likewise.
472 * bfd-in2.h: Regenerate.
473
2a0fa943
AO
4742001-05-15 Alexandre Oliva <[email protected]>
475
476 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
477 negative 32-bit operands to 16 operands when the operand is
478 going to be zero-extended by the modified opcode.
479
bcee8eb8
AM
4802001-05-12 Peter Targett <[email protected]>
481
482 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
483 name for 'arc5' core versions.
484 (bfd_arc_arch): Make bfd_mach_arc_6 default.
485
486 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
487 architecture.
488 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
489
579f31ac
JJ
4902001-05-11 Jakub Jelinek <[email protected]>
491
492 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
493 sections as well.
494 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
495 to .gnu.linkonce.t.FOO text section.
496
8550eb6e
JJ
4972001-05-11 Jakub Jelinek <[email protected]>
498
499 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
500 fields, change sec into secinfo.
501 (struct sec_merge_info): Add chain, remove last fields.
502 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
503 (sec_merge_hash_lookup): If lookup could not use a string only
504 because it has bad alignment, mark the old string for deletion.
505 (sec_merge_add): Add secinfo argument. Don't compute entry's
506 position, instead record the section.
507 (sec_merge_emit): Update for the sec into secinfo change in
508 struct sec_merge_hash_entry.
509 (_bfd_merge_section): Only record the section for merging, defer
510 putting strings into the hash table.
511 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
512 _bfd_merge_sections): New functions.
513 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
514 changes.
515 * libbfd-in.h (_bfd_merge_sections): Add prototype.
516 (_bfd_nolink_bfd_merge_sections): Define.
517 * libbfd.h: Likewise.
518 (bfd_generic_merge_sections): Add prototype.
519 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
520 (struct bfd_target): Likewise.
521 * bfd.c (bfd_merge_sections): Define.
522 * bfd-in2.h: Rebuilt.
523 * elf.c (_bfd_elf_merge_sections): New function.
524 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
525 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
526 * reloc.c (bfd_generic_merge_sections): New function.
527 * vms.c (vms_bfd_merge_sections): New function.
528 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
529 * aout-target.h (MY_bfd_merge_sections): Define.
530 * aout-tic30.c (MY_bfd_merge_sections): Define.
531 * binary.c (binary_bfd_merge_sections): Define.
532 * bout.c (b_out_bfd_merge_sections): Define.
533 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
534 * coffcode.c (coff_bfd_merge_sections): Define.
535 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
536 * i386msdos.c (msdos_bfd_merge_sections): Define.
537 * i386os9k.c (os9k_bfd_merge_sections): Define.
538 * ieee.c (ieee_bfd_merge_sections): Define.
539 * ihex.c (ihex_bfd_merge_sections): Define.
540 * nlm-target.h (nlm_bfd_merge_sections): Define.
541 * oasys.c (oasys_bfd_merge_sections): Define.
542 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
543 * som.c (som_bfd_merge_sections): Define.
544 * srec.c (srec_bfd_merge_sections): Define.
545 * tekhex.c (tekhex_bfd_merge_sections): Define.
546 * versados.c (versados_bfd_merge_sections): Define.
547 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
548
1548c54f
NC
5492001-05-11 Nick Clifton <[email protected]>
550
551 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
552 to be unsigned long, in order to match its use.
553
689effed
L
5542001-05-10 H.J. Lu <[email protected]>
555
556 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
557 indirect symbols.
558
6e5222be
L
5592001-05-09 H.J. Lu <[email protected]>
560
561 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
562 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
563 Remove the unused veriable `dynver'.
564
8e191bd3
ILT
5652001-05-08 Ian Lance Taylor <[email protected]>
566
567 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
568 NULL or is not COFF.
569 (coff_i386_rtype_to_howto): Don't dump core if output section
570 owner is not COFF.
571
062e2358
AM
5722001-05-07 Thiemo Seufer <[email protected]>
573
574 * ecoff.c (bfd_debug_section): Fix initialization.
575 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
576 is always a positive integer. Cast away sign mismatch.
577 * elf32-mips.c: Fix misleading comment and typo.
578 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
579 correct data type.
580 * elflink.c: Fix typo.
581 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
582 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
583
16b65e4e
RH
5842001-05-04 Richard Henderson <[email protected]>
585
586 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
587
cac15327
NC
5882001-05-04 Nick Clifton <[email protected]>
589
590 * elf32-arm.h (elf32_arm_final_link_relocate): Set
591 EF_ARM_HASENTRY if the start address is set.
592
966b3e0b
NC
5932001-05-03 Nick Clifton <[email protected]>
594
595 * targets.c (_bfd_target_vector_entries): Compute value based on
596 the size of the _bfd_target_vector and not bfd_target_vector.
597
210ba1e8
L
5982001-05-03 H.J. Lu <[email protected]>
599
600 * elfcode.h: Include "libiberty.h".
601
602 * elflink.h (elf_link_add_object_symbols): Set
603 elf_dt_name (abfd) to basename of the bfd filename.
604 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
605 of the bfd filename.
606
56fc028e
AJ
6072001-05-03 Andreas Jaeger <[email protected]>
608
609 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
610 (elf_generic_info_to_howto_rel): Likewise.
611 * coff-alpha.c (reloc_nil): Likewise.
612 (alpha_ecoff_bad_format_hook): Likewise.
613 (alpha_adjust_reloc_out): Likewise.
614 (alpha_bfd_reloc_type_lookup): Likewise.
615 (alpha_convert_external_reloc): Likewise.
616 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
617 (elf64_alpha_reloc_bad): Likewise.
618 (elf64_alpha_reloc_gpdisp): Likewise.
619 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
620 (elf64_alpha_info_to_howto): Likewise.
621 (elf64_alpha_add_symbol_hook): Likewise.
622 (elf64_alpha_create_got_section): Likewise.
623 (elf64_alpha_is_local_label_name): Likewise.
624 (elf64_alpha_merge_ind_symbols): Likewise.
625 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
626 (mips_elf64_get_reloc_upper_bound): Likewise.
627 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
628 (nlm_alpha_get_public_offset): Likewise.
629
c7e40348
NC
6302001-05-02 Johan Rydberg <[email protected]>
631
632 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
633 about overflow in R_OPENRISC_LO_16_IN_INSN and
56fc028e 634 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
c7e40348 635
5fba655a
L
6362001-04-30 H.J. Lu <[email protected]>
637
638 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
639 only for ELF_LINK_FORCED_LOCAL.
640 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
641 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
642 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
643
644 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
645 if the symbol has hidden or internal visibility.
646
db20fd76
AM
6472001-04-30 Alan Modra <[email protected]>
648
649 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
650 calls to undefined weak symbols.
651
6a2bda3f
AJ
6522001-04-30 Andreas Jaeger <[email protected]>, Andreas Schwab <[email protected]>
653
654 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
655 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
656
053579d7
AJ
6572001-04-27 Andreas Jaeger <[email protected]>
658
659 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
660 out handled entries.
661 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
662 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
663 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
664 GOT32.
665
87748b32
NC
6662001-04-27 Sean McNeil <[email protected]>
667
668 * config.bfd: Add arm-vxworks target.
669 * coff-arm (coff_arm_relocate_section): Add in symbol value to
670 addend (fro VXworks targets).
671
f5f31454
L
6722001-04-26 H.J. Lu <[email protected]>
673
674 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
675 valid.
676
d436a9b3
FCE
6772001-04-25 Frank Ch. Eigler <[email protected]>
678
679 * bfd-in.h (bfd_cache_close): Declare newly exported function.
680 * bfd-in2.h: Regenerated.
681
a531bbd2
JJ
6822001-04-24 Jakub Jelinek <[email protected]>
683
684 * merge.c (struct sec_merge_hash_entry): Add alignment field.
685 (struct sec_merge_hash): Remove alignment_power.
686 (sec_merge_hash_newfunc): Clear alignment.
687 (sec_merge_hash_lookup): Pass alignment as argument.
688 Use hashp->root.next, not hashp->next to walk the hash chain.
689 If a string already in the hashtable does not have required
690 alignment, create a new hashtable entry.
691 (sec_merge_init): Remove alignment_power argument.
692 (sec_merge_add): Add alignment argument.
693 (sec_merge_emit): Alignment is now a per-entity thing, not per
694 section.
695 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
696 for proper alignment.
697 Pass alignment information to sec_merge_add.
698
6840198f
NC
6992001-04-24 Christian Groessler <[email protected]>
700
701 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
702 and R_REL16 reloc types; accept odd values for R_REL16 type
703
b3baf5d0
NC
7042001-04-24 Johan Rydberg <[email protected]>
705
706 * cpu-openrisc.c: New file.
707 * elf32-openrisc.c: Likewise.
708
709 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
710 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
711 (BFD32_BACKENDS): Add elf32-openrisc.lo.
712 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
713 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
714 * Makefile.in: Regenerated.
715 * config.bfd: (openrisc-*-elf): New target.
053579d7 716 * configure.in (bfd_elf32_openrisc_vec): New vector.
b3baf5d0
NC
717 * configure: Regenerated.
718 * libbfd.h: Regenerated.
719 * bfd-in2.h: Regenerated.
720 * reloc.c: Add OpenRISC relocations.
053579d7 721 * targets.c (bfd_elf32_openrisc_vec): Declare.
b3baf5d0
NC
722 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
723 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
724 (bfd_openrisc_arch): Declare.
725 (bfd_archures_list): Add bfd_openrisc_arch.
726 * elf.c (prep_headers): Add bfd_arch_openrisc.
727
fe4770f4
AJ
7282001-04-23 Bo Thorsen <[email protected]>
729
730 * elf64-x86-64.c: Add c++ vtable hack.
731 Small whitespace and comment changes.
732
653165cc
AJ
7332001-04-19 Andreas Jaeger <[email protected]>
734
735 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
736 (elf64_x86_64_plt_entry): Likewise.
737 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
738 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
739
4d96d128
HPN
7402001-04-17 Hans-Peter Nilsson <[email protected]>
741
742 * elf32-cris.c: Tweak comments related to dynamic linking.
743 (cris_elf_relocate_section): When not creating shared object, fill
744 in the .got table for any symbol not in the dynamic symbol table.
745 (elf_cris_finish_dynamic_symbol): When not creating shared object,
746 only emit a .got.rela reloc if the symbol is in the dynamic symbol
747 table.
748 (cris_elf_check_relocs): Use variable r_type in all places rather
749 than the original expression. Add default case in switch for
750 reloc types.
751 (elf_cris_size_dynamic_sections): Iterate over
752 elf_cris_discard_excess_program_dynamics when not creating shared
753 library.
653165cc 754 (elf_cris_discard_excess_dso_dynamics): Renamed from
4d96d128
HPN
755 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
756 (elf_cris_discard_excess_program_dynamics): New.
757
3ed30d29
DD
7582001-04-14 Mark Elbrecht <[email protected]>
759
760 * coffcode.h (coff_write_object_contents): Use
761 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
762
a80f6941
L
7632001-04-14 H.J. Lu <[email protected]>
764
765 * bfd-in2.h: Regenerate.
766
767e4b0d
JJ
7672001-04-14 Jakub Jelinek <[email protected]>
768
769 * section.c (STD_SECTION): Add entsize.
770
2dd439c5
L
7712001-04-13 H.J. Lu <[email protected]>
772
773 * section.c (SEC_MERGE): Define new flag for merging.
774 (SEC_STRINGS): Likewise.
775 (entsize): New field.
776
baf80c32
DD
7772001-04-13 Roger Sayle <[email protected]>
778
779 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
780 flag on pe-i386 targets.
781
f5fa8ca2
JJ
7822001-04-13 Jakub Jelinek <[email protected]>
783
784 * libbfd-in.h (_bfd_merge_section): New.
785 (_bfd_write_merged_section): New.
786 (_bfd_merged_section_offset): New.
787 * libbfd.h: Rebuilt.
788 * linker.c (_bfd_generic_link_output_symbols): Handle
789 discard_sec_merge.
790 * aoutx.h (aout_link_write_symbols): Likewise.
791 * pdp11.c (aout_link_write_symbols): Likewise.
792 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
793 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
794 sections.
795 (elf_link_sec_merge_syms): New.
796 (elf_link_input_bfd): Call _bfd_merged_section_offset
797 and _bfd_write_merged_section.
798 Handle discard_sec_merge.
799 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
800 field.
801 (struct bfd_elf_section_data): Likewise.
802 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
803 SEC_STRINGS section flags and entsize from their ELF counterparts.
804 (_bfd_elf_link_hash_table_init): Initialize merge_info.
805 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
806 from their BFD counterparts.
807 * merge.c: New file.
808 * Makefile.am: Add strtab.lo.
809 * Makefile.in: Rebuilt.
810
d954b040
HPN
8112001-04-09 Hans-Peter Nilsson <[email protected]>
812
813 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
814 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
815
fdbafa10
L
8162001-04-05 Steven J. Hill <[email protected]>
817
818 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
819 endian MIPS ELF target.
820 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
821 MIPS ELF target.
822
823 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
824 64bit big endian MIPS ELF target.
653165cc 825 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
fdbafa10
L
826 endian MIPS ELF target.
827 * configure: Regenerated.
828
829 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
830 little endian targets.
831 (mips_elf_sym_is_global): Handle traditional targets.
832
833 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
834 64bit big endian MIPS ELF target.
835 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
836 endian MIPS ELF target.
837
838 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
839 and bfd_elf64_tradlittlemips_vec.
840
dd484e5c
L
8412001-04-05 David Mosberger <[email protected]>
842
843 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
844 ordinary "progbits" section.
845
391a809a
AM
8462001-04-04 Alan Modra <[email protected]>
847
848 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
849 when -Bsymbolic causes a symbol to no longer need a .plt entry.
850
5854c633
L
8512001-04-03 David Mosberger <[email protected]>
852
853 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
854
8b4b0fac
L
8552001-03-30 H.J. Lu <[email protected]>
856
857 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
858 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
859
eb4a6e4f
L
8602001-03-26 H.J. Lu <[email protected]>
861
862 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
863 if there are any relocations for generic ELF.
864 (bfd_elf32_bfd_link_add_symbols): Defined to
865 elf32_generic_link_add_symbols.
866 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
867 if there are any relocations for generic ELF.
868 (bfd_elf64_bfd_link_add_symbols): Defined to
869 elf64_generic_link_add_symbols.
870
55c80943
NC
8712001-03-23 Nick Clifton <[email protected]>
872
873 * Makefile.am (BUILD_CFILES): New variable: List of C source
874 files created in build directory.
875 (BUILD_HFILES): New variable: List of header files created in
876 build directory.
877 (POTFILES): Delete.
878 (po/POTFILES.in): Replace rule with empty entry.
879 (po/SRC-POTFILES.in): New rule: Create a list of source files
880 in the source directory.
881 (po/BLD-POTFILES.in): New rule: Create a list of source files
882 in the build directory.
883 (MOSTLYCLEAN): Do not delete source files created in build
884 directory.
885 * Makefile.in: Regenerate.
886 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
887 into po/Makefile.
888 * configure: Regenerate.
889
890 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
891 and BLD_POTFILES.
892 Add .. to the search path when building bfd.pot.
893 Delete POTFILES when performing distclean.
894 Add comment describing why distclean is broken in maintainer mode.
895 * po/POTFILES.in: Delete.
896 * po/SRC-POTFILES.in: New file.
897 * po/BLD-POTFILES.in: New file.
898 * po/bfd.pot: Regenerate.
899
58d29fc3
HPN
9002001-03-22 Hans-Peter Nilsson <[email protected]>
901
915e5146
HPN
902 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
903 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
904 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
905 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
906 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
907 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
908 functions.
909 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
910 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
911 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
912 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
913 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
914 New HOWTO members for new relocs.
915 (cris_reloc_map): Map new relocs.
916 (ELF_DYNAMIC_INTERPRETER): Define.
917 (PLT_ENTRY_SIZE): Define.
918 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
919 elf_cris_pic_plt_entry): New, PLT templates.
920 (struct elf_cris_pcrel_relocs_copied, struct
921 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
922 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
923 (cris_final_link_relocate): Check that 16-bit GOT relocs have
924 positive values. Adjust PCREL relocs to be relative to location
925 after relocation.
926 (cris_elf_relocate_section): Handle relocations to dynamic
927 objects. Handle new relocations. Call error handler when seeing
928 non-PIC relocation for read-only sections while generating shared
929 object.
930 (cris_elf_check_relocs): Set reference counts for GOT and PLT
931 entries.
932 (bfd_elf32_bfd_link_hash_table_create,
933 elf_backend_adjust_dynamic_symbol,
934 elf_backend_size_dynamic_sections,
935 elf_backend_finish_dynamic_symbol,
936 elf_backend_finish_dynamic_sections,
937 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
938 elf_backend_hide_symbol, elf_backend_want_got_plt,
939 elf_backend_plt_readonly, elf_backend_want_plt_sym,
940 elf_backend_got_header_size, elf_backend_plt_header_size):
941 Define.
942
58d29fc3
HPN
943 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
944 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
945 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
946 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
947 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
948 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
949 * bfd-in2.h, libbfd.h: Regenerate.
950
7a65545d
DN
9512001-03-21 Diego Novillo <[email protected]>
952
953 (_bfd_mips_elf_relocate_section): Give a better error message when
954 a relocation is not recognized.
955
b32b5d6e
AM
9562001-03-21 Alan Modra <[email protected]>
957
958 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
959 non-NULL before attempting to dereference.
960
f4fbb4a3
L
9612001-03-20 H.J. Lu <[email protected]>
962
963 * configure.in: Remove the redundent AC_ARG_PROGRAM.
964 * configure: Rebuild.
965
95fc45e6
AS
9662001-03-20 Andreas Schwab <[email protected]>
967
968 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
969 relocation value when resolving a reference from a debugging
970 section.
971
03d411a9
NC
9722001-03-16 Scott Thomason <[email protected]>
973
974 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
975 (xcoff64_swap_sym_out): Fix syntax errors.
976
d1659392
NC
9772001-03-16 Richard Sandiford <[email protected]>
978
979 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
980
12cca0d2
AM
9812001-03-15 Alan Modra <[email protected]>
982
983 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
984 (hppa_link_hash_newfunc): Init it.
985 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
986 section appears to be non-PIC.
987 (final_link_relocate): Likewise.
988 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
989 possible candidate function, and set pic_call for those that will
990 only have a .plt entry for the PIC call stub.
991 (hppa_handle_PIC_calls): Set maybe_pic_call.
992
cd6ec716
DD
9932001-03-12 DJ Delorie <[email protected]>
994
995 * elf32-sh.c (sh_elf_relocate_section): Only relocation
996 R_SH_DIR8WP* relocs if they're against external symbols, else
997 they're just for relaxing. Validate the reloc values.
998
43a0748c
NC
9992001-03-12 Stefan Geuken <[email protected]>
1000
1001 * binary.c (bfd_external_binary_architecture): Declare.
1002 (binary_object_p): If bfd_external_binary_architecture is defined,
1003 set the architecture to this string.
1004
d982ba73
PB
10052001-03-11 Philip Blundell <[email protected]>
1006
1007 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1008 entries that could serve as a definition for a weak symbol.
1009
7898deda
NC
10102001-03-08 Nick Clifton <[email protected]>
1011
1012 * Most files: Update copyright notices using Perl script created
1013 by Kevin Buettner <[email protected]>.
653165cc 1014
df425bc0
NC
10152001-03-07 Nick Clifton <[email protected]>
1016
1017 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1018 prior patch on ! defined OLD_ARM_ABI.
1019
bcdd92f3
AJ
10202001-03-07 Andreas Jaeger <[email protected]>
1021
1022 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
1023 some relocation values.
1024
4f3c3dbb
NC
10252001-03-06 Nick Clifton <[email protected]>
1026
1027 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
1028 of offset in BLX(1) instruction.
1029 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
1030 offset in BLX(1) instruction.
1031 Fix formatting.
1032
f8f3c6cc
NC
10332001-03-06 Nick Clifton <[email protected]>
1034
1035 * coff-arm.c (coff_arm_reloc_type_lookup): Add
1036 BFD_RELOC_THUMB_PCREL_BLX.
1037
3cac17ae
NC
10382001-03-06 Igor Shevlyakov <[email protected]>
1039
1040 * archures.c (bfd_default_scan): Add Coldfire CPUs.
1041 * bfd-in2.h: Regenerate.
1042 * cpu-m68k.c: Add Coldfire CPUs for arch table.
1043 * ieee.c (ieee_write_processor): Set proper id for
1044 Coldfire CPUs.
1045
d1b17ab0
NC
10462001-03-01 D.J. Barrow <[email protected],[email protected]>
1047
1048 * configure.in: Add s390 target.
1049 * configure: Regenerate.
1050
5608e05b
AJ
10512001-02-28 Andreas Jaeger <[email protected]>
1052
1053 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1054 to addend.
1055
fd2ec330
PB
10562001-02-28 Philip Blundell <[email protected]>
1057
1058 * elf32-arm.h: Update mentions of renamed EF_xx constants.
5608e05b 1059 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
fd2ec330 1060
920581c5
L
10612001-02-27 H.J. Lu <[email protected]>
1062
1063 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1064 abfd->tdata.aout_data == NULL.
1065
27b7e12d
AM
10662001-02-27 Alan Modra <[email protected]>
1067
3ee1d854
AM
1068 * elf32-hppa.c: Correct field selector in stub comments.
1069 (clobber_millicode_symbols): Formatting fix.
1070
27b7e12d
AM
1071 * configure.in: Bump version to 2.11.90.
1072 * configure: Regenerate.
1073 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1074 (CFILES): $SOURCE_CFILES + generated C files.
1075 (POTFILES): Include $HFILES not $SOURCE_HFILES.
1076 Run "make dep-am"
1077 * Makefile.in: Regenerate.
1078 * doc/Makefile.in: This too.
1079
10d1e03a
TW
10802001-02-26 Timothy Wall <[email protected]>
1081
1082 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
5608e05b 1083 comments.
10d1e03a 1084
1276aefa
NC
10852001-02-26 Nick Clifton <[email protected]>
1086
1087 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1088 up, replacing multiple if statements with a switch.
1089 (handle_COMDAT): New function.
1090
10912001-02-26 H.J. Lu <[email protected]>
1092
1093 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1094 a warning for section flags we do not handle instead of
1095 aborting.
1096
4a73f21b
AJ
10972001-02-26 Andreas Jaeger <[email protected]>
1098
1099 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1100
7b6dab7f
TW
11012001-02-22 Timothy Wall <[email protected]>
1102
1103 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1104 * configure.in: Add objects for elf64_ia64_aix vectors.
1105 * configure: Regenerated.
1106 * configure.host: Recognize ia64-*-aix*.
1107 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
1108 for AIX. AIX5 requires most relocations to be dynamic (*all*
1109 binaries are somewhat similar to shared libraries).
1110 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 1111
87f8eb97
JW
11122001-02-21 David Mosberger <[email protected]>
1113
1114 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1115 C8 said "1" instead of "8". Clarify error string for IMM22:
1116 "signed integer" instead of just "integer".
1117
05aa1441
AJ
11182001-02-20 Andreas Jaeger <[email protected]>
1119
1120 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1121 PLT entries that could serve as a definition for a weak symbol.
1122
8701c1bc
JJ
11232001-02-19 Jakub Jelinek <[email protected]>
1124
1125 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1126 entries that could serve as a definition for a weak symbol.
1127 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1128
d4af9775
DB
11292001-02-18 David O'Brien <obrien@FreeBSD>
1130
1131 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1132 FreeBSD/i386-CURRENT differently until I can figure out the needed
1133 corefile changes.
1134 * configure: Regenerate.
1135 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1136 FreeBSD/PowerPC, and FreeBSD/sparc64.
1137
e135f41b
NC
11382001-02-18 lars brinkhoff <[email protected]>
1139
1140 * Makefile.am: Add PDP-11 a.out target.
1141 * config.bfd: Likewise.
1142 * configure.in: Likewise.
1143 * targets.c: Likewise.
1144 * archures.c: Likewise.
1145 * bfd-in2.h: Likewise. Add PDP-11 relocations.
1146 * libbfd.h: Add PDP-11 relocations.
1147 * reloc.c: Likewise.
1148 * cpu-pdp11.c: New file.
1149 * pdp11.c: New file.
1150
1151 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1152 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1153 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1154 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1155 (GET_MAGIC): New macro.
1156 (PUT_MAGIC): Likewise.
1157 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1158
dc3febfa
NC
11592001-02-18 Jim Kingdon <[email protected]>
1160
1161 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1162 multiarch needs it).
1163
ea412e04
L
11642001-02-18 H.J. Lu <[email protected]>
1165
1166 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1167 index.
1168
47eee8a9
KH
11692001-02-18 Kazu Hirata <[email protected]>
1170
1171 * vms-misc.c: Fix formatting.
1172
8a0c27cd
KH
11732001-02-16 Kazu Hirata <[email protected]>
1174
1175 * vms.c: Fix formatting.
1176
d1fad7c6
NC
11772001-02-14 H.J. Lu <[email protected]>
1178
1179 * elf.c (elf_find_function): New function.
1180 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1181 the file name and function name.
1182
825b47db
NC
11832001-02-14 Nick Clifton <[email protected]>
1184
51d7ee16
NC
1185 * ecoff.c (bfd_debug_section): Update to initialise new fields in
1186 asection structure.
1187
825b47db
NC
1188 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1189 (BFD64_BACKENDS): Add pepigen.c
1190 Add rules to create peigen.c and pepigen.c from peXXigen.c.
1191
1192 * Makefile.in: Regenerate.
1193 * configure: Regenerate.
1194 * po/POTFILES.in: Regenerate.
1195 * po/bfd.pot: Regenerate.
1196
ea36a178
L
11972001-02-14 H.J. Lu <[email protected]>
1198
1199 * libcoff-in.h (pe_tdata): Add members target_subsystem and
1200 force_minimum_alignment.
1201
407443a3
AJ
12022001-02-14 Bo Thorsen <[email protected]>
1203
1204 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1205 (elf64_86_64_size_info): Struct added to fix a problem
1206 with the hashtable string entries.
1207 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1208 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1209 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1210 remove the FIXME for this.
1211 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1212 section. Also removed the FIXME for it.
1213 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1214 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1215 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1216
b4adccfd
RH
12172001-02-13 Richard Henderson <[email protected]>
1218
1219 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1220 and not user provided.
1221
9635981a
KH
12222001-02-13 Kazu Hirata <[email protected]>
1223
1224 * vms.c (vms_print_symbol): Remove unreachable code.
1225
6a125b16
KH
1226 * rs6000-core.c: Fix formatting.
1227
cbff5e0d
DD
12282001-02-13 David Mosberger <[email protected]>
1229
1230 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1231 as _bfd_XXi_only_swap_filehdr_out.
1232 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1233 pe->force_minimum_alignment to TRUE.
1234 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1235 PEI_TARGET_SUBSYSTEM.
1236 (pe_print_private_bfd_data): Call
1237 _bfd_XX_print_private_bfd_data_common() instead of
1238 _bfd_pe_print_private_bfd_data_common().
1239 (pe_bfd_copy_private_bfd_data): Call
1240 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1241 _bfd_pe_bfd_copy_private_bfd_data_common().
1242 (coff_bfd_copy_private_section_data): Define as
1243 _bfd_XX_bfd_copy_private_section_data instead of
1244 _bfd_pe_bfd_copy_private_section_data.
1245 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1246 of a _bfd_pe_get_symbol_info.
1247
1248 * peigen.c: Delete.
1249
1250 * peXXigen.c: Renamed from peigen.c.
1251 (COFF_WITH_XX): Define this macro (will get expanded into
1252 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1253 compiled as peigen.c or pepigen.c.
1254 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1255 define the canonical PEP structures and definitions.
1256 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1257 effect, enforce minimum file and section alignments. If
1258 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1259 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1260 so, by default, this is a no-op).
1261
1262 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1263 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1264 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1265 _bfd_pefoo if it's not defined. Use these macros to define
1266 coff swap macros.
1267
1268 * libcoff.h (pe_tdata): Add members target_subsystem and
1269 force_minimum_alignment.
1270
1271 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1272 COFF_WITH_pep.
1273 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1274
1275 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1276 peigen.lo.
1277
1278 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1279 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1280 PEPAOUTHDR.
1281
1282 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1283 (BFD64_BACKENDS_CFILES): Mention pepigen.c
1284 (peigen.c): Add rule to generate from peXXigen.c.
1285 (pepigen.c): Ditto.
1286 (pepigen.lo): List dependencies for pepigen.lo.
1287
df8634e3
AM
12882001-02-13 Alan Modra <[email protected]>
1289
1290 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
1291 $global$ referenced but not defined, set its value here.
1292
51e0a107
JH
12932001-02-09 Bo Thorsen <[email protected]>
1294
1295 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1296 alignment to 3.
1297 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1298 and relocation.
1299 (elf64_x86_64_relocate_section): Fix formatting.
1300 (elf64_x86_64_relocate_section): Fix addend for relocation of
1301 R_X86_64_(8|16|32|PC8|PC16|PC32).
1302
d1fad7c6 13032001-02-12 Jan Hubicka <[email protected]>
23df1078
JH
1304
1305 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1306
f0e1d18a
L
13072001-02-11 H.J. Lu <[email protected]>
1308
6757257f 1309 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
1310 alignment.
1311
9117d219
NC
13122001-02-11 Maciej W. Rozycki <[email protected]>
1313
1314 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1315 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
1316 relocations against dynsym symbols.
1317
1318 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1319 the R_MIPS_26 relocation.
1320 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1321 the R_MIPS_26 relocation.
1322 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1323 relocation.
1324 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1325 the R_MIPS_26 relocation.
1326 (mips_elf64_howto_table_rela): Likewise.
1327
1328 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1329 member to mark symbols that have non-CALL relocations against
1330 them.
1331 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1332 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1333 R_MIPS_GOT16.
1334 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1335 non-CALL relocation against it is encountered.
1336 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1337 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1338 no_fn_stub is not set.
1339
1340 * elf32-mips.c (mips_elf_output_extsym): Get the output section
1341 information from the real symbol for indirect ones.
1342 Check no_fn_stub to find out if a symbol has a function stub
1343 indeed.
1344
9f93bca5
MS
13452001-02-11 Michael Sokolov <[email protected]>
1346
1347 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1348 * Makefile.in: Regenerate.
1349
81545d45
RH
13502001-02-09 David Mosberger <[email protected]>
1351
1352 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
1353 true if section name is an unwind table section name.
1354 (elfNN_ia64_additional_program_headers): Count each unwind section
1355 separately.
1356 (elfNN_ia64_modify_segment_map): Install one unwind program header
1357 for each unwind separate section. Note: normally the linker
1358 script merges the unwind sections that go into a single segment,
1359 so this still generates at most one unwind program header per
1360 segment.
1361
1362 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1363 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1364 (elfNN_ia64_fake_sections): Mark sections with names that start
1365 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1366 unwind section.
1367
1368 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1369 Use it to make sh_info in unwind section point to the text section
1370 it applies to.
1371
a85d7ed0
NC
13722001-02-09 Martin Schwidefsky <[email protected]>
1373
1374 * Makefile.am: Add linux target for S/390.
1375 * archures.c: Likewise.
1376 * bfd-in2.h: Likewise.
1377 * config.bfd: Likewise.
1378 * configure.in: Likewise.
1379 * elf.c: Likewise.
1380 * libbfd.h: Likewise.
1381 * targets.c: Likewise.
1382 * cpu-s390.c: New file.
1383 * elf32-s390.c: New file.
1384 * elf64-s390.c: New file.
1385
356d255d
NC
13862001-02-09 Nick Clifton <[email protected]>
1387
1388 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1389 ImageBase. This has already been done by coff_swap_hdr_in.
1390
069f40e5
JJ
13912001-02-09 Jakub Jelinek <[email protected]>
1392
1393 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1394
eadfa8ab
JJ
13952001-02-09 Jakub Jelinek <[email protected]>
1396
1397 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1398 (sparc64_elf_relocate_section): Likewise.
1399
9fc54e19
MK
14002001-02-09 Mark Kettenis <[email protected]>
1401
1402 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1403 similar to R_SPARC_32.
1404 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1405
1f655a09
L
14062001-02-08 H.J. Lu <[email protected]>
1407
1408 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1409 relocation entries for weak definitions when building DSO with
1410 -Bsymbolic.
1411
ca88208a
RH
14122001-02-08 Richard Henderson <[email protected]>
1413
1414 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1415 before visibility. Locally defined protected symbols are not
1416 dynamic.
1417
4603e845
GK
14182001-02-08 Geoffrey Keating <[email protected]>
1419
1420 * config.bfd: Enable coff64 for rs6000-*. Patch from
1421 <[email protected]>.
1422
4ca29a6a
NC
14232001-02-07 Mark Elbrecht <[email protected]>
1424
1425 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1426 found, do not attempt to find dwarf2 info before returning.
1427
7da9d88f
NC
14282001-02-07 Jakub Jelinek <[email protected]>
1429
1430 * elflink.h (is_global_symbol_definition): Rename to
1431 is_global_data_symbol_definition and have it reject function
1432 symbols.
1433 (elf_link_is_defined_archive_symbol): Use renamed function.
1434
7340082d
NC
14352001-02-07 Todd Vierling <[email protected]>
1436
1437 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1438 * libbfd.h (bfd_target_vector): Likewise.
1439 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 1440 make static; create pointer reference named bfd_target_vector.
7340082d
NC
1441 (_bfd_target_vector_entries): Calculate this based on the array
1442 typed _bfd_target_vector.
1443
2719f880
L
14442001-02-06 H.J. Lu <[email protected]>
1445
1446 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1447 internal symbols are not dynamic.
1448 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1449
175aa013
NC
14502001-02-06 Nick Clifton <[email protected]>
1451
1452 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1453 that it will not be pulled into the list of files that make up
1454 po/POTFILES.in.
1455 * Makefile.in: Regenerate.
1456 * po/bfd.pot: Regenerate.
1457
15e0ecd9
L
14582001-02-06 H.J. Lu <[email protected]>
1459
7898deda 1460 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
15e0ecd9
L
1461 checking.
1462 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1463 external_PEI_IMAGE_hdr.
1464
27def10f
KH
14652001-02-06 Kazu Hirata <[email protected]>
1466
1467 * elf-m10200.c: Fix formatting.
1468
a0f2e916
NC
14692001-02-04 Nick Clifton <[email protected]>
1470
1471 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1472 rel, it will be handled later on.
1473
d96031fb
NC
14742001-02-02 Fred Fish <[email protected]>
1475
1476 * Makefile.in: Fix typo.
1477
010ac81f
KH
14782001-02-01 Kazu Hirata <[email protected]>
1479
1480 * elf-m10300.c: Fix formatting.
1481
3fab46d0
AM
14822001-01-30 Alan Modra <[email protected]>
1483
1484 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1485 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
1486 (elf64_hppa_object_p): Set architecture and machine from elf
1487 header flags.
3fab46d0 1488
95404643
RH
14892001-01-30 Curtis L. Janssen <[email protected]>
1490
1491 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1492 before mdebug.
1493
8fb35fed
RH
14942001-01-26 Richard Henderson <[email protected]>
1495
1496 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1497 for non-default visibility.
1498 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1499 delete ugly macro and replace with pretty function.
1500
a4f68544
NC
15012001-01-25 Mark Elbrecht <[email protected]>
1502
1503 * coff-go32.c: Update copyright.
1504 * coff-stgo32.c: Likewise.
1505 * coff-go32.c (COFF_LONG_FILENAMES): Define.
1506 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1507 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1508 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1509
c02e7c3e
KH
15102001-01-25 Kazu Hirata <[email protected]>
1511
1512 * bfd-in2.h: Rebuild.
1513 * libbfd.h: Likewise.
1514
541389e2
L
15152001-01-23 H.J. Lu <[email protected]>
1516
1517 * bfd-in2.h: Rebuild.
1518
0007625f
L
15192001-01-23 H.J. Lu <[email protected]>
1520
1521 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1522 is NULL or PRIV(vms_rec) is outside of the buffer.
1523
b653e1b1
KH
15242001-01-23 Kazu Hirata <[email protected]>
1525
1526 * coff64-rs6000.c: Fix formatting.
1527 * coff-arm.c: Likewise.
1528 * coffgen.c: Likewise.
1529 * cofflink.c: Likewise.
1530 * coff-mcore.c: Likewise.
1531 * coff-mips.c: Likewise.
1532 * coff-pmac.c: Likewise.
1533 * coff-ppc.c: Likewise.
1534 * coff-rs6000.c: Likewise.
1535 * elf32.c: Likewise.
1536 * elf32-fr30.c: Likewise.
1537 * elf32-i370.c: Likewise.
1538 * elf32-i860.c: Likewise.
1539 * elf32-m32r.c: Likewise.
1540 * elf32-m68k.c: Likewise.
1541 * elf32-mcore.c: Likewise.
1542 * elf32-ppc.c: Likewise.
1543 * elf32-sh.c: Likewise.
1544 * elf32-v850.c: Likewise.
1545 * elf64-alpha.c: Likewise.
1546 * elf64-sparc.c: Likewise.
1547 * elflink.c: Likewise.
1548 * elflink.h: Likewise.
1549 * elf-m10200.c: Likewise.
1550 * elf-m10300.c: Likewise.
1551 * elfxx-ia64.c: Likewise.
1552
3fde5a36
KH
1553 * aoutx.h: Fix formatting.
1554 * bfd.c: Likewise.
1555 * bfd-in2.h: Likewise.
1556 * bfd-in.h: Likewise.
1557 * cpu-i386.c: Likewise.
1558 * cpu-m68hc11.c: Likewise.
1559 * dwarf2.c: Likewise.
1560 * elf64-x86-64.c: Likewise.
1561 * format.c: Likewise.
1562 * freebsd.h: Likewise.
1563 * hash.c: Likewise.
1564 * hp300hpux.c: Likewise.
1565 * hppabsd-core.c: Likewise.
1566 * hpux-core.c: Likewise.
1567
70256ad8
AJ
15682001-01-22 Bo Thorsen <[email protected]>
1569
1570 * elf64-x86-64.c: Added PIC support for X86-64.
1571 (elf64_x86_64_link_hash_newfunc): Function added.
1572 (elf64_x86_64_link_hash_table_create): Likewise.
1573 (elf64_x86_64_check_relocs): Likewise.
1574 (elf64_x86_64_gc_mark_hook): Likewise.
1575 (elf64_x86_64_gc_sweep_hook): Likewise.
1576 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1577 (elf64_x86_64_size_dynamic_sections): Likewise.
1578 (elf64_x86_64_discard_copies): Likewise.
1579 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1580 (elf64_x86_64_finish_dynamic_sections): Likewise.
1581 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1582
ee0bebb8
AJ
15832001-01-21 Maciej W. Rozycki <[email protected]>
1584
1585 * Makefile.am (install-data-local): Make use of $(DESTDIR).
1586 * Makefile.in: Regenerate.
1587
2a38f751
KH
15882001-01-21 Kazu Hirata <[email protected]>
1589
1590 * coff-a29k.c: Fix formatting.
1591
c8492176
L
15922001-01-19 H.J. Lu <[email protected]>
1593
1594 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1595 relocation section names.
1596 (elf_i386_relocate_section): Report files with bad relocation
1597 section names and return false.
1598
a5377ec0
AJ
15992001-01-17 Bo Thorsen <[email protected]>
1600
1601 * targets.c: Alphabetize list of xvecs.
1602
b352eebf
AM
16032001-01-14 Alan Modra <[email protected]>
1604
d952f17a
AM
1605 * config.bfd: Add linux target variant for elfxx-hppa.
1606 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1607 bfd_elf64_hppa_linux_vec.
1608 * configure: Regenerate.
1609 * elf64-hppa.c: Include elf64-target.h again to support linux
1610 target variant.
1611 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1612 * elf32-hppa.c: Include elf32-target.h again to support linux
1613 target variant.
1614 (elf32_hppa_post_process_headers): New function.
1615 (elf_backend_post_process_headers): Define.
1616 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1617 bfd_elf32_hppa_linux_vec.
1618
c46b7515
AM
1619 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1620 and data_segment_base fields.
1621 (elf32_hppa_link_hash_table_create ): Init them.
1622 (elf32_hppa_check_relocs): Update comments.
1623 (hppa_record_segment_addr): New function.
1624 (elf32_hppa_relocate_section): Call it.
1625 (final_link_relocate): Handle R_PARISC_SEGREL32.
1626 (elf32_hppa_final_link): New function.
1627 (bfd_elf32_bfd_final_link): Define to call it.
1628 (hppa_unwind_entry_compare): New function.
1629 * cache.c (bfd_open_file): Create files in write+read mode.
1630
1631 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1632 SEGREL32 and numerous other relocs. Change duplicate
1633 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1634
d768008d
AM
1635 * opncls.c (bfd_fdopenr): Add parens like the comment says around
1636 O_ACCMODE.
1637
150ccafb
AM
1638 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1639 .plt entries for DT_INIT and DT_FINI.
1640 (elf32_hppa_finish_dynamic_sections): Remove special handling of
1641 DT_INIT and DT_FINI.
1642
b352eebf
AM
1643 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1644 offsets for stub .plt access if wide mode. Check offset in range.
1645
b3b9a062
NC
16462001-01-13 Nick Clifton <[email protected]>
1647
b7ed8fad
NC
1648 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1649 line.
1650
b3b9a062
NC
1651 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1652 line.
1653
6e0b89ee
AM
16542001-01-12 Alan Modra <[email protected]>
1655
1656 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1657 * configure: Regenerate.
1658
0d2bcfaf
NC
16592001-01-11 Peter Targett <[email protected]>
1660
1661 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1662 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1663 * cpu-arc.c (arch_info_struct): Add entries for variants.
1664 (bfd_arc_arch) Set default to bfd_mach_arc_5.
1665 (arc_get_mach) Don't assume machine names prefixed arc- before
1666 testing.
1667 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1668 selections.
1669 (arc_elf_final_write_processing) Likewise.
1670 (ELF_MACHINE_CODE) Use EM_ARC.
1671
c31c1f70
NC
16722001-01-10 Nick Clifton <[email protected]>
1673
2758140b 1674 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 1675
5ad083e3
PB
16762001-01-07 Philip Blundell <[email protected]>
1677
1678 * README: Replace `[email protected]' with
1679 `[email protected]'.
1680
7eae7d22
KH
16812001-01-04 Kazu Hirata <[email protected]>
1682
1683 * som.c: Fix formatting.
1684
509945ae
KH
16852001-01-03 Kazu Hirata <[email protected]>
1686
3e932841
KH
1687 * ecoffswap.h: Fix formatting.
1688 * elf-bfd.h: Likewise.
1689 * elfarm-nabi.c: Likewise.
1690 * elfarm-oabi.c: Likewise.
1691 * elfcode.h: Likewise.
1692 * elfcore.h: Likewise.
1693 * elflink.c: Likewise.
1694 * elflink.h: Likewise.
1695 * elfxx-ia64.c: Likewise.
1696 * elfxx-target.h: Likewise.
1697 * libbfd.c: Likewise
509945ae
KH
1698 * linker.c: Likewise.
1699 * lynx-core.c: Likewise.
1700
892339ee
KH
17012001-01-02 Kazu Hirata <[email protected]>
1702
1703 * pc532-mach.c: Fix formatting.
1704 * pe-arm.c: Likewise.
1705 * pe-i386.c: Likewise.
1706 * pe-mips.c: Likewise.
1707 * pe-ppc.c: Likewise.
1708 * pe-sh.c: Likewise.
1709 * pei-mips.c: Likewise.
1710 * pei-sh.c: Likewise.
ee91ed79 1711 * peicode.h: Likewise.
892339ee
KH
1712 * ppcboot.c: Likewise.
1713 * ptrace-core.c: Likewise.
1714
3d855632
KH
17152001-01-01 Kazu Hirata <[email protected]>
1716
1717 * reloc.c: Fix formatting.
1718 * riscix.c: Likewise.
1719 * rs6000-core.c: Likewise.
1720 * xcoff-target.h: Likewise.
1721
a77a9fef
HPN
17222000-12-29 Hans-Peter Nilsson <[email protected]>
1723
1724 * elfcode.h (elf_object_p): Also restore the bfd mach field on
1725 error, by calling bfd_default_set_arch_mach with incoming
1726 values.
1727
558e161f
KH
17282000-12-26 Kazu Hirata <[email protected]>
1729
1730 * vaxnetbsd.c: Fix formatting.
1731 * versados.c: Likewise.
1732 * vms-gsd.c: Likewise.
1733 * vms-hdr.c: Likewise.
1734 * vms-misc.c: Likewise.
1735
3c579812
AO
17362000-12-25 Alexandre Oliva <[email protected]>
1737
1738 * archive.c (coff_write_armap): Don't write more than symbol_count
1739 `archive_member_file_ptr's.
1740
672579e9
KH
17412000-12-25 Kazu Hirata <[email protected]>
1742
1743 * vms-tir.c: Fix formatting.
1744
55f2d5ed
KH
17452000-12-23 Kazu Hirata <[email protected]>
1746
1747 * vms.c: Fix formatting.
1748 * vms.h: Likewise.
1749
23ccc829
NC
17502000-12-21 Santeri Paavolainen <[email protected]>
1751
1752 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1753
1754 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1755
1756 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1757 arithmetic.
1758
1759 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1760
1761 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1762
8c603c85
NC
17632000-12-21 Richard Sandiford <[email protected]>
1764
1765 * libbfd.c (bfd_get_bits): Added
1766 (bfd_put_bits): Likewise
1767 * bfd-in.h: Declared the above.
1768 * bfd-in2.h: Regenerated.
1769
5bff4f56
KH
17702000-12-20 Kazu Hirata <[email protected]>
1771
1772 * targets.c: Fix formatting.
1773 * tekhex.c: Likewise.
1774 * trad-core.c: Likewise.
1775
7b82c249
KH
17762000-12-19 Kazu Hirata <[email protected]>
1777
1778 * sco5-core.c: Fix formatting.
1779 * section.c: Likewise.
1780 * sparclinux.c: Likewise.
1781 * sparclynx.c: Likewise.
1782 * sparcnetbsd.c: Likewise.
1783 * srec.c: Likewise.
1784 * stabs.c: Likewise.
1785 * stab-syms.c: Likewise.
1786 * sunos.c: Likewise.
1787 * syms.c: Likewise.
1788 * sysdep.h: Likewise.
1789
f78c5281
NC
17902000-12-18 Nick Clifton <[email protected]>
1791
1792 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1793 defined.
1794 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1795 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1796
02b89dce
NC
17972000-12-18 Nick Clifton <[email protected]>
1798
1799 * vms-misc.c (_bfd_vms_get_record): Add default case to
1800 file_format switch.
1801
d20966a7
NC
18022000-12-15 Miloslav Trmac <[email protected]>
1803
1804 * elfcore.h (elf_core_file_p): Move to the start of the program
1805 headers before attempting to read them.
1806
6fa957a9
KH
18072000-12-14 Kazu Hirata <[email protected]>
1808
1809 * peigen.c: Fix formatting.
1810 * som.c: Likewise.
1811 * som.h: Likewise.
1812
9602af51
KH
18132000-12-13 Kazu Hirata <[email protected]>
1814
1815 * peigen.c: Fix formatting.
1816
514829c3
JW
18172000-12-12 Jim Wilson <[email protected]>
1818
1819 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1820
3a71aec8
NC
18212000-12-08 Mark Salter <[email protected]>
1822
1823 * binary.c (binary_set_section_contents): Ignore sections
1824 with zero size.
1825
1518639e
KH
18262000-12-12 Kazu Hirata <[email protected]>
1827
1828 * m68klinux.c: Fix formatting.
1829 * m68knetbsd.c: Likewise.
1830 * mipsbsd.c: Likewise.
1831 * netbsd-core.c: Likewise.
1832 * netbsd.h: Likewise.
1833 * newsos3.c: Likewise.
1834 * nlm32-alpha.c: Likewise.
1835 * nlm32-i386.c: Likewise.
1836 * nlm32-ppc.c: Likewise.
1837 * nlm32-sparc.c: Likewise.
1838 * nlmcode.h: Likewise.
1839 * nlmswap.h: Likewise.
1840 * nlm-target.h: Likewise.
1841 * ns32knetbsd.c: Likewise.
1842
b79e8c78
NC
18432000-12-10 Fred Fish <[email protected]>
1844
d952f17a
AM
1845 * elflink.h (elf_link_output_extsym): Don't complain about undefined
1846 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 1847
38b1a46c
NC
18482000-12-12 Nick Clifton <[email protected]>
1849
1850 * cpu-sh.c: Fix formattng.
1851 * elf.c: Fix formattng.
1852 * elf32-mips.c: Fix formattng.
1853 * elf32-sh.c: Fix formattng.
1854 * elf64-alpha.c: Fix formattng.
1855
857ec808
NC
18562000-12-09 Nick Clifton <[email protected]>
1857
1858 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1859 dwarf2_find_line_info as last parameter to invocation of
1860 _bfd_dwarf2_find_nearest_line.
1861 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1862 dwarf2_find_line_info as last parameter to invocation of
1863 _bfd_dwarf2_find_nearest_line.
1864
51db3708
NC
18652000-12-08 Mark Elbrecht <[email protected]>
1866
1867 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
1868 (BFD_LIBS): ...to here.
1869 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1870 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
1871 * Makefile.in: Regenerate.
1872 * configure.in: Remove dwarf.lo from the elf shell variable.
1873 * configure: Regenerate.
1874 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1875 * libcoff.h: Regenerate.
d952f17a 1876 * coffgen.c (coff_find_nearest_line): Call
857ec808 1877 _bfd_dwarf2_find_nearest_line.
51db3708 1878 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
1879 accordingly.
1880 (read_abbrevs): Likewise
1881 (decode_line_info): Likewise.
1882 (parse_comp_unit): Likewise.
1883 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
1884 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1885 * libbfd.h: Regenerate.
1886 * elf.c (_bfd_elf_find_nearest_line): Update call.
1887 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1888 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1889 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
1890 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1891 (styp_to_sec_flags): Handle DWARF2 sections.
1892 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1893 to _bfd_find_nearest_line.
1894 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1895 call to _bfd_find_nearest_line.
d952f17a 1896
435b1e90
KH
18972000-12-08 Kazu Hirata <[email protected]>
1898
1899 * coffgen.c: Fix formatting.
fe8bc63d 1900 * elf-m10300.c: Likewise.
435b1e90
KH
1901 * elf32-i386.c: Likewise.
1902 * elf32-i960.c: Likewise.
1903 * elf32-m68k.c: Likewise.
1904 * elf32-mcore.c: Likewise.
1905 * elf32-ppc.c: Likewise.
1906 * elf32-sh.c: Likewise.
1907 * elf32-sparc.c: Likewise.
1908 * elf32-v850.c: Likewise.
fe8bc63d
KH
1909 * elf64-alpha.c: Likewise.
1910 * elf64-hppa.c: Likewise.
1911 * elf64-mips.c: Likewise.
435b1e90 1912 * elf64-sparc.c: Likewise.
435b1e90 1913
8da6118f
KH
19142000-12-07 Kazu Hirata <[email protected]>
1915
1916 * elf32-ppc.c: Fix formatting.
1917 * elf64-x86-64.c: Likewise.
1918
a9922e52
UC
19192000-12-06 Ulf Carlsson <[email protected]>
1920
1921 From Ralf Baechle <[email protected]>
1922
1923 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1924 BFDs containing no sections or empty .text, .data or .bss sections
1925 to be merged, regardless of their flags.
1926
c3668558
KH
19272000-12-06 Kazu Hirata <[email protected]>
1928
1929 * elf32-m32r.c: Fix formatting.
1930 * elf32-m68hc11.c: Likewise.
1931 * elf32-m68hc12.c: Likewise.
1932 * elf32-m68k.c: Likewise.
1933 * elf32-mcore.c: Likewise.
1934 * elf32-pj.c: Likewise.
1935 * elf32-ppc.c: Likewise.
1936
6609fa74
KH
19372000-12-05 Kazu Hirata <[email protected]>
1938
1939 * elf32-fr30.c: Fix formatting.
1940 * elf32-hppa.c: Likewise.
1941 * elf32-i370.c: Likewise.
1942 * elf32-i386.c: Likewise.
1943 * elf32-i860.c: Likewise.
1944 * elf32-i960.c: Likewise.
1945
a7c10850
KH
19462000-12-03 Kazu Hirata <[email protected]>
1947
1948 * elf32-arm.h: Fix formatting.
1949 * elf32-avr.c: Likewise.
1950 * elf32-cris.c: Likewise.
1951 * elf32-d10v.c: Likewise.
1952 * elf32-d30v.c: Likewise.
1953 * elf-hppa.h: Likewise.
1954 * elf-m10200.c: Likewise.
1955 * elf-m10300.c: Likewise.
1956
e7af610e
NC
19572000-12-01 Chris Demetriou <[email protected]>
1958
d952f17a
AM
1959 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1960 bfd_mach_mips32_4k. Update FIXME comment.
1961 * archures.c (bfd_mach_mips32): New constant.
1962 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1963 the latter, renumber it.
1964 * bfd-in2.h (bfd_mach_mips32): New constant.
1965 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1966 the latter, renumber it.
1967 * cpu-mips.c (I_mips32): New constant.
1968 (I_mips4K, I_mips32_4k): Rename the former to the latter.
1969 (arch_info_struct): Add bfd_mach_mips32 entry, replace
1970 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1971 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1972 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
1973 with E_MIPS_MACH_MIPS32_4K.
1974 (_bfd_mips_elf_final_write_processing): Replace
1975 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1976 bfd_mach_mips32 case.
1977 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1978 comparison with support for MIPS32.
1979 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1980 MIPS32.
1981
1982 * aoutx.h (NAME(aout,machine_type)): Add cases for
1983 bfd_mach_mips5 and bfd_mach_mips64.
1984 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1985 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1986 * cpu_mips.c (I_mips5, I_mips64): New definitions.
1987 (arch_info_struct): Add entries for bfd_mach_mips5 and
1988 bfd_mach_mips64.
1989 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1990 _bfd_mips_elf_print_private_bfd_data): Add cases for
1991 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1992 (_bfd_mips_elf_final_write_processing): Add cases for
1993 bfd_mach_mips5 and bfd_mach_mips64.
1994
7898deda 1995 * aoutx.h (NAME(aout,machine_type)): Add a
d952f17a 1996 bfd_mach_mips_sb1 case.
7898deda
NC
1997 * archures.c (bfd_mach_mips_sb1): New constant.
1998 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1999 * cpu-mips.c (I_sb1): New constant.
d952f17a 2000 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
7898deda 2001 * elf32-mips.c (elf_mips_mach): Add case for
d952f17a
AM
2002 E_MIPS_MACH_SB1.
2003 (_bfd_mips_elf_final_write_processing): Add case for
2004 bfd_mach_mips_sb1.
2005
20062000-12-01 Joel Sherrill <[email protected]>
ddcfc5fc
NC
2007
2008 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2009 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2010 (sparc*-*-rtems*): Switched from a.out to ELF.
2011
8d88c4ca 20122000-11-30 Jan Hubicka <[email protected]>
d952f17a
AM
2013
2014 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2015 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2016 (elf64-x86-64.lo): Add dependencies.
2017 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2018 bfd_mach_x86_64_intel_syntax.
2019 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
2020 * config.bfd (x86_64): Add.
2021 * configure.in: Add support for bfd_elf64_x86_64_vec.
2022 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
2023 (bfd_i386_arch, i8086_ar): Link in.
2024 * elf64-x86-64.c: New file.
2025 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
2026 * targets.c (bfd_elf64_x86_64_vec): Add.
2027 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 2028
fbc4fff4
KH
20292000-11-30 Kazu Hirata <[email protected]>
2030
2031 * xcofflink.c: Fix formatting.
2032
e60b52c6
KH
20332000-11-28 Kazu Hirata <[email protected]>
2034
2035 * aoutx.h: Fix formatting.
2036 * bfd-in.h: Likewise.
2037 * bfd-in2.h: Likewise.
2038 * cache.c: Likewise.
2039 * cisco-core.c: Likewise.
2040 * coff64-rs6000.c: Likewise.
2041 * coffcode.h: Likewise.
2042 * coffswap.h: Likewise.
2043 * corefile.c: Likewise.
be3ccd9c 2044 * elf32-mips.c: Likewise.
e60b52c6 2045
336eced2
KH
20462000-11-27 Kazu Hirata <[email protected]>
2047
2048 * aout-adobe.c: Fix formatting.
244148ad
KH
2049 * coff64-rs6000.c: Likewise.
2050 * coffgen.c: Likewise.
2051 * cofflink.c: Likewise.
336eced2 2052
d71f672e
PB
20532000-11-27 Philip Blundell <[email protected]>
2054
2055 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2056 (obj_coff_strings_written): New accessor macro for above.
2057 * libcoff.h: Regenerate.
2058 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2059 strings.
2060 * coffcode.h (coff_write_object_contents): No need to write out
2061 the string table if it's already been done.
2062
bc7a577d
PB
20632000-11-22 Philip Blundell <[email protected]>
2064
d952f17a 2065 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
2066 weak undefined symbols.
2067
077b8428
NC
20682000-11-24 Nick Clifton <[email protected]>
2069
2070 * archures.c (bfd_mach_arm_5TE): Define.
2071 (bfd_mach_arm+XScale): Define.
2072 * bfd-in2.h: Regenerate.
2073
2074 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2075 BFD_RELOC_ARM_PCREL_BLX.
2076
2077 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2078 XScale machine numbers.
2079
2080 * config.bfd (xscale-elf): Add target.
2081 (xscale-coff): Add target.
2082
2083 * cpu-arm.c: Add xscale machine name.
2084 Add v5t, v5te and XScale machine numbers.
2085
e9e41bd9
KH
20862000-11-23 Kazu Hirata <[email protected]>
2087
2088 * aix386-core.c: Fix formatting.
2089
64bf6ae6
JW
20902000-11-22 Jim Wilson <[email protected]>
2091
2092 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2093 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2094 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2095 (ins_imms_scaled): Initialize sign_bit at function entry.
2096 (elf64_ia64_operands): Add missing initializers.
2097 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2098 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2099 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2100 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2101 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2102 parameters.
2103 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2104 and free_extsyms at function entry.
2105 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2106 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2107 (get_got): Delete unused local srel.
2108 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2109 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 2110
1abaf976
KH
21112000-11-21 Kazu Hirata <[email protected]>
2112
6e301b2b
KH
2113 * coff-a29k.c: Fix formatting.
2114 * coff-h8500.c: Likewise.
2115 * coff-i960.c: Likewise.
2116 * coff-ppc.c: Likewise.
2117 * coff-rs6000.c: Likewise.
2118 * coff-stgo32.c: Likewise.
2119 * coff-tic54x.c: Likewise.
2120 * coff-w65.c: Likewise.
2121 * cpu-h8500.c: Likewise.
2122 * cpu-hppa.c: Likewise.
2123 * cpu-ns32k.c: Likewise.
2124 * ecoff.c: Likewise.
1abaf976
KH
2125 * ecofflink.c: Likewise.
2126
a0fc8ba1
NC
21272000-11-21 Nick Clifton <[email protected]>
2128
2129 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2130 remove possibility of infinite loop.
2131
beb0d161
KH
21322000-11-20 Kazu Hirata <[email protected]>
2133
2134 * aix386-core.c: Fix formatting.
2135 * aout-adobe.c: Likewise.
2136 * aout-arm.c: Likewise.
2137 * aout-encap.c: Likewise.
2138 * aout-ns32k.c: Likewise.
2139 * aout-target.h: Likewise.
2140 * aout-tic30.c: Likewise.
2141 * aoutf1.h: Likewise.
2142 * aoutx.h: Likewise.
2143 * archive.c: Likewise.
eb6e10cb
KH
2144 * bfd-in.h: Likewise.
2145 * bfd-in2.h: Likewise.
2146 * bfd.c: Likewise.
2147 * bout.c: Likewise.
beb0d161 2148
2c2475db
JW
21492000-11-17 H.J. Lu <[email protected]>
2150
2151 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2152 pltoff entries for DT_INIT and DT_FINI.
2153 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2154 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2155 entries.
2156
18b27f17
RH
21572000-11-16 Richard Henderson <[email protected]>
2158
2159 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2160 (allocate_dynrel_entries): Likewise.
2161 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
2162 (set_pltoff_entry): Likewise.
2163 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2164 (elfNN_ia64_reloc_type_lookup): Likewise.
2165 (elfNN_ia64_install_value): Likewise.
2166 (elfNN_ia64_relocate_section): Likewise.
2167 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2168 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2169
98591c73
KH
21702000-11-16 Kazu Hirata <[email protected]>
2171
71f6b586
KH
2172 * cpu-a29k.c: Fix formatting.
2173 * cpu-alpha.c: Likewise.
2174 * cpu-arm.c: Likewise.
2175 * cpu-avr.c: Likewise.
2176 * cpu-d10v.c: Likewise.
2177 * cpu-h8500.c: Likewise.
2178 * cpu-hppa.c: Likewise.
2179 * cpu-i370.c: Likewise.
2180 * cpu-i386.c: Likewise.
2181 * cpu-i960.c: Likewise.
2182 * cpu-ia64-opc.c: Likewise.
2183 * cpu-ia64.c: Likewise.
2184 * cpu-m32r.c: Likewise.
2185 * cpu-m68hc11.c: Likewise.
2186 * cpu-m68hc12.c: Likewise.
2187 * cpu-m68k.c: Likewise.
2188 * cpu-m88k.c: Likewise.
2189 * cpu-mips.c: Likewise.
2190 * cpu-ns32k.c: Likewise.
2191 * cpu-pj.c: Likewise.
2192 * cpu-powerpc.c: Likewise.
2193 * cpu-sh.c: Likewise.
2194 * cpu-sparc.c: Likewise.
2195 * cpu-tic54x.c: Likewise.
2196 * cpu-v850.c: Likewise.
2197 * cpu-vax.c: Likewise.
2198 * cpu-w65.c: Likewise.
2199 * cpu-we32k.c: Likewise.
2200 * cpu-z8k.c: Likewise.
2201 * dwarf1.c: Likewise.
98591c73
KH
2202 * dwarf2.c: Likewise.
2203
c5930ee6
KH
22042000-11-15 Kazu Hirata <[email protected]>
2205
2206 * coff-arm.c: Fix formatting.
2207 * coff-ppc.c: Likewise.
2208 * coff-rs6000.c: Likewise.
cbfe05c4
KH
2209 * coff-sh.c: Likewise.
2210 * coff-sparc.c: Likewise.
2211 * coff-tic30.c: Likewise.
2212 * coff-tic54x.c: Likewise.
2213 * coff-tic80.c: Likewise.
2214 * coff-w65.c: Likewise.
2215 * coff-we32k.c: Likewise.
2216 * coff-z8k.c: Likewise.
c5930ee6 2217
dac544a8
RH
22182000-11-15 Richard Henderson <[email protected]>
2219
2220 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2221 section with the same ALLOC|LOAD flags as the source section.
2222
c810873d
JJ
22232000-11-14 Jakub Jelinek <[email protected]>
2224
2225 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2226 by STO_ALPHA constants.
2227
43646c9d
KH
22282000-11-14 Kazu Hirata <[email protected]>
2229
2230 * coff-pmac.c: Fix formatting.
2231 * coff-ppc.c: Likewise.
2232
051b8577
L
22332000-11-13 H.J. Lu <[email protected]>
2234
2235 * elflink.h (elf_link_add_object_symbols): Also add indirect
2236 symbols for common symbols with the default version.
2237
90460d97
PB
22382000-11-09 Philip Blundell <[email protected]>
2239
2240 * section.c (STD_SECTION): Set gc_mark flag.
2241
b48499ec
KH
22422000-11-11 Kazu Hirata <[email protected]>
2243
2244 * coff-i960.c: Likewise.
2245 * coff-m68k.c: Likewise.
2246 * coff-m88k.c: Likewise.
2247 * coff-mcore.c: Likewise.
2248 * coff-mips.c: Likewise.
2249
c5aeb40f
AO
22502000-11-11 Bernd Schmidt <[email protected]>
2251
2252 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2253
5fcfd273
KH
22542000-11-10 Kazu Hirata <[email protected]>
2255
2256 * coff-h8300.c: Fix formatting.
2257 * coff-h8500.c: Likewise.
2258 * coff-i386.c: Likewise.
2259 * coff-i860.c: Likewise.
2260 * coff-i960.c: Likewise.
2261 * coff-ia64.c: Likewise.
2262
047066e1
KH
22632000-11-09 Kazu Hirata <[email protected]>
2264
2265 * archive.c: Fix formatting.
2266 * archures.c: Likewise.
2267
9a951beb
RH
22682000-11-07 Richard Henderson <[email protected]>
2269
2270 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2271 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
2272 * section.c (bfd_set_section_contents): Call memcpy if
2273 section->contents set and location not equal to contents plus offset.
2274
aebad5fe
KH
22752000-11-08 Kazu Hirata <[email protected]>
2276
8546af74
KH
2277 * bfd-in.h: Fix formatting.
2278 * bfd-in2.h: Likewise.
2279 * bfd.c: Likewise.
aebad5fe
KH
2280 * binary.c: Likewise.
2281 * bout.c: Likewise.
346ceb11
KH
2282 * coff-a29k.c: Likewise.
2283 * coff-alpha.c: Likewise.
2284 * coff-apollo.c: Likewise.
2285 * coff-aux.c: Likewise.
aebad5fe 2286
0ef5a5bd
KH
22872000-11-07 Kazu Hirata <[email protected]>
2288
2289 * aix386-core.c: Fix formatting.
2290 * aoutf1.h: Likewise.
2291 * aoutx.h: Likewise.
2292 * archures.c: Likewise.
2293 * armnetbsd.c: Likewise.
2294
d562d2fb
AM
22952000-11-07 Alan Modra <[email protected]>
2296
2297 * coff-h8300.c (special): Adjust reloc address.
2298
bbe66d08
JW
22992000-11-06 Steve Ellcey <[email protected]>
2300
4efc3e05 2301 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
2302 to differentiate elf32 and elf64 on ia64.
2303 * bfd-in2.h: Regenerate.
2304 * config.bfd: Add target for "ia64*-*-hpux*".
2305 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2306 * configure: Regenerate.
4efc3e05 2307 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
2308 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2309
2310 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2311 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
2312 * Makefile.in: Regnerate.
4efc3e05 2313 * elf64-ia64.c: Deleted.
bbe66d08
JW
2314 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2315
c4dfa77f
KH
23162000-11-06 Kazu Hirata <[email protected]>
2317
2318 * aout-adobe.c: Fix formatting.
2319 * aout-arm.c: Likewise.
2320 * aout-cris.c: Likewise.
2321 * aout-encap.c: Likewise.
2322 * aout-ns32k.c: Likewise.
2323 * aout-target.h: Likewise.
2324 * aout-tic30.c: Likewise.
2325
cf919dfd
PB
23262000-11-05 Philip Blundell <[email protected]>
2327
2328 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2329 BFDs containing no sections to be merged, regardless of their flags.
2330
23312000-11-04 Philip Blundell <[email protected]>
2332
2333 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2334 if a relocation for an undefined symbol also results in an
2335 overflow.
2336
8d88c4ca 23372000-11-06 Christopher Faylor <[email protected]>
8848a8d0
CF
2338
2339 * config.bfd: Add support for Sun Chorus.
2340
46d59bfa
DB
23412000-11-05 David O'Brien <[email protected]>
2342
2343 * configure.in: Recognize alpha-*-freebsd*.
2344 * configure: Regenerate.
2345
d952f17a 23462000-11-02 Luciano Gemme <[email protected]>
420496c1
NC
2347
2348 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2349 (Chunk): New global variable set by a parameter in objcopy.c.
2350 (S3Forced): New global variable set by a parameter in
2351 objcopy.c.
2352 (srec_set_section_contents): If S3Forced is true, always generate
2353 S3 records.
2354 (srec_write_section): Use 'Chunk' to limit maximum length of S
2355 records.
2356
59ff2774
NC
23572000-11-02 Per Lundberg <[email protected]>
2358
2359 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2360 * Makefile.in: Regenerate.
2361 * bfd-in2.h: Regenerate.
2362 * po/bfd.pot: Regenerate.
d952f17a 2363
ee43f35e
PB
23642000-10-31 Philip Blundell <[email protected]>
2365
2366 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2367 EF_SOFT_FLOAT if it is defined.
2368
1006ba19
PB
23692000-10-27 Philip Blundell <[email protected]>
2370
2371 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2372 attempts to mix PIC code with non-PIC, just mark the output as
2373 being position dependent.
d952f17a
AM
2374 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
2375 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 2376 all mismatches, not just the first one.
d952f17a 2377
c4920b97
NC
23782000-10-25 Chris Demetriou <[email protected]>
2379
2380 * ieee.c (ieee_archive_p): Plug one of many possible
2381 memory leaks in error handling.
2382
19f7b010
JJ
23832000-10-20 Jakub Jelinek <[email protected]>
2384
2385 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2386 elf32_sparc_object_p, elf32_sparc_final_write_processing):
2387 Support v8plusb.
2388 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2389 sparc64_elf_object_p): Support v9b.
2390 * archures.c: Declare v8plusb and v9b machines.
2391 * bfd-in2.h: Ditto.
2392 * cpu-sparc.c: Ditto.
2393
e1e0340b
GK
23942000-10-16 Geoffrey Keating <[email protected]>
2395
ea5fbc67
GK
2396 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2397 of a GOT reloc.
2398
e1e0340b
GK
2399 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2400 (SYMBOL_CALLS_LOCAL): New macro.
2401 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2402 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2403 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2404 (ppc_elf_relocate_section): Use flag variable to determine
2405 whether the relocation refers to a local symbol.
2406 Test whether a PLTREL24 reloc will produce a reloc by looking
2407 to see whether a PLT entry was made.
2408
a4b120e1
GK
24092000-10-14 Geoffrey Keating <[email protected]>
2410
2411 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2412 entries that could serve as a definition for a weak symbol.
2413
5af5b85b
UC
24142000-10-13 Ulf Carlsson <[email protected]>
2415
2416 From Ralf Baechle <[email protected]>
2417
2418 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2419 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
2420 against local symbols.
2421 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 2422
3ef20aaa
AM
24232000-10-12 Alan Modra <[email protected]>
2424
24376d1b
AM
2425 * section.c (struct sec): Add kept_section.
2426 (struct bfd_comdat_info): Remove sec, we can use above.
2427 (STD_SECTION): Add initializer.
2428 (bfd_make_section_anyway): Init here too.
2429
2430 * bfd-in2.h: Regenerate.
2431
2432 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 2433 zeroing of `flags'.
24376d1b
AM
2434 (elf_link_input_bfd): Set all asection->symbol->value's here, and
2435 fudge values for discarded link-once section symbols.
2436
3ef20aaa
AM
2437 * elf64-hppa.c: Include alloca-conf.h
2438
c0e219cc
AM
24392000-10-11 Alan Modra <[email protected]>
2440
d01e2a23
AM
2441 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2442
c0e219cc
AM
2443 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2444
fe268b66
AM
24452000-10-10 Alan Modra <[email protected]>
2446
2447 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2448
4d7ce4dd
AM
24492000-10-10 Tom Rix <[email protected]>
2450
d952f17a 2451 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
2452 newsect->symbol fails to alloc. Use bfd_release instead of free.
2453
f3b6f7c3
RH
24542000-10-09 Richard Henderson <[email protected]
2455
2456 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2457 (elf64_ia64_unwind_entry_compare): New.
2458 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2459
44852b19
AM
24602000-10-07 Alan Modra <[email protected]>
2461
fc8c40a0
AM
2462 * elflink.h (size_dynamic_sections): Don't create various tags if
2463 .dynstr is excluded from the link. Don't set first dynsym entry
2464 if dynsymcount is zero.
2465 (elf_bfd_final_link): Don't try to swap out dynamic syms if
2466 .dynsym excluded from the link. Don't try to write any dynamic
2467 sections excluded from the link.
2468
44852b19
AM
2469 * elf.c (swap_out_syms): Handle global section symbols.
2470
3e4554a2
DD
24712000-10-05 DJ Delorie <[email protected]>
2472
2473 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2474 * coffcode.h (coff_set_alignment_hook): read extended reloc count
2475 (coff_write_relocs): write extended reloc count
2476 (coff_write_object_contents): account for extended relocs
2477
fa152c49
JW
24782000-10-05 Jim Wilson <[email protected]>
2479
2480 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2481 field.
2482 * elf.c (_bfd_elf_make_section_from_shdr): Call the
2483 elf_backend_section_flags function.
2484 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2485 code.
2486 (elf64_ia64_section_flags): New function containing flag conversion
2487 code.
2488 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2489 * elfxx-target.h (elf_backend_section_flags): Define.
2490 (elfNN_bed): Initialize elf_backend_section_flags field.
2491
36605136
AM
24922000-10-02 Alan Modra <[email protected]>
2493
2494 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2495 _bfd_elf32_gc_record_vtable. Correct a comment.
2496
4b6609a0
UC
24972000-10-01 Ulf Carlsson <[email protected]>
2498
2499 From Ralf Baechle <[email protected]>
2500
2501 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2502 produces binaries with got[1] = 0x80000001 to differenciate them
2503 for the dynamic linker from the broken binaries produced by old
2504 versions.
36605136 2505
f572a39d
AM
25062000-09-30 Petr Sorfa <[email protected]>
2507
2508 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2509 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2510 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2511 * configure: Regenerate.
2512
4da81684
HPN
25132000-09-27 Hans-Peter Nilsson <[email protected]>
2514
2515 Define two bfd_targets for absence and presence of leading
2516 underscore on symbols. Make sure to only link same kind.
2517 * elf32-cris.c (cris_elf_object_p,
2518 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2519 cris_elf_merge_private_bfd_data): New.
2520 (elf_backend_object_p, elf_backend_final_write_processing,
2521 bfd_elf32_bfd_print_private_bfd_data,
2522 bfd_elf32_bfd_merge_private_bfd_data): Define.
2523 <Target vector definition>: Include elf32-target.h twice with
2524 different macro settings:
2525 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2526 bfd_elf32_us_cris_vec.
2527 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2528 (elf_symbol_leading_char): First as 0, then '_'.
2529 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2530 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2531 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2532 * configure: Regenerate.
2533 * targets.c: Declare bfd_elf32_us_cris_vec.
2534 * po/bfd.pot: Regenerate.
2535
9a5aca8c
AM
25362000-09-29 Momchil Velikov <[email protected]>
2537
2538 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2539 R_ARM_THM_PC22 relocations.
2540
512a2384
AM
25412000-09-29 NIIBE Yutaka <[email protected]>
2542
2543 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2544
6c99a5c3
AM
25452000-09-29 Momchil Velikov <[email protected]>
2546
2547 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2548 is has the SEC_HAS_CONTENTS flag set.
2549
64e9ece0 2550