DJGPP config tweaks
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
a4f68544
NC
12001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
2
3 * coff-go32.c: Update copyright.
4 * coff-stgo32.c: Likewise.
5 * coff-go32.c (COFF_LONG_FILENAMES): Define.
6 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
7 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
8 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
9
c02e7c3e
KH
102001-01-25 Kazu Hirata <kazu@hxi.com>
11
12 * bfd-in2.h: Rebuild.
13 * libbfd.h: Likewise.
14
541389e2
L
152001-01-23 H.J. Lu <hjl@gnu.org>
16
17 * bfd-in2.h: Rebuild.
18
0007625f
L
192001-01-23 H.J. Lu <hjl@gnu.org>
20
21 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
22 is NULL or PRIV(vms_rec) is outside of the buffer.
23
b653e1b1
KH
242001-01-23 Kazu Hirata <kazu@hxi.com>
25
26 * coff64-rs6000.c: Fix formatting.
27 * coff-arm.c: Likewise.
28 * coffgen.c: Likewise.
29 * cofflink.c: Likewise.
30 * coff-mcore.c: Likewise.
31 * coff-mips.c: Likewise.
32 * coff-pmac.c: Likewise.
33 * coff-ppc.c: Likewise.
34 * coff-rs6000.c: Likewise.
35 * elf32.c: Likewise.
36 * elf32-fr30.c: Likewise.
37 * elf32-i370.c: Likewise.
38 * elf32-i860.c: Likewise.
39 * elf32-m32r.c: Likewise.
40 * elf32-m68k.c: Likewise.
41 * elf32-mcore.c: Likewise.
42 * elf32-ppc.c: Likewise.
43 * elf32-sh.c: Likewise.
44 * elf32-v850.c: Likewise.
45 * elf64-alpha.c: Likewise.
46 * elf64-sparc.c: Likewise.
47 * elflink.c: Likewise.
48 * elflink.h: Likewise.
49 * elf-m10200.c: Likewise.
50 * elf-m10300.c: Likewise.
51 * elfxx-ia64.c: Likewise.
52
3fde5a36
KH
53 * aoutx.h: Fix formatting.
54 * bfd.c: Likewise.
55 * bfd-in2.h: Likewise.
56 * bfd-in.h: Likewise.
57 * cpu-i386.c: Likewise.
58 * cpu-m68hc11.c: Likewise.
59 * dwarf2.c: Likewise.
60 * elf64-x86-64.c: Likewise.
61 * format.c: Likewise.
62 * freebsd.h: Likewise.
63 * hash.c: Likewise.
64 * hp300hpux.c: Likewise.
65 * hppabsd-core.c: Likewise.
66 * hpux-core.c: Likewise.
67
70256ad8
AJ
682001-01-22 Bo Thorsen <bo@suse.de>
69
70 * elf64-x86-64.c: Added PIC support for X86-64.
71 (elf64_x86_64_link_hash_newfunc): Function added.
72 (elf64_x86_64_link_hash_table_create): Likewise.
73 (elf64_x86_64_check_relocs): Likewise.
74 (elf64_x86_64_gc_mark_hook): Likewise.
75 (elf64_x86_64_gc_sweep_hook): Likewise.
76 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
77 (elf64_x86_64_size_dynamic_sections): Likewise.
78 (elf64_x86_64_discard_copies): Likewise.
79 (elf64_x86_64_finish_dynamic_symbol): Likewise.
80 (elf64_x86_64_finish_dynamic_sections): Likewise.
81 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
82
ee0bebb8
AJ
832001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
84
85 * Makefile.am (install-data-local): Make use of $(DESTDIR).
86 * Makefile.in: Regenerate.
87
2a38f751
KH
882001-01-21 Kazu Hirata <kazu@hxi.com>
89
90 * coff-a29k.c: Fix formatting.
91
c8492176
L
922001-01-19 H.J. Lu <hjl@gnu.org>
93
94 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
95 relocation section names.
96 (elf_i386_relocate_section): Report files with bad relocation
97 section names and return false.
98
a5377ec0
AJ
992001-01-17 Bo Thorsen <bo@suse.de>
100
101 * targets.c: Alphabetize list of xvecs.
102
b352eebf
AM
1032001-01-14 Alan Modra <alan@linuxcare.com.au>
104
d952f17a
AM
105 * config.bfd: Add linux target variant for elfxx-hppa.
106 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
107 bfd_elf64_hppa_linux_vec.
108 * configure: Regenerate.
109 * elf64-hppa.c: Include elf64-target.h again to support linux
110 target variant.
111 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
112 * elf32-hppa.c: Include elf32-target.h again to support linux
113 target variant.
114 (elf32_hppa_post_process_headers): New function.
115 (elf_backend_post_process_headers): Define.
116 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
117 bfd_elf32_hppa_linux_vec.
118
c46b7515
AM
119 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
120 and data_segment_base fields.
121 (elf32_hppa_link_hash_table_create ): Init them.
122 (elf32_hppa_check_relocs): Update comments.
123 (hppa_record_segment_addr): New function.
124 (elf32_hppa_relocate_section): Call it.
125 (final_link_relocate): Handle R_PARISC_SEGREL32.
126 (elf32_hppa_final_link): New function.
127 (bfd_elf32_bfd_final_link): Define to call it.
128 (hppa_unwind_entry_compare): New function.
129 * cache.c (bfd_open_file): Create files in write+read mode.
130
131 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
132 SEGREL32 and numerous other relocs. Change duplicate
133 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
134
d768008d
AM
135 * opncls.c (bfd_fdopenr): Add parens like the comment says around
136 O_ACCMODE.
137
150ccafb
AM
138 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
139 .plt entries for DT_INIT and DT_FINI.
140 (elf32_hppa_finish_dynamic_sections): Remove special handling of
141 DT_INIT and DT_FINI.
142
b352eebf
AM
143 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
144 offsets for stub .plt access if wide mode. Check offset in range.
145
b3b9a062
NC
1462001-01-13 Nick Clifton <nickc@redhat.com>
147
b7ed8fad
NC
148 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
149 line.
150
b3b9a062
NC
151 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
152 line.
153
6e0b89ee
AM
1542001-01-12 Alan Modra <alan@linuxcare.com.au>
155
156 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
157 * configure: Regenerate.
158
0d2bcfaf
NC
1592001-01-11 Peter Targett <peter.targett@arccores.com>
160
161 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
162 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
163 * cpu-arc.c (arch_info_struct): Add entries for variants.
164 (bfd_arc_arch) Set default to bfd_mach_arc_5.
165 (arc_get_mach) Don't assume machine names prefixed arc- before
166 testing.
167 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
168 selections.
169 (arc_elf_final_write_processing) Likewise.
170 (ELF_MACHINE_CODE) Use EM_ARC.
171
c31c1f70
NC
1722001-01-10 Nick Clifton <nickc@redhat.com>
173
2758140b 174 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 175
5ad083e3
PB
1762001-01-07 Philip Blundell <philb@gnu.org>
177
178 * README: Replace `bug-gnu-utils@gnu.org' with
179 `bug-binutils@gnu.org'.
180
7eae7d22
KH
1812001-01-04 Kazu Hirata <kazu@hxi.com>
182
183 * som.c: Fix formatting.
184
509945ae
KH
1852001-01-03 Kazu Hirata <kazu@hxi.com>
186
3e932841
KH
187 * ecoffswap.h: Fix formatting.
188 * elf-bfd.h: Likewise.
189 * elfarm-nabi.c: Likewise.
190 * elfarm-oabi.c: Likewise.
191 * elfcode.h: Likewise.
192 * elfcore.h: Likewise.
193 * elflink.c: Likewise.
194 * elflink.h: Likewise.
195 * elfxx-ia64.c: Likewise.
196 * elfxx-target.h: Likewise.
197 * libbfd.c: Likewise
509945ae
KH
198 * linker.c: Likewise.
199 * lynx-core.c: Likewise.
200
892339ee
KH
2012001-01-02 Kazu Hirata <kazu@hxi.com>
202
203 * pc532-mach.c: Fix formatting.
204 * pe-arm.c: Likewise.
205 * pe-i386.c: Likewise.
206 * pe-mips.c: Likewise.
207 * pe-ppc.c: Likewise.
208 * pe-sh.c: Likewise.
209 * pei-mips.c: Likewise.
210 * pei-sh.c: Likewise.
ee91ed79 211 * peicode.h: Likewise.
892339ee
KH
212 * ppcboot.c: Likewise.
213 * ptrace-core.c: Likewise.
214
3d855632
KH
2152001-01-01 Kazu Hirata <kazu@hxi.com>
216
217 * reloc.c: Fix formatting.
218 * riscix.c: Likewise.
219 * rs6000-core.c: Likewise.
220 * xcoff-target.h: Likewise.
221
a77a9fef
HPN
2222000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
223
224 * elfcode.h (elf_object_p): Also restore the bfd mach field on
225 error, by calling bfd_default_set_arch_mach with incoming
226 values.
227
558e161f
KH
2282000-12-26 Kazu Hirata <kazu@hxi.com>
229
230 * vaxnetbsd.c: Fix formatting.
231 * versados.c: Likewise.
232 * vms-gsd.c: Likewise.
233 * vms-hdr.c: Likewise.
234 * vms-misc.c: Likewise.
235
3c579812
AO
2362000-12-25 Alexandre Oliva <aoliva@redhat.com>
237
238 * archive.c (coff_write_armap): Don't write more than symbol_count
239 `archive_member_file_ptr's.
240
672579e9
KH
2412000-12-25 Kazu Hirata <kazu@hxi.com>
242
243 * vms-tir.c: Fix formatting.
244
55f2d5ed
KH
2452000-12-23 Kazu Hirata <kazu@hxi.com>
246
247 * vms.c: Fix formatting.
248 * vms.h: Likewise.
249
23ccc829
NC
2502000-12-21 Santeri Paavolainen <santtu@ssh.com>
251
252 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
253
254 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
255
256 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
257 arithmetic.
258
259 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
260
261 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
262
8c603c85
NC
2632000-12-21 Richard Sandiford <rsandifo@redhat.com>
264
265 * libbfd.c (bfd_get_bits): Added
266 (bfd_put_bits): Likewise
267 * bfd-in.h: Declared the above.
268 * bfd-in2.h: Regenerated.
269
5bff4f56
KH
2702000-12-20 Kazu Hirata <kazu@hxi.com>
271
272 * targets.c: Fix formatting.
273 * tekhex.c: Likewise.
274 * trad-core.c: Likewise.
275
7b82c249
KH
2762000-12-19 Kazu Hirata <kazu@hxi.com>
277
278 * sco5-core.c: Fix formatting.
279 * section.c: Likewise.
280 * sparclinux.c: Likewise.
281 * sparclynx.c: Likewise.
282 * sparcnetbsd.c: Likewise.
283 * srec.c: Likewise.
284 * stabs.c: Likewise.
285 * stab-syms.c: Likewise.
286 * sunos.c: Likewise.
287 * syms.c: Likewise.
288 * sysdep.h: Likewise.
289
f78c5281
NC
2902000-12-18 Nick Clifton <nickc@redhat.com>
291
292 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
293 defined.
294 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
295 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
296
02b89dce
NC
2972000-12-18 Nick Clifton <nickc@redhat.com>
298
299 * vms-misc.c (_bfd_vms_get_record): Add default case to
300 file_format switch.
301
d20966a7
NC
3022000-12-15 Miloslav Trmac <mitr@volny.cz>
303
304 * elfcore.h (elf_core_file_p): Move to the start of the program
305 headers before attempting to read them.
306
6fa957a9
KH
3072000-12-14 Kazu Hirata <kazu@hxi.com>
308
309 * peigen.c: Fix formatting.
310 * som.c: Likewise.
311 * som.h: Likewise.
312
9602af51
KH
3132000-12-13 Kazu Hirata <kazu@hxi.com>
314
315 * peigen.c: Fix formatting.
316
514829c3
JW
3172000-12-12 Jim Wilson <wilson@redhat.com>
318
319 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
320
3a71aec8
NC
3212000-12-08 Mark Salter <msalter@redhat.com>
322
323 * binary.c (binary_set_section_contents): Ignore sections
324 with zero size.
325
1518639e
KH
3262000-12-12 Kazu Hirata <kazu@hxi.com>
327
328 * m68klinux.c: Fix formatting.
329 * m68knetbsd.c: Likewise.
330 * mipsbsd.c: Likewise.
331 * netbsd-core.c: Likewise.
332 * netbsd.h: Likewise.
333 * newsos3.c: Likewise.
334 * nlm32-alpha.c: Likewise.
335 * nlm32-i386.c: Likewise.
336 * nlm32-ppc.c: Likewise.
337 * nlm32-sparc.c: Likewise.
338 * nlmcode.h: Likewise.
339 * nlmswap.h: Likewise.
340 * nlm-target.h: Likewise.
341 * ns32knetbsd.c: Likewise.
342
b79e8c78
NC
3432000-12-10 Fred Fish <fnf@be.com>
344
d952f17a
AM
345 * elflink.h (elf_link_output_extsym): Don't complain about undefined
346 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 347
38b1a46c
NC
3482000-12-12 Nick Clifton <nickc@redhat.com>
349
350 * cpu-sh.c: Fix formattng.
351 * elf.c: Fix formattng.
352 * elf32-mips.c: Fix formattng.
353 * elf32-sh.c: Fix formattng.
354 * elf64-alpha.c: Fix formattng.
355
857ec808
NC
3562000-12-09 Nick Clifton <nickc@redhat.com>
357
358 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
359 dwarf2_find_line_info as last parameter to invocation of
360 _bfd_dwarf2_find_nearest_line.
361 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
362 dwarf2_find_line_info as last parameter to invocation of
363 _bfd_dwarf2_find_nearest_line.
364
51db3708
NC
3652000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
366
367 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
368 (BFD_LIBS): ...to here.
369 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
370 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
371 * Makefile.in: Regenerate.
372 * configure.in: Remove dwarf.lo from the elf shell variable.
373 * configure: Regenerate.
374 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
375 * libcoff.h: Regenerate.
d952f17a 376 * coffgen.c (coff_find_nearest_line): Call
857ec808 377 _bfd_dwarf2_find_nearest_line.
51db3708 378 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
379 accordingly.
380 (read_abbrevs): Likewise
381 (decode_line_info): Likewise.
382 (parse_comp_unit): Likewise.
383 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
384 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
385 * libbfd.h: Regenerate.
386 * elf.c (_bfd_elf_find_nearest_line): Update call.
387 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
388 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
389 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
390 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
391 (styp_to_sec_flags): Handle DWARF2 sections.
392 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
393 to _bfd_find_nearest_line.
394 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
395 call to _bfd_find_nearest_line.
d952f17a 396
435b1e90
KH
3972000-12-08 Kazu Hirata <kazu@hxi.com>
398
399 * coffgen.c: Fix formatting.
fe8bc63d 400 * elf-m10300.c: Likewise.
435b1e90
KH
401 * elf32-i386.c: Likewise.
402 * elf32-i960.c: Likewise.
403 * elf32-m68k.c: Likewise.
404 * elf32-mcore.c: Likewise.
405 * elf32-ppc.c: Likewise.
406 * elf32-sh.c: Likewise.
407 * elf32-sparc.c: Likewise.
408 * elf32-v850.c: Likewise.
fe8bc63d
KH
409 * elf64-alpha.c: Likewise.
410 * elf64-hppa.c: Likewise.
411 * elf64-mips.c: Likewise.
435b1e90 412 * elf64-sparc.c: Likewise.
435b1e90 413
8da6118f
KH
4142000-12-07 Kazu Hirata <kazu@hxi.com>
415
416 * elf32-ppc.c: Fix formatting.
417 * elf64-x86-64.c: Likewise.
418
a9922e52
UC
4192000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
420
421 From Ralf Baechle <ralf@gnu.org>
422
423 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
424 BFDs containing no sections or empty .text, .data or .bss sections
425 to be merged, regardless of their flags.
426
c3668558
KH
4272000-12-06 Kazu Hirata <kazu@hxi.com>
428
429 * elf32-m32r.c: Fix formatting.
430 * elf32-m68hc11.c: Likewise.
431 * elf32-m68hc12.c: Likewise.
432 * elf32-m68k.c: Likewise.
433 * elf32-mcore.c: Likewise.
434 * elf32-pj.c: Likewise.
435 * elf32-ppc.c: Likewise.
436
6609fa74
KH
4372000-12-05 Kazu Hirata <kazu@hxi.com>
438
439 * elf32-fr30.c: Fix formatting.
440 * elf32-hppa.c: Likewise.
441 * elf32-i370.c: Likewise.
442 * elf32-i386.c: Likewise.
443 * elf32-i860.c: Likewise.
444 * elf32-i960.c: Likewise.
445
a7c10850
KH
4462000-12-03 Kazu Hirata <kazu@hxi.com>
447
448 * elf32-arm.h: Fix formatting.
449 * elf32-avr.c: Likewise.
450 * elf32-cris.c: Likewise.
451 * elf32-d10v.c: Likewise.
452 * elf32-d30v.c: Likewise.
453 * elf-hppa.h: Likewise.
454 * elf-m10200.c: Likewise.
455 * elf-m10300.c: Likewise.
456
e7af610e
NC
4572000-12-01 Chris Demetriou <cgd@sibyte.com>
458
d952f17a
AM
459 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
460 bfd_mach_mips32_4k. Update FIXME comment.
461 * archures.c (bfd_mach_mips32): New constant.
462 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
463 the latter, renumber it.
464 * bfd-in2.h (bfd_mach_mips32): New constant.
465 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
466 the latter, renumber it.
467 * cpu-mips.c (I_mips32): New constant.
468 (I_mips4K, I_mips32_4k): Rename the former to the latter.
469 (arch_info_struct): Add bfd_mach_mips32 entry, replace
470 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
471 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
472 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
473 with E_MIPS_MACH_MIPS32_4K.
474 (_bfd_mips_elf_final_write_processing): Replace
475 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
476 bfd_mach_mips32 case.
477 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
478 comparison with support for MIPS32.
479 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
480 MIPS32.
481
482 * aoutx.h (NAME(aout,machine_type)): Add cases for
483 bfd_mach_mips5 and bfd_mach_mips64.
484 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
485 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
486 * cpu_mips.c (I_mips5, I_mips64): New definitions.
487 (arch_info_struct): Add entries for bfd_mach_mips5 and
488 bfd_mach_mips64.
489 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
490 _bfd_mips_elf_print_private_bfd_data): Add cases for
491 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
492 (_bfd_mips_elf_final_write_processing): Add cases for
493 bfd_mach_mips5 and bfd_mach_mips64.
494
495 * bfd/aoutx.h (NAME(aout,machine_type)): Add a
496 bfd_mach_mips_sb1 case.
497 * bfd/archures.c (bfd_mach_mips_sb1): New constant.
498 * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant.
499 * bfd/cpu-mips.c (I_sb1): New constant.
500 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
501 * bfd/elf32-mips.c (elf_mips_mach): Add case for
502 E_MIPS_MACH_SB1.
503 (_bfd_mips_elf_final_write_processing): Add case for
504 bfd_mach_mips_sb1.
505
5062000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
507
508 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
509 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
510 (sparc*-*-rtems*): Switched from a.out to ELF.
511
8d88c4ca 5122000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
513
514 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
515 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
516 (elf64-x86-64.lo): Add dependencies.
517 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
518 bfd_mach_x86_64_intel_syntax.
519 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
520 * config.bfd (x86_64): Add.
521 * configure.in: Add support for bfd_elf64_x86_64_vec.
522 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
523 (bfd_i386_arch, i8086_ar): Link in.
524 * elf64-x86-64.c: New file.
525 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
526 * targets.c (bfd_elf64_x86_64_vec): Add.
527 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 528
fbc4fff4
KH
5292000-11-30 Kazu Hirata <kazu@hxi.com>
530
531 * xcofflink.c: Fix formatting.
532
e60b52c6
KH
5332000-11-28 Kazu Hirata <kazu@hxi.com>
534
535 * aoutx.h: Fix formatting.
536 * bfd-in.h: Likewise.
537 * bfd-in2.h: Likewise.
538 * cache.c: Likewise.
539 * cisco-core.c: Likewise.
540 * coff64-rs6000.c: Likewise.
541 * coffcode.h: Likewise.
542 * coffswap.h: Likewise.
543 * corefile.c: Likewise.
be3ccd9c 544 * elf32-mips.c: Likewise.
e60b52c6 545
336eced2
KH
5462000-11-27 Kazu Hirata <kazu@hxi.com>
547
548 * aout-adobe.c: Fix formatting.
244148ad
KH
549 * coff64-rs6000.c: Likewise.
550 * coffgen.c: Likewise.
551 * cofflink.c: Likewise.
336eced2 552
d71f672e
PB
5532000-11-27 Philip Blundell <pb@futuretv.com>
554
555 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
556 (obj_coff_strings_written): New accessor macro for above.
557 * libcoff.h: Regenerate.
558 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
559 strings.
560 * coffcode.h (coff_write_object_contents): No need to write out
561 the string table if it's already been done.
562
bc7a577d
PB
5632000-11-22 Philip Blundell <pb@futuretv.com>
564
d952f17a 565 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
566 weak undefined symbols.
567
077b8428
NC
5682000-11-24 Nick Clifton <nickc@redhat.com>
569
570 * archures.c (bfd_mach_arm_5TE): Define.
571 (bfd_mach_arm+XScale): Define.
572 * bfd-in2.h: Regenerate.
573
574 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
575 BFD_RELOC_ARM_PCREL_BLX.
576
577 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
578 XScale machine numbers.
579
580 * config.bfd (xscale-elf): Add target.
581 (xscale-coff): Add target.
582
583 * cpu-arm.c: Add xscale machine name.
584 Add v5t, v5te and XScale machine numbers.
585
e9e41bd9
KH
5862000-11-23 Kazu Hirata <kazu@hxi.com>
587
588 * aix386-core.c: Fix formatting.
589
64bf6ae6
JW
5902000-11-22 Jim Wilson <wilson@redhat.com>
591
592 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
593 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
594 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
595 (ins_imms_scaled): Initialize sign_bit at function entry.
596 (elf64_ia64_operands): Add missing initializers.
597 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
598 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
599 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
600 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
601 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
602 parameters.
603 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
604 and free_extsyms at function entry.
605 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
606 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
607 (get_got): Delete unused local srel.
608 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
609 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 610
1abaf976
KH
6112000-11-21 Kazu Hirata <kazu@hxi.com>
612
6e301b2b
KH
613 * coff-a29k.c: Fix formatting.
614 * coff-h8500.c: Likewise.
615 * coff-i960.c: Likewise.
616 * coff-ppc.c: Likewise.
617 * coff-rs6000.c: Likewise.
618 * coff-stgo32.c: Likewise.
619 * coff-tic54x.c: Likewise.
620 * coff-w65.c: Likewise.
621 * cpu-h8500.c: Likewise.
622 * cpu-hppa.c: Likewise.
623 * cpu-ns32k.c: Likewise.
624 * ecoff.c: Likewise.
1abaf976
KH
625 * ecofflink.c: Likewise.
626
a0fc8ba1
NC
6272000-11-21 Nick Clifton <nickc@redhat.com>
628
629 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
630 remove possibility of infinite loop.
631
beb0d161
KH
6322000-11-20 Kazu Hirata <kazu@hxi.com>
633
634 * aix386-core.c: Fix formatting.
635 * aout-adobe.c: Likewise.
636 * aout-arm.c: Likewise.
637 * aout-encap.c: Likewise.
638 * aout-ns32k.c: Likewise.
639 * aout-target.h: Likewise.
640 * aout-tic30.c: Likewise.
641 * aoutf1.h: Likewise.
642 * aoutx.h: Likewise.
643 * archive.c: Likewise.
eb6e10cb
KH
644 * bfd-in.h: Likewise.
645 * bfd-in2.h: Likewise.
646 * bfd.c: Likewise.
647 * bout.c: Likewise.
beb0d161 648
2c2475db
JW
6492000-11-17 H.J. Lu <hjl@gnu.org>
650
651 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
652 pltoff entries for DT_INIT and DT_FINI.
653 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
654 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
655 entries.
656
18b27f17
RH
6572000-11-16 Richard Henderson <rth@redhat.com>
658
659 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
660 (allocate_dynrel_entries): Likewise.
661 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
662 (set_pltoff_entry): Likewise.
663 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
664 (elfNN_ia64_reloc_type_lookup): Likewise.
665 (elfNN_ia64_install_value): Likewise.
666 (elfNN_ia64_relocate_section): Likewise.
667 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
668 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
669
98591c73
KH
6702000-11-16 Kazu Hirata <kazu@hxi.com>
671
71f6b586
KH
672 * cpu-a29k.c: Fix formatting.
673 * cpu-alpha.c: Likewise.
674 * cpu-arm.c: Likewise.
675 * cpu-avr.c: Likewise.
676 * cpu-d10v.c: Likewise.
677 * cpu-h8500.c: Likewise.
678 * cpu-hppa.c: Likewise.
679 * cpu-i370.c: Likewise.
680 * cpu-i386.c: Likewise.
681 * cpu-i960.c: Likewise.
682 * cpu-ia64-opc.c: Likewise.
683 * cpu-ia64.c: Likewise.
684 * cpu-m32r.c: Likewise.
685 * cpu-m68hc11.c: Likewise.
686 * cpu-m68hc12.c: Likewise.
687 * cpu-m68k.c: Likewise.
688 * cpu-m88k.c: Likewise.
689 * cpu-mips.c: Likewise.
690 * cpu-ns32k.c: Likewise.
691 * cpu-pj.c: Likewise.
692 * cpu-powerpc.c: Likewise.
693 * cpu-sh.c: Likewise.
694 * cpu-sparc.c: Likewise.
695 * cpu-tic54x.c: Likewise.
696 * cpu-v850.c: Likewise.
697 * cpu-vax.c: Likewise.
698 * cpu-w65.c: Likewise.
699 * cpu-we32k.c: Likewise.
700 * cpu-z8k.c: Likewise.
701 * dwarf1.c: Likewise.
98591c73
KH
702 * dwarf2.c: Likewise.
703
c5930ee6
KH
7042000-11-15 Kazu Hirata <kazu@hxi.com>
705
706 * coff-arm.c: Fix formatting.
707 * coff-ppc.c: Likewise.
708 * coff-rs6000.c: Likewise.
cbfe05c4
KH
709 * coff-sh.c: Likewise.
710 * coff-sparc.c: Likewise.
711 * coff-tic30.c: Likewise.
712 * coff-tic54x.c: Likewise.
713 * coff-tic80.c: Likewise.
714 * coff-w65.c: Likewise.
715 * coff-we32k.c: Likewise.
716 * coff-z8k.c: Likewise.
c5930ee6 717
dac544a8
RH
7182000-11-15 Richard Henderson <rth@redhat.com>
719
720 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
721 section with the same ALLOC|LOAD flags as the source section.
722
c810873d
JJ
7232000-11-14 Jakub Jelinek <jakub@redhat.com>
724
725 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
726 by STO_ALPHA constants.
727
43646c9d
KH
7282000-11-14 Kazu Hirata <kazu@hxi.com>
729
730 * coff-pmac.c: Fix formatting.
731 * coff-ppc.c: Likewise.
732
051b8577
L
7332000-11-13 H.J. Lu <hjl@gnu.org>
734
735 * elflink.h (elf_link_add_object_symbols): Also add indirect
736 symbols for common symbols with the default version.
737
90460d97
PB
7382000-11-09 Philip Blundell <pb@futuretv.com>
739
740 * section.c (STD_SECTION): Set gc_mark flag.
741
b48499ec
KH
7422000-11-11 Kazu Hirata <kazu@hxi.com>
743
744 * coff-i960.c: Likewise.
745 * coff-m68k.c: Likewise.
746 * coff-m88k.c: Likewise.
747 * coff-mcore.c: Likewise.
748 * coff-mips.c: Likewise.
749
c5aeb40f
AO
7502000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
751
752 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
753
5fcfd273
KH
7542000-11-10 Kazu Hirata <kazu@hxi.com>
755
756 * coff-h8300.c: Fix formatting.
757 * coff-h8500.c: Likewise.
758 * coff-i386.c: Likewise.
759 * coff-i860.c: Likewise.
760 * coff-i960.c: Likewise.
761 * coff-ia64.c: Likewise.
762
047066e1
KH
7632000-11-09 Kazu Hirata <kazu@hxi.com>
764
765 * archive.c: Fix formatting.
766 * archures.c: Likewise.
767
9a951beb
RH
7682000-11-07 Richard Henderson <rth@redhat.com>
769
770 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
771 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
772 * section.c (bfd_set_section_contents): Call memcpy if
773 section->contents set and location not equal to contents plus offset.
774
aebad5fe
KH
7752000-11-08 Kazu Hirata <kazu@hxi.com>
776
8546af74
KH
777 * bfd-in.h: Fix formatting.
778 * bfd-in2.h: Likewise.
779 * bfd.c: Likewise.
aebad5fe
KH
780 * binary.c: Likewise.
781 * bout.c: Likewise.
346ceb11
KH
782 * coff-a29k.c: Likewise.
783 * coff-alpha.c: Likewise.
784 * coff-apollo.c: Likewise.
785 * coff-aux.c: Likewise.
aebad5fe 786
0ef5a5bd
KH
7872000-11-07 Kazu Hirata <kazu@hxi.com>
788
789 * aix386-core.c: Fix formatting.
790 * aoutf1.h: Likewise.
791 * aoutx.h: Likewise.
792 * archures.c: Likewise.
793 * armnetbsd.c: Likewise.
794
d562d2fb
AM
7952000-11-07 Alan Modra <alan@linuxcare.com.au>
796
797 * coff-h8300.c (special): Adjust reloc address.
798
bbe66d08
JW
7992000-11-06 Steve Ellcey <sje@cup.hp.com>
800
4efc3e05 801 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
802 to differentiate elf32 and elf64 on ia64.
803 * bfd-in2.h: Regenerate.
804 * config.bfd: Add target for "ia64*-*-hpux*".
805 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
806 * configure: Regenerate.
4efc3e05 807 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
808 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
809
810 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
811 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
812 * Makefile.in: Regnerate.
4efc3e05 813 * elf64-ia64.c: Deleted.
bbe66d08
JW
814 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
815
c4dfa77f
KH
8162000-11-06 Kazu Hirata <kazu@hxi.com>
817
818 * aout-adobe.c: Fix formatting.
819 * aout-arm.c: Likewise.
820 * aout-cris.c: Likewise.
821 * aout-encap.c: Likewise.
822 * aout-ns32k.c: Likewise.
823 * aout-target.h: Likewise.
824 * aout-tic30.c: Likewise.
825
cf919dfd
PB
8262000-11-05 Philip Blundell <philb@gnu.org>
827
828 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
829 BFDs containing no sections to be merged, regardless of their flags.
830
8312000-11-04 Philip Blundell <philb@gnu.org>
832
833 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
834 if a relocation for an undefined symbol also results in an
835 overflow.
836
8d88c4ca 8372000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
838
839 * config.bfd: Add support for Sun Chorus.
840
46d59bfa
DB
8412000-11-05 David O'Brien <obrien@FreeBSD.org>
842
843 * configure.in: Recognize alpha-*-freebsd*.
844 * configure: Regenerate.
845
d952f17a 8462000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
847
848 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
849 (Chunk): New global variable set by a parameter in objcopy.c.
850 (S3Forced): New global variable set by a parameter in
851 objcopy.c.
852 (srec_set_section_contents): If S3Forced is true, always generate
853 S3 records.
854 (srec_write_section): Use 'Chunk' to limit maximum length of S
855 records.
856
59ff2774
NC
8572000-11-02 Per Lundberg <plundis@chaosdev.org>
858
859 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
860 * Makefile.in: Regenerate.
861 * bfd-in2.h: Regenerate.
862 * po/bfd.pot: Regenerate.
d952f17a 863
ee43f35e
PB
8642000-10-31 Philip Blundell <philb@gnu.org>
865
866 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
867 EF_SOFT_FLOAT if it is defined.
868
1006ba19
PB
8692000-10-27 Philip Blundell <philb@gnu.org>
870
871 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
872 attempts to mix PIC code with non-PIC, just mark the output as
873 being position dependent.
d952f17a
AM
874 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
875 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 876 all mismatches, not just the first one.
d952f17a 877
c4920b97
NC
8782000-10-25 Chris Demetriou <cgd@sibyte.com>
879
880 * ieee.c (ieee_archive_p): Plug one of many possible
881 memory leaks in error handling.
882
19f7b010
JJ
8832000-10-20 Jakub Jelinek <jakub@redhat.com>
884
885 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
886 elf32_sparc_object_p, elf32_sparc_final_write_processing):
887 Support v8plusb.
888 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
889 sparc64_elf_object_p): Support v9b.
890 * archures.c: Declare v8plusb and v9b machines.
891 * bfd-in2.h: Ditto.
892 * cpu-sparc.c: Ditto.
893
e1e0340b
GK
8942000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
895
ea5fbc67
GK
896 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
897 of a GOT reloc.
898
e1e0340b
GK
899 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
900 (SYMBOL_CALLS_LOCAL): New macro.
901 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
902 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
903 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
904 (ppc_elf_relocate_section): Use flag variable to determine
905 whether the relocation refers to a local symbol.
906 Test whether a PLTREL24 reloc will produce a reloc by looking
907 to see whether a PLT entry was made.
908
a4b120e1
GK
9092000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
910
911 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
912 entries that could serve as a definition for a weak symbol.
913
5af5b85b
UC
9142000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
915
916 From Ralf Baechle <ralf@gnu.org>
917
918 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
919 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
920 against local symbols.
921 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 922
3ef20aaa
AM
9232000-10-12 Alan Modra <alan@linuxcare.com.au>
924
24376d1b
AM
925 * section.c (struct sec): Add kept_section.
926 (struct bfd_comdat_info): Remove sec, we can use above.
927 (STD_SECTION): Add initializer.
928 (bfd_make_section_anyway): Init here too.
929
930 * bfd-in2.h: Regenerate.
931
932 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 933 zeroing of `flags'.
24376d1b
AM
934 (elf_link_input_bfd): Set all asection->symbol->value's here, and
935 fudge values for discarded link-once section symbols.
936
3ef20aaa
AM
937 * elf64-hppa.c: Include alloca-conf.h
938
c0e219cc
AM
9392000-10-11 Alan Modra <alan@linuxcare.com.au>
940
d01e2a23
AM
941 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
942
c0e219cc
AM
943 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
944
fe268b66
AM
9452000-10-10 Alan Modra <alan@linuxcare.com.au>
946
947 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
948
4d7ce4dd
AM
9492000-10-10 Tom Rix <trix@redhat.com>
950
d952f17a 951 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
952 newsect->symbol fails to alloc. Use bfd_release instead of free.
953
f3b6f7c3
RH
9542000-10-09 Richard Henderson <rth@cygnus.com
955
956 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
957 (elf64_ia64_unwind_entry_compare): New.
958 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
959
44852b19
AM
9602000-10-07 Alan Modra <alan@linuxcare.com.au>
961
fc8c40a0
AM
962 * elflink.h (size_dynamic_sections): Don't create various tags if
963 .dynstr is excluded from the link. Don't set first dynsym entry
964 if dynsymcount is zero.
965 (elf_bfd_final_link): Don't try to swap out dynamic syms if
966 .dynsym excluded from the link. Don't try to write any dynamic
967 sections excluded from the link.
968
44852b19
AM
969 * elf.c (swap_out_syms): Handle global section symbols.
970
3e4554a2
DD
9712000-10-05 DJ Delorie <dj@redhat.com>
972
973 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
974 * coffcode.h (coff_set_alignment_hook): read extended reloc count
975 (coff_write_relocs): write extended reloc count
976 (coff_write_object_contents): account for extended relocs
977
fa152c49
JW
9782000-10-05 Jim Wilson <wilson@cygnus.com>
979
980 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
981 field.
982 * elf.c (_bfd_elf_make_section_from_shdr): Call the
983 elf_backend_section_flags function.
984 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
985 code.
986 (elf64_ia64_section_flags): New function containing flag conversion
987 code.
988 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
989 * elfxx-target.h (elf_backend_section_flags): Define.
990 (elfNN_bed): Initialize elf_backend_section_flags field.
991
36605136
AM
9922000-10-02 Alan Modra <alan@linuxcare.com.au>
993
994 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
995 _bfd_elf32_gc_record_vtable. Correct a comment.
996
4b6609a0
UC
9972000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
998
999 From Ralf Baechle <ralf@gnu.org>
1000
1001 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
1002 produces binaries with got[1] = 0x80000001 to differenciate them
1003 for the dynamic linker from the broken binaries produced by old
1004 versions.
36605136 1005
f572a39d
AM
10062000-09-30 Petr Sorfa <petrs@sco.com>
1007
1008 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
1009 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
1010 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
1011 * configure: Regenerate.
1012
4da81684
HPN
10132000-09-27 Hans-Peter Nilsson <hp@axis.com>
1014
1015 Define two bfd_targets for absence and presence of leading
1016 underscore on symbols. Make sure to only link same kind.
1017 * elf32-cris.c (cris_elf_object_p,
1018 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
1019 cris_elf_merge_private_bfd_data): New.
1020 (elf_backend_object_p, elf_backend_final_write_processing,
1021 bfd_elf32_bfd_print_private_bfd_data,
1022 bfd_elf32_bfd_merge_private_bfd_data): Define.
1023 <Target vector definition>: Include elf32-target.h twice with
1024 different macro settings:
1025 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
1026 bfd_elf32_us_cris_vec.
1027 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
1028 (elf_symbol_leading_char): First as 0, then '_'.
1029 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
1030 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
1031 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
1032 * configure: Regenerate.
1033 * targets.c: Declare bfd_elf32_us_cris_vec.
1034 * po/bfd.pot: Regenerate.
1035
9a5aca8c
AM
10362000-09-29 Momchil Velikov <velco@fadata.bg>
1037
1038 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
1039 R_ARM_THM_PC22 relocations.
1040
512a2384
AM
10412000-09-29 NIIBE Yutaka <gniibe@chroot.org>
1042
1043 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
1044
6c99a5c3
AM
10452000-09-29 Momchil Velikov <velco@fadata.bg>
1046
1047 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
1048 is has the SEC_HAS_CONTENTS flag set.
1049