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