2001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2001-01-19 H.J. Lu <hjl@gnu.org>
2
3 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
4 relocation section names.
5 (elf_i386_relocate_section): Report files with bad relocation
6 section names and return false.
7
8 2001-01-17 Bo Thorsen <bo@suse.de>
9
10 * targets.c: Alphabetize list of xvecs.
11
12 2001-01-14 Alan Modra <alan@linuxcare.com.au>
13
14 * config.bfd: Add linux target variant for elfxx-hppa.
15 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
16 bfd_elf64_hppa_linux_vec.
17 * configure: Regenerate.
18 * elf64-hppa.c: Include elf64-target.h again to support linux
19 target variant.
20 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
21 * elf32-hppa.c: Include elf32-target.h again to support linux
22 target variant.
23 (elf32_hppa_post_process_headers): New function.
24 (elf_backend_post_process_headers): Define.
25 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
26 bfd_elf32_hppa_linux_vec.
27
28 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
29 and data_segment_base fields.
30 (elf32_hppa_link_hash_table_create ): Init them.
31 (elf32_hppa_check_relocs): Update comments.
32 (hppa_record_segment_addr): New function.
33 (elf32_hppa_relocate_section): Call it.
34 (final_link_relocate): Handle R_PARISC_SEGREL32.
35 (elf32_hppa_final_link): New function.
36 (bfd_elf32_bfd_final_link): Define to call it.
37 (hppa_unwind_entry_compare): New function.
38 * cache.c (bfd_open_file): Create files in write+read mode.
39
40 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
41 SEGREL32 and numerous other relocs. Change duplicate
42 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
43
44 * opncls.c (bfd_fdopenr): Add parens like the comment says around
45 O_ACCMODE.
46
47 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
48 .plt entries for DT_INIT and DT_FINI.
49 (elf32_hppa_finish_dynamic_sections): Remove special handling of
50 DT_INIT and DT_FINI.
51
52 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
53 offsets for stub .plt access if wide mode. Check offset in range.
54
55 2001-01-13 Nick Clifton <nickc@redhat.com>
56
57 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
58 line.
59
60 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
61 line.
62
63 2001-01-12 Alan Modra <alan@linuxcare.com.au>
64
65 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
66 * configure: Regenerate.
67
68 2001-01-11 Peter Targett <peter.targett@arccores.com>
69
70 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
71 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
72 * cpu-arc.c (arch_info_struct): Add entries for variants.
73 (bfd_arc_arch) Set default to bfd_mach_arc_5.
74 (arc_get_mach) Don't assume machine names prefixed arc- before
75 testing.
76 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
77 selections.
78 (arc_elf_final_write_processing) Likewise.
79 (ELF_MACHINE_CODE) Use EM_ARC.
80
81 2001-01-10 Nick Clifton <nickc@redhat.com>
82
83 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
84
85 2001-01-07 Philip Blundell <philb@gnu.org>
86
87 * README: Replace `bug-gnu-utils@gnu.org' with
88 `bug-binutils@gnu.org'.
89
90 2001-01-04 Kazu Hirata <kazu@hxi.com>
91
92 * som.c: Fix formatting.
93
94 2001-01-03 Kazu Hirata <kazu@hxi.com>
95
96 * ecoffswap.h: Fix formatting.
97 * elf-bfd.h: Likewise.
98 * elfarm-nabi.c: Likewise.
99 * elfarm-oabi.c: Likewise.
100 * elfcode.h: Likewise.
101 * elfcore.h: Likewise.
102 * elflink.c: Likewise.
103 * elflink.h: Likewise.
104 * elfxx-ia64.c: Likewise.
105 * elfxx-target.h: Likewise.
106 * libbfd.c: Likewise
107 * linker.c: Likewise.
108 * lynx-core.c: Likewise.
109
110 2001-01-02 Kazu Hirata <kazu@hxi.com>
111
112 * pc532-mach.c: Fix formatting.
113 * pe-arm.c: Likewise.
114 * pe-i386.c: Likewise.
115 * pe-mips.c: Likewise.
116 * pe-ppc.c: Likewise.
117 * pe-sh.c: Likewise.
118 * pei-mips.c: Likewise.
119 * pei-sh.c: Likewise.
120 * peicode.h: Likewise.
121 * ppcboot.c: Likewise.
122 * ptrace-core.c: Likewise.
123
124 2001-01-01 Kazu Hirata <kazu@hxi.com>
125
126 * reloc.c: Fix formatting.
127 * riscix.c: Likewise.
128 * rs6000-core.c: Likewise.
129 * xcoff-target.h: Likewise.
130
131 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
132
133 * elfcode.h (elf_object_p): Also restore the bfd mach field on
134 error, by calling bfd_default_set_arch_mach with incoming
135 values.
136
137 2000-12-26 Kazu Hirata <kazu@hxi.com>
138
139 * vaxnetbsd.c: Fix formatting.
140 * versados.c: Likewise.
141 * vms-gsd.c: Likewise.
142 * vms-hdr.c: Likewise.
143 * vms-misc.c: Likewise.
144
145 2000-12-25 Alexandre Oliva <aoliva@redhat.com>
146
147 * archive.c (coff_write_armap): Don't write more than symbol_count
148 `archive_member_file_ptr's.
149
150 2000-12-25 Kazu Hirata <kazu@hxi.com>
151
152 * vms-tir.c: Fix formatting.
153
154 2000-12-23 Kazu Hirata <kazu@hxi.com>
155
156 * vms.c: Fix formatting.
157 * vms.h: Likewise.
158
159 2000-12-21 Santeri Paavolainen <santtu@ssh.com>
160
161 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
162
163 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
164
165 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
166 arithmetic.
167
168 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
169
170 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
171
172 2000-12-21 Richard Sandiford <rsandifo@redhat.com>
173
174 * libbfd.c (bfd_get_bits): Added
175 (bfd_put_bits): Likewise
176 * bfd-in.h: Declared the above.
177 * bfd-in2.h: Regenerated.
178
179 2000-12-20 Kazu Hirata <kazu@hxi.com>
180
181 * targets.c: Fix formatting.
182 * tekhex.c: Likewise.
183 * trad-core.c: Likewise.
184
185 2000-12-19 Kazu Hirata <kazu@hxi.com>
186
187 * sco5-core.c: Fix formatting.
188 * section.c: Likewise.
189 * sparclinux.c: Likewise.
190 * sparclynx.c: Likewise.
191 * sparcnetbsd.c: Likewise.
192 * srec.c: Likewise.
193 * stabs.c: Likewise.
194 * stab-syms.c: Likewise.
195 * sunos.c: Likewise.
196 * syms.c: Likewise.
197 * sysdep.h: Likewise.
198
199 2000-12-18 Nick Clifton <nickc@redhat.com>
200
201 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
202 defined.
203 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
204 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
205
206 2000-12-18 Nick Clifton <nickc@redhat.com>
207
208 * vms-misc.c (_bfd_vms_get_record): Add default case to
209 file_format switch.
210
211 2000-12-15 Miloslav Trmac <mitr@volny.cz>
212
213 * elfcore.h (elf_core_file_p): Move to the start of the program
214 headers before attempting to read them.
215
216 2000-12-14 Kazu Hirata <kazu@hxi.com>
217
218 * peigen.c: Fix formatting.
219 * som.c: Likewise.
220 * som.h: Likewise.
221
222 2000-12-13 Kazu Hirata <kazu@hxi.com>
223
224 * peigen.c: Fix formatting.
225
226 2000-12-12 Jim Wilson <wilson@redhat.com>
227
228 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
229
230 2000-12-08 Mark Salter <msalter@redhat.com>
231
232 * binary.c (binary_set_section_contents): Ignore sections
233 with zero size.
234
235 2000-12-12 Kazu Hirata <kazu@hxi.com>
236
237 * m68klinux.c: Fix formatting.
238 * m68knetbsd.c: Likewise.
239 * mipsbsd.c: Likewise.
240 * netbsd-core.c: Likewise.
241 * netbsd.h: Likewise.
242 * newsos3.c: Likewise.
243 * nlm32-alpha.c: Likewise.
244 * nlm32-i386.c: Likewise.
245 * nlm32-ppc.c: Likewise.
246 * nlm32-sparc.c: Likewise.
247 * nlmcode.h: Likewise.
248 * nlmswap.h: Likewise.
249 * nlm-target.h: Likewise.
250 * ns32knetbsd.c: Likewise.
251
252 2000-12-10 Fred Fish <fnf@be.com>
253
254 * elflink.h (elf_link_output_extsym): Don't complain about undefined
255 symbols in shared objects if allow_shlib_undefined is true.
256
257 2000-12-12 Nick Clifton <nickc@redhat.com>
258
259 * cpu-sh.c: Fix formattng.
260 * elf.c: Fix formattng.
261 * elf32-mips.c: Fix formattng.
262 * elf32-sh.c: Fix formattng.
263 * elf64-alpha.c: Fix formattng.
264
265 2000-12-09 Nick Clifton <nickc@redhat.com>
266
267 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
268 dwarf2_find_line_info as last parameter to invocation of
269 _bfd_dwarf2_find_nearest_line.
270 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
271 dwarf2_find_line_info as last parameter to invocation of
272 _bfd_dwarf2_find_nearest_line.
273
274 2000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
275
276 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
277 (BFD_LIBS): ...to here.
278 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
279 (BFD_LIBS_CFILES): ...to here.
280 * Makefile.in: Regenerate.
281 * configure.in: Remove dwarf.lo from the elf shell variable.
282 * configure: Regenerate.
283 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
284 * libcoff.h: Regenerate.
285 * coffgen.c (coff_find_nearest_line): Call
286 _bfd_dwarf2_find_nearest_line.
287 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
288 accordingly.
289 (read_abbrevs): Likewise
290 (decode_line_info): Likewise.
291 (parse_comp_unit): Likewise.
292 (comp_unit_find_nearest_line): Likewise.
293 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
294 * libbfd.h: Regenerate.
295 * elf.c (_bfd_elf_find_nearest_line): Update call.
296 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
297 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
298 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
299 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
300 (styp_to_sec_flags): Handle DWARF2 sections.
301 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
302 to _bfd_find_nearest_line.
303 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
304 call to _bfd_find_nearest_line.
305
306 2000-12-08 Kazu Hirata <kazu@hxi.com>
307
308 * coffgen.c: Fix formatting.
309 * elf-m10300.c: Likewise.
310 * elf32-i386.c: Likewise.
311 * elf32-i960.c: Likewise.
312 * elf32-m68k.c: Likewise.
313 * elf32-mcore.c: Likewise.
314 * elf32-ppc.c: Likewise.
315 * elf32-sh.c: Likewise.
316 * elf32-sparc.c: Likewise.
317 * elf32-v850.c: Likewise.
318 * elf64-alpha.c: Likewise.
319 * elf64-hppa.c: Likewise.
320 * elf64-mips.c: Likewise.
321 * elf64-sparc.c: Likewise.
322
323 2000-12-07 Kazu Hirata <kazu@hxi.com>
324
325 * elf32-ppc.c: Fix formatting.
326 * elf64-x86-64.c: Likewise.
327
328 2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
329
330 From Ralf Baechle <ralf@gnu.org>
331
332 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
333 BFDs containing no sections or empty .text, .data or .bss sections
334 to be merged, regardless of their flags.
335
336 2000-12-06 Kazu Hirata <kazu@hxi.com>
337
338 * elf32-m32r.c: Fix formatting.
339 * elf32-m68hc11.c: Likewise.
340 * elf32-m68hc12.c: Likewise.
341 * elf32-m68k.c: Likewise.
342 * elf32-mcore.c: Likewise.
343 * elf32-pj.c: Likewise.
344 * elf32-ppc.c: Likewise.
345
346 2000-12-05 Kazu Hirata <kazu@hxi.com>
347
348 * elf32-fr30.c: Fix formatting.
349 * elf32-hppa.c: Likewise.
350 * elf32-i370.c: Likewise.
351 * elf32-i386.c: Likewise.
352 * elf32-i860.c: Likewise.
353 * elf32-i960.c: Likewise.
354
355 2000-12-03 Kazu Hirata <kazu@hxi.com>
356
357 * elf32-arm.h: Fix formatting.
358 * elf32-avr.c: Likewise.
359 * elf32-cris.c: Likewise.
360 * elf32-d10v.c: Likewise.
361 * elf32-d30v.c: Likewise.
362 * elf-hppa.h: Likewise.
363 * elf-m10200.c: Likewise.
364 * elf-m10300.c: Likewise.
365
366 2000-12-01 Chris Demetriou <cgd@sibyte.com>
367
368 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
369 bfd_mach_mips32_4k. Update FIXME comment.
370 * archures.c (bfd_mach_mips32): New constant.
371 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
372 the latter, renumber it.
373 * bfd-in2.h (bfd_mach_mips32): New constant.
374 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
375 the latter, renumber it.
376 * cpu-mips.c (I_mips32): New constant.
377 (I_mips4K, I_mips32_4k): Rename the former to the latter.
378 (arch_info_struct): Add bfd_mach_mips32 entry, replace
379 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
380 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
381 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
382 with E_MIPS_MACH_MIPS32_4K.
383 (_bfd_mips_elf_final_write_processing): Replace
384 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
385 bfd_mach_mips32 case.
386 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
387 comparison with support for MIPS32.
388 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
389 MIPS32.
390
391 * aoutx.h (NAME(aout,machine_type)): Add cases for
392 bfd_mach_mips5 and bfd_mach_mips64.
393 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
394 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
395 * cpu_mips.c (I_mips5, I_mips64): New definitions.
396 (arch_info_struct): Add entries for bfd_mach_mips5 and
397 bfd_mach_mips64.
398 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
399 _bfd_mips_elf_print_private_bfd_data): Add cases for
400 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
401 (_bfd_mips_elf_final_write_processing): Add cases for
402 bfd_mach_mips5 and bfd_mach_mips64.
403
404 * bfd/aoutx.h (NAME(aout,machine_type)): Add a
405 bfd_mach_mips_sb1 case.
406 * bfd/archures.c (bfd_mach_mips_sb1): New constant.
407 * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant.
408 * bfd/cpu-mips.c (I_sb1): New constant.
409 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
410 * bfd/elf32-mips.c (elf_mips_mach): Add case for
411 E_MIPS_MACH_SB1.
412 (_bfd_mips_elf_final_write_processing): Add case for
413 bfd_mach_mips_sb1.
414
415 2000-12-01 Joel Sherrill <joel@OARcorp.com>
416
417 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
418 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
419 (sparc*-*-rtems*): Switched from a.out to ELF.
420
421 2000-11-30 Jan Hubicka <jh@suse.cz>
422
423 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
424 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
425 (elf64-x86-64.lo): Add dependencies.
426 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
427 bfd_mach_x86_64_intel_syntax.
428 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
429 * config.bfd (x86_64): Add.
430 * configure.in: Add support for bfd_elf64_x86_64_vec.
431 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
432 (bfd_i386_arch, i8086_ar): Link in.
433 * elf64-x86-64.c: New file.
434 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
435 * targets.c (bfd_elf64_x86_64_vec): Add.
436 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
437
438 2000-11-30 Kazu Hirata <kazu@hxi.com>
439
440 * xcofflink.c: Fix formatting.
441
442 2000-11-28 Kazu Hirata <kazu@hxi.com>
443
444 * aoutx.h: Fix formatting.
445 * bfd-in.h: Likewise.
446 * bfd-in2.h: Likewise.
447 * cache.c: Likewise.
448 * cisco-core.c: Likewise.
449 * coff64-rs6000.c: Likewise.
450 * coffcode.h: Likewise.
451 * coffswap.h: Likewise.
452 * corefile.c: Likewise.
453 * elf32-mips.c: Likewise.
454
455 2000-11-27 Kazu Hirata <kazu@hxi.com>
456
457 * aout-adobe.c: Fix formatting.
458 * coff64-rs6000.c: Likewise.
459 * coffgen.c: Likewise.
460 * cofflink.c: Likewise.
461
462 2000-11-27 Philip Blundell <pb@futuretv.com>
463
464 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
465 (obj_coff_strings_written): New accessor macro for above.
466 * libcoff.h: Regenerate.
467 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
468 strings.
469 * coffcode.h (coff_write_object_contents): No need to write out
470 the string table if it's already been done.
471
472 2000-11-22 Philip Blundell <pb@futuretv.com>
473
474 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
475 weak undefined symbols.
476
477 2000-11-24 Nick Clifton <nickc@redhat.com>
478
479 * archures.c (bfd_mach_arm_5TE): Define.
480 (bfd_mach_arm+XScale): Define.
481 * bfd-in2.h: Regenerate.
482
483 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
484 BFD_RELOC_ARM_PCREL_BLX.
485
486 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
487 XScale machine numbers.
488
489 * config.bfd (xscale-elf): Add target.
490 (xscale-coff): Add target.
491
492 * cpu-arm.c: Add xscale machine name.
493 Add v5t, v5te and XScale machine numbers.
494
495 2000-11-23 Kazu Hirata <kazu@hxi.com>
496
497 * aix386-core.c: Fix formatting.
498
499 2000-11-22 Jim Wilson <wilson@redhat.com>
500
501 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
502 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
503 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
504 (ins_imms_scaled): Initialize sign_bit at function entry.
505 (elf64_ia64_operands): Add missing initializers.
506 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
507 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
508 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
509 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
510 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
511 parameters.
512 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
513 and free_extsyms at function entry.
514 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
515 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
516 (get_got): Delete unused local srel.
517 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
518 (elfNN_ia64_relocate_section): Delete unused local dynindx.
519
520 2000-11-21 Kazu Hirata <kazu@hxi.com>
521
522 * coff-a29k.c: Fix formatting.
523 * coff-h8500.c: Likewise.
524 * coff-i960.c: Likewise.
525 * coff-ppc.c: Likewise.
526 * coff-rs6000.c: Likewise.
527 * coff-stgo32.c: Likewise.
528 * coff-tic54x.c: Likewise.
529 * coff-w65.c: Likewise.
530 * cpu-h8500.c: Likewise.
531 * cpu-hppa.c: Likewise.
532 * cpu-ns32k.c: Likewise.
533 * ecoff.c: Likewise.
534 * ecofflink.c: Likewise.
535
536 2000-11-21 Nick Clifton <nickc@redhat.com>
537
538 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
539 remove possibility of infinite loop.
540
541 2000-11-20 Kazu Hirata <kazu@hxi.com>
542
543 * aix386-core.c: Fix formatting.
544 * aout-adobe.c: Likewise.
545 * aout-arm.c: Likewise.
546 * aout-encap.c: Likewise.
547 * aout-ns32k.c: Likewise.
548 * aout-target.h: Likewise.
549 * aout-tic30.c: Likewise.
550 * aoutf1.h: Likewise.
551 * aoutx.h: Likewise.
552 * archive.c: Likewise.
553 * bfd-in.h: Likewise.
554 * bfd-in2.h: Likewise.
555 * bfd.c: Likewise.
556 * bout.c: Likewise.
557
558 2000-11-17 H.J. Lu <hjl@gnu.org>
559
560 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
561 pltoff entries for DT_INIT and DT_FINI.
562 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
563 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
564 entries.
565
566 2000-11-16 Richard Henderson <rth@redhat.com>
567
568 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
569 (allocate_dynrel_entries): Likewise.
570 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
571 (set_pltoff_entry): Likewise.
572 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
573 (elfNN_ia64_reloc_type_lookup): Likewise.
574 (elfNN_ia64_install_value): Likewise.
575 (elfNN_ia64_relocate_section): Likewise.
576 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
577 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
578
579 2000-11-16 Kazu Hirata <kazu@hxi.com>
580
581 * cpu-a29k.c: Fix formatting.
582 * cpu-alpha.c: Likewise.
583 * cpu-arm.c: Likewise.
584 * cpu-avr.c: Likewise.
585 * cpu-d10v.c: Likewise.
586 * cpu-h8500.c: Likewise.
587 * cpu-hppa.c: Likewise.
588 * cpu-i370.c: Likewise.
589 * cpu-i386.c: Likewise.
590 * cpu-i960.c: Likewise.
591 * cpu-ia64-opc.c: Likewise.
592 * cpu-ia64.c: Likewise.
593 * cpu-m32r.c: Likewise.
594 * cpu-m68hc11.c: Likewise.
595 * cpu-m68hc12.c: Likewise.
596 * cpu-m68k.c: Likewise.
597 * cpu-m88k.c: Likewise.
598 * cpu-mips.c: Likewise.
599 * cpu-ns32k.c: Likewise.
600 * cpu-pj.c: Likewise.
601 * cpu-powerpc.c: Likewise.
602 * cpu-sh.c: Likewise.
603 * cpu-sparc.c: Likewise.
604 * cpu-tic54x.c: Likewise.
605 * cpu-v850.c: Likewise.
606 * cpu-vax.c: Likewise.
607 * cpu-w65.c: Likewise.
608 * cpu-we32k.c: Likewise.
609 * cpu-z8k.c: Likewise.
610 * dwarf1.c: Likewise.
611 * dwarf2.c: Likewise.
612
613 2000-11-15 Kazu Hirata <kazu@hxi.com>
614
615 * coff-arm.c: Fix formatting.
616 * coff-ppc.c: Likewise.
617 * coff-rs6000.c: Likewise.
618 * coff-sh.c: Likewise.
619 * coff-sparc.c: Likewise.
620 * coff-tic30.c: Likewise.
621 * coff-tic54x.c: Likewise.
622 * coff-tic80.c: Likewise.
623 * coff-w65.c: Likewise.
624 * coff-we32k.c: Likewise.
625 * coff-z8k.c: Likewise.
626
627 2000-11-15 Richard Henderson <rth@redhat.com>
628
629 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
630 section with the same ALLOC|LOAD flags as the source section.
631
632 2000-11-14 Jakub Jelinek <jakub@redhat.com>
633
634 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
635 by STO_ALPHA constants.
636
637 2000-11-14 Kazu Hirata <kazu@hxi.com>
638
639 * coff-pmac.c: Fix formatting.
640 * coff-ppc.c: Likewise.
641
642 2000-11-13 H.J. Lu <hjl@gnu.org>
643
644 * elflink.h (elf_link_add_object_symbols): Also add indirect
645 symbols for common symbols with the default version.
646
647 2000-11-09 Philip Blundell <pb@futuretv.com>
648
649 * section.c (STD_SECTION): Set gc_mark flag.
650
651 2000-11-11 Kazu Hirata <kazu@hxi.com>
652
653 * coff-i960.c: Likewise.
654 * coff-m68k.c: Likewise.
655 * coff-m88k.c: Likewise.
656 * coff-mcore.c: Likewise.
657 * coff-mips.c: Likewise.
658
659 2000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
660
661 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
662
663 2000-11-10 Kazu Hirata <kazu@hxi.com>
664
665 * coff-h8300.c: Fix formatting.
666 * coff-h8500.c: Likewise.
667 * coff-i386.c: Likewise.
668 * coff-i860.c: Likewise.
669 * coff-i960.c: Likewise.
670 * coff-ia64.c: Likewise.
671
672 2000-11-09 Kazu Hirata <kazu@hxi.com>
673
674 * archive.c: Fix formatting.
675 * archures.c: Likewise.
676
677 2000-11-07 Richard Henderson <rth@redhat.com>
678
679 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
680 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
681 * section.c (bfd_set_section_contents): Call memcpy if
682 section->contents set and location not equal to contents plus offset.
683
684 2000-11-08 Kazu Hirata <kazu@hxi.com>
685
686 * bfd-in.h: Fix formatting.
687 * bfd-in2.h: Likewise.
688 * bfd.c: Likewise.
689 * binary.c: Likewise.
690 * bout.c: Likewise.
691 * coff-a29k.c: Likewise.
692 * coff-alpha.c: Likewise.
693 * coff-apollo.c: Likewise.
694 * coff-aux.c: Likewise.
695
696 2000-11-07 Kazu Hirata <kazu@hxi.com>
697
698 * aix386-core.c: Fix formatting.
699 * aoutf1.h: Likewise.
700 * aoutx.h: Likewise.
701 * archures.c: Likewise.
702 * armnetbsd.c: Likewise.
703
704 2000-11-07 Alan Modra <alan@linuxcare.com.au>
705
706 * coff-h8300.c (special): Adjust reloc address.
707
708 2000-11-06 Steve Ellcey <sje@cup.hp.com>
709
710 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
711 to differentiate elf32 and elf64 on ia64.
712 * bfd-in2.h: Regenerate.
713 * config.bfd: Add target for "ia64*-*-hpux*".
714 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
715 * configure: Regenerate.
716 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
717 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
718
719 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
720 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
721 * Makefile.in: Regnerate.
722 * elf64-ia64.c: Deleted.
723 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
724
725 2000-11-06 Kazu Hirata <kazu@hxi.com>
726
727 * aout-adobe.c: Fix formatting.
728 * aout-arm.c: Likewise.
729 * aout-cris.c: Likewise.
730 * aout-encap.c: Likewise.
731 * aout-ns32k.c: Likewise.
732 * aout-target.h: Likewise.
733 * aout-tic30.c: Likewise.
734
735 2000-11-05 Philip Blundell <philb@gnu.org>
736
737 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
738 BFDs containing no sections to be merged, regardless of their flags.
739
740 2000-11-04 Philip Blundell <philb@gnu.org>
741
742 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
743 if a relocation for an undefined symbol also results in an
744 overflow.
745
746 2000-11-06 Christopher Faylor <cgf@cygnus.com>
747
748 * config.bfd: Add support for Sun Chorus.
749
750 2000-11-05 David O'Brien <obrien@FreeBSD.org>
751
752 * configure.in: Recognize alpha-*-freebsd*.
753 * configure: Regenerate.
754
755 2000-11-02 Luciano Gemme <ishitawa@yahoo.com>
756
757 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
758 (Chunk): New global variable set by a parameter in objcopy.c.
759 (S3Forced): New global variable set by a parameter in
760 objcopy.c.
761 (srec_set_section_contents): If S3Forced is true, always generate
762 S3 records.
763 (srec_write_section): Use 'Chunk' to limit maximum length of S
764 records.
765
766 2000-11-02 Per Lundberg <plundis@chaosdev.org>
767
768 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
769 * Makefile.in: Regenerate.
770 * bfd-in2.h: Regenerate.
771 * po/bfd.pot: Regenerate.
772
773 2000-10-31 Philip Blundell <philb@gnu.org>
774
775 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
776 EF_SOFT_FLOAT if it is defined.
777
778 2000-10-27 Philip Blundell <philb@gnu.org>
779
780 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
781 attempts to mix PIC code with non-PIC, just mark the output as
782 being position dependent.
783 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
784 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
785 all mismatches, not just the first one.
786
787 2000-10-25 Chris Demetriou <cgd@sibyte.com>
788
789 * ieee.c (ieee_archive_p): Plug one of many possible
790 memory leaks in error handling.
791
792 2000-10-20 Jakub Jelinek <jakub@redhat.com>
793
794 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
795 elf32_sparc_object_p, elf32_sparc_final_write_processing):
796 Support v8plusb.
797 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
798 sparc64_elf_object_p): Support v9b.
799 * archures.c: Declare v8plusb and v9b machines.
800 * bfd-in2.h: Ditto.
801 * cpu-sparc.c: Ditto.
802
803 2000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
804
805 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
806 of a GOT reloc.
807
808 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
809 (SYMBOL_CALLS_LOCAL): New macro.
810 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
811 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
812 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
813 (ppc_elf_relocate_section): Use flag variable to determine
814 whether the relocation refers to a local symbol.
815 Test whether a PLTREL24 reloc will produce a reloc by looking
816 to see whether a PLT entry was made.
817
818 2000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
819
820 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
821 entries that could serve as a definition for a weak symbol.
822
823 2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
824
825 From Ralf Baechle <ralf@gnu.org>
826
827 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
828 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
829 against local symbols.
830 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
831
832 2000-10-12 Alan Modra <alan@linuxcare.com.au>
833
834 * section.c (struct sec): Add kept_section.
835 (struct bfd_comdat_info): Remove sec, we can use above.
836 (STD_SECTION): Add initializer.
837 (bfd_make_section_anyway): Init here too.
838
839 * bfd-in2.h: Regenerate.
840
841 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
842 zeroing of `flags'.
843 (elf_link_input_bfd): Set all asection->symbol->value's here, and
844 fudge values for discarded link-once section symbols.
845
846 * elf64-hppa.c: Include alloca-conf.h
847
848 2000-10-11 Alan Modra <alan@linuxcare.com.au>
849
850 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
851
852 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
853
854 2000-10-10 Alan Modra <alan@linuxcare.com.au>
855
856 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
857
858 2000-10-10 Tom Rix <trix@redhat.com>
859
860 * section.c (bfd_make_section_anyway): Release newsect ptr when
861 newsect->symbol fails to alloc. Use bfd_release instead of free.
862
863 2000-10-09 Richard Henderson <rth@cygnus.com
864
865 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
866 (elf64_ia64_unwind_entry_compare): New.
867 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
868
869 2000-10-07 Alan Modra <alan@linuxcare.com.au>
870
871 * elflink.h (size_dynamic_sections): Don't create various tags if
872 .dynstr is excluded from the link. Don't set first dynsym entry
873 if dynsymcount is zero.
874 (elf_bfd_final_link): Don't try to swap out dynamic syms if
875 .dynsym excluded from the link. Don't try to write any dynamic
876 sections excluded from the link.
877
878 * elf.c (swap_out_syms): Handle global section symbols.
879
880 2000-10-05 DJ Delorie <dj@redhat.com>
881
882 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
883 * coffcode.h (coff_set_alignment_hook): read extended reloc count
884 (coff_write_relocs): write extended reloc count
885 (coff_write_object_contents): account for extended relocs
886
887 2000-10-05 Jim Wilson <wilson@cygnus.com>
888
889 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
890 field.
891 * elf.c (_bfd_elf_make_section_from_shdr): Call the
892 elf_backend_section_flags function.
893 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
894 code.
895 (elf64_ia64_section_flags): New function containing flag conversion
896 code.
897 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
898 * elfxx-target.h (elf_backend_section_flags): Define.
899 (elfNN_bed): Initialize elf_backend_section_flags field.
900
901 2000-10-02 Alan Modra <alan@linuxcare.com.au>
902
903 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
904 _bfd_elf32_gc_record_vtable. Correct a comment.
905
906 2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
907
908 From Ralf Baechle <ralf@gnu.org>
909
910 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
911 produces binaries with got[1] = 0x80000001 to differenciate them
912 for the dynamic linker from the broken binaries produced by old
913 versions.
914
915 2000-09-30 Petr Sorfa <petrs@sco.com>
916
917 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
918 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
919 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
920 * configure: Regenerate.
921
922 2000-09-27 Hans-Peter Nilsson <hp@axis.com>
923
924 Define two bfd_targets for absence and presence of leading
925 underscore on symbols. Make sure to only link same kind.
926 * elf32-cris.c (cris_elf_object_p,
927 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
928 cris_elf_merge_private_bfd_data): New.
929 (elf_backend_object_p, elf_backend_final_write_processing,
930 bfd_elf32_bfd_print_private_bfd_data,
931 bfd_elf32_bfd_merge_private_bfd_data): Define.
932 <Target vector definition>: Include elf32-target.h twice with
933 different macro settings:
934 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
935 bfd_elf32_us_cris_vec.
936 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
937 (elf_symbol_leading_char): First as 0, then '_'.
938 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
939 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
940 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
941 * configure: Regenerate.
942 * targets.c: Declare bfd_elf32_us_cris_vec.
943 * po/bfd.pot: Regenerate.
944
945 2000-09-29 Momchil Velikov <velco@fadata.bg>
946
947 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
948 R_ARM_THM_PC22 relocations.
949
950 2000-09-29 NIIBE Yutaka <gniibe@chroot.org>
951
952 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
953
954 2000-09-29 Momchil Velikov <velco@fadata.bg>
955
956 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
957 is has the SEC_HAS_CONTENTS flag set.
958
959 2000-09-28 Örjan Friberg <orjanf@axis.com>
960 Hans-Peter Nilsson <hp@axis.com>
961
962 * aout-cris.c (N_TXTADDR): Define.
963
964 2000-09-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
965
966 * som.c: Include alloca-conf.h.
967 * Makefile.am: "make dep-am"
968 * Makefile.in: Regenerate.
969
970 2000-09-27 Alan Modra <alan@linuxcare.com.au>
971
972 * elf32-hppa.c (plt_stub): New.
973 (PLT_STUB_ENTRY): Define.
974 (elf32_hppa_link_hash_table): Change multi_subspace to packed
975 boolean. Add need_plt_stub, has_12bit_branch and has_17bit_branch.
976 (elf32_hppa_link_hash_table_create): Init to suit.
977 (elf32_hppa_check_relocs): Set has_12bit_branch and
978 has_17bit_branch as appropriate.
979 (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
980 non-local functions.
981 (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
982 Add space for plt_stub as needed.
983 (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
984 functions at plt_stub.
985 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
986 (elf32_hppa_create_dynamic_sections): Leave .plt executable.
987
988 * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
989 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise. Use it instead
990 of fixed size, and if negative, disable handling of input sections
991 before stub section. Set up default stub group size depending
992 on detected branch relocs.
993 (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
994 ensure different offsets from sym_value aren't rounded to
995 different 2k blocks. Use lrsel and rrsel for other stubs too for
996 consistency rather than necessity.
997 (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
998 (final_link_relocate): Likewise.
999 (elf32_hppa_relocate_section): Likewise.
1000
1001 * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
1002 (_bfd_elf_hppa_gen_reloc_type): Generate them.
1003 (elf_hppa_final_link_relocate): Handle them.
1004 (elf_hppa_relocate_insn): Likewise.
1005 (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
1006
1007 2000-09-26 Hans-Peter Nilsson <hp@axis.com>
1008
1009 * elfcode.h (elf_object_p): Preserve and clear abfd section
1010 information. Restore at error.
1011
1012 2000-09-26 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1013
1014 * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
1015 is empty, make sure that its rva also 0. NT loader dislikes
1016 having otherwise.
1017
1018 2000-09-26 Steve Ellcey <sje@cup.hp.com>
1019
1020 * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
1021 global by default.
1022
1023 2000-09-21 Alan Modra <alan@linuxcare.com.au>
1024
1025 * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
1026 currently unused RELATIVE_DYNAMIC_RELOCS code.
1027 (hppa_discard_copies): Likewise.
1028 (elf32_hppa_size_stubs): Size `input_list' array correctly. Correct
1029 comments. Don't check non-code output sections for stub grouping.
1030
1031 2000-09-20 Alan Modra <alan@linuxcare.com.au>
1032
1033 * section.c (bfd_get_unique_section_name): Return NULL if
1034 bfd_malloc fails.
1035
1036 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1037
1038 * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
1039 instruction sequence to actually work.
1040 (elf_m68k_finish_dynamic_sections): Change the patch-in offset
1041 accordingly.
1042
1043 2000-09-18 Alexandre Oliva <aoliva@redhat.com>
1044
1045 * elf32-sh.c (sh_elf_relocate_section): Use
1046 _bfd_final_link_relocate to apply the relocation against a section
1047 symbol, when doing relocatable links.
1048
1049 2000-09-18 Alan Modra <alan@linuxcare.com.au>
1050
1051 * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
1052 to id_sec.
1053 (stub_hash_newfunc): Here too.
1054 (hppa_add_stub): And here.
1055 (elf32_hppa_link_hash_table): Remove stub_section_created,
1056 reloc_section_created, first_init_sec and first_fini_sec. Add
1057 stub_group.
1058 (elf32_hppa_link_hash_table_create): Init to suit.
1059 (hppa_get_stub_entry): Add support for grouping stub sections.
1060 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
1061 section code. Index stub vars by section->id.
1062 (elf32_hppa_size_stubs): Likewise. Remove duplicated function
1063 exit paths. Zap allocation of above removed vars. Refine
1064 link-once test.
1065
1066 * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
1067 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1068 (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
1069 rather than pointer to bfd_link_info.
1070 (hppa_add_stub): Likewise.
1071 (final_link_relocate): Likewise.
1072
1073 2000-09-17 David Huggins-Daines <dhd@linuxcare.com>
1074
1075 (elf32_hppa_size_stubs): Don't try to build stubs for discarded
1076 link-once sections.
1077
1078 2000-09-16 Alexandre Oliva <aoliva@redhat.com>
1079
1080 * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
1081 ld/emulparams/shelf.sh.
1082
1083 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1084
1085 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
1086 * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
1087 * bfd-in2.h: Regenerate.
1088
1089 2000-09-15 Kenneth Block <Kenneth.Block@compaq.com>
1090
1091 * bfd/elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
1092 LITUSE relocations incorrectly if -relax is specified on the ld
1093 command line and the displacement field of the load or store
1094 instruction is non-zero. (Patch by paul.winalski@compaq.com)
1095
1096 2000-09-15 Alan Modra <alan@linuxcare.com.au>
1097
1098 * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
1099 first_fini_sec here.
1100 (elf32_hppa_size_stubs): Instead correctly find the first .init
1101 and .fini section here.
1102
1103 2000-09-15 David Huggins-Daines <dhd@linuxcare.com>
1104
1105 * elf32-hppa.c (clobber_millicode_symbols): New function.
1106 (elf32_hppa_size_dynamic_sections): Call it.
1107
1108 2000-09-14 Alan Modra <alan@linuxcare.com.au>
1109
1110 * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
1111 packed. Add plabel, plt_abs packed booleans.
1112 (hppa_link_hash_newfunc): Init new fields.
1113 (PLABEL_PLT_ENTRY_SIZE): Define.
1114 (hppa_stub_name): Use size_t len vars.
1115 (hppa_add_stub): Likewise.
1116 (elf32_hppa_build_stubs): Likewise.
1117 (hppa_build_one_stub): Kill some compiler warnings.
1118 (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
1119 if dynamic linking. Munge the local plt offsets into
1120 local_got_refcounts. Set h->plabel for all global PLABELs. Use
1121 size_t len vars. Add assert for plabel addend.
1122 (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
1123 (elf32_hppa_hide_symbol): New function.
1124 (elf_backend_hide_symbol): Define.
1125 (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
1126 with h->plabel set. Don't make plt entries to have dynamic syms
1127 when they have been forced local. If plt entry is used by a
1128 plabel, make it PLABEL_PLT_ENTRY_SIZE.
1129 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
1130 Set up .plt offsets for local syms.
1131 (elf32_hppa_relocate_section): Initialise plt entries for local
1132 syms. Leave weak undefined plabels zero. Make global plabel
1133 relocs against function symbol, and leave the addend zero.
1134 Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
1135 (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
1136 non-dynamic syms. Init extra plt for plabels. Use *ABS* DIR32
1137 relocs instead of SEGREL32 for dynamic got relocs.
1138 (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
1139 (elf_backend_got_header_size): Adjust.
1140 (elf32_hppa_set_gp): Calculate an "ideal" LTP.
1141
1142 * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
1143 (hppa_type_of_stub): Use it instead of #if 0
1144 (hppa_discard_copies): Use it here too.
1145 (elf32_hppa_size_dynamic_sections): And here.
1146
1147 * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
1148 (elf32_hppa_link_hash_table_create): And here.
1149 (hppa_build_one_stub): And here. Instead keep track of stub
1150 offset using _raw_size.
1151 (elf32_hppa_size_stubs): Likewise.
1152 (elf32_hppa_build_stubs): Likewise.
1153 (hppa_size_one_stub): Likewise. Resize reloc section too.
1154
1155 * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
1156 first_fini_sec handling. Don't search for reloc section or set
1157 hplink->reloc_section_created here.
1158 (elf32_hppa_size_stubs): Instead search for reloc sections, and
1159 set reloc_section_created here.
1160 (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
1161 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
1162 and DT_FINI.
1163 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
1164
1165 * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
1166 with `hplink->root.'.
1167 (elf32_hppa_check_relocs): Likewise.
1168 (elf32_hppa_gc_sweep_hook): Likewise.
1169 (elf32_hppa_adjust_dynamic_symbol): Likewise.
1170 (hppa_handle_PIC_calls): Likewise.
1171 (elf32_hppa_size_dynamic_sections): Likewise.
1172 (elf32_hppa_set_gp): Likewise.
1173 (elf32_hppa_relocate_section): Likewise.
1174 (elf32_hppa_finish_dynamic_symbol): Likewise.
1175 (elf32_hppa_finish_dynamic_sections): Likewise.
1176
1177 From David Huggins-Daines <dhd@linuxcare.com>
1178 * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
1179 defined weak symbols in shared links.
1180 (final_link_relocate): Calls to defined weak symbols in shared
1181 objects must go via import stubs, as the target might not be known
1182 at link time.
1183
1184 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
1185
1186 * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
1187 R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
1188 R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
1189 the original entries with EMPTY_HOWTOs, and added new ones to fill
1190 in the gap.
1191 (sh_elf_info_to_howto): Make sure the new gap isn't used.
1192 (sh_elf_relocate_section): Likewise.
1193
1194 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1195
1196 * cpu-mips.c (arch_info_struct): Add mips:4K
1197 * bfd-in2.h (bfd_mach_mips4K): New define.
1198 * archures.c: Add bfd_mach_mips4K to comment.
1199 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
1200 E_MIPS_ARCH_2 for bfd_mach_mips4K.
1201
1202 2000-09-13 Marco Franzen <marcof@thyron.com>
1203
1204 * som.c (som_write_symbol_strings): Do not used fixed buffers,
1205 use size_t as a counter.
1206 (som_write_space_strings): Similarly.
1207
1208 2000-09-12 Jason Eckhardt <jle@cygnus.com>
1209
1210 * elf32-i860.c (elf32_i860_relocate_pc26): New function
1211 and prototype.
1212 (elf32_i860_relocate_section): Invoke new function from here.
1213
1214 2000-09-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1215
1216 * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
1217 static.
1218
1219 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1220
1221 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
1222 target section name instead of dumping core when the target symbol is
1223 undefined.
1224
1225 2000-09-09 Kazu Hirata <kazu@hxi.com>
1226
1227 * riscix.c: Remove DEFUN.
1228
1229 2000-09-08 Nick Clifton <nickc@redhat.com>
1230
1231 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
1232 initialise flags in output bfd if the input bfd is the default
1233 architecture with the default flags.
1234
1235 2000-09-08 Kazu Hirata <kazu@hxi.com>
1236
1237 * archive.c: Fix formatting.
1238 * coff-arm.c: Likewise.
1239 * doc/chew.c: Likewise.
1240
1241 2000-09-08 Alan Modra <alan@linuxcare.com.au>
1242
1243 * section.c (bfd_get_unique_section_name): Put a dot before the
1244 numeric suffix.
1245
1246 2000-09-07 Kazu Hirata <kazu@hxi.com>
1247
1248 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
1249 * elf.c: Fix formatting.
1250
1251 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
1252
1253 * config.bfd (sh-*-linux*): Added.
1254 * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
1255 * targets.c: Declare them.
1256 * elf32-sh-lin.c: New file.
1257 * Makefile.am: Compile it.
1258 * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
1259 * configure, Makefile.in: Rebuilt.
1260
1261 2000-09-06 Geoffrey Keating <geoffk@cygnus.com>
1262
1263 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
1264 pseduo-section when determining where the TOC ends.
1265
1266 * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
1267 output x_tvndx as it is only two bytes wide.
1268
1269 * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
1270 reloc is 26 or 32 bits wide.
1271
1272 * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
1273 for relocs that don't change anything. Also look at the full
1274 6 bits of bitsize.
1275
1276 2000-09-06 Philip Blundell <philb@gnu.org>
1277
1278 * config.bfd (arm*-*-uclinux*): New target.
1279
1280 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1281
1282 * configure: Rebuilt with new libtool.m4.
1283
1284 2000-09-06 Alan Modra <alan@linuxcare.com.au>
1285
1286 * section.c (bfd_get_unique_section_name): Avoid c++ reserved
1287 word for variable name.
1288 * bfd-in2.h: Regenerate.
1289
1290 2000-09-05 Nick Clifton <nickc@redhat.com>
1291
1292 * config.in: Regenerate.
1293 * libbfd.h: Regenerate.
1294 * po/bfd.pot: Regenerate.
1295 * doc/bfdint.texi: Remove CVS date string - it foils compares with
1296 local versions.
1297
1298 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
1299
1300 * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
1301
1302 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1303
1304 Shared library and PIC support.
1305 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
1306 (GOT_ENTRY_SIZE): New.
1307 (ELF_DYNAMIC_INTERPRETER): New.
1308 (STUB_SUFFIX): Define.
1309 (LONG_BRANCH_PIC_IN_SHLIB): Define.
1310 (RELATIVE_DYNAMIC_RELOCS): Define.
1311 (enum elf32_hppa_stub_type): New.
1312 (struct elf32_hppa_stub_hash_entry): Rename offset to
1313 stub_offset. Add a number of new fields.
1314 (struct elf32_hppa_link_hash_entry): New.
1315 (struct elf32_hppa_link_hash_table): Add numerous fields. Remove
1316 global_value.
1317 (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
1318 (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
1319 (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc. Init
1320 new fields.
1321 (hppa_link_hash_newfunc): New function.
1322 (elf32_hppa_link_hash_table_create): Use above function. Init new
1323 fields.
1324 (elf32_hppa_stub_name): Rename to hppa_stub_name. Pass in reloc
1325 instead of addend, and remove sym_name from args. Don't use
1326 symbol name for local syms, instead use sym index.
1327 (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
1328 stub type rather than size. Pass in hash and handle import stub
1329 case. Also pass in reloc instead of offset so we can calculate
1330 PCREL22F and PCREL12F branches properly.
1331 (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub. Build
1332 import and export stubs too.
1333 (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub. Handle
1334 import and export stub sizing.
1335 (elf32_hppa_check_relocs): New function.
1336 (elf32_hppa_adjust_dynamic_symbol): New function.
1337 (hppa_discard_copies): New function.
1338 (elf32_hppa_size_dynamic_sections): New function.
1339 (elf_backend_size_dynamic_sections): Define.
1340 (elf32_hppa_finish_dynamic_symbol): New function.
1341 (elf_backend_finish_dynamic_symbol): Define.
1342 (elf32_hppa_size_stubs): Stash params in link hash table, and move
1343 some local vars into the link hash table too. For shared links,
1344 trundle over function syms, generating export stubs. Handle
1345 PCREL22F branches. Break out stub creation code from here..
1346 (hppa_add_stub): .. to here. New function.
1347 (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
1348 call the bfd linker. Use elf_gp to record global pointer.
1349 Calculate a value from sections if $global$ is missing.
1350 (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
1351 (elf32_hppa_gc_mark_hook): New function.
1352 (elf_backend_gc_mark_hook): Define.
1353 (elf32_hppa_gc_sweep_hook): New function.
1354 (elf_backend_gc_sweep_hook): Define.
1355 (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
1356 Add rel to args, and remove howto, input_bfd, offset, addend,
1357 sym_name as we can recalculate these locally. Handle calls to
1358 dynamic objects, extra PIC relocs, PCREL22F branches. Change
1359 handling of undefined weak syms. Check that stubs are in range.
1360 Only look for import stubs on PCREL17F and PCREL22F relocs. Add
1361 message on hitting a DPREL21L reloc that needs fixing. Subtract
1362 off PC for PCREL14F. Break out code that does a stub lookup from
1363 here..
1364 (hppa_get_stub_entry): ..to here. New function.
1365 (elf32_hppa_relocate_insn): Merge into final_link_relocate.
1366 (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
1367 relocs, etc. etc.
1368 (elf32_hppa_finish_dynamic_sections): New function.
1369 (elf_backend_finish_dynamic_sections): Define.
1370 (elf_backend_final_write_processing) Define.
1371 (hppa_handle_PIC_calls): New function.
1372 (elf32_hppa_build_stubs): Call it. Pass link_info to
1373 hppa_build_one_stub.
1374 (elf32_hppa_create_dynamic_sections): New function
1375 to create .plt and .got then set .plt flags correctly.
1376 (elf_backend_create_dynamic_sections): Define.
1377 (elf32_hppa_object_p): New function.
1378 (elf_backend_object_p): Define.
1379 (elf32_hppa_elf_get_symbol_type): New function.
1380 (elf_backend_get_symbol_type): Define.
1381 (elf_backend_can_gc_sections): Define.
1382 (elf_backend_want_got_plt): Define.
1383 (elf_backend_plt_alignment): Set to 2.
1384 (elf_backend_plt_readonly): Define.
1385 (elf_backend_want_plt_sym): Define.
1386 (elf_backend_got_header_size): Reserve one entry.
1387
1388 * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
1389 (elf32_hppa_size_stubs): Pass in multi_subspace.
1390 (elf32_hppa_set_gp): Declare.
1391
1392 * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
1393 (bfd_get_unique_section_name): New function.
1394 * bfd_in2.h: Regenerate.
1395
1396 * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
1397 (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
1398 comment.
1399
1400 From David Huggins-Daines <dhd@linuxcare.com>
1401 * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
1402 (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
1403 (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
1404 been updated in finish_dynamic_symbol before modifying function
1405 symbol.
1406
1407 * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
1408 eight entries. Replace NULL with bfd_elf_generic_reloc. Add
1409 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
1410 (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*. Add some
1411 comments. Handle format == 12 for R_HPPA_PCREL_CALL.
1412 (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
1413 (elf_hppa_relocate_insn): Likewise. Reformat some comments.
1414 (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
1415
1416 From David Huggins-Daines <dhd@linuxcare.com>
1417 * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
1418 style of local labels as well.
1419
1420 2000-09-03 Philip Blundell <philb@gnu.org>
1421
1422 * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
1423 references to undefined symbols in debugging sections.
1424
1425 2000-09-02 H.J. Lu <hjl@gnu.org>
1426
1427 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1428 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
1429 BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
1430 section.
1431
1432 2000-09-02 Jason Eckhardt <jle@cygnus.com>
1433
1434 * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
1435 (elf32_i860_is_local_label_name): New function and prototype.
1436
1437 2000-09-02 Nick Clifton <nickc@redhat.com>
1438
1439 * configure.in: Increase version number to 2.10.91.
1440 * configure: Regenerate.
1441 * aclocal.m4: Regenerate.
1442 * config.in: Regenerate.
1443 * po/bfd.pot: Regenerate.
1444
1445 2000-09-02 Daniel Berlin <dberlin@redhat.com>
1446
1447 * elf.c (_bfd_elf_make_section_from_shdr): Add
1448 .gnu.linkobce.wi. to the list of debug section names.
1449
1450 2000-09-02 Nick Clifton <nickc@redhat.com>
1451
1452 * dwarf2.c (find_debug_info): New function: Locate a section
1453 containing dwarf2 debug information.
1454 (bfd_dwarf2_find_nearest_line): Find all sections containing
1455 debug information and include them in the stash.
1456
1457 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1458
1459 * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
1460 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
1461 (sh_reloc_map): Add new relocs.
1462 (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
1463 sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
1464 sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
1465 sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
1466 functions.
1467 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
1468 (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
1469 elf_sh_plt_entry_be, elf_sh_plt_entry_le,
1470 elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
1471 New array constants.
1472 (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
1473 New variables.
1474 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
1475 elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
1476 elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
1477 elf_sh_plt_reloc_offset): Define.
1478 (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
1479 elf_sh_link_hash_table): New structs.
1480 (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
1481 (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
1482 relocation types.
1483 (elf_backend_create_dynamic_sections,
1484 bfd_elf32_bfd_link_hash_table_create,
1485 elf_backend_adjust_dynamic_symbol,
1486 elf_backend_size_dynamic_sections,
1487 elf_backend_finish_dynamic_symbol,
1488 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1489 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1490 elf_backend_got_header_size, elf_backend_plt_header_size):
1491 Define.
1492 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1493 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
1494 New relocs.
1495 * bfd-in2.h, libbfd.h: Rebuilt.
1496
1497 2000-09-01 Alan Modra <alan@linuxcare.com.au>
1498
1499 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
1500 change.
1501
1502 2000-08-31 J"orn Rennecke <amylaar@cygnus.co.uk>
1503
1504 * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
1505 not initialized, set them to indicate the SH1 instruction set.
1506
1507 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1508
1509 * acinclude.m4: Include libtool and gettext macros from the
1510 top level.
1511 * aclocal.m4, configure: Rebuilt.
1512
1513 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
1514
1515 * elf.c: Eliminate references to __sparcv9 macro; replace with
1516 autoconf variables HAVE_PSINFO32_T etc.
1517 * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
1518 HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
1519 * config.in: Ditto.
1520 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
1521 detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
1522 * aclocal.m4: Ditto.
1523 * configure: Regenerate.
1524
1525 2000-08-27 Alan Modra <alan@linuxcare.com.au>
1526
1527 * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
1528 for any shared link, not just shared -Bsymbolic.
1529 (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
1530 any shared link, and pass link info to it.
1531 (elf_i386_size_dynamic_sections): Update comment.
1532 (elf_i386_discard_copies): Modify to discard relocs for symbols
1533 that have been forced local.
1534 (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
1535 that have been forced local.
1536
1537 2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com>
1538
1539 * elflink.h (elf_link_add_object_symbols): Allow common
1540 symbols to have an alignment of 1 if explicitly requested, and
1541 not overridden by other definitions.
1542
1543 2000-08-22 Doug Kwan <dkwan@transmeta.com>
1544
1545 * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
1546 * coffcode.h (coff_set_flags): Add detection of w65 architecture.
1547
1548 2000-08-22 H.J. Lu <hjl@gnu.org>
1549
1550 * elf-bfd.h (elf_link_hash_table): Add runpath.
1551
1552 * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
1553 * bfd-in2.h: Rebuilt.
1554
1555 * elf.c (_bfd_elf_link_hash_table_init): Initialize the
1556 "runpath" field to NULL.
1557 (bfd_elf_get_runpath_list): New function.
1558
1559 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
1560 DT_RUNPATH entries.
1561
1562 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
1563
1564 * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
1565 R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
1566 explicitly. Improve validation of r_type.
1567
1568 2000-08-21 H.J. Lu <hjl@gnu.org>
1569
1570 * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
1571 dynamic allocated content space. Add a comment to remind us that
1572 one day this ought to be fixed.
1573 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1574 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1575 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
1576
1577 2000-08-21 Jason Eckhardt <jle@cygnus.com>
1578
1579 * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
1580 field with the newly relocated value instead of adding it to the
1581 existing immediate field.
1582 (elf32_i860_relocate_splitn): Likewise.
1583 (elf32_i860_relocate_highadj): Likewise.
1584
1585 2000-08-16 Jason Eckhardt <jle@cygnus.com>
1586
1587 * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
1588 was previously just a stub).
1589
1590 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1591
1592 * elflink.c (_bfd_elf_create_got_section): Don't abort().
1593 Formatting fixes.
1594 (_bfd_elf_create_dynamic_sections): Likewise.
1595
1596 2000-08-16 Andrew Macleod <amacleod@cygnus.com>
1597
1598 * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
1599 for undefined symbols to be the beginning of the section.
1600
1601 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
1602 four extra entries at the beginning of the .rela.plt section.
1603 (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
1604 section to account for the four reserved entries in the .plt section.
1605
1606 2000-08-15 Geoffrey Keating <geoffk@cygnus.com>
1607
1608 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
1609 to the list of NOPs we recognize after a branch-and-link.
1610 Use the ori NOP when one is needed.
1611
1612 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
1613 for large archives.
1614
1615 2000-08-14 Jim Wilson <wilson@cygnus.com>
1616
1617 * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
1618 EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
1619 (elf64_ia64_print_private_bfd_data): Likewise. Also handle
1620 EF_IA_64_ABSOLUTE.
1621
1622 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
1623
1624 * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
1625
1626 2000-08-10 Jason Eckhardt <jle@cygnus.com>
1627
1628 * elf32-i860.c (elf32_i860_relocate_section): New function.
1629 (i860_final_link_relocate): New function.
1630 (elf32_i860_relocate_splitn): New function.
1631 (elf32_i860_relocate_pc16): New function.
1632 (elf32_i860_relocate_highadj): New function.
1633 (elf32_i860_howto): Minor adjustments to some relocations.
1634 (elf_info_to_howto_rel): Define.
1635 (elf_backend_relocate_section): Define.
1636
1637 2000-08-10 Nick Clifton <nickc@cygnus.com>
1638
1639 * elf32-arm.h: Fix formatting.
1640
1641 2000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
1642
1643 * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
1644
1645 2000-08-08 Jason Eckhardt <jle@cygnus.com>
1646
1647 * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
1648
1649 2000-08-07 Kazu Hirata <kazu@hxi.com>
1650
1651 * ieee.c (ieee_write_debug_part): Rewrite a comment.
1652 * elf64-ia64.c: Fix a typo.
1653
1654 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1655
1656 * elf32-i860 (elf32_i860_howto_table): New structure.
1657 (lookup_howto): New function.
1658 (elf32_i860_reloc_type_lookup): New function.
1659 (elf32_i860_info_to_howto_rela): New function.
1660 (elf_code_to_howto_index): New structure.
1661 (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
1662 (bfd_elf32_bfd_reloc_type_lookup): Re-define as
1663 elf32_i860_reloc_type_lookup.
1664
1665 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
1666
1667 * som.c (struct fixup_format): Constify `format'.
1668 (som_hppa_howto_table): Use SOM_HOWTO macro.
1669 (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
1670 (som_bfd_reloc_type_lookup): Likewise.
1671 (compare_subspaces): Remove unused `count1', `count2'.
1672 (som_begin_writing): Remove unused `total_reloc_size'.
1673 (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
1674 (som_print_symbol, som_bfd_is_local_label_name): Likewise.
1675 (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
1676 (som_find_nearest_line): Decorate unused parameter(s).
1677 (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
1678 (som_bfd_link_split_section): Likewise.
1679
1680 2000-08-03 Nick Clifton <nickc@cygnus.com>
1681
1682 * section.c: Restore backed out code.
1683 * elf.c: Restore backed out code.
1684 (copy_private_bfd_data): Fix bug preventing stipped dynamic
1685 binaries from working.
1686 * bfd-in2.h: Regenerate.
1687
1688 2000-08-03 H.J. Lu <hjl@gnu.org>
1689
1690 * section.c: Back out the change made by Nick Clifton
1691 <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
1692 binaries.
1693 * bfd-in2.h: Likewise.
1694 * elf.c: Likewise.
1695
1696 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
1697
1698 * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
1699
1700 2000-07-31 Jason Eckhardt <jle@cygnus.com>
1701
1702 * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
1703 * bfd-in2.h, libbfd.h: Regenerate.
1704
1705 2000-07-31 Nick Clifton <nickc@cygnus.com>
1706
1707 * section.c (struct sec): Add new boolean field 'segment_mark'.
1708 (STD_SECTION): Initialise new field to zero.
1709
1710 * bfd-in2.h: Regenerate.
1711
1712 * elf.c (copy_private_bfd_data): Reorganise section to segment
1713 mapping to cope with moved sections requiring new segments,
1714 and overlapping segments.
1715 (SEGMENT_END): New macro: Return the end address of a segment.
1716 (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
1717 contains a section by comparing their VMA addresses.
1718 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
1719 contains a section by comparing their LMA addresses.
1720 (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
1721 section should be included in a segment.
1722 (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
1723 follows another in memory.
1724 (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
1725 segments overlap.
1726
1727 2000-07-22 Jason Eckhardt <jle@cygnus.com>
1728
1729 * cpu-i860.c: Added comments.
1730
1731 * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
1732 bfd_elf32_i860_little_vec.
1733 (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
1734 (ELF_MAXPAGESIZE): Changed to 4096.
1735
1736 * targets.c (bfd_elf32_i860_little_vec): Declaration of
1737 new target.
1738 (bfd_target_vector): Added bfd_elf32_i860_little_vec.
1739
1740 * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
1741 config for little endian elf32 i860.
1742 (targ_defvec): Define for the new config above
1743 as "bfd_elf32_i860_little_vec".
1744 (targ_selvecs): Define for the new config above
1745 as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
1746
1747 * configure.in (bfd_elf32_i860_little_vec): Added recognition
1748 of new target vec.
1749
1750 * configure: Regenerated.
1751
1752 2000-07-27 H.J. Lu <hjl@gnu.org>
1753
1754 * elflink.h (elf_merge_symbol): Take one more argument,
1755 dt_needed, to indicate if the symbol comes from a DT_NEEDED
1756 entry. Don't overide the existing weak definition if dt_needed
1757 is true.
1758 (elf_link_add_object_symbols): Pass dt_needed to
1759 elf_merge_symbol ().
1760
1761 2000-07-27 Nick Clifton <nickc@cygnus.com>
1762
1763 * elflink.h (elf_link_size_reloc_section): Zeroes the section's
1764 allocated contents.
1765
1766 2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
1767
1768 * configure.host (*-*-aix*): AIX has 'long long' always.
1769
1770 * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
1771 (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
1772 (xcoff_write_archive_contents_big): Don't update the offset
1773 of the symbol table, xcoff_write_armap will do it.
1774
1775 2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
1776
1777 * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
1778 of dynobj for SGI_COMPAT checks.
1779
1780 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1781
1782 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
1783 * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
1784 * bfd-in2.h: Regenerate.
1785
1786 2000-07-21 Nick Clifton <nickc@cygnus.com>
1787
1788 * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
1789 range symbol indices in relocs and issue an error message.
1790
1791 2000-07-20 H.J. Lu <hjl@gnu.org>
1792
1793 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
1794 info->new_dtags when setting DT_FLAGS_1. It will only be set
1795 by the new linker options. It shouldn't break anything.
1796
1797 2000-07-20 H.J. Lu <hjl@gnu.org>
1798
1799 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
1800 only if info->new_dtags is true.
1801
1802 2000-07-20 H.J. Lu <hjl@gnu.org>
1803
1804 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
1805 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
1806
1807 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1808
1809 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
1810 (ALL_MACHINES_CFILES): Add cpu-cris.c.
1811 (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
1812 (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
1813 (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
1814 * Makefile.in: Rebuild.
1815 * aclocal.m4: Rebuild.
1816 * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
1817 * archures.c (enum bfd_architecture): Add bfd_arch_cris.
1818 (bfd_cris_arch): Declare.
1819 (bfd_archures_list): Add bfd_cris_arch.
1820 * bfd-in2.h: Rebuild.
1821 * config.bfd: (cris-*-*): New target.
1822 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
1823 * configure: Rebuild.
1824 * elf.c (prep_headers): Add bfd_arch_cris.
1825 * libbfd.h: Rebuild.
1826 * libaout.h (enum machine_type): Add M_CRIS.
1827 * reloc.c: Add CRIS relocations.
1828 * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
1829 (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
1830 * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
1831 * po/POTFILES.in, po/bfd.pot: Regenerate.
1832
1833 2000-07-19 H.J. Lu <hjl@gnu.org>
1834
1835 * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
1836 DF_TEXTREL if DT_TEXTREL is set.
1837 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1838 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1839 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1840 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
1841 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1842 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1843 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
1844 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
1845 * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
1846 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
1847
1848 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
1849 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
1850 DT_RPATH is set.
1851 Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
1852
1853 2000-07-19 H.J. Lu <hjl@gnu.org>
1854
1855 * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
1856 * bfd-in2.h: Rebuild.
1857
1858 * elf-bfd.h (elf_obj_tdata): Add dt_soname.
1859 (elf_dt_soname): New.
1860
1861 * elf.c (bfd_elf_set_dt_needed_soname): New.
1862
1863 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
1864 entry if the shared object loaded by DT_NEEDED is used to
1865 resolve the reference in a regular object.
1866
1867 2000-07-19 H.J. Lu <hjl@gnu.org>
1868
1869 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
1870 DT_DEPAUDIT and DT_AUDIT as strings.
1871
1872 2000-07-19 Nick Clifton <nickc@cygnus.com>
1873
1874 * format.c: Fix formatting.
1875
1876 2000-07-19 H.J. Lu <hjl@gnu.org>
1877
1878 * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
1879
1880 2000-07-19 H.J. Lu <hjl@gnu.org>
1881
1882 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
1883 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
1884 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
1885 DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
1886 DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
1887 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
1888 DT_FLAGS_1, DT_USED and DT_CHECKSUM.
1889
1890 2000-07-18 Andrew Cagney <cagney@b1.cygnus.com>
1891
1892 * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
1893 renamed functions from here...
1894 (assign_section_numbers): Use renamed functions.
1895 (prep_headers): Use renamed functions.
1896
1897 * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
1898 * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
1899 * bfd-in2.h: Regenerate.
1900
1901 2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
1902
1903 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
1904 parenthesis in if statement.
1905
1906 2000-07-17 Koundinya K <kk@ddeorg.soft.net>
1907
1908 Enable the support for Traditional MIPS.
1909 * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
1910 return ict_none appropriately for traditional mips targets.
1911 (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
1912 (STUB_MOVE): Conditionalize for traditonal mips.
1913 (STUB_LI16): Likewise.
1914 (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
1915 room for RTPROC header.
1916 (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
1917 the permission for the PT_DYNAMIC as read, write and execute.
1918 (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
1919 for traditonal mips.
1920 (_bfd_mips_elf_create_dynamic_sections): Add the symbol
1921 _DYNAMIC_LINKING for traditonal mips.
1922 (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
1923 in case of traditonal mips.
1924 (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
1925 entry is required. For a function if PLT is not required then set the
1926 corresponding hash table entry to 0.
1927 (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
1928 traditonal mips.
1929 (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
1930 shared object set the value to 0.
1931 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
1932 _DYNAMIC_LINKING for traditonal mips.
1933 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
1934 for traditonal mips.
1935
1936 2000-07-15 H.J. Lu <hjl@gnu.org>
1937
1938 * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
1939
1940 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1941
1942 * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
1943 out a structure that is BFD_IN_MEMORY.
1944
1945 2000-07-11 Alan Modra <alan@linuxcare.com.au>
1946
1947 * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
1948 bfd pointer. Print section id instead of bfd pointer for local
1949 syms. Prefix addend with `+' for global syms as well as local.
1950 Correct calculation of name component lengths.
1951 (elf64_hppa_check_relocs): Update call to get_dyn_name.
1952
1953 From David Huggins-Daines <dhd@linuxcare.com>
1954 * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
1955 * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
1956 (elf64_hppa_modify_segment_map): Likewise.
1957
1958 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
1959
1960 * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
1961 addresses to be "naturally" sign extended. Return -1 if unknown.
1962 * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
1963 * bfd-in2.h: Regenerate.
1964
1965 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
1966
1967 * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
1968 and ECOF_SIGNED_64 to list ways to extract an offset.
1969 (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
1970 ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
1971 Update.
1972 * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
1973 * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
1974
1975 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
1976
1977 * elfcode.h (elf_object_p): Use bfd_set_start_address and not
1978 bfd_get_start_address.
1979 (elf_swap_ehdr_in): Sign extend e_entry when applicable.
1980 (elf_swap_ehdr_out): Ditto.
1981
1982 2000-07-10 Alexander Aganichev <AAganichev@hypercom.com>
1983
1984 * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
1985 compatibility with older binutils.
1986
1987 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1988
1989 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
1990 (STD_SECTION): Avoid negative ids, instead use 0 to 3.
1991
1992 From Ryan Bradetich <rbradetich@uswest.net>
1993 * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
1994 (parse_line_table): Ditto.
1995 (_bfd_dwarf1_find_nearest_line): Ditto.
1996 * syms.c (cmpindexentry): Remove extra `*' from params.
1997
1998 2000-07-09 Koundinya K <kk@ddeorg.soft.net>
1999
2000 * elf32-mips.c (sort_dynamic_relocs): New Function.
2001 (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
2002 via qsort to sort the dynamic relocations in increasing r_symndx
2003 value.
2004
2005 2000-07-09 Alan Modra <alan@linuxcare.com.au>
2006
2007 * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
2008 ATTRIBUTE_UNUSED to unused args.
2009 (get_opd): Likewise.
2010 (get_plt): Likewise.
2011 (get_dlt): Likewise.
2012 (get_stub): Likewise.
2013 (elf64_hppa_adjust_dynamic_symbol): Likewise.
2014 (elf64_hppa_link_output_symbol_hook): Likewise.
2015 (elf64_hppa_check_relocs): Delete unused var.
2016 (elf64_hppa_size_dynamic_sections): Likewise.
2017 (elf64_hppa_finalize_opd): Likewise.
2018 (elf64_hppa_finalize_dynreloc): Likewise.
2019 (elf64_hppa_modify_segment_map): Likewise.
2020 (elf64_hppa_finish_dynamic_sections): Likewise.
2021
2022 * elf-hppa.h (elf_hppa_final_write_processing): Add
2023 ATTRIBUTE_UNUSED to unused args.
2024 (elf_hppa_final_link_relocate): Likewise.
2025 (elf_hppa_record_segment_addrs): Add paretheses.
2026 (elf_hppa_relocate_section): Constify dyn_name.
2027
2028 From David Huggins-Daines <dhd@linuxcare.com>
2029 * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
2030 rearrange case statement so that it gets preferred to 32-bit ones.
2031
2032 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
2033 asection->id instead of address of asection structure.
2034 (elf32_hppa_size_stubs): Likewise.
2035
2036 * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
2037 for .init* and .fini*.
2038
2039 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
2040 and addends used in stub names to 32 bits.
2041 (elf32_hppa_size_stubs): Likewise.
2042
2043 * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
2044 twice for R_PARISC_GPREL64. Use bfd_put_32 for R_PARISC_PCREL32,
2045 not bfd_put_64. Fix minor comment typo and formatting.
2046
2047 Changes to create multiple linker stubs, positioned immediately
2048 before the section where they are required.
2049 * elf32-hppa.c: Don't include hppa_stubs.h.
2050 (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
2051 (elf32_hppa_stub_hash_table): Delete.
2052 (elf32_hppa_link_hash_entry): Delete.
2053 (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
2054 stub_hash_table, and store the struct here rather than a pointer.
2055 Delete output_symbol_count. Add offset array. Change
2056 global_value to a bfd_vma.
2057 (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
2058 (elf32_hppa_stub_hash_traverse): Delete.
2059 (elf32_hppa_name_of_stub): Delete.
2060 (elf32_hppa_link_hash_lookup): Delete.
2061 (elf32_hppa_link_hash_traverse): Delete.
2062 (elf32_hppa_stub_hash_table_init): Delete.
2063 (elf32_hppa_size_of_stub): Pass input section and offset rather
2064 than location and calculate location here. Don't pass name as all
2065 stubs are now the same size.
2066 (elf32_hppa_stub_hash_newfunc): Init new fields.
2067 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
2068 too.
2069 (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
2070 comparing against ints. Rewrite stub handling code.
2071 (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
2072 Case enums to int before comparing against ints. Remove
2073 bfd_reloc_dangerous case.
2074 (elf32_hppa_build_one_stub): Rewrite.
2075 (elf32_hppa_size_one_stub): New function.
2076 (elf32_hppa_build_stubs): Rewrite.
2077 (elf32_hppa_size_stubs): Pass in linker call-back functions.
2078 Rewrite stub-handling specific code.
2079
2080 * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
2081
2082 * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
2083
2084 * hppa_stubs.h: Delete.
2085 * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
2086 (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
2087 * Makefile.in: Regenerate.
2088
2089 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
2090 e_nlrsel.
2091
2092 * libhppa.h (hppa_field_adjust): Correct e_nsel case.
2093
2094 * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
2095 and section name for bfd_reloc_notsupported error message.
2096 (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
2097 bfd_reloc_notsupported.
2098 (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
2099
2100 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
2101 undefined weak symbols for all relocs.
2102 (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
2103 offsets are relative to one past the delay slot.
2104 (elf32_hppa_size_stubs): Account for reloc addend when calculating
2105 branch destination. Put addend into stub name too.
2106 (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
2107 adjust by 8 when deciding whether a linker stub is needed. Put
2108 addend into stub name as for above.
2109
2110 * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
2111 various args and vars.
2112 (elf32_hppa_bfd_final_link_relocate): Here too.
2113 (elf32_hppa_size_stubs): Rename index -> indx. Use e_indx for
2114 inner block var to avoid shadowing.
2115
2116 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Make `field' arg
2117 unsigned.
2118 * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
2119 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
2120 (elf_hppa_fake_sections): Rename local var to avoid shadowing.
2121
2122 * libhppa.h: Change practically all unsigned ints to plain ints.
2123 Remove tests on gcc version. Instead use ATTRIBUTE_UNUSED for
2124 prototypes.
2125
2126 From Ryan Bradetich <rbradetich@uswest.net>
2127 * libhppa.h (hppa_opcode_type): New enum to replace #define's.
2128 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
2129 suit above.
2130 From David Huggins-Daines <dhd@linuxcare.com>
2131 * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
2132 to the new OP_* ones.
2133
2134 * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
2135 error exit. Bail out earlier on plabel relocs that we aren't
2136 interested in. Don't tell elf32_hppa_stub_hash_lookup to copy
2137 string, and then don't free our copy.
2138 (elf32_hppa_build_one_stub): Make insn unsigned int.
2139
2140 * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
2141 available with BL, not BE and BLE.
2142
2143 * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
2144 code for elf arg relocs.
2145 (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
2146 argument with elf_link_hash_entry h. Handle undefined weak
2147 symbols. Move $global$ lookup from here...
2148 (elf32_hppa_relocate_section): ...to here. Return correct error
2149 message for non-handled relocs.
2150 (elf32_hppa_size_of_stub): Correctly test branch range. Previous
2151 wrong test was -0x3ffff to +0x40000.
2152
2153 * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
2154 R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
2155 Handle them as such.
2156 (elf_hppa_relocate_insn): Fix a typo.
2157
2158 * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
2159 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2160 assemble_17, assemble_21): Delete.
2161 Supply defines for all 64 possible opcodes.
2162 (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
2163 formats. Handle COMICLR.
2164 (hppa_rebuild_insn): Delete bfd argument. Handle formats 10, -11,
2165 -10, -16, 16, 22.
2166
2167 * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
2168 (elf32_hppa_bfd_final_link_relocate): Major rewrite.
2169 (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
2170 to suit.
2171 (elf32_hppa_size_stubs): Don't free stub_name twice. Read in all
2172 the local syms - did this code get deleted accidentally? Ignore
2173 undefined and undefweak syms.
2174
2175 * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
2176 block. Use it instead of elf64_hppa_hash_table (info).
2177 (elf_hppa_final_link_relocate): Use hppa_info instead of
2178 elf64_hppa_hash_table (info).
2179
2180 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2181 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2182 (hppa_rebuild_insn): Mask immediate bits here instead.
2183 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2184
2185 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2186
2187 * section.c (struct sec): Add id field. Tidy comment formatting.
2188 (bfd_make_section_anyway): Set id.
2189 (STD_SECTION): Init id too.
2190 Change CONST to const throughout.
2191 * archures.c (bfd_arch_info): Tidy comment.
2192 (bfd_arch_list): Change a CONST to const.
2193 * libbfd-in.h: Tidy comments and replace CONST with const.
2194 * elf-bfd.h: Likewise.
2195 * libbfd.h: Regenerate.
2196 * bfd-in2.h: Regenerate.
2197 * libcoff.h: Regenerate.
2198
2199 2000-07-07 DJ Delorie <dj@redhat.com>
2200
2201 * archive.c (_bfd_write_archive_contents): Add an informative
2202 comment.
2203
2204 2000-07-06 Kazu Hirata <kazu@hxi.com>
2205
2206 * srec.c: Fix formatting.
2207
2208 2000-06-05 DJ Delorie <dj@redhat.com>
2209
2210 * MAINTAINERS: new
2211
2212 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
2213
2214 * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
2215 value of PC-relative offsets.
2216
2217 2000-07-03 Jim Wilson <wilson@cygnus.com>
2218
2219 * elf64-alpha.c (alpha_elf_size_info): New.
2220 (elf_backend_size_info): Define to alpha_elf_size_info.
2221 * elfcode.h (elf_size_info): Change hash bucket size to 4.
2222
2223 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
2224
2225 * elf32-mips.c: Include elf32-target.h again for the traditional
2226 MIPS targets.
2227
2228 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
2229
2230 * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
2231 Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
2232 (avr_info_to_howto_rela): Likewise.
2233 (elf32_avr_gc_mark_hook): Likewise.
2234 (elf32_avr_gc_sweep_hook): Likewise.
2235 (elf32_avr_relocate_section): Likewise.
2236
2237 2000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
2238
2239 * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
2240 an external symbol for a non-shared, non-relocatable link.
2241
2242 2000-07-03 Nick Clifton <nickc@redhat.com>
2243
2244 * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
2245 is an external symbol.
2246 (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
2247 external symbol.
2248
2249 2000-07-03 Kazu Hirata <kazu@hxi.com>
2250
2251 * reloc16.c: Fix formatting.
2252
2253 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2254
2255 * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
2256 to add a new target for traditional mips i.e
2257 bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
2258 * configure.in: Likewise.
2259 * configure: Rebuild.
2260 * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
2261 bfd_target_vector.
2262 (bfd_elf32_tradlittlemips_vec): Likewise.
2263 * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
2264 to see that elfNN_bed does not get redefined even if the target file
2265 is included twice for a chip. See elf32-mips.c.
2266
2267 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2268
2269 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2270 (CLEANFILES): Add DEPA.
2271 * Makefile.in: Regenerate.
2272
2273 2000-06-30 DJ Delorie <dj@cygnus.com>
2274
2275 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
2276 can't assume the PE header is at 0x80.
2277
2278 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
2279
2280 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
2281
2282 2000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
2283
2284 * go32stub.h: Update stub.
2285
2286 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2287
2288 * archures.c (bfd_mach_avr5): Define.
2289 * bfd-in2.h (bfd_mach_avr5): Define.
2290 * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
2291 bfd_mach_avr5, add bfd_mach_avr4. Update comments.
2292 (compatible): Update comment. Add missing test.
2293 * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
2294 for avr2 and avr4. Simplify 8K wrap code.
2295 (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
2296 (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
2297
2298 2000-06-26 Kazu Hirata <kazu@hxi.com>
2299
2300 * coff-h8300.c: Fix formatting.
2301 * cpu-h8300.c: Likewise.
2302
2303 2000-06-24 Alexandre Oliva <aoliva@redhat.com>
2304
2305 * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
2306 for local symbols whose names are unknown.
2307
2308 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2309
2310 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2311 find one.
2312 * Makefile.in: Regenerate.
2313 * doc/Makefile.in: Regenerate.
2314
2315 2000-06-20 H.J. Lu <hjl@gnu.org>
2316
2317 * Makefile.am: Rebuild dependency.
2318 * Makefile.in: Rebuild.
2319
2320 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2321
2322 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
2323 (elf_backend_copy_indirect_symbol): Map to the new function.
2324
2325 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2326
2327 * archive.c (normalize): Correct pointer comparison when checking
2328 for backslashes.
2329 (bfd_bsd_truncate_arname): Likewise.
2330 (bfd_gnu_truncate_arname): Likewise.
2331
2332 2000-06-20 Ulf Carlsson <ulfc@engr.sgi.com>
2333
2334 * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
2335 sections elf_{text,data}_{section,symbol}.
2336 * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
2337 (_bfd_mips_elf_hide_symbol): New function.
2338 (elf_backend_hide_symbol): Map to the new function.
2339 (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
2340 definitions of mips_elf_{text,data}_{section,symbol}.
2341 (mips_elf_local_relocation_p): Try to find the direct symbol
2342 based on new check_forced argument.
2343 (mips_elf_calculate_relocation): Use new version of
2344 mips_elf_local_relocation_p.
2345 (mips_elf_relocate_section): Likewise.
2346 (_bfd_mips_elf_relocate_section): Likewise.
2347 (mips_elf_sort_hash_table): Only assert that have enough GOT
2348 space.
2349 (mips_elf_got16_entry): Match all 32 bits to the existing GOT
2350 entry if the relocation based on the new external argument.
2351 (mips_elf_create_dynamic_relocation): Assert that we have a
2352 section contents allocated where we can swap out the dynamic
2353 relocations.
2354 (mips_elf_calculate_relocation): Find the real hash-table entry
2355 correctly by using h->root.root.type. Only create a dynamic
2356 relocation entry if the symbol is defined in a shared library.
2357 Create an external GOT entry for the GOT16 relocation if the
2358 symbol was forced local.
2359 (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
2360 dynamic index if the symbol was forced local.
2361
2362 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2363
2364 * elf32-mips.c: Fix typos in comments.
2365
2366 2000-06-19 Mark Kettenis <kettenis@gnu.org>
2367
2368 * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
2369 CORE_VERSION_1.
2370
2371 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2372
2373 * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
2374 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
2375 BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
2376 * configure.in (bfd_elf32_m68hc12_vec): Recognize.
2377 (bfd_elf32_m68hc11_vec): Likewise.
2378 * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
2379 Supports 68hc11 & 68hc12 at the same time.
2380 * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
2381 bfd_target_vector.
2382 (bfd_elf32_m68hc11_vec): Likewise.
2383 * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
2384 * archures.c (bfd_m68hc12_arch): Define and register in global list
2385 (bfd_m68hc11_arch): Likewise.
2386 * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
2387 BFD_RELOC_M68HC11_3B): Define.
2388 * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
2389 * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
2390
2391 2000-06-18 Ulf Carlsson <ulfc@engr.sgi.com>
2392
2393 * elf_bfd.h (struct elf_backend_data): Add info argument to
2394 elf_backend_hide_symbol.
2395 (_bfd_elf_link_hash_hide_symbol): Likewise.
2396 * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
2397 * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
2398 * elflink.h (elf_link_add_object_symbols): Likewise.
2399 (elf_link_assign_sym_version): Likewise.
2400
2401 2000-06-18 H.J. Lu <hjl@gnu.org>
2402
2403 * coff-i386.c (coff_i386_reloc): Don't return in case of
2404 output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
2405 Compensate PE relocations when linking with non-PE object
2406 files to generate a non-PE executable.
2407
2408 2000-06-17 Ulf Carlsson <ulfc@engr.sgi.com>
2409
2410 * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
2411 GOT entries if we're doing a static link or -Bsymbolic link.
2412
2413 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
2414
2415 * elflink.h (elf_link_adjust_relocs): Check for and call backend
2416 specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
2417 available.
2418 (elf_link_output_relocs): Likewise.
2419 (elf_reloc_link_order): Likewise.
2420
2421 2000-06-16 Nicholas Duffek <nsd@redhat.com>
2422
2423 * archures.c (enum bfd_architecture): #define constants for
2424 PowerPc and RS6000 machine numbers.
2425 * bfd-in2.h: Regenerate.
2426 * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
2427 to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc
2428 and RS6000 machine numbers using #defined constants from
2429 archures.c.
2430 * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
2431 machine numbers using #defined constants from archures.c. Add
2432 entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify
2433 64-bit words in 620 entry.
2434 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
2435 RSC, and RS2.
2436 (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
2437
2438 2000-06-16 Nicholas Duffek <nsd@cygnus.com>
2439
2440 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
2441 * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
2442 * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
2443
2444 2000-06-16 Nicholas Duffek <nsd@redhat.com>
2445
2446 * bfd-in.h (bfd_family_coff): Define.
2447 * bfd-in2.h: Regenerate.
2448 * coffgen.c (coff_count_linenumbers, coff_symbol_from,
2449 coff_find_nearest_line): Check COFFness using bfd_family_coff()
2450 instead of bfd_target_coff_flavour.
2451 * cofflink.c (_bfd_coff_final_link): Likewise.
2452 * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
2453 exclude XCOFF files.
2454 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
2455 Likewise.
2456 * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
2457 * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
2458 * xcofflink.c (XCOFF_XVECP): Delete.
2459 (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
2460 bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
2461 bfd_xcoff_record_link_assignment,
2462 bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
2463 check for bfd_target_xcoff_flavour.
2464
2465 2000-06-16 Nicholas Duffek <nsd@redhat.com>
2466
2467 * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
2468 files on AIX 4.3.
2469 (read_hdr): New function.
2470 (rs6000coff_core_p): Store mstsave or __context64 struct instead
2471 of trying to extract individual registers. Set abfd->arch_info
2472 to match the architecture that created the core file.
2473 (rs6000coff_get_section_contents): Delete.
2474 * xcoff-target.h (rs6000coff_get_section_contents): Delete.
2475
2476 2000-06-14 H.J. Lu <hjl@gnu.org>
2477
2478 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
2479 is NULL.
2480
2481 2000-06-13 H.J. Lu <hjl@gnu.org>
2482
2483 * configure: Regenerate.
2484
2485 2000-06-13 J"orn Rennecke <amylaar@cygnus.co.uk>
2486
2487 * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
2488 armpei_little_vec.
2489
2490 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2491
2492 * configure.in (VERSION): Update to show this is the CVS mainline.
2493
2494 2000-06-07 Alan Modra <alan@linuxcare.com.au>
2495
2496 * elf32-d10v.c: Include elf/d10v.h
2497 (enum reloc_type): Delete.
2498 * elf32-d30v.c: Include elf/d30v.h
2499 (enum reloc_type): Delete.
2500
2501 * Makefile.am: Run "make dep-am" to regenerate dependencies.
2502 * Makefile.in: Regenerate.
2503
2504 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
2505 (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
2506 move HOWTOs into elf_howto_table.
2507 (R_386_standard, R_386_ext_offset): Define.
2508 (R_386_ext, R_386_vt_offset, R_386_vt): Define.
2509 (elf_i386_reloc_type_lookup): Modify calculation of index into
2510 elf_howto_table since we've removed the padding.
2511 (elf_i386_info_to_howto_rel): Likewise.
2512 (elf_i386_relocate_section): Likewise.
2513
2514 2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
2515
2516 * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
2517
2518 2000-06-05 H.J. Lu <hjl@gnu.org>
2519
2520 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
2521 an error when seeing an undefined symbol with hidden/internal
2522 attribute. It is handled in *_relocate_section ().
2523
2524 2000-06-05 H.J. Lu <hjl@gnu.org>
2525
2526 * elflink.h (elf_fix_symbol_flags): Follow the link for the
2527 indirect symbol for the ELF_LINK_NON_ELF bit.
2528 (elf_link_output_extsym): Don't output the indirect symbol even
2529 if the ELF_LINK_NON_ELF bit is set.
2530
2531 2000-06-01 J.T. Conklin <jtc@redback.com>
2532
2533 * config.bfd (i[3456]86-*-netbsdelf*): New target.
2534 (i[3456]86-*-netbsdaout*): New target.
2535 (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
2536 (i[3456]86-*-openbsd*): Likewise.
2537
2538 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
2539
2540 * trad-core.c: From hpux-core.c, include <dirent.h> or
2541 <sys/ndir.h> when possible.
2542
2543 2000-05-31 Nick Clifton <nickc@cygnus.com>
2544
2545 * opintl.h (_(String)): Explain why dgettext is used instead
2546 of gettext.
2547
2548 2000-05-31 Ulrich Drepper <drepper@redhat.com>
2549
2550 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
2551 definitions. We must not assume they are sorted in the file
2552 according to their index numbers.
2553
2554 2000-05-31 Alan Modra <alan@linuxcare.com.au>
2555
2556 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
2557 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
2558 R_PARISC_DIR17F are for absolute branches; Handle them as such.
2559
2560 2000-05-30 Nick Clifton <nickc@cygnus.com>
2561
2562 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
2563 80960CA, 80960MC as valid machine names.
2564
2565 2000-05-30 H.J. Lu <hjl@gnu.org>
2566
2567 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
2568 visibility bits if the symbol is undefined. Correctly handle
2569 weak undefined symbols with hidden and internal attributes.
2570
2571 * elflink.h (elf_link_add_object_symbols): Always turn the
2572 symbol into local if it has the hidden or internal attribute.
2573
2574 2000-05-29 Philip Blundell <philb@gnu.org>
2575
2576 * ppcboot.c: Add packed attribute if compiling with GCC.
2577
2578 2000-05-29 Anatoly Vorobey <mellon@pobox.com>
2579
2580 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
2581
2582 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
2583
2584 * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
2585 elfcore_grok_psinfo): Add code to allow debugging a 32-bit
2586 corefile on a 64-bit (Sparc Solaris) host. Also clean up
2587 a few old comments.
2588
2589 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2590
2591 * Makefile.am: Update dependencies with "make dep-am"
2592 * Makefile.in: Regenerate.
2593
2594 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
2595 bindtextdomain): Replace defines with those from intl/libgettext.h
2596 to quieten gcc warnings.
2597
2598 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2599
2600 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
2601
2602 * archive.c (normalize, bfd_bsd_truncate_arname,
2603 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
2604 file names with backslashes.
2605
2606 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
2607 before opening it.
2608
2609 * sysdep.h: Include filenames.h.
2610
2611 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2612
2613 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
2614
2615 2000-05-26 Jakub Jelinek <jakub@redhat.com>
2616
2617 * elf64-sparc.c (sparc64_elf_relax_section): New.
2618 (sparc64_elf_relocate_section): Optimize tail call into branch always
2619 if possible.
2620 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2621 (elf32_sparc_relax_section): New.
2622
2623 2000-05-26 Jakub Jelinek <jakub@redhat.com>
2624
2625 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
2626 Remove unusued variables.
2627 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
2628 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
2629 previous fix, so that shared libs really don't influence targets
2630 extension mask and memory model.
2631
2632 2000-05-23 H.J. Lu <hjl@gnu.org>
2633
2634 * elf64-alpha.c (elf64_alpha_relocate_section): Check
2635 h->root.other not h->other.
2636 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
2637
2638 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
2639
2640 2000-05-23 H.J. Lu <hjl@gnu.org>
2641
2642 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
2643 undefined symbol with the non-default visibility attributes.
2644 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
2645 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
2646 * elf32-i370.c (i370_elf_relocate_section): Likewise.
2647 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2648 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
2649 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
2650 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2651 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2652 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2653 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
2654 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2655
2656 2000-05-22 Richard Henderson <rth@cygnus.com>
2657
2658 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
2659 PCREL22, PCREL64I. Zero size of special relocs.
2660 (elf64_ia64_reloc_type_lookup): Likewise.
2661 (USE_BRL, oor_brl, oor_ip): New.
2662 (elf64_ia64_relax_section): New.
2663 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
2664 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
2665 (elf64_ia64_relocate_section): Likewise.
2666 (bfd_elf64_bfd_relax_section): New.
2667 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
2668 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
2669 * bfd-in2.h, libbfd.h: Regenerate.
2670
2671 2000-05-22 Nick Clifton <nickc@cygnus.com>
2672
2673 * configure.in : Add peigen.lo to MIPS PE targets.
2674 * configure: Regenerate.
2675
2676 2000-05-22 Momchil Velikov <velco@fadata.bg>
2677
2678 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
2679 only if it is known for both input and output bfds. Separate
2680 error message strings as in some languages, it may be necessary
2681 to change more than one place in the string to change between
2682 'big' and 'little'.
2683
2684 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
2685 endianess checks, call _bfd_generic_verify_endian_match() instead.
2686
2687 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
2688
2689 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
2690
2691 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
2692 endianess before checking bfd flavours.
2693
2694 2000-05-22 H.J. Lu <hjl@gnu.org>
2695
2696 * elflink.h (elf_link_output_extsym): Clear the visibility
2697 field for symbols not defined locally.
2698
2699 2000-05-18 Alan Modra <alan@linuxcare.com.au>
2700
2701 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2702 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2703 (hppa_rebuild_insn): Mask immediate bits here instead.
2704 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2705
2706 2000-05-18 Momchil Velikov <velco@fadata.bg>
2707
2708 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
2709 relocs for an executable, ensure that they are virtual addresses.
2710
2711 2000-05-18 Jeffrey A Law (law@cygnus.com)
2712
2713 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
2714
2715 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2716 Rick Gorton <gorton@scrugs.lkg.dec.com>
2717
2718 * elflink.h: Add emitrelocations support: when enabled, relocation
2719 information and relocation sections are put into final output
2720 executables. If the emitrelocations flag is set, do the following:
2721 (elf_bfd_final_link): Emit relocation sections.
2722 (elf_link_input_bfd): Compute relocation section contents.
2723 (elf_gc_sections): Don't clean relocation sections.
2724
2725 2000-05-16 Catherine Moore <clm@cygnus.com>
2726
2727 * som.c (som_decode_symclass): Recognize weak symbols.
2728
2729 2000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
2730
2731 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
2732 read idata section only from dataoff.
2733 (pe_print_edata): Correctly check for valid eat_member.
2734
2735 2000-05-16 J"orn Rennecke <amylaar@cygnus.co.uk>
2736
2737 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
2738
2739 2000-05-14 Philip Blundell <philb@gnu.org>
2740
2741 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
2742
2743 2000-05-12 Alan Modra <alan@linuxcare.com.au>
2744
2745 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
2746
2747 * peigen.c (pe_print_idata): Look for .idata section and print
2748 info even if data directory has zero entries. Read idata section
2749 starting from dataoff, and adjust all data offsets to suit. Cast
2750 all bfd_vma vars to unsigned long before passing to fprintf.
2751 * peigen.c (pe_print_edata): Similarly, look for .edata section
2752 and print info even if data directory has zero entries. Cast
2753 all bfd_vma vars to unsigned long before passing to fprintf.
2754
2755 From Szabolcs Szakacsits <szaka@F-Secure.com>
2756 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
2757 directory size which may be bogus.
2758 * peigen.c (pe_print_edata): Similarly.
2759
2760 2000-05-09 Alan Modra <alan@linuxcare.com.au>
2761
2762 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
2763 section is empty.
2764 (copy_private_bfd_data): Allow for space possibly taken up by elf
2765 headers when calculating segment physical address from lma.
2766
2767 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2768
2769 * versados.c (versados_scan): Init stringlen and pass_2_done.
2770
2771 * trad-core.c (trad_unix_core_file_p): Return
2772 bfd_error_wrong_format rather than bfd_error_file_truncated.
2773
2774 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
2775 add_data_entry. DataDirectory virtual address is relative.
2776 (pe_print_idata): Account for relative DataDirectory virtual
2777 addresses. Don't trash datasize inside POWERPC_LE_PE code.
2778 (pe_print_edata): Similarly.
2779
2780 From Szabolcs Szakacsits <szaka@F-Secure.com>
2781 * peigen.c (dir_names): Add Delay Import Directory.
2782 (pe_print_idata): Always search for bfd section containing
2783 idata address rather than looking up section name. Print this
2784 section name rather than .idata.
2785 (pe_print_edata): Similarly. Also print some fields as %08lx.
2786 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
2787 Win32Version.
2788
2789 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
2790
2791 * xcoff.h: Rename to xcoff-target.h
2792 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
2793 * coff-rs6000.c: Ditto.
2794 * coff64-rs6000.c: Ditto.
2795 * coff-pmac.c: Ditto.
2796 * Makefile.in: Regenerate.
2797
2798 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
2799
2800 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
2801 Change U802TOC64MAGIC to U803XTOCMAGIC.
2802
2803 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
2804
2805 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
2806 * bfd-in.h: Prototype bfd_elf_get_arch_size.
2807 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
2808
2809 2000-05-04 Alan Modra <alan@linuxcare.com.au>
2810
2811 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
2812
2813 2000-05-03 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2814
2815 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
2816 hidden and internal symbols.
2817 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
2818 visibility.
2819 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
2820 assign a PLT or GOT entry to symbols with hidden and
2821 internal visibility.
2822
2823 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
2824
2825 * bfd/coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
2826 the .bss section.
2827 * bfd/coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2828
2829 2000-05-02 H.J. Lu <hjl@gnu.org>
2830
2831 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
2832 ELFOSABI_SYSV.
2833
2834 2000-05-02 Alan Modra <alan@linuxcare.com.au>
2835
2836 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
2837 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
2838 dependencies.
2839 * Makefile.in: Regenerate.
2840
2841 2000-05-01 Jim Wilson <wilson@cygnus.com>
2842
2843 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
2844 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
2845 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
2846 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
2847 * Makefile.in: Rebuild.
2848
2849 2000-05-02 Alan Modra <alan@linuxcare.com.au>
2850
2851 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
2852 doesn't work very well.
2853
2854 * elf-hppa.h (elf_hppa_internal_shdr): Define.
2855 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
2856 Set hdr->s_type to 1 if ARCH_SIZE == 32.
2857 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
2858 (elf_hppa_info_to_howto): Likewise.
2859 (elf_hppa_info_to_howto_rel): Likewise.
2860 (elf_hppa_reloc_type_lookup): Likewise.
2861 (elf_hppa_is_local_label_name): Likewise.
2862 (elf_hppa_fake_sections): Likewise.
2863 (elf_hppa_final_write_processing): Likewise.
2864 (elf_hppa_howto_table): Fully initialise all entries.
2865 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
2866 (elf_hppa_info_to_howto): Likewise.
2867 (elf_hppa_info_to_howto_rel): Likewise.
2868 (elf_hppa_reloc_type_lookup): Likewise.
2869 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
2870 elf_hppa_unmark_useless_dynamic_symbols,
2871 elf_hppa_remark_useless_dynamic_symbols,
2872 elf_hppa_record_segment_addrs, elf_hppa_final_link,
2873 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
2874 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
2875 elf32-hppa.c mess is cleaned up.
2876 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
2877 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
2878 r_field then call hppa_field_adjust inline func with variable
2879 r_field arg, instead call hppa_field_adjust with fixed arg.
2880 In case R_PARISC_PCREL22F, don't set r_field.
2881 (elf_hppa_relocate_insn): Change args and return type to unsigned
2882 int. Call re_assemble_* funcs to do the work.
2883
2884 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
2885 sign extending.
2886
2887 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
2888 extending.
2889 (sign_extend): Mask first before sign extending.
2890 (low_sign_extend): Rewrite without condition expression.
2891 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
2892 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
2893 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2894 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
2895 result as function return value rather than through pointer arg.
2896 Accept unsigned int args, and return unsigned int.
2897 (re_assemble_3): New. Combines function of dis_assemble_3 with
2898 re-assembly of opcode and immediate.
2899 (re_assemble_12): Likewise.
2900 (re_assemble_16): Likewise.
2901 (re_assemble_17): Likewise.
2902 (re_assemble_21): Likewise.
2903 (re_assemble_22): Likewise.
2904 (hppa_field_adjust): Rewrite and document, paying attention to
2905 size of types and signed/unsigned issues.
2906 (get_opcode): Shift before masking.
2907 (FDLW): Rename to FLDW.
2908 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
2909 (hppa_rebuild_insn): Change args and return value to unsigned
2910 int. Make use of re_assemble_*. Correct case 11.
2911
2912 * dep-in.sed: Handle ../opcodes/.
2913 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
2914 elf64-hppa.h, hppa_stubs.h, xcoff.h.
2915 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
2916 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
2917 elfarm-nabi.lo dependencies outside of auto-dependency area.
2918 Regenerate dependencies.
2919 * Makefile.in: Regenerate.
2920
2921 * configure.in (TRAD_HEADER): Test non-null before
2922 AC_DEFINE_UNQUOTED.
2923 * configure: Regenerate.
2924
2925 * reloc.c: Fix mis-spelling in comment.
2926
2927 2000-05-01 Alan Modra <alan@linuxcare.com.au>
2928
2929 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
2930 * vms.c (vms_openr_next_archived_file): Return NULL.
2931
2932 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
2933
2934 * coffcode.h Copy changes mistakenly done to libcoff.h in
2935 4/24/2000 patch.
2936
2937 2000-04-29 Andreas Jaeger <aj@suse.de>
2938
2939 * libbfd-in.h: Correctly check GCC version.
2940 * bfd-in.h: Likewise.
2941 * libhppa.h: Likewise.
2942 * libbfd.h: Regenerate.
2943 * bfd-in2.h: Regenerate.
2944
2945 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
2946
2947 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
2948 coffdu-rs6000.{lo,c}.
2949 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
2950 on xcoff.h
2951 * Makefile.in: Regenerate.
2952 * xcoff.h: New file.
2953 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
2954 * coff-rs6000.c: Move all declarations and defines that are
2955 common to the xcoff backends into xcoff.h
2956 * coff64-rs6000.c: Ditto,
2957
2958 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
2959
2960 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
2961 _bfd_coff_force_symnames in strings and
2962 _bfd_coff_debug_string_prefix_length to their default values.
2963 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
2964
2965 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
2966
2967 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
2968 _bfd_coff_force_symnames in strings and
2969 _bfd_coff_debug_string_prefix_length to their default values.
2970
2971 2000-04-27 Alan Modra <alan@linuxcare.com.au>
2972
2973 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
2974 Check local_got_refcounts before dereferencing.
2975
2976 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
2977 before deciding we don't need R_PPC_PLT32 relocation.
2978 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
2979 dereferencing.
2980
2981 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
2982
2983 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
2984 .plt entries.
2985 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
2986 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
2987 (elf_i386_relocate_section): Allow for .plt to go missing.
2988 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
2989 can use a relative reloc for got as elf_i386_relocate_section.
2990 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
2991
2992 2000-04-26 Clinton Popetz <cpopetz@cygnus.com>
2993
2994 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
2995
2996 2000-04-24 Clinton Popetz <cpopetz@cygnus.com>
2997
2998 * Makefile.am (coff64-rs6000.lo): New rule.
2999 * Makefile.in: Regenerate.
3000 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
3001 xcoff_is_local_label_name, xcoff_rtype2howto,
3002 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
3003 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
3004 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
3005 (NO_COFF_SYMBOLS): Define.
3006 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
3007 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
3008 internally.
3009 (MINUS_ONE): New macro.
3010 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
3011 relocation.
3012 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
3013 coff_SWAP_aux_out): Map to the new functions.
3014 * coff64-rs6000.c: New file.
3015 * libcoff.h (bfd_coff_backend_data): Add new fields
3016 _bfd_coff_force_symnames_in_strings and
3017 _bfd_coff_debug_string_prefix_length.
3018 (bfd_coff_force_symnames_in_strings,
3019 bfd_coff_debug_string_prefix_length): New macros for above fields.
3020 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
3021 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
3022 of using coff_swap_sym_in directly.
3023 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
3024 (coff_set_flags) Set magic for XCOFF64.
3025 (coff_compute_section_file_positions): Add symbol name length to
3026 string section length if bfd_coff_debug_string_prefix_length is
3027 true.
3028 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
3029 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
3030 using coff_swap_lineno_in directly.
3031 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
3032 and _bfd_coff_debug_string_prefix_length fields.
3033 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
3034 symbol names into strings table when
3035 bfd_coff_force_symnames_in_strings is true.
3036 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
3037 SET_RELOC_VADDR): New macros.
3038 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
3039 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
3040 code.
3041 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
3042 changes within RS6000COFF_C specific code.
3043 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
3044 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
3045 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3046 Extend existing hack on target name.
3047 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
3048 target name.
3049 * coff-tic54x.c (ticof): Keep up to date with new fields
3050 in bfd_coff_backend_data.
3051 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
3052 targ_selvecs to include rs6000coff64_vec for rs6000.
3053 * configure.in: Add rs6000coff64_vec case.
3054 * cpu-powerpc.c: New bfd_arch_info_type.
3055
3056 2000-04-24 Jeffrey A Law (law@cygnus.com)
3057
3058 * config.bfd: Only disable elf32-hppa vectors, not all of the
3059 BSD and OSF configuration support. Provide (disabled) clauses
3060 for PA64 support.
3061 * configure.in: Add clause for PA64 support.
3062 * configure: Rebuilt.
3063
3064 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
3065 (bfd_elf64_hppa_vec): Declare.
3066
3067 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
3068 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
3069 (elf64-hppa.lo): Add dependencies.
3070 * Makefile.in: Rebuilt.
3071
3072 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
3073
3074 2000-04-24 Jason Eckhardt <jle@cygnus.com>
3075
3076 * libhppa.h (dis_assemble_16): New function.
3077 (pa_arch): Added pa20w element.
3078
3079 2000-04-24 Ulrich Drepper <drepper@cygnus.com>
3080
3081 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
3082 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
3083 bfd_elf64_slurp_reloc_table.
3084
3085 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
3086 definitions to get external names.
3087 (elf_write_relocs): Renamed from write_relocs and make global.
3088 (elf_slurp_reloc_table): Make global.
3089 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
3090
3091 * archive.c (hpux_uid_gid_encode): New function.
3092 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
3093 defined and the ID is greater than 99999.
3094 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
3095 special uid/gid fields into 32 bit values.
3096
3097 2000-04-21 Matthew Green <mrg@cygnus.com>
3098
3099 * config.bfd: Add NetBSD/sparc64 support.
3100
3101 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
3102 David Mosberger <davidm@hpl.hp.com>
3103 Timothy Wall <twall@cygnus.com>
3104 Jim Wilson <wilson@cygnus.com>
3105
3106 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
3107 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
3108 (BFD64_BACKENDS): Add elf64-ia64.lo.
3109 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
3110 (cpu-ia64.lo, elf64-ia64.lo): New rules.
3111 * Makefile.in: Rebuild.
3112 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
3113 (bfd_ia64_arch): Declare.
3114 (bfd_archures_list): Add bfd_ia64_arch.
3115 * bfd-in2.h: Rebuild.
3116 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
3117 * configure: Rebuild.
3118 * configure.host: (ia64-*-linux*): New host.
3119 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
3120 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
3121 * elf.c (prep_headers): Add bfd_arch_ia64.
3122 * libbfd.h: Rebuild.
3123 * reloc.c: Add IA-64 relocations.
3124 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
3125 Declare.
3126 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
3127 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
3128
3129 2000-04-21 Richard Henderson <rth@cygnus.com>
3130
3131 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
3132 contents when performing a partial link.
3133 (bfd_elf_d30v_reloc_21): Likewise.
3134
3135 2000-04-20 H.J. Lu <hjl@gnu.org>
3136
3137 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
3138 patch to symbols defined by a shared object.
3139 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
3140
3141 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3142
3143 K&R compiler fixes.
3144 * dwarf2.c (concat_filename): Avoid string literal concatenation.
3145 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
3146
3147 Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
3148
3149 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
3150 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
3151 (coff-ia64.lo): Add dependency.
3152 * Makefile.in: Regenerate.
3153 * coff-ia64.c: New file.
3154 * efi-app-ia32.c: Ditto.
3155 * efi-app-ia64.c: Ditto.
3156 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
3157 (coff_set_flags): Ditto.
3158 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
3159 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
3160 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
3161 * configure: Regenerate.
3162 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
3163 (PUT_OPTHDR_IMAGE_BASE): Ditto.
3164 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3165 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3166 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3167 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3168 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3169 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3170 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3171 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3172 (GET_PDATA_ENTRY): Ditto.
3173 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
3174 data_start. Use above macros to read fields that are 64 bit wide for
3175 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
3176 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
3177 FileAlignment and SectionAlignment to minimum alignment if they
3178 are zero.
3179 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
3180 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
3181 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
3182 Use above macros to write fields that are 64 bit wide for
3183 COFF_WITH_PEP64.
3184 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
3185 5*4 otherwise. This should be right for IA-32 and IA-64, but may
3186 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
3187 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
3188 begin address, end address, and unwind info address only. Use
3189 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
3190 print addresses.
3191 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
3192 HIGH3ADJ relocation names.
3193 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
3194 * targets.c: Declare bfd_efi_app_ia32_vec and
3195 bfd_efi_app_ia64_vec.
3196 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
3197 bfd_efi_app_ia64_vec.
3198
3199 2000-04-17 Timothy Wall <twall@cygnus.com>
3200
3201 * bfd-in2.h: Add prototypes for tic54x load page access.
3202 * bfd-in.h: Regenerate.
3203 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
3204 in customized _set_arch_mach function.
3205 * coffcode.h (coff_set_alignment_hook): Set section load page if
3206 the appropriate macro is defined.
3207 (write_object_contents): Read section load page.
3208
3209 2000-04-13 Alan Modra <alan@linuxcare.com.au>
3210
3211 * elf32-hppa.h: Update copyright date.
3212
3213 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
3214 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
3215
3216 * elf32-d30v.c (MAX32): Don't use LL suffix.
3217 (MIN32): Define in terms of MAX32.
3218 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
3219
3220 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
3221 expression.
3222
3223 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
3224
3225 2000-04-12 Alan Modra <alan@linuxcare.com.au>
3226
3227 * dep-in.sed: Match space before file name, not after.
3228 * Makefile.am: Regenerate dependencies.
3229 * Makefile.in: Regenerate.
3230
3231 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
3232 case, allow address wrap-around stupidly removed 2000-03-17. Sign
3233 extend without an if statement.
3234
3235 2000-04-11 Alan Modra <alan@linuxcare.com.au>
3236
3237 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
3238 signed quantites.
3239 * elf32-mips.c (gprel16_with_gp): Likewise.
3240 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
3241 here using -0x40000, not (int)0xfffc0000.
3242 (elf32_hppa_size_of_stub): Likewise.
3243
3244 2000-04-11 Timothy Wall <twall@cygnus.com>
3245
3246 * coff-tic54x.c: Now builds with all targets.
3247 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
3248 * Makefile.in: Regenerate.
3249 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
3250 unitialized variable.
3251
3252 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
3253
3254 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3255 --enable-build-warnings option.
3256 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3257 * Makefile.in, configure: Re-generate.
3258
3259 2000-04-07 Nick Clifton <nickc@cygnus.com>
3260
3261 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
3262 BFD_RELOC_THUMB_PCREL_BLX.
3263
3264 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3265 R_ARM_XPC25 and R_ARM_THM_PC22.
3266
3267 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
3268 R_ARM_XPC25 and R_ARM_THM_XPC22.
3269 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
3270 R_ARM_[XPC25|THM_XPC22].
3271
3272 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
3273 elf/arm-oabi.h to elf/arm.h
3274
3275 * Makefile.am: Fix dependency for elfarm-oabi.c
3276 * Makefile.in: Regenerate.
3277
3278 * bfd-in2.h: Regenerate.
3279 * libbfd.h: Regenerate.
3280
3281 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3282
3283 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
3284 and restore it on failure. Release newly allocated tdata on
3285 failure.
3286
3287 Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
3288
3289 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
3290 (decode_line_info): Set it. Report error if unit->line_offset is
3291 equal to or larger than it.
3292
3293 2000-04-07 Timothy Wall <twall@cygnus.com>
3294
3295 * targets.c: Added vecs for tic54x.
3296 * reloc.c: Added relocs for tic54x.
3297 * libbfd.h: Regenerated.
3298 * configure: Add TI COFF vecs for tic54x.
3299 * configure.in: Ditto.
3300 * config.bfd (targ_cpu): Recognize new tic54x target.
3301 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
3302 * bfd-in2.h: Add tic54x target and relocations.
3303 * Makefile.am, Makefile.in: Add tic54x target.
3304 * archures.c (bfd_archures_list): Add tic54x target.
3305 * coff-tic54x.c: New.
3306 * cpu-tic54x.c: New.
3307
3308 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3309
3310 * elfcore.h (elf_core_file_p): call backend_object_p which
3311 thereby gets an opportunity to update the arch/machine type.
3312
3313 2000-04-06 Timothy Wall <twall@cygnus.com>
3314
3315 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
3316 class. Handle SEC_CLINK and SEC_BLOCK flags.
3317 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
3318 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
3319
3320 2000-04-06 Nick Clifton <nickc@cygnus.com>
3321
3322 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
3323 EF_INTERWORK if this is an unknown EABI.
3324 (elf32_arm_merge_private_bfd_data): Check EABI version
3325 numbers. Only check EF_xxx flags if the EABI version number
3326 is unknown.
3327 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
3328 if the EABI version number is unknown.
3329 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
3330 if the EABI version number is unknown.
3331
3332 Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3333
3334 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
3335 BFD_RELOC_SH_LOOP_END.
3336 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
3337 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
3338 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
3339 (sh_elf_reloc_loop): New function.
3340 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
3341 any more.
3342 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
3343 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
3344 * bfd-in2.h, libbfd.h: Regenerate.
3345
3346 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3347
3348 * po/bfd.pot: Regenerate.
3349
3350 * Makefile.am: Remove extraneous mkdep comment.
3351 (MKDEP): Use gcc -MM rather than mkdep.
3352 (DEP): Quote when passing vars to sub-make. Add warning
3353 message to end.
3354 (DEP1): Rewrite for "gcc -MM".
3355 (CLEANFILES): Add DEP2.
3356 Update dependencies.
3357 * Makefile.in: Regenerate.
3358
3359 2000-04-03 Kevin Buettner <kevinb@redhat.com>
3360
3361 * configure.in: Added corefile support for AIX 4.3. In particular,
3362 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
3363 compiling rs6000-core.c.
3364 * configure: Regenerated.
3365
3366 2000-04-03 H.J. Lu <hjl@gnu.org>
3367
3368 * cache.c (bfd_open_file): Unlink the output file only if
3369 it has non-zero size.
3370
3371 2000-04-01 Ken Block USG <block@zk3.dec.com>
3372
3373 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
3374 relative relocations for non-loaded sections in shared objects.
3375 (elf64_alpha_check_relocs): Similarly.
3376
3377 Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
3378
3379 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
3380 BFD_RELOC_16 to switch for extended relocs.
3381 (MY_swap_ext_reloc_in): New.
3382 (MY_swap_ext_reloc_out): New.
3383 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
3384 than NAME(aout,swap_ext_reloc_in) for extended relocs.
3385 (NAME(aout,squirt_out_relocs)): Similarly use
3386 MY_swap_ext_reloc_out.
3387 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
3388
3389 2000-04-03 Kazu Hirata <kazu@hxi.com>
3390
3391 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
3392 the R_PCRWORD_B case.
3393
3394 2000-03-31 Thomas de Lellis <tdel@wrs.com>
3395
3396 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
3397 on some targets.
3398 * ihex.c : Ditto.
3399
3400 Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
3401
3402 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
3403 HOWTO references to bfd_elf_generic_reloc, that have
3404 partial_inplace == true, now use the new function. The function
3405 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
3406 extends its fixes to the R_M32R_{16,24,32} relocs.
3407 The new logic in m32r_elf_lo16_reloc() has been removed, and
3408 it instead calls the new routine to obtain that functionality.
3409
3410 2000-03-27 Alan Modra <alan@linuxcare.com.au>
3411
3412 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
3413 elf32_avr_check_relocs, avr_final_link_relocate,
3414 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
3415 elf32_avr_object_p): Add prototypes.
3416 (elf32_avr_gc_mark_hook): Add default for h->root.type.
3417 (bfd_elf_avr_final_write_processing): Make static.
3418
3419 2000-03-27 Denis Chertykov <denisc@overta.ru>
3420
3421 * cpu-avr.c: New file. BFD support routines for AVR architecture.
3422 * archures.c (bfd_architecture): Add AVR architecture.
3423 (bfd_archures_list): Add reference to AVR architecture info.
3424 * elf.c (prep_headers): Handle bfd_arch_avr.
3425 * reloc.c: Add various AVR relocation enums.
3426 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
3427 list.
3428 * Makefile.am: Add support for AVR elf.
3429 * configure.in: Likewise.
3430 * config.bfd: Likewise.
3431 * Makefile.in: Regenerate.
3432 * configure: This too.
3433 * bfd-in2.h: And this.
3434 * libbfd.h: And this.
3435
3436 2000-03-24 H.J. Lu <hjl@gnu.org>
3437
3438 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
3439 (elf64_alpha_find_reloc_at_ofs): Likewise.
3440
3441 2000-03-17 Alan Modra <alan@linuxcare.com.au>
3442
3443 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
3444 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
3445 allowable range used to be -2**(n-1) to 2**n-1.
3446 * reloc.c (_bfd_relocate_contents): Same here. Also replace
3447 "boolean overflow" with "bfd_reloc_status_type flag".
3448
3449 2000-03-14 Doug Evans <dje@casey.transmeta.com>
3450
3451 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
3452
3453 2000-03-14 Kazu Hirata <kazu@hxi.com>
3454
3455 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
3456 of shrinks properly, including the last reloc.
3457
3458 2000-03-13 Kazu Hirata <kazu@hxi.com>
3459
3460 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
3461 check for R_MOVL2.
3462
3463 2000-03-11 Alan Modra <alan@linuxcare.com.au>
3464
3465 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
3466 a format mismatch rather than an "error" from bfd_read such as
3467 bfd_error_file_truncated.
3468
3469 2000-03-10 Geoff Keating <geoffk@cygnus.com>
3470
3471 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
3472 sign-extension and big-endian compensation for
3473 R_MIPS_64 even in ld -r.
3474
3475 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
3476
3477 * elf32-mips.c (mips_elf_next_relocation): Rename from
3478 mips_elf_next_lo16_relocation, and generalize to look
3479 for any relocation type.
3480 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
3481 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
3482 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
3483 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
3484 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
3485 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
3486 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
3487 (mips_rtype_to_howto): Likewise.
3488 (mips_elf_calculate_relocation): Handle new relocs.
3489 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
3490 are paired. The addend for R_MIPS_GNU_REL16_S2
3491 is shifted right two bits.
3492
3493 2000-03-10 Alan Modra <alan@linuxcare.com.au>
3494
3495 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
3496 comment, and ensure it doesn't happen again.
3497 (bfd_install_relocation): Same here.
3498 (_bfd_relocate_contents): Don't bother assigning unused signmask
3499 shift result. Fix typos in comments.
3500 Remove trailing whitespace throughout file.
3501
3502 2000-03-07 Doug Evans <dje@casey.transmeta.com>
3503
3504 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
3505 * bfd-in2.h: Rebuild.
3506
3507 2000-03-06 Nick Clifton <nickc@cygnus.com>
3508
3509 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
3510 sym_ptr_ptr fields.
3511 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
3512 (SIZEOF_ILF_STRINGS): Redefine.
3513 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
3514 relative reloc, as opposed to a section relative reloc.
3515 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
3516 not C_LABEL.
3517 Add length of symbol's prefix to string pointer.
3518 Store a pointer to the symbol in the symbol pointer table.
3519 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
3520 Initialise the symbol pointer table.
3521 Store the hint in the Hint/Name table.
3522 Make the jump reloc be symbol realtive, not section relative.
3523 Create an import symbol for imported code.
3524
3525 2000-03-06 Catherine Moore <clm@cygnus.com>
3526
3527 * elf.c (swap_out_syms): Check for null type_ptr.
3528
3529 2000-03-01 Hans-Peter Nilsson <hp@axis.com>
3530
3531 * aout-target.h (MY(write_object_contents)): Remove unused
3532 and unusable "#if CHOOSE_RELOC_SIZE".
3533 * pc532-mach.c (MY(write_object_contents)): Ditto.
3534 * netbsd.h (MY(write_object_contents)): Ditto.
3535 * hp300hpux.c (MY(write_object_contents)): Ditto.
3536 * freebsd.h (MY(write_object_contents)): Ditto.
3537 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
3538
3539 2000-02-29 H.J. Lu <hjl@gnu.org>
3540
3541 * peicode.h (jtab): Make it static.
3542
3543 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
3544 defined and COFF_IMAGE_WITH_PE is not defined.
3545 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
3546 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
3547
3548 2000-03-01 Nick Clifton <nickc@cygnus.com>
3549
3550 * coff-arm.c (bfd_arm_process_before_allocation): Make
3551 'symndx' signed to prevent compile time warning.
3552
3553 * coff-mcore.c: Remove unused prototype for pe_object_p.
3554
3555 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
3556 functions that are not used when COFF_IMAGE_WITH_PE is
3557 defined.
3558 (struct sh_opcode): Change type of 'flags' field to unsigned
3559 long so that it can hold the USESAS flag.
3560
3561 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
3562
3563 * elf-m10300.c (mn10300_elf_relax_section): Initialise
3564 'sym_sec'.
3565
3566 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
3567 parameters.
3568 Remove unusued variables and code.
3569 (elf_backend_add_symbol_hook): Fix prototype.
3570
3571 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
3572 'srelgot'.
3573
3574 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
3575 'oldinst'.
3576
3577 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
3578 parameters.
3579 Remove unusued variables and code.
3580 (elf_backend_add_symbol_hook): Fix prototype.
3581
3582 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
3583
3584 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
3585 to unused function parameter.
3586
3587 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
3588 parameters.
3589 Use EMPTY_HOWTO to initialise empty howto slots.
3590 Remove unused variables.
3591
3592 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
3593
3594 2000-03-01 H.J. Lu <hjl@gnu.org>
3595
3596 * aoutx.h (aout_link_input_section_std): Pass "true" to
3597 the undefined_symbol callback.
3598 (aout_link_input_section_ext): Likewise.
3599 * bout.c (get_value): Likewise.
3600 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
3601 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
3602 Likewise.
3603 (alpha_relocate_section): Likewise.
3604 * coff-arm.c (coff_arm_relocate_section): Likewise.
3605 * coff-i960.c (coff_i960_relocate_section): Likewise.
3606 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
3607 * coff-mips.c (mips_relocate_section): Likewise.
3608 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
3609 * coff-sh.c (sh_relocate_section): Likewise.
3610 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
3611 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
3612 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
3613 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
3614 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
3615 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
3616 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3617 * elf32-i370.c (i370_elf_relocate_section): Likewise.
3618 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3619 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3620 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3621 * elf32-v850.c (v850_elf_relocate_section): Likewise.
3622 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
3623 * elflink.h (elf_link_output_extsym): Likewise.
3624 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
3625 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
3626 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
3627
3628 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
3629 undefined_symbol callback when building shared library with
3630 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
3631 "true".
3632 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3633 * elf32-i386.c (elf_i386_relocate_section): Likewise.
3634 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3635 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3636 (elf32_mips_get_relocated_section_content): Likewise.
3637 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3638 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3639 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3640 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3641
3642 2000-02-28 Nick Clifton <nickc@cygnus.com>
3643
3644 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
3645 * Makefile.in: Regenerate.
3646
3647 * configure.in: Add support for mips and sh pe vectors.
3648 * configure: regenerate.
3649
3650 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
3651 targets.
3652
3653 * targets.c: Add mips and sh pe vectors.
3654
3655 * libpei.h (coff_final_link_postscript): Only define if not
3656 already defined.
3657
3658 * coffcode.h: Add support for WinCE magic numbers.
3659
3660 * peigen.c (pe_print_reloc): Update comment and rearrange
3661 appending of newline character.
3662
3663 * peicode.h: Add support for Image Library Format.
3664 (pe_ILF_vars): Structure containing data used by ILF code.
3665 (pe_ILF_make_a_section): New function. Create a section based
3666 on ILF data.
3667 (pe_ILF_make_a_reloc): New function. Create a reloc based on
3668 ILF data.
3669 (pe_ILF_make_a_symbol): New function. Create a symbol based
3670 on ILF data.
3671 (pe_ILF_save_relocs): New function. Store the relocs created
3672 by pe_ILF_make_a_reloc in a section.
3673 (pe_ILF_build_a_bfd): New function. Create a BFD describing
3674 an ILF object.
3675 (pe_ILF_object_p): New function. Return a bfd_target pointer
3676 for an ILF object.
3677 (pe_bfd_object_p): If an ILF object is detected call
3678 pe_ILF_object_p on it.
3679
3680 * coff-arm.c: Add support for WinCE relocs which are different
3681 from normal ARM COFF relocs.
3682 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
3683
3684 * coff-sh.c: Add support for sh-pe target.
3685 * pe-sh.c: New file. Support code for sh-pe target.
3686 * pei-sh.c: New file. Support code for sh-pe target.
3687
3688 * pe-mips.c: New file. Support code for mips-pe target.
3689 * pei-mips.c: New file. Support code for mips-pe target.
3690
3691 2000-02-27 Jakub Jelinek <jakub@redhat.com>
3692
3693 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
3694 architecture if the object causing the bump is dynamic.
3695 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
3696 and also don't it for memory ordering.
3697 (sparc64_elf_write_relocs): Take src_rela out of the loop.
3698
3699 2000-02-27 Ian Lance Taylor <ian@zembu.com>
3700
3701 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
3702 calling bfd_get_section_size_before_reloc.
3703 (decode_line_info): Likewise.
3704 (_bfd_dwarf2_find_nearest_line): Likewise.
3705
3706 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
3707
3708 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
3709 name of the libtool directory.
3710 * Makefile.in: Rebuild.
3711
3712 Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
3713
3714 * som.c (SOM_HOWTO): Define.
3715 (som_hppa_howto_table): Use it.
3716
3717 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3718
3719 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
3720
3721 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
3722
3723 2000-02-24 Catherine Moore <clm@cygnus.com>
3724
3725 * som.c (som_misc_symbol_info): Add field
3726 secondary_def.
3727 (som_bfd_derive_misc_symbol_info): Initialize
3728 secondary_def.
3729 (som_build_and_write_symbol_table): Keep track
3730 of secondary_def field.
3731 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
3732 if secondary_def field is set.
3733 (som_bfd_ar_write_symbol_stuff): Initialize
3734 secondary_def.
3735
3736 2000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
3737
3738 * dwarf2.c (read_address): Read 16-bits addresses.
3739 (parse_comp_unit): Accept addr_size == 2.
3740
3741 2000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3742
3743 * bfd-in.h: Update copyright date.
3744
3745 2000-02-23 Linas Vepstas <linas@linas.org>
3746
3747 * cpu-i370.c: New file.
3748 * elf32-i370.c: New file.
3749 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
3750 (bfd_i370_arch): New.
3751 (bfd_archures_list): Add bfd_i370_arch.
3752 * elf.c (prep_headers): Add bfd_arch_i370.
3753 * Makefile.am: Add support for IBM 370 elf.
3754 * config.bfd: Likewise.
3755 * configure.in: Likewise.
3756 * libbfd.h (bfd_reloc_code_real_names): Likewise.
3757 * reloc.c (bfd_reloc_code_type): Likewise.
3758 * targets.c: Likewise.
3759
3760 * Makefile.in: Regenerate.
3761 * configure: Regenerate.
3762 * bfd-in2.h: Regenerate.
3763
3764 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3765
3766 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
3767 invalid relocation types, and change them to R_386_NONE.
3768
3769 2000-02-22 H.J. Lu <hjl@gnu.org>
3770
3771 * elflink.h (elf_link_add_object_symbols): If a version symbol is
3772 not defined, don't add a second ELF_VER_CHR.
3773
3774 * elflink.h (elf_bfd_final_link): Call output_extsym for global
3775 symbols converted to local symbols even when stripping all
3776 symbols.
3777 (elf_link_output_extsym): Process global symbols converted to
3778 local symbols even if they are being stripped.
3779
3780 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3781
3782 * archures.c (bfd_octets_per_byte): Return unsigned int.
3783 (bfd_arch_mach_octets_per_byte): Ditto.
3784 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
3785 comparison warning.
3786 * section.c (bfd_get_section_size_before_reloc): Quell signed
3787 vs. unsigned comparison warning.
3788 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
3789 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
3790 change. What was I thinking?
3791 * bfd-in2.h: Regenerate.
3792
3793 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
3794 (elf_gc_sections): Same here.
3795 (elf_gc_common_finalize_got_offsets): And here.
3796
3797 2000-02-21 Ian Lance Taylor <ian@zembu.com>
3798
3799 ELF HPPA doesn't work at present; remove it until it does.
3800 * config.bfd: Comment out setting targ_defvec to
3801 bfd_elf32_hppa_vec.
3802 * Makefile.am: Rebuild dependencies.
3803 (BFD32_BACKENDS): Remove elf32-hppa.lo.
3804 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
3805 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
3806 * Makefile.in: Rebuild.
3807 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
3808
3809 2000-02-18 Geoff Keating <geoffk@cygnus.com>
3810
3811 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
3812 is no bfd_free(). Revert bfd_free part of previous change.
3813
3814 2000-02-18 Geoff Keating <geoffk@cygnus.com>
3815
3816 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
3817 arrays.
3818 (coff_compute_section_file_positions): Use bfd_free to pair
3819 bfd_malloc.
3820 (coff_write_object_contents): Likewise.
3821
3822 * coff-rs6000.c (xcoff_howto_table_16): New variable.
3823 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
3824
3825 2000-02-18 Ulrich Drepper <drepper@cygnus.com>
3826
3827 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
3828 (xcoff_ar_file_hdr_big): New structure.
3829 (SIZEOF_AR_FILE_HDR_BIG): New macro.
3830 (xcoff_ar_hdr_big): New structure.
3831 (SIZEOF_AR_HDR_BIG): New macro.
3832 (xcoff_big_format_p): New macro.
3833 (xcoff_ardata_big): New macro.
3834 (arch_xhdr_big): New macro.
3835 (xcoff_slurp_armap): Handle large archives.
3836 (xcoff_archive_p): Detect large archives.
3837 (xcoff_read_ar_hdr): Handle large archives.
3838 (xcoff_openr_next_archived_file): Handle large archives.
3839 (xcoff_generic_stat_arch_elt): Handle large archives.
3840 (xcoff_write_armap_old): Rename from xcoff_write_armap.
3841 (xcoff_write_armap_big): New function.
3842 (xcoff_write_armap): New function, dispatch to _old or _big.
3843 (xcoff_write_archive_contents_old): Rename from
3844 xcoff_write_archive_contents.
3845 (xcoff_write_archive_contents_big): New function.
3846 (xcoff_write_archive_contents): New function, dispatch to _old or
3847 _big.
3848
3849 2000-02-18 Richard Henderson <rth@cygnus.com>
3850
3851 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
3852 and hide_symbol members.
3853 (elf_link_hash_copy_indirect): Remove.
3854 (elf_link_hash_hide_symbol): Remove.
3855 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
3856 and elf_backend_hide_symbol.
3857 (_bfd_elf_link_hash_copy_indirect): Declare.
3858 (_bfd_elf_link_hash_hide_symbol): Declare.
3859 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
3860 (_bfd_elf_link_hash_hide_symbol): Likewise.
3861 (_bfd_elf_link_hash_table_init): Don't init killed members.
3862 * elflink.h (elf_link_add_object_symbols): Use the bed function
3863 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
3864 (elf_link_assign_sym_version): Likewise.
3865 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
3866 (elf_backend_hide_symbol): Likewise.
3867 (elfNN_bed): Update for new members.
3868
3869 2000-02-17 Kevin Buettner <kevinb@redhat.com>
3870
3871 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
3872 STACK_END_ADDR): Define for new core file format.
3873 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
3874 for handling the vagaries of the various core file structures used
3875 by AIX over the years.
3876 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
3877 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
3878 core_dumpx structure.
3879
3880 Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3881
3882 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
3883 (bfd_mach_sh3_dsp): Likewise.
3884 (bfd_mach_sh4): Reinstate.
3885 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
3886 * bfd-in2.h: Regenerate.
3887 * coff-sh.c (struct sh_opcode): flags is no longer short.
3888 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
3889 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
3890 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
3891 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
3892 (sh_opcodes): No longer const.
3893 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
3894 (sh_insn_uses_reg): Check for USESAS and USESR8.
3895 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
3896 (_bfd_sh_align_load_span): Return early for SH4.
3897 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
3898 Take into account that field b of a parallel processing insn
3899 could be mistaken for a separate insn.
3900 * cpu-sh.c (arch_info_struct): New array elements for
3901 sh2, sh-dsp and sh3-dsp.
3902 Reinstate element for sh4.
3903 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
3904 (SH4_NEXT): Reinstate.
3905 (SH3_NEXT, SH3E_NEXT): Adjust.
3906 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
3907 * elf32-sh.c (sh_elf_set_private_flags): New function.
3908 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
3909 (sh_elf_merge_private_data): New function.
3910 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
3911 (bfd_elf32_bfd_copy_private_bfd_data): Define.
3912 (bfd_elf32_bfd_merge_private_bfd_data): Change to
3913 sh_elf_merge_private_data.
3914
3915 2000-02-13 Richard Henderson <rth@cygnus.com>
3916
3917 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
3918 hide_symbol members.
3919 (elf_link_hash_copy_indirect): New.
3920 (elf_link_hash_hide_symbol): New.
3921 * elflink.h (elf_link_add_object_symbols): Break out copy from
3922 indirect new new symbol to elf.c.
3923 (elf_link_assign_sym_version): Break out privatization of
3924 non-exported symbol to elf.c.
3925 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
3926 (_bfd_elf_link_hash_hide_symbol): New.
3927 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
3928
3929 2000-02-13 Ian Lance Taylor <ian@zembu.com>
3930
3931 * section.c (_bfd_strip_section_from_output): Add info parameter.
3932 If it passed as non-NULL, use it to check whether any input BFD
3933 has an input section which uses this output section. Change all
3934 callers.
3935 * bfd-in2.h: Rebuild.
3936
3937 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
3938 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
3939 1999-11-29.
3940 * bfd-in2.h: Rebuild.
3941
3942 2000-02-10 Timothy Wall <twall@cygnus.com>
3943
3944 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
3945 allow final modifications of swapped-in symbol.
3946 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
3947 * coffcode.h (coff_write_relocs): Use macro
3948 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
3949 symbol index should be set to -1.
3950
3951 Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
3952
3953 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
3954 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
3955 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
3956 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
3957 sh_insns_uses_or_sets_freg): New functions.
3958 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
3959 * (sh_insns_conflict): Use new functions and new macros to
3960 detect conflicts when two instructions both set same integer registers,
3961 both set same fp register, and both set special register.
3962
3963 2000-02-09 Timothy Wall <twall@cygnus.com>
3964
3965 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
3966 swapping in sections, so that the swapping routines have access to
3967 the arch/mach info.
3968
3969 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
3970
3971 * coff-go32.c: Update comment. Update copyright.
3972
3973 2000-01-27 Thomas de Lellis <tdel@windriver.com>
3974
3975 * syms.c (bfd_decode_symclass)
3976 Two new class characters were added - 'V' and 'v'. The
3977 meaning of 'W' is now restricted to just weak non-object
3978 symbols. This allows differentiation between, for example,
3979 weak functions vs weak objects. nm for example now dumps:
3980 'W' = weak global
3981 'w' = weak unresolved
3982 'V' = weak global object
3983 'v' = weak unresolved object
3984
3985 (bfd_is_undefined_symclass): New function. Return true if the
3986 given symbol class represents and undefined/unresolved symbol.
3987
3988 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
3989 unresolved symbols.
3990
3991 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
3992
3993 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
3994 STT_ARM_16BIT flag set, but it is not attached to a data object
3995 return STT_ARM_16BIT so that it will be treated as code by the
3996 disassembler.
3997
3998 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3999
4000 * coff-i386.c (i3coff_object_p): Remove prototype.
4001 Update copyright.
4002
4003 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
4004 to name. Update copyright.
4005
4006 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
4007 assignment to avoid warning. Update copyright.
4008
4009 2000-01-24 Robert Lipe (robertl@sco.com)
4010
4011 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
4012 instead of using GNU C extension.
4013
4014 2000-01-21 Nick Clifton <nickc@cygnus.com>
4015
4016 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
4017 amount from a bfd_in_memory structure.
4018 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
4019 structure.
4020
4021 2000-01-14 Nick Clifton <nickc@cygnus.com>
4022
4023 * linker.c (default_indirect_link_order): oops - fix incorrectly
4024 applied patch from Tim Wall.
4025
4026 2000-01-13 Timothy Wall (twall@tiac.net>
4027
4028 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
4029 = scnhsz, filhsz, relsz, aoutsz, etc)
4030
4031 * coffswap.h: Ditto.
4032
4033 2000-01-13 Nick Clifton <nickc@cygnus.com>
4034
4035 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
4036 interwork thumb to arm stub.
4037
4038 2000-01-13 Timothy Wall (twall@tiac.net>
4039
4040 * archures.c (bfd_octets_per_byte): New function: Return
4041 target byte size.
4042 (bfd_arch_mach_octets_per_byte): New function: Return target
4043 byte size.
4044
4045 * section.c: Distinguish between octets and bytes for usage of
4046 _cooked_size, _raw_size, and output_offset. Clarify
4047 description of bfd_set_section_contents.
4048
4049 * bfd-in2.h: Regenerate.
4050
4051 * coffgen.c: Indicate that the offset parameter is in bytes, not
4052 octets.
4053
4054 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
4055 where appropriate to get the octet offset when calling
4056 bfd_set_section_contents.
4057 (bfd_coff_reloc_link_order): Ditto.
4058
4059 * linker.c (bfd_generic_reloc_link_order): Ditto.
4060 (_bfd_default_link_order): Ditto.
4061
4062 * reloc.c (bfd_perform_relocation): Distinguish between octets
4063 and bytes. Use octets when indexing into octet data; use bytes
4064 when calculating target addresses.
4065 (bfd_install_relocation): Ditto.
4066
4067 * srec.c (srec_write_section): Ditto.
4068
4069 2000-01-13 Nick Clifton <nickc@cygnus.com>
4070
4071 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
4072 3 to 2. This allows 4 byte sized sections, which is necessary for
4073 dlltool to build functioning DLLs.
4074
4075 2000-01-10 Philip Blundell <pb@futuretv.com>
4076
4077 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
4078 (arm*-*-conix*): New target.
4079
4080 2000-01-10 Egor Duda <deo@logos-m.ru>
4081
4082 * config.bfd: Include elf32_i386 vector to target list for cygwin
4083 and mingw.
4084
4085 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
4086 * configure.in: Test for structure win32_pstatus_t in
4087 <sys/procfs.h>
4088 * configure: Regenerate.
4089
4090 * elf.c (elfcore_grok_win32pstatus): New function: process
4091 win32_pstatus_t notes in elf core file.
4092 (elfcore_grok_note): Detect win32_pstatus notes.
4093
4094 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
4095
4096 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
4097 visibility.
4098 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
4099 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
4100
4101 For older changes see ChangeLog-9899
4102 \f
4103 Local Variables:
4104 mode: change-log
4105 left-margin: 8
4106 fill-column: 74
4107 version-control: never
4108 End:
This page took 0.184455 seconds and 4 git commands to generate.