]> Git Repo - binutils.git/blame - bfd/ChangeLog
Change bfd_target_vector from an array to a pointer
[binutils.git] / bfd / ChangeLog
CommitLineData
7340082d
NC
12001-02-07 Todd Vierling <[email protected]>
2
3 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
4 * libbfd.h (bfd_target_vector): Likewise.
5 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
6 make static; create pointer reference named bfd_target_vector.
7 (_bfd_target_vector_entries): Calculate this based on the array
8 typed _bfd_target_vector.
9
2719f880
L
102001-02-06 H.J. Lu <[email protected]>
11
12 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
13 internal symbols are not dynamic.
14 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
15
175aa013
NC
162001-02-06 Nick Clifton <[email protected]>
17
18 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
19 that it will not be pulled into the list of files that make up
20 po/POTFILES.in.
21 * Makefile.in: Regenerate.
22 * po/bfd.pot: Regenerate.
23
15e0ecd9
L
242001-02-06 H.J. Lu <[email protected]>
25
26 * bfd/peicode.h (coff_swap_filehdr_in): Remove the e_magic
27 checking.
28 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
29 external_PEI_IMAGE_hdr.
30
27def10f
KH
312001-02-06 Kazu Hirata <[email protected]>
32
33 * elf-m10200.c: Fix formatting.
34
a0f2e916
NC
352001-02-04 Nick Clifton <[email protected]>
36
37 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
38 rel, it will be handled later on.
39
d96031fb
NC
402001-02-02 Fred Fish <[email protected]>
41
42 * Makefile.in: Fix typo.
43
010ac81f
KH
442001-02-01 Kazu Hirata <[email protected]>
45
46 * elf-m10300.c: Fix formatting.
47
3fab46d0
AM
482001-01-30 Alan Modra <[email protected]>
49
50 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
51 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
52 (elf64_hppa_object_p): Set architecture and machine from elf
53 header flags.
3fab46d0 54
95404643
RH
552001-01-30 Curtis L. Janssen <[email protected]>
56
57 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
58 before mdebug.
59
8fb35fed
RH
602001-01-26 Richard Henderson <[email protected]>
61
62 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
63 for non-default visibility.
64 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
65 delete ugly macro and replace with pretty function.
66
a4f68544
NC
672001-01-25 Mark Elbrecht <[email protected]>
68
69 * coff-go32.c: Update copyright.
70 * coff-stgo32.c: Likewise.
71 * coff-go32.c (COFF_LONG_FILENAMES): Define.
72 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
73 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
74 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
75
c02e7c3e
KH
762001-01-25 Kazu Hirata <[email protected]>
77
78 * bfd-in2.h: Rebuild.
79 * libbfd.h: Likewise.
80
541389e2
L
812001-01-23 H.J. Lu <[email protected]>
82
83 * bfd-in2.h: Rebuild.
84
0007625f
L
852001-01-23 H.J. Lu <[email protected]>
86
87 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
88 is NULL or PRIV(vms_rec) is outside of the buffer.
89
b653e1b1
KH
902001-01-23 Kazu Hirata <[email protected]>
91
92 * coff64-rs6000.c: Fix formatting.
93 * coff-arm.c: Likewise.
94 * coffgen.c: Likewise.
95 * cofflink.c: Likewise.
96 * coff-mcore.c: Likewise.
97 * coff-mips.c: Likewise.
98 * coff-pmac.c: Likewise.
99 * coff-ppc.c: Likewise.
100 * coff-rs6000.c: Likewise.
101 * elf32.c: Likewise.
102 * elf32-fr30.c: Likewise.
103 * elf32-i370.c: Likewise.
104 * elf32-i860.c: Likewise.
105 * elf32-m32r.c: Likewise.
106 * elf32-m68k.c: Likewise.
107 * elf32-mcore.c: Likewise.
108 * elf32-ppc.c: Likewise.
109 * elf32-sh.c: Likewise.
110 * elf32-v850.c: Likewise.
111 * elf64-alpha.c: Likewise.
112 * elf64-sparc.c: Likewise.
113 * elflink.c: Likewise.
114 * elflink.h: Likewise.
115 * elf-m10200.c: Likewise.
116 * elf-m10300.c: Likewise.
117 * elfxx-ia64.c: Likewise.
118
3fde5a36
KH
119 * aoutx.h: Fix formatting.
120 * bfd.c: Likewise.
121 * bfd-in2.h: Likewise.
122 * bfd-in.h: Likewise.
123 * cpu-i386.c: Likewise.
124 * cpu-m68hc11.c: Likewise.
125 * dwarf2.c: Likewise.
126 * elf64-x86-64.c: Likewise.
127 * format.c: Likewise.
128 * freebsd.h: Likewise.
129 * hash.c: Likewise.
130 * hp300hpux.c: Likewise.
131 * hppabsd-core.c: Likewise.
132 * hpux-core.c: Likewise.
133
70256ad8
AJ
1342001-01-22 Bo Thorsen <[email protected]>
135
136 * elf64-x86-64.c: Added PIC support for X86-64.
137 (elf64_x86_64_link_hash_newfunc): Function added.
138 (elf64_x86_64_link_hash_table_create): Likewise.
139 (elf64_x86_64_check_relocs): Likewise.
140 (elf64_x86_64_gc_mark_hook): Likewise.
141 (elf64_x86_64_gc_sweep_hook): Likewise.
142 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
143 (elf64_x86_64_size_dynamic_sections): Likewise.
144 (elf64_x86_64_discard_copies): Likewise.
145 (elf64_x86_64_finish_dynamic_symbol): Likewise.
146 (elf64_x86_64_finish_dynamic_sections): Likewise.
147 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
148
ee0bebb8
AJ
1492001-01-21 Maciej W. Rozycki <[email protected]>
150
151 * Makefile.am (install-data-local): Make use of $(DESTDIR).
152 * Makefile.in: Regenerate.
153
2a38f751
KH
1542001-01-21 Kazu Hirata <[email protected]>
155
156 * coff-a29k.c: Fix formatting.
157
c8492176
L
1582001-01-19 H.J. Lu <[email protected]>
159
160 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
161 relocation section names.
162 (elf_i386_relocate_section): Report files with bad relocation
163 section names and return false.
164
a5377ec0
AJ
1652001-01-17 Bo Thorsen <[email protected]>
166
167 * targets.c: Alphabetize list of xvecs.
168
b352eebf
AM
1692001-01-14 Alan Modra <[email protected]>
170
d952f17a
AM
171 * config.bfd: Add linux target variant for elfxx-hppa.
172 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
173 bfd_elf64_hppa_linux_vec.
174 * configure: Regenerate.
175 * elf64-hppa.c: Include elf64-target.h again to support linux
176 target variant.
177 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
178 * elf32-hppa.c: Include elf32-target.h again to support linux
179 target variant.
180 (elf32_hppa_post_process_headers): New function.
181 (elf_backend_post_process_headers): Define.
182 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
183 bfd_elf32_hppa_linux_vec.
184
c46b7515
AM
185 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
186 and data_segment_base fields.
187 (elf32_hppa_link_hash_table_create ): Init them.
188 (elf32_hppa_check_relocs): Update comments.
189 (hppa_record_segment_addr): New function.
190 (elf32_hppa_relocate_section): Call it.
191 (final_link_relocate): Handle R_PARISC_SEGREL32.
192 (elf32_hppa_final_link): New function.
193 (bfd_elf32_bfd_final_link): Define to call it.
194 (hppa_unwind_entry_compare): New function.
195 * cache.c (bfd_open_file): Create files in write+read mode.
196
197 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
198 SEGREL32 and numerous other relocs. Change duplicate
199 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
200
d768008d
AM
201 * opncls.c (bfd_fdopenr): Add parens like the comment says around
202 O_ACCMODE.
203
150ccafb
AM
204 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
205 .plt entries for DT_INIT and DT_FINI.
206 (elf32_hppa_finish_dynamic_sections): Remove special handling of
207 DT_INIT and DT_FINI.
208
b352eebf
AM
209 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
210 offsets for stub .plt access if wide mode. Check offset in range.
211
b3b9a062
NC
2122001-01-13 Nick Clifton <[email protected]>
213
b7ed8fad
NC
214 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
215 line.
216
b3b9a062
NC
217 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
218 line.
219
6e0b89ee
AM
2202001-01-12 Alan Modra <[email protected]>
221
222 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
223 * configure: Regenerate.
224
0d2bcfaf
NC
2252001-01-11 Peter Targett <[email protected]>
226
227 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
228 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
229 * cpu-arc.c (arch_info_struct): Add entries for variants.
230 (bfd_arc_arch) Set default to bfd_mach_arc_5.
231 (arc_get_mach) Don't assume machine names prefixed arc- before
232 testing.
233 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
234 selections.
235 (arc_elf_final_write_processing) Likewise.
236 (ELF_MACHINE_CODE) Use EM_ARC.
237
c31c1f70
NC
2382001-01-10 Nick Clifton <[email protected]>
239
2758140b 240 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 241
5ad083e3
PB
2422001-01-07 Philip Blundell <[email protected]>
243
244 * README: Replace `[email protected]' with
245 `[email protected]'.
246
7eae7d22
KH
2472001-01-04 Kazu Hirata <[email protected]>
248
249 * som.c: Fix formatting.
250
509945ae
KH
2512001-01-03 Kazu Hirata <[email protected]>
252
3e932841
KH
253 * ecoffswap.h: Fix formatting.
254 * elf-bfd.h: Likewise.
255 * elfarm-nabi.c: Likewise.
256 * elfarm-oabi.c: Likewise.
257 * elfcode.h: Likewise.
258 * elfcore.h: Likewise.
259 * elflink.c: Likewise.
260 * elflink.h: Likewise.
261 * elfxx-ia64.c: Likewise.
262 * elfxx-target.h: Likewise.
263 * libbfd.c: Likewise
509945ae
KH
264 * linker.c: Likewise.
265 * lynx-core.c: Likewise.
266
892339ee
KH
2672001-01-02 Kazu Hirata <[email protected]>
268
269 * pc532-mach.c: Fix formatting.
270 * pe-arm.c: Likewise.
271 * pe-i386.c: Likewise.
272 * pe-mips.c: Likewise.
273 * pe-ppc.c: Likewise.
274 * pe-sh.c: Likewise.
275 * pei-mips.c: Likewise.
276 * pei-sh.c: Likewise.
ee91ed79 277 * peicode.h: Likewise.
892339ee
KH
278 * ppcboot.c: Likewise.
279 * ptrace-core.c: Likewise.
280
3d855632
KH
2812001-01-01 Kazu Hirata <[email protected]>
282
283 * reloc.c: Fix formatting.
284 * riscix.c: Likewise.
285 * rs6000-core.c: Likewise.
286 * xcoff-target.h: Likewise.
287
a77a9fef
HPN
2882000-12-29 Hans-Peter Nilsson <[email protected]>
289
290 * elfcode.h (elf_object_p): Also restore the bfd mach field on
291 error, by calling bfd_default_set_arch_mach with incoming
292 values.
293
558e161f
KH
2942000-12-26 Kazu Hirata <[email protected]>
295
296 * vaxnetbsd.c: Fix formatting.
297 * versados.c: Likewise.
298 * vms-gsd.c: Likewise.
299 * vms-hdr.c: Likewise.
300 * vms-misc.c: Likewise.
301
3c579812
AO
3022000-12-25 Alexandre Oliva <[email protected]>
303
304 * archive.c (coff_write_armap): Don't write more than symbol_count
305 `archive_member_file_ptr's.
306
672579e9
KH
3072000-12-25 Kazu Hirata <[email protected]>
308
309 * vms-tir.c: Fix formatting.
310
55f2d5ed
KH
3112000-12-23 Kazu Hirata <[email protected]>
312
313 * vms.c: Fix formatting.
314 * vms.h: Likewise.
315
23ccc829
NC
3162000-12-21 Santeri Paavolainen <[email protected]>
317
318 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
319
320 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
321
322 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
323 arithmetic.
324
325 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
326
327 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
328
8c603c85
NC
3292000-12-21 Richard Sandiford <[email protected]>
330
331 * libbfd.c (bfd_get_bits): Added
332 (bfd_put_bits): Likewise
333 * bfd-in.h: Declared the above.
334 * bfd-in2.h: Regenerated.
335
5bff4f56
KH
3362000-12-20 Kazu Hirata <[email protected]>
337
338 * targets.c: Fix formatting.
339 * tekhex.c: Likewise.
340 * trad-core.c: Likewise.
341
7b82c249
KH
3422000-12-19 Kazu Hirata <[email protected]>
343
344 * sco5-core.c: Fix formatting.
345 * section.c: Likewise.
346 * sparclinux.c: Likewise.
347 * sparclynx.c: Likewise.
348 * sparcnetbsd.c: Likewise.
349 * srec.c: Likewise.
350 * stabs.c: Likewise.
351 * stab-syms.c: Likewise.
352 * sunos.c: Likewise.
353 * syms.c: Likewise.
354 * sysdep.h: Likewise.
355
f78c5281
NC
3562000-12-18 Nick Clifton <[email protected]>
357
358 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
359 defined.
360 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
361 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
362
02b89dce
NC
3632000-12-18 Nick Clifton <[email protected]>
364
365 * vms-misc.c (_bfd_vms_get_record): Add default case to
366 file_format switch.
367
d20966a7
NC
3682000-12-15 Miloslav Trmac <[email protected]>
369
370 * elfcore.h (elf_core_file_p): Move to the start of the program
371 headers before attempting to read them.
372
6fa957a9
KH
3732000-12-14 Kazu Hirata <[email protected]>
374
375 * peigen.c: Fix formatting.
376 * som.c: Likewise.
377 * som.h: Likewise.
378
9602af51
KH
3792000-12-13 Kazu Hirata <[email protected]>
380
381 * peigen.c: Fix formatting.
382
514829c3
JW
3832000-12-12 Jim Wilson <[email protected]>
384
385 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
386
3a71aec8
NC
3872000-12-08 Mark Salter <[email protected]>
388
389 * binary.c (binary_set_section_contents): Ignore sections
390 with zero size.
391
1518639e
KH
3922000-12-12 Kazu Hirata <[email protected]>
393
394 * m68klinux.c: Fix formatting.
395 * m68knetbsd.c: Likewise.
396 * mipsbsd.c: Likewise.
397 * netbsd-core.c: Likewise.
398 * netbsd.h: Likewise.
399 * newsos3.c: Likewise.
400 * nlm32-alpha.c: Likewise.
401 * nlm32-i386.c: Likewise.
402 * nlm32-ppc.c: Likewise.
403 * nlm32-sparc.c: Likewise.
404 * nlmcode.h: Likewise.
405 * nlmswap.h: Likewise.
406 * nlm-target.h: Likewise.
407 * ns32knetbsd.c: Likewise.
408
b79e8c78
NC
4092000-12-10 Fred Fish <[email protected]>
410
d952f17a
AM
411 * elflink.h (elf_link_output_extsym): Don't complain about undefined
412 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 413
38b1a46c
NC
4142000-12-12 Nick Clifton <[email protected]>
415
416 * cpu-sh.c: Fix formattng.
417 * elf.c: Fix formattng.
418 * elf32-mips.c: Fix formattng.
419 * elf32-sh.c: Fix formattng.
420 * elf64-alpha.c: Fix formattng.
421
857ec808
NC
4222000-12-09 Nick Clifton <[email protected]>
423
424 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
425 dwarf2_find_line_info as last parameter to invocation of
426 _bfd_dwarf2_find_nearest_line.
427 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
428 dwarf2_find_line_info as last parameter to invocation of
429 _bfd_dwarf2_find_nearest_line.
430
51db3708
NC
4312000-12-08 Mark Elbrecht <[email protected]>
432
433 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
434 (BFD_LIBS): ...to here.
435 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
436 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
437 * Makefile.in: Regenerate.
438 * configure.in: Remove dwarf.lo from the elf shell variable.
439 * configure: Regenerate.
440 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
441 * libcoff.h: Regenerate.
d952f17a 442 * coffgen.c (coff_find_nearest_line): Call
857ec808 443 _bfd_dwarf2_find_nearest_line.
51db3708 444 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
445 accordingly.
446 (read_abbrevs): Likewise
447 (decode_line_info): Likewise.
448 (parse_comp_unit): Likewise.
449 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
450 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
451 * libbfd.h: Regenerate.
452 * elf.c (_bfd_elf_find_nearest_line): Update call.
453 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
454 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
455 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
456 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
457 (styp_to_sec_flags): Handle DWARF2 sections.
458 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
459 to _bfd_find_nearest_line.
460 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
461 call to _bfd_find_nearest_line.
d952f17a 462
435b1e90
KH
4632000-12-08 Kazu Hirata <[email protected]>
464
465 * coffgen.c: Fix formatting.
fe8bc63d 466 * elf-m10300.c: Likewise.
435b1e90
KH
467 * elf32-i386.c: Likewise.
468 * elf32-i960.c: Likewise.
469 * elf32-m68k.c: Likewise.
470 * elf32-mcore.c: Likewise.
471 * elf32-ppc.c: Likewise.
472 * elf32-sh.c: Likewise.
473 * elf32-sparc.c: Likewise.
474 * elf32-v850.c: Likewise.
fe8bc63d
KH
475 * elf64-alpha.c: Likewise.
476 * elf64-hppa.c: Likewise.
477 * elf64-mips.c: Likewise.
435b1e90 478 * elf64-sparc.c: Likewise.
435b1e90 479
8da6118f
KH
4802000-12-07 Kazu Hirata <[email protected]>
481
482 * elf32-ppc.c: Fix formatting.
483 * elf64-x86-64.c: Likewise.
484
a9922e52
UC
4852000-12-06 Ulf Carlsson <[email protected]>
486
487 From Ralf Baechle <[email protected]>
488
489 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
490 BFDs containing no sections or empty .text, .data or .bss sections
491 to be merged, regardless of their flags.
492
c3668558
KH
4932000-12-06 Kazu Hirata <[email protected]>
494
495 * elf32-m32r.c: Fix formatting.
496 * elf32-m68hc11.c: Likewise.
497 * elf32-m68hc12.c: Likewise.
498 * elf32-m68k.c: Likewise.
499 * elf32-mcore.c: Likewise.
500 * elf32-pj.c: Likewise.
501 * elf32-ppc.c: Likewise.
502
6609fa74
KH
5032000-12-05 Kazu Hirata <[email protected]>
504
505 * elf32-fr30.c: Fix formatting.
506 * elf32-hppa.c: Likewise.
507 * elf32-i370.c: Likewise.
508 * elf32-i386.c: Likewise.
509 * elf32-i860.c: Likewise.
510 * elf32-i960.c: Likewise.
511
a7c10850
KH
5122000-12-03 Kazu Hirata <[email protected]>
513
514 * elf32-arm.h: Fix formatting.
515 * elf32-avr.c: Likewise.
516 * elf32-cris.c: Likewise.
517 * elf32-d10v.c: Likewise.
518 * elf32-d30v.c: Likewise.
519 * elf-hppa.h: Likewise.
520 * elf-m10200.c: Likewise.
521 * elf-m10300.c: Likewise.
522
e7af610e
NC
5232000-12-01 Chris Demetriou <[email protected]>
524
d952f17a
AM
525 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
526 bfd_mach_mips32_4k. Update FIXME comment.
527 * archures.c (bfd_mach_mips32): New constant.
528 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
529 the latter, renumber it.
530 * bfd-in2.h (bfd_mach_mips32): New constant.
531 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
532 the latter, renumber it.
533 * cpu-mips.c (I_mips32): New constant.
534 (I_mips4K, I_mips32_4k): Rename the former to the latter.
535 (arch_info_struct): Add bfd_mach_mips32 entry, replace
536 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
537 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
538 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
539 with E_MIPS_MACH_MIPS32_4K.
540 (_bfd_mips_elf_final_write_processing): Replace
541 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
542 bfd_mach_mips32 case.
543 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
544 comparison with support for MIPS32.
545 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
546 MIPS32.
547
548 * aoutx.h (NAME(aout,machine_type)): Add cases for
549 bfd_mach_mips5 and bfd_mach_mips64.
550 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
551 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
552 * cpu_mips.c (I_mips5, I_mips64): New definitions.
553 (arch_info_struct): Add entries for bfd_mach_mips5 and
554 bfd_mach_mips64.
555 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
556 _bfd_mips_elf_print_private_bfd_data): Add cases for
557 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
558 (_bfd_mips_elf_final_write_processing): Add cases for
559 bfd_mach_mips5 and bfd_mach_mips64.
560
561 * bfd/aoutx.h (NAME(aout,machine_type)): Add a
562 bfd_mach_mips_sb1 case.
563 * bfd/archures.c (bfd_mach_mips_sb1): New constant.
564 * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant.
565 * bfd/cpu-mips.c (I_sb1): New constant.
566 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
567 * bfd/elf32-mips.c (elf_mips_mach): Add case for
568 E_MIPS_MACH_SB1.
569 (_bfd_mips_elf_final_write_processing): Add case for
570 bfd_mach_mips_sb1.
571
5722000-12-01 Joel Sherrill <[email protected]>
ddcfc5fc
NC
573
574 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
575 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
576 (sparc*-*-rtems*): Switched from a.out to ELF.
577
8d88c4ca 5782000-11-30 Jan Hubicka <[email protected]>
d952f17a
AM
579
580 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
581 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
582 (elf64-x86-64.lo): Add dependencies.
583 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
584 bfd_mach_x86_64_intel_syntax.
585 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
586 * config.bfd (x86_64): Add.
587 * configure.in: Add support for bfd_elf64_x86_64_vec.
588 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
589 (bfd_i386_arch, i8086_ar): Link in.
590 * elf64-x86-64.c: New file.
591 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
592 * targets.c (bfd_elf64_x86_64_vec): Add.
593 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 594
fbc4fff4
KH
5952000-11-30 Kazu Hirata <[email protected]>
596
597 * xcofflink.c: Fix formatting.
598
e60b52c6
KH
5992000-11-28 Kazu Hirata <[email protected]>
600
601 * aoutx.h: Fix formatting.
602 * bfd-in.h: Likewise.
603 * bfd-in2.h: Likewise.
604 * cache.c: Likewise.
605 * cisco-core.c: Likewise.
606 * coff64-rs6000.c: Likewise.
607 * coffcode.h: Likewise.
608 * coffswap.h: Likewise.
609 * corefile.c: Likewise.
be3ccd9c 610 * elf32-mips.c: Likewise.
e60b52c6 611
336eced2
KH
6122000-11-27 Kazu Hirata <[email protected]>
613
614 * aout-adobe.c: Fix formatting.
244148ad
KH
615 * coff64-rs6000.c: Likewise.
616 * coffgen.c: Likewise.
617 * cofflink.c: Likewise.
336eced2 618
d71f672e
PB
6192000-11-27 Philip Blundell <[email protected]>
620
621 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
622 (obj_coff_strings_written): New accessor macro for above.
623 * libcoff.h: Regenerate.
624 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
625 strings.
626 * coffcode.h (coff_write_object_contents): No need to write out
627 the string table if it's already been done.
628
bc7a577d
PB
6292000-11-22 Philip Blundell <[email protected]>
630
d952f17a 631 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
632 weak undefined symbols.
633
077b8428
NC
6342000-11-24 Nick Clifton <[email protected]>
635
636 * archures.c (bfd_mach_arm_5TE): Define.
637 (bfd_mach_arm+XScale): Define.
638 * bfd-in2.h: Regenerate.
639
640 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
641 BFD_RELOC_ARM_PCREL_BLX.
642
643 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
644 XScale machine numbers.
645
646 * config.bfd (xscale-elf): Add target.
647 (xscale-coff): Add target.
648
649 * cpu-arm.c: Add xscale machine name.
650 Add v5t, v5te and XScale machine numbers.
651
e9e41bd9
KH
6522000-11-23 Kazu Hirata <[email protected]>
653
654 * aix386-core.c: Fix formatting.
655
64bf6ae6
JW
6562000-11-22 Jim Wilson <[email protected]>
657
658 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
659 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
660 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
661 (ins_imms_scaled): Initialize sign_bit at function entry.
662 (elf64_ia64_operands): Add missing initializers.
663 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
664 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
665 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
666 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
667 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
668 parameters.
669 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
670 and free_extsyms at function entry.
671 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
672 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
673 (get_got): Delete unused local srel.
674 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
675 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 676
1abaf976
KH
6772000-11-21 Kazu Hirata <[email protected]>
678
6e301b2b
KH
679 * coff-a29k.c: Fix formatting.
680 * coff-h8500.c: Likewise.
681 * coff-i960.c: Likewise.
682 * coff-ppc.c: Likewise.
683 * coff-rs6000.c: Likewise.
684 * coff-stgo32.c: Likewise.
685 * coff-tic54x.c: Likewise.
686 * coff-w65.c: Likewise.
687 * cpu-h8500.c: Likewise.
688 * cpu-hppa.c: Likewise.
689 * cpu-ns32k.c: Likewise.
690 * ecoff.c: Likewise.
1abaf976
KH
691 * ecofflink.c: Likewise.
692
a0fc8ba1
NC
6932000-11-21 Nick Clifton <[email protected]>
694
695 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
696 remove possibility of infinite loop.
697
beb0d161
KH
6982000-11-20 Kazu Hirata <[email protected]>
699
700 * aix386-core.c: Fix formatting.
701 * aout-adobe.c: Likewise.
702 * aout-arm.c: Likewise.
703 * aout-encap.c: Likewise.
704 * aout-ns32k.c: Likewise.
705 * aout-target.h: Likewise.
706 * aout-tic30.c: Likewise.
707 * aoutf1.h: Likewise.
708 * aoutx.h: Likewise.
709 * archive.c: Likewise.
eb6e10cb
KH
710 * bfd-in.h: Likewise.
711 * bfd-in2.h: Likewise.
712 * bfd.c: Likewise.
713 * bout.c: Likewise.
beb0d161 714
2c2475db
JW
7152000-11-17 H.J. Lu <[email protected]>
716
717 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
718 pltoff entries for DT_INIT and DT_FINI.
719 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
720 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
721 entries.
722
18b27f17
RH
7232000-11-16 Richard Henderson <[email protected]>
724
725 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
726 (allocate_dynrel_entries): Likewise.
727 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
728 (set_pltoff_entry): Likewise.
729 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
730 (elfNN_ia64_reloc_type_lookup): Likewise.
731 (elfNN_ia64_install_value): Likewise.
732 (elfNN_ia64_relocate_section): Likewise.
733 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
734 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
735
98591c73
KH
7362000-11-16 Kazu Hirata <[email protected]>
737
71f6b586
KH
738 * cpu-a29k.c: Fix formatting.
739 * cpu-alpha.c: Likewise.
740 * cpu-arm.c: Likewise.
741 * cpu-avr.c: Likewise.
742 * cpu-d10v.c: Likewise.
743 * cpu-h8500.c: Likewise.
744 * cpu-hppa.c: Likewise.
745 * cpu-i370.c: Likewise.
746 * cpu-i386.c: Likewise.
747 * cpu-i960.c: Likewise.
748 * cpu-ia64-opc.c: Likewise.
749 * cpu-ia64.c: Likewise.
750 * cpu-m32r.c: Likewise.
751 * cpu-m68hc11.c: Likewise.
752 * cpu-m68hc12.c: Likewise.
753 * cpu-m68k.c: Likewise.
754 * cpu-m88k.c: Likewise.
755 * cpu-mips.c: Likewise.
756 * cpu-ns32k.c: Likewise.
757 * cpu-pj.c: Likewise.
758 * cpu-powerpc.c: Likewise.
759 * cpu-sh.c: Likewise.
760 * cpu-sparc.c: Likewise.
761 * cpu-tic54x.c: Likewise.
762 * cpu-v850.c: Likewise.
763 * cpu-vax.c: Likewise.
764 * cpu-w65.c: Likewise.
765 * cpu-we32k.c: Likewise.
766 * cpu-z8k.c: Likewise.
767 * dwarf1.c: Likewise.
98591c73
KH
768 * dwarf2.c: Likewise.
769
c5930ee6
KH
7702000-11-15 Kazu Hirata <[email protected]>
771
772 * coff-arm.c: Fix formatting.
773 * coff-ppc.c: Likewise.
774 * coff-rs6000.c: Likewise.
cbfe05c4
KH
775 * coff-sh.c: Likewise.
776 * coff-sparc.c: Likewise.
777 * coff-tic30.c: Likewise.
778 * coff-tic54x.c: Likewise.
779 * coff-tic80.c: Likewise.
780 * coff-w65.c: Likewise.
781 * coff-we32k.c: Likewise.
782 * coff-z8k.c: Likewise.
c5930ee6 783
dac544a8
RH
7842000-11-15 Richard Henderson <[email protected]>
785
786 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
787 section with the same ALLOC|LOAD flags as the source section.
788
c810873d
JJ
7892000-11-14 Jakub Jelinek <[email protected]>
790
791 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
792 by STO_ALPHA constants.
793
43646c9d
KH
7942000-11-14 Kazu Hirata <[email protected]>
795
796 * coff-pmac.c: Fix formatting.
797 * coff-ppc.c: Likewise.
798
051b8577
L
7992000-11-13 H.J. Lu <[email protected]>
800
801 * elflink.h (elf_link_add_object_symbols): Also add indirect
802 symbols for common symbols with the default version.
803
90460d97
PB
8042000-11-09 Philip Blundell <[email protected]>
805
806 * section.c (STD_SECTION): Set gc_mark flag.
807
b48499ec
KH
8082000-11-11 Kazu Hirata <[email protected]>
809
810 * coff-i960.c: Likewise.
811 * coff-m68k.c: Likewise.
812 * coff-m88k.c: Likewise.
813 * coff-mcore.c: Likewise.
814 * coff-mips.c: Likewise.
815
c5aeb40f
AO
8162000-11-11 Bernd Schmidt <[email protected]>
817
818 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
819
5fcfd273
KH
8202000-11-10 Kazu Hirata <[email protected]>
821
822 * coff-h8300.c: Fix formatting.
823 * coff-h8500.c: Likewise.
824 * coff-i386.c: Likewise.
825 * coff-i860.c: Likewise.
826 * coff-i960.c: Likewise.
827 * coff-ia64.c: Likewise.
828
047066e1
KH
8292000-11-09 Kazu Hirata <[email protected]>
830
831 * archive.c: Fix formatting.
832 * archures.c: Likewise.
833
9a951beb
RH
8342000-11-07 Richard Henderson <[email protected]>
835
836 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
837 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
838 * section.c (bfd_set_section_contents): Call memcpy if
839 section->contents set and location not equal to contents plus offset.
840
aebad5fe
KH
8412000-11-08 Kazu Hirata <[email protected]>
842
8546af74
KH
843 * bfd-in.h: Fix formatting.
844 * bfd-in2.h: Likewise.
845 * bfd.c: Likewise.
aebad5fe
KH
846 * binary.c: Likewise.
847 * bout.c: Likewise.
346ceb11
KH
848 * coff-a29k.c: Likewise.
849 * coff-alpha.c: Likewise.
850 * coff-apollo.c: Likewise.
851 * coff-aux.c: Likewise.
aebad5fe 852
0ef5a5bd
KH
8532000-11-07 Kazu Hirata <[email protected]>
854
855 * aix386-core.c: Fix formatting.
856 * aoutf1.h: Likewise.
857 * aoutx.h: Likewise.
858 * archures.c: Likewise.
859 * armnetbsd.c: Likewise.
860
d562d2fb
AM
8612000-11-07 Alan Modra <[email protected]>
862
863 * coff-h8300.c (special): Adjust reloc address.
864
bbe66d08
JW
8652000-11-06 Steve Ellcey <[email protected]>
866
4efc3e05 867 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
868 to differentiate elf32 and elf64 on ia64.
869 * bfd-in2.h: Regenerate.
870 * config.bfd: Add target for "ia64*-*-hpux*".
871 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
872 * configure: Regenerate.
4efc3e05 873 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
874 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
875
876 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
877 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
878 * Makefile.in: Regnerate.
4efc3e05 879 * elf64-ia64.c: Deleted.
bbe66d08
JW
880 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
881
c4dfa77f
KH
8822000-11-06 Kazu Hirata <[email protected]>
883
884 * aout-adobe.c: Fix formatting.
885 * aout-arm.c: Likewise.
886 * aout-cris.c: Likewise.
887 * aout-encap.c: Likewise.
888 * aout-ns32k.c: Likewise.
889 * aout-target.h: Likewise.
890 * aout-tic30.c: Likewise.
891
cf919dfd
PB
8922000-11-05 Philip Blundell <[email protected]>
893
894 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
895 BFDs containing no sections to be merged, regardless of their flags.
896
8972000-11-04 Philip Blundell <[email protected]>
898
899 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
900 if a relocation for an undefined symbol also results in an
901 overflow.
902
8d88c4ca 9032000-11-06 Christopher Faylor <[email protected]>
8848a8d0
CF
904
905 * config.bfd: Add support for Sun Chorus.
906
46d59bfa
DB
9072000-11-05 David O'Brien <[email protected]>
908
909 * configure.in: Recognize alpha-*-freebsd*.
910 * configure: Regenerate.
911
d952f17a 9122000-11-02 Luciano Gemme <[email protected]>
420496c1
NC
913
914 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
915 (Chunk): New global variable set by a parameter in objcopy.c.
916 (S3Forced): New global variable set by a parameter in
917 objcopy.c.
918 (srec_set_section_contents): If S3Forced is true, always generate
919 S3 records.
920 (srec_write_section): Use 'Chunk' to limit maximum length of S
921 records.
922
59ff2774
NC
9232000-11-02 Per Lundberg <[email protected]>
924
925 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
926 * Makefile.in: Regenerate.
927 * bfd-in2.h: Regenerate.
928 * po/bfd.pot: Regenerate.
d952f17a 929
ee43f35e
PB
9302000-10-31 Philip Blundell <[email protected]>
931
932 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
933 EF_SOFT_FLOAT if it is defined.
934
1006ba19
PB
9352000-10-27 Philip Blundell <[email protected]>
936
937 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
938 attempts to mix PIC code with non-PIC, just mark the output as
939 being position dependent.
d952f17a
AM
940 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
941 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 942 all mismatches, not just the first one.
d952f17a 943
c4920b97
NC
9442000-10-25 Chris Demetriou <[email protected]>
945
946 * ieee.c (ieee_archive_p): Plug one of many possible
947 memory leaks in error handling.
948
19f7b010
JJ
9492000-10-20 Jakub Jelinek <[email protected]>
950
951 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
952 elf32_sparc_object_p, elf32_sparc_final_write_processing):
953 Support v8plusb.
954 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
955 sparc64_elf_object_p): Support v9b.
956 * archures.c: Declare v8plusb and v9b machines.
957 * bfd-in2.h: Ditto.
958 * cpu-sparc.c: Ditto.
959
e1e0340b
GK
9602000-10-16 Geoffrey Keating <[email protected]>
961
ea5fbc67
GK
962 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
963 of a GOT reloc.
964
e1e0340b
GK
965 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
966 (SYMBOL_CALLS_LOCAL): New macro.
967 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
968 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
969 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
970 (ppc_elf_relocate_section): Use flag variable to determine
971 whether the relocation refers to a local symbol.
972 Test whether a PLTREL24 reloc will produce a reloc by looking
973 to see whether a PLT entry was made.
974
a4b120e1
GK
9752000-10-14 Geoffrey Keating <[email protected]>
976
977 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
978 entries that could serve as a definition for a weak symbol.
979
5af5b85b
UC
9802000-10-13 Ulf Carlsson <[email protected]>
981
982 From Ralf Baechle <[email protected]>
983
984 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
985 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
986 against local symbols.
987 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 988
3ef20aaa
AM
9892000-10-12 Alan Modra <[email protected]>
990
24376d1b
AM
991 * section.c (struct sec): Add kept_section.
992 (struct bfd_comdat_info): Remove sec, we can use above.
993 (STD_SECTION): Add initializer.
994 (bfd_make_section_anyway): Init here too.
995
996 * bfd-in2.h: Regenerate.
997
998 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 999 zeroing of `flags'.
24376d1b
AM
1000 (elf_link_input_bfd): Set all asection->symbol->value's here, and
1001 fudge values for discarded link-once section symbols.
1002
3ef20aaa
AM
1003 * elf64-hppa.c: Include alloca-conf.h
1004
c0e219cc
AM
10052000-10-11 Alan Modra <[email protected]>
1006
d01e2a23
AM
1007 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
1008
c0e219cc
AM
1009 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
1010
fe268b66
AM
10112000-10-10 Alan Modra <[email protected]>
1012
1013 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
1014
4d7ce4dd
AM
10152000-10-10 Tom Rix <[email protected]>
1016
d952f17a 1017 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
1018 newsect->symbol fails to alloc. Use bfd_release instead of free.
1019
f3b6f7c3
RH
10202000-10-09 Richard Henderson <[email protected]
1021
1022 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
1023 (elf64_ia64_unwind_entry_compare): New.
1024 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
1025
44852b19
AM
10262000-10-07 Alan Modra <[email protected]>
1027
fc8c40a0
AM
1028 * elflink.h (size_dynamic_sections): Don't create various tags if
1029 .dynstr is excluded from the link. Don't set first dynsym entry
1030 if dynsymcount is zero.
1031 (elf_bfd_final_link): Don't try to swap out dynamic syms if
1032 .dynsym excluded from the link. Don't try to write any dynamic
1033 sections excluded from the link.
1034
44852b19
AM
1035 * elf.c (swap_out_syms): Handle global section symbols.
1036
3e4554a2
DD
10372000-10-05 DJ Delorie <[email protected]>
1038
1039 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
1040 * coffcode.h (coff_set_alignment_hook): read extended reloc count
1041 (coff_write_relocs): write extended reloc count
1042 (coff_write_object_contents): account for extended relocs
1043
fa152c49
JW
10442000-10-05 Jim Wilson <[email protected]>
1045
1046 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
1047 field.
1048 * elf.c (_bfd_elf_make_section_from_shdr): Call the
1049 elf_backend_section_flags function.
1050 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
1051 code.
1052 (elf64_ia64_section_flags): New function containing flag conversion
1053 code.
1054 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
1055 * elfxx-target.h (elf_backend_section_flags): Define.
1056 (elfNN_bed): Initialize elf_backend_section_flags field.
1057
36605136
AM
10582000-10-02 Alan Modra <[email protected]>
1059
1060 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
1061 _bfd_elf32_gc_record_vtable. Correct a comment.
1062
4b6609a0
UC
10632000-10-01 Ulf Carlsson <[email protected]>
1064
1065 From Ralf Baechle <[email protected]>
1066
1067 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
1068 produces binaries with got[1] = 0x80000001 to differenciate them
1069 for the dynamic linker from the broken binaries produced by old
1070 versions.
36605136 1071
f572a39d
AM
10722000-09-30 Petr Sorfa <[email protected]>
1073
1074 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
1075 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
1076 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
1077 * configure: Regenerate.
1078
4da81684
HPN
10792000-09-27 Hans-Peter Nilsson <[email protected]>
1080
1081 Define two bfd_targets for absence and presence of leading
1082 underscore on symbols. Make sure to only link same kind.
1083 * elf32-cris.c (cris_elf_object_p,
1084 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
1085 cris_elf_merge_private_bfd_data): New.
1086 (elf_backend_object_p, elf_backend_final_write_processing,
1087 bfd_elf32_bfd_print_private_bfd_data,
1088 bfd_elf32_bfd_merge_private_bfd_data): Define.
1089 <Target vector definition>: Include elf32-target.h twice with
1090 different macro settings:
1091 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
1092 bfd_elf32_us_cris_vec.
1093 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
1094 (elf_symbol_leading_char): First as 0, then '_'.
1095 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
1096 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
1097 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
1098 * configure: Regenerate.
1099 * targets.c: Declare bfd_elf32_us_cris_vec.
1100 * po/bfd.pot: Regenerate.
1101
9a5aca8c
AM
11022000-09-29 Momchil Velikov <[email protected]>
1103
1104 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
1105 R_ARM_THM_PC22 relocations.
1106
512a2384
AM
11072000-09-29 NIIBE Yutaka <[email protected]>
1108
1109 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
1110
6c99a5c3
AM
11112000-09-29 Momchil Velikov <[email protected]>
1112
1113 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
1114 is has the SEC_HAS_CONTENTS flag set.
1115
b16885a1
HPN
1116