* stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
[external/binutils.git] / bfd / ChangeLog
1 Fri Jul  3 13:11:35 1998  Ian Lance Taylor  <ian@cygnus.com>
2
3         * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
4         section was discarded from the link.
5
6 Fri Jul  3 14:39:05 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7
8         * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number.
9
10 Fri Jul  3 14:35:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11
12         * coff-sh.c (sh_insns_conflict): Load of fpscr conflicts with
13         floating point operations.
14
15 Thu Jul  2 18:37:25 1998  Ian Lance Taylor  <ian@cygnus.com>
16
17         * cofflink.c (_bfd_coff_link_input_bfd): Skip undefined global
18         function symbols.
19
20 Thu Jul  2 14:59:42 1998  Klaus Kaempf  <kkaempf@rmi.de>
21
22         Merge of vax/vms (read-only) support
23         * configure.com: Support Vax target.
24         * makefile.vms: Support Vax target.
25         * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
26         * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
27         support.
28         * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
29         support.
30         * vms-gsd.c: Renamed from evax-egsd.c, merged vax/vms (read-only)
31         support.
32         * vms-tir.c: Renamed from evax-etir.c, merged vax/vms (read-only)
33         support.
34         * vms-misc.c: Renamed from evax-misc.c, merged vax/vms (read-only)
35         support.
36         * libbfd.c (real_read): Use unbuffered read on VMS/Vax.
37         * targets.c (bfd_target_ovax_flavour): New flavour.
38         (vms_alpha_vec): Renamed from evax_alpha_vec.
39         (vms_vax_vec): New.
40         (target_vector): Update accordingly.
41         * config.bfd (alpha*-*-*vms*): Use vms_alpha_vec, not
42         evax_alpha_vec.
43         (vax*-*-*vms*): New target.
44         * Makefile.am: Update for renamed files.  Rebuild dependencies.
45         * bfd-in2.h: Rebuild.
46         * configure.in, Makefile.in, aclocal.m4: Rebuild.
47
48 Thu Jul  2 13:31:55 1998  Ian Lance Taylor  <ian@cygnus.com>
49
50         Based on patch from Matt Semersky <matts@scd.hp.com>:
51         * linker.c (_bfd_generic_final_link): Force a trailing NULL
52         pointer on abfd->outsymbols.
53         (generic_add_output_symbol): Handle NULL sym parameter.
54
55 Wed Jul  1 17:05:53 1998  Nick Clifton  <nickc@cygnus.com>
56
57         * elf.c (copy_private_bfd_data): Add support for changing VMA or
58         LMA of sections.
59
60 Wed Jul  1 16:58:50 1998  Ian Lance Taylor  <ian@cygnus.com>
61
62         * coff-sh.c (sh_relax_delete_bytes): Correct address comparisons
63         when handling 32 bit immediate relocs.
64         * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
65
66 Tue Jun 30 09:55:03 1998  Jeffrey A Law  (law@cygnus.com)
67
68         * section.c (STD_SECTION): Account for recently added gc_mark
69         field in struct asection.
70
71         * elf-m10300.c (bfd_mn10300_elf_merge_private_bfd_data): New function.
72         (bfd_elf32_bfd_merge_private_bfd_data): Define.
73
74 Thu Jun 25 18:31:41 1998  Richard Henderson  <rth@cygnus.com>
75
76         ELF Section-level Garbage Collection:
77         * bfd.c (bfd_gc_sections): New.
78         * aout-adobe.c: Hook to default implementation.
79         * aout-target.h, aout-tic30.c, binary.c, bout.c: Likewise.
80         * coff-alpha.c, coff-mips.c, coff-rs6000.c, coffcode.h: Likewise.
81         * evax-alpha.c, i386msdos.c, i386os9k.c, ieee.c: Likewise.
82         * ihex.c, nlm-target.h, oasys.c, ppcboot.c, srec.c: Likewise.
83         * tekhex.c, versados.c: Likewise.
84         * libbfd-in.h (_bfd_nolink_bfd_gc_sections): New.
85         * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_gc_sections.
86
87         * reloc.c (BFD_RELOC_VTABLE_INHERIT, BFD_RELOC_VTABLE_ENTRY): New.
88         (bfd_generic_gc_sections): New.
89         * section.c (SEC_KEEP): New.
90         (asection): Add gc_mark member.
91
92         * elfcode.h (elf_gc*): New name remappings.
93         * elflink.h (elf_link_input_bfd): Don't set contents on stabs
94         sections to be excluded.
95         (elf_gc_mark, elf_gc_sweep, elf_gc_sweep_symbol): New.
96         (elf_gc_propogate_vtable_entries_used): New.
97         (elf_gc_smash_unused_vtentry_relocs): New.
98         (elf_gc_sections, elf_gc_record_vtinherit, elf_gc_record_vtentry): New.
99         (elf_gc_common_finalize_got_offsets): New.
100         (elf_gc_allocate_got_offsets, elf_gc_common_final_link): New.
101         * elfxx-target.h: Add and default gc hooks.
102
103         * elf-bfd.h (struct elf_link_hash_entry): Swap got_offset/plt_offset
104         for unions. 
105         (struct elf_obj_tdata): Likewise for local_got_offsets.
106         * elf.c, elf-i386.c, elf32-m68k.c, elf32-mips.c: Update all uses.
107         * elf32-ppc.c, elf32-sparc.c, elf64-alpha.c: Likewise.
108         * elf64-sparc.c, elflink.h: Likewise.
109
110         * elf-bfd.h (struct elf_link_hash_entry): Add vtable members.
111         (ELF_LINK_HASH_MARK): Define.
112         (struct elf_backend_data): Add GC hooks.
113         * elf.c (_bfd_elf_link_hash_newfunc): Zero vtable members.
114
115         * elf-m10300.c (mn10300_elf_check_relocs): New.
116         (mn10300_elf_gc_mark_hook): New.
117         (R_MN10300_GNU_VTINHERIT, R_MN10300_GNU_VTENTRY): New.
118         (elf_mn10300_howto, mn10300_reloc_map): Handle them.
119         (mn10300_elf_final_link_relocate): Likewise.
120         (mn10300_elf_relocate_section): Likewise.
121         (elf_backend_can_gc_sections): Define.
122         * elf32-mips.c (R_MIPS_GNU_VTINHERIT, R_MIPS_GNU_VTENTRY): New.
123         (elf_mips_gnu_vtinherit_howto, elf_mips_gnu_vtentry_howto): New.
124         (bfd_elf32_bfd_reloc_type_lookup): Handle them.
125         (mips_info_to_howto_rel): Likewise.
126         (mips_elf_relocate_section): Likewise.
127         (mips_elf_check_relocs): Likewise.
128         (mips_elf_gc_mark_hook, mips_elf_gc_sweep_hook): New.
129         (elf_backend_can_gc_sections): Define.
130         * elf32-ppc.c (R_PPC_GNU_VTINHERIT, R_PPC_GNU_VTENTRY): New.
131         (ppc_elf_howto_raw): Handle them.
132         (ppc_elf_reloc_type_lookup): Likewise.
133         (ppc_elf_relocate_section): Likewise.
134         (ppc_elf_check_relocs): Reference count .got and .plt entires.
135         Handle new vtable relocs.
136         (ppc_elf_adjust_dynamic_symbol): Recognize unused .plt entries.
137         (ppc_elf_gc_mark_hook, ppc_elf_gc_sweep_hook): New.
138         (elf_backend_can_gc_sections): Define.
139
140 Fri Jun 26 10:48:23 1998  Jeffrey A Law  (law@cygnus.com)
141
142         * archures.c (bfd_mach_mn10300): Define.
143         * elf-m10300.c: Include elf/mn10300.h
144         (elf_mn10300_mach): New function.
145         (_bfd_mn10300_elf_final_write_processing): Likewise.
146         (_bfd_mn10300_elf_object_p): Likewise.
147         (elf_backendfinal_write_processing): Define.
148         (elf_backend_object_p): Likewise.
149 start-sanitize-am33
150         * archures.c (bfd_mach_am33): Define.
151         * cpu-m10300.c (bfd_am33_arch): New arch info structure.  Link it
152         into the NEXT field of bfd_mn10300_arch.
153 end-sanitize-am33
154
155 Thu Jun 25 18:31:08 1998  Nick Clifton  <nickc@cygnus.com>
156
157         * elf32-v850.c (v850_elf_perform_relocation): Fix HI16_S
158         relocation. 
159
160 Wed Jun 24 17:17:57 1998  Ian Lance Taylor  <ian@cygnus.com>
161
162         * elflink.h (elf_bfd_final_link): Loop over input_bfds using the
163         link_next field, not the next field.
164
165 Sun Jun 21 19:38:39 1998  Ian Lance Taylor  <ian@cygnus.com>
166
167         * elf.c (map_sections_to_segments): Check the section address
168         against the phdr size both with and without a modulo of
169         maxpagesize.
170
171 Fri Jun 19 17:08:18 1998  Ian Lance Taylor  <ian@cygnus.com>
172
173         * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
174         linker created empty input section if the output section has the
175         same name.
176
177         * elflink.h (elf_link_output_extsym): Print an error message if
178         _bfd_elf_section_from_bfd_section fails.
179
180         * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
181         failure.
182
183 start-sanitize-sky
184 Thu Jun 18 23:59:30 1998  Doug Evans  <devans@seba.cygnus.com>
185
186         * reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4,
187         BFD_RELOC_MIPS_DVP_U15_S3.
188         * elf32-mips.c: Handle them.
189         * bfd-in2.h: Regenerate.
190         * libbfd.h: Regenerate.
191
192 end-sanitize-sky
193 Tue Jun 16 11:55:55 1998  Ian Lance Taylor  <ian@cygnus.com>
194
195         * elf.c (copy_private_bfd_data): Improve handling of Solaris
196         native linker output.  Avoid putting an empty section in more than
197         one segment.
198
199 Fri Jun 12 13:30:17 1998  Tom Tromey  <tromey@cygnus.com>
200
201         * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
202         ($(PACKAGE).pot): Unconditionally depend on POTFILES.
203
204 Fri Jun 12 13:34:02 1998  Doug Evans  <devans@canuck.cygnus.com>
205
206         * elf.c (swap_out_syms): New arg relocatable_p.
207         Don't add section VMA to symbols for relocatable output.
208         (_bfd_elf_compute_section_file_positions): Update call to
209         swap_out_syms.
210
211 Mon Jun  8 15:20:57 1998  Nick Clifton  <nickc@cygnus.com>
212
213         * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
214         against 'addend' be signed rather than unsigned.
215
216 Sat Jun  6 00:31:21 1998  Nick Clifton  <nickc@cygnus.com>
217
218         * elf32-m32r.c: Add prototyps for static functions.
219
220         * coff-arm.c: Add prototypes for static functions. 
221
222 Fri Jun  5 17:21:51 1998  Nick Clifton  <nickc@cygnus.com>
223
224         * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
225         LMA is used to order sections in a segment.
226
227         * elf32-v850.c: Add prototypes for static functions.
228         Change type of addend parameter to bfd_vma in various functions.
229
230 Fri Jun  5 18:09:58 1998  Ian Lance Taylor  <ian@cygnus.com>
231
232         * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
233         complain_overflow_signed instead of complain_overflow_bitfield.
234
235 Fri Jun  5 15:11:11 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
236
237         * elf.c (elf_map_symbols): Don't add section VMA to symbol value
238         when comparing against 0.
239
240 Wed Jun  3 17:52:49 1998  Ian Lance Taylor  <ian@cygnus.com>
241
242         * Makefile.am (config.status): New target.
243         * Makefile.in: Rebuild.
244
245 start-sanitize-sky
246 Wed Jun  3 11:39:57 1998  Doug Evans  <devans@canuck.cygnus.com>
247
248         * elf32-mips.c (_bfd_mips_elf_fake_sections): Update to use
249         Elf32_Dvp_External_Overlay instead of 64 bit version.
250
251 end-sanitize-sky
252 Wed Jun  3 12:18:24 1998  Stan Cox  <scox@equinox.cygnus.com>
253
254         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
255         error if previous object endianness doesn't match current object.
256
257 Tue Jun  2 17:50:59 1998  Nick Clifton  <nickc@cygnus.com>
258
259         * elf32-v850.c (v850_elf_print_private_bfd_data): Call
260         _bfd_elf_print_private)bfd_data ().
261
262 Tue Jun  2 15:29:35 1998  Ian Lance Taylor  <ian@cygnus.com>
263
264         * elflink.h (elf_merge_symbol): Don't always set type_change_ok
265         and size_change_ok.
266         (elf_link_add_object_symbols): Set type_change_ok and
267         size_change_ok before calling elf_merge_symbol.
268
269         * elf32-mips.c (mips_elf_relocate_section): If we issue an
270         undefined symbol error, don't also issue an overflow error.
271
272 Tue Jun  2 13:51:00 1998  Geoff Keating  <geoffk@ozemail.com.au>
273
274         * elf32-ppc.c (ppc_elf_relocate_section): The target of an
275         R_PPC_LOCAL24PC relocation should be local; if not, print an error
276         message instead of crashing.
277
278 Mon Jun  1 18:23:12 1998  Yuli Barcohen  <yuli.barcohen@telrad.co.il>
279
280         * archures.c (bfd_mach_cpu32): Define.
281         (bfd_default_scan): Add case for 68060.  Fix 68332 case to use
282         bfd_mach_cpu32.
283         * cpu-m68k.c (arch_info_struct): Add m68k:cpu32.
284         * ieee.c: Include <ctype.h>.
285         (ieee_object_p): Parse out process ID string to make it more
286         likely to be acceptable for bfd_scan_arch.
287         * bfd-in2.h: Rebuild.
288
289 Mon Jun  1 11:12:02 1998  Nick Clifton  <nickc@cygnus.com>
290
291         * elf32-m32r.c (m32r_elf_print_private_bfd_data): Also call
292         _bfd_elf_print_private_bfd_data() so that the program header will
293         be displayed.
294
295 Mon Jun  1 12:14:28 1998  Ian Lance Taylor  <ian@cygnus.com>
296
297         * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
298         0x68.  Reindent.  Add some comments.
299
300 start-sanitize-sky
301 Sun May 31 16:11:22 1998  Doug Evans  <devans@canuck.cygnus.com>
302
303         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Set sh_link
304         field of .DVP.ovlytab to .DVP.ovlystrtab's section index.
305         (_bfd_mips_elf_section_from_shdr): Recognize SHT_DVP_OVERLAY_TABLE
306         and SHT_DVP_OVERLAY.
307         (_bfd_mips_elf_fake_sections): Ditto.
308
309 end-sanitize-sky
310 Fri May 29 09:58:08 1998  Nick Clifton  <nickc@cygnus.com>
311
312         * elf.c (copy_private_bfd_data): Adjust physical address of
313         segment in output BFD to contain LMAs of its sections.
314
315 Tue May 26 19:37:47 1998  Stan Cox  <scox@equinox.cygnus.com>
316
317         * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
318         elf32_sparc_relocate_section): Added R_SPARC_32LE for little
319         endian data 32 bit relocations.
320         (elf32_sparc_merge_private_bfd_data): Check if linking little
321         endian objects with big endian objects.
322         (elf32_sparc_object_p): Set bfd_mach_sparc_sparclite_le.
323         (elf32_sparc_final_write_processing): Set EF_SPARC_LEDATA in e_flags.
324         * libbfd.h (bfd_reloc_code_real_names): Added BFD_RELOC_SPARC_32LE.
325         * reloc.c: Same.
326         * cpu-sparc.c (arch_info_struct): Added sparc:sparclite_le
327         * archures.c (bfd_mach_sparc_sparclite_le): New.
328         * bfd-in2.h (BFD_RELOC_SPARC_32LE, bfd_mach_sparc_sparclite_le): New.
329
330 Thu May 21 16:59:28 1998  Nick Clifton  <nickc@cygnus.com>
331
332         * peicode.h (add_data_entry): Fix precedence of operators in if ()
333         statement. 
334
335 Tue May 19 18:41:19 1998  Ian Lance Taylor  <ian@cygnus.com>
336
337         * bfd-in.h: Move over patch to bfd-in2.h.
338
339         * reloc.c (bfd_check_overflow): Add casts before shifts which may
340         not fit in 32 bits.
341         (_bfd_relocate_contents): Likewise.
342
343 Mon May 18 14:44:15 1998  Nick Clifton  <nickc@cygnus.com>
344
345         * peicode.h (add_data_entry): If the section has no private data
346         then do not create a Data Dictionary entry for it.
347
348 Mon May 18 00:09:28 1998  Richard Henderson  <rth@cygnus.com>
349
350         * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
351         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
352         elf64_alpha_size_got_sections): Rewrite, handling multiple got
353         subsections during relaxation more correctly.
354
355 Thu May 14 14:22:58 1998  Nick Clifton  <nickc@cygnus.com>
356
357         * bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().
358         Add extra argument to bfd_arm_process_before_allocation ().
359         * bfd-in.h: Reflect changes made in bfd-in2.h.
360         * coffgen.c (bfd_coff_set_symbol_class): New function.  Set the
361         coff class of a BFD symbol.
362         * coff-arm.c: Add support for interworking between Thumb code and
363         non-interworking aware ARM code.
364
365 Sun May 10 22:33:59 1998  Jeffrey A Law  (law@cygnus.com)
366
367         * po/Make-in (install-info): New target.
368
369 Thu May  7 17:40:56 1998  Ian Lance Taylor  <ian@cygnus.com>
370
371         * filemode.c: Remove; not used.
372
373         If sysdep.h includes a header file, don't include it again:
374         * aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
375         <errno.h>.
376         * aoutx.h: Don't include <string.h>.  Use "sysdep.h" rather than
377         <sysdep.h>.
378         * archive.c: Don't include <string.h> or <errno.h>.
379         * evax-alpha.c; Don't include <stdio.h>.
380         * evax-egsd.c: Likewise.
381         * evax-etir.c: Likewise.
382         * evax-misc.c: Likewise.
383         * evax-emh.c: Likewise.  Also, don't include <sys/types.h>.
384         * hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
385         <errno.h>.
386         * hpux-core.c: Likewise.
387         * netbsd-core.c: Likewise.
388         * som.c: Likewise.
389         * libbfd.c: Don't include <sys/types.h>.
390         * nlmcode.h: Don't include <string.h>.
391         * osf-core.c: Don't include <string.h> or <stdio.h>.
392         * ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
393         <errno.h>, or <unistd.h>.
394         * trad-core.c: Don't include <stdio.h> or <sys/types.h>.
395
396 Thu May  7 13:12:50 1998  Klaus Kaempf  <kkaempf@progis.de>
397
398         * configure.com: If the version number can not be found in
399         configure.in, set it to "unknown" rather than "2.8.1".
400
401 Wed May  6 09:46:05 1998  Gavin Koch  <gavin@cygnus.com>
402
403         * elf32-mips.c (elf_mips_mach): New.
404         (_bfd_mips_elf_object_p): Use elf_mips_mach.
405         (_bfd_mips_elf_final_write_processing): Use the names
406         of machines, rather than the numbers.  Set both the ARCH
407         and MACH in e_flags.  Handle a few more specific machines.
408         (_bfd_mips_elf_merge_private_bfd_data): Merge both
409         EF_MIPS_ARCH and EF_MIPS_MACH.
410
411 Tue May  5 21:01:53 1998  Richard Henderson  <rth@cygnus.com>
412
413         * syms.c (bfd_is_local_label): Revert last change.
414         * srec.c (srec_write_symbols): Discard debugging symbols.
415
416 Tue May  5 23:36:06 1998  Ian Lance Taylor  <ian@cygnus.com>
417
418         * som.c: Include <ctype.h>.
419         * som.h: Don't include sysdep.h.
420
421 Tue May  5 18:29:24 1998  Tom Tromey  <tromey@cygnus.com>
422
423         * libbfd.h: Rebuilt.
424         * libbfd-in.h: Removed gettext includes and defines.
425         * sysdep.h: Moved gettext-related includes and defines here.
426
427 Tue May  5 16:47:54 1998  Richard Henderson  <rth@cygnus.com>
428
429         * srec.c (srec_write_symbols): Use bfd_is_local_label rather than
430         an ad-hoc test.  Kill bogus #if 0 code.
431         * syms.c (bfd_is_local_label): Consider BSF_DEBUGGING symbols local.
432
433 Mon May  4 16:10:33 1998  Ian Lance Taylor  <ian@cygnus.com>
434
435         * sunos.c (sunos_check_dynamic_reloc): Don't use the PLT address
436         when generating a normal executable for a symbol defined in a
437         regular file.  When copying a reloc into the output file, adjust
438         the addend for a PC relative reloc against a global symbol.
439
440 Mon May  4 10:08:18 1998  Tom Tromey  <tromey@cygnus.com>
441
442         * libbfd.h: Rebuilt.
443         * libbfd-in.h (_): Define as dgettext.
444
445 Mon May  4 11:02:23 1998  Ian Lance Taylor  <ian@cygnus.com>
446
447         * coff-arm.c (coff_arm_relocate_section): Cast to bfd_signed_vma,
448         not signed.
449         * peicode.h (pe_saved_coff_bfd_print_private_bfd_data): Use PARAMS
450         when declaring parameter types.
451         (pe_saved_coff_bfd_copy_private_bfd_data): Likewise.
452
453 Wed Apr 29 15:35:03 1998  Ian Lance Taylor  <ian@cygnus.com>
454
455         * config.bfd: If we include any ELF targets in targ_defvec and/or
456         targ_selvecs, then add the generic ELF targets to targ_selvecs.
457         * elf32-gen.c (dummy): New static const variable.
458         (elf_generic_info_to_howto): New static function.
459         (elf_generic_info_to_howto_rel): New static function.
460         (elf_info_to_howto): Define as elf_generic_info_to_howto.
461         (elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
462         * elf64-gen.c: Same changes as elf32-gen.c.
463         * elfcode.h (elf_object_p): For the generic target, ignore a
464         failure of bfd_default_set_arch_mach.  Fix indentation a bit.
465
466 Tue Apr 28 20:05:52 1998  Ian Lance Taylor  <ian@cygnus.com>
467
468         * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
469         * configure: Rebuild.
470
471 Tue Apr 28 12:16:57 1998  Jason Molenda  (crash@bugshack.cygnus.com)
472
473         * config.bfd:  Update OSR5/Unixware patterns.
474
475 Mon Apr 27 18:02:24 1998  Richard Henderson  <rth@cygnus.com>
476
477         * elf.c (assign_file_positions_for_segments): Allow for holes
478         between sections added by a link script.
479
480 Mon Apr 27 11:49:55 1998  Ian Lance Taylor  <ian@cygnus.com>
481
482         * configure.in: Change version number to 2.9.4
483         * configure: Rebuild.
484
485         Based on patch from H.J. Lu <hjl@gnu.org>:
486         * elf.c (bfd_elf_get_bfd_needed_list): New function.
487         * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
488         * bfd-in2.h: Rebuild.
489
490 Sat Apr 25 20:07:53 1998  Richard Henderson  <rth@cygnus.com>
491
492         * elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
493         Change all users.
494
495 Sat Apr 25 18:29:07 1998  Richard Henderson  <rth@cygnus.com>
496
497         * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
498         (elf64_alpha_relax_section): Fill them in.
499         (elf64_alpha_relax_opt_call): Implement more than a stub.
500         (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default 
501         alignment on .scommon.
502         (elf64_alpha_merge_gots): Merge use counts as well.
503
504 Sat Apr 25 14:07:29 1998  Richard Henderson  <rth@cygnus.com>
505
506         * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
507         for calculating a local symbol's address.
508         (elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
509         Set the .got's cooked size as well as the raw size.
510
511 Fri Apr 24 09:16:00 1998  Nick Clifton  <nickc@cygnus.com>
512
513         * elf32-v850.c (v850_elf_print_private_bfd_data): Add
514         internationalisation of printed information.
515         
516         * coff-arm.c (coff_arm_print_private_bfd_data): Add
517         internationalisation of printed information.
518
519 Fri Apr 24 12:09:18 1998  Ian Lance Taylor  <ian@cygnus.com>
520
521         * syms.c (struct indexentry): Change directory_name, file_name,
522         and function_name fields to char *.
523         (struct stab_find_info): Change cached_file_name field to char *.
524
525 Thu Apr 23 08:13:04 1998  Nick Clifton  <nickc@cygnus.com>
526
527         * peicode.h (dir_names): Add missing N_() macros to dir_names array.
528
529 Wed Apr 22 13:06:15 1998  Tom Tromey  <tromey@cygnus.com>
530
531         * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
532
533 Wed Apr 22 17:48:48 1998  Ian Lance Taylor  <ian@cygnus.com>
534
535         * Makefile.am (install-data-local): Make $(includedir).
536         * Makefile.in: Rebuild.
537
538 Wed Apr 22 13:06:15 1998  Tom Tromey  <tromey@cygnus.com>
539
540         * libbfd-in.h: Use `gettext' and not `dgettext' for now.
541
542 Wed Apr 22 12:53:40 1998  Ian Lance Taylor  <ian@cygnus.com>
543
544         * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
545         * Makefile.in: Rebuild.
546
547         * bfd-in2.h: Rebuild for Nick's changes.
548
549 Tue Apr 21 23:11:51 1998  Richard Henderson  <rth@cygnus.com>
550
551         * archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in last
552         change wrt length == max_namelen.
553
554 Tue Apr 21 21:19:36 1998  Tom Tromey  <tromey@scribbles.cygnus.com>
555
556         * Many files: Added gettext invocations around user-visible
557         strings.
558         * libbfd-in.h: Added gettext includes and defines.
559         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
560         HAVE_LC_MESSAGES): Define.
561         * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
562         po/Makefile.
563         * Makefile.am (SUBDIRS): Added po.
564         (POTFILES): New macro.
565         (po/POTFILES.in): New target.
566         (SOURCE_HFILES): New macro.
567         (HFILES): Use it.
568         * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
569
570 Tue Apr 21 13:38:18 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
571
572         * elfcore.h (bfd_prstatus):  Copy core_prstatus from the first
573         NT_PRSTATUS note section encountered, it contains the status of
574         the currently executing thread when the core file was written.
575
576 Tue Apr 21 10:00:12 1998  Nick Clifton  <nickc@cygnus.com>
577
578         * libcoff.h: Add extra parameter to
579         bfd_coff_link_output_has_begun overrideable function.
580         * cofflink.c: Pass extra parameter to
581         bfd_coff_link_output_has_begun function.
582         * bfd-in.h: Add prototypes for exported ARM interworking
583         functions. 
584         * peicode.h: ARM specific code reorganised to conform to BFD
585         coding conventions. 
586         * coffcode.h: ARM specific code reorganised to conform to BFD
587         coding conventions. 
588         * coff-arm.c: Code reorganised to conform to the BFD coding
589         conventions.  Global variables have been moved into an ARM
590         specific hash table structure and a new function:
591         bfd_arm_get_bfd_for_interworking() has been created which is
592         called from the linker scripts.
593
594 Tue Apr 21 00:11:51 1998  Richard Henderson  <rth@cygnus.com>
595
596         * archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.
597
598         * elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed from
599         elf64_alpha_relax_find_reloc_ofs.  Changed all callers.
600         (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss.
601         (elf64_alpha_size_got_sections): Don't merge .got sections twice.
602
603 Sat Apr 18 01:21:04 1998  Stan Cox  <scox@cygnus.com>
604
605         * config.bfd: Added sparc86x support.
606         
607 Fri Apr 17 22:29:04 1998  Ian Lance Taylor  <ian@cygnus.com>
608
609         * elf32-mips.c (mips_elf_relocate_section): Do not complain about
610         an out of range pc-relative jump/call to an undefined weak symbol.
611
612 Thu Apr 16 13:49:00 1998  Richard Henderson  <rth@cygnus.com>
613
614         * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp 
615         comparisons signed.
616
617 Thu Apr 16 11:43:33 1998  Ian Lance Taylor  <ian@cygnus.com>
618
619         * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
620         an error other than bfd_error_system_call, set the error to
621         bfd_error_wrong_format.
622
623         * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
624         bfd_elf32_powerpcle_vec.
625
626         * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
627         program segments are zero, don't set p_paddr_valid.
628
629 Wed Apr 15 22:15:16 1998  Richard Henderson  <rth@cygnus.com>
630
631         * elf64-alpha.c: Initial implementation of relaxation --
632         (struct alpha_elf_link_hash_entry): Add use_count member.
633         (elf64_alpha_check_relocs): Initialize and increment it.
634         (elf64_alpha_can_merge_gots): Check it when considering merging.
635         (elf64_alpha_merge_gots): Drop entries with zero use.
636         (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
637         (elf64_alpha_always_size_sections): Split out got sizing ...
638         (elf64_alpha_size_got_sections): ... here.  New function.
639         (elf64_alpha_relax_find_reloc_ofs): New function.
640         (elf64_alpha_relax_with_lituse): Likewise.
641         (elf64_alpha_relax_without_lituse): Likewise.
642         (elf64_alpha_relax_opt_call): Likewise.
643         (elf64_alpha_relax_section): Likewise.
644         (elf64_alpha_add_symbol_hook): Likewise.
645         (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
646         (elf64_alpha_relocate_section): Likewise.
647         (bfd_elf64_bfd_relax_section): Define.
648         (elf_backend_add_symbol_hook): Likewise.
649
650 Wed Apr 15 16:08:46 1998  Richard Henderson  <rth@cygnus.com>
651
652         * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
653         * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
654         (ELF_MACHINE_ALT1): New.  Set to EM_OLD_SPARC64.
655
656 Wed Apr 15 11:34:33 1998  Ian Lance Taylor  <ian@cygnus.com>
657
658         * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
659         * configure: Rebuild.
660
661 Mon Apr 13 16:46:27 1998  Ian Lance Taylor  <ian@cygnus.com>
662
663         * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
664         (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
665         * configure.in: Define and substitute WIN32LDFLAGS and
666         WIN32LIBADD.
667         * aclocal.m4: Rebuild with new libtool.
668         * configure, Makefile.in: Rebuild.
669
670 Fri Apr 10 13:44:27 1998  Ian Lance Taylor  <ian@cygnus.com>
671
672         * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
673         before any other symbols in the same section.
674
675 Wed Apr  8 14:50:23 1998  Michael Meissner  <meissner@cygnus.com>
676
677         * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
678         systems.
679
680 Tue Apr  7 16:25:31 1998  Gavin Romig-Koch  <gavin@cygnus.com>
681
682         * dwarf2.c (comp_unit): Move it earlier in the source. Add
683         addr_size.
684         (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
685         Use addr_size for address size, rather than sizeof(bfd_vma).
686         (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
687         Fix call to read_address.
688         (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
689         Scrap other unneeded arguments.  Fix call to read_address.
690         (scan_unit_for_functions): Fix call to read_attribute.
691         (parse_comp_unit): We now handle more values for addr_size.
692         Set addr_size in unit.  Fix call to read_attribute and
693         decode_line_info.
694
695 Tue Apr  7 15:44:47 1998  Gavin Romig-Koch <gavin@cygnus.com>
696
697         * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
698
699 Tue Apr  7 12:35:18 1998  Ian Lance Taylor  <ian@cygnus.com>
700
701         * archures.c (bfd_default_scan): Add m68k cases back to default
702         switch, reverting patch of March 25, since IEEE support depends
703         upon them.
704
705 Mon Apr  6 14:06:40 1998  Ian Lance Taylor  <ian@cygnus.com>
706
707         * Makefile.am (diststuff): New target.
708         * Makefile.in: Rebuild.
709
710 Sun Apr  5 16:21:44 1998  Jeffrey A Law  (law@cygnus.com)
711
712         * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
713         som_offset when we have an extended name table.
714
715 Sun Apr  5 16:04:39 1998  H.J. Lu  <hjl@gnu.org>
716
717         * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
718         trying to copy it.
719         * Makefile.in: Rebuild.
720
721 Fri Apr  3 11:09:42 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
722
723         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
724         symbols when creating a shared library.
725         (elf_m68k_adjust_dynindx): New function, used by above code.
726         (elf_m68k_finish_dynamic_sections): Initialize the section
727         symbols.
728         (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
729
730 Wed Apr  1 16:04:02 1998  Nick Clifton  <nickc@cygnus.com>
731
732         * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
733         value 11.
734
735 Wed Apr  1 13:36:58 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
736
737         * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
738         assertion.
739
740 Tue Mar 31 00:12:12 1998  Jeffrey A Law  (law@cygnus.com)
741
742         * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
743         absolute symbols.
744
745 Mon Mar 30 12:46:15 1998  Ian Lance Taylor  <ian@cygnus.com>
746
747         * configure.in: Set version to 2.9.1.
748         * configure: Rebuild.
749
750         * Branched binutils 2.9.
751
752 Mon Mar 30 12:20:50 1998  Brent Baccala  <baccala@freesoft.org>
753
754         * syms.c (ENABLE_CACHING): Define.
755         (struct indexentry): Define.
756         (struct stab_cache): Remove.
757         (cmpindexentry): New static function.
758         (struct stab_find_info): Add new fields: indextable,
759         indextablesize, cached_indexentry, cached_offset, cached_stab, and
760         cached_file_name.  Remove fields: file_cache, function_cache, and
761         line_cache.
762         (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
763         index table and search it.
764
765 Mon Mar 30 10:39:34 1998  Ian Lance Taylor  <ian@cygnus.com>
766
767         * elf.c (_bfd_elf_copy_private_section_data): Call
768         copy_private_bfd_data once we've seen the last SEC_ALLOC section.
769
770         * cpu-mips.c: Remove trailing comma at end of enumeration list.
771
772 Sat Mar 28 16:33:02 1998  Ian Lance Taylor  <ian@cygnus.com>
773
774         * coff-arm.c: Define all globally visible variables and functions
775         only when COFF_WITH_PE is not defined.
776         * configure.in (armpe_little_vec, armpe_big_vec): Add
777         coff-arm.lo.
778         * configure: Rebuild.
779
780 Fri Mar 27 16:06:02 1998  Ian Lance Taylor  <ian@cygnus.com>
781
782         Fix some gcc -Wall warnings:
783         * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
784         * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
785         * archures.c (bfd_default_scan): Likewise.
786         * bfd.c (bfd_scan_vma): Likewise.
787         * binary.c (mangle_name): Likewise
788         * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
789         * coff-sh.c (sh_relocate_section): Likewise.
790         * coff-stgo32.c (create_go32_stub): Likewise.
791         * coffcode.h (coff_slurp_line_table): Likewise.
792         * ecoff.c (_bfd_ecoff_write_armap): Likewise.
793         * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
794         (assign_file_positions_for_segments): Likewise.
795         * elf32-mips.c (mips_elf_relocate_section): Likewise.
796         * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
797         * oasys.c (oasys_write_sections): Likewise.
798         * ppcboot.c (ppcboot_object_p): Likewise.
799         (mangle_name): Likewise.
800         * riscix.c (riscix_fix_pcrel_26): Likewise.
801         * srec.c (srec_scan): Likewise.
802         * stabs.c (_bfd_write_section_stabs): Likewise.
803         * sunos.c (sunos_add_dynamic_symbols): Likewise.
804         * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
805         switch.  Declare parameters for function pointers.
806         * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
807         warning.
808         * elf.c (elf_sort_sections): Likewise.
809         * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
810         Add default cases to switches.
811         (coff_arm_relocate_section): Remove unused local variables.
812         Always set rstat.
813         (coff_arm_bfd_set_private_flags): Change flag variable to type
814         flagword.
815         * coff-mips.c (mips_relocate_section): Initialize use_lo.
816         * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
817         (dump_toc): Change cat to const, and initialize it.
818         * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
819         * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
820         (sh_elf_relocate_section): Initialize r_symndx.
821         * coffcode.h (coff_compute_section_file_positions): Only declare
822         old_sofar if ALIGN_SECTIONS_IN_FILE.
823         (coff_write_object_contents): Initialize csym.
824         * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
825         * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
826         switch.
827         * dwarf2.c: Include libiberty.h.
828         (read_2_signed_bytes, read_4_signed_bytes): Comment out.
829         (decode_line_info): Remove unused local variables.
830         * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
831         (m32r_elf_relocate_section): Likewise.
832         * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
833         (v850_elf_reloc): Likewise.
834         * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
835         (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
836         * elf.c (assign_file_positions_for_segments): Always set adjust.
837 start-sanitize-d30v
838         * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr.  Fully
839         parenthesize expression.
840 end-sanitize-d30v
841         * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
842         (m32r_elf_object_p): Return a value.
843         (m32r_elf_print_private_bfd_data): Change fprintf format string.
844         * elf32-mips.c (mips_elf_final_link): Initialize last.
845         (mips_elf_finish_dynamic_sections): Initialize last and dindx.
846         * elf32-v850.c (v850_elf_object_p): Return a value.
847         (v850_elf_print_private_bfd_data): Change fprintf format string.
848         * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
849         unsigned long.
850         * elflink.h (elf_link_add_object_symbols): Change vernum to
851         unsigned int, and initialize it.  Change fprintf format string.
852         (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
853         when setting or comparing to soname_indx.
854         (elf_create_pointer_linker_section): Change num_symbols to
855         unsigned int.
856         * libcoff-in.h (coff_data_type): Change flags to flagword.
857         * peicode.h (pe_print_idata): Initialize idx.  Change j to
858         bfd_size_type.  Initialize hint_member.  Remove useless test to
859         time_stamp.
860         (pe_print_edata): Change num_functions and num_names in struct
861         EDT_type to unsigned long.  Remove cast.  Change fprintf format
862         string.
863         * ppcboot.c (ppcboot_object_p): Change i to size_t.
864         * reloc.c (bfd_get_reloc_size): Change return type to unsigned
865         int.
866         * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
867         int *.  Update uses.  Change j to long.
868         * bfd-in2.h, libcoff.h: Rebuild.
869
870 Fri Mar 27 10:10:46 1998  Catherine Moore <clm@cygnus.com>
871
872         * elf32-v850.c Remove definition of USE_REL.
873         (v850_elf_info_to_howto_rela): New function.
874         (v850_elf_perform_relocation):  Renamed from
875         v850_elf_store_addend_in_insn.  Removed replace argument.
876         (v850_elf_reloc): store the relocation in the addend field instead
877         of the insn.
878         (v850_elf_final_link_relocate):  Now calls
879         v850_elf_perform_relocation.
880         (v850_elf_relocate_section):  Remove code to generate REL
881         relocations.
882
883 Thu Mar 26 13:32:17 1998  Ian Lance Taylor  <ian@cygnus.com>
884
885         * coffcode.h (coff_new_section_hook): Set the type and storage
886         class in the native symbol information allocated for a new section
887         symbol.
888
889 Thu Mar 26 10:13:41 1998  Nick Clifton  <nickc@cygnus.com>
890
891         * peicode.h: Chain together calls to
892         coff_bfd_copy_private_bfd_data and
893         coff_bfd_print_private_bfd_data. 
894
895         * coff-arm.c: Add prototypes for
896         coff_arm_bfd_print_private_bfd_data and
897         coff_arm_bfd_copy_private_bfd_data. 
898
899 Wed Mar 25 15:45:55 1998  Nick Clifton  <nickc@cygnus.com>
900
901         * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
902         build.
903
904         * peicode.h: Call arm-coff private data functions after handling
905         pe private data.
906
907         * coff-arm.c: Turn statics into globals so that they can be shared
908         both pe and pei backends.
909
910 Wed Mar 25 15:19:38 1998  Ian Lance Taylor  <ian@cygnus.com>
911
912         * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
913         plain numbers.
914         (sunos_write_object_contents): Likewise.
915         * aoutx.h (NAME(aout,machine_type)): Likewise.
916         * coffcode.h (coff_set_arch_mach_hook): Likewise.
917
918 Wed Mar 25 13:59:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
919
920         * archures.c (bfd_mach_m68*): Add definitions for various m68k
921         variants.
922         (bfd_default_scan): Remove m68k special cases.
923         * bfd-in2.h: Rebuild.
924         * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
925         than plain numbers.
926         * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
927         * cpu-m68k.c (arch_info_struct): Likewise.  Add entry for
928         m68k:68000.
929         (bfd_m68k_arch): Set mach field to zero to signal no explicit
930         selection, change printable_name to just "m68k" and make that the
931         default instead of m68k:68020.
932
933         * aout-tic30.c (NAME): Define this to avoid multiple definitions
934         from aoutx.h.
935         (MY_get_section_contents): Define as aout_32_get_section_contents
936         rather than NAME(aout,get_section_contents).
937
938         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
939
940         * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
941         and call bfd_default_set_arch_mach to do the real work.
942
943 Wed Mar 25 10:41:35 1998  Richard Henderson  <rth@cygnus.com>
944
945         * bout.c (BALX): Include return register g14 as part of the insn.
946         (BALX_MASK): New.
947         (calljx_callback): Use it.
948
949 Wed Mar 25 11:19:28 1998  Ian Lance Taylor  <ian@cygnus.com>
950
951         * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
952         * libbfd.h: Rebuild.
953
954         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
955         byte_count to unsigned int.
956         (mn10300_elf_relax_section): Initialize internal_relocs.  Remove
957         unused local variables.
958
959         * evax-alpha.c (evax_close_and_cleanup): Remove unused local
960         variables er and er1.
961
962         * cpu-v850.c: Include <ctype.h>.
963         (scan): Case isdigit argument to unsigned char.
964
965         From Yan Meroth <YAN.MEROTH@st.com>:
966         * ihex.c (ihex_scan): Add extbase variable so that getting an
967         extended linear address record does not ignore any previous
968         extended address.
969         (ihex_write_object_contents): When writing out an extended linear
970         address record, zero out any previous extended address.
971
972 Tue Mar 24 16:09:43 1998  Manfred Hollstein  <manfred@s-direktnet.de>
973
974         * ieee.c (do_one): Check section before dereferencing it.
975         (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
976         (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
977
978 Mon Mar 23 18:51:47 1998  Joel Sherrill  <joel@OARcorp.com>
979
980         * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
981
982 Mon Mar 23 14:23:36 1998  Nick Clifton  <nickc@cygnus.com>
983
984         * coff-arm.c: Add interworking functions to pe backends.
985
986 start-sanitize-r5900
987 Sun Mar 22 13:05:08 1998  Jeffrey A Law  (law@cygnus.com)
988
989         * elf32-mips.c (R_MIPS15_S3): New relocation type.
990         (elf_mips_howto_table): Add R_MIPS15_S3.
991         (mips_reloc_map): Map BFD_RELOC_MIPS15_S3 to R_MIPS15_S3.
992         * reloc.c (BFD_RELOC_MIPS15_S3): New relocation type.
993         * bfd-in2.h, libbfd.h: Rebuilt.
994
995 end-sanitize-r5900
996 Fri Mar 20 18:47:20 1998  Ian Lance Taylor  <ian@cygnus.com>
997
998         * configure.in: Use AM_DISABLE_SHARED.
999         * aclocal.m4, configure: Rebuild with libtool 1.2.
1000
1001 Fri Mar 20 11:25:41 1998  Nick Clifton  <nickc@cygnus.com>
1002
1003         * coff-arm.c (coff_arm_relocate_section): Better error messages
1004         when interowrking conflucts occur.  Courtesy of Jonathan Walton
1005         and Tony Thompson.
1006         (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
1007         relocations.  Patch courtesy of Jonathan Walton and Tony
1008         Thompson.
1009
1010 Fri Mar 20 02:26:43 1998  Richard Henderson  <rth@cygnus.com>
1011
1012         * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
1013         part of Feb 22 change controling when to override the existing
1014         symbol with the .plt entry.
1015
1016 Wed Mar 18 09:26:25 1998  Nick Clifton  <nickc@cygnus.com>
1017
1018         * config.bfd (targ_cpu): Add thumb-pe target.
1019
1020         * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
1021         functions in PE build.
1022
1023 Sun Mar  8 23:37:26 1998  Stan Cox  <scox@equinox.cygnus.com>
1024
1025         * config.bfd (sparclite-*-elf*): Added.
1026
1027 start-sanitize-vr4320
1028 Tue Mar  3 11:24:05 1998  Gavin Koch  <gavin@cygnus.com>
1029
1030         * mips-cpu.c: Reorganize sanitization.
1031
1032         * archures.c, bfd-in2.h, mips-cpu.c : Added bfd_mach_mips4320.
1033
1034 end-sanitize-vr4320
1035 Mon Feb 23 19:31:19 1998  Ian Lance Taylor  <ian@cygnus.com>
1036
1037         * configure.in: Add elf.lo to elf shell variable.
1038         * Makefile.am (BFD_LIBS): Remove elf.lo.
1039         (BFD_LIBS_CFILES): Remove elf.c.
1040         (BFD32_BACKENDS): Add elf.lo.
1041         (BFD32_BACKENDS_CFILES): Add elf.c.
1042         * configure, Makefile.in: Rebuild.
1043
1044 1998-02-23 15:53  Richard Henderson  <rth@cygnus.com>
1045
1046         * elf32-i386.c (elf_i386_relocate_section): A pc-relative
1047         relocation against a now-local symbol should not have a dynamic
1048         relocation.
1049
1050 Mon Feb 23 16:17:08 1998  Ian Lance Taylor  <ian@cygnus.com>
1051
1052         * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
1053         COFF filehdr flags.
1054         (pe_print_private_bfd_data): Print PE flags.  From Mikey
1055         <jeffdb@netzone.com>.
1056
1057 Sun Feb 22 20:39:00 1998  Richard Henderson  <rth@cygnus.com>
1058
1059         * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
1060         a plt entry when we can determine that we authoritatively define
1061         the symbol.
1062
1063 Sun Feb 22 20:33:05 1998  Richard Henderson  <rth@cygnus.com>
1064
1065         * configure.in (COREFILE selection): Remove sparc-*-linux*.  They
1066         don't actually use trad-core, but a SunOS-style core file handled
1067         by gdb directly.
1068         * hosts/sparclinux.h: Remove.
1069
1070 start-sanitize-sky
1071 Thu Feb 19 02:38:52 1998  Doug Evans  <devans@charmed.cygnus.com>
1072
1073         * reloc.c (BFD_RELOC_MIPS_DVP_27_S4): New reloc type.
1074         * elf32-mips.c (enum reloc_type): Add R_MIPS_DVP_27_S4.
1075         (elf_mips_dvp_27_s4_howto): Describe it.
1076         (bfd_elf32_bfd_reloc_type_lookup): Handle it.
1077         (mips_info_to_how_rel): Handle it.
1078         (mips_elf_relocate_section): Handle it.
1079         * bfd-in2.h,libbfd.h: Regenerate.
1080
1081 end-sanitize-sky
1082 Wed Feb 18 15:31:06 1998  Ian Lance Taylor  <ian@cygnus.com>
1083
1084         * peicode.h (pe_print_idata): If there is no .idata section, look
1085         for the import tables in some other section.  Make the initial
1086         label line up better with the data.  Print the import address
1087         table even if there is no import name table.  If the import
1088         address table holds actual addresses, print them.
1089
1090 start-sanitize-sky
1091 Tue Feb 17 20:00:26 1998  Doug Evans  <devans@canuck.cygnus.com>
1092
1093         * config.bfd (targ_archs): If mips64r5900-sky-elf, add bfd_dvp_arch.
1094
1095 end-sanitize-sky
1096 Tue Feb 17 12:58:34 1998  Ian Lance Taylor  <ian@cygnus.com>
1097
1098         * libbfd.c (bfd_seek): If fseek fails, save errno around call to
1099         bfd_tell.  If errno is EINVAL, set bfd_error_file_truncated, not
1100         bfd_error_system_call.
1101
1102 Fri Feb 13 13:11:33 1998  Ian Lance Taylor  <ian@cygnus.com>
1103
1104         * Makefile.am (AUTOMAKE_OPTIONS): Define.
1105         * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1106
1107         From H.J. Lu <hjl@gnu.org>:
1108         * Makefile.am (libbfd_la_LDFLAGS): Define.
1109         * Makefile.in: Rebuild.
1110
1111 Thu Feb 12 17:31:11 1998  Ian Lance Taylor  <ian@cygnus.com>
1112
1113         NetBSD patches from Gordon W. Ross <gwr@mc.com>:
1114         * netbsd.h (MACHTYPE_OK): Define.
1115         (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
1116         calling N_SET_MACHTYPE, rather than having a switch.
1117         * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
1118         and M_ALPHA_NETBSD.
1119         * i386netbsd.c (MACHTYPE_OK): Don't define.
1120         (DEFAULT_MID): Define.
1121         * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
1122         (MACHTYPE_OK): Don't define.
1123         (DEFAULT_MID): Define.
1124         * m68knetbsd.c: (MACHTYPE_OK): Don't define.
1125         (DEFAULT_MID): Define.
1126         * ns32knetbsd.c (MACHTYPE_OK): Don't define.
1127         (DEFAULT_MID): Define.
1128         * sparcnetbsd.c (MACHTYPE_OK): Don't define.
1129         (DEFAULT_MID): Define.
1130
1131         NetBSD patches from Gordon W. Ross <gwr@mc.com>:
1132         * vaxnetbsd.c: New file.
1133         * netbsd-core.c: Clean up.  Remove unused macros.  Use netbsd
1134         rather than netbsd_core.
1135         * targets.c (vaxnetbsd_vec): Declare.
1136         (bfd_target_vector): Add vaxnetbsd_vec.  If NETBSD_CORE is
1137         defined, add netbsd_core_vec.
1138         * configure.in: Set COREFILE for alpha*-*-netbsd* and
1139         powerpc-*-netbsd* to netbsd-core.lo.  If COREFILE is
1140         netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
1141         * config.bfd (alpha*-*-netbsd*): New target.
1142         * Makefile.am: Rebuild dependencies.
1143         (BFD32_BACKENDS): Add vaxnetbsd.lo.
1144         (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
1145         * configure, Makefile.in: Rebuild.
1146
1147         * configure.host: Remove the old shared library build stuff.  We
1148         now use libtool instead.
1149
1150 Wed Feb 11 17:13:09 1998  Richard Henderson  <rth@cygnus.com>
1151
1152         * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
1153
1154 Tue Feb 10 19:23:28 1998  H.J. Lu  <hjl@gnu.org>
1155
1156         * configure.in: Take stab-syms.lo out of sparclinux_vec list.
1157         * configure: Rebuild.
1158
1159 Tue Feb 10 15:16:38 1998  Nick Clifton  <nickc@cygnus.com>
1160 start-sanitize-m32rx
1161         * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Do not complain
1162         when merging m32r BFDs into m32rx BFDs.
1163 end-sanitize-m32rx
1164         * elf32-v850.c (remember_hi16s_reloc): New function.
1165         (find_remembered_hi16s_reloc): New function.
1166         (v850_elf_store_addend_in_insn): Use the above new functions to
1167         match up HI6S relocs with LO16 relocs.
1168
1169 start-sanitize-sky
1170 Tue Feb 10 13:25:14 1998  Doug Evans  <devans@canuck.cygnus.com>
1171
1172         * archures.c (bfd_mach_dvp_{vif,gif}): Renamed from ..._{pke,gpuif}.
1173         (bfd_txvu_arch): Delete.
1174         * cpu-mips.c (arch_info_struct): dvp:{vif,gif} renamed from
1175         dvp:{pke,gpuif}.
1176         * bfd-in2.h: Regenerate.
1177
1178 end-sanitize-sky
1179 Tue Feb 10 15:01:39 1998  Ian Lance Taylor  <ian@cygnus.com>
1180
1181         * configure.in: Change -linux* to -linux-gnu*.
1182         * config.bfd, configure.host: Likewise.
1183         * configure: Rebuild.
1184
1185 Mon Feb  9 19:40:59 1998  Nick Clifton  <nickc@cygnus.com>
1186
1187         * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
1188         LO16/HI16S bug and improve comments about what is going on.
1189
1190 Sat Feb  7 15:27:03 1998  Ian Lance Taylor  <ian@cygnus.com>
1191
1192         * configure, aclocal.m4: Rebuild with new libtool.
1193
1194 start-sanitize-v850e
1195 Fri Feb  6 14:48:20 1998  Nick Clifton  <nickc@cygnus.com>
1196
1197         * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
1198         when merging v850 code into v850e/v850ea code.  Do not initialise
1199         output flags if the input is the default architecture.
1200 end-sanitize-v850e
1201 Fri Feb  6 11:50:22 1998  Jeffrey A Law  (law@cygnus.com)
1202
1203 start-sanitize-r5900
1204         * cpu-mips.c (arch_info_struct): Make r5900 pointer size 32bits.
1205 end-sanitize-r5900
1206         * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
1207         get the size from bfd_arch_bits_per_address instead of directly
1208         from the isa.
1209
1210 Thu Feb  5 14:21:34 1998  Michael Meissner  <meissner@cygnus.com>
1211
1212         * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
1213         to wrap, just return all 1's bits instead.
1214         * libbfd.h: Regenerate.
1215
1216 Thu Feb  5 11:51:05 1998  Ian Lance Taylor  <ian@cygnus.com>
1217
1218         * coff-i386.c (coff_pe_i386_relocate_section): New static function
1219         if COFF_WITH_PE.
1220         (coff_relocate_section): If COFF_WITH_PE, define as
1221         coff_pe_i386_relocate_section.
1222         * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
1223         skip empty sections, to match coff_write_object_contents.
1224
1225         * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
1226         rather than swapping out r_offset twice.  From Luke Deller
1227         <luked@cse.unsw.edu.au>.
1228
1229 Wed Feb  4 19:11:28 1998  Ian Lance Taylor  <ian@cygnus.com>
1230
1231         * configure.in: Set libtool_enable_shared rather than
1232         libtool_shared.  Remove diversion hack.
1233         * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
1234         with new libtool.
1235
1236 Wed Feb  4 16:10:21 1998  Brent Baccala  <baccala@freesoft.org>
1237
1238         * syms.c (struct stab_cache): Define.
1239         (struct stab_find_info): Remove cached_offset, cached_stab,
1240         cached_str, and cached_stroff fields.  Add file_cache,
1241         function_cache, and line_cache fields.
1242         (_bfd_stab_section_find_nearest_line): Use extensive caching to
1243         speed up searches.
1244
1245 Wed Feb  4 13:34:22 1998  Ian Lance Taylor  <ian@cygnus.com>
1246
1247         * peicode.h (pe_print_idata): Check for import of ordinal rather
1248         than name.
1249         (pe_print_edata): If there is no .edata section, look for the
1250         export data in some other section.
1251
1252 Mon Feb  2 20:05:42 1998  Jason Molenda  (crash@bugshack.cygnus.com)
1253
1254         * configure.in: Change version to 2.8.4.
1255         * configure: Regenerated.
1256
1257 Mon Feb  2 17:39:39 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>
1258
1259         Add tms320c30 support:
1260         * cpu-tic30.c: New file.
1261         * aout-tic30.c: New file.
1262         * coff-tic30.c: New file.
1263         * archures.c (bfd_arch_tic30): Define.
1264         (bfd_tic30_arch): Declare.
1265         (bfd_archures_list): Add bfd_tic30_arch.
1266         * targets.c (bfd_target_vector): Add tic30_aout_vec and
1267         tic30_coff_vec.
1268         * reloc.c (BFD_RELOC_TIC30_LDP): Define.
1269         * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
1270         (coff_set_flags): Likewise.
1271         * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
1272         * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
1273         * Makefile.am: Rebuild dependencies.
1274         (ALL_MACHINES): Add cpu-tic30.lo.
1275         (ALL_MACHINES_CFILES): Add cpu-tic30.c.
1276         (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
1277         (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
1278         * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
1279
1280 Mon Feb  2 12:25:12 1998  Nick Clifton  <nickc@cygnus.com>
1281
1282         * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
1283         to lag behind LO16 reloc by a couple of instructions.
1284
1285 Mon Feb  2 14:09:46 1998  Ian Lance Taylor  <ian@cygnus.com>
1286
1287         * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
1288         make to reexamine the file timestamp.
1289         ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
1290
1291         * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
1292         0x100000.
1293
1294 start-sanitize-sky
1295 Fri Jan 30 17:48:17 1998  Doug Evans  <devans@canuck.cygnus.com>
1296
1297         * elf32-mips.c (elf_mips_dvp_11_pcrel_howto): Set pcrel_offset=true
1298         and partial_inplace=false.
1299         (mips_elf_relocate_section): Recognize R_MIPS_DVP_11_PCREL.
1300
1301 end-sanitize-sky
1302 Fri Jan 30 19:07:07 1998  Geoff Keating  <geoffk@ozemail.com.au>
1303
1304         * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
1305         to create .dynsbss and .rela.sbss sections.
1306         (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
1307         copied from dynamic objects into .sbss.
1308         (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
1309         use it.  Correct typo of .rela.sdata2.
1310         (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
1311         put the data, which may now be in .sbss.
1312         (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
1313         (elf_backend_create_dynamic_sections): Define as
1314         ppc_elf_create_dynamic_sections.
1315
1316         * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
1317         against _GLOBAL_OFFSET_TABLE_.
1318         (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
1319         shared libraries which refer to local symbols.  Make sure that the
1320         test for allocating space for a reloc in a shared object is the
1321         same as the test for emitting a reloc.
1322
1323 start-sanitize-sky
1324 Thu Jan 29 17:44:53 1998  Doug Evans  <devans@canuck.cygnus.com>
1325
1326         * elf32-mips.c: Add dvp support.
1327
1328 end-sanitize-sky
1329 Thu Jan 29 15:55:35 1998  J.J. van der Heijden  <J.J.vanderHeijden@student.utwente.nl>
1330
1331         * config.bfd (i[3456]-*-mingw32*): New target.
1332         * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
1333         * aclocal.m4, configure: Rebuild.
1334
1335 start-sanitize-sky
1336 Wed Jan 28 15:14:28 1997  Doug Evans  <devans@canuck.cygnus.com>
1337
1338         * config.bfd, configure.in: Add dvp support.
1339         * configure: Regenerate.
1340         * aclocal.m4: Regenerate.
1341         * archures.c, reloc.c, cpu-mips.c: Add dvp support.
1342         * bfd-in2.h, libbfd.h, libcoff.h: Regenerate.
1343
1344 end-sanitize-sky
1345 Wed Jan 28 13:41:26 1998  Ian Lance Taylor  <ian@cygnus.com>
1346
1347         * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
1348         have a bfd_object.
1349
1350 Tue Jan 27 21:43:55 1998  Richard Henderson  <rth@cygnus.com>
1351
1352         Sparc v9 ABI compliant PLT:
1353         * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
1354         (plt_templates, sparc64_elf_build_plt_entry): Delete.
1355         (LARGE_PLT_THRESHOLD): New define.
1356         (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
1357         (sparc64_elf_build_plt): New function.
1358         (sparc64_elf_plt_entry_offset): Likewise.
1359         (sparc64_elf_plt_ptr_offset): Likewise.
1360         (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
1361         contain the index for convenience.  Skip the initial entries
1362         in .rela.plt.
1363         (sparc64_elf_size_dynamic_sections): Zero the allocated contents
1364         memory for the benefit of .rela.plt.
1365         (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
1366         (sparc64_elf_finish_dynamic_symbol): Kill template stuff.  Use
1367         sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
1368         (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
1369         Call sparc64_elf_build_plt.
1370         (elf_backend_want_got_plt): No.
1371         (elf_backend_plt_readonly): No.
1372         (elf_backend_plt_alignment): 8.
1373
1374         * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
1375         * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
1376         * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
1377         to be called.
1378
1379 Tue Jan 27 21:45:15 1998  Jeffrey A Law  (law@cygnus.com)
1380
1381         * archures.c (bfd_mach_mips*): Add definitions for various MIPS
1382         processors.
1383         * cpu-mips.c (arch_info_struct): Add mips variants.
1384         * bfd-in2.h: Rebuilt.
1385
1386 Tue Jan 27 15:06:04 1998  Nick Clifton  <nickc@cygnus.com>
1387
1388         * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
1389         t2a3_b_insn.
1390
1391 Tue Jan 27 12:47:27 1998  Robert Lipe  <robertl@dgii.com>
1392
1393         * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
1394         (i[3456]86sco3.2v5*coff): New target.
1395
1396 Mon Jan 26 15:41:30 1998  Ian Lance Taylor  <ian@cygnus.com>
1397
1398         * bfd-in2.h: Rebuild with changes to chew--tab expansion.
1399
1400 Thu Jan 22 21:26:48 1998  Richard Henderson  <rth@cygnus.com>
1401
1402         * bfd.c (bfd_get_error_handler): Add orthogonal function.
1403         * bfd-in2.h: Regenerate.
1404
1405 Thu Jan 22 21:13:39 1998  Richard Henderson  <rth@cygnus.com>
1406
1407         * tekhex.c (tekhex_write_object_contents): Check for no symbols.
1408
1409 Wed Jan 21 21:19:03 1998  Ian Lance Taylor  <ian@cygnus.com>
1410
1411         * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
1412         adjust addend for an output common symbol (from Jimmy Blair
1413         <jimmyb@wrs.com>).  If COFF_WITH_PE, adjust addend for PC relative
1414         defined symbol to counteract adjustment made in generic relocation
1415         code.
1416
1417         * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
1418
1419 Wed Jan 21 21:16:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1420
1421         * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
1422         (GET_SCNDHR_NLNNO): Likewise.
1423
1424 Mon Jan 19 12:49:52 1998  Ian Lance Taylor  <ian@cygnus.com>
1425
1426         * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
1427
1428 Wed Jan 14 17:23:27 1998  Nick Clifton  <nickc@cygnus.com>
1429
1430         * elf32-m32r.c: Add macros to handle NOP insertion.
1431
1432 Wed Jan 14 16:15:22 1998  Richard Henderson  <rth@cygnus.com>
1433
1434         * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
1435         (xcoff_mark): Likewise.
1436         (xcoff_build_ldsyms): Mark absolute symbols.
1437
1438 Wed Jan 14 16:03:11 1998  Richard Henderson  <rth@cygnus.com>
1439
1440         * bout.c (b_out_write_object_contents): Sort symbols before output
1441         to keep {CALL,BAL}NAME symbols adjacent.
1442         (b_out_symbol_cmp): New function.
1443
1444 Tue Dec 30 12:45:18 1997  Ian Lance Taylor  <ian@cygnus.com>
1445
1446         * elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't
1447         allocate space for a PC relative reloc against a symbol which is
1448         defined in a regular file.
1449         (elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC
1450         relative reloc against a symbol which is defined in a regular
1451         file.
1452
1453 Mon Dec 29 18:02:28 1997  Ian Lance Taylor  <ian@cygnus.com>
1454
1455         From Jonathan Stone <jonathan@DSG.Stanford.EDU>:
1456         * config.bfd (mips-dec-netbsd*): Add ECOFF vectors to
1457         targ_selvecs.
1458         (mips*el-*-netbsd*): Like mips-dec-netbsd*.
1459         (mips*-*-netbsd*): New target.
1460
1461 Mon Dec 29 17:13:28 1997  H.J. Lu  (hjl@gnu.org)
1462
1463         * elflink.h (elf_link_assign_sym_version): Change error message
1464         from "undefined version name" to "undefined versioned symbol
1465         name".
1466
1467 Mon Dec 29 11:41:16 1997  Nick Clifton  <nickc@cygnus.com>
1468
1469         * coff-arm.c (coff_arm_relocate_section): Fix typo from previous
1470         delta.
1471
1472 Tue Dec 23 17:01:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1473
1474         * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
1475         * libbfd.h: Rebuild.
1476
1477         * peicode.h (coff_swap_scnhdr_out): Set .reloc section to be
1478         shared.  Set stab* sections to be shared and read.  Set .rsrc
1479         section to be read and shared.
1480
1481 Mon Dec 22 13:20:57 1997  Ian Lance Taylor  <ian@cygnus.com>
1482
1483         * Makefile.am: Rebuild dependencies.
1484         (ALL_MACHINES_CFILES): Add dwarf2.lo.
1485         (ALL_MACHINES_CFILES): Add dwarf2.c.
1486         * Makefile.in: Rebuild.
1487
1488         * coff-arm.c: Don't include obstack.h.
1489
1490 Mon Dec 22 13:04:33 1997  Joel Sherrill  <joel@oarcorp.com>
1491
1492         * config.bfd (i[3456]86*-go32-rtems*): Fix to be the same as
1493         i[3456]86-go32.
1494
1495 Thu Dec 18 16:01:25 1997  Doug Evans  <devans@canuck.cygnus.com>
1496
1497         * configure: Regenerate to get @SHELL@ substituted.
1498
1499 Wed Dec 17 09:45:09 1997  Nick Clifton  <nickc@cygnus.com>
1500
1501         * coff-arm.c (coff_arm_relocate_section): Only look at section
1502         owner if there is one.
1503
1504         * elf.c (assign_file_positions_for_segments): Fail if there is not
1505         enough room for the program headers.
1506
1507 Tue Dec 16 08:09:56 1997  Gavin Koch  <gavin@cygnus.com>
1508
1509         * elf.c (_bfd_elf_find_nearest_line): Call
1510         _bfd_dwarf2_find_nearest_line first.
1511         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Same.
1512         * dwarf2.c: New file; implement _bfd_dwarf2_find_nearest_line.
1513
1514 Mon Dec 15 16:08:52 1997  Nick Clifton  <nickc@cygnus.com>
1515
1516 start-sanitize-m32rx
1517         * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Allow M32R
1518         object files to be merged into a M32RX executable.
1519
1520         * archures.c: Add bfd_mach_m32rx.
1521 end-sanitize-m32rx
1522         * archures.c: Add bfd_mach_m32r.
1523
1524 Mon Dec 15 16:11:22 1997  Fred Fish  <fnf@cygnus.com>
1525
1526         * coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined.
1527         (coff_compute_section_file_positions): Use ALIGN_SECTIONS_IN_FILE
1528         to decide when to align the file sections for paging.
1529 start-sanitize-tic80
1530         * coffcode.h (ALIGN_SECTIONS_IN_FILE): Undefine for TIC80COFF.
1531 end-sanitize-tic80
1532
1533 Mon Dec 15 15:01:15 1997  Nick Clifton  <nickc@cygnus.com>
1534
1535         * elf32-m32r.c (m32r_elf_object_p): New Function.
1536         (m32r_elf_final_write_processing):  New Function.
1537         (m32r_elf_set_private_flags):  New Function.
1538         (m32r_elf_copy_private_bfd_data):  New Function.
1539         (m32r_elf_merge_private_bfd_data):  New Function.
1540         (m32r_elf_print_private_bfd_data):  New Function.
1541         (elf_backend_object_p): Point to m32r_object_p.
1542         (elf_backend_final_write_processing): Point to
1543         m32r_elf_final_write_processing.
1544         (bfd_elf32_bfd_copy_private_bfd_data): Point to
1545         m32r_elf_copy_private_bfd_data.
1546         (bfd_elf32_bfd_merge_private_bfd_data): Point to
1547         m32r_elf_merge_private_bfd_data.
1548         (bfd_elf32_bfd_set_private_flags): Point to
1549         m32r_elf_set_private_bfd_data.
1550         (bfd_elf32_bfd_print_private_bfd_data): Point to
1551         m32r_elf_print_private_bfd_data.
1552
1553 start-sanitize-m32rx
1554         * cpu-m32r.c: Add m32rx cpu architecture.
1555         * bfd-in2.h (bfd_mach_m32rx): Add identifier for M32RX
1556         architecture machines.
1557 end-sanitize-m32rx
1558
1559         * bfd-in2.h (bfd_mach_m32r): Add identifier for M32R architecture
1560         machines.
1561
1562 Fri Dec 12 11:30:28 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
1563
1564         * configure: Only build libbfd shared if --enable-shared's value
1565         was `yes', or was set to `*bfd*'.
1566         * aclocal.m4: Likewise.
1567         * NOTE: this really needs to be fixed in libtool/libtool.m4, the
1568         original source of this bit of code.  It's not clear what the best fix
1569         would be, though.
1570
1571 Thu Dec 11 17:48:11 1997  Richard Henderson  <rth@cygnus.com>
1572
1573         * linker.c (generic_link_add_symbol_list): Always init udata.p so
1574         that the generic relaxation code can function when input and output
1575         file formats are mismatched.
1576
1577 Thu Dec 11 01:02:18 1997  Ian Lance Taylor  <ian@cygnus.com>
1578
1579         * coff-sh.c (bfd_coff_small_swap_table): Initialize new fields.
1580
1581         * elf.c (assign_file_positions_for_segments): For a loadable
1582         section, make sure that the load address is correct relative to
1583         the load address of the segment plus the size of the segment so
1584         far.
1585
1586         * coffcode.h (_coff_link_output_has_begun): Make static.
1587         (_coff_final_link_postscript): Likewise.
1588
1589 Wed Dec 10 23:37:11 1997  Ian Lance Taylor  <ian@cygnus.com>
1590
1591         * elflink.h (elf_link_input_bfd): Handle a relocateable link in
1592         which a relocation refers to an indirect or warning symbol.
1593
1594 Wed Dec 10 11:15:55 1997  Nick Clifton  <nickc@cygnus.com>
1595
1596         * coff-arm.c (bfd_arm_coff_final_link): Function deleted.
1597         (coff_arm_final_link_postscript): New function.
1598         (coff_arm_link_output_has_begun): New function.
1599
1600         * libcoff.h (struct bfd_coff_backend_data): Add new fields:
1601         _bfd_coff_link_output_has_begun and
1602         _bfd_coff_final_link_postscript.  Add new macros:
1603         bfd_coff_link_output_has_begun() and
1604         bfd_coff_final_link_postscript().
1605
1606         * cofflink.c (_bfd_coff_final_link): Insert calls to
1607         bfd_coff_link_output_has_begun() and
1608         bfd_coff_final_link_postscript().
1609
1610         * coffcode.h: Add two new fields to bfd_coff_backend_data
1611         structure: _bfd_coff_link_output_has_begun and
1612         _bfd_coff_final_link_postscript.  Add default initialisers for
1613         these fields.  Add overridable aliases for the coff swap functions
1614         in the backend data structure.
1615
1616         * elf32-v850.c: Update with patches from the branch to fix
1617         HI16_S/LO16 reloc pairs.
1618
1619 start-sanitize-d30v
1620 Wed Dec 10 14:06:48 1997  Michael Meissner  <meissner@cygnus.com>
1621
1622         * elf32-d30v.c (d30v_info_to_howto_rela): New function to support
1623         RELA relocations.
1624         (USE_REL): Don't define any more, switch to using RELA
1625         relocations.
1626         (elf_info_to_howto): Define as d30v_info_to_howto_rela.
1627
1628 end-sanitize-d30v
1629 Tue Dec  9 11:37:53 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1630
1631         * archures.c (bfd_mach_mips*): Define.
1632         (start-sanitize-vr5400):
1633         (vr5400, bfd_mach_vr5000): Define.
1634         (end-sanitize-vr5400):
1635         (bfd_default_scan): For 3000 and 4000 replace magic constant with
1636         macro.
1637
1638         * cpu-mips.c (N): Define.
1639         (bfd_mips_arch, arch_info_struct): Re-write using macro N, replace
1640         numbers with bfd_mach_mips* macros.
1641
1642 Fri Dec  5 11:13:46 1997  Nick Clifton  <nickc@cygnus.com>
1643
1644         * elf32-v850.c (v850_elf_reloc, v850_elf_store_addend_in_insn,
1645         v850_elf_relocate_section): Fix reloc addend handling.
1646         (v850_elf_section_from_bfd_section, v850_elf_symbol_processing,
1647         v850_elf_add_symbol_hook, v850_elf_link_output_symbol_hook,
1648         v850_elf_section_from_shdr, v850_elf_fake_sections): New functions
1649         to create and handle special common sections.
1650         (v850_elf_final_link_relocate): Fix HI16 and HI16_S relocations
1651         which have data stored in the instructions.
1652
1653 Tue Dec  2 10:26:16 1997  Nick Clifton  <nickc@cygnus.com>
1654
1655         * coff-arm.c (TARGET_UNDERSCORE): Revert back to '_'
1656         (USER_LABEL_PREFIX): Revert back to '_'
1657
1658         * config.bfd (targ_cpu): Add support for Thumb target.
1659
1660 Mon Dec  1 20:24:18 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
1661
1662         * coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry.
1663         (get_symbol_value): Handle R_SH_SWITCH8.
1664         (sh_relax_delete_bytes): Likewise.
1665
1666 Wed Nov 26 14:13:34 1997  Nick Clifton  <nickc@cygnus.com>
1667
1668         * coff-arm.c (TARGET_UNDERSCORE): Changed to match definition in
1669         gcc/config/arm/semi.h
1670
1671         * coffcode.h (coff_slurp_symbol_table): Add ARM and Thumb symbol
1672         classes.
1673
1674 Sun Nov 23 16:02:58 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1675
1676         * freebsd.h (SWAP_MAGIC): Read magic number little and not big
1677         endian.
1678
1679 Wed Nov 26 09:30:37 1997  Nick Clifton  <nickc@cygnus.com>
1680
1681         * coffcode.h (coff_mkobject_hook): Only set private flags for non
1682         PE ARM ports.
1683
1684 Tue Nov 25 15:33:23 1997  Richard Henderson  <rth@cygnus.com>
1685
1686         * binary.c (binary_set_section_contents): Also ignore NEVER_LOAD
1687         sections.
1688
1689 Tue Nov 25 10:55:36 1997  Nick Clifton  <nickc@cygnus.com>
1690
1691         * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Do not
1692         complain if inout and output formats differ.
1693
1694 Tue Nov 25 11:26:27 1997  Ian Lance Taylor  <ian@cygnus.com>
1695
1696         * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo.
1697         (BFD32_BACKENDS_CFILES): Remove tekhex.c.
1698         * Makefile.in: Rebuild.
1699         * aclocal.m4, configure, src/Makefile.in: Rebuild with current
1700         automake and autoconf.
1701
1702         * coff-arm.c (arm_allocate_interworking_sections): Fix typo
1703         (COFF_WITH_PR to COFF_WITH_PE).
1704
1705 Mon Nov 24 15:47:49 1997  Nick Clifton  <nickc@cygnus.com>
1706
1707         * coff-arm.c: Make variables and some functions static, so that
1708         this file can be included in multiple object files.
1709         (coff_arm_bfd_final_link): Fix minor bug.
1710
1711 Sat Nov 22 15:16:00 1997  Nick Clifton  <nickc@cygnus.com>
1712
1713         * coff-arm.c: Add support for PIC and APCS-FLOAT type binaries.
1714
1715         * coffcode.h: Add support for PIC and APCS-FLOAT type binaries.
1716
1717 Sat Nov 22 16:06:56 1997  Klaus Kaempf  <kkaempf@progis.de>
1718
1719         * evax-emh.c (_bfd_evax_write_emh): Use alloca instead of strdup.
1720
1721 Sat Nov 22 12:29:30 1997  Ian Lance Taylor  <ian@cygnus.com>
1722
1723         * sunos.c (sunos_add_one_symbol): When overriding a defined
1724         symbol, set it to undefined, not new.
1725
1726         * elf32-sh.c (sh_elf_relax_delete_bytes): Don't kill LABEL
1727         relocs.
1728
1729 Fri Nov 21 14:14:22 1997  Richard Henderson  <rth@cygnus.com>
1730
1731         * coff-sh.c (sh_relax_section): Force sign extention of USES r_offset.
1732         (sh_relax_delete_bytes): Don't kill LABEL relocs.
1733
1734 Mon Nov 17 15:08:38 1997  Jeffrey A Law  (law@cygnus.com)
1735
1736         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Fix typo.
1737         (mn10300_elf_relax_section): Likewise.
1738
1739 Sat Nov 15 15:36:07 1997  Fred Fish  <fnf@cygnus.com>
1740
1741         * peicode.h (coff_swap_aouthdr_in): Cast second arg of
1742         bfd_h_get_* calls to "bfd_byte *".
1743
1744 Tue Nov 11 10:37:23 1997  Jeffrey A Law  (law@cygnus.com)
1745
1746         * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
1747         "movm_stack_size".
1748         (mn10300_elf_relax_section): Include stack space for register saves
1749         in the imm8 field of a "call" instruction.
1750         (compute_function_info): Determine how much stack is allocated by
1751         the movm instruction.  Fix typo.
1752         (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
1753
1754 Mon Nov 10 14:32:40 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1755
1756         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't crash if
1757         a version dependency could not be found.
1758
1759 Tue Nov  4 12:05:56 1997  Klaus K"ampf  <kkaempf@progis.de>
1760
1761         * configure.com: Get version info from configure.in
1762
1763 Fri Oct 24 11:15:58 1997  Jakub Jelinek  <jj@sunsite.mff.cuni.cz>
1764
1765         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data):
1766         New function. Avoid mixing US1 and HAL R1 code.
1767         Set resulting memory ordering to the strongest one used.
1768         (sparc64_elf_object_p): Set bfd_mach correctly.
1769
1770 Thu Oct 23 14:09:33 1997  Richard Henderson  <rth@cygnus.com>
1771
1772         * elf64-sparc.c (sparc64_elf_howto_table): Add UA64 & UA16.
1773         (sparc64_elf_check_relocs): Handle them.
1774         (sparc64_elf_relocate_section): Likewise.  Before emitting a dyn reloc,
1775         check alignment and transmute R_SPARC_x<->R_SPARC_UAx.
1776
1777 Thu Oct 23 00:53:14 1997  Richard Henderson  <rth@dot.cygnus.com>
1778
1779         * configure.in (sparc*-*-linux*): Use trad-core and ...
1780         * hosts/sparclinux.h: New file.
1781
1782 Thu Oct 23 00:25:29 1997  Richard Henderson  <rth@dot.cygnus.com>
1783
1784         * config.bfd (sparc64-*-linux*): New target.
1785
1786         * elf-bfd.h (struct elf_backend_data): Add plt_alignment member.
1787         * elflink.c (_bfd_elf_create_got_section): Set .got alignment based
1788         on arch_size.
1789         (_bfd_elf_create_dynamic_sections): Likewise for .rel* sections.
1790         Set .plt alignment from new plt_alignment.
1791         * elflink.h (elf_link_create_dynamic_sections): Set version section
1792         alignment to LOG_FILE_ALIGN.
1793         * elfxx-target.h (elf_backend_plt_alignment): Provide default.
1794         (elfXX_bed): Init plt_alignment.
1795
1796         * elf64-sparc.c (sparc64_elf_check_relocs,
1797         sparc64_elf_adjust_dynamic_symbol, sparc64_elf_size_dynamic_sections,
1798         sparc64_elf_adjust_dynindx, sparc64_elf_finish_dynamic_symbol,
1799         sparc64_elf_finish_dynamic_sections): New functions.
1800         (sparc64_elf_howto_table): Fix a few name strings.
1801         (ELF_DYNAMIC_INTERPRETER): New definition.
1802         (sparc64_elf_relocate_section): Handle shared libraries.
1803
1804         * elf64-sparc.c (struct plt_template, plt_*_header, plt_*_entry,
1805         sparc64_elf_build_plt_entry, sparc64_elf_finish_dynamic_symbol):
1806         PLT definitions sparc64-linux originally choose.  These will go
1807         away soon in favour of the official abi definitions.
1808
1809 Wed Oct 22 16:08:45 1997  Ian Lance Taylor  <ian@cygnus.com>
1810
1811         * coff-sh.c (coff_small_object_p): New static function.
1812         (coff_small_new_section_hook): New static function.
1813         (bfd_coff_small_swap_table): New static const structure.
1814         (coff_small_close_and_cleanup): Define.
1815         (coff_small_bfd_free_cached_info): Define.
1816         (coff_small_get_section_contents): Define.
1817         (coff_small_get_section_contents_in_window): Define.
1818         (shcoff_small_vec): New static structure.
1819         (shlcoff_small_vec): New static structure.
1820         * targets.c (bfd_target_vector): Add shcoff_small_vec and
1821         shlcoff_small_vec.
1822         * config.bfd (sh-*-elf*): Add shcoff_small_vec and
1823         shlcoff_small_vec to targ_selvecs.
1824         (sh-*-*): Likewise.
1825         * configure.in: Add shcoff_small_vec and shlcoff_small_vec cases.
1826         * configure: Rebuild.
1827
1828 Mon Oct 20 15:01:27 1997  Klaus K"ampf  <kkaempf@progis.de>
1829
1830         * evax-egsd.c: Weak symbols are global.
1831
1832         * evax-emh.c: Use proper casts.
1833
1834         * evax-egsd.c (_bfd_evax_write_egsd): Remove unneeded uname.
1835
1836         * evax-egsd.c: Section names and symbols have different
1837         length restrictions. Add length parameter to
1838         _bfd_evax_length_hash_symbol.
1839         * evax-etir.c: Likewise.
1840         * evax-misc.c (_bfd_evax_length_hash_symbol): Add length
1841         parameter.
1842         * evax.h (EOBJ_S_C_SECSIZ): Define.
1843
1844         * evax-alpha.c: Remove duplicate test.
1845
1846         * evax-emh.c: SYS$ functions are upper-case.
1847
1848         * evax-egsd.c: Create separate sections for common symbols.
1849         * evax-etir.c: Don't output common section.
1850         * evax.h: Bump up section count.
1851
1852         * configure.com: Use 64bit integers with DEC C.
1853
1854         * evax-egsd.c: Make section flags dec c compatible.
1855
1856 Mon Oct 20 09:38:31 1997  Jeffrey A Law  (law@cygnus.com)
1857
1858         * som.c (normalize): Delete function.
1859         (som_bfd_ar_write_symbol_stuff): New parameter elength.  All callers
1860         changed.  Use passed in elength to determine size of the extended
1861         name table instead of computing it again.
1862
1863 Sun Oct 19 23:36:21 1997  Jim Wilson  <wilson@cygnus.com>
1864
1865         * peicode.h (coff_swap_scnhdr_out): Use |= not = to set
1866         IMAGE_SCN_MEM_READ for an unrecognized section.
1867
1868 Sun Oct 19 21:04:56 1997  Jeffrey A Law  (law@cygnus.com)
1869
1870         * som.c (som_bfd_ar_write_symbol_stuff): Account for trailing
1871         '/' in the extended name table.
1872
1873 Fri Oct 17 00:04:13 1997  Richard Henderson  <rth@cygnus.com>
1874
1875         * elflink.h (elf_link_assign_sym_version): For explicitly versioned
1876         symbols, check globals list before matching on locals.
1877
1878 Thu Oct 16 08:17:06 1997  Michael Meissner  <meissner@cygnus.com>
1879
1880         * peicode.h (coff_swap_scnhdr_out,pe_print_idata): Fix mangled
1881         patch.
1882
1883 Wed Oct 15 13:45:10 1997  Ian Lance Taylor  <ian@cygnus.com>
1884
1885         * peicode.h (pe_mkobject_hook): Set DLL flag.
1886         (pe_bfd_copy_private_bfd_data): Copy DLL flag.
1887
1888         * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_DISCARDABLE
1889         for .stab* sections.  Replace strlen of constant strings with
1890         number.
1891
1892 Tue Oct 14 15:42:45 1997  Richard Henderson  <rth@cygnus.com>
1893
1894         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): New function to
1895         merge got and reloc entries from ind syms to their target.
1896         (elf64_alpha_always_size_sections): Call it.
1897         (elf64_alpha_check_relocs): Operate on the target of indirect symbols.
1898         (elf64_alpha_can_merge_gots): Likewise.
1899         (elf64_alpha_merge_gots): Likewise.
1900
1901         * elf64-alpha.c (elf64_alpha_relocate_section): Back out HJ's change,
1902         as it is insufficient to handle the relocation changes as well.
1903
1904 Mon Oct 13 23:10:08 1997  Richard Henderson  <rth@cygnus.com>
1905
1906         * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Allow for RELATIVE
1907         relocs for symbols in shlibs that have been forced local.
1908         (elf64_alpha_relocate_section): Output RELATIVEs in .got for same.
1909
1910 Mon Oct 13 21:24:04 1997  Richard Henderson  <rth@cygnus.com>
1911
1912         * elf64-alpha.c (elf64_alpha_relocate_section): Use the
1913         got_enties of the default symbol for the default versioned
1914         symbol.  Patch from hjl@gnu.ai.mit.edu, modified not to use
1915         alloca in the loop.
1916
1917 Mon Oct 13 17:37:37 1997  Nick Clifton  <nickc@cygnus.com>
1918
1919         * elf32-v850.c (v850_elf_final_link_relocate): Only use the bottom
1920         24 bits of the PC when computing a PC relative relocation.
1921
1922 Fri Oct 10 16:01:30 1997  Nick Clifton  <nickc@cygnus.com>
1923
1924         * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate):
1925         Correct value for maximum positive 22 bit PC relative relocation.
1926         (v850_elf_final_link_relocate):  Prevent overflow from HI16_S and
1927         HI_16 relocations.  Correct bit adjustment in TDA offsets.
1928
1929 Thu Oct  9 16:43:39 1997  Doug Evans  <dje@canuck.cygnus.com>
1930
1931         * elf64-sparc.c (sparc_elf_{hix22,lox10}_reloc): New functions.
1932         (sparc64_elf_howto_table): Use them for HIX22,LOX10 relocs.
1933
1934 Wed Oct  8 11:38:45 1997  Richard Henderson  <rth@cygnus.com>
1935
1936         * elfcore.h (bfd_prstatus): Pedanticly, alignment_power should
1937         be LOG_FILE_ALIGN.
1938
1939 Wed Oct  8 11:36:00 1997  Richard Henderson  <rth@cygnus.com>
1940
1941         * config.bfd: Missed one alpha* change.
1942
1943 Tue Oct  7 13:00:17 1997  Doug Evans  <dje@canuck.cygnus.com>
1944
1945         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove BFD64 support.
1946         * elf64-sparc.c (SPARC64_OLD_RELOCS): Undef.
1947         (MINUS_ONE): New macro.
1948         (sparc_elf_notsup_reloc): New function.
1949         (sparc64_elf_howto_table): Add entries for DISP64,PLT64,HIX22,LOX10,
1950         H44,M44,L44,REGISTER.
1951         (sparc_reloc_map): Likewise.  Map BFD_RELOC_CTOR to R_SPARC_64.
1952         (init_insn_reloc): New function.
1953         (sparc_elf_wdisp16_reloc): Use it.
1954         (sparc64_elf_relocate_section): Add entries for OLO10,HIX22,LOX10.
1955
1956 Tue Oct  7 11:40:37 1997  Ian Lance Taylor  <ian@cygnus.com>
1957
1958         * som.c (som_construct_extended_name_table): Remove static
1959         function, and define as macro instead.
1960
1961 Fri Oct  3 14:02:17 1997  Richard Henderson  <rth@cygnus.com>
1962
1963         * config.bfd: Change alpha-*-* to alpha*-*-*; config.guess now
1964         recognizes alphaev5 etc.
1965         * configure.host: Likewise.
1966
1967 Fri Oct  3 11:23:47 1997  Ian Lance Taylor  <ian@cygnus.com>
1968
1969         Make ld -s work on AIX:
1970         * xcofflink.c (xcoff_link_add_symbols): Don't create the .debug
1971         section if we are stripping.
1972         (bfd_xcoff_size_dynamic_sections): Don't set the .debug section
1973         size if we are stripping.
1974         (_bfd_xcoff_bfd_final_link): Don't set SEC_RELOC or rel_filepos,
1975         and don't write out relocs, if we are stripping.
1976         (xcoff_link_input_bfd): Don't set up reloc if we are stripping.
1977         (xcoff_write_global_symbol): Don't write out symbol or reloc if we
1978         are stripping.
1979
1980         * configure.in: Don't include elf.lo again for ELF targets; it's
1981         always in the library anyhow.
1982         * configure: Rebuild.
1983
1984         * bfd-in2.h: Rebuild.
1985
1986         * elf32-sparc.c (sparc_elf_wdisp16_reloc): Cast to bfd_byte *, not
1987         char *, when calling bfd_get_32 and bfd_put_32.
1988         * sunos.c (sunos_scan_dynamic_symbol): Cast contents to char *
1989         when calling strcpy.
1990
1991 Thu Oct  2 16:15:50 1997  Doug Evans  <dje@canuck.cygnus.com>
1992
1993         * reloc.c (bfd_check_overflow): New function.
1994         (bfd_perform_relocation, bfd_install_relocation): Use it.
1995         (BFD_RELOC_SPARC_{DISP64,PLT64}): New relocs.
1996         (BFD_RELOC_SPARC_{HIX22,LOX10,H44,M44,L44,REGISTER}): New relocs.
1997         * bfd-in2.h: Regenerate.
1998         * libbfd.h: Regenerate.
1999
2000 Thu Oct  2 13:17:18 1997  Ian Lance Taylor  <ian@cygnus.com>
2001
2002         * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_READ for an
2003         unrecognized section.  From Jon Thackray <jont@harlequin.co.uk>.
2004
2005 Wed Oct  1 14:03:44 1997  Ian Lance Taylor  <ian@cygnus.com>
2006
2007         * Makefile.am ($(BFD_H)): Change stmp-bfd.h to stmp-bfd-h.
2008         (stmp-bfd-h): Rename from stmp-bfd.h.
2009         (BFD_H_FILES, LIBBFD_H_FILES, LIBCOFF_H_FILES): New variables.
2010         ($(srcdir)/bfd-in2.h): Just depend upon stmp-bin2-h.
2011         (stmp-bin2-h): New target.
2012         ($(srcdir)/libbfd.h): Just depend upon stmp-lbfd-h.
2013         (stmp-lbfd-h): New target.
2014         ($(srcdir)/libcoff.h): Just depend upon stmp-lcoff-h.
2015         (stmp-lcoff-h): New target.
2016         (CLEANFILES): Change stmp-bfd.h to stmp-bfd-h.  Add stmp-bin2.h,
2017         stmp-lbfd-h, and stmp-lcoff-h.
2018         * Makefile.in: Rebuild.
2019
2020         * configure.in: Use a diversion to set enable_shared before the
2021         arguments are parsed.
2022         * configure: Rebuild.
2023
2024 Tue Sep 30 14:18:32 1997  Doug Evans  <dje@canuck.cygnus.com>
2025
2026         * elf32-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
2027         renamed to R_SPARC_UNUSED_42.
2028         (sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
2029         * elf64-sparc.c (_bfd_sparc_elf_howto_table): R_SPARC_GLOB_JMP
2030         renamed to R_SPARC_UNUSED_42.
2031         (sparc_reloc_map): Delete R_SPARC_GLOB_JMP entry.
2032         * reloc.c (BFD_RELOC_SPARC_GLOB_JMP): Delete.
2033         * bfd-in2.h: Regenerated.
2034         * libbfd.h: Regenerated.
2035
2036 Thu Sep 25 12:15:02 1997  Ian Lance Taylor  <ian@cygnus.com>
2037
2038         * elflink.h (elf_merge_symbol): Don't check the hash creator until
2039         after we have set *sym_hash.
2040
2041 Wed Sep 24 16:52:28 1997  Joel Sherrill  <joel@oarcorp.com>
2042
2043         * config.bfd (sh*-*-rtems*): New target, like sh-*-*elf*.
2044
2045 Wed Sep 24 11:27:23 1997  Ian Lance Taylor  <ian@cygnus.com>
2046
2047         * Makefile.am (libbfd_a_SOURCES): Define.
2048         * Makefile.in: Rebuild.
2049
2050         * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL.
2051         * aclocal.m4: Rebuild with new libtool.
2052         * configure: Rebuild.
2053
2054 Tue Sep 23 19:03:13 1997  Ian Lance Taylor  <ian@cygnus.com>
2055
2056         * elf.c (map_sections_to_segments): Even if we are not demand
2057         paged, don't put a loadable section after a nonloadable section.
2058         (assign_file_positions_for_segments): Increment the file offset
2059         for a section with contents, even if it is not loadable.
2060
2061 start-sanitize-v850e
2062 Sun Sep 21 11:03:24 1997  Nick Clifton  <nickc@cygnus.com>
2063
2064         * elf32-v850.c (v850_elf_final_link_relocate): Add return code
2065         indicating that __ctbp could not be found.
2066
2067 end-sanitize-v850e
2068 Thu Sep 18 15:04:57 1997  Nick Clifton  <nickc@cygnus.com>
2069
2070         * elf32-v850.c (v850_elf_check_relocs): Improve error message.
2071
2072 Wed Sep 17 09:54:51 1997  Nick Clifton  <nickc@cygnus.com>
2073 start-sanitize-v850e
2074
2075         * elf32-v850.c (v850_elf_final_link_relocate, v850_elf_reloc,
2076         v850_elf_check_relocs, v850_elf_reloc_map, v850_elf_howto_table):
2077         Add support for the CALLT relocs.
2078
2079         * reloc.c (COMMENT): Add BFD_RELOC_V850_CALLT_6_7_OFFSET and
2080         BFD_RELOC_V850_CALLT_16_16_OFFSET.
2081 end-sanitize-v850e
2082
2083         * elf32-v850.c (v850_elf_final_link_relocate): Add checks to catch
2084         relocations against non-existant symbols.
2085
2086 Tue Sep 16 14:20:27 1997  Nick Clifton  <nickc@cygnus.com>
2087
2088         * reloc.c: Add BFR_RELOC_V850_TDA_16_16_OFFSET.
2089
2090         * elf32-v850.c (v850_elf_reloc, v850_elf_final_link_relocate,
2091         v850_elf_howto_table, v850_elf_reloc_map): Add support for a 16
2092         bit reloc in the tiny data area.
2093
2094 start-sanitize-d30v
2095 Mon Sep 15 11:27:36 1997  Ken Raeburn  <raeburn@cygnus.com>
2096
2097         Merged changes from Martin Hunt:
2098
2099         * elf32-d30v.c (bfd_elf_d30v_reloc): Change pc-relative relocs
2100         over 2^32 bytes to be absolute.  Needed because D30V PC doesn't
2101         necessarily wrap.
2102
2103         * reloc.c, elf32-d30v.c (BFD_RELOC_D30V_9_PCREL,
2104         BFD_RELOC_D30V_9_PCREL_R): New relocs.
2105
2106         * elf32-d30v.c (bfd_elf_d30v_reloc_21): New function.
2107         Do 15 and 21 bit pc-relative relocations.
2108         * reloc.c (BFD_RELOC_D30V_15_PCREL_R, BFD_RELOC_D30V_21_PCREL_R):
2109         New relocations.
2110
2111         * elf32-d30v.c (bfd_elf_d30v_reloc): Addend needs to be
2112         added to the relocation, not or'd.
2113
2114 end-sanitize-d30v
2115 Wed Sep 10 15:17:25 1997  Nick Clifton  <nickc@cygnus.com>
2116
2117         * elf32-v850.c (v850_elf_reloc): Remove spurious error message.
2118
2119 Wed Sep 10 11:17:50 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2120
2121         * archures.c (bfd_default_scan): Use strcasecmp.
2122         (bfd_default_scan): Test for match with arch_name + ":" +
2123         printable_name.
2124         (bfd_default_scan): Test for match with printable_name - ":".
2125         (bfd_default_scan): Delete w65, h8300, h8500, z8k, i960 special
2126         cases.  Each implements their own scan function.
2127         (bfd_default_scan): Delete 386, 2900, 860, mips 2000, mips 4400
2128         special cases.  Since info->mach == 0.  The test mach == number
2129         fails.
2130         (bfd_arch_list): New function, return name of all the supported
2131         architectures.
2132
2133 Tue Sep  9 10:21:56 1997  Nick Clifton  <nickc@cygnus.com>
2134
2135         * elf32-v850.c (v850_elf_print_private_bfd_data): Break after
2136         decoding architecture.
2137         (v850_elf_reloc): Do not complain if a R_V850_LO16 reloc has bit
2138         15 set.
2139
2140 Sun Sep  7 12:25:22 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2141
2142         * bfd/elf64-alpha.c (reloc_howto_type): Fix the howto table.
2143
2144 Thu Sep  4 09:44:10 1997  Ian Lance Taylor  <ian@cygnus.com>
2145
2146         * Makefile.am: Rebuild dependencies.
2147         (ALL_MACHINES_CFILES): Add cpu-v850.c.
2148         (ALL_MACHINES_CFILES): Add elf32-v850.c.
2149         * Makefile.in: Rebuild.
2150
2151         * reloc.c: Remove extraneous commas from relocation entries.
2152         Remove BFD_RELOC_V850_16_PCREL.
2153         * bfd-in2.h: Rebuild.
2154
2155         * xcofflink.c (xcoff_link_add_symbols): Put XTY_CM/XMC_TD symbols
2156         in sections named .tocbss rather than .bss.
2157
2158 Wed Sep  3 11:23:23 1997  Nick Clifton  <nickc@cygnus.com>
2159
2160         * libbfd.h, bfd-in2.h, elf32-v850.c: Removed
2161         BFD_RELOC_V850_16_PCREL.
2162
2163 Tue Sep  2 20:44:10 1997  Fred Fish  <fnf@cygnus.com>
2164
2165         * cofflink.c (coff_link_check_ar_symbols): Handle C_SYSTEM syms
2166         the same as C_EXT syms.
2167         (coff_link_add_symbols): Ditto.
2168         (_bfd_coff_link_input_bfd): Ditto.
2169         (_bfd_coff_write_task_globals): Add save_global_to_static.  Use
2170         it to preserve and restore state of global_to_static flag.
2171
2172 Tue Sep  2 17:45:22 1997  Nick Clifton  <nickc@cygnus.com>
2173
2174         * elf32-v850.c (v850_elf_object_p): Set machine number based on
2175         bits in e_flags field rather than magic numbers.
2176         (v850_elf_final_write_processing, v850_elf_set_private_flags,
2177         v850_elf_copy_private_bfd_data, v850_elf_merge_private_bfd_data,
2178         v850_elf_print_private_bfd_data): New functions.
2179
2180 start-sanitize-v850e
2181 Tue Sep  2 17:43:49 1997  Nick Clifton  <nickc@cygnus.com>
2182
2183         * elf.c (prep_headers): Remove V850E magic number.
2184         * elf.c (prep_headers): Remove V850EA magic number.
2185 end-sanitize-v850e
2186
2187 Tue Sep  2 17:35:05 1997  Doug Evans  <dje@canuck.cygnus.com>
2188
2189         * cpu-arc.c (arc_get_mach): Properly scan defined mach entries.
2190
2191 Tue Sep  2 18:29:37 1997  Jeffrey A Law  (law@cygnus.com)
2192
2193         * elf-m10200.c (mn10200_elf_final_link_relocate): PC relative
2194         instructions are relative to the next instruction, not the
2195         current instruction.
2196         (mn10200_elf_relax_section): Similarly.
2197
2198 Tue Sep  2 15:45:45 1997  Nick Clifton  <nickc@cygnus.com>
2199
2200         * cpu-v850.c: Use a macro to construct bfd_arch_info_type
2201         entries.
2202
2203         * reloc.c, libbfd.h, bfd-in2.h, elf32-v850.c: Replace
2204         BFD_RELOC_V850_{SDA/TDA/ZDA}_OFFSET relocs with new bit pattern
2205         specific versions: BFD_RELOC_V850_{area}_{bits}_OFFSET.
2206
2207 Thu Aug 28 17:01:09 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2208
2209         * cpu-v850.c: Remove "plain" from v850 printable name.
2210         (scan): Use strcasecmp.
2211
2212         * archures.c (bfd_mach_v850): Define.
2213
2214         * cpu-sh.c (scan_mach): Compare with table instead of hardwired to
2215         just sh/SH, use strcasecmp.
2216         (arch_info_struct): Add entries for sh3 et.al.
2217
2218         * archures.c (bfd_mach_sh, ...): Define.
2219
2220 Wed Aug 27 17:33:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2221
2222         * archures.c (bfd_archures_list): Always NULL terminate the list.
2223
2224 Tue Aug 26 17:26:51 1997  Ian Lance Taylor  <ian@cygnus.com>
2225
2226         * Makefile.am: Rebuild dependencies.
2227         (ALL_MACHINES_CFILES): Add cpu-arc.c.
2228         (ALL_MACHINES_CFILES): Add elf32-arc.c.
2229         (elf32-arc.lo): Remove explicit dependency.
2230         * Makefile.in: Rebuild.
2231
2232         * acinclude.m4 (BFD_CC_FOR_BUILD): Set EXEEXT_FOR_BUILD.
2233         * doc/Makefile.am (MKDOC): Use EXEEXT_FOR_BUILD, not EXEEXT.
2234         * aclocal.m4, configure, Makefile.in, doc/Makefile.in: Rebuild.
2235
2236 Mon Aug 25 16:14:34 1997  Christopher Provenzano  <proven@cygnus.com>
2237
2238         * configure: Rebuild with latest devo autoconf for NT support
2239
2240 Mon Aug 25 16:11:04 1997  Nick Clifton  <nickc@cygnus.com>
2241
2242         * cpu-arm.c (compatible): If B is a default type, return A.
2243
2244 Mon Aug 25 15:35:46 1997  Nick Clifton  <nickc@cygnus.com>
2245
2246         * cpu-v850.c (scan): New function.
2247         (arch_info_struct): New structure.
2248         (bfd_v850_arch): Add link into arch_info_structure.
2249
2250         * config.bfd (targ_cpu): All v850 variants use the bfd_arch_v850
2251         architecture.
2252
2253         * elf32-v850.c (v850_elf_object_p): New function.
2254
2255 start-sanitize-v850e
2256         * archures.c (bfd_mach_v850e): Machine value for v850e.
2257
2258         * bfd-in2.h (bfd_mach_v850e): Machine value for v850e.
2259
2260         * elf32-v850.c (ELF_MACHINE_CODE): Default to v850e machine
2261         number.
2262
2263         * elf.c (prep_headers): Add support for v850e machine number.
2264
2265         * archures.c (bfd_mach_v850ea): Machine value for v850ea.
2266
2267         * bfd-in2.h (bfd_mach_v850ea): Machine value for v850ea.
2268
2269         * elf32-v850.c (ELF_MACHINE_CODE): Default to v850ea machine
2270         number.
2271
2272         * elf.c (prep_headers): Add support for v850ea machine number.
2273 end-sanitize-v850e
2274
2275 Mon Aug 25 14:07:33 1997  Ian Lance Taylor  <ian@cygnus.com>
2276
2277         * syms.c (_bfd_stab_section_find_nearest_line): Clear the
2278         cached_stab field if the offset prevents us from using the cache.
2279
2280 Mon Aug 25 12:08:13 1997  Ian Lance Taylor  <ian@cygnus.com>
2281
2282         * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section
2283         flags.
2284         * aout-arm.c (aout_arm_little_vec): Likewise.
2285         (aout_arm_big_vec): Likewise.
2286         * bout.c (b_out_vec_big_host): Likewise.
2287         (b_out_vec_little_host): Likewise.
2288         * mipsbsd.c (aout_mips_little_vec): Likewise.
2289         (aout_mips_big_vec): Likewise.
2290
2291 start-sanitize-tic80
2292 Tue Aug 19 10:09:10 1997  Fred Fish  <fnf@cygnus.com>
2293
2294         * coff-tic80.c (COFF_ALIGN_IN_SFLAGS): Define to 1.
2295         * coffcode.h (styp_to_sec_flags): Ignore incoming STYP_INFO
2296         bit in s_flags if COFF_ALIGN_IN_S_FLAGS is defined.
2297
2298 end-sanitize-tic80
2299 Tue Aug 19 08:47:17 1997  Fred Fish  <fnf@cygnus.com>
2300
2301         * coff-i960.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.
2302         (GET_SCNHDR_ALIGN, PUT_SCNHDR_ALIGN): Define.
2303         * coff-m88k.c (GET_SCNHDR_NRELOC, GET_SCNHDR_NLNNO): Define.
2304         * coffcode.h (coff_set_alignment_hook): Conditionally compile in if
2305         COFF_ALIGN_IN_SECTION_HEADER is defined.  Convert alignment to power
2306         of two for I960 only.
2307         * coffswap.h (GET_SCNHDR_NRELOC, PUT_SCNHDR_NRELOC, GET_SCNDHR_NLNNO,
2308         PUT_SCNHDR_NLNNO, GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Provide
2309         default definitions.
2310         (coff_swap_scnhdr_in): Use GET_SCNHDR_FLAGS, GET_SCNHDR_NRELOC,
2311         GET_SCNHDR_NLNNO, and GET_SCNHDR_ALIGN.
2312         (coff_swap_scnhdr_out): Use PUT_SCNHDR_FLAGS, PUT_SCNHDR_ALIGN.
2313 start-sanitize-tic80
2314         * Makefile.in (coff-tic80.o): Depends upon coffswap.h.
2315         * coff-tic80.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.
2316         (GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Define
2317         *coffcode.h (coff_write_object_contents): Set alignment field in
2318         section header for TIC80COFF files.
2319 end-sanitize-tic80
2320
2321 Mon Aug 18 11:36:19 1997  Nick Clifton  <nickc@cygnus.com>
2322
2323         * elf32-v850.c (v850_elf_howto_table, v850_elf_reloc_map,
2324         v850_elf_check_relocs, v850_elf_reloc,
2325         v850_elf_final_link_relocate):  Add support for
2326         BFD_RELOC_V850_16_PCREL relocation.
2327
2328         * reloc.c (COMMENT): Add suuport for BFD_RELOC_V850_16_PCREL
2329         relocation.
2330
2331         * libbfd.h: Add support for BFD_RELOC_V850_16_PCREL relocation.
2332
2333         * bfd-in2.h: Add support for BFD_RELOC_V850_16_PCREL relocation.
2334
2335 start-sanitize-v850e
2336 Mon Aug 18 11:33:56 1997  Nick Clifton  <nickc@cygnus.com>
2337
2338         * cpu-v850e: New file.
2339
2340         * elf.c (prep_headers): Add support for v850e target.
2341
2342         * bfd-in2.h (bfd_architecture): Add support for v850e target.
2343
2344         * config.bfd: Add support for v850e target.
2345
2346         * archures.c: Add support for v850e target.
2347
2348 Mon Aug 18 11:33:56 1997  Nick Clifton  <nickc@cygnus.com>
2349
2350         * cpu-v850ea: New file.
2351
2352         * elf.c (prep_headers): Add support for v850ea target.
2353
2354         * bfd-in2.h (bfd_architecture): Add support for v850ea target.
2355
2356         * config.bfd: Add support for v850ea target.
2357
2358         * archures.c: Add support for v850ea target.
2359 end-sanitize-v850e
2360
2361 Fri Aug 15 12:01:28 1997  Ian Lance Taylor  <ian@cygnus.com>
2362
2363         * coffgen.c (coff_find_nearest_line): Correctly handle the offset
2364         argument as section relative, rather than an absolute address.
2365         From Jan Hoogenraad <hoogenrd@natlab.research.philips.com>.
2366
2367 Fri Aug 15 04:58:02 1997  Doug Evans  <dje@canuck.cygnus.com>
2368
2369         * config.bfd (arc-*-elf*): Add.
2370         * configure.in (bfd_elf32_{little,big}arc_vec): Add.
2371         * configure: Rebuild.
2372         * Makefile.am (ALL_MACHINES): Add cpu-arc.lo.
2373         (BFD32_BACKENDS): Add elf32-arc.lo.
2374         (cpu-arc.lo,elf32-arc.lo): Add rules for.
2375         * Makefile.in: Rebuild.
2376         * archures.c (architecture list): Add bfd_arch_arc.
2377         (bfd_archures_list): Add bfd_arc_arch.
2378         (bfd_mach_arc_base): Define.
2379         * reloc.c (BFD_RELOC_ARC_B22_PCREL,BFD_RELOC_ARC_B26): Add.
2380         * targets.c (bfd_elf32_{little,big}arc_vec): Declare.
2381         (bfd_target_vect): Add them.
2382         * bfd-in2.h, libbfd.h: Rebuild.
2383         * cpu-arc.c, elf32-arc.c: New files.
2384         * elf.c (pre_headers): Recognize bfd_arch_arc.
2385
2386 Tue Aug 12 11:45:18 1997  Ian Lance Taylor  <ian@cygnus.com>
2387
2388         * aoutx.h (NAME(aout,final_link)): If no symbols, make sure the
2389         data section is correctly rounded to a page in the file.
2390
2391 Mon Aug 11 12:45:43 1997  Ian Lance Taylor  <ian@cygnus.com>
2392
2393         * aoutx.h (NAME(aout,final_link)): Don't emit the string table if
2394         there are no symbols.
2395
2396 Sun Aug 10 14:45:56 1997  Ian Lance Taylor  <ian@cygnus.com>
2397
2398         * coff-stgo32.c: Rename from coff-stubgo32.c to avoid old System V
2399         file system 14 character limit.
2400         * Makefile.am, configure.in: Corresponding changes.
2401         * Makefile.in, configure: Rebuild.
2402
2403 Fri Aug  8 18:34:36 1997  Ian Lance Taylor  <ian@cygnus.com>
2404
2405         * Makefile.am: (ALL_MACHINES_CFILES): Add elf32-d10v.c.
2406         Rebuild dependencies.
2407         * Makefile.in: Rebuild.
2408
2409 Wed Aug  6 18:56:51 1997  Ian Lance Taylor  <ian@cygnus.com>
2410
2411         * Makefile.am (docdir): Define.
2412         * Makefile.in: Rebuild.
2413
2414 Tue Aug  5 23:05:03 1997  Ian Lance Taylor  <ian@cygnus.com>
2415
2416         * configure: Rebuild with autoconf 2.12.1.
2417
2418 Mon Aug  4 12:00:35 1997  Ian Lance Taylor  <ian@cygnus.com>
2419
2420         * aclocal.m4, configure: Rebuild with new automake patches.
2421
2422 Sun Aug  3 08:15:12 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
2423
2424         * rs6000-core.c (make_bfd_asection):  New function to add a section
2425         to the core file bfd.
2426         (rs6000coff_core_p):  Use make_bfd_asection to add the core file
2427         sections.
2428         Use BFD routines to seek, read and stat the core file.
2429         Handle .data sections from loaded objects and anonymously mmapped
2430         regions, these are available in AIX 4 core files.
2431
2432 Fri Aug  1 12:58:32 1997  Ian Lance Taylor  <ian@cygnus.com>
2433
2434         * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
2435         * acinclude.m4: Move acmacros.m4 in here.  Remove AM_PROG_LIBTOOL
2436         copy; use a patches libtool instead.
2437         * acmacros.m4: Remove.
2438         * Makefile.in, aclocal.m4, configure: Rebuild.
2439
2440 Thu Jul 31 19:55:36 1997  Ian Lance Taylor  <ian@cygnus.com>
2441
2442         * Makefile.am: New file, based on old Makefile.in.
2443         * acmacros.m4: New file, copied from old aclocal.m4.
2444         * acinclude.m4: New file.
2445         * configure.in: Call AM_PROG_LIBTOOL.  Remove shared library
2446         handling; now handled by libtool.  Replace AC_CONFIG_HEADER with
2447         AM_CONFIG_HEADER.  Replace AC_PROG_INSTALL with AM_PROG_INSTALL.
2448         Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT.  Change all
2449         .o files to .lo.  Remove stamp-h handling in AC_OUTPUT.
2450         * acconfig.h: Mention PACKAGE and VERSION.
2451         * stamp-h.in: New file.
2452         * dep-in.sed: Change .o to .lo.
2453         * Makefile.in: Now built with automake.
2454         * aclocal.m4: Now built with aclocal.
2455         * config.in, configure: Rebuild.
2456         * VERSION: Remove.
2457
2458 Thu Jul 31 12:09:20 1997  Geoff Keating  <geoffk@ozemail.com.au>
2459
2460         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Don't set TEXTREL
2461         if there is only a relocation to a read-only but not allocatable
2462         section (like .stab).
2463         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2464         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
2465         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2466         * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
2467         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
2468
2469         * elf32-ppc.c (ppc_elf_howto_raw): Correct various comments.
2470         (ppc_elf_create_linker_section): These sections are not
2471         created by the linker (that is, they are created by the user
2472         putting data in them). In particular, they can be the source
2473         and target of relocations.
2474         (ppc_elf_adjust_dynamic_symbol): Check postcondition of
2475         bfd_elf32_link_record_dynamic_symbol.  Align 16-byte common
2476         objects (for instance, 'long double') to 16-byte boundaries.
2477         (ppc_elf_size_dynamic_sections): Make the code that generates
2478         section symbols exactly the same as for sparc, reducing the
2479         number of section symbols output.
2480         (ppc_elf_check_relocs): Check postcondition of
2481         bfd_elf32_link_record_dynamic_symbol.  Make default case the
2482         same as corresponding code for sparc, fixing bug involving
2483         .rela.stabs.
2484         (ppc_elf_finish_dynamic_symbol): Fix case involving GOT symbols
2485         forced to be local because of versioning (by replicating
2486         corresponding change in sparc).  Treat R_PPC_RELATIVE RELA relocs
2487         as usual in ELF, not as pseudo-REL relocs (as the sparc linker
2488         does).
2489         (ppc_elf_relocate_section): Add handy debugging code for when
2490         assertion fails.  Add some more 'symbol made local because of
2491         versioning' cases.
2492
2493         * elf32-ppc.c (ppc_elf_relocate_section): Cope with addend when
2494         processing a GOT relocation as required by ABI.
2495
2496 Wed Jul 30 21:30:35 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2497
2498         * elflink.h (NAME(bfd_elf,record_link_assignment)): Remove any
2499         version info if this symbol came from a dynamic object.
2500         (elf_link_add_object_symbols): Set the version info of a symbol
2501         only if the object actually contains version definitions and
2502         defines this symbol.
2503
2504 Mon Jul 28 18:07:43 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
2505
2506         * aclocal.m4: Add CYGWIN and EXEEXT autoconf macros.
2507         * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
2508         win32 dependencies.
2509         * configure: Regenerated with autoconf 2.12.
2510         * doc/Makefile.in: Add $(EXEEXT) to chew executable.
2511
2512 Mon Jul 28 02:50:29 1997  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
2513
2514         * rs6000-core.c (rs6000coff_core_p):  If CORE_TRUNC is set, print
2515         a warning rather than returning an error.
2516
2517 Sun Jul 27 19:54:14 1997  Felix Lee  <flee@cygnus.com>
2518
2519         * coffswap.h (coff_swap_aux_in): add semicolon to make MSVC happy.
2520
2521 Fri Jul 25 14:50:08 1997  Felix Lee  <flee@cygnus.com>
2522
2523         * cisco-core.c: define signals for wingdb.
2524
2525 Fri Jul 25 16:27:07 1997  Ian Lance Taylor  <ian@cygnus.com>
2526
2527         * ecofflink.c (bfd_ecoff_debug_accumulate): Only merge files with
2528         the same number of aux entries.
2529
2530 Fri Jul 25 08:22:15 1997  Jeffrey A Law  (law@cygnus.com)
2531
2532         * som.c (hppa_som_gen_reloc_type): Use R_DATA_EXPR for the
2533         difference of two symbols if the relocation size is 32 bits.
2534         (som_write_fixups): Handle R_DATA_EXPR.
2535
2536 Wed Jul 23 16:08:02 1997  Ian Lance Taylor  <ian@cygnus.com>
2537
2538         * coff-i386.c (coff_i386_reloc): Don't offset a common symbol by
2539         its value if COFF_WITH_PE is defined.
2540
2541 Tue Jul 22 17:19:45 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
2542
2543         * coff-stubgo32.c: New file.
2544         * go32stub.h: New file.
2545         * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h.
2546         * coffswap.h (coff_swap_filehdr_in): Invoke
2547         COFF_ADJUST_FILEHDR_IN_PRE and COFF_ADJUST_FILEHDR_IN_POST if they
2548         are defined.
2549         (coff_swap_filehdr_out): Invoke COFF_ADJUST_FILEHDR_OUT_PRE and
2550         COFF_ADJUST_FILEHDR_OUT_POST if they are defined.
2551         (coff_swap_aux_in): Invoke COFF_ADJUST_AUX_IN_PRE and
2552         COFF_ADJUST_AUX_IN_POST if they are defined.
2553         (coff_swap_aux_out): Invoke COFF_ADJUST_AUX_OUT_PRE and
2554         COFF_ADJUST_AUX_OUT_POST if they are defined.
2555         (coff_swap_scnhdr_in): Invoke COFF_ADJUST_SCNHDR_IN_PRE and
2556         COFF_ADJUST_SCNHDR_IN_POST if they are defined.
2557         (coff_swap_scnhdr_out): Invoke COFF_ADJUST_SCNHDR_OUT_PRE and
2558         COFF_ADJUST_SCNHDR_OUT_POST if they are defined.
2559         * targets.c (go32stubbedcoff_vec): Declare.
2560         (bfd_target_vector): Add go32stubbedcoff_vec.
2561         * configure.in (go32coff_vec): New target vector.
2562         (go32stubbedcoff_vec): Likewise.
2563         * config.bfd (i[3456]86-*-msdosdjgpp*): New target.
2564         (i[3456]86-*-go32*): Change to be like new msdosdjgpp*.
2565         * Makefile.in: Rebuild dependencies.
2566         (BFD32_BACKENDS): Add coff-stubgo32.o.
2567         (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c.
2568         (HFILES): Add go32stub.h.
2569
2570 Tue Jul 22 15:09:12 1997  Ian Lance Taylor  <ian@cygnus.com>
2571
2572         * configure.in: Check for fdopen.
2573         * configure, config.in: Rebuild.
2574         * opncls.c (bfd_fdopenr): Check HAVE_FDOPEN rather than VMS or
2575         __GO32__.  Reindent a bit.
2576
2577 Sun Jul 20 20:05:20 1997  Ian Lance Taylor  <ian@cygnus.com>
2578
2579         * sunos.c (sunos_create_dynamic_sections): Set SEC_LINKER_CREATED
2580         flag for newly created sections.
2581         (sunos_add_dynamic_symbols): Don't discard newly created sections
2582         if shared library is dynobj.
2583
2584 Mon Jul 14 15:33:55 1997  Ian Lance Taylor  <ian@cygnus.com>
2585
2586         * elf.c (map_sections_to_segments): When checking whether
2587         including a section in a segment would force us to skip a page,
2588         align the address of the next segment to avoid wraparound
2589         problems.
2590
2591 start-sanitize-tic80
2592 Tue Jul  8 12:11:29 1997  Fred Fish  <fnf@cygnus.com>
2593
2594         * coffcode.h (coff_write_object_contents): Initialize
2595         target id field to TIC80_TARGET_ID.
2596         * coffswap.h (coff_swap_filehdr_out): Swap out target id field
2597         if used.
2598         (coff_swap_filehdr_in): Swap in target id field if used.
2599
2600 end-sanitize-tic80
2601 Mon Jul  7 16:41:20 1997  Ian Lance Taylor  <ian@cygnus.com>
2602
2603         * coff-i386.c (coff_i386_is_local_label_name): New static function
2604         if TARGET_UNDERSCORE.
2605         (coff_bfd_is_local_label_name): Define if TARGET_UNDERSCORE.
2606         (i386coff_vec): Add SEC_CODE and SEC_DATA to section_flags.
2607
2608 Mon Jun 30 14:29:26 1997  Ian Lance Taylor  <ian@cygnus.com>
2609
2610         * elf32-m68k.c (howto_table): Use complain_overflow_bitfield, not
2611         complain_overflow_signed, for 32 bit PC relative relocations.
2612
2613 Thu Jun 26 01:26:31 1997  Ian Lance Taylor  <ian@cygnus.com>
2614
2615         * elflink.h (elf_link_add_object_symbols): When a version
2616         indirection symbol is overridden, make the original symbol point
2617         at the real overriding symbol.
2618
2619         * elf.c (bfd_elf_string_from_elf_section): Check for an invalid
2620         string index.
2621
2622         * elflink.h (elf_link_output_extsym): Use the right section for a
2623         common symbol.
2624         * elf32-mips.c (mips_elf_link_output_symbol_hook): If a common
2625         symbol was in .scommon, mark it as SHN_MIPS_SCOMMON.
2626
2627 Wed Jun 25 12:43:10 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
2628
2629         * elflink.h (elf_merge_symbols): Resolve indirect and warning
2630         symbols before checking for new symbols.
2631
2632         * elfcore.h (elf_corefile_note): Move out of HAVE_SYS_PROCFS_H.
2633
2634 Tue Jun 24 11:20:43 1997  Ian Lance Taylor  <ian@cygnus.com>
2635
2636         * coffgen.c (coff_object_p): Read the f_opthdr bytes from the
2637         file, not aoutsz bytes (they are different in XCOFF .o files).
2638
2639         * xcofflink.c (xcoff_link_add_symbols): Permit symbols to be
2640         redefined by objects included from archives.
2641
2642 Mon Jun 23 18:03:27 1997  Ian Lance Taylor  <ian@cygnus.com>
2643
2644         * elflink.h (elf_merge_symbol): In the case of a new defined
2645         symbol overriding an old defined symbol, return the hash table
2646         entry which we modify, even if it is the target of an
2647         indirection.
2648         (elf_link_add_object_symbols): If the real name of the symbol gets
2649         overridden, convert the versioned symbol into an indirect symbol
2650         to the real symbol.
2651
2652         * elflink.h (elf_merge_symbol): New static function, broken out of
2653         elf_link_add_object_symbols.
2654         (elf_link_add_object_symbols): Call it.
2655
2656 Sun Jun 22 19:40:57 1997  Ian Lance Taylor  <ian@cygnus.com>
2657
2658         * coff-i386.c (i3coff_object_p): If COFF_IMAGE_WITH_PE, hack to
2659         handle case where COFF filehdr does not immediately follow PE
2660         header.
2661         * coffgen.c (coff_object_p): Remove useless seek to current
2662         location.
2663
2664 Wed Jun 18 19:03:38 1997  Ian Lance Taylor  <ian@cygnus.com>
2665
2666         * linker.c (link_action): Change COMMON_ROW/indr to from CREF to
2667         REFC.
2668
2669 Tue Jun 17 11:55:02 1997  Ian Lance Taylor  <ian@cygnus.com>
2670
2671         * cofflink.c (_bfd_coff_link_input_bfd): If stripping debugging
2672         symbols, skip N_ABS symbols with debugging storage classes.
2673
2674 Mon Jun 16 18:56:27 1997  Geoff Keating  <geoffk@ozemail.com.au>
2675
2676         * elf32-ppc.c (ppc_elf_relocate_section): Don't emit R_PPC_REL*
2677         relocs in shared libraries which refer to local symbols.  Cope
2678         with addend when processing a GOT relocation.
2679
2680         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Only create symbols
2681         for sections that the linker didn't create.
2682         (ppc_elf_finish_dynamic_sections): Only try to write out a section
2683         symbol if it was created in ppc_elf_size_dynamic_sections.
2684         (ppc_elf_relocate_section): Complain if we have to generate a reloc
2685         relative to a section for which we didn't output a symbol.
2686
2687         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Clean up.  PLT
2688         relocs are 'rela' relocs, like everything else.  .rela.plt is not
2689         a read-only section, so we don't have to special-case it.
2690
2691         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Entries in the
2692         .rela.bss section are (of course) 'rela' relocs not 'rel' relocs.
2693
2694         * elf32-ppc.c (ppc_elf_check_relocs): Initialise srelgot.
2695         (ppc_elf_relocate_section): @got offsets are 4 from start of the
2696         actual .got section.
2697         * elflink.c (_bfd_elf_create_got_section): The three reserved
2698         words start from the symbol '_GLOBAL_OFFSET_TABLE_'.
2699
2700         * elf32-ppc.c (ppc_elf_size_dynamic_sections): '.rela' is 5
2701         characters, not 4.
2702
2703         * elf32-ppc.c (ppc_elf_check_relocs): Use
2704         _bfd_elf_create_got_section to create the GOT rather than
2705         ppc_elf_create_linker_section. Create the '.rela.got' section
2706         ourselves.
2707         (ppc_elf_finish_dynamic_symbol): Set up GOT relocations when a
2708         symbol has a GOT entry.
2709         (ppc_elf_relocate_section): Record when a symbol is used through
2710         the GOT, and allocate space in the GOT for each such symbol.
2711         (ppc_elf_adjust_dynamic_symbol): Delete unused .got.plt stuff.
2712         (ppc_elf_create_linker_section): Delete unused LINKER_SECTION_GOT
2713         stuff.
2714
2715         * elf32-ppc.c (ppc_elf_howto_raw): GOT16_HA relocs should be
2716         treated in a similar way to ADDR16_HA relocs.
2717         (ppc_elf_relocate_section): PLTREL24 relocs do not get copied into
2718         shared objects; the linker must deal with them.
2719         (ppc_elf_create_linker_section): Stop setting
2720         _GLOBAL_OFFSET_TABLE_ to the wrong value; delete unused
2721         LINKER_SECTION_PLT stuff.
2722         (ppc_elf_check_relocs): Delete unused LINKER_SECTION_PLT stuff.
2723         (ppc_elf_finish_dynamic_sections): Use BFD calls to get GOT
2724         section, not ELF-specific calls.
2725         (elf_backend_plt_not_loaded): Set to 1.
2726         (elf_backend_got_symbol_offset): Set to 4.
2727         * elf-bfd.h (elf_backend_data): Add 'plt_not_loaded' member
2728         for when ld.so fills in the PLT; and 'got_symbol_offset' member.
2729         * elflink.c (_bfd_elf_create_dynamic_sections): Apply
2730         plt_not_loaded member.
2731         (_bfd_elf_create_got_section): Apply got_symbol_offset.
2732         * elfxx-target.h (elf_backend_plt_not_loaded): Set default to
2733         'loaded'.
2734         (elf_backend_G_O_T_offset): Set default to 0.
2735         (elfNN_bed): Set added fields.
2736
2737         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Was setting
2738         DT_RELENT in shared objects; should be DT_RELAENT.
2739
2740         * elf32-ppc.c (ppc_elf_relocate_section): Propagate
2741         R_PPC_ADDR16_HA relocs to shared objects. Cope with case where
2742         such a reloc (in a non-shared object) refers to a symbol that's
2743         not defined.
2744
2745 Mon Jun 16 14:42:14 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
2746
2747         * elfcode.h (put_signed_word): Define.
2748         (get_signed_word): Define.
2749         (elf_swap_reloca_in): Use get_signed_word for the r_addend field.
2750         (elf_swap_reloca_out): Use put_signed_word for the r_addend
2751         field.
2752         * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Use
2753         bfd_get_signed_32 to set the r_addend field.
2754         * elf64-mips.c (mips_elf64_swap_reloca_in): Use
2755         bfd_h_get_signed_64 to set the r_addend field.
2756
2757 Mon Jun 16 12:31:29 1997  Ian Lance Taylor  <ian@cygnus.com>
2758
2759         * elf32-i386.c (elf_i386_relocate_section): When generating a
2760         shared library, do the relocation if the input section is not
2761         allocated in memory.
2762
2763         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Call
2764         elf_link_assign_sym_version before elf_adjust_dynamic_symbol.
2765         (elf_fix_symbol_flags): New static function, broken out of
2766         elf_adjust_dynamic_symbol.
2767         (elf_adjust_dynamic_symbol): Call elf_fix_symbol_flags.
2768         (elf_link_assign_sym_version): Likewise.  Permit a symbol to be
2769         forced local even if NEEDS_PLT is set.  When forcing a symbol to
2770         be local, clear NEEDS_PLT.
2771         (elf_link_output_extsym): Remove unused local bed.
2772
2773 Wed Jun 11 22:44:20 1997  Jeffrey A Law  (law@cygnus.com)
2774
2775         * elf32-mn10300.c (elf32_mn10300_link_hash_entry): New structure
2776         for derived elf linker hash table entries.  References to
2777         elf_link_hash_entry changed appropriately.
2778         (elf32_mn10300_link_hash_table): New structure for derived elf
2779         linker hash table.
2780         (elf32_mn10300_hash_table): Define.
2781         (elf32_mn10300_link_hash_traverse): Likewise.
2782         (elf32_mn10300_link_hash_newfunc): New function.
2783         (elf32_mn10300_link_hash_table_create): Likewise.
2784         (elf32_mn10300_finish_hash_table_entry): Likewise.
2785         (mn10300_elf_relax_section): Handle "call" -> "calls", removal
2786         of prologue code, and call:32->call:16 relaxing.
2787         (compute_function_info: New function.
2788         (bfd_elf32_bfd_ilink_hash_table_create): Define.
2789
2790 Wed Jun 11 00:00:07 1997  Ian Lance Taylor  <ian@cygnus.com>
2791
2792         * elflink.h (elf_link_output_extsym): Call finish_dynamic_symbol
2793         for a symbol which is being forced to be local.
2794         * elf32-i386.c (elf_i386_relocate_section): Write out the
2795         relocation value for a GOT reloc for a symbol which is turning
2796         into a local symbol.
2797         (elf_i386_finish_dynamic_symbol): If a symbol is turning into a
2798         local symbol, write out a RELATIVE reloc rather than a GLOB_DAT
2799         reloc.
2800         * elf32-m68k.c, elf32-sparc.c: Corresponding changes.
2801
2802         * elf32-i386.c (elf_i386_relocate_section): Get the relocation
2803         value if the symbol is turning into a local symbol.
2804         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2805         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2806
2807 1997-06-10 22:58  Ulrich Drepper  <drepper@cygnus.com>
2808
2809         * elflink.h (elf_link_add_object_symbols): Also read verneed
2810         information by calling `_bfd_elf_slurp_version_tables'.
2811         (elf_link_add_object_symbols): For undefined symbols look for
2812         version information in the verneed records.
2813         (elf_link_add_object_symbols): Use soname of shared object
2814         for verneed record if it is available.
2815
2816 Tue Jun 10 11:13:03 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
2817
2818         * cpu-arm.c: Add prototypes for compatible and scan.
2819         * cofflink.c: Add prototype for mark_relocs.
2820
2821         * archive.c (bfd_special_undocumented_glue): Change filename to
2822         const pointer.  Add prototype.
2823
2824 Mon Jun  9 12:34:21 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2825
2826         * elflink.h (elf_link_add_object_symbols): Ignore relocations of
2827         sections that will be discarded.
2828
2829 1997-06-06 22:58  Ulrich Drepper  <drepper@cygnus.com>
2830
2831         * elflink.h (elf_link_find_version_dependencies): When searching
2832         for known version symbol skip non-matching verdef records, not
2833         matching records.
2834
2835 Thu Jun  5 15:52:45 1997  Ian Lance Taylor  <ian@cygnus.com>
2836
2837         * cofflink.c (_bfd_coff_generic_relocate_section): Write a long,
2838         not a bfd_vma, to the base file, to match how dlltool reads it.
2839
2840 Tue Jun  3 16:57:45 1997  Nick Clifton  <nickc@cygnus.com>
2841
2842         * reloc.c: Add thumb relocations.
2843
2844         * bfd-in2.h: Add Thumb relocations.
2845
2846         * libbfd.h: Add Thumb relocations.
2847
2848 Mon Jun  2 10:41:52 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2849
2850         * cpu-m68k.c (arch_info_struct): Fix 68060 cpu name.
2851
2852 Fri May 30 12:46:27 1997  Ian Lance Taylor  <ian@cygnus.com>
2853
2854         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Set dynindx
2855         for a section even if it is not loaded.
2856
2857         * cofflink.c (coff_link_add_symbols): If PE file, don't subtract
2858         section VMA.
2859         (_bfd_coff_link_input_bfd): Separate section VMA handling for
2860         input and output files.
2861         (_bfd_coff_generic_relocate_section): Check whether input file,
2862         not output file, is a PE file.
2863
2864 Wed May 28 15:48:43 1997  Nick Clifton  <nickc@cygnus.com>
2865
2866         * coff-arm.c: (coff_arm_bfd_set_private_flags): Make static.
2867
2868 Wed May 28 16:16:04 1997  Ian Lance Taylor  <ian@cygnus.com>
2869
2870         * coff-i386.c (coff_i386_reloc): Don't just exit if we see an
2871         R_IMAGEBASE reloc.
2872
2873 Wed May 28 09:48:43 1997  Nick Clifton  <nickc@cygnus.com>
2874
2875         * cpu-arm.c (compatible): Add test for supersets of ARM
2876         architectures.
2877
2878 Tue May 27 19:42:03 1997  Bob Manson  <manson@charmed.cygnus.com>
2879
2880         * cofflink.c (_bfd_coff_final_link): Initialize global_to_static
2881         member.
2882
2883 Tue May 27 14:34:08 1997  Nick Clifton  <nickc@cygnus.com>
2884
2885         * coff-arm.c (coff_arm_bfd_set_private_flags): Make global.  It is
2886         called directly by gas/config/tc-arm.c.
2887
2888 Tue May 27 15:58:53 1997  Richard Henderson  <rth@tamu.edu>
2889
2890         * elf64-alpha.c (PLT_ENTRY_*): Use a new thread-safe format.
2891         (elf64_alpha_finish_dynamic_symbol): Fill it in properly.
2892
2893 Mon May 26 14:05:13 1997  Ian Lance Taylor  <ian@cygnus.com>
2894
2895         * coff-ppc.c (coff_ppc_relocate_section): If PE file, don't add
2896         section VMA.
2897
2898 Mon May 26 10:57:48 1997  Fred Fish  <fnf@cygnus.com>
2899
2900         * peicode.h (coff_bfd_print_private_bfd_data): #undef before #define.
2901         (coff_bfd_copy_private_bfd_data): Ditto.
2902         * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Make static.
2903         (coff_arm_bfd_print_private_bfd_data): Ditto.
2904         (coff_arm_bfd_set_private_flags): Ditto.
2905         (coff_arm_bfd_copy_private_bfd_data): Ditto.
2906
2907 Fri May 23 15:14:58 1997  Fred Fish  <fnf@cygnus.com>
2908
2909         * libcoff-in.h (struct coff_final_link_info): Add boolean
2910         global_to_static member for support of task linking.
2911         (_bfd_coff_write_task_globals): Add prototype.
2912         * libcoff.h: Regenerate.
2913         * coffcode.h (coff_write_object_contents): Use #ifdef to
2914         check RS6000COFF_C, to be consistent with all other uses
2915         in this file.
2916         * cofflink.c (_bfd_coff_final_link): If doing task linking,
2917         call _bfd_coff_write_task_globals.
2918         (_bfd_coff_link_input_bfd): If doing task linking, convert
2919         global functions to static.
2920         (_bfd_coff_write_global_sym): If doing task linking, convert
2921         global variables to static.
2922         (_bfd_coff_write_task_globals): New function.
2923 start-sanitize-tic80
2924         * coff-tic80.c (TIC80COFF): Define this instead of just TIC80.
2925         (C_AUTOARG): #undef since it clashes with C_UEXT.
2926         (C_LASTENT): #undef since it clashes with C_STATLAB.
2927         * coffcode.h (coff_write_object_contents): Use TIC80COFF
2928         rather than TIC80.
2929         (coff_slurp_symbol_table): Use C_SYSTEM.  Hide C_AUTOARG use
2930         when TIC80COFF defined (clashes with C_UEXT).  Explicitly
2931         recognize C_UEXT, C_STATLAB, and C_EXTLAB as unsupported.
2932 end-sanitize-tic80
2933
2934 start-sanitize-tic80
2935 Fri May 23 12:38:24 1997  Ian Lance Taylor  <ian@cygnus.com>
2936
2937         * coff-tic80.c (tic80_howto_table): Change overflow check for most
2938         PP relocations to complain_overflow_dont.
2939
2940 Thu May 22 20:22:14 1997  Ian Lance Taylor  <ian@cygnus.com>
2941
2942         * coff-tic80.c (tic80_howto_table): Add PP relocations.  Change
2943         name of R_RELLONG to "RELLONG".  Set rightshift and complain for
2944         M_PPCR.
2945         (ppbase_reloc, glob15_reloc): New static functions.
2946         (glob16_reloc, local16_reloc): New static functions.
2947         (rtype2howto): Handle all relocation types.
2948         (coff_tic80_relocate_section): New static function.
2949         (coff_relocate_section): Define to coff_tic80_relocate_section.
2950         * Makefile.in (coff-tic80.o): Depends upon include/coff/tic80.h.
2951
2952 end-sanitize-tic80
2953 Wed May 21 17:15:50 1997  Ian Lance Taylor  <ian@cygnus.com>
2954
2955         * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE or
2956         COFF_IMAGE_WITH_PE, don't subtract the section VMA from the symbol
2957         value.
2958         * coffgen.c (fixup_symbol_value): Add abfd parameter.  Change all
2959         callers.  If PE file, don't add section VMA.
2960         (coff_write_alien_symbol): If PE file, don't add section VMA.
2961         * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
2962         (_bfd_coff_write_global_sym): Likewise.
2963         (_bfd_coff_generic_relocate_section): Likewise.
2964
2965         * peicode.h: Add & 0xffffffff when using ImageBase in case bfd_vma
2966         is 64 bits.
2967
2968 Wed May 21 09:58:10 1997  Nick Clifton  <nickc@cygnus.com>
2969
2970         * cofflink.c (mark_relocs): Add new function to mark symbols which
2971         are used by relocations.
2972         (_bfd_coff_link_input_bfd): Add call to mark_relocs() and code to
2973         suppress the skipping of symbols that have thus been marked.
2974
2975 Tue May 20 18:45:26 1997  Ian Lance Taylor  <ian@cygnus.com>
2976
2977         * coff-sh.c (sh_merge_private_data): New static function.
2978         (coff_bfd_merge_private_bfd_data): Define.
2979
2980 start-sanitize-tic80
2981 Mon May 19 14:46:00 1997  Mark Alexander  <marka@cygnus.com>
2982
2983         * coff-tic80.c: Remove unnecessary #ifdefs.
2984         * config.bfd: Set targ_underscore to yes for tic80.
2985
2986 Mon May 19 14:26:36 1997  Mark Alexander  <marka@cygnus.com>
2987
2988         * coff-tic80.c (NAMES_HAVE_UNDERSCORE): Define (fixes problem
2989         with unresolved external symbols in GDB).
2990
2991 end-sanitize-tic80
2992 Fri May 16 10:23:03 1997  Jeffrey A Law  (law@cygnus.com)
2993
2994         * elf-m10300.c (elf32_mn10300_relax_section): Read in all
2995         the symbols associated with each BFD.
2996         (mn10300_elf_relax_delete_bytes): Don't adjust the same symbol
2997         more than once.
2998         * elf-m10200.c: Likewise.
2999         * elf32-m32r.c: Likewise.
3000         * elf32-sh.c: Likewise.
3001
3002 Fri May 16 12:10:52 1997  Ian Lance Taylor  <ian@cygnus.com>
3003
3004         * elflink.h (elf_link_add_object_symbols): Don't decrease the
3005         alignment of a common symbol.  If two symbols that look like
3006         common symbols are found in two shared libraries, and the size is
3007         different, use the larger size, and warn if --warn-common.  If a
3008         common symbol overrides a definition in a shared library, set the
3009         size to the larger size, and warn if --warn-common.
3010
3011 Thu May 15 14:31:28 1997  Nick Clifton  <nickc@cygnus.com>
3012
3013         * cpu-arm.c (compatible):  Allow default machine to be polymorphed
3014         into any other machine type.
3015
3016         * coffcode.h (coff_set_flags):  Initialise flags variable to 0.
3017
3018         * coff-arm.c (coff_arm_bfd_merge_private_bfd_data):  When merging
3019         data into an unitialised destination set its machine type as well.
3020
3021 Thu May 15 16:40:20 1997  Ian Lance Taylor  <ian@cygnus.com>
3022
3023         * elflink.h (elf_link_add_object_symbols): Force ELF symbol size
3024         to common symbol size.  Consistently treat uninitialized symbols
3025         in shared objects as common symbols.
3026
3027 Fri May  9 10:15:27 1997  Nick Clifton  <nickc@cygnus.com>
3028
3029         * archures.c (constants):  Added new constants to identify the
3030         type of the ARM architecture: bfd_mach_arm_2, bfd_mach_arm_2a,
3031         bfd_mach_arm_3, bfd_mach_arm_3M, bfd_mach_arm_4 and bfd_mach_arm_4T.
3032
3033         * bfd-in2.h (constants):   Added new constants to identify
3034         the type of the ARM architecture: bfd_mach_arm_2, bfd_mach_arm_2a,
3035         bfd_mach_arm_3, bfd_mach_arm_3M, bfd_mach_arm_4 and
3036         bfd_mach_arm_4T.  This file is auto-magically generated from the
3037         archures.c file.  This update is just to save work.
3038
3039         * coff-arm.c (coff_arm_bfd_merge_private_bfd_data,
3040         coff_arm_bfd_print_private_bfd_data,
3041         coff_arm_bfd_set_private_flags,
3042         coff_arm_bfd_copy_private_bfd_data): Added these new functions.
3043         (global): Macro redefinitions set up to use these new functions.
3044
3045         * coffcode.h (coff_mkobject_hook): Added call to
3046         coff_arm_bfd_set_private_flags().
3047         (coff_set_arch_mach_hook): Added code to set machine type based on
3048         bits stored in internal flags.
3049         (coff_set_flags): Added code to set the new bits in the flags
3050         field based on the machine number.
3051         (function definition macros): Made all function definition macros
3052         conditional so that they can be overridden by target specific
3053         files.
3054
3055         * cpu-arm.c (compatible): Added this function.  (arch_info_struct):
3056         Structure extended to include new types, one each for ARMv2,
3057         ARMv2a, ARMv3, ARMv3M, ARMv4 and ARMv4T.
3058
3059         * libcoff-in.h (struct coff_tdata):  Added flags field.
3060
3061 Fri May  9 17:40:02 1997  Ian Lance Taylor  <ian@cygnus.com>
3062
3063         * config.bfd (i[3456]86-*-gnu*): Don't include Mach support.
3064
3065         * config.bfd: Change #if 0 around uses of host_aout_vec to #if
3066         HAVE_host_aout_vec.
3067
3068 Mon May  5 13:57:32 1997  Mike Meissner  <meissner@cygnus.com>
3069
3070         * coffgen.c (coff_find_nearest_line): If there are no syments,
3071         just return false.
3072
3073 Mon May  5 18:18:45 1997  Philip Blundell  <pjb27@cam.ac.uk>
3074
3075         * config.bfd: cope with '*-*-linux-gnuaout' targets.
3076
3077 Thu May  1 11:31:12 1997  Ian Lance Taylor  <ian@cygnus.com>
3078
3079         * targmatch.sed: Add explicit \n characters to work around bug in
3080         HP/UX 10.20 sed program.
3081
3082 Wed Apr 30 12:27:03 1997  Ian Lance Taylor  <ian@cygnus.com>
3083
3084         * elf.c (copy_private_bfd_data): Cast csecs to avoid sign
3085         extension problems.
3086
3087 Tue Apr 22 12:06:08 1997  Ian Lance Taylor  <ian@cygnus.com>
3088
3089         * Makefile.in (do_maintainer_clean): Don't remove bfd-in2.h.
3090
3091 Mon Apr 21 11:21:31 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3092
3093         * elf32-m68k.c: Follow the last changes in elf32-i386.c:
3094         (struct elf_m68k_pcrel_relocs_copied, struct
3095         elf_m68k_link_hash_entry, struct elf_m68k_link_hash_table,
3096         elf_m68k_link_hash_traverse, elf_m68k_hash_table,
3097         elf_m68k_link_hash_newfunc, elf_m68k_link_hash_table_create,
3098         elf_m68k_discard_copies, bfd_elf32_bfd_link_hash_table_create):
3099         New definitions.
3100         (elf_m68k_check_relocs): If linking with -Bsymbolic, don't copy
3101         PC relative relocs for a global symbol defined in a regular
3102         object, and count the number of PC relative relocs copied for any
3103         global symbol.
3104         (elf_m68k_size_dynamic_sections): If linking with -Bsymbolic,
3105         traverse with elf_m68k_discard_copies.
3106
3107 Sat Apr 19 22:50:14 1997  Ian Lance Taylor  <ian@cygnus.com>
3108
3109         * elf32-i386.c (elf_i386_check_relocs): Only count PC relative
3110         relocs.  From Jamie Lokier <jamie@rebellion.co.uk>.
3111
3112         * coffcode.h (coff_compute_section_file_positions): Force the
3113         potential last byte in the file to be written out when
3114         COFF_IMAGE_WITH_PE.
3115
3116 Thu Apr 17 13:46:56 1997  Per Fogelstrom  <pefo@openbsd.org>
3117
3118         * configure.host (mips*-*-openbsd*): New host.
3119
3120 Thu Apr 17 11:10:54 1997  Ian Lance Taylor  <ian@cygnus.com>
3121
3122         * elflink.h (elf_link_add_object_symbols): Only subtract the
3123         section VMA from the symbol value if this is a fully linked file.
3124
3125         * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
3126         (struct elf_i386_link_hash_entry): Define.
3127         (struct elf_i386_link_hash_table): Define.
3128         (elf_i386_link_hash_traverse): Define.
3129         (elf_i386_hash_table): Define.
3130         (elf_i386_link_hash_newfunc): New static function.
3131         (elf_i386_link_hash_table_create): New static function.
3132         (elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
3133         PC relative relocs for a global symbol defined in a regular
3134         object, and count the number of PC relative relocs copied for any
3135         global symbol.
3136         (elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
3137         traverse with elf_i386_discard_copies.
3138         (elf_i386_discard_copies): New static function.
3139         (bfd_elf32_bfd_link_hash_table_create): Define.
3140
3141         From Gordon W. Ross <gwr@mc.com>:
3142         * aoutf1.h (MY_entry_is_text_address): Define if not defined.
3143         (sunos4_aout_backend): Use MY_entry_is_text_address.
3144
3145 start-sanitize-d30v
3146 Wed Apr 16 12:43:32 1997  Martin Hunt  <hunt@cygnus.com>
3147
3148         * elf32-d30v.c (elf_d30v_howto_table): Changed size of
3149         R_D30V_32_NORMAL to 2 (4 bytes).
3150
3151 end-sanitize-d30v
3152 Wed Apr 16 14:02:29 1997  Ian Lance Taylor  <ian@cygnus.com>
3153
3154         From Gordon W. Ross <gwr@mc.com>:
3155         * netbsd.h (N_SHARED_LIB): Define.
3156         (SEGMENT_SIZE): Don't define.
3157         * m68knetbsd.c (SEGMENT_SIZE): Don't define (revert change of
3158         April 11).
3159         * sparcnetbsd.c (TARGET_PAGE_SIZE): Define as 0x2000.
3160         (SEGMENT_SIZE): Don't define.
3161
3162         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Set .rela.bss size
3163         to sizeof Rela structure, not sizeof Rel structure.  From Gary
3164         Thomas <g.thomas@opengroup.org>.
3165
3166 Tue Apr 15 11:50:37 1997  Ian Lance Taylor  <ian@cygnus.com>
3167
3168         * aout-target.h (MY(callback)): If entry_is_text_address, adjust
3169         whenever entry is larger than text address, but only by whole
3170         pages.  From Gordon W. Ross <gwr@mc.com>.
3171
3172         * Makefile.in (install): Depend upon installdirs.  Use
3173         mkinstalldirs to build $(oldincludedir).
3174         (installdirs): New target.
3175
3176         * elflink.h (elf_link_add_object_symbols): Don't call check_relocs
3177         if this is a debugging section which we are stripping.
3178
3179 Mon Apr 14 12:39:30 1997  Richard Henderson  <rth@tamu.edu>
3180
3181         * elf64-alpha.c (elf64_alpha_object_p): Allocate the
3182         alpha-specific target data struct.
3183
3184 Mon Apr 14 11:45:46 1997  Ian Lance Taylor  <ian@cygnus.com>
3185
3186         From Thomas Graichen <graichen@rzpd.de>:
3187         * Makefile.in: Always use $(SHELL) when running move-if-change.
3188         * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
3189         * configure: Rebuild.
3190
3191 Fri Apr 11 15:43:24 1997  Ian Lance Taylor  <ian@cygnus.com>
3192
3193         * elfcode.h (elf_slurp_symbol_table): Only subtract the section
3194         VMA if this is an executable file or a shared object.
3195
3196         * targets.c (netbsd_core_vec): Declare.  From Gordon W. Ross
3197         <gwr@mc.com>.
3198
3199         * libaout.h (struct aout_backend_data): Add entry_is_text_address
3200         field.
3201         * aout-target.h (SEGMENT_SIZE): Define to TARGET_PAGE_SIZE at the
3202         start of the file.  Remove uses later on which switch using
3203         ifdef.
3204         (MY(callback)): Handle entry_is_text_address.
3205         (MY_entry_is_text_address): Define if not defined.
3206         (MY(backend_data)): Initialize new field.
3207         * aoutf1.h (sunos4_aout_backend): Likewise.
3208         * i386aout.c (MY(backend_data)): Likewise.
3209         * i386mach3.c (MY(backend_data)): Likewise.
3210         * mipsbsd.c (MY(backend_data)): Likewise.
3211         * sparclynx.c (sparclynx_aout_backend): Likewise.
3212         * netbsd.h (SEGMENT_SIZE): Define if not defined.
3213         (MY_entry_is_text_address): Define.
3214         * m68knetbsd.c (SEGMENT_SIZE): Define as 0x20000.
3215
3216         * xcofflink.c (bfd_xcoff_import_symbol): Handle importing a symbol
3217         whose name starts with `.'.
3218
3219 Fri Apr 11 11:57:15 1997  Niklas Hallqvist  <niklas@appli.se>
3220
3221         * config.bfd: (i[3456]86-*-openbsd*, m68*-*-openbsd*,
3222         mips*el*-*-openbsd*, mips*-*-openbsd*, ns32k-*-openbsd*,
3223         powerpc-*-*bsd*, sparc-*-openbsd*): New targets.
3224         * configure.in (i[3456]86-*-openbsd*, mips*-*-openbsd*,
3225         m68*-*-openbsd*, ns32k-*-openbsd*, powerpc-*-*bsd*,
3226         sparc-*-openbsd*): New targets.
3227         * configure: Rebuild.
3228
3229 Tue Apr  8 18:09:29 1997  Jamie Lokier  <jamie@rebellion.co.uk>
3230
3231         * stabs.c (struct stab_section_info): New field
3232         `cumulative_skips'.
3233         (_bfd_link_section_stabs): Fill the above array.
3234         (_bfd_stab_section_offset): Use `cumulative_skips' to
3235         speed up offset calculation.
3236
3237 Tue Apr  8 00:01:31 1997  Jeffrey A Law  (law@cygnus.com)
3238
3239         * elf-mn10300.c (mn10300_elf_relax_section): Don't forget the
3240         addend for non pc-relative relocations.
3241
3242         * elf-m10300.c (bfd_elf32_mn10300_reloc): Remove prototype
3243         for non-existent function.
3244
3245         * elf-m10300.c (mn10300_elf_relax_section): New function.
3246         (mn10300_elf_relax_delete_bytes): Likewise.
3247         (mn10300_elf_symbol_address_p): Likewise.
3248         (mn10300_elf_get_relocated_section_contents): Likewise.
3249         (bfd_elf32_bfd_relax_section): Define.
3250         (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
3251
3252 Mon Apr  7 16:47:09 1997  Ian Lance Taylor  <ian@cygnus.com>
3253
3254         * configure.host: Set SHLIB_LIBS.
3255         * configure.in: Substitute SHLIB_LIBS.
3256         * configure: Rebuild.
3257         * Makefile.in (SHLIB_LIBS): New variable.
3258         ($(SHLIB)): Use $(SHLIB_LIBS).
3259
3260 Mon Apr  7 10:53:52 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
3261
3262         * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
3263         with bfd_section_vma.
3264
3265 Fri Apr  4 11:37:15 1997  Ian Lance Taylor  <ian@cygnus.com>
3266
3267         * configure.in: Update file names for bfd_elf32_mn10[23]00_vec.
3268         Correct CPU file names for mn10[23]00.
3269         * configure: Rebuild.
3270
3271         * bfd.c (bfd_record_phdr): Cast count to size_t before
3272         subtraction.
3273
3274         * coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
3275         * coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
3276         (xcoff_write_archive_contents): LIkewise.
3277         * elf32-mips.c (_bfd_mips_elf_set_section_contents): Likewise.
3278         (mips_elf_create_procedure_table): Likewise.
3279         * peicode.h (pe_print_idata): Likewise.
3280         (pe_print_edata, pe_print_pdata, pe_print_reloc): Likewise.
3281         * xcofflink.c (xcoff_get_section_contents): Likewise.
3282         (_bfd_xcoff_canonicalize_dynamic_symtab): Likewise.
3283         (xcoff_link_add_symbols): Likewise.
3284         (xcoff_link_add_symbols): Likewise.
3285
3286         * ppcboot.c (ppcboot_set_arch_mach): Make static.
3287         (ppcboot_bfd_print_private_bfd_data): Likewise.
3288
3289         * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
3290         to complain_overflow_signed.
3291
3292 Thu Apr  3 11:51:54 1997  Ian Lance Taylor  <ian@cygnus.com>
3293
3294         * VERSION: Set to 2.8.1.
3295
3296         * Branched binutils 2.8.
3297
3298         * elf32-ppc.c (ppc_elf_check_relocs):  Don't check SEC_ALLOC when
3299         deciding whether to copy a reloc into a shared object.
3300         (ppc_elf_relocate_section): Likewise.  Relocate R_PPC_RELATIVE
3301         relocs in unallocated sections.
3302         * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
3303         R_SPARC_RELATIVE relocs in unallocated sections.
3304
3305 Wed Apr  2 16:19:41 1997  Mike Meissner  <meissner@cygnus.com>
3306
3307         * elf32-ppc.c (ppc_elf_check_relocs): Undo March 26 change and
3308         always create got section so that the _GLOBAL_OFFSET_TABLE_ label
3309         is always created.
3310
3311 Wed Apr  2 10:49:07 1997  Ian Lance Taylor  <ian@cygnus.com>
3312
3313         * elflink.h (elf_link_add_object_symbols): Let a common symbol
3314         override an uninitialized symbol from a shared library with a
3315         smaller size.
3316
3317         * elf-m10200.c: Rename from elf32-mn10200.c.
3318         * elf-m10300.c: Rename from elf32-mn10300.c.
3319         * cpu-m10200.c: Rename from cpu-mn10200.c
3320         * cpu-m10300.c: Rename from cpu-mn10300.c
3321         * Makefile.in: Update accordingly.
3322
3323         * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
3324         (elf_mips_isa): Move to earlier in file.
3325         (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
3326         (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
3327         specially.
3328
3329         * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
3330         calling abort.
3331
3332 Tue Apr  1 16:18:05 1997  Klaus Kaempf  <kkaempf@progis.de>
3333
3334         * configure.com: New file.
3335         * config.h-vms: Remove file.
3336         * makefile.vms: Update for new configure scheme.
3337
3338 Mon Mar 31 23:28:39 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3339
3340         * libcoff-in.h (ppc_allocate_toc_section): Declare.
3341         (ppc_process_before_allocation): Declare.
3342         * libcoff.h: Rebuild.
3343
3344         * coffcode.h (coff_mkobject_hook): Declare if not a macro.
3345
3346 Mon Mar 31 16:29:50 1997  Joel Sherrill  <joel@oarcorp.com>
3347
3348         * config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.
3349
3350 Mon Mar 31 16:11:35 1997  Ian Lance Taylor  <ian@cygnus.com>
3351
3352         * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
3353         symbol index for a R_IHCONST reloc.
3354
3355 Mon Mar 31 15:40:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3356
3357         * targmatch.sed: Do not use \(\) recursively.
3358
3359 Fri Mar 28 14:44:08 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3360
3361         * m68klinux.c (MACHTYPE_OK): Define.
3362         * i386linux.c (MACHTYPE_OK): Define.
3363
3364 Fri Mar 28 11:56:15 1997  Ian Lance Taylor  <ian@cygnus.com>
3365
3366         From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
3367         <hjl@gnu.ai.mit.edu>:
3368         * sparclinux.c: New file.
3369         * bfd-in.h (bfd_sparclinux_size_dynamic_sections): Declare.
3370         * bfd-in2.h: Rebuild.
3371         * config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
3372         * configure.in (sparclinux_vec): Add to list of vectors.
3373         * configure: Rebuild.
3374         * targets.c (sparclinux_vec): Declare.
3375         (bfd_target_vector): Add sparclinux_vec.
3376         * Makefile.in: Rebuild dependencies.
3377         (BFD32_BACKENDS): Add sparclinux.o.
3378         (BFD32_BACKENDS_CFILES): Add sparclinux.c.
3379
3380         * coff-mips.c (mips_ecoff_backend_data): Initialize new
3381         bfd_coff_backend_data field.
3382         * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
3383
3384         * config.bfd: Add bfd_elf64_{big,little}mips_vec to targ_selvecs
3385         for mips*el*-*-linux* and mips*-*-linux*.  From H.J. Lu
3386         <hjl@lucon.org> and Ralf Baechle <ralf@gnu.ai.mit.edu>.
3387
3388         * bfd.c: Include "libiberty.h".
3389         (strerror): Don't declare.
3390         (bfd_errmsg): Call xstrerror rather than strerror.
3391
3392 Thu Mar 27 12:55:42 1997  Ian Lance Taylor  <ian@cygnus.com>
3393
3394         * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
3395         reloc even if the symbol is in the .bss section.
3396         * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
3397         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
3398         * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
3399
3400         * coffcode.h (bfd_coff_backend_data): Add new field
3401         _bfd_coff_default_section_alignment_power.
3402         (bfd_coff_default_section_alignment_power): Define.
3403         (bfd_coff_std_swap_table): Initialize new field.
3404         * libcoff.h: Rebuild.
3405         * cofflink.c (coff_link_add_symbols): Limit alignment of a common
3406         symbol to the default section alignment.
3407
3408         * COPYING: Update FSF address.
3409
3410 start-sanitize-d30v
3411 Thu Mar 27 00:45:57 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
3412
3413         * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
3414         21-bit absolute that made it act as a relative.
3415
3416 end-sanitize-d30v
3417 Wed Mar 26 14:50:20 1997  Ian Lance Taylor  <ian@cygnus.com>
3418
3419         * elflink.c (_bfd_elf_create_linker_section): Don't set
3420         bss_section and rel_section from existing sections.
3421
3422         * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
3423         if it is needed.
3424
3425 Tue Mar 25 22:26:56 1997  Stu Grossman  (grossman@critters.cygnus.com)
3426
3427         * aoutx.h (some_aout_object_p):  Change executable test to fix
3428         problems with embedded a.out systems.
3429
3430 Tue Mar 25 14:35:37 1997  Ian Lance Taylor  <ian@cygnus.com>
3431
3432         * stabs.c (_bfd_stab_section_offset): New function.
3433         * libbfd-in.h (_bfd_stab_section_offset): Declare.
3434         * libbfd.h: Rebuild.
3435         * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
3436         stab reloc.
3437         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3438         * elf32-mips.c (mips_elf_relocate_section): Likewise.
3439         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3440         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3441         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3442
3443         * stabs.c (_bfd_link_section_stabs): Copy over the first header
3444         symbol.  Check for memory allocation failure of *psinfo.
3445         (_bfd_write_section_stabs): Add psinfo parameter.  Change all
3446         callers.  Set the value of the header symbol.
3447         * libbfd-in.h (_bfd_write_section_stabs): Update declaration.
3448         * libbfd.h: Rebuild.
3449
3450 start-sanitize-tic80
3451 Mon Mar 24 20:07:29 1997  Fred Fish  <fnf@cygnus.com>
3452
3453         * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
3454         (rtype2howto): Handle R_ABS reloc type.  Also abort on unhandled
3455         reloc types, rather than silently failing to generate an output file.
3456
3457 end-sanitize-tic80
3458 Mon Mar 24 13:41:00 1997  Ian Lance Taylor  <ian@cygnus.com>
3459
3460         * targmatch.sed: Use the hold space to put the #ifdef around the
3461         the string constant.
3462         * targets.c (UNSUPPORTED_TARGET): Don't define.
3463         (find_target): Don't check for UNSUPPORTED_TARGET.
3464         (bfd_set_default_target): Don't try to optimize by checking for
3465         default.
3466
3467         * Makefile.in: Rebuild dependencies.
3468         (ALL_MACHINES_CFILES): Add cpu-m32r.c.
3469         (BFD32_BACKENDS_CFILES): Add elf32-m32r.c.
3470         (elf32-m32r.o): Remove explicit target.
3471
3472         * config.bfd: Don't set targ_underscore for i[3456]86-*-gnu* or
3473         i[3456]86-*-linux*.
3474
3475         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Don't
3476         count section symbols for sections that were created by the
3477         linker, or are not allocatable or not loadable.
3478         (elf32_sparc_finish_dynamic_sections): Output output section
3479         symbols for section for which we made space for them.
3480
3481 Fri Mar 21 13:08:26 1997  Ian Lance Taylor  <ian@cygnus.com>
3482
3483         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): If there is
3484         no .rela.plt section, don't output a DT_PLTGOT dynamic entry.
3485
3486 Fri Mar 21 12:36:46 1997  Doug Evans  <dje@canuck.cygnus.com>
3487
3488         * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
3489         (m32r_hi16_list): New static local.
3490         (m32r_elf_hi16_reloc): Don't perform reloc, just queue it up.
3491         (m32r_elf_do_hi16_reloc): Delete.
3492         (m32r_elf_relocate_hi16): New function.
3493         (m32r_elf_lo16_reloc): New function.
3494         (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding
3495         LO16 reloc.
3496
3497         Mon Mar 10 16:03:31 1997  Doug Evans  <dje@seba.cygnus.com>
3498
3499         * elf32-m32r.c (m32r_elf_create_linker_section): Delete.
3500         (m32r_elf_add_symbol_hook): Rewrite _SDA_BASE_ support.
3501         (m32r_elf_final_sda_base): New function.
3502         (m32r_elf_relocate_section): Rewrite sdata support.
3503         (m32r_elf_finish_dynamic_sections): Delete.
3504
3505 Thu Mar 20 12:39:02 1997  Ian Lance Taylor  <ian@cygnus.com>
3506
3507         Based on patches from Philippe De Muyter <phdm@info.ucl.ac.be>.
3508         * coff-svm68k.c: New file.  Just defines some macros and includes
3509         coff-m68k.c.
3510         * coff-m68k.c: Add functions to handle common addends, moved in
3511         from cf-m68klynx.c.  Control them using COFF_COMMON_ADDEND macro.
3512         Control whether relocs are visible using STATIC_RELOCS.
3513         * cf-m68klynx.c: Simplify greatly: just define macros to control
3514         coff-m68k.c.
3515         * coff-aux.c: Likewise.  Just leave add_one_symbol routine.
3516         * targets. (m68ksysvcoff_vec): Declare.
3517         (bfd_target_vector): Add m68ksysvcoff_vec.
3518         * config.bfd (m68*-motorola-sysv*): New target.
3519         * configure.in (m68ksysvcoff_vec): New vector.
3520         * configure: Rebuild.
3521         * Makefile.in: Rebuild dependencies.
3522         (BFD32_BACKENDS): Add coff-svm68k.o.
3523         (BFD32_BACKENDS_CFILES): Add coff-svm68k.c.
3524
3525         * binary.c (binary_set_section_contents): Don't get misled if the
3526         first section is not loadable.  From Matthew L. Martin
3527         <mlm@xedia.com>.
3528
3529         * elflink.h (elf_bfd_final_link): Set the value of a section
3530         symbol to the section address unless doing a relocateable link.
3531
3532 Tue Mar 18 23:03:17 1997  Richard Henderson  <rth@tamu.edu>
3533
3534         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't create
3535         .plt entry if we've taken the function's address.
3536         (elf64_alpha_merge_gots): Merge collected flags info as well.
3537
3538 Tue Mar 18 22:40:09 1997  H.J. Lu  <hjl@lucon.org>
3539
3540         * Many files: Add function prototypes.
3541         * cpu-m68k.c (bfd_default_scan_num_mach): Don't declare.
3542         * ecofflink.c: Include "libcoff.h" and "libecoff.h".
3543         * elf32-ppc.c (ppc_elf_fake_sections): Make static.
3544         * opncls.c (bfd_openstreamr): Change stream parameter to PTR.
3545         * peicode.h: Change several void * parameters to PTR.
3546         * srec.c (srec_get_symbol_info): Make static.
3547         * syms.c (bfd_symbol_is_absolute): Remove.
3548         * Makefile.in: Rebuild dependencies.
3549
3550 Tue Mar 18 12:58:08 1997  Ian Lance Taylor  <ian@cygnus.com>
3551
3552         * elf32-m32r.c (m32r_elf_is_local_label_name): Remove.
3553         (bfd_elf32_bfd_is_local_label): Don't define.
3554
3555         * xcofflink.c (_bfd_xcoff_bfd_final_link): Call bfd_malloc rather
3556         than malloc.
3557
3558 Mon Mar 17 11:32:53 1997  Ian Lance Taylor  <ian@cygnus.com>
3559
3560         * bfd-in.h: Don't include obstack.h.
3561         (struct bfd_hash_table): Change memory field to PTR.
3562         * bfd.c (struct _bfd): Change memory field to PTR.
3563         * bfd-in2.h: Rebuild.
3564         * libbfd-in.h (bfd_release): Declare as function, don't define as
3565         macro.
3566         * libbfd.h: Rebuild.
3567         * opncls.c: Include "objalloc.h" rather than "obstack.h".  Use
3568         objalloc routines rather than obstack routines.
3569         (obstack_chunk_alloc, obstack_chunk_free): Don't define.
3570         (getpagesize): Don't define.
3571         (_bfd_new_bfd): Don't set _bfd_chunksize.
3572         (bfd_openr): Free new bfd and objalloc on failure.
3573         (bfd_fdopenr, bfd_openstreamr, bfd_openw): Likewise.
3574         (bfd_alloc_size): Remove.
3575         (bfd_release): New function.
3576         * hash.c: Include "objalloc.h" rather than "obstack.h".  Use
3577         objalloc routines rather than obstack routines.
3578         (obstack_chunk_alloc, obstack_chunk_free): Don't define.
3579         * ecofflink.c: Include "objalloc.h" rather than "obstack.h".  Use
3580         objalloc routines rather than obstack routines.
3581         (obstack_chunk_alloc, obstack_chunk_free): Don't define.
3582         (struct accumulate): Change memory to struct objalloc *.
3583         * liboasys.h (oasys_data_type): Remove oasys_obstack field.
3584         * dep-in.sed: Don't remove obstack.h from dependency list.
3585         * Makefile.in: Rebuild dependencies.
3586         (BFD_H_DEPS): Remove obstack.h.
3587         (install): Don't install obstack.h.
3588         * Many files: Don't include "obstack.h".
3589         * VERSION: Bump.
3590
3591         * opncls.c (bfd_alloc_grow, bfd_alloc_finish): Remove.
3592         * libbfd-in.h (bfd_alloc_grow, bfd_alloc_finish): Don't declare.
3593         * libbfd.h: Rebuild.
3594         * ieee.c (ieee_archive_p): Rewrite to not use bfd_alloc_grow.
3595         * sunos.c (sunos_add_dynamic_symbols): Likewise.
3596         * srec.c (srec_scan): Rewrite to not use obstack_1grow.
3597
3598         * opncls.c (bfd_alloc): Rename from bfd_alloc_by_size_t.  Remove
3599         old version of bfd_alloc.
3600         * libbfd-in.h (bfd_alloc_by_size_t): Don't declare.
3601         * libbfd.h: Rebuild.
3602         * Several files: Call bfd_alloc rather than bfd_alloc_by_size_t.
3603
3604 Sat Mar 15 15:24:18 1997  Ian Lance Taylor  <ian@cygnus.com>
3605
3606         * elf32-mips.c (mips_elf_is_local_label_name): Accept the generic
3607         ELF local label syntax as well.
3608
3609 Sat Mar 15 10:16:42 1997  Fred Fish  <fnf@cygnus.com>
3610
3611         * config.bfd (powerpc-*-beos*): New target.
3612         * configure.in (powerpc-*-beos*): Add case that explicitly
3613         does not set COREFILE for now.  A future BeOS version is
3614         expected to support core files.
3615         * configure: Regenerate with autoconf.
3616
3617 Fri Mar 14 16:43:22 1997  Ian Lance Taylor  <ian@cygnus.com>
3618
3619         * elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 is
3620         seen with a local symbol, rather than crashing.
3621
3622         * elfcode.h (elf_slurp_symbol_table): Don't try to read the
3623         version symbols if there aren't any.
3624
3625 start-sanitize-tic80
3626 Thu Mar 13 16:38:30 1997  Fred Fish  <fnf@cygnus.com>
3627
3628         * coff-tic80.c (coff_rtype_to_howto): Define
3629         (coff_tic80_rtype_to_howto): Clone generic coff version and
3630         add code to handle the funky TI "internal relocations".
3631
3632 end-sanitize-tic80
3633 Thu Mar 13 14:08:53 1997  Ian Lance Taylor  <ian@cygnus.com>
3634
3635         * elflink.h (elf_link_add_object_symbols): Don't warn about type
3636         or size changes because of a weak symbol.
3637
3638         * cisco-core.c (SIGEMT): Define if not defined.
3639
3640 Wed Mar 12 21:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
3641
3642         * elflink.h (elf_link_add_object_symbols): Use extsymoff when
3643         setting ever.  Sanity check the version number.  Sort out copying
3644         flags and other information when adding an indirect symbol.
3645         (NAME(bfd_elf,size_dynamic_sections)): Preserve any dynamic
3646         symbols added by the backend.  Clear the entire contents of the
3647         versym section.
3648         (elf_export_symbol): Ignore indirect symbols.
3649         (elf_link_output_extsym): Accept a section without an owner in an
3650         assert.
3651         * elfcode.h (elf_slurp_symbol_table): Add a sanity check on the
3652         version count.  Correct the allocation of x_versymp.
3653
3654         * elf32-mips.c (mips_elf_add_symbol_hook): Don't set the owner of
3655         the magic sections used for SHN_MIPS_TEXT and SHN_MIPS_DATA.
3656         Don't return bfd_und_section_ptr when info->shared.
3657         (mips_elf_final_link): Set the alignment of .rtproc to 4, not 12.
3658         (mips_elf_create_dynamic_sections): Correct type: ^= for &=.
3659         (mips_elf_check_relocs): Resolve an indirect symbol in
3660         sym_hashes.
3661         (mips_elf_finish_dynamic_symbol): Don't change SHN_ABS into
3662         SHN_MIPS_TEXT or SHN_MIPS_DATA.
3663
3664         * elf.c (bfd_elf_print_symbol): Tweak version output slightly.
3665
3666 Tue Mar 11 01:38:36 1997  Ian Lance Taylor  <ian@cygnus.com>
3667
3668         From Eric Youngdale <eric@andante.jic.com>:
3669         * elf-bfd.h (ELF_LINK_FORCED_LOCAL): Define.
3670         * elf.c (bfd_elf_print_symbol): Correct errors in last change.
3671         * elflink.h (elf_link_add_object_symbols): Handle cases in which a
3672         versioned symbol appears in both a regular and a shared object.
3673         (elf_link_assign_sym_version): Set ELF_LINK_FORCED_LOCAL when
3674         appropriate.  Improve error message.
3675         (struct elf_outext_info): Rename from elf_finfo_failed.  Change
3676         all uses.  Add localsyms field.
3677         (elf_bfd_final_link): When generating a shared library, call
3678         elf_link_output_extsym to output all local symbols.
3679         (elf_link_output_extsym): Handle symbols which were forced to
3680         become local.
3681
3682 Sun Mar  9 23:08:49 1997  Ian Lance Taylor  <ian@cygnus.com>
3683
3684         From Eric Youngdale <eric@andante.jic.com>:
3685         * elf-bfd.h (elf_symbol_type): Add version field.
3686         * elfcode.h (elf_slurp_symbol_table): Set version field.
3687         * elflink.h (elf_link_add_object_symbols): When creating an
3688         indirect symbol for a default version symbol, set DEF_DYNAMIC if
3689         appropriate.  Set up an indirection from the nondefault version of
3690         the symbol as well.
3691         (NAME(bfd_elf,size_dynamic_sections)): Call
3692         elf_link_assign_sym_version before checking whether there are any
3693         versions.  Always record the version name as a dynamic symbol.
3694         Initialize counters.
3695         (elf_link_assign_sym_version): After finding a version, see if a
3696         symbol should be forced to local scope.  Create a new version
3697         definition if appropriate.
3698         (elf_link_output_extsym): Correct indirect symbol handling.
3699         * elf.c (bfd_elf_print_symbol): Print version information.
3700         (bfd_section_from_shdr): Turn version sections into BFD sections.
3701         (elf_fake_sections): Only copy cverdefs and cverrefs into sh_info
3702         if sh_info is not already set.
3703         (_bfd_elf_copy_private_section_data): Copy sh_info for version
3704         sections.
3705         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Tell
3706         _bfd_stringtab_add to copy the name into permanent memory if
3707         appropriate.
3708
3709 Fri Mar  7 11:55:31 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3710
3711         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Fully parenthesize.
3712
3713 Fri Mar  7 10:37:30 1997  Ian Lance Taylor  <ian@cygnus.com>
3714
3715         * coffcode.h (bfd_coff_backend_data): Change
3716         _bfd_coff_compute_section_file_positions to return a boolean
3717         value.  Change all callers.
3718         (coff_compute_section_file_positions): Change return type to
3719         boolean.  If the size of the last section changed, then output a
3720         zero byte at the end of the file.
3721         * libcoff.h: Rebuild.
3722
3723         * xcofflink.c (_bfd_xcoff_bfd_final_link): Always allocate space
3724         for at least 6 output symbols.
3725         (xcoff_write_global_symbol): When emitting TOC entry relocs, also
3726         emit a TC csect to represent the space they take up.  For an XO
3727         symbol, just emit a reference, not a csect.
3728
3729         * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
3730         Solaris doesn't like the combined options, and the -f is
3731         unnecessary.
3732         (stamp-tshlink, install): Likewise.
3733
3734         * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
3735         handling when little endian.
3736
3737 Thu Mar  6 13:51:51 1997  Jeffrey A Law  (law@cygnus.com)
3738
3739         * elf32-mn10300.c (mn10300_elf_final_link_relocate): New function.
3740         (mn10300_elf_relocate_section): Likewise.
3741         (elf_backend_relocate_section): Define.
3742
3743         * elf32-mn10300.c (reloc_type): Remove PCREL{8,16,32}_{1,2}BYTE
3744         relocs.  Replace them with generic PCREL_{8,16,32} relocs.
3745         (elf32_mn10300_howto_table): Likewise.
3746         (elf32_mn10300_reloc_map): Likewise.
3747         (bfd_elf32_mn10300_reloc): Delete unused function.
3748
3749 Thu Mar  6 12:19:59 1997  Fred Fish  <fnf@cygnus.com>
3750
3751 start-sanitize-tic80
3752         * coff-tic80.c (rtype2howto): If passed a relocation type we don't
3753         understand, just set the howto field to NULL, and the caller will
3754         print an appropriate error message.
3755 end-sanitize-tic80
3756         * coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and
3757         code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif
3758         block.  Use NULL for initializations of "ptr" rather than bare 0.
3759         * coff-h8300.c: Fix typo in comment.
3760         * coff-h8500.c: Ditto.
3761         * coff-w65.c: Ditto
3762         * coff-z8k.c: Ditto.
3763
3764 Wed Mar  5 13:59:09 1997  Doug Evans  <dje@seba.cygnus.com>
3765
3766         * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
3767         (m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
3768         m32r_elf_get_relocated_section_contents): First pass at relax support.
3769
3770 Mon Mar  3 13:27:09 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
3771
3772         * elflink.h (elf_link_add_object_symbols): Use correct sh_size
3773         entry for reading verdef records.
3774         Use correct braces for computing increments of extverdaux and
3775         exteverdef record pointers.
3776
3777 start-sanitize-tic80
3778 Sun Mar  2 22:47:54 1997  Fred Fish  <fnf@cygnus.com>
3779
3780         * coff-tic80.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set this to 2
3781         instead of 4.
3782
3783 end-sanitize-tic80
3784 Sun Mar  2 16:25:35 1997  Ian Lance Taylor  <ian@cygnus.com>
3785
3786         * elflink.h (elf_link_find_version_dependencies): Check that
3787         DEF_REGULAR is not set as well as checking that DEF_DYNAMIC is
3788         set.
3789
3790 start-sanitize-tic80
3791 Fri Feb 28 16:52:40 1997  Fred Fish  <fnf@cygnus.com>
3792
3793         * coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
3794
3795 end-sanitize-tic80
3796 Fri Feb 28 15:06:45 1997  Ian Lance Taylor  <ian@cygnus.com>
3797
3798         * targets.c (bfd_default_vector): Make non-const.
3799         (find_target): New static function, broken out of
3800         bfd_find_target.
3801         (bfd_set_default_target): New function.
3802         (bfd_find_target): Call find_target.  When defaulting, use
3803         bfd_default_vector[0] if it is not NULL.
3804         * libbfd-in.h (bfd_default_vector): Adjust declaration.
3805         * bfd-in2.h, libbfd.h: Rebuild.
3806
3807         * syms.c (bfd_is_local_label): Return false if the symbol has no
3808         name.
3809         * coff-i960.c (coff_i960_is_local_label_name): New function.
3810         (coff_bfd_is_local_label_name): Define.
3811         * coff-m68k.c (m68k_coff_is_local_label_name): New function.
3812         (coff_bfd_is_local_label_name): Define.
3813         * coff-rs6000.c (xcoff_is_local_label_name): New function.
3814         (coff_bfd_is_local_label_name): Define.
3815         * elf.c (_bfd_elf_is_local_label_name): Treat symbols beginning
3816         with .. or _.L_ as local.
3817         * elf32-i386.c (elf_i386_is_local_label_name): New function.
3818         (bfd_elf32_bfd_is_local_label_name): Define.
3819         * evax-alpha.c (evax_bfd_is_local_label_name): Treat symbols
3820         beginning with $ as local.
3821
3822 Thu Feb 27 18:36:23 1997  Ian Lance Taylor  <ian@cygnus.com>
3823
3824         * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name
3825         rather than comparing against info->lprefix.
3826         * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
3827         * elflink.h (elf_link_input_bfd): Likewise.
3828         * linker.c (_bfd_generic_link_output_symbols): Likewise.
3829         * xcofflink.c (xcoff_link_input_bfd): Likewise.
3830
3831         * elfxx-target.h (bfd_elfNN_bfd_is_local_label_name): Define as
3832         _bfd_elf_is_local_label_name if not already defined.
3833         * elf.c (_bfd_elf_is_local_label_name): New function.
3834         * elf-bfd.h (_bfd_elf_is_local_label_name): Declare.
3835
3836         * coff-m88k.c (coff_bfd_is_local_label_name): Define.
3837         (m88k_is_local_label_name): New static function.
3838
3839         * coffcode.h (coff_bfd_is_local_label_name): Define as
3840         _bfd_coff_is_local_label_name if not already defined.
3841         * coffgen.c (_bfd_coff_is_local_label_name): New function.
3842         * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
3843         * libcoff.h: Rebuild.
3844
3845         * targets.c (BFD_JUMP_TABLE_SYMBOLS): Change _bfd_is_local_label
3846         to _bfd_is_local_label_name.
3847         (bfd_target): Likewise.
3848         * syms.c (bfd_is_local_label): Define as function, not macro.
3849         (bfd_is_local_name): Define.
3850         * libbfd.c (bfd_generic_is_local_label_name): Rename from
3851         bfd_generic_is_local_label, and take a string rather than a
3852         symbol.
3853         * libbfd-in.h (_bfd_nosymbols_bfd_is_local_label): Don't define.
3854         (_bfd_nosymbols_bfd_is_local_label_name): Define.
3855         (bfd_generic_is_local_label): Don't declare.
3856         (bfd_generic_is_local_label_name): Declare.
3857         * bfd-in2.h, libbfd.h: Rebuild.
3858         * All backends: Change local_label to local_label_name.
3859
3860         * elf32-mips.c (struct mips_got_info): Add assigned_gotno field.
3861         (mips_elf_relocate_got_local): Change return type to boolean.
3862         Don't assume that the first zero entry is unassigned; instead, use
3863         assigned_gotno.
3864         (mips_elf_relocate_section): Check return value of
3865         mips_elf_relocate_got_local.
3866         (mips_elf_create_got_section): Initialize assigned_gotno field.
3867
3868 start-sanitize-d30v
3869 Wed Feb 26 15:19:51 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
3870
3871         * elf32-d30v.c (bfd_elf_d30v_reloc): Add code to do 32-bit
3872         relocations.
3873
3874 end-sanitize-d30v
3875 Wed Feb 26 13:33:03 1997  Ian Lance Taylor  <ian@cygnus.com>
3876
3877         * elflink.h (elf_link_input_bfd): Don't skip symbols from sections
3878         that have no contents merely because linker_mark is not set.
3879
3880 Tue Feb 25 18:51:35 1997  Stan Shebs  <shebs@andros.cygnus.com>
3881
3882         * config.bfd (mips*-*-lnews*): New target.
3883         * coff-mips.c (mips_relocate_section): Make assert compare
3884         content byteorder instead of header byteorder.
3885         (ecoff_biglittle_vec): New BFD, big-endian headers, little-endian
3886         data.
3887         * targets.c (bfd_target_vector): Add ecoff_biglittle_vec.
3888         * configure.in (ecoff_biglittle_vec): Add case.
3889         * configure: Update.
3890
3891 Tue Feb 25 00:32:49 1997  Ian Lance Taylor  <ian@cygnus.com>
3892
3893         * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
3894         name begins with ".note".
3895         (map_sections_to_segments): Add a PT_NOTE segment for any loadable
3896         section whose name begins with ".note".
3897         (get_program_header_size): Corresponding change.
3898
3899         * elf32-mips.c (mips_elf_relocate_section): Check for misaligned
3900         jal and for jal overflow.
3901
3902 Mon Feb 24 17:53:14 1997  Ian Lance Taylor  <ian@cygnus.com>
3903
3904         From Eric Youngdale <eric@andante.jic.com>:
3905         * elflink.h (elf_link_add_archive_symbols): If a default symbol is
3906         not found, try looking it up again without the version name.
3907         (elf_link_add_object_symbols): Always link against the dynamic
3908         symbol table of a dynamic object.  When linking against a dynamic
3909         object, include version strings in symbol names, and set up
3910         version information.  Add indirect symbols for default versions.
3911         (elf_link_create_dynamic_sections): Add special version sections.
3912         (struct elf_assign_sym_version_info): Define.
3913         (struct elf_find_verdep_info): Define.
3914         (NAME(bfd_elf,size_dynamic_sections)): Add verdefs parameter.  Set
3915         up version sections.
3916         (elf_adjust_dynamic_symbol): Ignore indirect symbols.
3917         (elf_link_find_version_dependencies): New static function.
3918         (elf_link_assign_sym_version): New static function.
3919         (elf_link_renumber_dynsyms): New static function.
3920         (struct elf_final_link_info): Add symver_sec field.
3921         (elf_bfd_final_link): Initialize finfo.symver_sec.  Don't count
3922         local symbols of a dynamic object.  Handle DT_VER* constants.
3923         (elf_link_output_extsym): Simplify BFD_ASSERT checking for a
3924         dynamic object.  Skip indirect symbols from ELF objects.  Remove
3925         the version name before choosing a hash bucket.  Write out the
3926         version information if appropriate.
3927         (elf_link_input_bfd): Check for DYNAMIC, not ET_DYN.
3928         * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
3929         (bfd_elf64_size_dynamic_sections): Likewise.
3930         * bfd-in2.h: Rebuild.
3931         * elf-bfd.h (struct elf_link_hash_entry): Add verinfo field.
3932         Change elf_link_hash_flags to unsigned short.
3933         (ELF_LINK_HIDDEN): Define.
3934         (struct elf_obj_tdata): Add fields dynversym_hdr, dynverref_hdr,
3935         dynverdef_hdr, dynversym_section, dynverdef_section,
3936         dynverref_section, cverdefs, cverrefs, verdef, verref.
3937         (elf_dynversym, elf_dynverdef, elf_dynverref): Define.
3938         (_bfd_elf_swap_verdef_in, _bfd_elf_swap_verdef_out): Declare.
3939         (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Declare.
3940         (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Declare.
3941         (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Declare.
3942         (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Declare.
3943         (_bfd_elf_slurp_version_tables): Declare.
3944         * elf.c (_bfd_elf_swap_verdef_in): New function.
3945         (_bfd_elf_swap_verdef_out): Likewise.
3946         (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Likewise.
3947         (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Likewise.
3948         (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Likewise.
3949         (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Likewise.
3950         (_bfd_elf_print_private_bfd_data): Add DT_VER* constants.  Print
3951         version information if there is any.
3952         (_bfd_elf_link_hash_newfunc): Initialize verinfo field.
3953         (bfd_section_from_shdr): Handle SHT_GNU_ver* section types.
3954         (elf_fake_sections): Handle .gnu.version* section names.
3955         (assign_section_numbers): Handle SHT_GNU_ver* section types.
3956         (_bfd_elf_slurp_version_tables): New function.
3957         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't include
3958         version name in string entered in dynamic hash table.
3959         * elfcode.h: Include fnmatch.h.
3960         * elf32-i386.c (elf_i386_relocate_section): Handle a dynamic
3961         symbol which was forced to become local.
3962         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3963         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3964         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3965         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
3966
3967 Fri Feb 21 16:15:18 1997  Jeffrey A Law  (law@cygnus.com)
3968
3969         * elf32-mn10200.c (mn10200_elf_final_link_relocate): Simplify
3970         somewhat.
3971         (mn10200_elf_relax_section): Correctly compute a symbol's value
3972         when the symbol is local, but not in the same section as we are
3973         relaxing.  Implement abs24 -> abs16, imm24 -> imm16 and d24 -> d16
3974         relaxing.
3975
3976 Fri Feb 21 13:55:14 1997  Doug Evans  <dje@seba.cygnus.com>
3977
3978         * elf32-m32r.c: Rewrite to use ELF backend linker.
3979         Store lower 16 bits of addend in R_M32R_HI16_[SU]LO insns.
3980         Add small data area support (R_M32R_SDA16).
3981         * reloc.c: Document BFD_RELOC_M32R_SDA16.
3982         * bfd-in2.h,libbfd.h: Regenerated.
3983
3984 Thu Feb 20 23:50:31 1997  Jeffrey A Law  (law@cygnus.com)
3985
3986         * elf32-mn10200.c (mn10200_elf_relax_section): New function.
3987         (mn10200_elf_relax_delete_bytes): Likewise.
3988         (mn10200_elf_symbol_address_p): Likewise.
3989         (mn10200_elf_get_relocated_section_contents): Likewise.
3990         (bfd_elf32_bfd_relax_section): Define.
3991         (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
3992
3993         * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
3994         (mn10200_elf_relocate_section): Likewise.
3995         (elf_backend_relocate_section): Define.
3996
3997 start-sanitize-d30v
3998 Tue Feb 18 17:22:59 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
3999
4000         * Makefile.in, archures.c, config.bfd, configure.in, elf.c,
4001         reloc.c, targets.c: New target, elf-*-D30V.
4002
4003         * bfd-in2.h, configure, libbfd.h: Rebuilt.
4004
4005         * cpu-d30v.c, elf32-d30v.c: New files.
4006
4007 end-sanitize-d30v
4008 Tue Feb 18 15:31:48 1997  Fred Fish  <fnf@cygnus.com>
4009
4010         * reloc.c (struct reloc_howto_struct): Fix typo in comment.
4011         * bfd-in2.h: Regenerated.
4012 start-sanitize-tic80
4013         * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
4014         (rtype2howto): Add function.
4015         (tic80_howto_table): Add.
4016 end-sanitize-tic80
4017
4018 Tue Feb 18 11:41:00 1997  Dawn Perchik  <dawn@cygnus.com>
4019
4020         * sysdep.h: Don't define errno in MSVC if error.h is included.
4021
4022 Tue Feb 18 10:04:13 1997  Jeffrey A Law  (law@cygnus.com)
4023
4024         * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx
4025         is initialized before it is used.
4026
4027 Mon Feb 17 11:28:40 1997  Ian Lance Taylor  <ian@cygnus.com>
4028
4029         * hp300hpux.c (convert_sym_type): Don't convert a secondary common
4030         symbol into a weak undefined symbol; leave it as a common symbol.
4031
4032 Fri Feb 14 19:08:03 1997  Ian Lance Taylor  <ian@cygnus.com>
4033
4034         * elflink.h (elf_link_add_object_symbols): Don't issue a warning
4035         about a symbol defined in a dynamic object if it has already been
4036         defined in a regular object.
4037
4038 Thu Feb 13 20:53:22 1997  Klaus Kaempf  (kkaempf@progis.de)
4039
4040         * makefile.vms: Add gcc flags to allow compiling with current gcc
4041         snapshot
4042         (targmatch.h): New dependency.
4043
4044         * reloc.c (BFD_RELOC_ALPHA_CODEADDR): New relocation for
4045         openVMS/Alpha.
4046         * evax.h (ALPHA_R_CODEADDR): New relocation.
4047         * evax-alpha.c (ALPHA_R_CODEADDR): 64 bit procedure relocation for
4048         openVMS/Alpha.
4049         * evax-etir.c (ALPHA_R_CODEADDR): Output object code for this
4050         relocation.
4051         * bfd-in2.h, libbfd.h: Rebuild.
4052
4053         Restrict symbol length to 64 bytes, case preserving:
4054         * evax-emh.c (_bfd_evax_write_emh): Remove case hacking.
4055         * evax-misc.c (_bfd_evax_case_hack_symbol): Remove.
4056         (_bfd_evax_length_hash_symbol): Added.
4057         * evax-etir.c (_bfd_evax_write_etir): Call
4058         _bfd_evax_length_hash_symbol before output of symbol.
4059         * evax-egsd.c (_bfd_evax_write_egsd): Likewise.
4060         * evax.h (flag_hash_long_names, flag_show_after_trunc): Remove.
4061
4062         * evax-emh.c: Output filename to object file without path.
4063
4064         * evax-egsd.c: New sections for local and global commons.
4065
4066         * evax-alpha.c, evax-emh.c, evax-egsd.c, evax-etir.c,
4067         evax-misc.c, evax.h: Remove 8 bit characters from copyright
4068         notices.  Replace AXP with Alpha.
4069
4070 Wed Feb 12 18:10:30 1997  Ian Lance Taylor  <ian@cygnus.com>
4071
4072         * sunos.c (sunos_create_dynamic_sections): We need the dynamic
4073         sections if we are creating a shared library.
4074
4075 Tue Feb 11 15:45:43 1997  Doug Evans  <dje@canuck.cygnus.com>
4076
4077         * configure.host (i386-windows): Don't set host64=true.
4078
4079 Tue Feb 11 15:27:32 1997  Ian Lance Taylor  <ian@cygnus.com>
4080
4081         * elf32-mips.c (reloc_type): Add R_MIPS16_GPREL.
4082         (elf_mips16_gprel_howto): New static variable.
4083         (mips16_gprel_reloc): New static function.
4084         (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_GPREL.
4085         (mips_info_to_howto_rel): Handle R_MIPS16_GPREL.
4086         (mips_elf_relocate_section): Handle R_MIPS16_GPREL.
4087         * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
4088         * bfd-in2.h, libbfd.h: Rebuild.
4089
4090 Mon Feb 10 23:25:00 1997  Doug Evans  <dje@seba.cygnus.com>
4091
4092         * elf32-m32r.c (elf_m32r_howto_table): Change partial_inplace to true
4093         for R_M32R_{16,32,24,HI16_ULO,HI16_SLO,LO16}.
4094
4095 start-sanitize-r5900
4096         Fri Feb  7 16:20:17 1997  Gavin Koch   <gavin@cygnus.com>
4097
4098         * config.bfd: add r5900
4099
4100 end-sanitize-r5900
4101 Fri Feb  7 12:39:11 1997  Ian Lance Taylor  <ian@cygnus.com>
4102
4103         * elflink.h (elf_link_input_bfd): If we've discarded a section,
4104         the output section will be the absolute section; don't print an
4105         assertion message for that case when doing a relocateable link.
4106
4107 Thu Feb  6 16:55:43 1997  Ian Lance Taylor  <ian@cygnus.com>
4108
4109         * elf32-mips.c (FN_STUB, CALL_STUB, CALL_FP_STUB): Define.
4110         (struct mips_elf_link_hash_entry): Add new fields fn_stub,
4111         need_fn_sub, call_stub, and call_fp_stub.
4112         (struct mips_elf_link_hash_table): Add field mips16_stubs_seen.
4113         (mips_elf_link_hash_newfunc): Initialize new fields.
4114         (mips_elf_link_hash_table_create): Likewise.
4115         (mips_elf_relocate_section): Redirect relocations to use mips16
4116         stubs when appropriate.
4117         (mips_elf_check_relocs): Attach stub sections to the appropriate
4118         symbol.  Set need_fn_stub when appropriate.
4119         (mips_elf_always_size_sections): New static function.
4120         (mips_elf_check_mips16_stubs): New static function.
4121         (elf_backend_always_size_sections): Define.
4122         * elf-bfd.h (struct elf_obj_tdata): Add local_stubs field.
4123
4124         * elflink.h (elf_link_input_bfd): Discard local symbols that are
4125         attached to sections which are not being included in the link.
4126
4127 Wed Feb  5 13:20:17 1997  Ian Lance Taylor  <ian@cygnus.com>
4128
4129         * cofflink.c (_bfd_coff_generic_relocate_section): Ignore the
4130         symbol value when computing the addend for a pc_relative
4131         pcrel_offset reloc.
4132
4133 Mon Feb  3 11:54:06 1997  Ian Lance Taylor  <ian@cygnus.com>
4134
4135         * cofflink.c (_bfd_coff_generic_relocate_section): If doing a
4136         relocateable link, just skip pc_relative pcrel_offset relocs.
4137         * coff-arm.c (coff_arm_rtype_to_howto): Return a different howto
4138         structure for an ARM26 reloc which can be resolved.
4139         (coff_arm_adjust_symndx): Only convert ARM26 to ARM26D if the
4140         reloc can be resolved.
4141
4142         * coff-h8300.c (h8300_reloc16_extra_cases): Correct off by one
4143         error in overflow check for R_RELBYTE.
4144
4145 Fri Jan 31 14:07:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4146
4147         * ieee.c (ieee_slurp_section_data): Pick up the start address.
4148         From Mark Rasin <mark.rasin@telrad.co.il>.
4149
4150         * aoutx.h (aout_link_write_symbols): Don't apply discard_l to
4151         debugging symbols.
4152
4153 Wed Jan 29 00:00:49 1997  Jeffrey A Law  (law@cygnus.com)
4154
4155         * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
4156         (elf_mn10200_howto_table): Likewise.
4157         (mn10200_reloc_map): Likewise.
4158
4159 Mon Jan 27 12:07:35 1997  Doug Evans  <dje@seba.cygnus.com>
4160
4161         * reloc.c: Add relocs BFD_RELOC_M32R_{HI16_[US]LO,LO16}.
4162         * bfd-in2.h, libbfd.h: Regenerated.
4163         * elf32-m32r.c: Add support for them.
4164
4165 Mon Jan 27 12:25:02 1997  Ian Lance Taylor  <ian@cygnus.com>
4166
4167         * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
4168         * elf32-ppc.c (ppc_elf_check_relocs): Remove unused plt.
4169         * elf32-v850.c (v850_elf_final_link_relocate): Remove used
4170         r_format and r_pcrel.  Always return a value.
4171         * riscix.c (MY_final_link_callback): Define to dummy value.
4172
4173         * elf32-i386.c (elf_i386_size_dynamic_sections): When checking for
4174         relocations against the text segment, look up the output name of
4175         the reloc section.
4176         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
4177         * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
4178         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
4179         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
4180         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
4181
4182 start-sanitize-tic80
4183 Wed Jan 22 15:40:28 1997  Fred Fish  <fnf@cygnus.com>
4184
4185         * coff-tic80.c (tic80coff_vec): Use correct data put/get
4186         routines for little endian data.
4187         * coffcode.h (coff_write_object_contents): Set magic to
4188         TIC80_ARCH_MAGIC for TIc80.
4189
4190 Tue Jan 21 12:32:43 1997  Fred Fish  <fnf@cygnus.com>
4191
4192         * coff-tic80.c (tic80coff_vec): Change to little endian data
4193         as the default.
4194
4195 end-sanitize-tic80
4196 Thu Jan 16 17:45:57 1997  Ian Lance Taylor  <ian@cygnus.com>
4197
4198         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Change type of
4199         auxiliary_filters parameter to be const char * const *.  Accept a
4200         NULL terminated array.
4201         * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
4202         (bfd_elf32_size_dynamic_sections): Update declaration.
4203         * bfd-in2.h: Rebuild.
4204
4205 Wed Jan 15 11:21:32 1997  Ian Lance Taylor  <ian@cygnus.com>
4206
4207         * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Treat a
4208         NOTYPE symbol in a text section as a FUNC symbol.
4209
4210         * coffcode.h (coff_compute_section_file_positions): Force
4211         relocbase to be aligned to COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
4212
4213 Tue Jan 14 08:46:33 1997  Doug Evans  <dje@canuck.cygnus.com>
4214
4215         * libaout.h (machine_type): Reserve several values for sparclet.
4216
4217 start-sanitize-tic80
4218 Mon Jan 13 22:39:08 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
4219
4220         * config.bfd (tic80-*-*): Don't require 'coff'.
4221
4222 end-sanitize-tic80
4223 Mon Jan 13 19:36:25 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
4224
4225         * elf32-v850.c (v850_elf_howto_table): Set the special_function
4226         table to v850_elf_reloc for all non-standard relocations.
4227         (v850_elf_check_relocs): Add check for h being non-null.
4228         (v850_elf_reloc): Add  R_V850_ZDA_OFFSET support.  Use switch
4229         statement instead of multiple ifs.
4230         (v850_elf_relocate_section): Fix up error message, don't just call
4231         abort.
4232
4233 Mon Jan  6 13:28:35 1997  Jeffrey A Law  (law@cygnus.com)
4234
4235         * elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.
4236         Use bfd_elf_generic_reloc as special function for all relocs.
4237         (bfd_elf32_mn10200_reloc): Remove unnecessary function.
4238
4239         * elf32-mn10200.c (elf_mn10200_howto): Set pcrel_offset for
4240         24bit pc-relative reloc.
4241
4242 start-sanitize-tic80
4243 Fri Jan  3 16:33:00 1997  Fred Fish  <fnf@cygnus.com>
4244
4245         * Makefile.in (coff-tic80.o): Add coffcode.h to dependency list.
4246         * coff-tic80.c (tic80coff_vec): Data byte order is big endian and
4247         header byte order is little endian.  Use correct bfd_get and
4248         bfd_put routines for little endian headers.
4249         * coffcode.h (coff_set_arch_mach_hook): Set arch to
4250         bfd_arch_tic80 for TIC80_ARCH_MAGIC number.
4251
4252 end-sanitize-tic80
4253 Fri Jan  3 16:54:08 1997  Jeffrey A Law  (law@cygnus.com)
4254
4255         * reloc.c: Add BFD_RELOC_24.
4256         * elf32-mn10200.c (enum reloc_type): Add 24bit and pcrel relocs.
4257         (elf_mn10200_howto, mn10200_reloc_map): Corresponding changes.
4258         * bfd-in2.h, libbfd.h: Rebuilt.
4259
4260 Fri Jan  3 16:58:31 1997  Richard Henderson  <rth@tamu.edu>
4261
4262         elf64-alpha multiple .got rewrite:
4263
4264         * elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
4265         (bfd_elf*_mkobject): Don't define here ...
4266         * elfxx-target.h: ... but rather here.  Default always_size_sections
4267         hook to NULL.
4268         * elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
4269         what the #defines in elf-bfd.h transmuted it to anyway.
4270
4271         * section.c: Add SEC_LINKER_CREATED flag.
4272         * bfd-in2.h: Rebuild.
4273         * elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
4274         relocation section flags.
4275         (elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
4276         SEC_IN_MEMORY to recognize generated bits.
4277         * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
4278         Likewise.
4279         * elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
4280         mips_elf_create_compact_rel_section, mips_elf_create_got_section,
4281         mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
4282         * elf32-ppc.c (ppc_elf_create_linker_section,
4283         ppc_elf_size_dynamic_sections): Likewise.
4284         * elf32-sparc.c (elf32_sparc_check_relocs,
4285         elf32_sparc_size_dynamic_sections): Likewise.
4286         * elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
4287         section flags.
4288         (_bfd_elf_create_dynamic_sections): Likewise.
4289         (_bfd_elf_make_linker_section_rela): Likewise.
4290         * elflink.h (elf_link_create_dynamic_sections): Likewise.
4291         (bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
4292         (elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
4293         to identify generated bits.
4294         (elf_link_input_bfd): Likewise.
4295
4296         * elf64-alpha.c: Rewrite everything touching relocations.
4297
4298 Fri Jan  3 11:42:53 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
4299
4300         * elf32-v850.c (all functions and static variables): Go through
4301         and regularize names to be of the form v850_elf_<xxx>.
4302         (toplevel): Include <elf/v850.h>.
4303         (enum reloc_type): Move to include/elf/v850.h.
4304         (v850_elf_check_relocs): For common variables, if the variable is
4305         referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable
4306         into the appropriate section.
4307         (elf_backend_check_relocs): Define.
4308
4309 Tue Dec 31 15:15:28 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4310
4311         * elf32-v850.c (elf_v850_howto_table): Fix some spacing.
4312
4313 Tue Dec 31 14:44:50 1996  Ian Lance Taylor  <ian@cygnus.com>
4314
4315         * config.bfd (mips*el-*-linux*): New target.
4316         (mips*-*-linux*): New target.
4317
4318         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Clean up.
4319         Return a useful value.
4320
4321         * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
4322
4323         * configure.in: Check ac_cv_func_mmap_fixed_mapped, not
4324         ac_cv_func_mmap.
4325         * configure: Rebuild.
4326         * configure.host: Use ac_cv_func_mmap_fixed_mapped instead of
4327         ac_cv_func_mmap in bfd/configure.host.
4328
4329         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Add
4330         filter_shlib and auxiliary_filter_shlib parameters.
4331         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_AUXILIARY and
4332         DT_FILTER.
4333         * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
4334         (bfd_elf64_size_dynamic_sections): Likewise.
4335         * bfd-in2.h: Rebuild.
4336
4337 Mon Dec 30 18:48:52 1996  Ian Lance Taylor  <ian@cygnus.com>
4338
4339         * xcofflink.c (xcoff_build_ldsyms): When exporting all defined
4340         symbols, don't export a symbol which is defined by an object in an
4341         archive which contains shared objects.
4342
4343 start-sanitize-tic80
4344 Mon Dec 30 16:12:58 1996  Fred Fish  <fnf@cygnus.com>
4345
4346         * archures.c (enum bfd_architecture): Add bfd_arch_tic80
4347         for TI TMS320c80 (MVP).
4348         (bfd_archures_list): Add bfd_tic80_arch.
4349         * bfd-in2.h: Regenerate by running "make headers".
4350
4351 Sun Dec 29 16:18:52 1996  Fred Fish  <fnf@cygnus.com>
4352
4353         * cpu-tic80.c (bfd_tic80_arch): Add struct.
4354         * configure.in (case $vec): Correct typo, "tb" not "tp".
4355         Also add cofflink.o for tic80coff_vec.
4356         * configure: Regenerate with autoconf.
4357
4358 end-sanitize-tic80
4359 Mon Dec 30 11:54:56 1996  Ian Lance Taylor  <ian@cygnus.com>
4360
4361         * libbfd.c: Patch up the mmap code so that it is only built if BFD
4362         is configured with --with-mmap.
4363
4364 start-sanitize-tic80
4365 Sun Dec 29 10:48:57 1996  Fred Fish  <fnf@cygnus.com>
4366
4367         * Makefile.in (BFD32_BACKENDS): Add coff-tic80.o
4368         (ALL_MACHINES): Add cpu-tic80.o
4369         (cpu-tic80.o, coff-tic80.o): Add dependencies.
4370         * coff-tic80.c: Add skeleton, cloned from another coff config.
4371         * coffcode.h (coff_write_object_contents): Set magic to TIC80MAGIC
4372         for TIc80.
4373
4374 end-sanitize-tic80
4375 Fri Dec 27 20:56:41 1996  Fred Fish  <fnf@cygnus.com>
4376
4377         * TODO: Correct a misspelling.
4378 start-sanitize-tic80
4379         * coff-tic80.c: New file for TI TMS320C80 (MVP).
4380         * cpu-tic80.c: New file for TI TMS320C80 (MVP).
4381         * configure.in (case $vec): Add tic80coff_vec entry.
4382         * configure: Regenerate with autoconf.
4383         * archures.c (bfd_tic80_arch): Declare.
4384         * bfd-in2.h (enum bfd_architecture): Add bfd_arch_tic80.
4385         * config.bfd (case ${targ}): Add tic80*-*-coff* target.
4386         * targets.c (tic80coff_vec): Add decl as extern bfd_target.
4387         (bfd_target_vector): Add tic80coff_vec entry.
4388 end-sanitize-tic80
4389
4390 Fri Dec 27 11:48:12 1996  H.J. Lu  <hjl@lucon.org>
4391
4392         * elflink.h (elf_buckets): Add some more values for larger
4393         binaries.
4394
4395 Thu Dec 26 18:36:54 1996  Ian Lance Taylor  <ian@cygnus.com>
4396
4397         * Makefile.in (install): Move subdir_do out of conditional. From
4398         Fred Fish <fnf@cygnus.com>.
4399
4400 Wed Dec 18 10:04:30 1996  Jeffrey A Law  (law@cygnus.com)
4401
4402         * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
4403         32 bit relocs.
4404         (elf_mn10200_howto_table): Likewise.
4405         (mn10200_reloc_map): Likewise.
4406
4407 Tue Dec 17 11:09:36 1996  Ian Lance Taylor  <ian@cygnus.com>
4408
4409         * elf32-mips.c (mips_elf_add_symbol_hook): Add 1 to the value of a
4410         mips16 symbol during the link.
4411         (mips_elf_finish_dynamic_symbol): Subtract 1 from the value of a
4412         mips16 symbol.
4413         (mips_elf_link_output_symbol_hook): New static function.
4414         (elf_backend_link_output_symbol_hook): Define.
4415
4416         * elf.c (bfd_elf_print_symbol): Print the st_other field if it is
4417         not zero.
4418
4419 Mon Dec 16 14:38:39 1996  Ian Lance Taylor  <ian@cygnus.com>
4420
4421         * elf.c (bfd_section_from_shdr): Don't check for reloc sections
4422         against SEC_DEBUGGING sections here (revert patch of December 5).
4423         * elfcode.h (elf_object_p): Check for them here, instead.
4424
4425 Sun Dec 15 14:46:06 1996  Ian Lance Taylor  <ian@cygnus.com>
4426
4427         * elfcode.h (elf_slurp_reloc_table): Add dynamic parameter.
4428         * elf.c (_bfd_elf_canonicalize_reloc): Pass new argument to
4429         slurp_reloc_table.
4430         (_bfd_elf_get_dynamic_reloc_upper_bound): New function.
4431         (_bfd_elf_canonicalize_dynamic_reloc): New function.
4432         * elf-bfd.h (struct elf_size_info): Update declaration of
4433         slurp_reloc_table.
4434         (_bfd_elf_get_dynamic_reloc_upper_bound): Declare.
4435         (_bfd_elf_canonicalize_dynamic_reloc): Declare.
4436         * elfxx-target.h: Use new dynamic reloc routines by default.
4437         * elf64-mips.c (mips_elf64_slurp_reloc_table): Add dynamic
4438         parameter.
4439
4440 Fri Dec 13 13:18:49 1996  Dan Wilder  <dan@gasboy.com>
4441
4442         * coffcode.h (coff_set_flags): Use MC68KBCSMAGIC for bfd_arch_m68k
4443         if NAMES_HAVE_UNDERSCORE is defined.
4444
4445 Fri Dec 13 11:13:23 1996  Doug Evans  <dje@canuck.cygnus.com>
4446
4447         * libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
4448
4449 Thu Dec 12 15:07:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4450
4451         * elf32-ppc.c (ppc_elf_check_relocs): Move R_PPC_PLTREL24 into the
4452         supported relocs.
4453
4454 Thu Dec 12 14:55:41 1996  Ian Lance Taylor  <ian@cygnus.com>
4455
4456         * elflink.h (elf_link_add_object_symbols): Only add a weak
4457         symbol if the real definition is in the dynamic symbol table.
4458         After finding the real definition, then, if it is dynamic, add the
4459         weak symbol to the dynamic symbol table.
4460
4461         * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Make static.
4462
4463         * ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a
4464         function.
4465         (ppcboot_bfd_print_private_bfd_data): Don't take the address of an
4466         array.
4467
4468 Tue Dec 10 23:23:52 1996  Jeffrey A Law  (law@cygnus.com)
4469
4470         * elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
4471         variants.
4472         (elf32_mn10300_howto_table, mn10300_reloc_map): Likewise.
4473         (bfd_elf32_mn10300_reloc): Write data in little endian format.
4474         * reloc.c: Remove mn10300 big endian relocs.
4475         * bfd-in2.h, libbfd.h: Rebuilt.
4476
4477         * elf32-mn10200.c: Update from elf32-mn10300.c.
4478
4479 Fri Dec  6 15:18:05 1996  Jeffrey A Law  (law@cygnus.com)
4480
4481         * elf32-mn10300.c (elf_symbol_leading_char): Define.
4482
4483         * elf32-mn10300.c: Add some comments.
4484
4485 Fri Dec  6 17:16:43 1996  Ian Lance Taylor  <ian@cygnus.com>
4486
4487         * ihex.c (ihex_scan): Always initialize buf before jumping to
4488         error_return.
4489         (ihex_read_section): Likewise.
4490
4491 Thu Dec  5 22:29:18 1996  Jeffrey A Law  (law@cygnus.com)
4492
4493         * elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
4494         inplace for most relocs.
4495
4496 Thu Dec  5 13:24:46 1996  Ian Lance Taylor  <ian@cygnus.com>
4497
4498         * elflink.h (elf_link_add_object_symbols): Calling check_relocs
4499         even if SEC_ALLOC is not set.
4500         * elf32-i386.c (elf_i386_check_relocs): Don't check SEC_ALLOC
4501         when deciding whether to copy a reloc into a shared object.
4502         (elf_i386_relocate_section): Likewise.
4503         * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
4504         (elf32_sparc_relocate_section): Likewise.
4505         * elf32-i386.c (elf_i386_check_relocs): Don't set SEC_ALLOC in a
4506         reloc section if it is not set in the source section.
4507         * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
4508         * elf.c (bfd_section_from_shdr): Mark a reloc section associated
4509         with a SEC_DEBUGGING section as SEC_DEBUGGING.
4510
4511 Wed Dec  4 14:18:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4512
4513         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): #if 0 code that
4514         expects a .got.plt until we actually create it.
4515
4516 Mon Dec  2 12:13:51 1996  Ian Lance Taylor  <ian@cygnus.com>
4517
4518         * cofflink.c (_bfd_coff_generic_relocate_section): Print an error
4519         message for bfd_reloc_outofrange, rather than aborting.  From
4520         Philippe De Muyter <phdm@info.ucl.ac.be>.
4521
4522         * cofflink.c (_bfd_coff_final_link): If there aren't any relocs in
4523         a relocateable link, don't try to process them.  From Heinz Wrobel
4524         <wrobel@lpr.e-technik.tu-muenchen.de>.
4525
4526 Mon Dec  2 00:39:24 1996  Jeffrey A Law  (law@cygnus.com)
4527
4528         * elf32-mn10300.c (mn10300_info_howto): Renamed from
4529         mn10300_info_howto_rel.  Tweak reloc argument to be an
4530         Elf32_Internal_Rela.
4531         (USE_RELA): Define instead of USE_REL.
4532         (elf_info_to_howto, elf_info_howto_rel): Corresponding changes.
4533
4534 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4535
4536         * configure.in, configure:  Handle mips*-sgi-irix6*.
4537         * irix-core.c (irix_core_core_file_p):  Accept CORE_MAGICN32
4538         core files.
4539
4540 Wed Nov 27 12:10:25 1996  Ian Lance Taylor  <ian@cygnus.com>
4541
4542         * elf32-i386.c (elf_i386_relocate_section): Warn about a
4543         relocation against a symbol defined in a section with no output
4544         section.
4545
4546 Tue Nov 26 11:07:31 1996  Ian Lance Taylor  <ian@cygnus.com>
4547
4548         * aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.
4549         * configure, config.in: Rebuild with autoconf 2.12.
4550
4551         * elf-bfd.h (struct elf_link_hash_entry): Add other field.
4552         * elf.c (_bfd_elf_link_hash_newfunc): Initialize other field.
4553         (swap_out_syms): Set st_other from existing st_other field.
4554         * elflink.h (elf_link_add_object_symbols): Store st_other in hash
4555         table other field.
4556         (elf_link_output_extsym): Set the other field from the global hash
4557         table entry.
4558         * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
4559         (elf_mips16_jump_howto): New static variable.
4560         (mips16_jump_reloc): New static function.
4561         (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_JMP.
4562         (mips_info_to_howto_rel): Handle R_MIPS16_26.
4563         (mips_elf_relocate_section): Handle R_MIPS16_26.  Handle R_MIPS_26
4564         to a mips16 symbol.
4565         * reloc.c (BFD_RELOC_MIPS16_JMP): Add to list of relocs.
4566         * bfd-in2.h, libbfd.h: Rebuild.
4567         * cpu-mips.c (arch_info_struct): Add mips:16 entry.
4568
4569 Mon Nov 25 11:23:32 1996  Ian Lance Taylor  <ian@cygnus.com>
4570
4571         * configure.host: Use long long for mips-sgi-irix6*.
4572
4573         * coffswap.h (coff_swap_scnhdr_out): Make line number overflow
4574         only a warning.  From Philippe De Muyter <phdemuyt@ulb.ac.be>.
4575
4576 Mon Nov 25 08:52:29 1996  Jeffrey A Law  (law@cygnus.com)
4577
4578         * elf32-mn10300.c (bfd_elf32_mn10300_reloc): New function.
4579         (enum reloc_type): Add more reloc types.
4580         (elf32_mn10300_howto_table): Update for new reloc types.
4581         (elf32_mn10300_reloc_map): Update for new reloc types.
4582         * reloc.c: Add some new relocs for the mn10300 series.
4583         * bfd-in2.h, libbfd.h: Rebuilt.
4584
4585 Sat Nov 23 13:26:18 1996  Jeffrey A Law  (law@cygnus.com)
4586
4587         * som.c (setup_sections): Don't lose for a space which has
4588         no data, but some symbols.
4589
4590 Fri Nov 22 11:32:13 1996  Ian Lance Taylor  <ian@cygnus.com>
4591
4592         * sunos.c (struct sunos_link_hash_table): Add got_needed field.
4593         (sunos_link_hash_table_create): Initialize got_needed.
4594         (sunos_create_dynamic_sections): Only set .got section size if it
4595         is not already set.  Set got_needed.
4596         (bfd_sunos_size_dynamic_sections): Check got_needed.  Only set
4597         sdynptr, and only handle dynamic sections, if dynamic sections are
4598         needed.
4599         (sunos_scan_std_relocs): Pass false to create_dynamic_sections.
4600         Initialize .got section.
4601         (sunos_scan_ext_relocs): Likewise.
4602         (sunos_write_dynamic_symbol): Set up PLT entry even if this is not
4603         a dynamic symbol.
4604         (sunos_finish_dynamic_link): Check got_needed.  Only set up
4605         dynamic linking information if needed.
4606
4607 Thu Nov 21 10:31:31 1996  Rob Savoye  (rob@cygnus.com)
4608
4609         * config.bfd: Added VersaDOS format to the Ericsson configuration.
4610
4611 Wed Nov 20 16:31:31 1996  Jeffrey A Law  (law@cygnus.com)
4612
4613         * elf32-mn10300.c: Rough cut at relocs for the mn10300.
4614
4615 Wed Nov 13 08:12:38 1996  Jeffrey A Law  (law@cygnus.com)
4616
4617         * Makefile.in (elf32-d10v.o): Don't depend on elf/d10v.h
4618         anymore.
4619
4620 Tue Nov 12 13:30:00 1996  Dawn Perchik  <dawn@cygnus.com>
4621
4622         * filemode.c: Include sysdep.h.
4623         * ihex.c: Add casts to eliminate compiler warnings.
4624         * sunos.c: Add casts to eliminate compiler warnings.
4625
4626 Mon Nov 11 10:37:02 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4627
4628         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Create .got.plt
4629         section.
4630         (ppc_elf_check_relocs): Add support for R_PPC_LOCAL24PC.  Make
4631         appropriate relocations in the .so file if shared.
4632         (ppc_elf_relocate_section): Ditto.
4633
4634 Tue Oct 29 15:03:02 1996  Doug Evans  <dje@canuck.cygnus.com>
4635
4636         * elf32-m32r.c (elf_m32r_howto_table, R_M32R_24): Use
4637         complain_overflow_unsigned.
4638
4639 Tue Oct 29 12:53:46 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4640
4641         * elf32-d10v.c (elf_d10v_howto_table): Don't complain on
4642         overflows for R_D10V_16 and R_D10V_18.
4643
4644 Tue Oct 29 13:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
4645
4646         * ieee.c (ieee_write_section_part): Use LMA rather than VMA.
4647         (do_with_relocs): Likewise.
4648         (do_as_repeat): Likewise.
4649         (copy_expression): Likewise.
4650
4651 Fri Oct 25 16:56:40 1996  Ian Lance Taylor  <ian@cygnus.com>
4652
4653         * ieee.c (ieee_write_external_part): Correctly record whether
4654         there is an external part.
4655
4656 Thu Oct 24 14:32:52 1996  Jeffrey A Law  (law@cygnus.com)
4657
4658         * elf32-v850.c (elf32_v850_bfd_final_link_relocate): Correctly
4659         handle tda offsets for sld.w and sst.w instructions.
4660         Fix alignment check in sld.w and sst.w tda reloc handling.
4661
4662 Thu Oct 24 09:08:47 1996  Stu Grossman  (grossman@critters.cygnus.com)
4663
4664         * aclocal.m4, configure:  Set USE_BINARY_FOPEN for *-*-windows.
4665
4666 Wed Oct 23 00:53:16 1996  Jeffrey A Law  (law@cygnus.com)
4667
4668         * elf32-v850.c: Add comments about assumptions about
4669         char, short & long sizes.
4670         (elf32_v850_bfd_final_link_relocate): Fix sign extension
4671         problems for several relocs.
4672
4673         * elf32-v850.c (elf32_v850_howto_table): Fix typo in
4674         R_V850_SDA_OFFSET entry.
4675
4676 Wed Oct 23 00:20:34 1996  Ian Lance Taylor  <ian@cygnus.com>
4677
4678         * xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
4679         Store import file index in ldindx.
4680         (xcoff_build_ldsyms): Assume that ldsym was not previously
4681         allocated.  For an imported symbol, copy ldindx into l_ifile.
4682
4683 Tue Oct 22 19:20:38 1996  Jeffrey A Law  (law@cygnus.com)
4684
4685         * elf32-v850.c (elf_v850_howto_table): Fix ordering of
4686         R_V850_ZDA_OFFSET and R_V850_TDA_OFFSET.  Fix various
4687         fields in R_V850_TDA_OFFSET.
4688         (elf32_v850_bfd_final_link_relocate): Tweak pc-relative
4689         relocs to work more like other relocs.  Handle R_V850_TDA_OFFSET
4690         relocations.
4691
4692         * elf32-v850.c: Include bfdlink.h.
4693         (bfd_elf32_v850_reloc): Return an error if we get a reloc
4694         we can't handle.
4695         (elf32_v850_bfd_final_link_relocate): New function.
4696         (v850_elf_relocation_section): Likewise.
4697         (elf_backend_relocate_section): Define.
4698
4699 Tue Oct 22 17:22:43 1996  Ian Lance Taylor  <ian@cygnus.com>
4700
4701         * binary.c (binary_set_section_contents): Ignore sections which
4702         don't have SEC_LOAD and SEC_ALLOC set.
4703
4704 Mon Oct 21 12:13:05 1996  Jeffrey A Law  (law@cygnus.com)
4705
4706         * linker.c (_bfd_generic_final_link): Avoid losing static
4707         symbols in the .bss section.
4708
4709 Mon Oct 21 10:54:58 1996  Ian Lance Taylor  <ian@cygnus.com>
4710
4711         * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
4712         (mips32_64bit_reloc): New static function.
4713         (mips_reloc_map): Add entry for BFD_RELOC_64.
4714         (mips_elf_relocate_section): Handle R_MIPS_64.
4715
4716         * linker.c (default_indirect_link_order): Print an error message
4717         when attempting to do a relocateable link with different object
4718         file formats, rather than calling abort.
4719
4720 Thu Oct 17 10:43:29 1996  Doug Evans  <dje@canuck.cygnus.com>
4721
4722         * reloc.c (m32r relocs): Rename them.
4723         * bfd-in2.h, libbfd.h: Regenerated.
4724         * elf32-m32r.c: Update.
4725         (m32r_elf_10_pcrel_reloc): New function.
4726         (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it.
4727         (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks.
4728
4729 Wed Oct 16 11:24:35 1996  Jeffrey A Law  (law@cygnus.com)
4730
4731         * linker.c (_bfd_generic_final_link): Set "linker_mark" for
4732         all sections that will be included in the output file.
4733         (_bfd_generic_link_output_symbols): Discard symbols in sections
4734         which are being discarded.
4735         * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
4736         R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET.
4737         (elf_v850_howto_table): Corresponding changes.
4738         (elf_v850_reloc_map): Corresponding changes.
4739         * reloc.c: Add additional V850 relocations.
4740         * bfd-in2.h, libbfd.h: Rebuilt.
4741
4742         * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits we
4743         no longer want in pc-relative relocs.
4744
4745 Tue Oct 15 22:17:37 1996  Jeffrey A Law  (law@cygnus.com)
4746
4747         * elf32-v850.c (bfd_elf32_v850_reloc): Don't silently
4748         accept a reloc against an undefined sybmol!
4749
4750 Tue Oct 15 16:17:28 1996  Stu Grossman  (grossman@critters.cygnus.com)
4751
4752         * elf32-v850.c:  Define elf_symbol_leading_char to be '_'.
4753
4754 Tue Oct 15 12:40:41 1996  Ian Lance Taylor  <ian@cygnus.com>
4755
4756         * VERSION: Bump for new relocation.
4757
4758         * hosts/i386bsd.h: If NBPG is not defined, define it as
4759         PAGE_SIZE, for recent versions of FreeBSD.
4760
4761 Mon Oct 14 12:37:26 1996  Ian Lance Taylor  <ian@cygnus.com>
4762
4763         * configure.host: Use `long long' as the 64 bit type on a Solaris
4764         host, since both gcc and the SunPRO compilers support it.
4765
4766 Mon Oct 14 11:17:24 1996  Richard Henderson  <rth@tamu.edu>
4767
4768         * reloc.c: Create a new BFD_RELOC_ALPHA_ELF_LITERAL.  It was a
4769         mistake to have reused the ECOFF LITERAL for ELF since they have
4770         different semantics.
4771         * elf64-alpha.c (elf_reloc_map): Map from ELF_LITERAL.
4772         * bfd-in2.h, libbfd.h: Rebuild.
4773
4774         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Trap .got
4775         section overflow.
4776
4777         * elf64-alpha.c (elf64_alpha_relocate_section): Do not emit a
4778         dynamic relocation for an undefweak symbol when we are building
4779         a static executable.
4780
4781 Thu Oct 10 11:15:06 1996  Stan Shebs  <shebs@andros.cygnus.com>
4782
4783         * mpw-make.sed (config.bfd, targmatch.sed): Edit references to
4784         point explicitly to srcdir.
4785         (targmatch.h): Edit references to point explicitly to objdir.
4786
4787 Thu Oct 10 14:14:23 1996  Ian Lance Taylor  <ian@cygnus.com>
4788
4789         * config.bfd: When setting targ_cpu, don't get confused by
4790         linux-gnu.
4791
4792 Tue Oct  8 08:51:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
4793
4794         * configure.host:  Add support for windows host (a build done
4795         under the Microsoft build environment).
4796
4797 Tue Oct  8 11:40:16 1996  Ian Lance Taylor  <ian@cygnus.com>
4798
4799         * elflink.h (elf_link_add_object_symbols): If a symbol is a weak
4800         definition in a dynamic object, add it to the dynamic symbol table
4801         if any dynamic object mentions it.  Reverts part of last patch.
4802
4803         * sunos.c (struct sunos_link_hash_table): Add got_base field.
4804         (sunos_link_hash_table_create): Initialize got_base.
4805         (bfd_sunos_size_dynamic_sections): If the .got section is more
4806         than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to
4807         0x1000.
4808         (sunos_check_dynamic_reloc): Subtract got_base from a base
4809         relative relocation.
4810
4811         * elf32-mips.c (elf_mips_isa): New static function.
4812         (_bfd_mips_elf_merge_private_bfd_data): Don't warn about linking
4813         -mips1 and -mips2 code together, or -mips3 and -mips4 code.
4814
4815 Mon Oct  7 11:44:17 1996  Ian Lance Taylor  <ian@cygnus.com>
4816
4817         * archive.c (do_slurp_coff_armap): Only treat archive as little
4818         endian for i960 COFF.
4819
4820 Fri Oct  4 13:49:01 1996  Ian Lance Taylor  <ian@cygnus.com>
4821
4822         * coffcode.h (coff_compute_section_file_positions): Adjust sofar
4823         by the change in size of the section when EXEC_P is not set.
4824
4825         * coff-m68k.c (coff_rtype_to_howto): Define if not defined.
4826         (m68kcoff_rtype_to_howto): New static function.
4827         * cf-m68klynx.c (coff_m68k_lynx_rtype_to_howto): Add the section
4828         VMA to the addend for a PC relative reloc.
4829
4830         * dep-in.sed: Rework backslash loop a bit to avoid bug in sed on
4831         HP/UX 10.20.
4832         * Makefile.in: Rebuild dependencies.
4833
4834         * dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
4835         som.h is included.
4836
4837 Fri Oct  4 11:41:39 1996  Jeffrey A Law  (law@cygnus.com)
4838
4839         * Makefile.in: Remove explicit dependencies for mn10200 and
4840         mn10300 files.
4841         (ALL_MACHINE_CFILES): Add cpu-mn10200.c and cpu-mn10300.c.
4842         (BFD32_BACKENDS_CFILES): Add elf32-mn10200.c and elf32-mn10300.c
4843         (dependencies): Rebuilt.
4844
4845 Thu Oct  3 16:57:51 1996  Ian Lance Taylor  <ian@cygnus.com>
4846
4847         * cofflink.c (coff_link_add_symbols): Set obj_coff_keep_syms
4848         during this function.
4849
4850         * elflink.c (_bfd_elf_create_linker_section): Only use an existing
4851         section if the flags are compatible.
4852
4853         * configure.in: Add havevecs, and put it in tdefaults.
4854         * mpw-config.in: Likewise.
4855         * configure: Rebuild.
4856         * targmatch.sed: New file; a sed script to build targmatch.h from
4857         config.bfd.
4858         * config.bfd: Add #if, #endif, and comments for targmatch.h.
4859         * targets.c: Include "fnmatch.h".
4860         (struct targmatch): Define.
4861         (bfd_target_match): Define by including targmatch.h.
4862         (bfd_find_target): If the target is not found by name, search for
4863         it as a configuration triplet.
4864         * Makefile.in: Rebuild dependencies.
4865         (BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
4866         i386dynix.o, m68k4knetbsd.o, and riscix.o.
4867         (BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
4868         hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
4869         (HFILES): Add targmatch.h.  Also, alphabetize and reindent.
4870         (CFILES): Remove i386dynix.c and hp300bsd.c.
4871         (targmatch.h): New target.
4872         (do_clean): Remove targmatch.h.
4873
4874         * configure.in: Add BFD_NEED_DECLARATION(getenv).
4875         * acconfig.h: Add NEED_DECLARATION_GETENV.
4876         * configure, config.in: Rebuild.
4877         * sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
4878         * aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
4879
4880 Thu Oct  3 09:29:09 1996  Jeffrey A Law  (law@cygnus.com)
4881
4882         * cpu-mn10x00.c, elf32-mn10x00: Removed.
4883         * cpu-mn10200.c, cpu-mn10300.c: New files.
4884         * elf32-mn10200.c, elf32-mn10300.c: New files.
4885         * Makefile.in: Break mn10x00 support into two separate
4886         configurations, mn10200 and mn10300.
4887         * archures.c, config.bfd, configure.in, elf.c, targets.c: Likewise.
4888         * bfd-in2.h, configure: Rebuilt.
4889
4890 Thu Oct  3 15:38:19 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4891
4892         * Makefile.in (do_clean): Move config.log to do_distclean.
4893
4894 Wed Oct  2 21:40:55 1996  Jeffrey A Law  (law@cygnus.com)
4895
4896         * cpu-mn10x00.c, elf32-mn10x00.c: New files.
4897         * Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
4898         (BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
4899         (elf32-mn10x00.o): Add dependencies.
4900         * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
4901         (bfd_mn10x00_arch): Declare.
4902         (bfd_archures_list): Add bfd_mn10x00_arch.
4903         * config.bfd: Add mn10x00-*-*.
4904         * configure.in: Add bfd_elf32_mn10x00_vec.
4905         * elf.c (prep_headers): Handle bfd_arch_mn10x00.
4906         * targets.c (bfd_elf32_mn10x00_vec): Declare.
4907         (bfd_target_vector): Add bfd_elf32_mn10x00_vec.
4908         * bfd-in2.h, configure: Rebuilt.
4909
4910 Wed Oct  2 15:46:45 1996  Klaus Kaempf  <kkaempf@progis.de>
4911
4912         openVMS/Alpha: Provide filename and case_hack flags via
4913         symbol table from gas.
4914         Add case_hack code for symbol output from vax/vms.
4915         * evax-alpha.c (evax_initialize): Remove filename handling,
4916         filename is provided via symbol table.
4917         (evax_get_symtab): Use local symbol count when setting up table.
4918         * evax-egsd.c (_bfd_evax_slurp_egsd): Print correct name when
4919         debugging.
4920         (_bfd_evax_write_egsd): Skip file name symbol.
4921         * evax-emh.c (get_vms_time_string): Local function now.
4922         (_bfd_evax_write_emh): Extract source filename and case_hack flags
4923         from symbol table.
4924         * evax_write_etir (_bfd_evax_write_etir): Pass all symbol names
4925         through _bfd_evax_case_hack_symbol.
4926         * evax-misc.c (hash_string, _bfd_evax_case_hack_symbol): New
4927         functions.
4928         (_bfd_evax_basename): Removed.
4929         (_bfd_get_vms_time_string): Moved to evax-emh.c.
4930         * evax.h (evax_private_data_struct): Remove filename.
4931         (flag_hash_long_names, flag_show_after_trunc,
4932         flag_no_hash_mixed_case, vms_name_mapping): New flags for
4933         vms_case_hack.
4934
4935 Wed Oct  2 12:02:02 1996  Ian Lance Taylor  <ian@cygnus.com>
4936
4937         * freebsd.h (N_GET_MAGIC_NET): Don't use ntohl.
4938         (N_GETMID_NET, N_GETFLAG_NET): Likewise.
4939         (NO_SWAP_MAGIC): Don't define.
4940         (SWAP_MAGIC): Define.
4941
4942         * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there is
4943         no hash table entry for a global symbol.
4944
4945 Tue Oct  1 16:14:22 1996  Joel Sherrill  <joel@oarcorp.com>
4946
4947         * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
4948
4949 Tue Oct  1 12:31:39 1996  Ian Lance Taylor  <ian@cygnus.com>
4950
4951         * cofflink.c (coff_link_add_symbols): Don't override a meaningful
4952         symbol type with T_NULL.  Warn if symbol type changes.  Based on
4953         patch from Philippe De Muyter <phdm@info.ucl.ac.be>.
4954
4955         * elflink.h (elf_link_add_object_symbols): Only put a symbol from
4956         a dynamic object in the dynamic symbol table if it is referenced
4957         or defined by a regular object.
4958
4959 Fri Sep 27 18:41:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
4960
4961         * elf32-v850.c (bfd_elf32_v850_is_local_label):  New function to
4962         remove dwarf local labels.  Shrinks binaries by a factor of 3!
4963
4964 Mon Sep 23 13:33:00 1996  Ian Lance Taylor  <ian@cygnus.com>
4965
4966         * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
4967         by hand, rather than by calling bfd_make_section.
4968
4969 Mon Sep 23 09:23:41 1996  Doug Evans  <dje@seba.cygnus.com>
4970
4971         * reloc.c: Rename m32r relocs.
4972         * bfd-in2.h, libbfd.h: Rebuilt.
4973         * elf32-m32r.c: Update.
4974
4975 Fri Sep 20 11:43:43 1996  Ian Lance Taylor  <ian@cygnus.com>
4976
4977         * aoutx.h (aout_link_input_section_ext): When doing a relocateable
4978         link, adjust the symbol index of a base relative reloc.  Don't
4979         change the addend of a PC relative reloc if pcrel_offset is set.
4980         * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
4981         a relocateable link.
4982
4983         * reloc.c (bfd_perform_relocation): Apply the relocation even if
4984         it is zero, in case src_mask matters.
4985         (bfd_install_relocation): Likewise.
4986
4987 Thu Sep 19 11:03:06 1996  Ian Lance Taylor  <ian@cygnus.com>
4988
4989         * xcofflink.c (xcoff_link_add_symbols): Always initialize
4990         keep_syms.
4991         (_bfd_xcoff_bfd_final_link): Don't set target_index
4992         to an uninitialized value.
4993
4994 Tue Sep 17 14:18:31 1996  Ian Lance Taylor  <ian@cygnus.com>
4995
4996         * coffcode.h (coff_slurp_line_table): Warn about illegal symbol
4997         indices, rather than crashing.
4998         (coff_slurp_reloc_table): Likewise.  Check whether the howto field
4999         is NULL.
5000         * coff-sh.c (sh_relocate_section): Check for an illegal symbol
5001         index.
5002
5003 Mon Sep 16 12:39:36 1996  Ian Lance Taylor  <ian@cygnus.com>
5004
5005         * coff-arm.c (aoutarm_std_reloc_howto): Change dst_mask for ARM26D
5006         reloc to 0.
5007         (coff_arm_adjust_symndx): New static function.
5008         (coff_adjust_symndx): Define.
5009
5010         * srec.c (srec_scan): Accept multiple symbols on a single line.
5011         From Pascal Martin <pmartin@alsys.com>.
5012
5013         * README: New file.
5014
5015 Fri Sep 13 14:32:42 1996  Doug Evans  <dje@canuck.cygnus.com>
5016
5017         * aoutf1.h (MY_bfd_merge_private_bfd_data): Define.
5018         (sunos_merge_private_bfd_data): New function.
5019
5020 Fri Sep 13 15:50:57 1996  Ian Lance Taylor  <ian@cygnus.com>
5021
5022         * bfd.c (bfd_copy_private_bfd_data): Switch on output BFD rather
5023         than input BFD.
5024         (bfd_merge_private_bfd_data): Likewise.
5025         * section.c (bfd_copy_private_section_data): Likewise.
5026         * syms.c (bfd_copy_private_symbol_data): Likewise.
5027         * bfd-in2.h: Rebuild.
5028         * aout-target.h (MY_bfd_copy_private_section_data): Check that
5029         both BFD's are the right flavour.
5030         * ecoff.c (_bfd_ecoff_bfd_copy_private_bfd_data): Likewise.
5031         * elf.c (_bfd_elf_copy_private_symbol_data): Likewise.
5032         * elf32-mips.c (_bfd_mips_elf_copy_private_bfd_data): Likewise.
5033         (_bfd_mips_elf_merge_private_bfd_data): Likewise.
5034         * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Likewise.
5035         (ppc_elf_merge_private_bfd_data): Likewise.
5036         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
5037         * peicode.h (pe_bfd_copy_private_section_data): Likewise.
5038
5039         * elf32-hppa.c (elf_hppa_howto_table): Fill in some fields for
5040         R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
5041         its sanity check.
5042
5043 Thu Sep 12 11:45:57 1996  Doug Evans  <dje@seba.cygnus.com>
5044
5045         * reloc.c: Add m32r relocs.
5046         * bfd-in2.h, libbfd.h: Rebuilt.
5047         * cpu-m32r.c,elf32-m32r.c: New files.
5048
5049 Thu Sep 12 11:10:05 1996  Ian Lance Taylor  <ian@cygnus.com>
5050
5051         * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
5052
5053 Wed Sep 11 11:57:56 1996  Ian Lance Taylor  <ian@cygnus.com>
5054
5055         * tekhex.c (first_phase): Change type parameter from char to int.
5056         (out): Likewise.
5057         (pass_over): Change func to expect int, not char.
5058
5059         * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC
5060         rather than SEC_LOAD when aligning the file offset for the first
5061         section in a segment.
5062
5063 Tue Sep 10 16:18:30 1996  Fred Fish  <fnf@cygnus.com>
5064
5065         * syms.c (coff_section_type): Make arg const.
5066         * irix-core.c (irix_core_core_file_p): Remove extraneous extra arg
5067         to make_bfd_asection().
5068         * elf-bfd.h (bfd_section_from_phdr): Add prototype.
5069         * elfcode.h (bfd_section_from_phdr): Remove prototype.
5070         (_bfd_elf_stringtab_init): Remove prototype.
5071
5072         * netbsd-core.c (swap_abort): Add prototype.
5073         * aix386-core.c (swap_abort): Ditto & make static
5074         * hpux-core.c (swap_abort): Ditto & make static.
5075         * irix-core.c (swap_abort): Ditto & make static.
5076         * ptrace-core.c (swap_abort): Ditto & make static.
5077         * trad-core.c (swap_abort): Ditto & make static.
5078         * coffswap.h (coff_swap_reloc_in): Ditto.
5079         (coff_swap_reloc_out): Ditto.
5080         (coff_swap_filehdr_in): Ditto.
5081         (coff_swap_filehdr_out): Ditto.
5082         (coff_swap_sym_in): Ditto.
5083         (coff_swap_sym_out): Ditto.
5084         (coff_swap_aux_in): Ditto.
5085         (coff_swap_aux_out): Ditto.
5086         (coff_swap_lineno_in): Ditto.
5087         (coff_swap_lineno_out): Ditto.
5088         (coff_swap_aouthdr_in): Ditto.
5089         (coff_swap_aouthdr_out): Ditto.
5090         (coff_swap_scnhdr_in): Ditto.
5091         (coff_swap_scnhdr_out): Ditto.
5092         * ihex.c (ihex_sizeof_headers): Ditto.
5093         * tekhex.c (getsym): Ditto.
5094         (find_chunk): Ditto & make static.
5095         (insert_byte): Ditto.
5096         (first_phase): Ditto.
5097         (pass_over): Ditto.
5098         (tekhex_get_symtab): Ditto & make static.
5099         (tekhex_get_symtab_upper_bound): Ditto & make static.
5100         (tekhex_mkobject): Ditto.
5101         (tekhex_object_p): Ditto.
5102         (move_section_contents): Ditto.
5103         (tekhex_get_section_contents): Ditto.
5104         (tekhex_set_arch_mach): Ditto & make static.
5105         (tekhex_set_section_contents): Ditto.
5106         (writevalue): Ditto.
5107         (writesym): Ditto.
5108         (out): Ditto.
5109         (tekhex_write_object_contents): Ditto.
5110         (tekhex_sizeof_headers): Ditto.
5111         (tekhex_make_empty_symbol): Ditto.
5112         (tekhex_get_symbol_info): Ditto.
5113         (tekhex_print_symbol): Ditto.
5114         * irix-core.c (make_bfd_asection): Ditto.
5115         (irix_core_core_file_p): Ditto.
5116         (irix_core_core_file_failing_command): Ditto.
5117         (irix_core_core_file_failing_signal): Ditto.
5118         (irix_core_core_file_matches_executable_p): Ditto.
5119         (irix_core_make_empty_symbol): Ditto.
5120         * coff-mips.c (mips_bfd_reloc_type_lookup): Ditto.
5121         * srec.c (srec_new_symbol): Ditto.
5122         (srec_get_section_contents): Ditto.
5123         (srec_set_arch_mach): Ditto.
5124         (srec_set_section_contents): Ditto.
5125         (internal_srec_write_object_contents): Ditto.
5126         (srec_write_object_contents): Ditto.
5127         (symbolsrec_write_object_contents): Ditto.
5128         (srec_sizeof_headers): Ditto.
5129         (srec_make_empty_symbol): Ditto.
5130         (srec_get_symtab_upper_bound): Ditto.
5131         (srec_get_symtab): Ditto.
5132         (srec_print_symbol): Ditto and make static.
5133         * elf.c (elf_read): Ditto
5134         (assign_section_numbers): Ditto.
5135         (elf_fake_sections): Ditto.
5136         (sym_is_global): Ditto.
5137         (elf_map_symbols): Ditto.
5138         (get_program_header_size): Ditto.
5139         * coffgen.c (make_a_section_from_file): Ditto.
5140         (coff_real_object_p): Ditto.
5141         (fixup_symbol_value): Ditto.
5142         (build_debug_section): Ditto.
5143         (copy_name): Ditto.
5144         * syms.c (coff_section_type): Ditto.
5145
5146 Mon Sep  9 22:36:01 1996  Jeffrey A Law  (law@cygnus.com)
5147
5148         * bfd-in2.h: Rebuilt after m32r changes.
5149
5150 Mon Sep  9 12:31:22 1996  Doug Evans  <dje@canuck.cygnus.com>
5151
5152         * config.bfd,configure.in,configure: Add m32r support.
5153         * Makefile.in,archures.c,elf.c,targets.c: Likewise.
5154         * config.bfd: Keep target list alphabetically sorted.
5155
5156 Mon Sep  9 11:48:41 1996  Jeffrey A Law  (law@cygnus.com)
5157
5158         * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
5159         to add in the constant part found in the instruction itself.
5160         (case R_V850_HI16_S): Likewise.
5161
5162 Fri Sep  6 17:04:39 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
5163
5164         * elf32-d10v.c (elf_d10v_howto_table): Modify the size of R_D10V_16
5165         and R_D10V_18 to be 1 (word).
5166
5167 Thu Sep  5 15:23:08 1996  Ian Lance Taylor  <ian@cygnus.com>
5168
5169         * stabs.c (_bfd_link_section_stabs): If the output_section field
5170         of either section is bfd_abs_section, then the linker is
5171         discarding the section and we should not optimize it.
5172
5173 Tue Sep  3 12:16:20 1996  Doug Evans  <dje@canuck.cygnus.com>
5174
5175         * Makefile.in (aout-sparcle.o): New target.
5176         * aoutf1.h (TARGET_IS_BIG_ENDIAN_P): Don't define if little endian.
5177         * config.bfd (sparclet-*-aout*): Add case.
5178         * configure.in (sparcle_aout_vec): Add case.
5179         * configure: Regenerated.
5180         * targets.c (sparcle_aout_vec): Declare.
5181         (bfd_target_vector): Add sparcle_aout_vec.
5182         * aout-sparcle.c: New file.
5183
5184 Tue Sep  3 00:57:02 1996  Jeffrey A Law  (law@cygnus.com)
5185
5186         * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
5187         low order sign bit propogation for R_V850_HI16_S.
5188
5189         * elf32-v850.c (bfd_elf32_v850_reloc): New function for
5190         handling V850 specific relocs.
5191         (elf_v850_howto_table): Use the new function for some
5192         relocations.  Twiddle masks & shifts for some relocs.
5193         Set partial_inplace where needed.
5194
5195 Mon Sep  2 12:12:34 1996  Ian Lance Taylor  <ian@cygnus.com>
5196
5197         * cpu-mips.c: Add an explicit mips:3000 entry, and change the
5198         default architecture to a machine number of 0.
5199         * elf32-mips.c (_bfd_mips_elf_object_p): Set the machine number
5200         for E_MIPS_ARCH_1.
5201         (_bfd_mips_elf_merge_private_bfd_data): If the machine number of
5202         the output BFD is the default, set it from the first input BFD.
5203
5204 Sun Sep  1 18:38:01 1996  Jeffrey A Law  (law@cygnus.com)
5205
5206         * elf32-v850.c (elf_v850_howto_table): All the 16bit relocs
5207         insert at bitpos zero.  The HI16 relocs are shifted right
5208         by 16 bits.  Fix src_mask for all relocs.
5209         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Define.  The V850 is
5210         little endian!
5211         (TARGET_BIG_SYM, TARGET_BIG_NAME): Remove.  The V850 is little
5212         endian!
5213
5214 Sun Sep  1 15:41:08 1996  Ian Lance Taylor  <ian@cygnus.com>
5215
5216         * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
5217         Rewrite to use BFD file read routines and to avoid using a fixed
5218         length for the file name.
5219
5220 Sat Aug 31 10:22:25 1996  Jeffrey A Law  (law@cygnus.com)
5221
5222         * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
5223         (elf_v850_howto_table): Add support for R_V850_{32,16,8}.
5224         (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
5225         to R_V850_{32,16,8}.
5226
5227 Fri Aug 30 18:06:04 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
5228
5229         * elf32-v850.c (reloc_type): Add R_V850_HI16_S.
5230         (elf_v850_howto_table): Add info for HI16_S reloc.
5231         (v850_reloc_map): Add HI_16_S reloc.
5232         * reloc.c: Define BFD_RELOC_V850_* relocs.
5233
5234 Fri Aug 30 11:49:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5235
5236         Add SH ELF support.
5237         * elf32-sh.c: New file.
5238         * elf.c (prep_headers): Handle bfd_arch_sh.
5239         * elfcode.h (write_relocs): Handle absolute symbol.
5240         * elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
5241         (_bfd_elf64_link_read_relocs): Declare.
5242         * elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
5243         elf_link_read_relocs.  Make globally visible.  Change all
5244         callers.
5245         (elf_link_input_bfd): Get external symbols from cache in
5246         symtab_hdr->contents.  Get contents from cache in
5247         elf_section_data.
5248         * elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
5249         already defined.
5250         * reloc.c: Define BFD_RELOC_SH_* relocs.
5251         * libbfd-in.h (_bfd_sh_align_load_span): Declare.
5252         * coff-sh.c (sh_insns_conflict): Fix a return value.
5253         (_bfd_sh_align_load_span): New globally visible function, broken
5254         out of sh_align_load.
5255         (sh_align_load): Call _bfd_sh_align_load_span.
5256         (sh_swap_insns): Change relocs parameter to PTR.
5257         * bfd-in2.h, libbfd.h: Rebuild.
5258         * targets.c (bfd_elf32_sh_vec): Declare.
5259         (bfd_elf32_shl_vec): Declare.
5260         * config.bfd (sh-*-elf*): New target.
5261         * configure.in (bfd_elf32_sh_vec): New target vector.
5262         (bfd_elf32_shl_vec): New target vector.
5263         * configure: Rebuild.
5264         * Makefile.in: Rebuild dependencies.
5265         (BFD32_BACKENDS): Add elf32-sh.o.
5266         (BFD32_BACKENDS_CFILES): Add elf32-sh.c.
5267
5268         * elf.c (map_sections_to_segments): Check that LMA does not skip a
5269         page before checking D_PAGED.
5270
5271         * ihex.c (ihex_scan): Removed unnecessary extbase variable.
5272         (ihex_write_object_contents): Remove extbase; always use segbase
5273         instead.
5274
5275 Thu Aug 29 16:52:17 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5276
5277         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
5278         * configure.host (i[345]86-*-*): Ditto.
5279         * config.bfd (i[345]86-*-*): Ditto.
5280         * configure: Regenerate.
5281
5282         * config.bfd (i[3456]86-*-dgux*): Recognize as a synonym for x86
5283         elf.
5284
5285 Tue Aug 27 09:18:18 1996  Jeffrey A Law  (law@cygnus.com)
5286
5287         * elf32-hppa.c (hppa_elf_gen_reloc_type): Add new argument.
5288         * elf32-hppa.h (hppa_elf_gen_reloc_type): Update prototype.
5289         * som.c (hppa_som_gen_reloc_type): Add new argument.  If
5290         we encounter an R_DATA_ONE_SYMBOL reloc against a symbol that
5291         will have an ST_CODE type, change the symbol's type to ST_DATA.
5292         * som.c (hppa_som_gen_reloc_type): Update prototype.
5293
5294 Tue Aug 27 00:12:22 1996  Ian Lance Taylor  <ian@cygnus.com>
5295
5296         * elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
5297         R_MIPS_32 and R_MIPS_REL32.  Set sgot and g as soon as possible.
5298         (mips_elf_size_dynamic_sections): Don't require .got to exist.
5299         (mips_elf_finish_dynamic_sections): Likewise.
5300
5301 Thu Aug 22 10:54:38 1996  Ian Lance Taylor  <ian@cygnus.com>
5302
5303         * configure.host (HLDENV): New variable to set.  Set it for
5304         *-*-sysv4*, since those linkers may not support -R but they always
5305         support LD_RUN_PATH.
5306
5307         * libieee.h (NSECTIONS): Don't define.
5308         (ieee_data_struct): Change section_table to asection **.  Add
5309         section_table_size.
5310         * ieee.c (get_section_entry): If the table isn't big enough, make
5311         it bigger.
5312         (ieee_slurp_sections): Remove assertion about number of sections.
5313         (ieee_object_p): Adjust initialization of ieee to match changes to
5314         the structure.
5315
5316         * xcofflink.c (xcoff_mark): Don't copy relocs for undefined
5317         symbols merely because we are generating a shared library.
5318         (xcoff_build_ldsyms): Don't set up global linkage code for an
5319         undefined symbol merely because we are generating a shared
5320         library.
5321
5322 Tue Aug 20 15:06:05 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
5323
5324         * Makefile.in (ALL_MACHINES): Add cpu-v850.o.
5325         (BFD32_BACKENDS) Add elf32-v850.o.
5326         * archures.c: Add bfd_v850_arch.
5327         * bfd-in2.h: Add bfd_v850_arch.
5328         * config.bfd (v850-*-*): New target.
5329         * configure: (bfd_elf32_v850_vec) New vector.
5330         * configure.in: (bfd_elf32_v850_vec) New vector.
5331         * cpu-v850.c: New file.
5332         * elf.c (prep_headers): Added case bfd_arch_v850.
5333         * elf32-v850.c: New file.
5334         * targets.c (bfd_elf32_v850_vec): New vector.
5335
5336 Fri Aug 16 16:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
5337
5338         * xcofflink.c (xcoff_link_add_dynamic_symbols): Create and define
5339         a function code symbol for an XMC_XO symbol.
5340
5341 Thu Aug 15 12:33:29 1996  Stan Shebs  <shebs@andros.cygnus.com>
5342
5343         * mpw-config.in: Update editing of autoconf vars to reflect
5344         Jul 18 configure.in change.
5345         * mpw-make.sed: Update editing of include pathnames to be
5346         more general, add @DASH_C_FLAG@ to explicit compile rule edit.
5347
5348 Thu Aug 15 10:35:13 1996  Richard Henderson  <rth@tamu.edu>
5349
5350         * elf64-alpha.c (elf64_alpha_output_extsym): The section from
5351         which to offset to get the .plt entry address is ".plt".
5352
5353 Thu Aug 15 16:40:30 1996  James G. Smith  <jsmith@cygnus.co.uk>
5354
5355         * reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
5356         BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
5357         Added, for internal use by the ARM gas.
5358         * libbfd.h: Rebuilt
5359         * bfd-in2.h: Rebuilt
5360
5361 Wed Aug 14 17:02:09 1996  Richard Henderson  <rth@tamu.edu>
5362
5363         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
5364         in section dynidx start.
5365
5366 Tue Aug 13 14:35:38 1996  Ian Lance Taylor  <ian@cygnus.com>
5367
5368         * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
5369         name begins with .gnu.linkonce as SEC_LINK_ONCE.  This is an
5370         optimization for g++.
5371
5372 Tue Aug 13 17:04:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5373
5374         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
5375         the -mrelocatable-lib bit set and the other doesn't, clear the
5376         -mrelocatable-lib bit in the header.
5377
5378 Sat Aug 10 22:59:17 1996  Ian Lance Taylor  <ian@cygnus.com>
5379
5380         * elflink.h (elf_link_add_object_symbols): Do not resolve a common
5381         symbol against a STT_FUNC symbol in a shared library.
5382
5383 Fri Aug  9 12:44:57 1996  Ian Lance Taylor  <ian@cygnus.com>
5384
5385         * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
5386         symbol is found, automatically define the corresponding function
5387         code.
5388
5389         * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
5390         if sym.n_numaux is not zero.
5391         (_bfd_coff_link_input_bfd): Permit the symbol and the hash table
5392         entry to disagree about the number of aux entries if the symbol
5393         has zero.
5394
5395         * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
5396         section if it might be needed, not just if info->shared.
5397         (mips_elf_adjust_dynamic_symbol): Make room for a null element at
5398         the start of .rel.dyn if we are going to use it.
5399         (mips_elf_finish_dynamic_sections): Only clear the first element
5400         of .rel.dyn if the size is greater than zero.
5401
5402 Thu Aug  8 16:24:55 1996  Ian Lance Taylor  <ian@cygnus.com>
5403
5404         * xcofflink.c (xcoff_link_input_bfd): If we already called the
5405         undefined_symbol callback for a symbol, then don't issue any more
5406         warnings about loader relocs.
5407         (_bfd_ppc_xcoff_relocate_section): Don't do any further processing
5408         after calling the undefined_symbol callback.
5409
5410         * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
5411         (xcoff_link_add_symbols): Permit multiple definitions of a symbol
5412         as the AIX linker seems to do.
5413
5414 Thu Aug  8 12:21:56 1996  Klaus Kaempf  <kkaempf@progis.de>
5415
5416         * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
5417         (evax_initialize): Remove evax_reloc_table.
5418         (evax_close_and_cleanup): Ditto.
5419         (reloc_nil): Ditto.
5420         (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
5421         entries.
5422         (evax_bfd_reloc_type_lookup): Ditto.
5423         * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
5424         cooked_size == raw_size.
5425         * evax-emh.c (_bfd_evax_register_filename): Remove.
5426         * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
5427         * evax-misc.c (add_new_contents): Malloc section at full size.
5428         (_bfd_save_evax_section): Memcpy section contents directly.
5429         * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
5430         (evax_reloc_table): Remove.
5431
5432         * hosts/alphavms.h (O_ACCMODE): Define if needed.
5433
5434         * makefile.vms: Add better support for DEC C compilation
5435         Add evax.h dependencies
5436
5437         * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
5438         (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
5439         (BFD_RELOC_ALPHA_BASEREG): Remove.
5440         * bfd-in2.h, libbfd.h: Rebuild.
5441
5442 Thu Aug  8 08:17:32 1996  Stu Grossman  (grossman@critters.cygnus.com)
5443
5444         * archive.c (bsd_write_armap):  Ifdef around calls to getuid and
5445         getgid if _WIN32 is defined.
5446         * opncls.c (bfd_fdopenr):  Remove unnecessary WINGDB ifdef.
5447
5448 Wed Aug  7 23:19:00 1996  Stu Grossman  (grossman@critters.cygnus.com)
5449
5450         * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
5451         Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
5452         include file.
5453         * libbfd.c:  Create dummy getpagesize() macro if HAVE_GETPAGESIZE
5454         isn't defined.
5455
5456 Wed Aug  7 14:11:44 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
5457
5458         * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
5459         realloc.
5460         * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
5461         (NEED_DECLARATION_REALLOC): New macro.
5462         * configure, config.in: Rebuild.
5463         * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
5464         (realloc): Declare if NEED_DECLARATION_REALLOC.
5465
5466         * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
5467         <strings.h> if they exist.
5468
5469         * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
5470
5471 Wed Aug  7 12:12:03 1996  Ian Lance Taylor  <ian@cygnus.com>
5472
5473         * cpu-i386.c (i8086_arch): Architecture info for the i8086.
5474
5475         Based on patches from Eric Valette <valette@crf.canon.fr>:
5476         * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
5477         LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
5478         (elf_howto_table): Add entries for new relocs.
5479         (elf_i386_reloc_type_lookup): Handle new relocs.
5480         (elf_i386_info_to_howto): Just call abort.
5481         (elf_i386_info_to_howto_rel): Check that the reloc type is valid.
5482         (elf_i386_relocate_section): Likewise.
5483
5484 Tue Aug  6 12:54:56 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
5485
5486         * elf32-d10v.c (elf_d10v_howto_table): Added R_D10V_32.
5487
5488 Mon Aug  5 13:42:41 1996  Ian Lance Taylor  <ian@cygnus.com>
5489
5490         * elf.c (_bfd_elf_make_section_from_shdr): For a loadable section,
5491         only get the LMA from the phdr if they are in the same part of the
5492         file.
5493
5494         * elf.c (map_sections_to_segments): Rewrite tests for starting a
5495         new segment to make them more comprehensible.  If the relationship
5496         between the LMA and the VMA changed, start a new segment.  Don't
5497         check dynsec when deciding whether to start a new segment for a
5498         writeable section; -N will now handle this.
5499
5500 Thu Aug  1 22:43:08 1996  Jeffrey A Law  (law@cygnus.com)
5501
5502         * libhppa.h: Remove "esel" changes.  Not the right approach.
5503         * som.c: Corresponding changes.
5504         (som_bfd_derive_misc_symbol_info): Use ST_DATA for symbols
5505         which don't have a SOM symbol type associated with them.
5506         Reverses a 1994 change.
5507
5508 Wed Jul 31 15:50:55 1996  Ian Lance Taylor  <ian@cygnus.com>
5509
5510         Make ld -N more reasonable for ELF:
5511         * elf.c (map_sections_to_segments): If D_PAGED is not set, set
5512         phdr_in_section to false, and always use a single load segment.
5513         (elf_sort_sections): Sort sections by LMA after VMA.
5514         (assign_file_positions_for_segments): If D_PAGED is not set, don't
5515         align to maxpagesize.
5516         (assign_file_positions_except_relocs): Likewise.
5517         * elfcode.h (elf_object_p): If a section is loaded but not page
5518         aligned, clear D_PAGED.
5519
5520 Wed Jul 31 15:00:12 1996  James G. Smith  <jsmith@cygnus.co.uk>
5521
5522         * reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
5523         Added, for internal use by the ARM gas.
5524         * libbfd.h: Rebuilt
5525         * bfd-in2.h: Rebuilt
5526
5527 Tue Jul 30 14:14:57 1996  Jeffrey A Law  (law@cygnus.com)
5528
5529         * libhppa.h (R_HPPA_ESEL): New field selector.
5530         (e_esel): Similarly.
5531         * som.c (hppa_som_gen_reloc_type): If we encounter an e_esel,
5532         then generate R_COMP2 (PUSH_SYM), R_DATA_EXPR fixup stream.
5533         (som_write_fixups): Handle R_DATA_EXPR just like R_CODE_EXPR.
5534
5535 Tue Jul 30 13:31:27 1996  Ian Lance Taylor  <ian@cygnus.com>
5536
5537         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Do the regular
5538         archive search before looking for stripped dynamic objects.
5539
5540 Fri Jul 26 17:51:39 1996  Ian Lance Taylor  <ian@cygnus.com>
5541
5542         * xcofflink.c (xcoff_build_ldsyms): Make exporting an undefined
5543         symbol a warning rather than an error.
5544
5545 Wed Jul 24 12:02:53 1996  Ian Lance Taylor  <ian@cygnus.com>
5546
5547         * elf.c (assign_file_positions_for_segments): Track the virtual
5548         memory position separately from the file position, and use it to
5549         compute the alignment adjustment.
5550
5551 Tue Jul 23 10:43:31 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
5552
5553         * elf32-d10v.c (elf_d10v_howto_table): Changed all relocs to "long"
5554         and fixed mask on R_D10V_10_PCREL_L.
5555
5556 Mon Jul 22 15:30:30 1996  Ian Lance Taylor  <ian@cygnus.com>
5557
5558         * elf64-mips.c: Include "aout/ar.h".
5559         (mips_elf64_slurp_armap): New static function.
5560         (mips_elf64_write_armap): New static function.
5561         (bfd_elf64_archive_*): Define.
5562         * elfxx-target.h (bfd_elfNN_archive_p): Define if not defined.
5563         Use instead of bfd_generic_archive_p.
5564         (bfd_elfNN_write_archive_contents): Define if not defined.  Use
5565         instead of _bfd_write_archive_contents.
5566         (bfd_elfNN_mkdarchive): Define if not defined.  Use instead of
5567         _bfd_generic_mkarchive.
5568         (TARGET_BIG_SYM): If bfd_elfNN_archive_functions is defined, use
5569         bfd_elfNN_archive in BFD_JUMP_TABLE_ARCHIVE rather than
5570         _bfd_archive_coff.
5571         (TARGET_LITTLE_SYM): Likewise.
5572         * archive.c (bfd_slurp_armap): Check for and reject an archive map
5573         name of /SYM64/.
5574         * Makefile.in: Rebuild dependencies.
5575
5576         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle
5577         SHT_MIPS_LIBLIST, SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and
5578         SHT_MIPS_EVENTS sections.
5579         (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_IFACE,
5580         SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and SHT_MIPS_EVENTS
5581         sections.
5582         (_bfd_mips_elf_fake_sections): Likewise.
5583
5584         * libecoff.h (ecoff_data_type): Add rdata_in_text field.
5585         * ecoff.c (ecoff_compute_section_file_positions): Copy
5586         rdata_in_text from backend info to tdata.  Clear it if any data
5587         section comes before .rdata.
5588         (_bfd_ecoff_write_object_contents): Use rdata_in_text field in
5589         tdata rather than backend info.
5590
5591 Fri Jul 19 18:15:51 1996  Ian Lance Taylor  <ian@cygnus.com>
5592
5593         * configure.in: Fix test for whether a compiler has a 64 bit
5594         type.  From Jim Wilson <wilson@cygnus.com>.
5595
5596 Thu Jul 18 15:39:10 1996  Ian Lance Taylor  <ian@cygnus.com>
5597
5598         * configure.host (mips-sgi-irix6*): New host.
5599
5600         * configure.in: Set and substitute VERSION, BFD_HOST_64BIT_LONG
5601         (replacing HOST_64BITLONG), BFD_HOST_64_BIT_DEFINED,
5602         BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT.  Add bfd-in2.h:bfd-in2.h
5603         to AC_OUTPUT call.
5604         * configure: Rebuild.
5605         * bfd-in.h (BFD_ARCH_SIZE): Define as @wordsize@, not @WORDSIZE@.
5606         (BFD_HOST_64_BIT): Define conditionally.
5607         (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
5608         (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
5609         (symvalue, bfd_size_type): Likewise.
5610         * bfd-in2.h: Rebuild.
5611         * Makefile.in (do_clean): Remove bfd-tmp.h.
5612         (do_distclean): Remove bfd-in3.h.
5613         (stmp-bfd.h): Just do copy-if-change bfd-in3.h bfd.h.
5614         (bfd-in3.h): New target.
5615
5616         * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec.  From
5617         Andrew Gierth <ANDREWG@microlise.co.uk>.
5618
5619         * configure.host: Set INSTALL_SHLIB.
5620         * configure.in: Call AC_SUBST (INSTALL_SHLIB).
5621         * configure: Rebuild.
5622         * Makefile.in (install): Use @INSTALL_SHLIB@.
5623
5624         * config.bfd (mips*-*-irix6*): New target.
5625         * configure.host: Handle Irix 6 shared library like Irix 5.
5626
5627         * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TD
5628         symbol for a magic name.
5629         (xcoff_link_input_bfd): Don't change the reloc symbol for an
5630         XMC_TD symbol.
5631         (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an
5632         XMC_TD symbol.
5633
5634 Thu Jul 18 11:36:31 1996  Stan Shebs  <shebs@andros.cygnus.com>
5635
5636         * mpw-config.in: Add ELF support to mips config, create the
5637         elf32-target.h file in the object dir.
5638         * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
5639
5640 Wed Jul 17 18:02:32 1996  Kim Knuttila  <krk@cygnus.com>
5641
5642         * coff-ppc.c: Redid debug scheme - numerous fprintf's gone.
5643         Also removed most abort calls, in favor of using bfd reporting.
5644
5645 Wed Jul 17 14:51:52 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
5646
5647         * Makefile.in (ALL_MACHINES): Add cpu-d10v.o.
5648         (BFD32_BACKENDS) Add elf32-d10v.o.
5649         * archures.c: Add bfd_d10v_arch.
5650         * bfd-in2.h: Add bfd_d10v_arch.
5651         * config.bfd (d10v-*-*): New target.
5652         * configure: (bfd_elf32_d10v_vec) New vector.
5653         * configure.in: (bfd_elf32_d10v_vec) New vector.
5654         * cpu-d10v.c: New file.
5655         * elf.c (prep_headers): Added case bfd_arch_d10v.
5656         * elf32-d10v.c: New file.
5657         * libbfd.h: Rebuild.
5658         * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L,
5659         BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define.
5660         * targets.c (bfd_elf32_d10v_vec): New vector.
5661
5662 Wed Jul 17 10:58:55 1996  Kim Knuttila  <krk@cygnus.com>
5663
5664         * coff-ppc.c (coff_ppc_relocate_section): Removed bogus fprintf
5665
5666 Tue Jul 16 23:49:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
5667
5668         * archures.c bfd-in2.h:  Add bfd_mach_i386_i386 and
5669         bfd_mach_i386_i8086 machine types.
5670
5671 Wed Jul 10 12:42:56 1996  Ian Lance Taylor  <ian@cygnus.com>
5672
5673         * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
5674         and _FINI sections.
5675
5676 Wed Jul 10 11:18:21 1996  Richard Henderson  <rth@tamu.edu>
5677
5678         * coffcode.h (coff_set_section_contents): A/UX does not require
5679         special handling of the _LIB section.
5680
5681 Tue Jul  9 15:52:20 1996  Jeffrey A Law  (law@cygnus.com)
5682
5683         * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
5684         value for R_RELBYTE.
5685
5686         * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
5687         array if one was allocated.
5688
5689 Tue Jul  9 12:21:54 1996  Ian Lance Taylor  <ian@cygnus.com>
5690
5691         From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
5692         * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
5693         use_rld_obj_head and rld_value.
5694         (mips_elf_link_hash_table_create): Initialize new fields.
5695         (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
5696         dynamic.
5697         (mips_elf_create_dynamic_sections): Create .rld_map section.  If
5698         __rld_obj_head symbol not seen, create an __rld_map symbol.
5699         (mips_elf_size_dynamic_sections): Make space in .rld_map section.
5700         Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
5701         (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
5702         __rld_obj_head symbol.
5703         (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
5704
5705 Mon Jul  8 16:18:03 1996  Ian Lance Taylor  <ian@cygnus.com>
5706
5707         * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
5708
5709         * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
5710         ppc_elf_addr16_ha_reloc.
5711         (ppc_elf_addr16_ha_reloc): New static function.
5712
5713         * coff-mips.c (struct mips_hi): Define.
5714         (mips_refhi_list): New static variable.
5715         (mips_refhi_addr, mips_refhi_addend): Remove.
5716         (mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
5717         (mips_reflo_reloc): Process mips_refhi_list.
5718         (mips_relhi_list): New static variable.
5719         (mips_relhi_addr, mips_relhi_addend): Remove.
5720         (mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
5721         (mips_rello_reloc): Process mips_relhi_list.
5722         (mips_relocate_section): Permit an arbitrary number of REFHI or
5723         RELHI relocs before the associated REFLO or RELLO reloc.
5724
5725 Fri Jul  5 19:27:49 1996  Ian Lance Taylor  <ian@cygnus.com>
5726
5727         * aout-target.h (MY(callback)): Set reloc_count fields.
5728
5729 Thu Jul  4 12:00:37 1996  Ian Lance Taylor  <ian@cygnus.com>
5730
5731         * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
5732         sections unless this is a SunOS link.
5733
5734         * VERSION: Set to 2.7.1.
5735
5736         * Released binutils 2.7.
5737
5738 Wed Jul  3 14:59:47 1996  Ian Lance Taylor  <ian@cygnus.com>
5739
5740         * i386aout.c: Include "aout/aout64.h".
5741         (i386aout_write_object_contents): New static function.
5742         (MY_write_object_contents): Define.
5743
5744         * netbsd.h (MY(write_object_contents)): Make sure that
5745         adjust_sizes_and_vmas is called before fiddling with the magic
5746         number.
5747
5748 Tue Jul  2 23:30:39 1996  Ian Lance Taylor  <ian@cygnus.com>
5749
5750         * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
5751
5752 Sun Jun 30 13:34:33 1996  Ian Lance Taylor  <ian@cygnus.com>
5753
5754         * libbfd-in.h (itos, stoi): Don't define.
5755         * libbfd.h: Rebuild.
5756         * i386lynx.c (KEEPIT): Define as udata.i.
5757         (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
5758         (NAME(lynx,swap_ext_reloc_out)): Likewise.
5759         * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
5760         flags.  Don't use stoi.
5761
5762         * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
5763
5764         * elf.c (map_sections_to_segments): Don't start a new segment for
5765         a writable section if it's on the same page as the previous
5766         segment.  Reset the writable variable for a readonly section.
5767
5768 Sat Jun 29 16:18:51 1996  Kim Knuttila  <krk@cygnus.com>
5769
5770         * peicode.h (coff_swap_aouthdr_in): Missing initializations of
5771         first_thunk_address, thunk_size, and import_table_size.
5772         * peicode.h: Improved some diagnostics regarding edata sections.
5773
5774         * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
5775         on IMGLUE relocs.
5776         (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
5777         (TARGET_LITTLE_SYM): Added missing D_PAGED.
5778
5779 Fri Jun 28 13:48:45 1996  Ian Lance Taylor  <ian@cygnus.com>
5780
5781         * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
5782         with XCOFF_DEF_DYNAMIC set is really defined.
5783         (xcoff_link_check_dynamic_ar_symbols): Likewise.
5784         (xcoff_link_add_symbols): Only create special sections if using an
5785         XCOFF hash table.
5786
5787         * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
5788         aixcoff-rs6000.
5789         (bfd_install_relocation): Likewise.
5790
5791 Fri Jun 28 11:17:00 1996  Richard Henderson  <rth@tamu.edu>
5792
5793         * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
5794         field.
5795         (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
5796         (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
5797         (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
5798         (elf64_alpha_link_hash_newfunc): Initialize flags field.
5799         (elf64_alpha_check_relocs): Record types of LITUSE entries that
5800         are found for LITERAL relocs.
5801         (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
5802         taken, we cannot generate a .plt entry for the symbol.
5803
5804 Thu Jun 27 11:24:29 1996  Ian Lance Taylor  <ian@cygnus.com>
5805
5806         * configure.in: Add AC_ISC_POSIX, and check for setitimer and
5807         sysconf functions (for gprof).
5808         * configure, config.in: Rebuild.
5809
5810 Wed Jun 26 16:29:02 1996  Ian Lance Taylor  <ian@cygnus.com>
5811
5812         * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
5813         an archive if it has a map.  If the object file has the wrong
5814         xvec, reject it.
5815
5816         * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
5817         BRADDR, SREL16, SREL32, or SREL64 reloc against an external
5818         symbol.
5819         (alpha_relocate_section): Likewise.
5820
5821         * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
5822         (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
5823         (coff_swap_sym_out): Use SYMESZ, not sizeof.
5824         (coff_swap_aux_out): Use AUXESZ, not sizeof.
5825         (coff_swap_lineno_out): Use LINESZ, not sizeof.
5826         (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
5827         (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
5828         * peicode.h: Corresponding changes.
5829
5830 Tue Jun 25 15:28:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5831
5832         * elflink.h (elf_create_pointer_linker_section): Comment out code
5833         dealing with making GOT pointers negative of the GOT symbol for
5834         now.
5835
5836 Tue Jun 25 11:41:24 1996  Richard Henderson  <rth@tamu.edu>
5837
5838         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
5839         increment the .rela.plt size until after we're done creating the
5840         .plt entry.
5841         (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
5842         .rela.plt offset directly rather than calculating it.
5843
5844 Mon Jun 24 17:15:10 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
5845
5846         * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir):
5847         Use autoconf-set values.
5848         * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
5849         includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set
5850         values.
5851         (docdir): Deleted.
5852         * configure.in (AC_PREREQ): autoconf v2.5 or higher.
5853         * configure: Rebuilt.
5854
5855 Mon Jun 24 22:50:35 1996  Jeffrey A Law  (law@cygnus.com)
5856
5857         * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
5858         handling code > 1k away.
5859
5860 Mon Jun 24 18:41:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5861
5862         * elflink.h (elf_create_pointer_linker_section): If DEBUG is
5863         defined, output whenever the symbol is updated.
5864
5865 Mon Jun 24 17:58:12 1996  Jouke Numan  <jnuman@bazis.nl>
5866
5867         * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
5868         section to 0 if user_set_vma is set.
5869         * elflink.h (elf_bfd_final_link): Likewise.
5870
5871 Sun Jun 23 20:42:51 1996  Doug Evans  <dje@canuck.cygnus.com>
5872
5873         Partially undo patch of Jun 20.
5874         * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
5875         (coff_compute_section_file_positions): Likewise.
5876         (coff_write_object_contents): Likewise.  Re-add deleted code, but
5877         use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
5878         * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
5879
5880 Fri Jun 21 17:38:15 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
5881
5882         * config.bfd: Add support for *-*-rtems* configurations.
5883
5884 Fri Jun 21 15:19:59 1996  Ian Lance Taylor  <ian@cygnus.com>
5885
5886         * elf.c (prep_headers): Add bfd_arch_alpha case.
5887
5888 Fri Jun 21 12:35:27 1996  Richard Henderson  <rth@tamu.edu>
5889
5890         * elf64-alpha.c: New file.
5891         * config.bfd (alpha-*-linuxecoff*): New target.
5892         (alpha-*-linux*, alpha-*-elf*): New targets.
5893         * configure.in (bfd_elf64_alpha_vec): New vector.
5894         * configure: Rebuild.
5895         * targets.c (bfd_elf64_alpha_vec): Declare.
5896         (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
5897         * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
5898         * bfd-in2.h, libbfd.h: Rebuild.
5899         * Makefile.in: Rebuild dependencies.
5900         (BFD64_BACKENDS): Add elf64-alpha.o.
5901         (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
5902
5903 Thu Jun 20 18:14:25 1996  Ian Lance Taylor  <ian@cygnus.com>
5904
5905         * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
5906         than relying on a right shift of 32.
5907
5908 Thu Jun 20 11:00:57 1996  Doug Evans  <dje@canuck.cygnus.com>
5909
5910         * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
5911         ifdef to COFF_WITH_PE.
5912         (coff_compute_section_file_positions): Likewise.
5913         (coff_write_object_contents): Likewise.  Delete COFF_OBJ_WITH_PE.
5914         * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
5915         * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
5916         COFF_IMAGE_WITH_PE, always include.
5917
5918         * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
5919
5920 Wed Jun 19 11:37:52 1996  Ian Lance Taylor  <ian@cygnus.com>
5921
5922         * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
5923         approximate the correct answer if SIZEOF_HEADERS was not used.
5924
5925         * binary.c (binary_set_section_contents): Set section file
5926         position based on LMA rather than VMA.
5927
5928 Wed Jun 19 11:19:25 1996  Manfred Hollstein KS/EIC5 60/3/142 #40283  <manfred@lts.sel.alcatel.de>
5929
5930         * linker.c (_bfd_generic_link_output_symbols): Don't output any
5931         symbols if info->strip == strip_all.
5932
5933 Tue Jun 18 15:17:36 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
5934
5935         * coff-h8300.c: Remove #if 0 code.
5936         (compatable): Don't allow mixing/matching of different architectures.
5937
5938         * archures.c (bfd_mach_h8300s): Add.
5939         * bfd-in2.h: Rebuilt.
5940         * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
5941         (BADMAG): Likewise.
5942         (h8300_reloc16_estimate): Likewise.
5943         (h8300_reloc16_extra_cases): Likewise.
5944         (h8300_bfd_link_add_symbols): Likewise.
5945         * coffcode.h (coff_set_arch_mach_hook): Likewise.
5946         (coff_set_flags): Likewise.
5947         * cpu-h8300.c (h8300_scan): Likewise.
5948         Add H8/S to bfd_h8300_arch list.
5949
5950 Tue Jun 18 14:42:58 1996  Klaus Kaempf  <kkaempf@progis.de>
5951
5952         Added support for Alpha OpenVMS:
5953         * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
5954         * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
5955         * config.h-vms, makefile.vms: New files.
5956         * config.bfd (alpha-*-*vms*): New target.
5957         * configure.in (evax_alpha_vec): New target vector.
5958         * configure: Rebuild.
5959         * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
5960         (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
5961         * targets.c (bfd_target_evax_flavour): Define.
5962         (evax_alpha_vec): Declare.
5963         (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
5964         if BFD64 is defined.
5965         * bfd-in2.h, libbfd.h: Rebuild.
5966         * Makefile.in: Rebuild dependencies.
5967         (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
5968         evax-emh.o, and evax-misc.o.
5969         (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
5970         evax-etir.c, evax-emh.c, and evax-misc.c.
5971         (HFILES): Add evax.h.
5972
5973 Tue Jun 18 13:54:18 1996  Ian Lance Taylor  <ian@cygnus.com>
5974
5975         * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
5976         pointer.
5977         (h8300_bfd_link_add_symbols): Likewise.
5978
5979 Mon Jun 17 10:06:50 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
5980
5981         * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
5982         * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
5983
5984 Mon Jun 17 12:49:11 1996  Ian Lance Taylor  <ian@cygnus.com>
5985
5986         * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
5987         for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
5988         created.
5989         (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
5990         R_MIPS_32 relocs if creating a shared library.
5991
5992 Thu Jun 13 20:14:51 1996  Doug Evans  <dje@canuck.cygnus.com>
5993
5994         * peicode.h (add_data_entry): Use pei_section_data rather than
5995         _cooked_size.  Corresponds to May 13 change in coffcode.h.
5996
5997 Thu Jun 13 10:23:40 1996  Ian Lance Taylor  <ian@cygnus.com>
5998
5999         * cofflink.c (_bfd_coff_final_link): Handle long section names.
6000         * coffcode.h (coff_write_object_contents): If there are long
6001         section names, always set the f_symptr field, even if there are no
6002         symbols.
6003         * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
6004         if there are no symbols.
6005
6006         * coffgen.c (make_a_section_from_file): Check return value of
6007         _bfd_coff_read_string_table.
6008         (coff_real_object_p): Check return value of
6009         make_a_section_from_file.
6010         (_bfd_coff_read_string_table): Check that there are some symbols
6011         before trying to read the string table size.
6012
6013 Wed Jun 12 11:16:37 1996  Ian Lance Taylor  <ian@cygnus.com>
6014
6015         * xcofflink.c (xcoff_link_add_symbols): When considering whether
6016         to replace a symbol in a dynamic object with a symbol from another
6017         dynamic object, do the replacement if the existing symbol is
6018         global linkage code.
6019
6020         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
6021         for _ptrgl, and treat it as global linkage code.
6022
6023         * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
6024         filename or N_SO symbol past the offset, and use it to indicate
6025         that there is no line number or function when appropriate.
6026
6027 Tue Jun 11 15:24:48 1996  Ian Lance Taylor  <ian@cygnus.com>
6028
6029         * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
6030         common symbol defined by the linker.  Don't export function code
6031         even if export_defineds is set.
6032
6033 Mon Jun 10 11:57:27 1996  Jeffrey A Law  (law@cygnus.com)
6034
6035         * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
6036         and R_JMP_DEL.
6037         (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
6038         (h8300_symbol_address_p): New function.
6039         (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
6040         relaxing.
6041
6042 Sun Jun  9 16:30:20 1996  Jeffrey A Law  (law@cygnus.com)
6043
6044         * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
6045         problems.
6046         (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
6047         correctly for the two variants.  Allow relaxing if the target
6048         is 128 bytes away since after relaxation it'll be 126 bytes away.
6049         (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
6050         "dot" and "value".  Allow relaxing if the target is 128 bytes
6051         away since after relaxation it'll be 126 bytes away.
6052         * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
6053         the given section until nothing changes.
6054
6055 Thu Jun  6 15:24:45 1996  Richard Henderson  <rth@tamu.edu>
6056
6057         * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
6058         alignment hack--we can get the lnnoptr info another way without
6059         suddenly increasing the alignment requirements.  Set the flags for
6060         the _PDATA section.
6061         (ecoff_compute_section_file_positions): Do so.
6062
6063 Thu Jun  6 11:24:37 1996  Ian Lance Taylor  <ian@cygnus.com>
6064
6065         * ieee.c (ieee_write_object_contents): Put a timestamp in the file
6066         to keep the HP emulator database happy.
6067
6068         * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
6069         From Kevin Buettner <kev@primenet.com>.
6070
6071 Wed Jun  5 15:16:04 1996  Ian Lance Taylor  <ian@cygnus.com>
6072
6073         * aoutx.h (translate_to_native_sym_flags): Don't try to print the
6074         name of a NULL section.
6075
6076 Tue Jun  4 18:53:58 1996  Ian Lance Taylor  <ian@cygnus.com>
6077
6078         * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
6079         set, always call the notice callback.
6080
6081         * VERSION: Increment for bfdlink.h change.
6082
6083 Mon Jun  3 11:01:53 1996  Ian Lance Taylor  <ian@cygnus.com>
6084
6085         * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
6086         (sh_relax_delete_bytes): Correct handling of differently sized
6087         trailing alignment reloc.
6088
6089         * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
6090         * bfd-in2.h: Rebuild.
6091         * configure.in: Warn if there is no known 64 bit type.
6092         * configure: Rebuild.
6093
6094         * Makefile.in: Rebuild dependencies.
6095         (BFD32_BACKENDS): Add ppcboot.o.
6096         (BFD32_BACKENDS_CFILES): Add ppcboot.c.
6097
6098         * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
6099         From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
6100
6101 Sat Jun  1 21:49:58 1996  Ian Lance Taylor  <ian@cygnus.com>
6102
6103         * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
6104         (bfd_mips_elf64_swap_reginfo_out): Move from here...
6105         * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
6106         (bfd_mips_elf64_swap_reginfo_out): ...to here.
6107
6108 Fri May 31 13:51:28 1996  Ian Lance Taylor  <ian@cygnus.com>
6109
6110         * elf64-mips.c: Improve reloc special_functions and handling of
6111         SHT_MIPS_OPTIONS section.
6112         * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
6113         mips_elf_hi16_reloc and make globally visible.
6114         (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
6115         make globally visible.
6116         (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
6117         make globally visible.
6118         (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
6119         and make globally visible.
6120         (gprel16_with_gp): Check howto->src_mask before using value in
6121         insn.
6122         (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
6123         and make globally visible.
6124         (gprel32_with_gp): Check howto->src_mask before fetching value.
6125         (bfd_mips_elf_swap_options_in): New function.
6126         (bfd_mips_elf_swap_options_out): New function.
6127         (_bfd_mips_elf_set_private_flags): Rename from
6128         mips_elf_set_private_flags and make globally visible.
6129         (_bfd_mips_elf_copy_private_bfd_data): Rename from
6130         mips_elf_copy_private_bfd_data and make globally visible.
6131         (_bfd_mips_elf_merge_private_bfd_data): Rename from
6132         mips_elf_merge_private_bfd_data and make globally visible.
6133         (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
6134         for a SHT_MIPS_OPTIONS section.
6135         (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
6136         (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
6137         name of a SHT_MIPS_OPTIONS section.
6138         (_bfd_mips_elf_set_section_contents): New function.
6139         (mips_elf32_section_processing): Set the GP value in a
6140         SHT_MIPS_OPTIONS section.
6141         (_bfd_mips_elf_find_nearest_line): Rename from
6142         mips_elf_find_nearest_line and make globally visible.
6143         (bfd_elf32_set_section_contents): Define.
6144         * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
6145         (_bfd_mips_elf_lo16_reloc): Declare.
6146         (_bfd_mips_elf_gprel16_reloc): Declare.
6147         (_bfd_mips_elf_got16_reloc): Declare.
6148         (_bfd_mips_elf_gprel32_reloc): Declare.
6149         (_bfd_mips_elf_set_private_flags): Declare.
6150         (_bfd_mips_elf_copy_private_bfd_data): Declare.
6151         (_bfd_mips_elf_merge_private_bfd_data): Declare.
6152         (_bfd_mips_elf_find_nearest_line): Declare.
6153         (_bfd_mips_elf_set_section_contents): Declare.
6154
6155         * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
6156         elf_info_to_howto.
6157         (elf_info_to_howto): Define.
6158         * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
6159         elf_info_to_howto.
6160         (elf_info_to_howto): Define.
6161         * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
6162         elf_info_to_howto.
6163         (elf_info_to_howto): Define.
6164
6165         * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
6166         R_MOV16B[12], to match change in coff/internal.h.
6167
6168 Thu May 30 12:38:49 1996  Ian Lance Taylor  <ian@cygnus.com>
6169
6170         * elf64-mips.c: Extensive additions to provide better support for
6171         writing files and for gas.
6172         * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
6173         of mips_elf_object_p.
6174         (mips_elf32_object_p): Rename from mips_elf_object_p; call
6175         _bfd_mips_elf_object_p.
6176         (_bfd_mips_elf_final_write_processing): Rename from
6177         mips_elf_final_write_processing and make globally visible.
6178         (_bfd_mips_elf_fake_sections): Rename from
6179         mips_elf_fake_sections and make globally visible.
6180         (_bfd_mips_elf_section_from_bfd_section): Rename from
6181         mips_elf_section_from_bfd_section and make globally visible.
6182         (_bfd_mips_elf_section_processing): New function, broken out of
6183         mips_elf_section_processing.
6184         (mips_elf32_section_processing): Rename from
6185         mips_elf_section_processing; call
6186         _bfd_mips_elf_section_processing.
6187         (_bfd_mips_elf_symbol_processing): Rename from
6188         mips_elf_symbol_processing and make globally visible.
6189         (_bfd_mips_elf_read_ecoff_info): Rename from
6190         mips_elf_read_ecoff_info and make globally visible.
6191         (mips_elf32_ecoff_debug_swap): Rename from
6192         mips_elf_ecoff_debug_swap.
6193         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
6194         struct symbol_cache_entry.
6195         (_bfd_elf_validate_reloc): New function, moved in from
6196         elfcode.h:validate_reloc.
6197         * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
6198         to _bfd_elf_validate_reloc.  Change all callers.
6199         * elf-bfd.h (bfd_section_from_shdr): Declare.
6200         (_bfd_elf_symbol_from_bfd_symbol): Declare.
6201         (_bfd_elf_validate_reloc): Declare.
6202         (_bfd_mips_elf_object_p): Declare.
6203         (_bfd_mips_elf_fake_sections): Declare.
6204         (_bfd_mips_elf_section_from_bfd_section): Declare.
6205         (_bfd_mips_elf_section_processing): Declare.
6206         (_bfd_mips_elf_symbol_processing): Declare.
6207         (_bfd_mips_elf_read_ecoff_info): Declare.
6208         (_bfd_mips_elf_final_write_processing): Declare.
6209         * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
6210         if already defined.
6211
6212         * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
6213         (mips_elf_final_write_processing): Likewise.
6214
6215 Wed May 29 16:15:29 1996  Ian Lance Taylor  <ian@cygnus.com>
6216
6217         64-bit MIPS ELF ABI objdump support:
6218         * elf64-mips.c: New file.
6219         * Makefile.in: Rebuild dependencies.
6220         (BFD64_BACKENDS): Add elf64-mips.o.
6221         (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
6222         * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
6223         bfd_elf64_littlemips_vec to targ_selvecs.
6224         (mips*-*-elf*): Likewise.
6225         * confingure.in: Add bfd_elf64_bigmips_vec and
6226         bfd_elf64_littlemips_vec to vector switch.
6227         * configure: Rebuild.
6228         * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
6229         broken out of mips_elf_section_from_shdr.
6230         (mips_elf32_section_from_shdr): Rename from
6231         mips_elf_section_from_shdr.  Call new function.
6232         (elf_backend_section_from_shdr): Update name of renamed function.
6233         * elf-bfd.h (struct elf_size_info): Change second parameter of
6234         write_out_phdrs to be const.  Likewise for second parameter of
6235         swap_symbol_out.
6236         (struct bfd_elf_section_data): Add rel_hdr2 field.
6237         (bfd_elf32_swap_symbol_in): Change second parameter to be const.
6238         (bfd_elf32_swap_symbol_out): Likewise.
6239         (bfd_elf32_swap_reloc_in): Likewise.
6240         (bfd_elf32_swap_reloc_out): Likewise.
6241         (bfd_elf32_swap_reloca_in): Likewise.
6242         (bfd_elf32_swap_reloca_out): Likewise.
6243         (bfd_elf32_swap_phdr_in): Likewise.
6244         (bfd_elf32_swap_phdr_out): Likewise.
6245         (bfd_elf32_swap_dyn_in): Likewise.
6246         (bfd_elf32_swap_dyn_out): Likewise.
6247         (bfd_elf32_slurp_symbol_table): Declare.
6248         (bfd_elf32_write_shdrs_and_ehdr): Declare.
6249         (bfd_elf32_write_out_phdrs): Declare.
6250         (bfd_elf64_swap_symbol_in): Change second parameter to be const.
6251         (bfd_elf64_swap_symbol_out): Likewise.
6252         (bfd_elf64_swap_reloc_in): Likewise.
6253         (bfd_elf64_swap_reloc_out): Likewise.
6254         (bfd_elf64_swap_reloca_in): Likewise.
6255         (bfd_elf64_swap_reloca_out): Likewise.
6256         (bfd_elf64_swap_phdr_in): Likewise.
6257         (bfd_elf64_swap_phdr_out): Likewise.
6258         (bfd_elf64_swap_dyn_in): Likewise.
6259         (bfd_elf64_swap_dyn_out): Likewise.
6260         (bfd_elf64_slurp_symbol_table): Declare.
6261         (bfd_elf64_write_shdrs_and_ehdr): Declare.
6262         (bfd_elf64_write_out_phdrs): Declare.
6263         (_bfd_mips_elf_section_from_shdr): Declare.
6264         * elf.c (bfd_section_from_shdr): Remove assertion requiring
6265         SHT_REL/SHT_RELA to match use_rela_p.  If there is already a reloc
6266         section for the section, add the new one to rel_hdr2.  Increment
6267         reloc_count rather than setting it.
6268         * elfcode.h (elf_slurp_symbol_table): Define name as macro.
6269         Remove static declaration.
6270         (elf_write_shdrs_and_ehdr): Define name as macro.
6271         (elf_write_out_phdrs): Likewise.
6272         (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
6273         (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
6274         (elf_swap_symbol_in): Change second parameter to be const.
6275         (elf_swap_symbol_out): Likewise.
6276         (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
6277         (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
6278         (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
6279         (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
6280         (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
6281         (elf_write_out_phdrs): Rename from write_out_phdrs.  Change second
6282         parameter to be const.  Make non-static.
6283         (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
6284         Make non-static.
6285         (elf_slurp_symbol_table): Make non-static.
6286         (NAME(_bfd_elf,size_info)): Update names of renamed functions.
6287         * elfxx-target.h (elf_info_to_howto): Define if not defined.
6288         (elf_backend_size_info): Likewise.
6289         (elfNN_bed): Use elf_backend_size_info.
6290         * targets.c (bfd_elf64_bigmips_vec): Declare.
6291         (bfd_elf64_littlemips_vec): Declare.
6292         (bfd_target_vector): Add bfd_elf64_bigmips_vec and
6293         bfd_elf64_littlemips_vec if BFD64 is defined.
6294
6295         * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
6296
6297 Tue May 28 11:42:08 1996  Ian Lance Taylor  <ian@cygnus.com>
6298
6299         * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
6300         zeroes, in alignment holes.
6301
6302         * configure: Rebuild with autoconf 2.10.
6303
6304         * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
6305         potential leading underscore in the allocated buffer.
6306
6307 Fri May 24 14:28:38 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6308
6309         * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
6310         symbols into .sbss if this is a relocatable link.
6311
6312 Thu May 23 12:26:24 1996  Ian Lance Taylor  <ian@cygnus.com>
6313
6314         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
6315         undefined symbols when creating a shared library.
6316
6317 Fri May 17 13:54:15 1996  Ian Lance Taylor  <ian@cygnus.com>
6318
6319         * coff-sh.c: Add a bunch of new code and static const arrays to
6320         support aligning loads and stores on four byte memory boundaries.
6321         Also:
6322         (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
6323         R_SH_LABEL.
6324         (sh_relax_section): Look for R_SH_CODE relocs.  If we find one,
6325         call sh_align_loads.
6326         (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
6327         as unused.
6328
6329 Thu May 16 16:34:13 1996  Ian Lance Taylor  <ian@cygnus.com>
6330
6331         * cache.c (bfd_open_file): Unlink the file before opening it for
6332         write.  From Marty Leisner <leisner@sdsp.mc.xerox.com>.
6333
6334         * opncls.c (bfd_fdopenr): Set opened_once.
6335
6336 Tue May 14 12:35:32 1996  Ian Lance Taylor  <ian@cygnus.com>
6337
6338         * som.c (som_slurp_reloc_table): Clear external_relocs cache after
6339         freeing it.
6340
6341         * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
6342         the code unconditionally.
6343
6344 Mon May 13 19:51:37 1996  Ian Lance Taylor  <ian@cygnus.com>
6345
6346         * libcoff-in.h (struct pei_section_tdata): Define structure.
6347         (pei_section_data): Define macro.
6348         * libcoff.h: Rebuild.
6349         * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
6350         store s_paddr field in pei_section_data.
6351         (coff_compute_section_file_positions): Use pei_section_data rather
6352         than _cooked_size, and don't overwrite an existing value.
6353         (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
6354         0.  If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
6355         * peicode.h (coff_bfd_copy_private_section_data): Define if
6356         COFF_IMAGE_WITH_PE.
6357         (pe_bfd_copy_private_section_data): New static function if
6358         COFF_IMAGE_WITH_PE.
6359
6360 Wed May  8 16:10:38 1996  Ian Lance Taylor  <ian@cygnus.com>
6361
6362         * srec.c (srec_set_arch_mach): Write as a function rather than a
6363         macro definition.
6364
6365         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
6366         no map, just check each member in turn to see whether it is
6367         required.
6368
6369 Wed May  8 09:17:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6370
6371         * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
6372         table.  Call BFD_ASSERT to validate header size, instead of
6373         calling fatal.
6374         (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
6375         name.
6376
6377 Tue May  7 16:10:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6378
6379         * ppcboot.c: New target for looking at PPCbug boot records.
6380
6381         * config{ure.in,.bfd}: Add support for ppcboot target.
6382         * targets.c: Ditto.
6383         * configure: Regenerate.
6384
6385 Tue May  7 11:15:19 1996  Jeffrey A Law  (law@cygnus.com)
6386
6387         * coff-h8300.c (howto_table): Update names to match recent
6388         changes to include/coff/internal.h.  Fix minor errors in the
6389         existing relocs.  Add R_MOVL1 and R_MOVL2.
6390         (rtype2howto): Similarly.
6391         (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
6392         existing relaxing code  and peform more relaxing.
6393         (h8300_reloc16_extra_cases): Likewise.
6394
6395 Mon May  6 18:24:09 1996  Jeffrey A Law  (law@cygnus.com)
6396
6397         * reloc16.c (bfd_coff_reloc16_get_value): Handle common
6398         symbols correctly.
6399
6400 Sat May  4 05:08:45 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6401
6402         * elfcode.h (elf_object_p):  Reject generic ELF target if
6403         e_machine matches an alternate machine code in a specific backend.
6404
6405         * netbsd-core.c (netbsd_core_vec):  Remove initializer for
6406         obsolete align_power_min field.
6407
6408 Fri May  3 13:07:35 1996  Jeffrey A Law  (law@cygnus.com)
6409
6410         * coff-h8300.c (reloc_howto_type): Add howto entry for
6411         R_PCRWORD_B.
6412         (rtype2howto): Handle R_PCRWORD_B.
6413         (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
6414         (h8300_reloc_16_estimate): Likewise.  Try to turn a 16bit
6415         pc-relative branch (R_PCRWORD) into an 8bit pc-relative
6416         branch (R_PCWORD_B).
6417
6418 Fri May  3 10:47:41 1996  Ian Lance Taylor  <ian@cygnus.com>
6419
6420         * aoutx.h (translate_from_native_sym_flags): Set the section for
6421         BSF_CONSTRUCTOR symbols.
6422
6423         * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
6424         last_bf_index.
6425
6426 Wed May  1 18:39:32 1996  Doug Evans  <dje@canuck.cygnus.com>
6427
6428         * coffcode.h (coff_write_object_contents): In comdat section lookup,
6429         stop looking when section is found.
6430
6431 Wed May  1 14:17:57 1996  Ian Lance Taylor  <ian@cygnus.com>
6432
6433         * coffcode.h (STRING_SIZE_SIZE): Define.
6434         (styp_to_sec_flags): Handle long symbol names when looking for the
6435         section symbol.
6436         (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
6437         (bfd_coff_long_section_names): Define.
6438         (coff_write_object_contents): Handle long section names.
6439         (bfd_coff_std_swap_table): Initialize new field.
6440         * libcoff.h: Rebuild.
6441         * coffgen.c (make_a_section_from_file): Handle long section
6442         names.
6443         (coff_write_symbols): Handle long section names.
6444         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
6445         * coff-mips.c (mips_ecoff_backend_data): Likewise.
6446         * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
6447         * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
6448         * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
6449         * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
6450         * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
6451         * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
6452
6453         * bout.c (b_out_callback): Set lma of sections.
6454         (b_out_bfd_get_relocated_section_contents): Rename in_abfd
6455         parameter to output_bfd.  Used input_bfd instead of output_bfd in
6456         several places.
6457
6458 Tue Apr 30 17:56:39 1996  Ian Lance Taylor  <ian@cygnus.com>
6459
6460         * aoutx.h (translate_from_native_sym_flags): Don't create
6461         SEC_CONSTRUCTOR sections.
6462         * ecoff.c (ecoff_set_symbol_info): Likewise.
6463
6464         * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
6465         From Don Bowman <bowman@waterloo.hp.com>.
6466
6467 Tue Apr 30 17:06:32 1996  Doug Evans  <dje@canuck.cygnus.com>
6468
6469         * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
6470         SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
6471
6472 Mon Apr 29 13:15:17 1996  Ian Lance Taylor  <ian@cygnus.com>
6473
6474         * elf32-mips.c (struct mips_elf_link_hash_entry): Add
6475         mips_32_relocs field.
6476         (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
6477         (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
6478         relocs against a global symbol which is not defined in a regular
6479         file.
6480         (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
6481         against a global symbol, increment mips_32_relocs.
6482         (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
6483         the symbol is not defined in a regular file, make room in the
6484         .rel.dyn section.
6485
6486 Fri Apr 26 18:00:37 1996  Ian Lance Taylor  <ian@cygnus.com>
6487
6488         * ecoff.c (ecoff_compute_section_file_positions): Track the real
6489         file position and the virtual file position separately.  Set
6490         filepos information bsaed on the real file position.
6491         (_bfd_ecoff_set_section_contents): Handle .lib sections like the
6492         Jan 23 change to coffcode.h.
6493
6494         * som.c (som_slurp_symbol_table): Set the symbol count to the
6495         number of BFD symbols created.
6496
6497 Fri Apr 26 12:34:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6498
6499         * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
6500         output file if linking shared objects.  Loop to check all relocs,
6501         rather than returning false on first error.
6502
6503 Thu Apr 25 13:25:12 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6504
6505         * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
6506         (ppc_elf_additional_program_headers): If .interp section, bump #
6507         of program headers by 1.
6508         (ppc_elf_adjust_dynamic_symbol): Flesh out support.
6509         (ppc_elf_size_dynamic_sections): Add support for .plt section.
6510         (ppc_elf_check_relocs): Print out filename in debug code.  Enable
6511         PLT support.
6512         (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
6513         debug output.
6514         (ppc_elf_relocate_section): If the output section isn't defined,
6515         don't abort, just give an error message.
6516
6517         * elflink.c (_bfd_elf_create_dynamic_sections): If the section
6518         being created is .sdata or .sdata2, don't make the symbol dynamic.
6519
6520 Wed Apr 24 14:04:07 1996  Ian Lance Taylor  <ian@cygnus.com>
6521
6522         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
6523         members of an archive for dynamic objects with no symbols, and
6524         pass them directly to check_archive_element.
6525         (xcoff_link_check_ar_symbols): Pass dynamic objects to
6526         xcoff_link_check_dynamic_ar_symbols.
6527         (xcoff_link_check_dynamic_ar_symbols): New static function.
6528
6529         * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
6530         from _bfd_nodynamic to _bfd_xcoff.
6531         * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
6532         Declare.
6533         (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
6534         (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
6535         (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
6536         * libcoff.h: Rebuild.
6537         * xcofflink.c (xcoff_swap_ldrel_in): New static function.
6538         (xcoff_get_section_contents): New static function.
6539         (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
6540         (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
6541         (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
6542         (xcoff_dynamic_reloc): New static variable.
6543         (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
6544         (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
6545
6546 Tue Apr 23 12:48:42 1996  Ian Lance Taylor  <ian@cygnus.com>
6547
6548         * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
6549         if reloc_entry->addend is not 0.
6550         (CALC_ADDEND): Just set the addend to reloc.r_offset.
6551
6552 Mon Apr 22 18:29:01 1996  Doug Evans  <dje@canuck.cygnus.com>
6553
6554         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
6555         R_SPARC_GLOB_JMP.
6556         * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
6557         Add entries for R_SPARC_[56].
6558         (sparc_reloc_map): Add entries for R_SPARC_[56].
6559
6560 Mon Apr 22 15:07:24 1996  Ian Lance Taylor  <ian@cygnus.com>
6561
6562         Optimize linking of stabs in sections as used in ELF and COFF.
6563         * stabs.c: New file.
6564         * libbfd-in.h (_bfd_link_section_stabs): Declare.
6565         (_bfd_write_section_stabs): Declare.
6566         (_bfd_write_stab_strings): Declare.
6567         * libbfd.h: Rebuild.
6568         * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
6569         (struct coff_link_hash_table): Add stab_info field.
6570         * libcoff.h: Rebuild.
6571         * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
6572         stab_info field.
6573         (coff_link_add_symbols): Call _bfd_link_section_stabs if
6574         appropriate.
6575         (_bfd_coff_final_link): Write out stab strings hash table.
6576         (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
6577         * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
6578         hash table.
6579         * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
6580         (struct bfd_elf_section_data): Add stab_info field.
6581         * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
6582         field.
6583         * elflink.h (elf_link_add_object_symbols): If appropriate, call
6584         _bfd_link_section_stabs.
6585         (elf_bfd_final_link): Write out stab strings hash table.
6586         (elf_link_input_bfd): Handle optimized stabs sections.
6587         * reloc.c (_bfd_final_link_relocate): Check address against
6588         _raw_size rather than _cooked_size.
6589         * Makefile.in: Rebuild dependencies.
6590         (BFD_LIBS): Add stabs.o
6591         (BFD_LIBS_CFILES): Add stabs.c.
6592
6593         * VERSION: Increment for bfdlink.h change.
6594
6595         * coffgen.c (coff_renumber_symbols): Correct handling of
6596         BSF_NOT_AT_END common symbols.
6597
6598 Fri Apr 19 19:21:56 1996  Ian Lance Taylor  <ian@cygnus.com>
6599
6600         * coff-ppc.c (record_toc): Add cast to avoid warning.
6601         (ppc_allocate_toc_section): Likewise.
6602         (coff_ppc_relocate_section): Remove ANSI C string concatenation.
6603         (ppc_coff_reloc_type_lookup): Remove unreached code.
6604         * coffcode.h (coff_write_object_contents): Don't take the address
6605         of an array.
6606         * peicode.h (pe_print_idata): Add casts to avoid warning.
6607         (pe_print_edata): Likewise.
6608         (pe_print_reloc): Remove ANSI C string concatenation.
6609
6610 Thu Apr 18 18:51:18 1996  Ian Lance Taylor  <ian@cygnus.com>
6611
6612         * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
6613         and last_bf fields.
6614         * libcoff.h: Rebuild.
6615         * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
6616         symbols.
6617         (coff_swap_aux_out): Likewise.
6618         * peicode.h (coff_swap_aux_in): Likewise.
6619         (coff_swap_aux_out): Likewise.
6620         * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
6621         symbols.
6622         * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
6623         field.
6624         (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
6625         Fix up .bf endndx link fields.
6626         * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
6627         field.
6628         * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
6629         symbols.
6630
6631 Wed Apr 17 12:08:24 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6632
6633         * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
6634         on Solaris PowerPC systems doesn't get confused.
6635
6636         * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
6637         #ifdef PPC.
6638
6639         * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
6640         (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
6641         update did_reg and did_reg2.
6642
6643 Wed Apr 17 13:07:37 1996  Ian Lance Taylor  <ian@cygnus.com>
6644
6645         * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
6646
6647         * linker.c (_bfd_generic_link_add_one_symbol): When calling the
6648         callback routines, pass h->root.string rather than name, in case
6649         copy is true and name is transient.
6650
6651 Tue Apr 16 16:36:38 1996  Stu Grossman  (grossman@lisa.cygnus.com)
6652
6653         * elfcore.h:  Add support for core files with multiple threads.
6654         (Primarily for Solaris.)
6655
6656 Tue Apr 16 13:44:08 1996  Ian Lance Taylor  <ian@cygnus.com>
6657
6658         * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
6659         section->orelocation is NULL.
6660
6661         * coffgen.c (bfd_coff_get_syment): New function.
6662         (bfd_coff_get_auxent): New function.
6663         * bfd-in.h (bfd_coff_get_syment): Declare.
6664         (bfd_coff_get_auxent): Declare.
6665         * bfd-in2.h: Rebuild.
6666
6667 Mon Apr 15 19:06:59 1996  Ian Lance Taylor  <ian@cygnus.com>
6668
6669         * elf32-mips.c (struct mips_hi16): Define.
6670         (mips_hi16_addr, mips_hi16_addend): Remove.
6671         (mips_hi16_list): New static variable.
6672         (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
6673         (mips_elf_lo16_reloc): Process mips_hi16_list.
6674         (mips_elf_relocate_section): Permit an arbitrary number of HI16
6675         relocs before the associated LO16 reloc.
6676
6677 Wed Apr 10 00:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
6678
6679         * versados.c (versados_scan): Check bfd_alloc return value.
6680         (versados_object_p): Check all bfd_read return values.  Require
6681         that lang field be less than 10, to avoid confusion with Intel Hex
6682         files.
6683
6684         * libaout.h (WRITE_HEADERS): Write out the relocs even if there
6685         aren't any symbols.
6686         * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
6687         not 0, for an absolute symbol.
6688         (NAME(aout,swap_ext_reloc_out)): Likewise.
6689
6690         * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
6691         (ihex_write_object_contents): For a large start address, output
6692         the full 32 bit address in record type 5.
6693
6694         * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
6695         to int to avoid promotion problems in prototype.
6696
6697 Tue Apr  9 11:44:21 1996  Ian Lance Taylor  <ian@cygnus.com>
6698
6699         * configure.host: Use ${srcdir} when looking for picfrag.
6700
6701         * configure.host: Switch on ${libdir}, not $(libdir).  From
6702         alan@spri.levels.unisa.edu.au (Alan Modra).
6703
6704         * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
6705         entry point, not just for DYNAMIC objects.
6706         * sunos.c (sunos_add_dynamic_symbols): Always call
6707         sunos_create_dynamic_sections.  If called with a non DYNAMIC
6708         object, don't do anything else.
6709         (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
6710
6711 Mon Apr  8 12:09:36 1996  Ian Lance Taylor  <ian@cygnus.com>
6712
6713         * configure.in: Permit --enable-shared to specify a list of
6714         directories.
6715         * configure: Rebuild.
6716
6717         * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
6718         host when configuring with --enable-shard.
6719
6720 Fri Apr  5 12:24:13 1996  Ian Lance Taylor  <ian@cygnus.com>
6721
6722         * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
6723         <jdp@polstra.com>.
6724
6725         * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
6726         to avoid crashing in bfd_hash_replace.
6727
6728         * sysdep.h: Use #ifdef, not #if.
6729
6730 Thu Apr  4 23:32:23 1996  Ian Lance Taylor  <ian@cygnus.com>
6731
6732         * config.in: Rebuild.
6733
6734 Thu Apr  4 18:49:09 1996  Fred Fish  <fnf@cygnus.com>
6735
6736         * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
6737         (AC_CHECK_HEADERS): Check for sys/time.h
6738         (AC_HEADER_TIME): Add macro.
6739         * configure: Rebuild.
6740         * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
6741         to control what combination of <time> and <sys/time.h>
6742         get included.
6743
6744 Tue Apr  2 13:11:53 1996  Doug Evans  <dje@canuck.cygnus.com>
6745
6746         * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
6747         (aout_32_sunos4_write_object_contents): Likewise.
6748         * aoutx.h (NAME(aout,machine_type)): Handle
6749         bfd_mach_sparc_{sparclet,sparclite}.
6750         * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
6751         (bfd_mach_sparc_v9_p): Update.
6752         * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
6753         * libaout.h (enum machine_type): Add M_SPARCLET.
6754         * sunos.c (MACHTYPE_OK): Define.
6755         * bfd-in2.h: Regenerated.
6756
6757 Tue Apr  2 00:33:18 1996  Ian Lance Taylor  <ian@cygnus.com>
6758
6759         * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
6760         * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
6761         * elflink.c (_bfd_elf_create_got_section): Store the
6762         _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
6763         * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
6764         global offset table goes over 0x1000, set the value of
6765         _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
6766         (elf32_sparc_relocate_section): Subtract the offset of
6767         _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
6768
6769         * elfcode.h: Don't include <string.h>.
6770
6771 Mon Apr  1 10:39:24 1996  Jeffrey A Law  (law@cygnus.com)
6772
6773         * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
6774         generic_link_hash_newfunc.  All references changed.
6775         * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
6776         moved here from libbfd-in.h.
6777         * libbfd-in.h: Corresponding changes.
6778         * libbfd.h: Regenerated.
6779
6780 Mon Apr  1 12:35:36 1996  Ian Lance Taylor  <ian@cygnus.com>
6781
6782         * aoutx.h (aout_link_input_section_std): When reporting an
6783         overflow error, use the name of the symbol in the hash table if
6784         available.
6785         (aout_link_input_section_ext): Likewise.
6786
6787         * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
6788         defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
6789
6790 Sun Mar 31 01:58:41 1996  steve chamberlain  <sac@slash.cygnus.com>
6791
6792         * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
6793         * coffcode.h (coff_compute_section_file_positions): Likewise.
6794         (coff_write_object_contents): Likewise.
6795
6796 Fri Mar 29 12:44:36 1996  Ian Lance Taylor  <ian@cygnus.com>
6797
6798         * section.c (SEC_LINK_ONCE): Define.
6799         (SEC_LINK_DUPLICATES): Define.
6800         (SEC_LINK_DUPLICATES_DISCARD): Define.
6801         (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
6802         (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
6803         (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
6804         * bfd-in2.h: Rebuild.
6805         * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
6806         SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
6807         (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
6808         into SEC_EXCLUDE.  If IMAGE_SCN_LNK_COMDAT is set, set
6809         SEC_LINK_ONCE, and look through the symbol table for the setting
6810         for SEC_LINK_DUPLICATES.
6811         (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
6812         set for a section, find the section symbol in the symbol table,
6813         and set the aux entry based on SEC_LINK_DUPLICATES.
6814         * coffgen.c (coff_print_symbol): Add a space before "checksum".
6815         * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
6816         SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
6817         * coff-i386.c (i386coff_vec): Likewise.
6818         * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
6819
6820         * VERSION: Bump to 2.6.1.
6821         * Makefile.in (stamp-h): Depend upon VERSION.
6822
6823 Thu Mar 28 23:48:49 1996  Jeffrey A Law  (law@cygnus.com)
6824
6825         * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
6826         * libbfd.h: Rebuilt.
6827         * linker.c (generic_link_hash_newfunc): No longer static.
6828         * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
6829         to override.
6830         * coff-h8300.c: Add two derived hash tables and their associated
6831         funtions and #defines for use by the h8300 linker.
6832         (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
6833         the function vector as needed.  Place the address of the function
6834         vector entry in the location specified by the R_MEM_INDIRECT reloc.
6835         Rewrite the vectors section contents as necessary.
6836         (h8300_bfd_link_add_symbols): New function for the h8300 linker.
6837         (coff_bfd_link_add_symbols): Define to use h8300 specific version.
6838         (coff_bfd_link_hash_table_create): Likewise.
6839
6840 Thu Mar 28 17:44:08 1996  Ian Lance Taylor  <ian@cygnus.com>
6841
6842         * libhppa.h: If gcc 2.7 or higher, declare all the functions with
6843         __attribute__ ((__unused__)) so that -Wall doesn't warn about
6844         them.
6845         (hppa_rebuild_insn): Pass pointer to correct type to
6846         low_sign_unext and dis_assemble_21.
6847
6848 Thu Mar 28 11:00:36 1996  Doug Evans  <dje@canuck.cygnus.com>
6849
6850         * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
6851         Stick with sparc-*-{sysv4*,solaris2*}.
6852
6853 Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
6854
6855         * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
6856         (coff_swap_aux_out): Swap out extra PE x_scn fields.
6857         * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
6858         * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
6859         fields is non-zero, print them.
6860
6861         * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
6862         ifdef.  Remove unused variables.
6863         (ppc_record_data_in_toc_entry): Ifdef out.  Removed unused
6864         variables.
6865         (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
6866         (get_symbol_value): Ifdef out.
6867         (pe_ppc_reloc): Ifdef out.  Remove unused variables.
6868         (coff_ppc_relocate_section): Remove unused variables.  Make
6869         fprintf strings and argument types correspond.  Put before_addr in
6870         DEBUG_RELOC ifdef.
6871         (dump_toc): Make fprintf strings and argument types correspond.
6872         (ppc_process_before_allocation): Remove unused variables.  Always
6873         return a value.
6874         (ppc_reflo_reloc): Ifdef out.
6875         (ppc_addr32nb_reloc): Ifdef out.
6876         (ppc_coff_rtype2howto): Make fprintf strings and argument types
6877         correspond.
6878         (coff_ppc_rtype_to_howto): Likewise.
6879         (ppc_coff_swap_sym_in_hook): Remove unused variables.
6880
6881         * peicode.h (pe_print_idata): Move otherwise unused variables into
6882         the #ifdef where they are used.  Always return a value.
6883         (pe_print_edata): Make fprintf strings and argument types
6884         correspond.  Always return a value.
6885         (pe_print_pdata): Removed unused variable addr_value.  Always
6886         return a value.
6887         (pe_print_reloc): Remove unused variable onaline.  Make fprintf
6888         strings and argument types correspond.  Always return a value.
6889
6890         * elf32-ppc.c (ppc_elf_fake_sections): Return true.
6891         (ppc_elf_finish_dynamic_symbol): Move definition of unused
6892         variable rela inside #if 0 section where it is used.
6893
6894         * ns32k.h: New file.
6895         * cpu-ns32k.h: Include ns32k.h.  Rename externally visible
6896         functions to start with _bfd_.
6897         * aout-ns32k.c: Include ns32k.h.  Change references to renamed
6898         functions in cpu-ns32k.h.
6899         * Makefile.in: Rebuild dependencies.
6900         (HFILES): Add ns32k.h.
6901
6902         * section.c (struct sec): Add linker_mark field.  Change
6903         user_set_vma and reloc_done to be single bit fields.
6904         (STD_SECTION): Update accordingly.
6905         * bfd-in2.h: Rebuild.
6906         * aoutx.h (NAME(aout,final_link)): Mark sections included in the
6907         link.
6908         (aout_link_input_bfd): Don't link unmarked sections.
6909         * cofflink.c (_bfd_coff_final_link): Mark sections included in the
6910         link.
6911         (_bfd_coff_link_input_bfd): Don't link unmarked sections.
6912         * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
6913         the link.
6914         * elflink.h (elf_bfd_final_link): Mark sections included in the
6915         link.
6916         (elf_link_input_bfd): Don't link unmarked sections.
6917         * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
6918         in the link.
6919         (xcoff_link_input_bfd): Don't link unmarked sections.
6920
6921         * coffswap.h (coff_swap_scnhdr_out): Include section name in
6922         overflow error messages.
6923
6924 Tue Mar 26 15:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
6925
6926         * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
6927         is not set, print "BFD: " before the error message.
6928
6929         * configure.in: Use AC_CHECK_TOOL to find ar and ranlib.  From
6930         Miles Bader <miles@gnu.ai.mit.edu>.
6931         * configure: Rebuild.
6932
6933 Fri Mar 22 12:17:00 1996  Ian Lance Taylor  <ian@cygnus.com>
6934
6935         * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
6936         symbols.
6937
6938         * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
6939         m68k-aout, m68k-coff, and m68k-elf targets.
6940
6941 Fri Mar 22 11:33:44 1996  Martin Anantharaman  <martin@goofy.imech.uni-duisburg.de>
6942
6943         * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
6944         (ieee_generic_stat_arch_elt): Restructured to prevent
6945         ieee_object_p from being called repeatedly.
6946
6947 Thu Mar 21 11:00:47 1996  steve chamberlain  <sac@slash.cygnus.com>
6948
6949         * coffcode.h (coff_write_object_contents):  Allocate
6950         buffers large enough for any FILEHDR or AOUTHDR.
6951
6952 Thu Mar 21 16:28:17 1996  David Mosberger-Tang  <davidm@azstarnet.com>
6953
6954         * ecofflink.c (lookup_line): New static function, renamed and
6955         slighly changed from old _bfd_ecoff_locate_line.
6956         (_bfd_ecoff_locate_line): Cache line number information.  Use
6957         lookup_line for actual lookup.
6958
6959 Thu Mar 21 14:59:11 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6960
6961         * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
6962         multiple of 20 bytes.
6963
6964 Thu Mar 21 13:54:40 1996  Ian Lance Taylor  <ian@cygnus.com>
6965
6966         * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
6967         allocate ecoff_find_line, and don't initialize by hand.
6968         * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
6969         mips_elf_find_line, and don't call memset.
6970
6971         * coffcode.h (coff_compute_section_file_positions): If not
6972         producing a final executable, don't consider sofar when aligning
6973         the section to the correct size.
6974
6975 Wed Mar 20 16:53:12 1996  Ian Lance Taylor  <ian@cygnus.com>
6976
6977         * coffcode.h (coff_add_missing_symbols): Ifdef out.
6978         (coff_write_object_contents): Don't call coff_add_missing_symbols.
6979         * coffgen.c (coff_section_symbol): Ifdef out.
6980
6981 Mon Mar 18 12:54:41 1996  Ian Lance Taylor  <ian@cygnus.com>
6982
6983         * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
6984         output_bfd is not NULL.
6985
6986 Thu Mar 14 17:12:06 1996  Doug Evans  <dje@charmed.cygnus.com>
6987
6988         * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
6989         of bfd_alloc (fixes fix_line not being initialized).
6990         Delete zeroing of fix_{value,tag,end,scnlen} fields.
6991
6992 Thu Mar 14 16:06:06 1996  Jeffrey A Law  (law@cygnus.com)
6993
6994         * coffcode.h: Allow specific backends to override the
6995         bfd_link_add_symbols routine.
6996
6997         * coff-h8300.c: Include genlink.h.
6998         (howto_table): Add R_MEM_INDIRECT.
6999         (rtype2howto): Support R_MEM_INDIRECT.
7000         (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
7001         for now.
7002
7003 Tue Mar 12 12:41:17 1996  David Mosberger-Tang  <davidm@koala.azstarnet.com>
7004
7005         * coff-alpha.c (alpha_relocate_section): Use
7006         info->callbacks_warning, rather than _bfd_error_handler, for
7007         "multiple gp" warning.
7008
7009 Tue Mar 12 12:10:55 1996  Ian Lance Taylor  <ian@cygnus.com>
7010
7011         * linker.c (bfd_wrapped_link_hash_lookup): New function.
7012         (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
7013         table string.  Use bfd_wrapped_link_hash_lookup.
7014         (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
7015         table string.
7016         * aoutx.h (aout_link_write_symbols): Use the name from the hash
7017         table, if any, when writing out symbols.
7018         (aout_link_input_section_std): Use the name from the hash table,
7019         if any, when reporting undefined symbols.
7020         (aout_link_input_section_ext): Likewise.
7021         (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
7022         * bout.c (get_value): Likewise.
7023         * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
7024         * ecoff.c (ecoff_reloc_link_order): Likewise.
7025         * elflink.h (elf_link_add_object_symbols): Likewise.
7026         (elf_reloc_link_order): Likewise.
7027         * linker.c (_bfd_generic_link_output_symbols): Likewise.
7028         (_bfd_generic_reloc_link_order): Likewise.
7029         (default_indirect_link_order): Likewise.
7030         * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
7031         * sunos.c (sunos_add_one_symbol): Likewise.
7032         * xcofflink.c (xcoff_link_add_symbols): Likewise.
7033         (bfd_xcoff_link_count_reloc): Likewise.
7034         (xcoff_reloc_link_order): Likewise.
7035
7036         * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
7037         into -1 for intern->rss.
7038
7039         * configure: Rebuild with autoconf 2.8.
7040
7041 Mon Mar 11 12:28:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7042
7043         * stab-syms.c (__define_stab_duplicate): Define.
7044         (bfd_get_stab_name): Rename from aout_stab_name.  Rewrite to use a
7045         switch.
7046         * bfd-in.h (bfd_get_stab_name): Declare.
7047         * bfd-in2.h: Rebuild.
7048         * Makefile.in: Rebuild dependencies.
7049         (BFD_LIBS): Add stab-syms.o.
7050         (BFD_LIBS_CFILES): Add stab-syms.c.
7051         (BFD32_BACKENDS): Remove stab-syms.o.
7052         (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
7053         * configure.in: Don't list stab-syms.o in bfd_backends.
7054         * configure: Rebuild.
7055         * libaout.h (aout_stab_name): Don't declare.
7056         * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
7057         not aout_stab_name.
7058
7059 Fri Mar  8 11:26:20 1996  Ian Lance Taylor  <ian@cygnus.com>
7060
7061         * elf.c (assign_file_positions_for_segments): Adjust file offset
7062         for section alignment even if SEC_LOAD is not set.
7063
7064 Tue Mar  5 12:02:23 1996  Ian Lance Taylor  <ian@cygnus.com>
7065
7066         * configure.in: Don't set SHLIB or SHLINK to an empty string,
7067         since they appear as targets in Makefile.in.
7068         * configure: Rebuild.
7069
7070         * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
7071         don't fiddle with a symbol which is not defined anywhere.
7072
7073 Mon Mar  4 12:49:16 1996  Ian Lance Taylor  <ian@cygnus.com>
7074
7075         * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
7076         though they are defined in a shared library.
7077         (xcoff_build_ldsyms): Likewise.
7078
7079         * coffgen.c (coff_find_nearest_line): Don't look at the line
7080         numbers for the section if section->lineno is NULL.
7081
7082         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
7083         message rather than calling BFD_ASSERT.
7084         * elfcode.h (write_relocs): Check return value of
7085         _bfd_elf_symbol_from_bfd_symbol.
7086
7087 Fri Mar  1 09:42:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7088
7089         * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
7090         for .sbss section.
7091
7092 Wed Feb 28 11:25:47 1996  Jeffrey A Law  (law@cygnus.com)
7093
7094         * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
7095         and R_HPPA_NLRSEL.
7096         (e_nsel, e_nlsel, e_nlrsel): Undefine.  Add to
7097         hppa_reloc_field_selector_type_alt.
7098         (hppa_field_adjust): Handle e_nlsel, e_nlrsel.  Fix e_nsel handling.
7099         * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
7100         selectors.
7101         (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
7102
7103 Wed Feb 28 11:00:24 1996  Ian Lance Taylor  <ian@cygnus.com>
7104
7105         * elf.c (assign_file_positions_for_segments): Adjust the segment
7106         memory size for the alignment of a SEC_ALLOC section, not just a
7107         SEC_LOAD section.
7108
7109 Tue Feb 27 14:17:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7110
7111         * m68klinux.c: New file.
7112         * hosts/m68klinux.h: New file.
7113         * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
7114         * configure.in (m68*-*-linux*): New native host.
7115         (m68klinux_vec): New vector.
7116         * configure: Rebuild.
7117         * targets.c (m68klinux_vec): Declare.
7118         * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
7119         bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
7120         * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
7121         declaration from bfd_linux_size_dynamic_sections.
7122         (bfd_m68klinux_size_dynamic_sections): Declare.
7123         * bfd-in2.h: Rebuild.
7124         * Makefile.in: Rebuild dependencies.
7125         (BFD32_BACKENDS): Add m68klinux.o.
7126         (BFD32_BACKENDS_CFILES): Add m68klinux.c.
7127
7128 Tue Feb 27 11:31:34 1996  Jeffrey A Law  (law@cygnus.com)
7129
7130         * libhppa.h (pa_arch): Add pa20.
7131         (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
7132         (e_nsel): Undefine.  Add to hppa_reloc_field_selector_type_alt.
7133         (hppa_field_adjust): Handle e_nsel.
7134         * som.c: Provide default definitions for many new relocs found only
7135         in hpux10 include files.
7136         (som_fixup_formats): Add several new relocs from hpux10.
7137         (som_hppa_howto_table): Add hpux10 relocs.
7138         (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
7139
7140 Mon Feb 26 12:52:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
7141
7142         * mpw-make.sed: Edit out recent shared library support, and
7143         rules to rebuild .h files using doc/chew.
7144
7145 Mon Feb 26 14:48:39 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
7146
7147         * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
7148         size even of sections with no contents.
7149
7150 Mon Feb 26 14:01:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7151
7152         * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
7153         starting with '$' the way we skip names starting with '.'.  When
7154         updating x_endndx, don't be fooled by an index which has been
7155         merged.
7156
7157         * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
7158         struct/union/enum type with no elements.
7159
7160 Sat Feb 24 11:38:58 1996  Ian Lance Taylor  <ian@cygnus.com>
7161
7162         * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
7163
7164         * archive.c (bfd_generic_archive_p): If the first file in the
7165         archive can not be recognized as an object, don't assume that this
7166         is the wrong format.
7167
7168         * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
7169         format is not bfd_object.
7170         (bfd_elf_get_dt_soname): Likewise.
7171
7172 Wed Feb 21 13:58:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7173
7174         * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
7175         reloc.
7176
7177 Tue Feb 20 16:22:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
7178
7179         * bfd.c (tdata): Add netbsd_core_data.
7180         * bfd-in2.h: Regenerated.
7181
7182 Tue Feb 20 16:50:02 1996  Ian Lance Taylor  <ian@cygnus.com>
7183
7184         * sunos.c (SUNOS_CONSTRUCTOR): Define.
7185         (sunos_add_one_symbol): Don't let a symbol from a dynamic object
7186         override a constructor symbol.  Set SUNOS_CONSTRUCTOR when
7187         appropriate.
7188
7189         * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
7190         to get the symbol index, matching 14 Jul 95 change.
7191
7192 Tue Feb 20 08:26:27 1996  Fred Fish  <fnf@phydeaux.cygnus.com>
7193
7194         * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
7195         Remove duplicate definition of gp.
7196
7197 Mon Feb 19 12:37:41 1996  Ian Lance Taylor  <ian@cygnus.com>
7198
7199         * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
7200         assume that we can set the GP value and then get the same value,
7201         since it won't be true if the output file is neither ELF nor
7202         ECOFF.
7203         * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
7204         _bfd_get_gp_value here.
7205         (mips_gprel_reloc): Don't assume we can set and get the GP value.
7206         * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
7207         mips_elf_final_gp.
7208         (mips_elf_lo16_reloc): Likewise.
7209         (mips_elf_final_gp): Add pgp parameter.  Set it to the GP value.
7210         Don't require that the BFD be ELF.
7211         (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
7212         (mips_elf_gprel32_reloc): Likewise.
7213         (mips_elf_relocate_section): Don't assume we can set and get the
7214         GP value.
7215         (mips_elf_finish_dynamic_symbol): Don't bother to use
7216         _bfd_get_gp_value here.
7217
7218         * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
7219         Don't change epdr between malloc and free.  Be careful not to free
7220         NULL pointers.  Zero out the first RPDR.
7221
7222         * configure.host: On Linux, only pass -rpath option if $(libdir)
7223         is neither /lib nor /usr/lib.  From Alan Modra
7224         <alan@mullet.Levels.UniSA.Edu.Au>.
7225
7226         * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
7227         dt_name.
7228         (elf_dt_name): Rename from elf_dt_needed_name.
7229         * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
7230         elf_dt_needed_name.
7231         (bfd_elf_get_dt_soname): New function.
7232         * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
7233         elf_dt_needed_name.  Save the SONAME back in elf_dt_name.
7234         * bfd-in.h (bfd_elf_get_dt_soname): Declare.
7235         * bfd-in2.h: Rebuild.
7236
7237 Mon Feb 19 02:50:23 1996  Doug Evans  <dje@charmed.cygnus.com>
7238
7239         * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
7240         _bfd_sparc_elf_reloc_type_lookup.
7241         (bfd_elf32_bfd_reloc_type_lookup): Update.
7242         * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
7243         (sparc64_elf_howto_table): Define.
7244         (sparc_reloc_map): Define.
7245         (sparc64_elf_reloc_type_lookup): New function.
7246         (sparc_elf_wdisp16_reloc): New function.
7247         (elf_info_to_howto): Use sparc64_elf_howto_table.
7248         (sparc64_elf_relocate_section): Likewise.
7249         (bfd_elf64_bfd_reloc_type_lookup): Update.
7250
7251 Sun Feb 18 15:02:25 1996  Ian Lance Taylor  <ian@cygnus.com>
7252
7253         * configure.host: Check for 'do not mix' from native linker before
7254         trying to use -rpath.
7255
7256 Fri Feb 16 12:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
7257
7258         * bfd.c (_bfd_get_gp_value): New function.
7259         (_bfd_set_gp_value): New function.
7260         * libbfd-in.h (_bfd_get_gp_value): Declare.
7261         (_bfd_set_gp_value): Declare.
7262         * libbfd.h: Rebuild.
7263         * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
7264         _bfd_get_gp_value and _bfd_set_gp_value rather than referring
7265         directly to the fields in the tdata information.
7266         (alpha_relocate_section): Likewise.
7267         * coff-mips.c (mips_adjust_reloc_in): Likewise.
7268         (mips_gprel_reloc): Likewise.
7269         (mips_relocate_section): Likewise.
7270         * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
7271         (mips_elf_lo16_reloc): Likewise.
7272         (mips_elf_final_gp): Likewise.
7273         (mips_elf_gprel16_reloc): Likewise.
7274         (mips_elf_gprel32_reloc): Likewise.
7275         (mips_elf_relocate_section): Likewise.
7276         (mips_elf_finish_dynamic_symbol): Likewise.
7277
7278         * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
7279
7280 Thu Feb 15 11:29:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7281
7282         * configure.in: Call AC_PROG_CC before configure.host.
7283         * configure: Rebuild.
7284         * configure.host: Don't set information which autoconf should
7285         figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
7286
7287         * configure.host: Remove go32 and win32 host information, since it
7288         should no longer be needed.
7289
7290         * elf.c (map_sections_to_segments): If we have a .dynamic section,
7291         then start a new segment rather than put a writable section in a
7292         readonly segment.
7293
7294         * configure.host: Set RPATH_ENVVAR.
7295
7296         * Makefile.in: Rebuild dependencies.
7297
7298         * elflink.c (_bfd_elf_create_linker_section): Remove unused
7299         zero_section variable.
7300
7301 Thu Feb 15 10:39:17 1996  H.J. Lu  <hjl@zoom.com>
7302
7303         * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
7304         ($(srcdir)/libbfd.h): Rename from libbfd.h.
7305         ($(srcdir)/libcoff.h): Rename from libcoff.h.
7306
7307 Wed Feb 14 16:29:07 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
7308
7309         * ieee.c (ieee_write_expression): Only use an R variable for a
7310         local symbol.  Don't output a zero offset.  Handle a zero address.
7311         (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
7312         (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
7313         PCREL_OFFSET.
7314         (parse_expression): Don't try to handle multiple occurrences of a
7315         P variable.  Handle I variables differently from X variables.  Fix
7316         the order of minus expressions.
7317         (ieee_slurp_external_symbols): Generate an I variable for an NN
7318         record.  Fix handling of ATI and ATX records.
7319         (ieee_slurp_sections): Only set minimal section attributes.
7320         Adjust them later, based on the section contents.
7321         (ieee_object_p): Read in the file until just after the ME record.
7322         Call ieee_slurp_section_data to set the section flags.
7323         (do_one): Add iterations parameter.  Only repeat the first load
7324         item.  Set the section and file reloc flags.
7325         (ieee_slurp_section_data): Set section flags.  Pass iterations to
7326         do_one.
7327         (ieee_canonicalize_reloc): Handle I variables.
7328         (do_with_relocs): Only emit relocation size when necessary.
7329         Increase MAXRUN to 127.  Change ov to be assigned, and take
7330         src_mask and pcrel_offset into account.
7331         (ieee_write_data_part): Skip sections that are not loaded.
7332         (ieee_write_external_part): Don't output optional last entry of WX
7333         records.
7334         (ieee_write_me_part): Make setting of me_record neater.
7335         (ieee_generic_stat_arch_elt): Get the size of an archive element.
7336
7337         * syms.c (stt): Add entries for zerovars, vars, and code.
7338
7339         * elfcode.h (validate_reloc): New static function.
7340         (write_relocs): Call validate_reloc for non ELF relocs.
7341
7342         * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
7343         (TARGET_BIG_SYM): Use elf_symbol_leading_char.
7344         (TARGET_LITTLE_SYM): Likewise.
7345
7346         * config.bfd (m68*-*-psos*): New target.
7347
7348 Tue Feb 13 15:56:22 1996  Bryan Ford  <baford@snake.cs.utah.edu>
7349
7350         * i386msdos.c: Remove some #if 0 code.
7351         (msdos_write_object_contents): Don't include empty sections in the
7352         size computation, regardless of their address.
7353
7354 Tue Feb 13 15:36:37 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7355
7356         * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
7357         is NULL, ie, the -r switch is used.
7358
7359 Tue Feb 13 14:35:15 1996  Ian Lance Taylor  <ian@cygnus.com>
7360
7361         * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
7362         (BFD_RELOC_MIPS_GOT_LO16): Define.
7363         (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
7364         * bfd-in2.h, libbfd.h: Rebuild.
7365         * elf32-mips.c (mips_reloc_map): Map new relocs.
7366
7367         * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
7368
7369         * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
7370         $(SHLINK).
7371
7372         * ieee.c (get_symbol): Set the section to bfd_abs_section.
7373         (do_with_relocs): If EXEC_P is set and there are no relocs, use a
7374         simple number for the section address, rather than an expression.
7375         Limit the number of bytes between relocs to MAXRUN.
7376         (ieee_write_me_part): Set me_record to the file offset after the
7377         start address.
7378         (ieee_write_processor): New static function.
7379         (ieee_write_object_contents): Use ieee_write_processor.
7380
7381 Fri Feb  9 10:53:00 1996  Ian Lance Taylor  <ian@cygnus.com>
7382
7383         * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
7384
7385         * coff-aux.c: Change include of aux.h to aux-coff.h.
7386
7387 Thu Feb  8 14:01:03 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7388
7389         * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
7390         relocation put the addend both in the reloc entry and the data.
7391         (elf_m68k_finish_dynamic_symbol): Likewise.  Mask out marker in
7392         GOT offset value.
7393
7394         * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
7395         a R_68K_PCxx reloc against a defined global symbol directly.
7396         (elf_m68k_check_relocs): Don't count such a reloc.
7397
7398         * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
7399         a PLTxx reloc as dynamic.  Disallow PLTxxO reloc against a local
7400         symbol for now, otherwise always record the symbol as dynamic.
7401         (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
7402         is not referenced by a dynamic object, and we are not making a
7403         shared object, then don't make a PLT entry.  If we do make a PLT
7404         entry, make sure the symbol has been recorded as dynamic.
7405
7406 Wed Feb  7 13:56:06 1996  Ian Lance Taylor  <ian@cygnus.com>
7407
7408         * configure.host: When making a shared library, set HLDFLAGS to
7409         pass an appropriate -rpath option.  Use the make variable SONAME
7410         as the shared library soname, rather than computing it here.  On
7411         SunOS, build stamp-tshlink in place of $(SHLINK).
7412         * Makefile.in (SONAME): New variable.
7413         ($(SHLINK)): Make a link to the transformed name, as well.
7414         (stamp-tshlink): New target.
7415         (install): Skip stamp-tshlink during install.
7416
7417 Wed Feb  7 13:37:39 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7418
7419         * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
7420         linker sections have been set up yet.
7421
7422         * elf.c (make_mapping): Add an additional argument to suppress
7423         making the first section include the program headers.
7424         (map_sections_to_segments): If the user used -Ttext such that the
7425         program headers are on a different page, do not set the flags
7426         saying that this section includes the program headers.
7427
7428 Tue Feb  6 14:04:49 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
7429
7430         * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
7431         don't define TRAD_HEADER.
7432         * configure: Rebuild.
7433
7434         * netbsd-core.c: New file, support for NetBSD core files.
7435         * hosts/*nbsd.h: Removed.
7436
7437 Tue Feb  6 11:47:49 1996  Doug Evans  <dje@charmed.cygnus.com>
7438
7439         * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
7440         (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
7441         * libbfd.h, bfd-in2.h: Regenerated.
7442         * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
7443         bfd_elf32_bfd_reloc_type_lookup.
7444         (reloc_type{,_names}): Deleted.
7445         (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
7446         Add sparc64 relocs.
7447         (sparc_reloc_map): Add sparc64 relocs.
7448         (sparc_elf_notsupported_reloc): New static function.
7449         (sparc_elf_wdisp16_reloc): New static function.
7450         (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
7451         (elf32_sparc_relocate_section): Likewise.
7452         (bfd_elf32_bfd_reloc_type_lookup): Define.
7453         * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
7454         (reloc_type{,_names}): Deleted.
7455         (elf_sparc_howto_table): Deleted.
7456         (sparc_reloc_map): Deleted.
7457         (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
7458         (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
7459
7460 Tue Feb  6 12:12:22 1996  Ian Lance Taylor  <ian@cygnus.com>
7461
7462         * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
7463         *-*-hpux* host.
7464
7465         * Makefile.in (program_transform_name): New variable.
7466         (install): Transform library name before installing it.
7467
7468 Mon Feb  5 10:38:27 1996  Ian Lance Taylor  <ian@cygnus.com>
7469
7470         * archures.c (bfd_mach_i960_hx): Define.
7471         * bfd-in2.h: Rebuild.
7472         * cpu-i960.c (scan_960_mach): Accept machine "hx".
7473         (MATRIX): Expand entries for HX.
7474         (arch_info_struct): Add i960:hx entry.
7475         * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
7476         * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
7477         (coff_set_flags): Handle bfd_mach_i960_hx.
7478
7479         Support for building as a shared library, based on patches from
7480         Alan Modra <alan@spri.levels.unisa.edu.au>:
7481         * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
7482         New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
7483         SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
7484         * configure: Rebuild.
7485         * configure.host: If --enable-shared, adjust shared library stuff
7486         based on the host.  If the host is SunOS, and the linker supports
7487         -rpath, set HLDFLAGS to use it.
7488         * Makefile.in (ALLLIBS): New variable.
7489         (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
7490         (COMMON_SHLIB, SHLINK): New variables.
7491         (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
7492         (STAGESTUFF): Remove variable.
7493         (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
7494         $(TARGETLIB).
7495         (stamp-ofiles): New target, like old ofiles target, but build
7496         using a temporary file and move-if-change, and touch stamp-ofiles
7497         when done.
7498         (ofiles): Just depend upon stamp-ofiles.
7499         (stamp-piclist, piclist): New targets.
7500         ($(SHLIB), $(SHLINK)): New targets.
7501         (targets.o, archures.o): Build twice if PICFLAG is set.
7502         (do_mostlyclean): Remove pic/*.o.
7503         (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
7504         stamp-piclist.
7505         (do_distclean): Remove pic and stamp-picdir.
7506         (install): Install shared libraries.
7507         ($(OFILES)): Depend upon stamp-picdir.
7508         (stamp-picdir): New target.
7509
7510         * libcoff-in.h: Add comment reminding people that libcoff.h is a
7511         generated file.
7512         * libcoff.h: Rebuild.
7513
7514         * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
7515         flavour of a section with no owner.
7516
7517         * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
7518         ELF_LINK_NON_ELF flag.
7519         (mips_elf_create_got_section): Likewise.
7520
7521         * elf.c: Revert last change, since it breaks dynamic linking.
7522         * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
7523         field.
7524         * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
7525         * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
7526         (elfNN_bed): Don't initialize want_hdr_in_seg field.
7527
7528 Sun Feb  4 20:45:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7529
7530         * elf.c (assign_file_positions_for_segments): If the backend does
7531         not want the elf header or the program headers in the address
7532         space, do not include them in the calculations.
7533
7534         * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
7535         function to determine if we need additional program headers.
7536         (ppc_elf_modify_segment_map): Define as a NOP function for now.
7537         (ppc_elf_create_linker_section): .sdata2 is a read-only section.
7538
7539 Sat Feb  3 23:00:03 1996  Ian Lance Taylor  <ian@cygnus.com>
7540
7541         * coffcode.h: Move today's libcoff.h change into coffcode.h.
7542
7543 Sat Feb  3 15:43:44 1996  Fred Fish  <fnf@cygnus.com>
7544
7545         * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
7546         back into one line.  Some compilers (sunos 4.1.3 for example)
7547         won't accept args split across more than one line.
7548
7549 Fri Feb  2 11:42:15 1996  Steve Chamberlain  <sac@slash.cygnus.com>
7550
7551         * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
7552         * configure: Regenerate.
7553
7554 Fri Feb  2 12:12:16 1996  Jeffrey A Law  (law@cygnus.com)
7555
7556         * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
7557         try to do arithmetic on a void *, cast it to a unsigned char * first.
7558
7559 Thu Feb  1 16:04:06 1996  Ian Lance Taylor  <ian@cygnus.com>
7560
7561         * elf-bfd.h (ELF_LINK_NON_ELF): Define.
7562         * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
7563         ELF_LINK_NON_ELF.
7564         * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
7565         flag for a newly defined symbol.
7566         (NAME(bfd_elf,record_link_assignment)): Likewise.
7567         (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
7568         set the DEF or REF_REGULAR flags correctly.
7569
7570         * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
7571         (libbfd.h, libcoff.h): Corresponding change.
7572
7573         * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
7574         a PLT32 reloc as dynamic.
7575         (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
7576         is not referenced by a dynamic object, and we are not making a
7577         shared object, then don't make a PLT entry.  If we do make a PLT
7578         entry, make sure the symbol has been recorded as dynamic.
7579
7580 Wed Jan 31 17:23:32 1996  Steve Chamberlain  <sac@slash.cygnus.com>
7581
7582         * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
7583         * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
7584         (powerpcle-*-cygwin32): New.
7585         * peicode.h (add_data_entry): Get address from vma.
7586
7587 Wed Jan 31 16:23:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7588
7589         * elflink.c (_bfd_elf_create_linker_section): If the symbol
7590         attached to the section has already been created as an undefined
7591         symbol, treat it as if it hasn't been created yet.
7592
7593 Wed Jan 31 16:16:53 1996  Ian Lance Taylor  <ian@cygnus.com>
7594
7595         * elflink.h (elf_bfd_final_link): Don't output initial dummy
7596         symbol or section symbols if stripping all symbols and this is not
7597         a relocateable link.  Don't output the symbol string table if
7598         there are no symbols.
7599         (elf_link_flush_output_syms): Don't do anything if there are no
7600         symbols to flush.
7601
7602 Wed Jan 31 12:55:49 1996  Richard Henderson  <rth@tamu.edu>
7603
7604         * coff-aux.c: New file.
7605         * hosts/m68kaux.h: New file.
7606         * config.bfd (m68*-apple-aux*): New target.
7607         * configure.in (m68*-apple-aux*): New native host.
7608         (m68kaux_coff_vec): New vector.
7609         * configure: Rebuild.
7610         * targets.c (m68kaux_coff_vec): Declare.
7611         * coffcode.h (bfd_coff_backend_data): Add field
7612         _bfd_coff_link_add_one_symbol.
7613         (bfd_coff_link_add_one_symbol): Define.
7614         (compare_arelent_ptr): New static function if TARG_AUX.
7615         (coff_write_relocs): If TARG_AUX, sort the relocs.
7616         (coff_write_object_contents): Set A/UX aouthdr magic number.
7617         (coff_link_add_one_symbol): Define if not defined.
7618         (bfd_coff_std_swap_table): Initialize new field.
7619         * libcoff.h: Rebuild.
7620         * cofflink.c (coff_link_add_symbols): Call
7621         bfd_coff_link_add_one_symbol rather than
7622         _bfd_generic_link_add_one_symbol.
7623         * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
7624         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
7625         * coff-mips.c (mips_ecoff_backend_data): Likewise.
7626         * Makefile.in: Rebuild dependencies.
7627         (BFD32_BACKENDS): Add coff-aux.o.
7628         (BFD32_BACKENDS_CFILES): Add coff-aux.c.
7629
7630 Wed Jan 31 11:37:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7631
7632         * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
7633         relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
7634
7635 Tue Jan 30 12:09:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7636
7637         * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
7638         $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
7639         (maintainer-clean): Warn about deleting special files.
7640         (bfd-in2.h, libbfd.h, libcoff.h): New targets.
7641
7642         * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
7643         warning symbols correctly.
7644         * elf32-i386.c (elf_i386_relocate_section): Likewise.
7645         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7646         * elf32-mips.c (mips_elf_relocate_section): Likewise.
7647         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
7648         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7649         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7650
7651         * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
7652         warnings.
7653
7654 Mon Jan 29 14:27:24 1996  Kim Knuttila  <krk@cygnus.com>
7655
7656         * libcoff-in.h: aligned newly exported names with bfd naming
7657         conventions. Removed an erroneous define of POWERPC_LE_PE.
7658         * libcoff.h: Rebuild.
7659         * cofflink.c, coff-ppc.c: the above function name changes
7660
7661 Mon Jan 29 13:06:28 1996  Ian Lance Taylor  <ian@cygnus.com>
7662
7663         From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
7664         * ecoff.c (struct extsym_info): Define.
7665         (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
7666         to ecoff_link_write_external.
7667         (ecoff_link_write_external): Accept a struct extsym_info pointer.
7668         Strip symbols when appropriate.
7669
7670         Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
7671         * syms.c (BSF_OBJECT): Define.
7672         (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
7673         * bfd-in2.h: Rebuild.
7674         * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
7675         STT_OBJECT symbol.
7676         * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
7677         is set.
7678
7679         * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
7680         copying relocs into a shared object, treat a defined global symbol
7681         as a local symbol.
7682         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7683         * elf32-mips.c (mips_elf_relocate_section): Likewise.
7684         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7685
7686         * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
7687         real defined symbol, not to a weak defined symbol.
7688
7689 Mon Jan 29 11:34:36 1996  Kim Knuttila  <krk@cygnus.com>
7690
7691         * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
7692         and made a few static functions externs.
7693
7694         * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
7695         POWERPC_LE_PE hack in cofflink.
7696
7697         * libcoff-in.h: promoted the following from cofflink.c to allow
7698         _bfd_coff_final_link to be overridden -  STRING_SIZE_SIZE,
7699         coff_debug_merge_element, struct coff_debug_merge_type,
7700         coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
7701         coff_debug_merge_hash_table_init,  coff_debug_merge_hash_table_free,
7702         coff_debug_merge_hash_lookup, coff_link_section_info,
7703         coff_final_link_info, coff_debug_merge_hash_newfunc,
7704         coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
7705
7706         * libcoff.h: re-gen'd
7707
7708 Fri Jan 26 18:33:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7709
7710         * syms.c: Include "bfdlink.h".
7711         (struct stab_find_info): Define.
7712         (_bfd_stab_section_find_nearest_line): New function.
7713         * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
7714         * libbfd.h: Rebuild.
7715         * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
7716         * elf.c (_bfd_elf_find_nearest_line): Try calling
7717         _bfd_stab_section_find_nearest_line before searching the ELF
7718         symbol table.  Find the closest STT_FUNC symbol, not the last one.
7719         * libcoff-in.h (coff_data_type): Add line_info field.
7720         * libcoff.h: Rebuild.
7721         * coffgen.c (coff_find_nearest_line): Try calling
7722         _bfd_stab_section_find_nearest_line before searching the COFF
7723         symbol table.
7724         * Makefile.in: Rebuild dependencies.
7725
7726 Fri Jan 26 16:11:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7727
7728         * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
7729         4 bytes, so we get the correct value when updating the register
7730         field in little endian mode.
7731
7732 Thu Jan 25 12:14:16 1996  Ian Lance Taylor  <ian@cygnus.com>
7733
7734         * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
7735         entry_section fields.  Add sntoc and snentry fields.
7736         * libcoff.h: Rebuild.
7737         * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
7738         not toc_section and entry_section (the COFF file does not have any
7739         sections at this point).
7740         (coff_write_object_contents): Set o_snentry and o_sntoc from
7741         snentry and sntoc rather than entry_section and toc_section.
7742         * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
7743         snentry, not toc_section and entry_section.
7744         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
7745         entry_section from hentry.
7746         (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
7747         set snenty.
7748         (xcoff_link_input_bfd): Set sntoc, not toc_section.
7749         (xcoff_write_global_symbol): Get toc_section from sntoc, rather
7750         than using toc_section directly.
7751
7752         * archures.c: Add missing `.' in enum bfd_architecture.
7753         * bfd-in2.h: Rebuild.
7754
7755         * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec.  From
7756         Robert Lipe <robertl@arnet.com>.
7757
7758 Thu Jan 25 12:08:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7759
7760         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
7761         to sections we allocate.  Use bfd_zalloc to allocate initialial
7762         sections, not bfd_alloc.
7763         (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
7764         SDA{,2}I16 relocations.
7765         (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
7766         whether to put something in .sbss or not.
7767         (ppc_elf_relocate_section): Add support for more relocations.  Add
7768         in sec->output_offset where appropriate.  Make error messages
7769         include the symbol name.
7770
7771         * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
7772         trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
7773         doesn't get redefined messages if -shared.
7774
7775         * elflink.h (elf_create_pointer_linker_section) Only bump RELA
7776         section if the rel_section field has been set up.
7777
7778 Wed Jan 24 20:40:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7779
7780         * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
7781         relocations.
7782
7783 Wed Jan 24 10:38:34 1996  Doug Evans  <dje@charmed.cygnus.com>
7784
7785         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
7786         of flags, only flags used are controlled by mach number.  Bump up
7787         output file mach number to highest of input file mach numbers.
7788         (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
7789         (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
7790
7791         * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
7792         bfd_elf64_sparc_vec support.
7793
7794 Tue Jan 23 14:33:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7795
7796         * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
7797         the embedded bit is set on some objects and not on others.  Just
7798         or it together.
7799         (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
7800         relocations.
7801
7802 Tue Jan 23 14:22:45 1996  Ian Lance Taylor  <ian@cygnus.com>
7803
7804         * coffcode.h (coff_new_section_hook): Don't try to align the
7805         .stabstr section.
7806
7807         * coffcode.h (coff_set_section_contents): Fix the handling of the
7808         .lib section to work even if the entire section contents are
7809         written at once.  From Gvran Uddeborg <gvran@uddeborg.pp.se> and
7810         Robert Lipe <robertl@arnet.com>.
7811
7812 Mon Jan 22 18:45:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7813
7814         * elflink.h (elf_finish_pointer_linker_section): Don't allocate
7815         memory here for contents.
7816
7817         * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
7818         _SDA2_BASE_ by 32768.
7819         (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
7820         started using.  Allocate contents for .sdata and .sdata2 sections
7821         also.
7822         (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
7823         rather than _name.
7824         (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
7825         size _SDA{,2}_BASE_.
7826         (ppc_elf_relocate_section): Change how sdata{,2} relocations are
7827         done.
7828
7829 Mon Jan 22 08:52:04 1996  Doug Evans  <dje@charmed.cygnus.com>
7830
7831         * elflink.h (elf_finish_pointer_linker_section): Fix typo.
7832
7833         * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
7834         (bfd_mach_sparc_{v8plus,v8plusa}): Define.
7835         (bfd_mach_sparc_v9a): Define.
7836         (bfd_mach_sparc_v9_p): Define.
7837         * bfd-in2.h: Regenerated.
7838         * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
7839         bfd_mach_sparc_v9.
7840         * elf64-sparc.c (sparc64_elf_object_p): Likewise.
7841         * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
7842         to bfd_elf32_sparc_vec.
7843         * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
7844         Add v8plus{,a} support.
7845         Add v9a support.
7846         (sparc_compatible): New function.
7847         * elf32-sparc.h: #include "elf/sparc.h".
7848         (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
7849         elf32_sparc_final_write_processing): New functions.
7850         (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
7851         elf_backend_final_write_processing): Define.
7852
7853 Mon Jan 22 11:21:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7854
7855         * elf-bfd.h (struct elf_link_hash_entry): Add
7856         linker_section_pointer field.
7857         (enum elf_linker_section_enum): Enumeration for new way of
7858         creating linker dynamic sections and symbols.
7859         (elf_linker_section{,_pointers}): New structures for creating
7860         dynamic sections and symbols.
7861         (elf_obj_tdata): Add linker_section_pointers and linker_section
7862         fields.
7863         (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
7864         (_bfd_elf_create_linker_section): New declarations.
7865         (_bfd_elf_find_pointer_linker_section): Ditto.
7866         (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
7867         (_bfd_elf_make_linker_section_rela): Ditto.
7868
7869         * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
7870
7871         * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
7872         (ppc_elf_create_linker_section): New function to create the
7873         sections .got, .sdata, and .sdata2.
7874         (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
7875         needed.
7876         (ppc_elf_check_relocs): Support more of the eabi relocations.
7877         (ppc_elf_relocate_section): Ditto.
7878         (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
7879         if the .sdata{,2} + .sbss{,2} section size is > 32k.
7880
7881         * elflink.h (elf_create_pointer_linker_section): New function to
7882         create initialized pointers in dynamic linker sections.
7883         (elf_finish_pointer_linker_section): Actually intialize the
7884         pointers created above.
7885
7886         * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
7887         macros to provide both 32 and 64 bit versions of
7888         elf_create_pointer_linker_section.
7889         (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
7890         provide both 32 and 64 bit versions of
7891         elf_finish_pointer_linker_section.
7892
7893         * elflink.c (_bfd_elf_create_linker_section): New function to
7894         create a linker section.
7895         (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
7896         given address in the linker pointer offsets created for a given
7897         symbol.
7898         (_bfd_elf_make_linker_section_rela): Make a RELA section
7899         corresponding to the generated linker section.
7900
7901 Sat Jan 20 08:36:10 1996  Doug Evans  <dje@canuck.cygnus.com>
7902
7903         * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
7904
7905 Thu Jan 18 18:25:34 1996  Kim Knuttila  <krk@cygnus.com>
7906
7907         * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
7908         (coff_ppc_relocate_section): Handle special values for gcc built dlls.
7909         (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
7910         Also begin the toc at 4 as an eye catcher ('31313131' marks the first
7911         toc entry in an objdump) for now.
7912         (ppc_do_last, ppc_get_last): New function - needed to save processing
7913         the toc owner to the end.
7914         (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
7915         toc owner last.
7916
7917         * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
7918         toc owner from being done till last. Must define POWERPC_LE_PC
7919         to enable it.
7920
7921         * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
7922
7923         * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
7924         to INFO.
7925         (coff_swap_aouthdr_out): Removed a non-working hack for computing the
7926         SizeOfImage for PowerPC. Ignore the size of the .junk section.
7927
7928 Thu Jan 18 17:42:12 1996  Ian Lance Taylor  <ian@cygnus.com>
7929
7930         * elfcore.h: Include <signal.h> before <sys/procfs.h>.
7931
7932 Wed Jan 17 12:40:14 1996  Ian Lance Taylor  <ian@cygnus.com>
7933
7934         * cpu-powerpc.c (arch_info_struct): Change last entry to not point
7935         back to first.
7936         (bfd_powerpc_arch): Point at first entry in arch_info_struct.
7937
7938 Tue Jan 16 15:10:49 1996  Ian Lance Taylor  <ian@cygnus.com>
7939
7940         * elf.c (assign_file_positions_for_segments): Don't increment file
7941         offset for a segment which contains no loadable sections.
7942
7943 Mon Jan 15 17:46:27 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7944
7945         * reloc.c: Add new PowerPC relocations.
7946         * {bfd-in2,libbfd}.h: Regenerate.
7947
7948         * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
7949         (ppc_elf_reloc_type_lookup): Lookup new relocations.
7950
7951 Mon Jan 15 14:29:44 1996  Ian Lance Taylor  <ian@cygnus.com>
7952
7953         * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
7954         entries.
7955
7956         * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
7957         info->shared.
7958
7959         * coffgen.c (coff_find_nearest_line): Don't try to cache
7960         information in sections that are not owned by a BFD.  From Richard
7961         Henderson <richard@atheist.tamu.edu>.
7962
7963         * elf32-mips.c: Numerous changes to dynamic linking code, mostly
7964         from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
7965         * elflink.h (elf_link_output_extsym): Remove special check for
7966         _rld_new_interface.
7967
7968         * ecoffswap.h: Add prototypes for static functions.
7969
7970 Sun Jan 14 21:36:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7971
7972         * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
7973         (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
7974         references.
7975         (ppc_elf_relocate_section):  No longer allow .sdata/.sbss sections
7976         to satisfy a TOC16 relocation.  Rewrite unsupported relocation
7977         support.  Begin support for R_PPC_SDA{2,}REL.
7978
7979 Sat Jan 13 09:36:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7980
7981         * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
7982         create the .got and .got.neg sections.
7983         (ppc_elf_size_dynamic_sections): Call it.
7984         (ppc_elf_check_relocs): Call it.
7985         (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
7986         (ppc_elf_check_relocs): Add error messages for relocations we
7987         don't yet support.  Do not include R_PPC_SDAREL16 like a GOT
7988         relocation.
7989
7990 Fri Jan 12 15:27:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7991
7992         * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
7993         section flags for V.4 and eabi.
7994
7995 Fri Jan 12 13:59:16 1996  Ian Lance Taylor  <ian@cygnus.com>
7996
7997         * elf.c (assign_file_positions_for_segments): If a segment
7998         contains no sections, don't mark it as readable.
7999
8000         * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
8001         * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
8002
8003         * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
8004         dynamic section, if there is one.
8005         * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
8006         (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
8007         (bfd_elf64_swap_dyn_in): Likewise.
8008         * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
8009         PTR.
8010         (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
8011
8012         * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
8013         DT_TEXTREL entry because of .rel.plt.  From Martin Pirker
8014         <pirker@eiunix.tuwien.ac.at>.
8015
8016 Thu Jan 11 17:06:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8017
8018         * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
8019         PowerPC V.4 and eabi.
8020         * bfd-in2.h: Regenerate.
8021         * libfd.h: Regenerate.
8022
8023         * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
8024
8025         * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
8026         section type and SHF_EXCLUDE section flag, turning them into the
8027         appropriate bfd section flag.
8028
8029 Thu Jan 11 11:23:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8030
8031         * xcofflink.c (xcoff_link_add_symbols): Create the special
8032         sections if we see a DYNAMIC object, in case that is the only
8033         XCOFF input object we see.
8034
8035         * elf32-mips.c: Extensive changes for a start at dynamic linking
8036         support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
8037
8038         * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
8039         (struct elf_backend_data): Remove
8040         elf_backend_create_program_headers field.  Add
8041         elf_backend_additional_program_headers and
8042         elf_backend_modify_segment_map fields.
8043         * elfxx-target.h (elf_backend_type_change_ok): Define if not
8044         defined.
8045         (elf_backend_additional_program_headers): Likewise.
8046         (elf_backend_modify_segment_map): Likewise.
8047         (elf_backend_create_program_headers): Don't define.
8048         (elfNN_bed): Change to account for field changes.
8049         * elf.c (assign_file_positions_for_segments): Call new
8050         modify_segment_map backend function.  Don't call old
8051         create_program_headers backend function.
8052         (get_program_header_size): Call additional_program_headers rather
8053         than create_program_headers.
8054         * elflink.h (elf_link_add_object_symbols): Initialize
8055         type_change_ok from new backend field.
8056         (elf_link_output_extsym): Don't warn if _rld_new_interface is
8057         defined.
8058         (elf_reloc_link_order): Treat a reloc against a defined symbol as
8059         a reloc against the appropriate section.
8060
8061         * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
8062         (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
8063         (elf_flags_init): Rename from elf_ppc_flags_init.
8064         * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
8065         elf_ppc_flags_init.
8066         (ppc_elf_copy_private_bfd_data): Likewise.
8067         (ppc_elf_merge_private_bfd_data): Likewise.
8068
8069         * elf32-m68k.c (howto_table): Change src_mask to 0 for all
8070         relocation entries.
8071
8072 Tue Jan  9 15:22:53 1996  David Mosberger-Tang  <davidm@azstarnet.com>
8073
8074         * coff-alpha.c (alpha_relocate_section): During final link, allow
8075         output .lita section to be bigger than 64k by adjusting gp value
8076         on a per-input section basis.
8077         * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
8078         field.
8079         (struct ecoff_section_tdata): Add gp field.
8080
8081 Tue Jan  9 12:00:36 1996  Ian Lance Taylor  <ian@cygnus.com>
8082
8083         Handle Alpha ECOFF changes in OSF/1 3.2.
8084         * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
8085         field.
8086         * coff-alpha.c: Include "aout/ar.h".
8087         (alpha_ecoff_get_relocated_section_contents): Don't require an
8088         ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
8089         3.2 doesn't generate one.
8090         (alpha_relocate_section): Likewise.
8091         (alpha_ecoff_slurp_armap): Define.
8092         (alpha_ecoff_slurp_extended_name_table): Define.
8093         (alpha_ecoff_construct_extended_name_table): Define.
8094         (alpha_ecoff_truncate_arname): Define.
8095         (alpha_ecoff_write_armap): Define.
8096         (alpha_ecoff_generic_stat_arch_elt): Define.
8097         (alpha_ecoff_update_armap_timestamp): Define.
8098         (ARFZMAG): Define.
8099         (alpha_ecoff_read_ar_hdr): New static function.
8100         (alpha_ecoff_get_elt_at_filepos): New static function.
8101         (alpha_ecoff_openr_next_archived_file): New static function.
8102         (alpha_ecoff_get_elt_at_index): New static function.
8103         (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
8104         (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
8105         _bfd_ecoff to alpha_ecoff.
8106         * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
8107         field from backend structure, rather than always calling
8108         _bfd_get_elt_at_filepos.
8109         * coff-mips.c (mips_ecoff_backend_data): Initialize
8110         get_elt_at_filepos field.
8111         * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
8112         from _bfd_generic_read_ar_hdr with minor changes.
8113         (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
8114         * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
8115         * libbfd.h: Rebuild.
8116
8117         * bfd-in.h (BFD_IN_MEMORY): Define.
8118         * libbfd-in.h (struct bfd_in_memory): Define.
8119         * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
8120         (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
8121         (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
8122         (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
8123         * bfd.c (struct _bfd): Change iostream field from char * to PTR.
8124         (bfd_get_size): Handle BFD_IN_MEMORY flag.
8125         * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
8126         (bfd_open_file): Cast to PTR, not char *, when setting iostream.
8127         (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
8128         * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
8129         iostream.
8130         (bfd_openstreamr): Likewise.
8131         * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
8132         BFD_IN_MEMORY is not set.
8133         * riscix.c (riscix_some_aout_object_p): Likewise.
8134         * bfd-in2.h, libbfd.h: Rebuild.
8135
8136         * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
8137         (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
8138         (bfd_get_elt_at_index): Define.
8139         * archive.c (_bfd_generic_get_elt_at_index): Rename from
8140         bfd_get_elt_at_index.  Change index parameter from int to
8141         symindex.
8142         * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
8143         (_bfd_noarchive_get_elt_at_index): Define.
8144         (_bfd_archive_bsd_get_elt_at_index): Define.
8145         (_bfd_archive_coff_get_elt_at_index): Define.
8146         * bfd-in2.h, libbfd.h: Rebuild.
8147         * aout-target.h (MY_get_elt_at_index): Define if not defined.
8148         * coff-rs6000.c (xcoff_get_elt_at_index): Define.
8149         * ieee.c (ieee_get_elt_at_index): Define.
8150         * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
8151         * oasys.c (oasys_get_elt_at_index): Define.
8152         * som.c (som_get_elt_at_index): Define.
8153
8154         * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
8155         numbers to the .text section.
8156
8157 Mon Jan  8 17:00:57 1996  Ian Lance Taylor  <ian@cygnus.com>
8158
8159         * ieee.c (ieee_write_debug_part): Change return type to boolean.
8160         If there is a SEC_DEBUGGING section, get the contents of the debug
8161         information part from it.
8162         (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
8163         section in memory.
8164         (ieee_write_object_contents): Check ieee_write_debug_part return.
8165
8166 Thu Jan  4 17:12:37 1996  Fred Fish  <fnf@cygnus.com>
8167
8168         * config.bfd (i[345]86-*-freebsd*): Add target.
8169         * configure.in (i386freebsd_vec): Add vec.
8170         * configure: Regenerate.
8171         * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
8172         (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
8173         Rebuild dependencies..
8174         * freebsd.h: New file.
8175         * i386freebsd.c: New file.
8176         * targets.c (i386freebsd_vec): Declare.
8177         (bfd_target_vector): Add i386freebsd_vec.
8178         * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
8179         * i386netbsd.c (SEGMENT_SIZE):  Define as TARGET_PAGE_SIZE
8180
8181 Thu Jan  4 16:27:46 1996  Ian Lance Taylor  <ian@cygnus.com>
8182
8183         * ieee.c (ieee_slurp_debug): New static function.
8184         (ieee_object_p): Call it.
8185         (ieee_slurp_section_data): Skip debugging sections.
8186         (ieee_get_reloc_upper_bound): Likewise.
8187         (ieee_get_section_contents): Likewise.
8188         (ieee_canonicalize_reloc): Likewise.
8189         (ieee_write_section_part): Likewise.
8190         (ieee_write_debug_part): Likewise.
8191         (ieee_write_data_part): Likewise.
8192         (init_for_output): Likewise.
8193
8194 Wed Jan  3 19:42:47 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8195
8196         * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
8197         work.
8198         (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
8199         relocs, since ppc_elf_relocate_section handles the linker case.
8200         (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
8201         used.
8202         (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
8203         ppc_elf_relocate_section since that is now the only caller.
8204         (ppc_elf_relocate_section): Ditto.
8205
8206 Wed Jan  3 15:11:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8207
8208         * coffcode.h (coff_write_object_contents): If we don't know the
8209         section of the entry point for an XCOFF executable, always set the
8210         entry address to -1.
8211
8212 Tue Jan  2 14:17:15 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8213
8214         * elf.c (bfd_section_from_shdr): Add support for note sections.
8215
8216 Tue Jan  2 13:10:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8217
8218         * bfd-in.h (struct _symbol_info): Add stab_type field.
8219         * bfd-in2.h: Rebuild.
8220         * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
8221
8222         * elf32-ppc.c: Remove trailing newline from calls to
8223         _bfd_error_handler.
8224         (ppc_elf_merge_private_bfd_data): Only warn about endianness
8225         difference if target endianness is known.
8226
8227 Thu Dec 21 12:43:49 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8228
8229         * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
8230         old style TOC16 references without using R_PPC_GOT.
8231         (ppc_reloc_type): Ditto.
8232         (ppc_elf_reloc_type_lookup): Add support for TOC16.
8233         (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
8234         (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
8235         (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
8236         (ppc_elf_check_relocs): New function for GOT/PLT support that is
8237         work in progress.
8238         (ppc_elf_adjust_dynamic_symbol): Ditto.
8239         (ppc_elf_adjust_dynindx): Ditto.
8240         (ppc_elf_size_dynamic_sections): Ditto.
8241         (ppc_elf_finish_dynamic_symbol): Ditto.
8242         (ppc_elf_finish_dynamic_sections): Ditto.
8243         (ELF_DYNAMIC_INTERPRETER): Define.
8244
8245 Wed Dec 20 19:14:18 1995  Ken Raeburn  <raeburn@cygnus.com>
8246
8247         * elf.c (copy_private_bfd_data): When attaching sections to
8248         segments ignore sections that won't be allocated.  Patch from
8249         Andreas Schwab.
8250
8251 Tue Dec 19 20:01:43 1995  Ken Raeburn  <raeburn@cygnus.com>
8252
8253         * config.bfd: Match on m68k-cbm-* only if OS doesn't match
8254         anything else.
8255
8256 Tue Dec 19 16:38:59 1995  Ian Lance Taylor  <ian@cygnus.com>
8257
8258         * coff-i960.c (CALC_ADDEND): Define.
8259         (coff_i960_relocate_section): Add the input section VMA to the
8260         addend for PC relative relocs.
8261
8262 Sun Dec 17 20:11:55 1995  Kim Knuttila  <krk@cygnus.com>
8263
8264         * peicode.h (pe_print_pdata): Must test the entire entry for zero
8265         to correctly terminate.
8266
8267 Fri Dec 15 12:05:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8268
8269         * targets.c (enum bfd_endian): Define.
8270         (bfd_target): Rename byteorder_big_p to byteorder, and change it
8271         from boolean to enum bfd_endian.  Change header_byteorder_big_p
8272         correspondingly.
8273         * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
8274         (bfd_header_big_endian, bfd_header_little_endian): New macros.
8275         * bfd-in2.h: Rebuild.
8276         * All targets: Change initialization of byteorder and
8277         header_byteorder to use enum bfd_endian values rather than
8278         booleans.
8279         * All files: Change all references to byteorder_big_p and
8280         header_byteorder_big_p to use new bfd_*_endian macros.
8281
8282         * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
8283         s_vaddr.
8284         * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
8285         vma.
8286         * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
8287
8288 Fri Dec 15 07:32:09 1995  steve chamberlain  <sac@slash.cygnus.com>
8289
8290         * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
8291
8292 Thu Dec 14 13:45:37 1995  Ian Lance Taylor  <ian@cygnus.com>
8293
8294         * ieee.c: Lots of minor cleanups.  Make many functions return
8295         errors rather than calling abort.  Also:
8296         (ieee_write_twobyte): Remove; change callers to call existing
8297         ieee_write_2bytes function.
8298         (ieee_write_expression): Don't output the section twice when
8299         outputting a local symbol.  Don't emit an extraneous zero if there
8300         is only one term.
8301         (ieee_slurp_sections): Set the lma as well as the vma.
8302         (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
8303
8304         * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
8305         a recognized one or bfd_arch_unknown.
8306         (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
8307         to succeed.
8308         (ihex_get_symtab): Likewise.
8309
8310 Wed Dec 13 15:44:06 1995  Ian Lance Taylor  <ian@cygnus.com>
8311
8312         * aoutx.h: Include <ctype.h>.
8313         (struct aout_link_includes_table): Define.
8314         (struct aout_link_includes_totals): Define.
8315         (struct aout_link_includes_entry): Define.
8316         (aout_link_includes_lookup): Define macro.
8317         (struct aout_final_link_info): Add includes field.
8318         (aout_link_includes_newfunc): New static function.
8319         (NAME(aout,final_link)): Initialize includes hash table.
8320         (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
8321
8322 Wed Dec 13 10:52:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
8323
8324         * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
8325
8326 Wed Dec 13 11:07:45 1995  Kim Knuttila  <krk@cygnus.com>
8327
8328         * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
8329
8330 Tue Dec 12 17:42:06 1995  Kim Knuttila  <krk@cygnus.com>
8331
8332         * peicode.h (pe_print_reloc): New function to dump the .reloc section.
8333         (pe_print_private_bfd_data): call pe_print_reloc.
8334         * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
8335         * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
8336         up some debugging as well.
8337
8338 Tue Dec 12 11:34:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8339
8340         * config.bfd: Handle sparc-*-elf*.  From Ronald F. Guilmette
8341         <rfg@monkeys.com>.
8342
8343 Fri Dec  8 17:47:07 1995  Ian Lance Taylor  <ian@cygnus.com>
8344
8345         * elflink.h (elf_link_add_object_symbols): Set section_count to 0
8346         when setting sections to NULL.
8347
8348 Wed Dec  6 17:05:37 1995  Ian Lance Taylor  <ian@cygnus.com>
8349
8350         * xcofflink.c (struct xcoff_loader_info): Add export_defineds
8351         field.
8352         (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
8353         (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
8354         for all symbols.
8355         * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
8356         * bfd-in2.h: Rebuild.
8357
8358 Mon Dec  4 16:40:47 1995  Kim Knuttila  <krk@cygnus.com>
8359
8360         * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
8361
8362 Mon Dec  4 11:25:39 1995  Ian Lance Taylor  <ian@cygnus.com>
8363
8364         * ihex.c (ihex_scan): Handle record types 4 and 5.
8365         (ihex_object_p): Permit types 4 and 5.
8366         (ihex_set_section_contents): Remove check for out of range
8367         addresses.
8368         (ihex_write_object_contents): Generate types 4 and 5.
8369
8370         * elflink.h (elf_link_output_extsym): Just ignore warning and
8371         indirect references to symbols which don't really exist.
8372
8373 Sun Dec  3 19:00:27 1995  Kim Knuttila  <krk@cygnus.com>
8374
8375         * peicode.h (pe_print_idata): Minor format fixes
8376         (pe_print_edata): New function. Under private printing, this formats
8377         the edata section of a PE file.
8378         (pe_print_private_bfd_data): Added call to pe_print_edata.
8379
8380 Sun Dec  3 16:46:54 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
8381
8382         * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
8383         index, don't call stoi.
8384
8385 Fri Dec  1 14:46:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8386
8387         * srec.c (srec_scan): Set lma as well as vma.
8388
8389         * ihex.c: New file; support for Intel Hex format.
8390         * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
8391         (ihex_vec): Declare.
8392         (bfd_target_vector): Always include ihex_vec.
8393         * bfd.c (struct _bfd): Add ihex_data field to tdata union.
8394         * Makefile.in: Rebuild dependencies.
8395         (BFD_LIBS): Add ihex.o
8396         (BFD_LIBS_CFILES): Add ihex.c.
8397         * bfd-in2.h: Rebuild.
8398
8399         * elf.c (assign_file_positions_for_segments): Sort the sections in
8400         each segment.
8401         (get_program_header_size): Return the right size if segment_map is
8402         not NULL.
8403         (copy_private_bfd_data): Don't bother to sort the sections.
8404
8405         * bfd.c (bfd_record_phdr): New function.
8406         * bfd-in.h (bfd_record_phdr): Declare.
8407         * bfd_in2.h: Rebuild.
8408
8409         * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
8410         BFD_ASSERT.
8411
8412         * libbfd.c (bfd_malloc, bfd_realloc): New functions.
8413         (bfd_zmalloc): Return PTR, not char *.  Take size_t, not
8414         bfd_size_type.
8415         * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
8416         (bfd_zmalloc): Change declaration.
8417         * libbfd.h: Rebuild.
8418         * Many files: Use bfd_malloc and bfd_realloc rather than malloc
8419         and realloc.  Don't set bfd_error_no_memory if they fail.
8420
8421 Thu Nov 30 19:32:26 1995  Kim Knuttila  <krk@cygnus.com>
8422
8423         * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
8424         uses as well. Added a new howto to deal with TOCREL16 relocs that
8425         are TOCDEFN as well.
8426         (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
8427         to handle RVA relocs from dlltool.
8428         (ppc_coff_rtype2howto): TOCDEFN reloc addition.
8429         (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
8430         (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
8431
8432         * coffcode.h (coff_set_alignment_hook): check idata$X sections
8433         to get the right section alignment.
8434
8435 Thu Nov 30 16:48:18 1995  Ian Lance Taylor  <ian@cygnus.com>
8436
8437         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
8438         p_paddr if p_paddr is zero.
8439         (make_mapping): Set includes_filehdr and includes_phdrs for first
8440         PT_LOAD segment.
8441         (map_sections_to_segments): Set includes_phdrs for PT_PHDR
8442         segment.
8443         (assign_file_positions_for_segments): Handle includes_filehdr and
8444         includes_phdrs.  Remove special handling of PT_PHDR and first
8445         PT_LOAD segments.
8446         (copy_private_bfd_data): Set includes_filehdr and includes_phdr
8447         when appropriate.  Remove special handling of PT_PHDR segment.
8448         Use a more complex condition for when a section is included in a
8449         segment to handle Solaris linker oddities.
8450
8451 Thu Nov 30 11:17:33 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
8452
8453         * coff-m88k.c (howto_table): Reformatted for easier reading;
8454         special_function now points to new function m88k_special_reloc.
8455         (howto_hvrt16): Function previously used for handling HVRT16 relocs
8456         removed.
8457         (rtype2howto): Do not add reloc's r_offset to the addend, this will
8458         be done correctly by m88k_special_reloc.
8459         (reloc_processing): New function to be used by RELOC_PROCESSING.
8460         (RELOC_PROCESSING): Define to call reloc_processing.
8461
8462 Wed Nov 29 12:42:36 1995  Ian Lance Taylor  <ian@cygnus.com>
8463
8464         * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
8465         (pe_print_pdata): Likewise.
8466
8467         * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
8468         obstack_alloc fails.
8469         (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
8470         fails.
8471         * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
8472         * Many files: don't set bfd_error_no_memory if one of the above
8473         routines fails.
8474
8475         * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
8476         if p_paddr_valid is set.
8477         (copy_private_bfd_data): New static function.
8478         (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
8479
8480         * elf.c (assign_file_positions_for_segments): Fix case where extra
8481         program headers were allocated.
8482
8483         * elf.c (_bfd_elf_print_private_bfd_data): New function.
8484         * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
8485         * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
8486         _bfd_elf_print_private_bfd_data.
8487
8488         * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
8489         r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
8490         Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
8491         (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
8492         RELOC_SECTION_LITA for ALPHA_R_IGNORE.
8493         (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
8494         RELOC_SECTION_ABS to RELOC_SECTION_NONE.
8495
8496 Tue Nov 28 16:59:50 1995  Ian Lance Taylor  <ian@cygnus.com>
8497
8498         * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
8499         * elf.c (make_mapping): New static function.
8500         (map_sections_to_segments): New static function.
8501         (elf_sort_sections): New static function.
8502         (assign_file_positions_for_segments): New static function.
8503         (map_program_segments): Remove.
8504         (get_program_header_size): Remove sorted_hdrs, count, and
8505         maxpagesize parameters.  Simplify.
8506         (assign_file_positions_except_relocs): When generating an
8507         executable, use assign_file_positions_for_segments.
8508         (elf_sort_hdrs): Remove.
8509         (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
8510         to get_program_header_size.
8511
8512 Mon Nov 27 12:27:46 1995  Ian Lance Taylor  <ian@cygnus.com>
8513
8514         * hp300hpux.c (MY(callback)): Set lma as well as vma.
8515
8516         * configure, config.in: Regenerate with autoconf 2.7.
8517
8518         * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
8519         * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
8520
8521 Wed Nov 22 12:02:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8522
8523         * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
8524         (ecoff_sec_to_styp_flags): Likewise.
8525         (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
8526         (ecoff_set_symbol_info): Handle scRConst.
8527         (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
8528         (ecoff_compute_section_file_positions): Handle .rconst section.
8529         (_bfd_ecoff_write_object_contents): Likewise.
8530         (ecoff_link_check_archive_element): Handle scRConst.
8531         (ecoff_link_add_externals): Likewise.
8532         (ecoff_link_write_external): Handle .rconst section.
8533         (ecoff_reloc_link_order): Likewise.
8534         * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
8535         * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
8536         section.
8537         (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
8538
8539         * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
8540         DEF_DYNAMIC flag is set.
8541
8542 Tue Nov 21 13:25:29 1995  Ken Raeburn  <raeburn@cygnus.com>
8543
8544         * host-aout.c: If TRAD_HEADER is defined, include it.
8545
8546 Tue Nov 21 13:03:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8547
8548         * aclocal.m4 (AC_PROG_CC): Remove local definition.
8549         (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
8550         (BFD_NEED_DECLARATION): New function.
8551         * configure.in: Use BFD_NEED_DECLARATION.
8552         * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
8553         * configure, config.in: Rebuild with autoconf 2.6.
8554
8555         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
8556         special_sections before returning when called with a non XCOFF
8557         BFD.
8558
8559         * coffgen.c (coff_renumber_symbols): Sort common symbols with
8560         global symbols.
8561
8562         * coffcode.h (coff_compute_section_file_positions): Only pad the
8563         previous section to force file alignment when creating an
8564         executable.
8565
8566 Mon Nov 20 14:54:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8567
8568         * coffcode.h (coff_compute_section_file_positions): If
8569         RS6000COFF_C, set up the .debug section.
8570
8571         * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
8572         if it is not large enough to accomodate the entire TOC area with
8573         signed 16 bit offsets.
8574         (xcoff_write_global_symbol): Handle negative TOC offsets in global
8575         linkage code.
8576         (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
8577         TOC anchor to use the TOC value used in the output file.
8578
8579 Sat Nov 18 18:01:41 1995  Ian Lance Taylor  <ian@cygnus.com>
8580
8581         * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
8582         (_bfd_coff_read_string_table): Likewise.
8583
8584 Sat Nov 18 19:43:04 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
8585
8586         * pe-arm.c: Fix typos.
8587         * coff-arm.c: Likewise.
8588
8589 Fri Nov 17 16:22:04 1995  Kim Knuttila  <krk@cygnus.com>
8590
8591         * coff-ppc.c (list_ele): Added "cat"egory member.
8592         (record_toc): New category parameter (priv or pub).
8593         (ppc_record_toc_entry): Check to see if toc bounds exceeded.
8594         (ppc_process_before_allocation): Removed embrionic data-in-toc from
8595         the mainline. It addes extra toc cells in error.
8596         (ppc_coff_swap_sym_in_hook): Added some documentation.
8597         (dump_toc): Can now diagnose "virtual toc" chicanery.
8598
8599 Fri Nov 17 10:41:25 1995  Philippe De Muyter  <phdm@info.ucl.ac.be>
8600
8601         * elf-bfd.h (struct elf_link_hash_table): Change type of
8602         dynsymcount and bucketcount fields from size_t to bfd_size_type.
8603
8604 Fri Nov 17 10:02:58 1995  Ian Lance Taylor  <ian@cygnus.com>
8605
8606         * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
8607         pointerize C_LEAFSTAT or C_LEAFEXT entries.
8608
8609         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
8610         DT_INIT and DT_FINI entries if the _init or _fini symbol is
8611         defined or mentioned in a regular file.
8612
8613 Thu Nov 16 15:16:42 1995  Kim Knuttila  <krk@cygnus.com>
8614
8615         * coff-ppc.c (ppc_record_data_in_toc_entry): new function
8616         (coff_ppc_relocate_section): Handle TOCDEFN attribute
8617         (coff_ppc_relocate_section): Correct REL24 handling
8618         (ppc_process_before_allocation): Correct TOCDEFN handling
8619
8620         * peicode.h (dir_names): Added name descriptions
8621
8622 Thu Nov 16 03:38:03 1995  Ken Raeburn  <raeburn@cygnus.com>
8623
8624         * VERSION: Updated to cygnus-2.6.
8625
8626 Wed Nov 15 19:30:07 1995  Ken Raeburn  <raeburn@cygnus.com>
8627
8628         * targets.c (m68k4knetbsd_vec): Declare.
8629
8630 Wed Nov 15 18:05:52 1995  Ian Lance Taylor  <ian@cygnus.com>
8631
8632         * targets.c (bfd_target): Change type of second argument to
8633         _bfd_print_private_bfd_data from void * to PTR.
8634         * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
8635         using PTR rather than void *.
8636         * bfd-in2, libbfd.h: Rebuild.
8637         * peicode.h (pe_print_private_bfd_data): Change vfile from void *
8638         to PTR.
8639         * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
8640         _bfd_generic_bfd_print_private_bfd_data rather than casting
8641         bfd_true.
8642
8643 Wed Nov 15 04:09:14 1995  Ken Raeburn  <raeburn@cygnus.com>
8644
8645         * Makefile.in (.dep1): Fix stupid typo in last change.  Remove any
8646         "DO NOT DELETE" lines or blank lines that mkdep writes on some
8647         systems.
8648         (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
8649         BFD64_BACKENDS_CFILES): New variables.
8650         (CFILES): Use them.
8651
8652 Tue Nov 14 11:52:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8653
8654         * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
8655         not at the file position of the first section.
8656         * coffcode.h (coff_compute_section_file_positions): Avoid using
8657         unportable #elif.
8658         (coff_write_object_contents): When generating a PPC PE executable
8659         with no symbols, round up the file size to a COFF_PAGE_SIZE
8660         boundary.
8661         * cofflink.c (_bfd_coff_final_link): If there are no symbols,
8662         don't write out a string table.
8663
8664         * elf.c (bfd_section_from_shdr): When using a different section
8665         header, pass the new one to _bfd_elf_make_section_from_shdr.
8666         (elf_fake_sections): Don't set sh_info and sh_entsize fields.
8667         (elf_map_symbols): Add section VMA to symbol value when comparing
8668         against 0.
8669         (_bfd_elf_compute_section_file_positions): Only build symbol table
8670         if there are some symbols.  Set file offset of symtab and strtab
8671         sections.
8672         (assign_file_positions_except_relocs): Remove dosyms parameter.
8673         Change all callers.  Never set file offset of symtab and strtab
8674         sections.
8675         (_bfd_elf_copy_private_section_data): New function.
8676         (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
8677         (_bfd_elf_copy_private_symbol_data): New function.
8678         (swap_out_syms): Check for special mapping of st_shndx created by
8679         copy_private_symbol_data.
8680         * elfxx-target.h: Use new copy routines.
8681         * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
8682         (_bfd_elf_copy_private_section_data): Declare.
8683
8684         * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
8685
8686         * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
8687         C_NT_WEAK.
8688
8689         * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
8690         _bfd_dummy_target, matching the recent change to archive
8691         recognition.
8692
8693 Mon Nov 13 13:24:38 1995  Ian Lance Taylor  <ian@cygnus.com>
8694
8695         * libbfd.c (bfd_get_file_window): Use casts to avoid doing
8696         arithmetic on PTR types.
8697
8698         * aout-target.h (MY(callback)): Set the lma of the sections.
8699
8700         * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
8701         symbol into a reloc against the section.
8702
8703 Mon Nov 13 07:31:35 1995  Kim Knuttila  <krk@cygnus.com>
8704
8705         * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
8706         glue for the relocs: IMGLUE and IFGLUE.
8707         (record_toc): new function - tracks toc contents
8708         (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
8709         (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
8710         (ppc_coff_rtype2howto): removed invalid IMGLUE hack
8711         (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
8712         (ppc_record_toc_entry): Removed a debug define (duh)
8713
8714         * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
8715         (pe_print_idata): New function - formats the idata section data
8716         (pe_print_pdata): New function - formats the pdata section data
8717         (pe_print_private_bfd_data): calls to above
8718
8719 Sun Nov 12 12:23:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
8720
8721         * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
8722         * coff-rs6000.c (rs6000coff_vec): Add conditional defines
8723         TARGET_SYM and TARGET_NAME for vector and BFD name.
8724         * coff-pmac.c (pmac_xcoff_vec): Remove.
8725         (TARGET_SYM, TARGET_NAME): Define.
8726         * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
8727         machine to 0, not all PowerMacs are 601s.
8728
8729 Fri Nov 10 12:10:14 1995  Ian Lance Taylor  <ian@cygnus.com>
8730
8731         * elfcode.h (elf_object_p): Read in any program headers.
8732         * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
8733         based on the program headers, if any.
8734         (elf_fake_sections): Set sh_addr from the vma, not the lma.
8735         (map_program_segments): Set p_paddr of program headers based on
8736         the lma.
8737
8738 Thu Nov  9 13:01:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8739
8740         * archive.c (bfd_generic_archive_p): Preserve tdata in case of
8741         failure.
8742
8743         * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
8744         trying to do a relocateable link with a non-a.out object file.
8745
8746         * archive.c (bfd_generic_archive_p): Check the first object file
8747         in an archive even if target_defaulted is set.  If the object file
8748         has the wrong xvec, reject it.
8749
8750         * aoutx.h (NAME(aout,set_section_contents)): If a section can not
8751         be represented, report the name via _bfd_error_handler.
8752         (translate_to_native_sym_flags): Likewise.
8753         * elf32-mips.c (mips_elf_final_link): Likewise.
8754         * oasys.c (oasys_write_sections): Likewise.
8755
8756         * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
8757         which checks for STYP_OVRFLO sections.
8758         (coff_compute_section_file_positions): If RS6000COFF_C, handle
8759         reloc and lineno count overflows.
8760         (coff_write_object_contents): Call coff_count_linenumbers before
8761         coff_compute_section_file_positions.  If RS6000COFF_C, handle
8762         reloc and lineno count overflows.
8763         * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
8764         relocs before dealing with .pad sections.  Count overflow section
8765         headers when handling .pad sections.
8766
8767         * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
8768         if RS6000COFF_C.
8769
8770         * xcofflink.c (XCOFF_DESCRIPTOR): Define.
8771         (struct xcoff_link_hash_table): Add descriptor_section and
8772         special_sections fields.
8773         (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
8774         (xcoff_link_add_symbols): Set linkage section alignment.  Create
8775         descriptor section.  Check for magic symbol names (_text, etc.),
8776         and record them in special_sections if found.  Set
8777         XCOFF_DESCRIPTOR flag for a function descriptor, and set its
8778         descriptor field to point back to the function code symbol.
8779         (xcoff_sweep): Always mark the special descriptor_section.
8780         (bfd_xcoff_export_symbol): Check whether the symbol might be a
8781         function descriptor, and mark it if it is.
8782         (bfd_xcoff_size_dynamic_sections): Add new special_sections
8783         parameter, and fill it in.  Allocate space for the descriptor
8784         section.
8785         (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
8786         global linkage code.  If an undefined function descriptor is
8787         exported, arrange to define it.  Warn about any other undefined
8788         exported symbol.
8789         (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
8790         (xcoff_write_global_symbol): Create a function descriptor when
8791         necessary.
8792         * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
8793         * bfd-in2.h: Rebuild.
8794
8795 Thu Nov  9 08:40:23 1995  Kim Knuttila  <krk@cygnus.com>
8796
8797         * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
8798         (ppc_coff_link_hash_table): new types for hashing
8799         (ppc_coff_link_hash_newfunc): hash entry constructor
8800         (ppc_coff_link_hash_table_init): hash table initializer
8801         (ppc_coff_link_hash_table_create): hash table constructor
8802         (ppc_record_toc_entry): changed references to hash table
8803         (coff_ppc_relocate_section): changed references to hash table
8804
8805         * libcoff-in.h (coff_link_hash_entry): removed toc_offset
8806         * libcoff.h: Rebuild
8807
8808         * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
8809         (coff_link_add_symbols): removed toc_offset init
8810
8811 Thu Nov  9 04:00:38 1995  Ken Raeburn  <raeburn@cygnus.com>
8812
8813         * Makefile.in (.dep1): Make sure the file mkdep is to write exists
8814         first.
8815
8816         * configure.in: Added new option --with[out]-mmap.  Set USE_MMAP
8817         if it is given and mmep is available.
8818         * acconfig.h: Undef USE_MMAP.
8819         * configure, config.in: Regenerated.
8820         * aoutx.h: If USE_MMAP is not defined, do all symbol and string
8821         table handling the old way.
8822         (aout_get_external_symbols): Don't complain if last byte of string
8823         table is nonzero.
8824         * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
8825         (bfd_free_window) [! USE_MMAP]: Don't define.
8826         (bfd_get_file_window,
8827         _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
8828
8829 Wed Nov  8 20:03:44 1995  Eric Freudenthal <freudenthal@nyu.edu>
8830
8831         * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
8832         0xffff0000.
8833
8834 Wed Nov  8 11:31:11 1995  Ian Lance Taylor  <ian@cygnus.com>
8835
8836         * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
8837         compatible with AMD generated COFF files.  Try to support both AMD
8838         and GNU formats simultaneously.
8839         (coff_a29k_relocate_section): Likewise.
8840
8841         * libbfd.c (bfd_get_file_window): Change writable parameter from
8842         int to boolean; update all callers.  Pass MAP_SHARED if not
8843         writable--it's required on Solaris.  Cast fprintf argument to
8844         avoid warning.
8845         * bfd-in.h (bfd_get_file_window): Update declaration.
8846         * bfd-in2.h: Rebuild.
8847         * aoutx.h: Update calls to bfd_get_file_window.
8848
8849         * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
8850         Change all uses.
8851         (xcoff_swap_ldhdr_in): New static function.
8852         (xcoff_swap_ldsym_in): New static function.
8853         (xcoff_find_reloc): Handle the case of a single reloc correctly.
8854         (xcoff_link_add_symbols): If we just created a descriptor, pass it
8855         to _bfd_generic_link_add_one_symbol, to save a hash lookup.
8856         Handle XTY_ER/XMC_XO symbols correctly.
8857         (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
8858         rather than normal symbol table.
8859         (bfd_xcoff_import_symbol): It's not an error if the symbol is
8860         already defined with the same absolute value.
8861         (xcoff_mark): When considering called symbols, check whether the
8862         descriptor is from a dynamic object, rather than the symbol
8863         itself.
8864         (xcoff_build_ldsyms): Likewise.
8865
8866         * libbfd.c (bfd_get_file_window): Change return type to boolean.
8867         Cast realloc and malloc return values.  If malloc or realloc fail,
8868         set bfd_error_no_memory.
8869         * bfd-in.h (bfd_get_file_window): Change type to boolean.
8870         * bfd-in2.h: Rebuild.
8871
8872 Tue Nov  7 11:53:48 1995  Kim Knuttila  <krk@cygnus.com>
8873
8874         * coff-ppc.c (ppc_record_toc_entry): new function.
8875         (in_reloc_p): changed return value.
8876         (coff_ppc_relocate_section): much rework.
8877         (ppc_allocate_toc_section): new function.
8878         (ppc_process_before_allocation): new function.
8879         (ppc_coff_swap_sym_in_hook): new function.
8880
8881         * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
8882         (coff_link_add_symbols): initialize toc_offset.
8883
8884         * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
8885         (coff_swap_aouthdr_out): Added more sections to the data
8886         dictionary for the pe file header. Also changed linker version
8887         number on the ppc side.
8888         (dir_names): small improvements to the dictionary printing.
8889         (pe_mkobject_hook): save the file level flags.
8890
8891         * libcoff-in.h (coff_link_hash_entry): added toc_offset field
8892         (pe_tdata): added real_flags field
8893         (coff_tdata): added local_toc_sym_map and access macro
8894
8895         * libcoff.h (coff_link_hash_entry): added toc_offset field
8896         (pe_tdata): added real_flags field
8897         (coff_tdata): added local_toc_sym_map and access macro
8898
8899         * coffcode.h (coff_set_alignment_hook): added hook for PE.
8900         (coff_mkobject): init for local_toc_sym_map
8901         (coff_write_object_contents): set the internal_a.magic to
8902         IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
8903         ppc compilers use.
8904
8905 Tue Nov  7 13:48:58 1995  Ian Lance Taylor  <ian@cygnus.com>
8906
8907         * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
8908         entries until both the line number address and the function name
8909         address are too large.
8910
8911         * configure.in: Call AC_CHECK_PROG to find and cache AR.
8912         * configure: Rebuilt.
8913
8914         * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
8915         is defined in the environment.
8916
8917 Tue Nov  7 10:57:24 1995  Jeffrey A Law  (law@cygnus.com)
8918
8919         * som.c (som_get_section_contents_in_window): Define to use
8920         generic version.
8921
8922 Mon Nov  6 17:13:15 1995  Harry Dolan  <dolan@ssd.intel.com>
8923
8924         * coff-i860.c: New file, based on coff-i386.c.
8925         * cpu-i860.c: New file, based on cpu-i386.c.
8926         * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
8927         * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
8928         targets, using i860coff_vec.
8929         * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
8930         trad-core.o and hosts/i860mach3.h.
8931         (i860coff_vec): Use coff-i860.o and cofflink.o.
8932         * configure: Rebuild.
8933         * Makefile.in: Rebuild dependencies.
8934         (ALL_MACHINES): Add cpu-i860.o.
8935         (BFD32_BACKENDS): Add coff-i860.o.
8936         (CFILES): Add cpu-i860.c and coff-i860.c.
8937         * targets.c (i860coff_vec): Declare.
8938         (bfd_target_vector): Add &i860coff_vec.
8939         * archures.c (bfd_i860_arch): Declare.
8940         (bfd_archures_list): Add &bfd_i860_arch.
8941         * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
8942         (coff_set_flags): Handle bfd_arch_i860.
8943         (coff_write_object_contents): Handle I860 a.out magic number.
8944
8945 Mon Nov  6 14:34:07 1995  Ian Lance Taylor  <ian@cygnus.com>
8946
8947         * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
8948         the created .tc section to 2.
8949         (xcoff_mark): Don't keep a .loader reloc for a call to an
8950         undefined symbol when creating a shared library.
8951         (xcoff_build_ldsyms): When creating a shared library, generate
8952         global linkage code for a call to an undefined symbol.
8953
8954 Sun Nov  5 21:44:13 1995  Ken Raeburn  <raeburn@cygnus.com>
8955
8956         * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
8957         BFD32_BACKENDS, BFD64_BACKENDS.
8958         (.dep1): Put mkdep output in a separate file.
8959         Rebuilt dependencies.
8960
8961         * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
8962         value.
8963
8964         Permit use of mmap when available:
8965
8966         * configure.in: Check for mmap, madvise, mprotect.
8967         * config.in, configure: Regenerated.
8968
8969         * libbfd.c (struct _bfd_window_internal): Define type.
8970         (bfd_init_window, bfd_free_window, bfd_get_file_window): New
8971         functions.
8972         (ok_to_map): New static variable for debugging.
8973         (_bfd_generic_get_section_contents_in_window): New function.
8974         * bfd-in.h (bfd_window_internal): Declare type.
8975         (bfd_window): Define type.
8976         (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
8977         * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
8978         Declare.
8979
8980         * libaout.h (struct aoutdata): Add two window fields.
8981         (obj_aout_sym_window, obj_aout_string_window): New macros.
8982         * aoutx.h (some_aout_object_p): Initialize windows.
8983         (aout_get_external_symbols): Get symbol data and strings in
8984         windows instead of explicitly allocated buffers.
8985         (slurp_symbol_table): Free window instead of memory.
8986         (bfd_free_cached_info): Release windows instead of freeing storage
8987         directly.
8988         (aout_link_free_symbols): Ditto.
8989
8990         * targets.c (bfd_target): Add new field for
8991         get_section_contents_in_window.
8992         (BFD_JUMP_TABLE_GENERIC): Updated.
8993         * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
8994         coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
8995         libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
8996         macros for get_section_contents_in_window field.
8997
8998 Sat Nov  4 12:23:26 1995  Fred Fish  <fnf@cygnus.com>
8999
9000         * core.c: Renamed to corefile.c
9001         * makefile.dos (OBJS): Change core.o to corefile.o
9002         * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
9003
9004 Fri Nov  3 15:54:59 1995  Ian Lance Taylor  <ian@cygnus.com>
9005
9006         * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
9007         to o.  Clobber and restore the list of new csects around the call
9008         to _bfd_generic_link_add_one_symbol, in case it wants to report a
9009         linker error and the linker wants to read the symbol table.  Reset
9010         the line number count of a real section even if it has no relocs.
9011         (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
9012
9013         * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
9014         is too small.
9015
9016 Thu Nov  2 23:16:39 1995  Ian Lance Taylor  <ian@cygnus.com>
9017
9018         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
9019         an undefined symbol in a shared link.
9020
9021         * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
9022         oldtype from bfd_link_order_type to bfd_link_hash_type.  From
9023         phdm@info.ucl.ac.be (Philippe De Muyter).
9024
9025 Wed Nov  1 14:26:02 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
9026
9027         * coff-m88k.c (rtype2howto): New static function.
9028         (RTYPE2HOWTO): Use it rather than a macro definition.
9029
9030         * coffcode.h (coff_write_object_contents): set internal_a.magic
9031         to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
9032
9033         * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
9034         define TRAD_HEADER to new file hosts/delta68.h.
9035         m88*-motorola-sysv*, however, does use ptrace-core.o.
9036         * hosts/delta68.h: New file.
9037
9038         * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
9039         bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
9040
9041 Wed Nov  1 13:51:54 1995  Ken Raeburn  <raeburn@cygnus.com>
9042
9043         * i386linux.c (MY(vec)): Declare before use.
9044
9045 Wed Nov  1 11:45:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9046
9047         * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
9048         Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
9049
9050         * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
9051         BFD is not of the right type.
9052         (bfd_elf_get_needed_list): Likewise.
9053         * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
9054         * sunos.c (bfd_sunos_get_needed_list): Likewise.
9055         * xcofflink.c (XCOFF_XVECP): Define.
9056         (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
9057         of the right type.
9058         (bfd_xcoff_import_symbol): Likewise.
9059         (bfd_xcoff_export_symbol): Likewise.
9060         (bfd_xcoff_link_count_reloc): Likewise.
9061         (bfd_xcoff_record_link_assignment): Likewise.
9062         (bfd_xcoff_size_dynamic_sections): Likewise.
9063
9064         * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
9065         table index against the number of symbols for a base relative
9066         reloc.
9067
9068         * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
9069         static function.
9070         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
9071         full_aouthdr flag here...
9072         (_bfd_xcoff_bfd_final_link): ...not here.
9073
9074 Tue Oct 31 12:52:02 1995  Fred Fish  <fnf@cygnus.com>
9075
9076         * libelf.h:  Rename to elf-bfd.h to avoid conflict with
9077         systems that have a system <libelf.h>.
9078         * Makefile.in: Globally replace libelf.h with elf-bfd.h.
9079         * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
9080         elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
9081         elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
9082         elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
9083         elfxx-target.h: Include elf-bfd.h rather than libelf.h.
9084         * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
9085
9086 Tue Oct 31 15:30:07 1995  David Mosberger-Tang  <davidm@azstarnet.com>
9087
9088         * ecoff.c (ecoff_set_symbol_info): Add new parameter weak.  If
9089         set, set BSF_WEAK in symbol.  Change all callers.
9090         (ecoff_get_extr): Set weakext based on BSF_WEAK.
9091         (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
9092         _bfd_generic_link_add_one_symbol.
9093         (ecoff_indirect_link_order): Check that the section tdata relocs
9094         are not NULL before using them.
9095
9096         * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
9097         define TRAD_HEADER as hosts/alphalinux.h.
9098         * configure: Rebuild.
9099         * hosts/alphalinux.h: New file.
9100         * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
9101         not int.
9102
9103 Tue Oct 31 12:34:11 1995  Ian Lance Taylor  <ian@cygnus.com>
9104
9105         * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
9106         C_ECOMM storage classes.
9107
9108         * xcofflink.c (xcoff_mark_symbol): New static function, broken out
9109         of xcoff_mark.
9110         (xcoff_mark): Call xcoff_mark_symbol.
9111         (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
9112         (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
9113         doing it by hand.
9114         (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
9115
9116 Mon Oct 30 14:53:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9117
9118         * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
9119         field.
9120         (xcoff_find_reloc): New static function.
9121         (xcoff_link_add_symbols): Use it.
9122         (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
9123         (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL.  Don't
9124         relocate the value of C_DECL.
9125
9126         * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
9127
9128 Sat Oct 28 01:25:34 1995  steve chamberlain  <sac@slash.cygnus.com>
9129
9130         * cofflink.c (_bfd_coff_generic_relocate_section): Make
9131         callback decide what goes in .relocs.
9132         * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
9133         * peicode.h (pe_mkobject_hook): Only copy aouthdr if
9134         there is one.
9135
9136 Sat Oct 28 01:51:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9137
9138         * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
9139         absolute section.
9140
9141 Fri Oct 27 18:14:39 1995  Ian Lance Taylor  <ian@cygnus.com>
9142
9143         * xcofflink.c: More improvements, mostly to fix handling of
9144         constructors and a few other special cases.
9145         * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
9146         zero, reverting yesterday's change.
9147         * bfd-in.h (bfd_xcoff_link_record_set): Declare.
9148         (bfd_xcoff_link_count_reloc): Declare.
9149         (bfd_xcoff_record_link_assignment): Declare.
9150         * bfd-in2.h: Rebuild.
9151
9152 Fri Oct 27 14:42:15 1995  Niklas Hallqvist  <niklas@appli.se>
9153
9154         * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
9155         aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
9156         i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
9157         i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
9158         ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
9159         Change PAGE_SIZE to TARGET_PAGE_SIZE.
9160
9161         * m68knetbsd.c: Ditto as well as add support for the m68k4k object
9162         format.
9163
9164         * netbsd.h: Double ditto (incl. m68k4k support).  NetBSD's text
9165         segments includes the a.out header.  See to that the magic number
9166         *always* is big-endian.
9167
9168         * config.bfd: Add m68*-hp*-netbsd* case.  Cross-pollinate m68k and
9169         m68k4k NetBSD configurations.
9170
9171         * configure.in, configure: Separate i386 & mips NetBSD
9172         configurations from other BSD ones.  Don't assume DEC is the only
9173         thing NetBSD/mips run on.  Add {m68k,ns32k,sparc}-*-netbsd*
9174         configurations.  Add support for m68k4k NetBSD object format.
9175
9176         * libaout.h: Added M_68K4K_NETBSD magic.
9177
9178         * m68k4knetbsd.c: New file.
9179
9180         * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
9181
9182         * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
9183         <machine/endian.h>.
9184
9185         * hosts/mipsnbsd.h: New file.
9186
9187 Thu Oct 26 14:16:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9188
9189         * xcofflink.c: Numerous changes to get closer to a working XCOFF
9190         linker.
9191         * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
9192         toc_section, and entry_section fields.
9193         (struct xcoff_section_tdata): Remove ldrel_count field.
9194         * libcoff.h: Rebuild.
9195         * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
9196         fields.
9197         (coff_compute_section_file_positions): If RS6000COFF_C, generate
9198         full a.out header if full_aouthdr is set in xcoff_data.
9199         (coff_write_object_contents): Likewise.  Set o_snentry and o_sntoc
9200         based on sections stored in xcoff_data.
9201         * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
9202         fields.
9203         (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
9204         (rs6000coff_vec): Set symbol_leading_char to '.'.
9205         * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
9206         value stored in ret rather than returning a pointer value.
9207
9208 Wed Oct 25 23:10:39 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9209
9210         * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
9211         format for now.
9212
9213 Wed Oct 25 16:19:27 1995  Jeffrey A Law  (law@cygnus.com)
9214
9215         * som.c (som_slurp_string_table): Allocate the strings with malloc
9216         since they're free'd by free_cached_info.
9217         (som_slurp_symbol_table): Similarly for the symbol table.
9218
9219 Wed Oct 25 14:59:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9220
9221         * Makefile.in (diststuff):  Don't make headers.
9222
9223 Wed Oct 25 11:32:54 1995  Ian Lance Taylor  <ian@cygnus.com>
9224
9225         * Makefile.in: Rebuild dependencies.
9226
9227         * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
9228         output_bfd is not SunOS.
9229         (bfd_sunos_size_dynamic_sections): Likewise.  Don't scan relocs of
9230         non-SunOS input files.
9231
9232         * xcofflink.c: Extensive changes to support linking shared objects
9233         and generating a .loader section.
9234         * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
9235         (struct xcoff_section_tdata): Add lineno_count, first_symndx,
9236         last_symndx, and ldrel_count fields.
9237         * libcoff.h: Rebuild.
9238         * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
9239         * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
9240         is set.
9241         * bfd-in.h (bfd_xcoff_import_symbol): Declare.
9242         (bfd_xcoff_export_symbol): Declare.
9243         (bfd_xcoff_size_dynamic_sections): Declare.
9244         * bfd-in2.h: Rebuild.
9245
9246 Tue Oct 24 17:44:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9247
9248         * configure.in: Add xcofflink.o to pmac_xcoff_vec.
9249         * configure: Rebuild.
9250         * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
9251         * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
9252         contents.
9253         (pmac_xcoff_vec): Update to use new xcoff support.
9254         * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
9255         (xcoff_write_armap): Declare buf as unsigned char.
9256         * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
9257
9258         * mpw-make.sed: Generalize subdir_do edit.
9259
9260 Tue Oct 24 10:25:01 1995  Jeffrey A Law  (law@cygnus.com)
9261
9262         * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
9263         correctly.  Don't initialize asect->vma.
9264
9265 Fri Oct 20 13:23:48 1995  Ken Raeburn  <raeburn@cygnus.com>
9266
9267         * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
9268         something a little less than the page size.
9269
9270 Thu Oct 19 13:06:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9271
9272         * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
9273
9274 Wed Oct 18 16:20:08 1995  steve chamberlain  <sac@slash.cygnus.com>
9275
9276         * coff-i386.c (coff_i386_reloc_type_lookup): New.
9277         * coffcode.h (coff_write_object_contents): If .bss is before
9278         .data us that as data_start.
9279         * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
9280         calc correct.
9281         * peicode.h (add_data_entry): Use _cooked_size of data directory.
9282         (coff_swap_outhdr_out): Hardwire in version number.
9283
9284 Wed Oct 18 16:50:54 1995  Ken Raeburn  <raeburn@cygnus.com>
9285
9286         * sunos.c (sunos_add_dynamic_symbols): Rename local variables
9287         major and minor to *_vno, since the former are also macros in
9288         SunOS header files.  Cast result of bfd_alloc to appropriate
9289         type.
9290
9291         * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
9292         before assigning to sec_data.
9293
9294 Wed Oct 18 13:25:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9295
9296         * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
9297         now relative to the section, not absolute.
9298         * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
9299         get the file name when there is a N_SO directory name.  When
9300         handling stabs, remember that section->vma was added to the
9301         offset.
9302
9303 Tue Oct 17 18:24:54 1995  Ian Lance Taylor  <ian@cygnus.com>
9304
9305         * sunos.c (struct sunos_link_hash_table): Add needed field.
9306         (sunos_link_hash_table_create): Call bfd_release, not free.
9307         (sunos_link_hash_table_create): Initialize needed field.
9308         (sunos_add_dynamic_symbols): Record needed objects.
9309         (bfd_sunos_get_needed_list): New function.
9310         * bfd-in.h (bfd_sunos_get_needed_list): Declare.
9311         * bfd-in2.h: Rebuild.
9312
9313 Mon Oct 16 14:43:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9314
9315         * libcoff-in.h (pe_data_type.in_reloc_p): New.
9316
9317 Mon Oct 16 10:52:50 1995  Ian Lance Taylor  <ian@cygnus.com>
9318
9319         * bfd-in.h (struct bfd_link_needed_list): Rename from
9320         bfd_elf_link_needed_list.
9321         * bfd-in2.h: Rebuild.
9322         * elf.c, elflink.h, libelf.h: Corresponding changes.
9323
9324         Add start at AIX linker support; no shared libraries yet.
9325         * xcofflink.c: New file.
9326         * configure.in (rs600coff_vec): Use xcofflink.o.
9327         * configure: Rebuild.
9328         * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
9329         fields.
9330         (struct xcoff_section_tdata): Define.
9331         (xcoff_section_data): Define macro.
9332         (_bfd_xcoff_bfd_link_hash_table_create): Declare.
9333         (_bfd_xcoff_bfd_link_add_symbols): Declare.
9334         (_bfd_xcoff_bfd_final_link): Declare.
9335         (_bfd_ppc_xcoff_relocate_section): Declare.
9336         * libcoff.h: Rebuild.
9337         * coff-rs6000.c: Clean up a bit.
9338         (xcoff_mkobject): Default modtype to 1L, not RE.  Initialize
9339         cputype, csects, and debug_indices.
9340         (xcoff_copy_private_bfd_data): Copy cputype.
9341         (xcoff_howto_table): Rename from rs6000coff_howto_table.
9342         (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
9343         (xcoff_reloc_type_lookup): Rename from
9344         rs6000coff_reloc_type_lookup.
9345         (coff_relocate_section): Define.
9346         (_bfd_xcoff_sizeof_headers): Define.
9347         (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
9348         (_bfd_xcoff_bfd_relax_section): Define.
9349         (_bfd_xcoff_bfd_link_split_section): Define.
9350         (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
9351         coff.
9352         * coffcode.h (coff_compute_section_file_positions): If AIX,
9353         increment sofar by SMALL_AOUTSZ if not executable.
9354         (coff_write_object_contents): If AIX, always output an a.out
9355         header; if not executable, header size of SMALL_AOUTSZ.
9356         * hash.c (struct bfd_strtab_hash): Add xcoff field.
9357         (_bfd_stringtab_init): Initialize xcoff field.
9358         (_bfd_xcoff_stringtab_init): New function.
9359         (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
9360         (_bfd_stringtab_emit): In XCOFF mode, write out length.
9361         * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
9362         * libbfd.h: Rebuild.
9363         * Makefile.in: Rebuild dependencies.
9364         (BFD32_BACKENDS): Add xcofflink.o.
9365         (CFILES): Add xcofflink.c.
9366
9367         * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
9368         SEC_NO_FLAGS, for .acommon section.  From Peter Schauer
9369         <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
9370
9371 Sat Oct 14 21:36:02 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9372
9373         * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
9374
9375 Fri Oct 13 17:48:43 1995  Ken Raeburn  <raeburn@cygnus.com>
9376
9377         * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
9378         * config.in: Regenerated.
9379
9380         * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
9381         (_bfd_chunksize): New variable.
9382         (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
9383         for obstack chunk size.
9384         * configure.in: Check for getpagesize.
9385         * configure: Regenerated.
9386
9387         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9388
9389         * trad-core.c (rawptr): Make it a local variable of
9390         ptrace_unix_core_file_p.
9391
9392 Fri Oct 13 11:22:01 1995  steve chamberlain  <sac@slash.cygnus.com>
9393
9394         * coff-arm.c (in_reloc_p): New.
9395         * coff-i386.c (in_reloc_p): New.
9396         * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
9397         (coff_write_object_contents): Only set has_reloc_section
9398         if PE_IMAGE.
9399         * cofflink.c (_bfd_coff_generic_relocate_section): Call
9400         in_reloc_p to decide if reloc should be emitted.
9401         * libcoff.h (pe_data_type.in_reloc_p): New.
9402         * peicode.h (pe_mkobject): Initialize in_reloc_p.
9403
9404 Wed Oct 11 00:49:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9405
9406         * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
9407         (_bfd_coff_read_internal_relocs): Likewise.
9408         * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
9409         (_bfd_coff_read_internal_relocs): Likewise.
9410
9411         * elflink.h (elf_link_add_object_symbols): Correct conditions
9412         under which type and size change warnings are issued.
9413
9414 Tue Oct 10 18:32:46 1995  Ian Lance Taylor  <ian@cygnus.com>
9415
9416         * coffgen.c (coff_count_linenumbers): Don't count line numbers for
9417         a symbol which is not in a real section.
9418         (coff_write_native_symbol): Corresponding change.
9419
9420         * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
9421         coff_link_hash_newfunc and make non-static.
9422         (_bfd_coff_link_hash_table_init): New function, broken out of
9423         _bfd_coff_link_hash_table_create.
9424         (_bfd_coff_link_hash_table_create): Use it.
9425         (process_embedded_commands): Make static.
9426         * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
9427         (_bfd_coff_link_hash_table_init): Declare.
9428         * libcoff.h: Rebuild.
9429
9430         * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
9431         field in XCOFF tdata.
9432         (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
9433         U802ROMAGIC, for clarity.  Try to set arch and machine correctly
9434         based on cputype stored in a.out header, or in n_type of initial
9435         .file symbol.
9436         (coff_write_object_contents): Set cputype correctly in a.out
9437         header.
9438         (coff_slurp_symbol_table): Add casts to file_ptr to avoid
9439         warnings.
9440         * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
9441         (coff_swap_aouthdr_out): Swap out cputype field.  Don't clear
9442         old resv1 field.
9443         * libcoff-in.h (struct xcoff_tdata): Add cputype field.
9444         * libcoff.h: Rebuild.
9445
9446         * cpu-rs6000.c (rs6000_compatible): New static function.
9447         (bfd_rs6000_arch): Use it.
9448         * cpu-powerpc.c (powerpc_compatible): New static function.
9449         (arch_info_struct): Define various flavours of PowerPC.
9450         (bfd_powerpc_arch): Use powerpc_compatible.  Point at
9451         arch_info_struct.
9452
9453 Tue Oct 10 10:50:46 1995  Fred Fish  <fnf@cygnus.com>
9454
9455         * Makefile.in (FLAGS_TO_PASS):  Remove BISON.
9456
9457 Tue Oct 10 01:28:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9458
9459         * elflink.h (elf_link_add_object_symbols): Don't warn about
9460         changing the size or type if the old definition was weak.
9461
9462 Mon Oct  9 11:24:08 1995  Ian Lance Taylor  <ian@cygnus.com>
9463
9464         * coffcode.h (combined_entry_type): Add fix_line field.
9465         (coff_slurp_line_table): Warn if we try to set the lineno field of
9466         a symbol twice.
9467         (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
9468         C_EINCL by setting fix_line.  Fix C_BSTAT symbol value.
9469         * coffgen.c (coff_mangle_symbols): Handle fix_line.
9470         (coff_write_symbol): Only use N_DEBUG if the symbol is in the
9471         absolute section.
9472         (coff_print_symbol): Print fix_value symbols in a useful fashion.
9473         * libcoff.h: Rebuild.
9474
9475         * libcoff-in.h (struct xcoff_tdata): Define.
9476         (xcoff_data): Define.
9477         * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
9478         * bfd-in2.h, libcoff.h: Rebuild.
9479         * coff-rs6000.c (xcoff_mkobject): New static function.
9480         (coff_mkobject): Define.
9481         (xcoff_copy_private_bfd_data): New static function.
9482         (coff_bfd_copy_private_bfd_data): Define.
9483         (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
9484         signed to bitfield.
9485         (rs6000coff_vec): Add DYNAMIC to object_flags.
9486         * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
9487         .loader sections specially.
9488         (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
9489         section alignment from the XCOFF tdata information.
9490         (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
9491         F_SHROBJ, and copy the extra a.out header information into the
9492         XCOFF tdata structure.
9493         (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
9494         F_DYNLOAD and the extra a.out header information.
9495         (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
9496         C_HIDEXT symbol with attached csect information.
9497         * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
9498         in the o_maxdata field.
9499         (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
9500         * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
9501         end if BSF_NOT_AT_END is set.
9502
9503         * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
9504         _bfd_read_ar_hdr_fn.
9505         * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
9506         * bfd-in2.h, libbfd.h: Rebuild.
9507         * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
9508         return value.
9509         (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
9510         (bfd_slurp_bsd_armap_f2): Likewise.
9511         (_bfd_slurp_extended_name_table): Likewise.
9512
9513 Fri Oct  6 16:18:35 1995  Ken Raeburn  <raeburn@cygnus.com>
9514
9515         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9516
9517         * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
9518         when the symbol table is empty.
9519
9520         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
9521         space for section symbols, since we don't output them either.
9522         (elf_m68k_adjust_dynindx): Removed.
9523
9524         * ptrace-core.c (rawptr): Make it a local variable of
9525         ptrace_unix_core_file_p.
9526
9527 Fri Oct  6 12:24:47 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9528
9529         * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
9530         NULL.
9531
9532         * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
9533         Mac object file formats.
9534
9535 Fri Oct  6 12:04:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9536
9537         * coffgen.c (coff_fix_symbol_name): Don't try to set up file
9538         auxent if there isn't one.
9539         (coff_write_symbols): If there is no file auxent, use SYMNMLEN
9540         rather than FILNMLEN as the maximum name length.
9541
9542         * coffcode.h (bfd_coff_backend_data): Add new field
9543         _bfd_coff_print_aux.
9544         (bfd_coff_print_aux): New static function.
9545         (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
9546         scnlen field of an XTY_LD csect aux entry.
9547         (coff_print_aux): New static function.
9548         (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
9549         in coff_pointerize_aux_hook.
9550         (bfd_coff_std_swap_table): Initialize new field.
9551         * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
9552         * libcoff.h: Rebuild.
9553         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
9554         * coff-mips.c (mips_ecoff_backend_data): Likewise.
9555
9556         * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
9557         if there are symbols, for native AIX ld compatibility.
9558
9559         * coffcode.h (bfd_coff_backend_data): Add new field
9560         _bfd_coff_pointerize_aux_hook.
9561         (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
9562         or I960, and as 0 otherwise.
9563         (bfd_coff_std_swap_table): Initialize new field.
9564         * libcoff.h: Rebuild.
9565         * coffgen.c (coff_pointerize_aux): Change parameters  to take
9566         symbol pointer instead of type and class, and to take aux index.
9567         Call _bfd_coff_pointerize_aux_hook if it is defined.
9568         (coff_get_normalized_symtab): Always call coff_pointerize_aux.
9569         * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
9570         * coff-mips.c (mips_ecoff_backend_data): Likewise.
9571
9572         * coff-rs6000.c: Add full support for AIX archives.  Rewrite old
9573         read-only/host-only support.
9574
9575         * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
9576         BSF_LOCAL.
9577         (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
9578         RS6000COFF_C.
9579
9580         * targets.c (bfd_target): Add _bfd_read_ar_hdr field.  Modify
9581         BFD_JUMP_TABLE_ARCHIVE accordingly.
9582         * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
9583         (_bfd_compute_and_write_armap): Declare.
9584         (_bfd_generic_read_ar_hdr): Declare.
9585         (_bfd_read_ar_hdr): Define.
9586         (_bfd_noarchive_read_ar_hdr): Define.
9587         (_bfd_archive_bsd_read_ar_hdr): Define.
9588         (_bfd_archive_coff_read_ar_hdr): Define.
9589         * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
9590         _bfd_read_ar_hdr instead.
9591         (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
9592         (_bfd_compute_and_write_armap): Rename from
9593         compute_and_write_armap.  Make non-static.  Change all callers.
9594         * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
9595         than _bfd_snarf_ar_hdr.
9596         * aout-target.h (MY_read_ar_hdr): Define if not defined.
9597         * ieee.c (ieee_read_ar_hdr): Define.
9598         * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
9599         * oasys.c (oasys_read_ar_hdr): Define.
9600         * som.c (som_read_ar_hdr): Define.
9601         * bfd-in2.h, libbfd.h: Rebuild.
9602
9603 Thu Oct  5 14:04:07 1995  steve chamberlain  <sac@slash.cygnus.com>
9604
9605         * peicode.c (coff_swap_filehdr_in): If symptr is
9606         zero, there aren't any symbols, even if nsyms is set.
9607
9608 Thu Oct  5 11:45:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9609
9610         * libecoff.h (struct ecoff_backend_data): Add adjust_headers
9611         field.
9612         * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
9613         sections, and set styp correctly for them: .got, .hash, .dynamic,
9614         .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
9615         (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
9616         types.
9617         (ecoff_sort_hdrs): New static function.
9618         (ecoff_compute_section_file_positions): Return boolean, not void.
9619         Sort the sections by VMA before looking through them.  Put the
9620         first non SEC_ALLOC section on a new page.  Put every SEC_ALLOC
9621         section on an appropriate boundary within the page.
9622         (ecoff_compute_reloc_file_positions): Check return value of
9623         ecoff_compute_section_file_positions.
9624         (_bfd_ecoff_set_section_contents): Likewise.
9625         (_bfd_ecoff_write_object_contents): Check for various Alpha
9626         section types when incrementing text_size and data_size.  Call
9627         adjust_headers backend function if it exists.
9628         * coff-alpha.c (alpha_adjust_headers): New static function.
9629         (alpha_ecoff_backend_data): Initialize adjust_headers field.
9630         * coff-mips.c (mips_ecoff_backend_data): Likewise.
9631
9632         * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
9633
9634 Wed Oct  4 18:15:02 1995  Jeff Law  (law@hurl.cygnus.com)
9635
9636         * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
9637         of ALTERNATE_AIX_CORE_FORMAT.
9638         * configure.in (aix4): No longer need CORE_FLAGS.
9639         * configure: Updated.
9640
9641 Wed Oct  4 15:36:36 1995  Ken Raeburn  <raeburn@cygnus.com>
9642
9643         NS32k changes from Ian Dall:
9644         * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
9645         macros.
9646         (aout_link_input_section_std, aout_link_input_section_ext,
9647         aout_link_reloc_link_order): Call them instead of _bfd_*
9648         versions.
9649         * aout-target.h (MY_exec_header_not_counted): New macro, defaults
9650         to zero.
9651         (backend_data): Use it instead of hardcoded zero.
9652
9653         * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
9654         (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
9655
9656         * ns32knetbsd.c: Include bfd.h.
9657         (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
9658         (MY_bfd_reloc_type_lookup): Declare function too.
9659         * pc532-mach.c (set_sizes): Don't declare.
9660         (MY_text_includes_header, MY_exec_header_not_counted): Define.
9661         (backend_data, MY_backend_data): Don't define.
9662
9663         * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
9664         ns32k-*-lites* like ns32k-*-netbsd*.
9665
9666         * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
9667         compile on lites.
9668
9669 Wed Oct  4 14:15:52 1995  Ian Lance Taylor  <ian@cygnus.com>
9670
9671         * coffcode.h (coff_write_object_contents): Restore setting
9672         f_timdat to 0, deleted on August 22.
9673
9674 Tue Oct  3 16:28:32 1995  steve chamberlain  <sac@slash.cygnus.com>
9675
9676         * coffcode.h (coff_bfd_copy_private_symbol_data,
9677         coff_bfd_copy_private_section_data,
9678         coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
9679         * peicode.h (coff_bfd_copy_private_bfd_data): New
9680         (pe_bfd_copy_private_bfd_data): New.
9681         (coff_swap_scnhdr_in): Swap bss size into the right place.
9682         (pe_print_private_bfd_data): Add some newlines.
9683
9684 Tue Oct  3 11:53:04 1995  Jeff Law  (law@hurl.cygnus.com)
9685
9686         * som.c (setup_sections): Don't die if a space has no subspaces.
9687
9688 Mon Oct  2 14:08:55 1995  Ian Lance Taylor  <ian@cygnus.com>
9689
9690         * elflink.h (elf_link_add_object_symbols): Don't let a weak
9691         dynamic symbol override a common symbol.  Don't change the size or
9692         type if they have been set and the new symbol is not a definition.
9693         Warn if the size or type changes.
9694
9695 Sun Oct  1 01:34:41 1995  Jeff Law  (law@hurl.cygnus.com)
9696
9697         * som.c (som_begin_writing): Don't write the symbol table or
9698         symbol  strings.
9699         (som_finish_writing): Write them here.  Place them after the
9700         subspace data, but before the relocs.
9701
9702 Fri Sep 29 11:01:55 1995  Ian Lance Taylor  <ian@cygnus.com>
9703
9704         * sunos.c (sunos_add_one_symbol): Just pass false, not
9705         info->shared_library, to sunos_create_dynamic_sections.
9706         (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
9707         section.
9708         (sunos_check_dynamic_reloc): Remove .text section assertion.
9709
9710 Thu Sep 28 18:48:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
9711
9712         * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
9713         * configure, configure.in: Add pmac_xcoff_vec case.
9714         * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
9715         * coff-pmac.c: New file, PowerMac XCOFF support.
9716         * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
9717         * targets.c (pmac_xcoff_vec): Declare.
9718
9719         * mpw-config.in: Various changes to be compatible with the
9720         autoconf-based configury.
9721         * mpw-make.sed: New file, sed commands to translate Unix
9722         makefile into MPW syntax.
9723         * mpw-make.in: Remove.
9724         * hosts/mpw.h: Remove.
9725         * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
9726         true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
9727
9728 Thu Sep 28 17:06:23 1995  steve chamberlain  <sac@slash.cygnus.com>
9729
9730         * binary.c (binary_get_symtab): Return an empty string on error.
9731         * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
9732
9733 Thu Sep 28 15:30:44 1995  Kim Knuttila  <krk@nellie>
9734
9735         * coff-ppc.c: Reformatted according to gnu conventions
9736                       Removed irrelevant "if 0" code
9737
9738 Thu Sep 28 11:19:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9739
9740         * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
9741         symbols rather than as indirect symbols.
9742         (MY(slurp_symbol_table)): Don't do anything special about
9743         secondary symbols.
9744
9745         * coffcode.h (coff_new_section_hook): Make sure that the alignment
9746         of .ctors and .dtors sections is no larger than 2.
9747
9748         * sunos.c (sunos_add_one_symbol): Don't change
9749         bfd_link_hash_common to bfd_link_hash_new, since it may be on the
9750         undef list.
9751         (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
9752         dynamic symbols when creating a shared library.
9753         (sunos_scan_ext_relocs): Handle relocs correctly when creating a
9754         shared library.
9755         (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
9756         written even if it is not defined in a regular object.
9757         (sunos_write_dynamic_symbol): Use plt_offset for the address of
9758         the jump table reloc.  Add an assertion.  Use RELOC_JMP_SLOT
9759         rather than the constant 22.
9760         (sunos_check_dynamic_reloc): Handle creating a shared library.
9761         (sunos_finish_dynamic_link): Set the first entry in the GOT to
9762         zero when creating a shared library.
9763         * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
9764         write it out at the start of the symbol table.
9765
9766         * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
9767
9768 Thu Sep 28 00:58:05 1995  Doug Evans  <dje@deneb.cygnus.com>
9769
9770         * config.bfd: Add arm-*-coff.
9771         * configure.in, configure: Add armcoff_{little,big}_vec.
9772         * targets.c (armcoff_{little,big}_vec): Declare.
9773         (bfd_target_vector): Add armcoff_{little,big}_vec.
9774         * coff-arm.c (armcoff_{little,big}_vec): Always define.
9775
9776 Wed Sep 27 10:37:14 1995  Ian Lance Taylor  <ian@cygnus.com>
9777
9778         * targets.c (bfd_find_target): Remove debugging code.
9779
9780 Wed Sep 27 07:23:39 1995  Kim Knuttila  <krk@nellie>
9781
9782         * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
9783         support on powerpc.
9784         * Makefile.in: added *-ppc files
9785         * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
9786         allow pe based .o's to be shared with other tools on ppc/NT
9787         * config.bfd: added powerpc[le]-[pe|winnt] config support
9788         * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
9789         * peicode.h: Added more section flags for PE on ppc
9790                      Added coff_swap_filehdr_out to allow peicode.h to be
9791                      used for non-image PE files on ppc.
9792                      Check for image, or not, before copying pe_opthdr
9793         * targets.c: Added new bfd's
9794         * targets.c: Removed two inactive bfds that shouldn't have made it this
9795                      far.
9796
9797 Tue Sep 26 14:06:41 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9798
9799         * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
9800         explicit values to initialize all relocs.  Change all users.
9801         (ppc_elf_brtaken_inner): New function to handle branch predicition
9802         relocs.
9803         (ppc_elf_brtaken_reloc): Ditto.
9804         (ppc_elf_howto_raw): Use new functions.  Make sure all unsupported
9805         relocs use ppc_elf_unsupported_reloc.
9806         (ppc_elf_merge_private_bfd_data): Keep track of whether an error
9807         needs to be reported.
9808         (ppc_elf_relocate_section): Support branch prediction relocs.
9809
9810 Tue Sep 26 12:48:05 1995  Ian Lance Taylor  <ian@cygnus.com>
9811
9812         * bfd.c (bfd_assert): Remove \n from string passed to
9813         _bfd_error_handler.
9814
9815         * coff-i386.c: (TWO_DATA_SECS): Don't define.
9816         * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
9817         (bfd_coff_make_section_hook): Don't define.
9818         (coff_make_section_hook): Remove.
9819         (sec_to_styp_flags): Remove TWO_DATA_SECS case.
9820         (styp_to_sec_flags): Likewise.
9821         (coff_write_object_contents): Likewise.
9822         (bfd_coff_std_swap_table): Don't initialize make_section_hook
9823         field.
9824         * libcoff.h: Rebuild.
9825         * coffgen.c (make_a_section_from_file): Just call
9826         bfd_make_section_anyway, not bfd_make_section or
9827         bfd_coff_make_section_hook.
9828         * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
9829         * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
9830         * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
9831         make_section_hook field.
9832         * coff-mips.c (mips_ecoff_backend_data): Likewise.
9833
9834         * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
9835         pointers into value field for warning and indirect symbols; just
9836         leave the value field alone.
9837         * linker.c (generic_link_add_symbol_list): Use next symbol for
9838         warning and indirect symbols, rather than looking in symbol value.
9839         * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
9840         parameter.  Change all callers.  Remove support for indirect
9841         symbols; it didn't work anyhow.
9842         (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
9843         * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
9844         * bfd-in2.h: Rebuild.
9845
9846 Mon Sep 25 16:04:09 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9847
9848         * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
9849         go back to telling the tools this reloc operates on 32 bits.
9850
9851 Mon Sep 25 11:48:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9852
9853         * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
9854         rather than a direct fprintf.
9855         * archive.c (_bfd_write_archive_contents): Likewise.
9856         * coffcode.h (coff_slurp_symbol_table): Likewise.
9857         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
9858         (ppc_elf_unsupported_reloc): Likewise.
9859         (ppc_elf_relocate_section): Likewise.
9860         * i386linux.c (linux_tally_symbols): Likewise.
9861         (linux_finish_dynamic_link): Likewise.
9862         * osf-core.c (osf_core_core_file_p): Likewise.
9863         * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
9864         * som.c (som_sizeof_headers): Likewise.
9865         * srec.c (srec_bad_byte): Likewise.
9866         * bfd.c (bfd_assert): Likewise.  Also change file to be const.
9867         * libbfd-in.h (bfd_assert): Declare first parameter const.
9868         * libbfd.h: Rebuild.
9869         * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
9870         bfd_reloc_overflow is enough.
9871         * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
9872         * coff-h8500.c (rtype2howto): Likewise.
9873         * coff-z8k.c (rtype2howto): Likewise.
9874         * coffcode.h (dummy_reloc16_extra_cases): Likewise.
9875         * elf.c (_bfd_elf_get_lineno): Likewise.
9876         (_bfd_elf_no_info_to_howto): Likewise.
9877         (_bfd_elf_no_info_to_howto_rel): Likewise.
9878         * hp300hpux.c (convert_sym_type): Likewise.
9879         (MY(swap_std_reloc_in)): Likewise.
9880         * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
9881
9882         * libaout.h (struct aoutdata): Add line_buf field.
9883         * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
9884         and filename_buffer.  Instead, use a malloc buffer stored in the
9885         new line_buf field.  Remove length restrictions.
9886
9887         * coffgen.c (string_size): Remove static variable.
9888         (debug_string_size, debug_string_section): Likewise.
9889         (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
9890         and debug_string_size_p parameters.  Use them instead of the
9891         global variables.  Change all callers.
9892         (coff_write_symbol): Likewise.
9893         (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
9894         (coff_write_symbols): Add local variables to replace removed
9895         global variables.
9896
9897         * libcoff-in.h (struct coff_section_tdata): Add offset, i,
9898         function, and line_base fields.
9899         * libcoff.h: Rebuild.
9900         * coffgen.c (coff_find_nearest_line): Use section tdata to cache
9901         information, rather than using static variables.
9902
9903         * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
9904         file.  From Peter DeWolf <pld@amt.tay1.dec.com>.
9905
9906         * init.c (initialized): Remove static variable.
9907         (bfd_init): Don't bother setting initialized.
9908         (bfd_check_init): Remove.
9909         * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
9910         * libbfd.h: Rebuild.
9911
9912 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9913
9914         * rs6000-core.c (rs6000coff_core_p):  Don't check the core file
9915         size for full core dumps. Copy core file header to private data.
9916         (rs6000coff_core_file_failing_command,
9917         rs6000coff_core_file_failing_signal):  New functions to extract
9918         the file name and terminating signal from the core file.
9919         * coff-rs6000.c:  Use them.
9920
9921 Fri Sep 22 17:44:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9922
9923         Change arch info to be const, initialized at compile time.
9924         * archures.c: Reindent many functions.  Change CONST to const.
9925         (bfd_arch_info_type): Make arch_name const.  Remove disassemble;
9926         nothing set it anyhow.  Make next const.
9927         (bfd_arch_info_list): Remove.
9928         (bfd_archures_list): Rename from archures_init_table.  Change from
9929         a table of function pointers to a table of bfd_arch_info_type
9930         structure addresses.
9931         (bfd_scan_arch): Rewrite accordingly.  Return a const pointer.
9932         (bfd_lookup_arch): Likewise.
9933         (bfd_set_arch_info): Rewrite accordingly.  Change argument to be a
9934         const pointer.
9935         (bfd_default_arch_struct): Make const.
9936         (bfd_arch_init, bfd_arch_linkin): Remove.
9937         (bfd_get_arch_info): Return a const pointer.
9938         * init.c (bfd_init): Don't call bfd_arch_init.
9939         * bfd.c (struct _bfd): Make arch_info const.
9940         * bfd-in2.h: Rebuild.
9941         * libbfd.h: Rebuild.
9942         * configure.in: Put & before everything in $selarchs.
9943         * configure: Rebuild.
9944         * cpu-*.c: Change bfd_*_arch from a function which calls
9945         bfd_arch_linkin to a const structure.
9946         * ieee.c (ieee_object_p): Make arch const.
9947
9948 Fri Sep 22 16:23:18 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9949
9950         * reloc.c (bfd_reloc_code_type): Add relocations to support all of
9951         PowerPC V.4.
9952         * bfd-in2.h: Regenerate.
9953         * libbfd.h: Regenerate.
9954
9955         * elf32-ppc.c (reloc_type): Update names to match current draft.
9956         (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
9957         relative.  Update names to current V.4 draft.
9958         (ppc_elf_reloc_type_lookup): Add support for more relocations.
9959         (ppc_elf_relocate_section): Rename relocations to match draft.
9960
9961 Thu Sep 21 21:53:18 1995  Michael Meissner  <meissner@cygnus.com>
9962
9963         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
9964         compiled with -mrelocatable-lib to be linked with either normal
9965         modules or -mrelocatable modules.
9966
9967 Wed Sep 20 12:03:26 1995  Ian Lance Taylor  <ian@cygnus.com>
9968
9969         * coffcode.h (coff_write_object_contents): Clear the vstamp field
9970         in the a.out header.
9971
9972         * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
9973         a reloc against a local symbol, even if it's not a section.
9974
9975 Tue Sep 19 17:02:26 1995  Ian Lance Taylor  <ian@cygnus.com>
9976
9977         * targets.c (bfd_target): Remove unused align_power_min field.
9978         * bfd-in2.h: Rebuild.
9979         * All backends: Remove initialization of align_power_min.
9980
9981 Tue Sep 19 14:02:21 1995  steve chamberlain  <sac@slash.cygnus.com>
9982
9983         * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
9984
9985 Mon Sep 18 14:35:01 1995  Arne H. Juul  <arnej@pvv.unit.no>
9986
9987         * config.bfd (mips-dec-netbsd*): New target.
9988         * configure.host (mips-dec-netbsd*): New host.
9989         * configure.in (mips-dec-netbsd*): New native.
9990         * configure: Rebuild.
9991
9992 Fri Sep 15 10:24:36 1995  Ian Lance Taylor  <ian@cygnus.com>
9993
9994         Make the COFF backend linker merge common types:
9995         * cofflink.c (struct coff_debug_merge_element): Define.
9996         (struct coff_debug_merge_type): Define.
9997         (struct coff_debug_merge_hash_entry): Define.
9998         (struct coff_debug_merge_hash_table): Define.
9999         (coff_debug_merge_hash_table_init): Define.
10000         (coff_debug_merge_hash_table_free): Define.
10001         (coff_debug_merge_hash_lookup): Define.
10002         (struct coff_final_link_info): Add debug_merge field.
10003         (coff_debug_merge_hash_newfunc): New static function.
10004         (_bfd_coff_final_link): Allocate and free debug_merge table.
10005         (coff_link_input_bfd): Merge identical enum, struct and union
10006         types.
10007
10008 Thu Sep 14 14:53:58 1995  Ian Lance Taylor  <ian@cygnus.com>
10009
10010         Convert i960 COFF to use COFF backend linker.
10011         * coff-i960.c (coff_i960_relocate): Use a coff_section_data
10012         structure to store the symbol being used.
10013         (coff_i960_start_final_link): New static function.
10014         (coff_i960_relocate_section): New static function.
10015         (coff_i960_adjust_symndx): New static function.
10016         (coff_start_final_link): Define.
10017         (coff_relocate_section): Define.
10018         (coff_adjust_symndx): Define.
10019         * coffcode.h (bfd_coff_backend_data): Add new callback function
10020         _bfd_coff_start_final_link.
10021         (bfd_coff_start_final_link): Define.
10022         (coff_start_final_link): Define if not defined.
10023         (bfd_coff_std_swap_table): Add coff_start_final_link.
10024         * cofflink.c (_bfd_coff_internal_syment_name): Make globally
10025         visible.
10026         (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
10027         function callback is not NULL.
10028         * libcoff-in.h (struct coff_section_tdata): Add tdata field.
10029         (_bfd_coff_internal_syment_name): Declare.
10030         * libcoff.h: Rebuild.
10031         * configure.in (icoff_big_vec): Add cofflink.o.
10032         (icoff_little_vec): Likewise.
10033         * configure: Rebuild.
10034
10035 Wed Sep 13 17:38:23 1995  Fred Fish  <fnf@rtl.cygnus.com>
10036
10037         * Makefile.in (clean-info): Remove extraneous tab from line
10038         following action.
10039
10040 Wed Sep 13 13:27:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10041
10042         * cofflink.c (coff_link_input_bfd): Fail if a section with no
10043         contents has relocs.
10044
10045 Thu Sep 12 12:45:34 1995  steve chamberlain  <sac@slash.cygnus.com>
10046
10047         * coffcode.h (coff_compute_section_file_positions): Keep the
10048         raw size safe.
10049         (coff_write_object_contents): Remember if it's a relocatable
10050         file.
10051         * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
10052         * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
10053         if relocatable file. Swap out saved raw size.
10054
10055 Tue Sep 12 12:14:33 1995  Ian Lance Taylor  <ian@cygnus.com>
10056
10057         * Makefile.in (do_maintainer_clean): Rename from do_realclean.
10058         (maintainer-clean): Rename from realclean, passing
10059         maintainer-clean down to subdirectories, but leave realclean as a
10060         synonym.
10061
10062         * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
10063         warning callback.
10064
10065         * dep-in.sed: Remove config.h from generated dependencies.
10066
10067         * sunos.c (sunos_slurp_dynamic_symtab): New static function,
10068         broken out of sunos_canonicalize_dynamic_symtab.
10069         (sunos_canonicalize_dynamic_symtab): Call new function
10070         sunos_slurp_dynamic_symtab.
10071         (sunos_add_dynamic_symbols): Add three new parameters.  Return the
10072         dynamic symbol table to the caller.
10073         * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
10074         callback to override the symbols being read.
10075         * libaout.h (struct aout_backend_data): Add three new parameters
10076         to add_dynamic_symbols callback.
10077
10078         Extensive minor changes to avoid various gcc warnings.  Also:
10079         * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
10080         * archures.c (bfd_arch_info_type): Change mach field from long to
10081         unsigned long.
10082         (bfd_lookup_arch): Change machine parameter from long to unsigned
10083         long.
10084
10085 Mon Sep 11 10:55:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10086
10087         * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
10088         a symbol with a non-zero plt_offset.
10089
10090 Fri Sep  8 11:47:24 1995  Ian Lance Taylor  <ian@cygnus.com>
10091
10092         * elfcode.h (align_file_position): Remove; not used.
10093
10094         * configure.in: Only check for <sys/procfs.h> on a native system,
10095         and make sure it defines prstatus_t.
10096         * configure: Rebuild.
10097
10098 Thu Sep  7 12:48:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10099
10100         * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
10101
10102         * config.in: Rename from config.h.in.
10103         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
10104         Check for config.h:config.in when creating stamp-h.
10105         * configure: Rebuild.
10106         * Makefile.in (stamp-h): Depend upon config.in rather than
10107         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
10108         calling config.status.
10109
10110         * Makefile.in (do_distclean): Remove config.h and stamp-h.
10111         (Makefile): Just rebuild Makefile.
10112         (config.h, stamp-h): New targets.
10113         * configure.in: Create stamp-h when rebuilding config.h.
10114         * configure: Rebuild.
10115
10116 Wed Sep  6 15:00:33 1995  Ian Lance Taylor  <ian@cygnus.com>
10117
10118         * configure.in: Call AC_CONFIG_HEADER.  Substitute
10119         HOST_64BIT_LONG.  Check that various header files exist.  Check
10120         that fcntl exists.  Call BFD_BINARY_FOPEN.  Check whether malloc
10121         and/or free need to be declared.  Don't make a link to sysdep.h.
10122         Define TRAD_HEADER for various hosts.
10123         * configure: Rebuild.
10124         * configure.host: Don't set my_host.  Add definitions taken from
10125         host header files for various entries.  Remove entries which now
10126         do nothing.
10127         * acconfig.h: New file.
10128         * config.h.in: New file, built by autoheader.
10129         * sysdep.h: New file.
10130         * Makefile.in (do_distclean): Don't remove sysdep.h.
10131         (RECONFIG): Remove.
10132         (LOCAL_H_DEPS): New variable.
10133         ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
10134         $(RECONFIG).
10135         ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
10136         ($(OPTIONAL_BACKENDS)): Likewise.
10137         (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
10138         looking through sysdep.h.
10139         * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
10140         (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
10141         (fprintf_vma, sprintf_vma): Likewise.
10142         (int64_type, uint64_type): Don't define.
10143         * bfd-in2.h: Rebuild.
10144         * archures.c, bfd.c, srec.c: Include <ctype.h>.
10145         * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
10146         * lynx-core.c: Include stuff from old hosts/lynx.h.
10147         * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
10148         rather than NO_FCNTL.
10149         * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
10150         rather than NATIVE_HPPAHPUX_COMPILER.
10151         * trad-core.c: Don't include <errno.h>.  Include TRAD_HEADER if it
10152         is defined.
10153         * hosts/*.h: Remove all header files which merely include,
10154         declare, and define things.  Leave header files which define
10155         information needed by trad-core.c.
10156
10157         * aclocal.m4 (BFD_BINARY_FOPEN): Define.
10158         (BFD_CC_FOR_BUILD): Define.
10159         * configure.in: Use BFD_CC_FOR_BUILD.
10160         * configure: Rebuild.
10161
10162 Tue Sep  5 19:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10163
10164         * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
10165         * configure: Rebuild.
10166
10167         * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
10168         a global symbol.
10169
10170 Tue Sep  5 12:48:26 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
10171
10172         * config.bfd: i386pe_ve -> i386pe_vec.
10173
10174 Mon Sep  4 14:02:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10175
10176         * configure.host: Incorporate host Makefile fragments by setting
10177         shell variables.
10178         * configure.in: Call AC_PROG_CC.  Substitute CFLAGS, HDEFINES and
10179         AR.  Call AC_PROG_INSTALL.  Substitute CC_FOR_BUILD, choosing a
10180         value based on whether the code is being compiled by a cross
10181         compiler.  Don't substitute host_makefile_frag or frags.
10182         * aclocal.m4: New file to define local AC_PROG_CC.
10183         * configure: Rebuild.
10184         * Makefile.in (INSTALL): Set to @INSTALL@.
10185         (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
10186         (INSTALL_DATA): Set to @INSTALL_DATA@.
10187         (AR): Set to @AR@.
10188         (CC): Define as @CC@.
10189         (CFLAGS): Set to @CFLAGS@.
10190         (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
10191         (@host_makefile_frag@): Remove.
10192         (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@.  Move $(CFLAGS)
10193         after other options.
10194         (config.status): Remove dependency upon @frags@.
10195         * config/*.mh, config/README: Remove.
10196
10197         * config.bfd: Rewrite to incorporate the contents of the Makefile
10198         fragments by setting shell variables, rather than merely returning
10199         the name of a Makefile fragment.
10200         * configure.in: Use shell variables set by config.bfd rather than
10201         looking at the target Makefile fragment files.  Don't substitute
10202         target_makefile_frag.  Do substitute TDEFINES.
10203         * configure: Rebuild.
10204         * Makefile.in (@target_makefile_frag@): Remove.
10205         (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
10206         * config/*.mt: Remove.
10207
10208 Mon Sep  4 03:13:28 1995  Ken Raeburn  <raeburn@cygnus.com>
10209
10210         * configure.in: Put changequote lines around "i[345]86" patterns
10211         section of core file support.
10212
10213 Sun Sep  3 11:31:58 1995  Jeff Law  (law@snake.cs.utah.edu)
10214
10215         * som.c (som_bfd_print_private_bfd_data): Define to use the
10216         generic version.
10217
10218 Fri Sep  1 17:08:40 1995  steve chamberlain  <sac@slash.cygnus.com>
10219
10220         * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
10221         entry, text_start and data_start.
10222
10223 Fri Sep  1 18:06:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10224
10225         * Makefile.in (OFILES): Remove $(TDEPFILES).
10226         * config/apollo.mt (TDEPFILES): Remove.
10227         * config/README: Update.
10228
10229         * configure.in: For a native configuration, set COREFILE and
10230         COREFLAG based on the canonical host name.
10231         * configure: Rebuild.
10232         * Makefile.in: Rebuild dependencies.
10233         (ALL_CFLAGS): Add @COREFLAG@.
10234         (OFILES): Replace $(HDEPFILES) with @COREFILE@.
10235         * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
10236         support routines.  Check LYNX_CORE rather than HOST_LYNX.
10237         * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
10238         * i386lynx.c: Likewise.
10239         * m68klynx.c: Likewise.
10240         * sparclynx.c: Likewise.
10241         * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
10242         * *-core.c: Comment changes.
10243         * config/decstation.mh (HDEPFILES): Remove.
10244         (HDEFINES): Remove -DTRAD_CORE.
10245         * config/irix3.mh (RANLIB): Remove.
10246         * config/irix4.mh (HDEPFILES, RANLIB): Remove.
10247         (HDEFINES): Remove -DIRIX_CORE.
10248         * config/riscos.mh (RANLIB, HDEPFILES): Remove.
10249         (HDEFINES): Remove -DTRAD_CORE.
10250         * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
10251         * config/ultra3.mh (RANLIB): Remove.
10252         * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
10253         * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
10254         * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
10255         * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
10256         * config/hppahpux.mh, config/hppaosf.mh: Remove.
10257         * config/i386aix.mh, config/i386bsd.mh: Remove.
10258         * config/i386linux.mh, config/i386mach3.mh: Remove.
10259         * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
10260         * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
10261         * config/mipsmach3.mh, config/news-mips.mh: Remove.
10262         * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
10263         * config/rs600.mh, config/rs6000lynx.mh: Remove.
10264         * config/solaris2.mh, config/stratus.mh: Remove.
10265         * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
10266         * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
10267
10268 Fri Sep  1 15:18:50 1995  Kazumoto Kojima  <kkojima@info.kanagawa-u.ac.jp>
10269
10270         * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
10271         DT_FINI entry if the appropriate symbol is not in the hash table.
10272
10273         * libelf.h (struct elf_backend_data): Add create_program_headers
10274         and want_hdr_in_seg fields.
10275         * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
10276         defined.
10277         (elf_backend_create_program_headers): Likewise.
10278         (elfNN_bed): Initialize create_program_headers and
10279         want_hdr_in_seg.
10280         * elf.c (get_program_header_size): Call create_program_headers
10281         backend routine.
10282         (map_program_segments): Check want_hdr_in_seg backend field.  Call
10283         create_program_headers backend routine.
10284
10285         * elf.c (assign_file_positions_except_relocs): Align non allocated
10286         sections when creating an executable.
10287
10288         * elfcode.h (elf_swap_phdr_in): Make non static.
10289         (elf_swap_phdr_out): Make non static.
10290         * libelf.h (bfd_elf32_swap_phdr_in): Declare.
10291         (bfd_elf32_swap_phdr_out): Declare.
10292         (bfd_elf64_swap_phdr_in): Declare.
10293         (bfd_elf64_swap_phdr_out): Declare.
10294
10295         * ecofflink.c (ecoff_collect_shuffle): New static function.
10296         (_bfd_ecoff_get_accumulated_pdr): New function.
10297         (_bfd_ecoff_get_accumulated_sym): New function.
10298         (_bfd_ecoff_get_accumulated_ss): New function.
10299         * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
10300         (_bfd_ecoff_get_accumulated_sym): Declare.
10301         (_bfd_ecoff_get_accumulated_ss): Declare.
10302         * libbfd.h: Rebuild.
10303
10304 Fri Sep  1 13:20:25 1995  Ian Lance Taylor  <ian@cygnus.com>
10305
10306         * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
10307
10308         * elflink.h (elf_link_add_object_symbols): Handle indirect and
10309         warning symbols.  If any section is named .gnu.warning.XXX, treat
10310         the contents as a warning to be issued if the symbol XXX is
10311         referenced.
10312         (elf_link_output_extsym): For an indirect or warning symbol, just
10313         output the symbol it points to.
10314
10315         * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
10316         if bfd_hash_allocate fails, since it will already be set.
10317         (generic_link_hash_newfunc): Likewise.
10318         (archive_hash_newfunc): Likewise.
10319         (hash_entry_bfd): New static function.
10320         (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
10321         callback.  Allocate a new warning using the hash table newfunc.
10322         Use bfd_hash_replace to update the entry in the hash table, rather
10323         than assuming we can copy the fields with structure assignment.
10324
10325         * hash.c (bfd_hash_replace): New function.
10326         * bfd-in.h (bfd_hash_replace): Declare.
10327         * bfd-in2.h: Rebuild.
10328
10329 Fri Sep  1 08:12:50 1995  James G. Smith  <jsmith@beauty.cygnus.com>
10330
10331         * config.bfd: Add mips*vr4300-*-elf* target.
10332         * config/mipsbvr4300.mt: Added.
10333
10334 See file ChangeLog.2
10335
10336 \f
10337 Local Variables:
10338 mode: change-log
10339 left-margin: 8
10340 fill-column: 74
10341 version-control: never
10342 End: