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