* elf.c (copy_private_bfd_data): Cast csecs to avoid sign
[external/binutils.git] / bfd / ChangeLog
1 Wed Apr 30 12:27:03 1997  Ian Lance Taylor  <ian@cygnus.com>
2
3         * elf.c (copy_private_bfd_data): Cast csecs to avoid sign
4         extension problems.
5
6 Tue Apr 22 12:06:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7
8         * Makefile.in (do_maintainer_clean): Don't remove bfd-in2.h.
9
10 Mon Apr 21 11:21:31 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11
12         * elf32-m68k.c: Follow the last changes in elf32-i386.c:
13         (struct elf_m68k_pcrel_relocs_copied, struct
14         elf_m68k_link_hash_entry, struct elf_m68k_link_hash_table,
15         elf_m68k_link_hash_traverse, elf_m68k_hash_table,
16         elf_m68k_link_hash_newfunc, elf_m68k_link_hash_table_create,
17         elf_m68k_discard_copies, bfd_elf32_bfd_link_hash_table_create):
18         New definitions.
19         (elf_m68k_check_relocs): If linking with -Bsymbolic, don't copy
20         PC relative relocs for a global symbol defined in a regular
21         object, and count the number of PC relative relocs copied for any
22         global symbol.
23         (elf_m68k_size_dynamic_sections): If linking with -Bsymbolic,
24         traverse with elf_m68k_discard_copies.
25
26 Sat Apr 19 22:50:14 1997  Ian Lance Taylor  <ian@cygnus.com>
27
28         * elf32-i386.c (elf_i386_check_relocs): Only count PC relative
29         relocs.  From Jamie Lokier <jamie@rebellion.co.uk>.
30
31         * coffcode.h (coff_compute_section_file_positions): Force the
32         potential last byte in the file to be written out when
33         COFF_IMAGE_WITH_PE.
34
35 Thu Apr 17 13:46:56 1997  Per Fogelstrom  <pefo@openbsd.org>
36
37         * configure.host (mips*-*-openbsd*): New host.
38
39 Thu Apr 17 11:10:54 1997  Ian Lance Taylor  <ian@cygnus.com>
40
41         * elflink.h (elf_link_add_object_symbols): Only subtract the
42         section VMA from the symbol value if this is a fully linked file.
43
44         * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
45         (struct elf_i386_link_hash_entry): Define.
46         (struct elf_i386_link_hash_table): Define.
47         (elf_i386_link_hash_traverse): Define.
48         (elf_i386_hash_table): Define.
49         (elf_i386_link_hash_newfunc): New static function.
50         (elf_i386_link_hash_table_create): New static function.
51         (elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
52         PC relative relocs for a global symbol defined in a regular
53         object, and count the number of PC relative relocs copied for any
54         global symbol.
55         (elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
56         traverse with elf_i386_discard_copies.
57         (elf_i386_discard_copies): New static function.
58         (bfd_elf32_bfd_link_hash_table_create): Define.
59
60         From Gordon W. Ross <gwr@mc.com>:
61         * aoutf1.h (MY_entry_is_text_address): Define if not defined.
62         (sunos4_aout_backend): Use MY_entry_is_text_address.
63
64 start-sanitize-d30v
65 Wed Apr 16 12:43:32 1997  Martin Hunt  <hunt@cygnus.com>
66
67         * elf32-d30v.c (elf_d30v_howto_table): Changed size of
68         R_D30V_32_NORMAL to 2 (4 bytes).
69
70 end-sanitize-d30v       
71 Wed Apr 16 14:02:29 1997  Ian Lance Taylor  <ian@cygnus.com>
72
73         From Gordon W. Ross <gwr@mc.com>:
74         * netbsd.h (N_SHARED_LIB): Define.
75         (SEGMENT_SIZE): Don't define.
76         * m68knetbsd.c (SEGMENT_SIZE): Don't define (revert change of
77         April 11).
78         * sparcnetbsd.c (TARGET_PAGE_SIZE): Define as 0x2000.
79         (SEGMENT_SIZE): Don't define.
80
81         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Set .rela.bss size
82         to sizeof Rela structure, not sizeof Rel structure.  From Gary
83         Thomas <g.thomas@opengroup.org>.
84
85 Tue Apr 15 11:50:37 1997  Ian Lance Taylor  <ian@cygnus.com>
86
87         * aout-target.h (MY(callback)): If entry_is_text_address, adjust
88         whenever entry is larger than text address, but only by whole
89         pages.  From Gordon W. Ross <gwr@mc.com>.
90
91         * Makefile.in (install): Depend upon installdirs.  Use
92         mkinstalldirs to build $(oldincludedir).
93         (installdirs): New target.
94
95         * elflink.h (elf_link_add_object_symbols): Don't call check_relocs
96         if this is a debugging section which we are stripping.
97
98 Mon Apr 14 12:39:30 1997  Richard Henderson  <rth@tamu.edu>
99
100         * elf64-alpha.c (elf64_alpha_object_p): Allocate the
101         alpha-specific target data struct.
102
103 Mon Apr 14 11:45:46 1997  Ian Lance Taylor  <ian@cygnus.com>
104
105         From Thomas Graichen <graichen@rzpd.de>:
106         * Makefile.in: Always use $(SHELL) when running move-if-change.
107         * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
108         * configure: Rebuild.
109
110 Fri Apr 11 15:43:24 1997  Ian Lance Taylor  <ian@cygnus.com>
111
112         * elfcode.h (elf_slurp_symbol_table): Only subtract the section
113         VMA if this is an executable file or a shared object.
114
115         * targets.c (netbsd_core_vec): Declare.  From Gordon W. Ross
116         <gwr@mc.com>.
117
118         * libaout.h (struct aout_backend_data): Add entry_is_text_address
119         field.
120         * aout-target.h (SEGMENT_SIZE): Define to TARGET_PAGE_SIZE at the
121         start of the file.  Remove uses later on which switch using
122         ifdef.
123         (MY(callback)): Handle entry_is_text_address.
124         (MY_entry_is_text_address): Define if not defined.
125         (MY(backend_data)): Initialize new field.
126         * aoutf1.h (sunos4_aout_backend): Likewise.
127         * i386aout.c (MY(backend_data)): Likewise.
128         * i386mach3.c (MY(backend_data)): Likewise.
129         * mipsbsd.c (MY(backend_data)): Likewise.
130         * sparclynx.c (sparclynx_aout_backend): Likewise.
131         * netbsd.h (SEGMENT_SIZE): Define if not defined.
132         (MY_entry_is_text_address): Define.
133         * m68knetbsd.c (SEGMENT_SIZE): Define as 0x20000.
134
135         * xcofflink.c (bfd_xcoff_import_symbol): Handle importing a symbol
136         whose name starts with `.'.
137
138 Fri Apr 11 11:57:15 1997  Niklas Hallqvist  <niklas@appli.se>
139
140         * config.bfd: (i[3456]86-*-openbsd*, m68*-*-openbsd*,
141         mips*el*-*-openbsd*, mips*-*-openbsd*, ns32k-*-openbsd*,
142         powerpc-*-*bsd*, sparc-*-openbsd*): New targets.
143         * configure.in (i[3456]86-*-openbsd*, mips*-*-openbsd*,
144         m68*-*-openbsd*, ns32k-*-openbsd*, powerpc-*-*bsd*,
145         sparc-*-openbsd*): New targets.
146         * configure: Rebuild.
147
148 Tue Apr  8 18:09:29 1997  Jamie Lokier  <jamie@rebellion.co.uk>
149
150         * stabs.c (struct stab_section_info): New field
151         `cumulative_skips'.
152         (_bfd_link_section_stabs): Fill the above array.
153         (_bfd_stab_section_offset): Use `cumulative_skips' to
154         speed up offset calculation.
155
156 Tue Apr  8 00:01:31 1997  Jeffrey A Law  (law@cygnus.com)
157
158         * elf-mn10300.c (mn10300_elf_relax_section): Don't forget the
159         addend for non pc-relative relocations.
160
161         * elf-m10300.c (bfd_elf32_mn10300_reloc): Remove prototype
162         for non-existent function.
163
164         * elf-m10300.c (mn10300_elf_relax_section): New function.
165         (mn10300_elf_relax_delete_bytes): Likewise.
166         (mn10300_elf_symbol_address_p): Likewise.
167         (mn10300_elf_get_relocated_section_contents): Likewise.
168         (bfd_elf32_bfd_relax_section): Define.
169         (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
170
171 Mon Apr  7 16:47:09 1997  Ian Lance Taylor  <ian@cygnus.com>
172
173         * configure.host: Set SHLIB_LIBS.
174         * configure.in: Substitute SHLIB_LIBS.
175         * configure: Rebuild.
176         * Makefile.in (SHLIB_LIBS): New variable.
177         ($(SHLIB)): Use $(SHLIB_LIBS).
178
179 Mon Apr  7 10:53:52 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
180
181         * bfd-in.h bfd-in2.h: add bfd_section_lma macro to correspond
182         with bfd_section_vma.
183
184 Fri Apr  4 11:37:15 1997  Ian Lance Taylor  <ian@cygnus.com>
185
186         * configure.in: Update file names for bfd_elf32_mn10[23]00_vec.
187         Correct CPU file names for mn10[23]00.
188         * configure: Rebuild.
189
190         * bfd.c (bfd_record_phdr): Cast count to size_t before
191         subtraction.
192
193         * coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
194         * coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
195         (xcoff_write_archive_contents): LIkewise.
196         * elf32-mips.c (_bfd_mips_elf_set_section_contents): Likewise.
197         (mips_elf_create_procedure_table): Likewise.
198         * peicode.h (pe_print_idata): Likewise.
199         (pe_print_edata, pe_print_pdata, pe_print_reloc): Likewise.
200         * xcofflink.c (xcoff_get_section_contents): Likewise.
201         (_bfd_xcoff_canonicalize_dynamic_symtab): Likewise.
202         (xcoff_link_add_symbols): Likewise.
203         (xcoff_link_add_symbols): Likewise.
204
205         * ppcboot.c (ppcboot_set_arch_mach): Make static.
206         (ppcboot_bfd_print_private_bfd_data): Likewise.
207
208         * elf32-mips.c (elf_mips_ctor64_howto): Set complain_on_overflow
209         to complain_overflow_signed.
210
211 Thu Apr  3 11:51:54 1997  Ian Lance Taylor  <ian@cygnus.com>
212
213         * VERSION: Set to 2.8.1.
214
215         * Branched binutils 2.8.
216
217         * elf32-ppc.c (ppc_elf_check_relocs):  Don't check SEC_ALLOC when
218         deciding whether to copy a reloc into a shared object.
219         (ppc_elf_relocate_section): Likewise.  Relocate R_PPC_RELATIVE
220         relocs in unallocated sections.
221         * elf32-sparc.c (elf32_sparc_relocate_section): Relocate
222         R_SPARC_RELATIVE relocs in unallocated sections.
223
224 Wed Apr  2 16:19:41 1997  Mike Meissner  <meissner@cygnus.com>
225
226         * elf32-ppc.c (ppc_elf_check_relocs): Undo March 26 change and
227         always create got section so that the _GLOBAL_OFFSET_TABLE_ label
228         is always created.
229
230 Wed Apr  2 10:49:07 1997  Ian Lance Taylor  <ian@cygnus.com>
231
232         * elflink.h (elf_link_add_object_symbols): Let a common symbol
233         override an uninitialized symbol from a shared library with a
234         smaller size.
235
236         * elf-m10200.c: Rename from elf32-mn10200.c.
237         * elf-m10300.c: Rename from elf32-mn10300.c.
238         * cpu-m10200.c: Rename from cpu-mn10200.c
239         * cpu-m10300.c: Rename from cpu-mn10300.c
240         * Makefile.in: Update accordingly.
241
242         * elf32-mips.c (elf_mips_ctor64_howto): New static variable.
243         (elf_mips_isa): Move to earlier in file.
244         (mips_reloc_map): Remove BFD_RELOC_CTOR entry.
245         (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
246         specially.
247
248         * elf32-mips.c (mips16_jump_reloc): Print a warning rather than
249         calling abort.
250
251 Tue Apr  1 16:18:05 1997  Klaus Kaempf  <kkaempf@progis.de>
252
253         * configure.com: New file.
254         * config.h-vms: Remove file.
255         * makefile.vms: Update for new configure scheme.
256
257 Mon Mar 31 23:28:39 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
258
259         * libcoff-in.h (ppc_allocate_toc_section): Declare.
260         (ppc_process_before_allocation): Declare.
261         * libcoff.h: Rebuild.
262
263         * coffcode.h (coff_mkobject_hook): Declare if not a macro.
264
265 Mon Mar 31 16:29:50 1997  Joel Sherrill  <joel@oarcorp.com>
266
267         * config.bfd (hppa*-*-rtems*): New target, like hppa-*-*elf*.
268
269 Mon Mar 31 16:11:35 1997  Ian Lance Taylor  <ian@cygnus.com>
270
271         * coff-a29k.c (coff_a29k_relocate_section): Don't use symndx as a
272         symbol index for a R_IHCONST reloc.
273
274 Mon Mar 31 15:40:59 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
275
276         * targmatch.sed: Do not use \(\) recursively.
277
278 Fri Mar 28 14:44:08 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
279
280         * m68klinux.c (MACHTYPE_OK): Define.
281         * i386linux.c (MACHTYPE_OK): Define.
282
283 Fri Mar 28 11:56:15 1997  Ian Lance Taylor  <ian@cygnus.com>
284
285         From David S. Miller <davem@caip.rutgers.edu> and H.J. Lu
286         <hjl@gnu.ai.mit.edu>:
287         * sparclinux.c: New file.
288         * bfd-in.h (bfd_sparclinux_size_dynamic_sections): Declare.
289         * bfd-in2.h: Rebuild.
290         * config.bfd (sparc-*-linuxaout*, sparc-*-linux*): New targets.
291         * configure.in (sparclinux_vec): Add to list of vectors.
292         * configure: Rebuild.
293         * targets.c (sparclinux_vec): Declare.
294         (bfd_target_vector): Add sparclinux_vec.
295         * Makefile.in: Rebuild dependencies.
296         (BFD32_BACKENDS): Add sparclinux.o.
297         (BFD32_BACKENDS_CFILES): Add sparclinux.c.
298
299         * coff-mips.c (mips_ecoff_backend_data): Initialize new
300         bfd_coff_backend_data field.
301         * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
302
303         * config.bfd: Add bfd_elf64_{big,little}mips_vec to targ_selvecs
304         for mips*el*-*-linux* and mips*-*-linux*.  From H.J. Lu
305         <hjl@lucon.org> and Ralf Baechle <ralf@gnu.ai.mit.edu>.
306
307         * bfd.c: Include "libiberty.h".
308         (strerror): Don't declare.
309         (bfd_errmsg): Call xstrerror rather than strerror.
310
311 Thu Mar 27 12:55:42 1997  Ian Lance Taylor  <ian@cygnus.com>
312
313         * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Generate a COPY
314         reloc even if the symbol is in the .bss section.
315         * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
316         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
317         * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Likewise.
318
319         * coffcode.h (bfd_coff_backend_data): Add new field
320         _bfd_coff_default_section_alignment_power.
321         (bfd_coff_default_section_alignment_power): Define.
322         (bfd_coff_std_swap_table): Initialize new field.
323         * libcoff.h: Rebuild.
324         * cofflink.c (coff_link_add_symbols): Limit alignment of a common
325         symbol to the default section alignment.
326
327         * COPYING: Update FSF address.
328
329 start-sanitize-d30v
330 Thu Mar 27 00:45:57 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
331
332         * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the 
333         21-bit absolute that made it act as a relative. 
334
335 end-sanitize-d30v       
336 Wed Mar 26 14:50:20 1997  Ian Lance Taylor  <ian@cygnus.com>
337
338         * elflink.c (_bfd_elf_create_linker_section): Don't set
339         bss_section and rel_section from existing sections.
340
341         * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
342         if it is needed.
343
344 Tue Mar 25 22:26:56 1997  Stu Grossman  (grossman@critters.cygnus.com)
345
346         * aoutx.h (some_aout_object_p):  Change executable test to fix
347         problems with embedded a.out systems.
348
349 Tue Mar 25 14:35:37 1997  Ian Lance Taylor  <ian@cygnus.com>
350
351         * stabs.c (_bfd_stab_section_offset): New function.
352         * libbfd-in.h (_bfd_stab_section_offset): Declare.
353         * libbfd.h: Rebuild.
354         * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
355         stab reloc.
356         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
357         * elf32-mips.c (mips_elf_relocate_section): Likewise.
358         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
359         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
360         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
361
362         * stabs.c (_bfd_link_section_stabs): Copy over the first header
363         symbol.  Check for memory allocation failure of *psinfo.
364         (_bfd_write_section_stabs): Add psinfo parameter.  Change all
365         callers.  Set the value of the header symbol.
366         * libbfd-in.h (_bfd_write_section_stabs): Update declaration.
367         * libbfd.h: Rebuild.
368
369 start-sanitize-tic80
370 Mon Mar 24 20:07:29 1997  Fred Fish  <fnf@cygnus.com>
371
372         * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
373         (rtype2howto): Handle R_ABS reloc type.  Also abort on unhandled
374         reloc types, rather than silently failing to generate an output file.
375
376 end-sanitize-tic80
377 Mon Mar 24 13:41:00 1997  Ian Lance Taylor  <ian@cygnus.com>
378
379         * targmatch.sed: Use the hold space to put the #ifdef around the
380         the string constant.
381         * targets.c (UNSUPPORTED_TARGET): Don't define.
382         (find_target): Don't check for UNSUPPORTED_TARGET.
383         (bfd_set_default_target): Don't try to optimize by checking for
384         default.
385
386         * Makefile.in: Rebuild dependencies.
387         (ALL_MACHINES_CFILES): Add cpu-m32r.c.
388         (BFD32_BACKENDS_CFILES): Add elf32-m32r.c.
389         (elf32-m32r.o): Remove explicit target.
390
391         * config.bfd: Don't set targ_underscore for i[3456]86-*-gnu* or
392         i[3456]86-*-linux*.
393
394         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Don't
395         count section symbols for sections that were created by the
396         linker, or are not allocatable or not loadable.
397         (elf32_sparc_finish_dynamic_sections): Output output section
398         symbols for section for which we made space for them.
399
400 Fri Mar 21 13:08:26 1997  Ian Lance Taylor  <ian@cygnus.com>
401
402         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): If there is
403         no .rela.plt section, don't output a DT_PLTGOT dynamic entry.
404
405 Fri Mar 21 12:36:46 1997  Doug Evans  <dje@canuck.cygnus.com>
406
407         * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
408         (m32r_hi16_list): New static local.
409         (m32r_elf_hi16_reloc): Don't perform reloc, just queue it up.
410         (m32r_elf_do_hi16_reloc): Delete.
411         (m32r_elf_relocate_hi16): New function.
412         (m32r_elf_lo16_reloc): New function.
413         (m32r_elf_relocate_section): For HI16 relocs, scan for corresponding
414         LO16 reloc.
415
416         Mon Mar 10 16:03:31 1997  Doug Evans  <dje@seba.cygnus.com>
417
418         * elf32-m32r.c (m32r_elf_create_linker_section): Delete.
419         (m32r_elf_add_symbol_hook): Rewrite _SDA_BASE_ support.
420         (m32r_elf_final_sda_base): New function.
421         (m32r_elf_relocate_section): Rewrite sdata support.
422         (m32r_elf_finish_dynamic_sections): Delete.
423
424 Thu Mar 20 12:39:02 1997  Ian Lance Taylor  <ian@cygnus.com>
425
426         Based on patches from Philippe De Muyter <phdm@info.ucl.ac.be>.
427         * coff-svm68k.c: New file.  Just defines some macros and includes
428         coff-m68k.c.
429         * coff-m68k.c: Add functions to handle common addends, moved in
430         from cf-m68klynx.c.  Control them using COFF_COMMON_ADDEND macro.
431         Control whether relocs are visible using STATIC_RELOCS.
432         * cf-m68klynx.c: Simplify greatly: just define macros to control
433         coff-m68k.c.
434         * coff-aux.c: Likewise.  Just leave add_one_symbol routine.
435         * targets. (m68ksysvcoff_vec): Declare.
436         (bfd_target_vector): Add m68ksysvcoff_vec.
437         * config.bfd (m68*-motorola-sysv*): New target.
438         * configure.in (m68ksysvcoff_vec): New vector.
439         * configure: Rebuild.
440         * Makefile.in: Rebuild dependencies.
441         (BFD32_BACKENDS): Add coff-svm68k.o.
442         (BFD32_BACKENDS_CFILES): Add coff-svm68k.c.
443
444         * binary.c (binary_set_section_contents): Don't get misled if the
445         first section is not loadable.  From Matthew L. Martin
446         <mlm@xedia.com>.
447
448         * elflink.h (elf_bfd_final_link): Set the value of a section
449         symbol to the section address unless doing a relocateable link.
450
451 Tue Mar 18 23:03:17 1997  Richard Henderson  <rth@tamu.edu>
452
453         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't create
454         .plt entry if we've taken the function's address.
455         (elf64_alpha_merge_gots): Merge collected flags info as well.
456
457 Tue Mar 18 22:40:09 1997  H.J. Lu  <hjl@lucon.org>
458
459         * Many files: Add function prototypes.
460         * cpu-m68k.c (bfd_default_scan_num_mach): Don't declare.
461         * ecofflink.c: Include "libcoff.h" and "libecoff.h".
462         * elf32-ppc.c (ppc_elf_fake_sections): Make static.
463         * opncls.c (bfd_openstreamr): Change stream parameter to PTR.
464         * peicode.h: Change several void * parameters to PTR.
465         * srec.c (srec_get_symbol_info): Make static.
466         * syms.c (bfd_symbol_is_absolute): Remove.
467         * Makefile.in: Rebuild dependencies.
468
469 Tue Mar 18 12:58:08 1997  Ian Lance Taylor  <ian@cygnus.com>
470
471         * elf32-m32r.c (m32r_elf_is_local_label_name): Remove.
472         (bfd_elf32_bfd_is_local_label): Don't define.
473
474         * xcofflink.c (_bfd_xcoff_bfd_final_link): Call bfd_malloc rather
475         than malloc.
476
477 Mon Mar 17 11:32:53 1997  Ian Lance Taylor  <ian@cygnus.com>
478
479         * bfd-in.h: Don't include obstack.h.
480         (struct bfd_hash_table): Change memory field to PTR.
481         * bfd.c (struct _bfd): Change memory field to PTR.
482         * bfd-in2.h: Rebuild.
483         * libbfd-in.h (bfd_release): Declare as function, don't define as
484         macro.
485         * libbfd.h: Rebuild.
486         * opncls.c: Include "objalloc.h" rather than "obstack.h".  Use
487         objalloc routines rather than obstack routines.
488         (obstack_chunk_alloc, obstack_chunk_free): Don't define.
489         (getpagesize): Don't define.
490         (_bfd_new_bfd): Don't set _bfd_chunksize.
491         (bfd_openr): Free new bfd and objalloc on failure.
492         (bfd_fdopenr, bfd_openstreamr, bfd_openw): Likewise.
493         (bfd_alloc_size): Remove.
494         (bfd_release): New function.
495         * hash.c: Include "objalloc.h" rather than "obstack.h".  Use
496         objalloc routines rather than obstack routines.
497         (obstack_chunk_alloc, obstack_chunk_free): Don't define.
498         * ecofflink.c: Include "objalloc.h" rather than "obstack.h".  Use
499         objalloc routines rather than obstack routines.
500         (obstack_chunk_alloc, obstack_chunk_free): Don't define.
501         (struct accumulate): Change memory to struct objalloc *.
502         * liboasys.h (oasys_data_type): Remove oasys_obstack field.
503         * dep-in.sed: Don't remove obstack.h from dependency list.
504         * Makefile.in: Rebuild dependencies.
505         (BFD_H_DEPS): Remove obstack.h.
506         (install): Don't install obstack.h.
507         * Many files: Don't include "obstack.h".
508         * VERSION: Bump.
509
510         * opncls.c (bfd_alloc_grow, bfd_alloc_finish): Remove.
511         * libbfd-in.h (bfd_alloc_grow, bfd_alloc_finish): Don't declare.
512         * libbfd.h: Rebuild.
513         * ieee.c (ieee_archive_p): Rewrite to not use bfd_alloc_grow.
514         * sunos.c (sunos_add_dynamic_symbols): Likewise.
515         * srec.c (srec_scan): Rewrite to not use obstack_1grow.
516
517         * opncls.c (bfd_alloc): Rename from bfd_alloc_by_size_t.  Remove
518         old version of bfd_alloc.
519         * libbfd-in.h (bfd_alloc_by_size_t): Don't declare.
520         * libbfd.h: Rebuild.
521         * Several files: Call bfd_alloc rather than bfd_alloc_by_size_t.
522
523 Sat Mar 15 15:24:18 1997  Ian Lance Taylor  <ian@cygnus.com>
524
525         * elf32-mips.c (mips_elf_is_local_label_name): Accept the generic
526         ELF local label syntax as well.
527
528 Sat Mar 15 10:16:42 1997  Fred Fish  <fnf@cygnus.com>
529
530         * config.bfd (powerpc-*-beos*): New target.
531         * configure.in (powerpc-*-beos*): Add case that explicitly
532         does not set COREFILE for now.  A future BeOS version is
533         expected to support core files.
534         * configure: Regenerate with autoconf.
535
536 Fri Mar 14 16:43:22 1997  Ian Lance Taylor  <ian@cygnus.com>
537
538         * elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 is
539         seen with a local symbol, rather than crashing.
540
541         * elfcode.h (elf_slurp_symbol_table): Don't try to read the
542         version symbols if there aren't any.
543
544 start-sanitize-tic80
545 Thu Mar 13 16:38:30 1997  Fred Fish  <fnf@cygnus.com>
546
547         * coff-tic80.c (coff_rtype_to_howto): Define
548         (coff_tic80_rtype_to_howto): Clone generic coff version and
549         add code to handle the funky TI "internal relocations".
550
551 end-sanitize-tic80
552 Thu Mar 13 14:08:53 1997  Ian Lance Taylor  <ian@cygnus.com>
553
554         * elflink.h (elf_link_add_object_symbols): Don't warn about type
555         or size changes because of a weak symbol.
556
557         * cisco-core.c (SIGEMT): Define if not defined.
558
559 Wed Mar 12 21:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
560
561         * elflink.h (elf_link_add_object_symbols): Use extsymoff when
562         setting ever.  Sanity check the version number.  Sort out copying
563         flags and other information when adding an indirect symbol.
564         (NAME(bfd_elf,size_dynamic_sections)): Preserve any dynamic
565         symbols added by the backend.  Clear the entire contents of the
566         versym section.
567         (elf_export_symbol): Ignore indirect symbols.
568         (elf_link_output_extsym): Accept a section without an owner in an
569         assert.
570         * elfcode.h (elf_slurp_symbol_table): Add a sanity check on the
571         version count.  Correct the allocation of x_versymp.
572
573         * elf32-mips.c (mips_elf_add_symbol_hook): Don't set the owner of
574         the magic sections used for SHN_MIPS_TEXT and SHN_MIPS_DATA.
575         Don't return bfd_und_section_ptr when info->shared.
576         (mips_elf_final_link): Set the alignment of .rtproc to 4, not 12.
577         (mips_elf_create_dynamic_sections): Correct type: ^= for &=.
578         (mips_elf_check_relocs): Resolve an indirect symbol in
579         sym_hashes.
580         (mips_elf_finish_dynamic_symbol): Don't change SHN_ABS into
581         SHN_MIPS_TEXT or SHN_MIPS_DATA.
582
583         * elf.c (bfd_elf_print_symbol): Tweak version output slightly.
584
585 Tue Mar 11 01:38:36 1997  Ian Lance Taylor  <ian@cygnus.com>
586
587         From Eric Youngdale <eric@andante.jic.com>:
588         * elf-bfd.h (ELF_LINK_FORCED_LOCAL): Define.
589         * elf.c (bfd_elf_print_symbol): Correct errors in last change.
590         * elflink.h (elf_link_add_object_symbols): Handle cases in which a
591         versioned symbol appears in both a regular and a shared object.
592         (elf_link_assign_sym_version): Set ELF_LINK_FORCED_LOCAL when
593         appropriate.  Improve error message.
594         (struct elf_outext_info): Rename from elf_finfo_failed.  Change
595         all uses.  Add localsyms field.
596         (elf_bfd_final_link): When generating a shared library, call
597         elf_link_output_extsym to output all local symbols.
598         (elf_link_output_extsym): Handle symbols which were forced to
599         become local.
600
601 Sun Mar  9 23:08:49 1997  Ian Lance Taylor  <ian@cygnus.com>
602
603         From Eric Youngdale <eric@andante.jic.com>:
604         * elf-bfd.h (elf_symbol_type): Add version field.
605         * elfcode.h (elf_slurp_symbol_table): Set version field.
606         * elflink.h (elf_link_add_object_symbols): When creating an
607         indirect symbol for a default version symbol, set DEF_DYNAMIC if
608         appropriate.  Set up an indirection from the nondefault version of
609         the symbol as well.
610         (NAME(bfd_elf,size_dynamic_sections)): Call
611         elf_link_assign_sym_version before checking whether there are any
612         versions.  Always record the version name as a dynamic symbol.
613         Initialize counters.
614         (elf_link_assign_sym_version): After finding a version, see if a
615         symbol should be forced to local scope.  Create a new version
616         definition if appropriate.
617         (elf_link_output_extsym): Correct indirect symbol handling.
618         * elf.c (bfd_elf_print_symbol): Print version information.
619         (bfd_section_from_shdr): Turn version sections into BFD sections.
620         (elf_fake_sections): Only copy cverdefs and cverrefs into sh_info
621         if sh_info is not already set.
622         (_bfd_elf_copy_private_section_data): Copy sh_info for version
623         sections.
624         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Tell
625         _bfd_stringtab_add to copy the name into permanent memory if
626         appropriate.
627
628 Fri Mar  7 11:55:31 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
629
630         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Fully parenthesize.
631
632 Fri Mar  7 10:37:30 1997  Ian Lance Taylor  <ian@cygnus.com>
633
634         * coffcode.h (bfd_coff_backend_data): Change
635         _bfd_coff_compute_section_file_positions to return a boolean
636         value.  Change all callers.
637         (coff_compute_section_file_positions): Change return type to
638         boolean.  If the size of the last section changed, then output a
639         zero byte at the end of the file.
640         * libcoff.h: Rebuild.
641
642         * xcofflink.c (_bfd_xcoff_bfd_final_link): Always allocate space
643         for at least 6 output symbols.
644         (xcoff_write_global_symbol): When emitting TOC entry relocs, also
645         emit a TC csect to represent the space they take up.  For an XO
646         symbol, just emit a reference, not a csect.
647
648         * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
649         Solaris doesn't like the combined options, and the -f is
650         unnecessary.
651         (stamp-tshlink, install): Likewise.
652
653         * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26
654         handling when little endian.
655
656 Thu Mar  6 13:51:51 1997  Jeffrey A Law  (law@cygnus.com)
657
658         * elf32-mn10300.c (mn10300_elf_final_link_relocate): New function.
659         (mn10300_elf_relocate_section): Likewise.
660         (elf_backend_relocate_section): Define.
661
662         * elf32-mn10300.c (reloc_type): Remove PCREL{8,16,32}_{1,2}BYTE
663         relocs.  Replace them with generic PCREL_{8,16,32} relocs.
664         (elf32_mn10300_howto_table): Likewise.
665         (elf32_mn10300_reloc_map): Likewise.
666         (bfd_elf32_mn10300_reloc): Delete unused function.
667
668 Thu Mar  6 12:19:59 1997  Fred Fish  <fnf@cygnus.com>
669
670 start-sanitize-tic80
671         * coff-tic80.c (rtype2howto): If passed a relocation type we don't
672         understand, just set the howto field to NULL, and the caller will
673         print an appropriate error message.
674 end-sanitize-tic80
675         * coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and
676         code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif
677         block.  Use NULL for initializations of "ptr" rather than bare 0.
678         * coff-h8300.c: Fix typo in comment.
679         * coff-h8500.c: Ditto.
680         * coff-w65.c: Ditto
681         * coff-z8k.c: Ditto.
682         
683 Wed Mar  5 13:59:09 1997  Doug Evans  <dje@seba.cygnus.com>
684
685         * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc): Fix overflow calc.
686         (m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
687         m32r_elf_get_relocated_section_contents): First pass at relax support.
688
689 Mon Mar  3 13:27:09 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
690
691         * elflink.h (elf_link_add_object_symbols): Use correct sh_size
692         entry for reading verdef records.
693         Use correct braces for computing increments of extverdaux and
694         exteverdef record pointers.
695
696 start-sanitize-tic80
697 Sun Mar  2 22:47:54 1997  Fred Fish  <fnf@cygnus.com>
698
699         * coff-tic80.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set this to 2
700         instead of 4.
701
702 end-sanitize-tic80
703 Sun Mar  2 16:25:35 1997  Ian Lance Taylor  <ian@cygnus.com>
704
705         * elflink.h (elf_link_find_version_dependencies): Check that
706         DEF_REGULAR is not set as well as checking that DEF_DYNAMIC is
707         set.
708
709 start-sanitize-tic80
710 Fri Feb 28 16:52:40 1997  Fred Fish  <fnf@cygnus.com>
711
712         * coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
713
714 end-sanitize-tic80
715 Fri Feb 28 15:06:45 1997  Ian Lance Taylor  <ian@cygnus.com>
716
717         * targets.c (bfd_default_vector): Make non-const.
718         (find_target): New static function, broken out of
719         bfd_find_target.
720         (bfd_set_default_target): New function.
721         (bfd_find_target): Call find_target.  When defaulting, use
722         bfd_default_vector[0] if it is not NULL.
723         * libbfd-in.h (bfd_default_vector): Adjust declaration.
724         * bfd-in2.h, libbfd.h: Rebuild.
725
726         * syms.c (bfd_is_local_label): Return false if the symbol has no
727         name.
728         * coff-i960.c (coff_i960_is_local_label_name): New function.
729         (coff_bfd_is_local_label_name): Define.
730         * coff-m68k.c (m68k_coff_is_local_label_name): New function.
731         (coff_bfd_is_local_label_name): Define.
732         * coff-rs6000.c (xcoff_is_local_label_name): New function.
733         (coff_bfd_is_local_label_name): Define.
734         * elf.c (_bfd_elf_is_local_label_name): Treat symbols beginning
735         with .. or _.L_ as local.
736         * elf32-i386.c (elf_i386_is_local_label_name): New function.
737         (bfd_elf32_bfd_is_local_label_name): Define.
738         * evax-alpha.c (evax_bfd_is_local_label_name): Treat symbols
739         beginning with $ as local.
740
741 Thu Feb 27 18:36:23 1997  Ian Lance Taylor  <ian@cygnus.com>
742
743         * aoutx.h (aout_link_write_symbols): Use bfd_is_local_label_name
744         rather than comparing against info->lprefix.
745         * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
746         * elflink.h (elf_link_input_bfd): Likewise.
747         * linker.c (_bfd_generic_link_output_symbols): Likewise.
748         * xcofflink.c (xcoff_link_input_bfd): Likewise.
749
750         * elfxx-target.h (bfd_elfNN_bfd_is_local_label_name): Define as
751         _bfd_elf_is_local_label_name if not already defined.
752         * elf.c (_bfd_elf_is_local_label_name): New function.
753         * elf-bfd.h (_bfd_elf_is_local_label_name): Declare.
754
755         * coff-m88k.c (coff_bfd_is_local_label_name): Define.
756         (m88k_is_local_label_name): New static function.
757
758         * coffcode.h (coff_bfd_is_local_label_name): Define as
759         _bfd_coff_is_local_label_name if not already defined.
760         * coffgen.c (_bfd_coff_is_local_label_name): New function.
761         * libcoff-in.h (_bfd_coff_is_local_label_name): Declare.
762         * libcoff.h: Rebuild.
763         
764         * targets.c (BFD_JUMP_TABLE_SYMBOLS): Change _bfd_is_local_label
765         to _bfd_is_local_label_name.
766         (bfd_target): Likewise.
767         * syms.c (bfd_is_local_label): Define as function, not macro.
768         (bfd_is_local_name): Define.
769         * libbfd.c (bfd_generic_is_local_label_name): Rename from
770         bfd_generic_is_local_label, and take a string rather than a
771         symbol.
772         * libbfd-in.h (_bfd_nosymbols_bfd_is_local_label): Don't define.
773         (_bfd_nosymbols_bfd_is_local_label_name): Define.
774         (bfd_generic_is_local_label): Don't declare.
775         (bfd_generic_is_local_label_name): Declare.
776         * bfd-in2.h, libbfd.h: Rebuild.
777         * All backends: Change local_label to local_label_name.
778
779         * elf32-mips.c (struct mips_got_info): Add assigned_gotno field.
780         (mips_elf_relocate_got_local): Change return type to boolean.
781         Don't assume that the first zero entry is unassigned; instead, use
782         assigned_gotno.
783         (mips_elf_relocate_section): Check return value of
784         mips_elf_relocate_got_local.
785         (mips_elf_create_got_section): Initialize assigned_gotno field.
786
787 start-sanitize-d30v
788 Wed Feb 26 15:19:51 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
789
790         * elf32-d30v.c (bfd_elf_d30v_reloc): Add code to do 32-bit
791         relocations.
792
793 end-sanitize-d30v       
794 Wed Feb 26 13:33:03 1997  Ian Lance Taylor  <ian@cygnus.com>
795
796         * elflink.h (elf_link_input_bfd): Don't skip symbols from sections
797         that have no contents merely because linker_mark is not set.
798
799 Tue Feb 25 18:51:35 1997  Stan Shebs  <shebs@andros.cygnus.com>
800
801         * config.bfd (mips*-*-lnews*): New target.
802         * coff-mips.c (mips_relocate_section): Make assert compare
803         content byteorder instead of header byteorder.
804         (ecoff_biglittle_vec): New BFD, big-endian headers, little-endian
805         data.
806         * targets.c (bfd_target_vector): Add ecoff_biglittle_vec.
807         * configure.in (ecoff_biglittle_vec): Add case.
808         * configure: Update.
809
810 Tue Feb 25 00:32:49 1997  Ian Lance Taylor  <ian@cygnus.com>
811
812         * elf.c (elf_fake_sections): Use SHT_NOTE for any section whose
813         name begins with ".note".
814         (map_sections_to_segments): Add a PT_NOTE segment for any loadable
815         section whose name begins with ".note".
816         (get_program_header_size): Corresponding change.
817
818         * elf32-mips.c (mips_elf_relocate_section): Check for misaligned
819         jal and for jal overflow.
820
821 Mon Feb 24 17:53:14 1997  Ian Lance Taylor  <ian@cygnus.com>
822
823         From Eric Youngdale <eric@andante.jic.com>:
824         * elflink.h (elf_link_add_archive_symbols): If a default symbol is
825         not found, try looking it up again without the version name.
826         (elf_link_add_object_symbols): Always link against the dynamic
827         symbol table of a dynamic object.  When linking against a dynamic
828         object, include version strings in symbol names, and set up
829         version information.  Add indirect symbols for default versions.
830         (elf_link_create_dynamic_sections): Add special version sections.
831         (struct elf_assign_sym_version_info): Define.
832         (struct elf_find_verdep_info): Define.
833         (NAME(bfd_elf,size_dynamic_sections)): Add verdefs parameter.  Set
834         up version sections.
835         (elf_adjust_dynamic_symbol): Ignore indirect symbols.
836         (elf_link_find_version_dependencies): New static function.
837         (elf_link_assign_sym_version): New static function.
838         (elf_link_renumber_dynsyms): New static function.
839         (struct elf_final_link_info): Add symver_sec field.
840         (elf_bfd_final_link): Initialize finfo.symver_sec.  Don't count
841         local symbols of a dynamic object.  Handle DT_VER* constants.
842         (elf_link_output_extsym): Simplify BFD_ASSERT checking for a
843         dynamic object.  Skip indirect symbols from ELF objects.  Remove
844         the version name before choosing a hash bucket.  Write out the
845         version information if appropriate.
846         (elf_link_input_bfd): Check for DYNAMIC, not ET_DYN.
847         * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
848         (bfd_elf64_size_dynamic_sections): Likewise.
849         * bfd-in2.h: Rebuild.
850         * elf-bfd.h (struct elf_link_hash_entry): Add verinfo field.
851         Change elf_link_hash_flags to unsigned short.
852         (ELF_LINK_HIDDEN): Define.
853         (struct elf_obj_tdata): Add fields dynversym_hdr, dynverref_hdr,
854         dynverdef_hdr, dynversym_section, dynverdef_section,
855         dynverref_section, cverdefs, cverrefs, verdef, verref.
856         (elf_dynversym, elf_dynverdef, elf_dynverref): Define.
857         (_bfd_elf_swap_verdef_in, _bfd_elf_swap_verdef_out): Declare.
858         (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Declare.
859         (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Declare.
860         (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Declare.
861         (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Declare.
862         (_bfd_elf_slurp_version_tables): Declare.
863         * elf.c (_bfd_elf_swap_verdef_in): New function.
864         (_bfd_elf_swap_verdef_out): Likewise.
865         (_bfd_elf_swap_verdaux_in, _bfd_elf_swap_verdaux_out): Likewise.
866         (_bfd_elf_swap_verneed_in, _bfd_elf_swap_verneed_out): Likewise.
867         (_bfd_elf_swap_vernaux_in, _bfd_elf_swap_vernaux_out): Likewise.
868         (_bfd_elf_swap_versym_in, _bfd_elf_swap_versym_out): Likewise.
869         (_bfd_elf_print_private_bfd_data): Add DT_VER* constants.  Print
870         version information if there is any.
871         (_bfd_elf_link_hash_newfunc): Initialize verinfo field.
872         (bfd_section_from_shdr): Handle SHT_GNU_ver* section types.
873         (elf_fake_sections): Handle .gnu.version* section names.
874         (assign_section_numbers): Handle SHT_GNU_ver* section types.
875         (_bfd_elf_slurp_version_tables): New function.
876         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't include
877         version name in string entered in dynamic hash table.
878         * elfcode.h: Include fnmatch.h.
879         * elf32-i386.c (elf_i386_relocate_section): Handle a dynamic
880         symbol which was forced to become local.
881         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
882         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
883         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
884         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
885
886 Fri Feb 21 16:15:18 1997  Jeffrey A Law  (law@cygnus.com)
887
888         * elf32-mn10200.c (mn10200_elf_final_link_relocate): Simplify
889         somewhat.
890         (mn10200_elf_relax_section): Correctly compute a symbol's value
891         when the symbol is local, but not in the same section as we are
892         relaxing.  Implement abs24 -> abs16, imm24 -> imm16 and d24 -> d16
893         relaxing.
894
895 Fri Feb 21 13:55:14 1997  Doug Evans  <dje@seba.cygnus.com>
896
897         * elf32-m32r.c: Rewrite to use ELF backend linker.
898         Store lower 16 bits of addend in R_M32R_HI16_[SU]LO insns.
899         Add small data area support (R_M32R_SDA16).
900         * reloc.c: Document BFD_RELOC_M32R_SDA16.
901         * bfd-in2.h,libbfd.h: Regenerated.
902
903 Thu Feb 20 23:50:31 1997  Jeffrey A Law  (law@cygnus.com)
904
905         * elf32-mn10200.c (mn10200_elf_relax_section): New function.
906         (mn10200_elf_relax_delete_bytes): Likewise.
907         (mn10200_elf_symbol_address_p): Likewise.
908         (mn10200_elf_get_relocated_section_contents): Likewise.
909         (bfd_elf32_bfd_relax_section): Define.
910         (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
911
912         * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
913         (mn10200_elf_relocate_section): Likewise.
914         (elf_backend_relocate_section): Define.
915
916 start-sanitize-d30v
917 Tue Feb 18 17:22:59 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
918
919         * Makefile.in, archures.c, config.bfd, configure.in, elf.c,
920         reloc.c, targets.c: New target, elf-*-D30V. 
921
922         * bfd-in2.h, configure, libbfd.h: Rebuilt.
923
924         * cpu-d30v.c, elf32-d30v.c: New files.
925         
926 end-sanitize-d30v       
927 Tue Feb 18 15:31:48 1997  Fred Fish  <fnf@cygnus.com>
928
929         * reloc.c (struct reloc_howto_struct): Fix typo in comment.
930         * bfd-in2.h: Regenerated.
931 start-sanitize-tic80
932         * coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
933         (rtype2howto): Add function.
934         (tic80_howto_table): Add.
935 end-sanitize-tic80
936         
937 Tue Feb 18 11:41:00 1996  Dawn Perchik  <dawn@cygnus.com>
938
939         * sysdep.h: Don't define errno in MSVC if error.h is included.
940
941 start-sanitize-v850
942 Tue Feb 18 10:04:13 1997  Jeffrey A Law  (law@cygnus.com)
943
944         * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx
945         is initialized before it is used.
946
947 end-sanitize-v850
948 Mon Feb 17 11:28:40 1997  Ian Lance Taylor  <ian@cygnus.com>
949
950         * hp300hpux.c (convert_sym_type): Don't convert a secondary common
951         symbol into a weak undefined symbol; leave it as a common symbol.
952
953 Fri Feb 14 19:08:03 1997  Ian Lance Taylor  <ian@cygnus.com>
954
955         * elflink.h (elf_link_add_object_symbols): Don't issue a warning
956         about a symbol defined in a dynamic object if it has already been
957         defined in a regular object.
958
959 Thu Feb 13 20:53:22 1997  Klaus Kaempf  (kkaempf@progis.de)
960
961         * makefile.vms: Add gcc flags to allow compiling with current gcc
962         snapshot
963         (targmatch.h): New dependency.
964
965         * reloc.c (BFD_RELOC_ALPHA_CODEADDR): New relocation for
966         openVMS/Alpha.
967         * evax.h (ALPHA_R_CODEADDR): New relocation.
968         * evax-alpha.c (ALPHA_R_CODEADDR): 64 bit procedure relocation for
969         openVMS/Alpha.
970         * evax-etir.c (ALPHA_R_CODEADDR): Output object code for this
971         relocation.
972         * bfd-in2.h, libbfd.h: Rebuild.
973
974         Restrict symbol length to 64 bytes, case preserving:
975         * evax-emh.c (_bfd_evax_write_emh): Remove case hacking.
976         * evax-misc.c (_bfd_evax_case_hack_symbol): Remove.
977         (_bfd_evax_length_hash_symbol): Added.
978         * evax-etir.c (_bfd_evax_write_etir): Call
979         _bfd_evax_length_hash_symbol before output of symbol.
980         * evax-egsd.c (_bfd_evax_write_egsd): Likewise.
981         * evax.h (flag_hash_long_names, flag_show_after_trunc): Remove.
982
983         * evax-emh.c: Output filename to object file without path.
984
985         * evax-egsd.c: New sections for local and global commons.
986
987         * evax-alpha.c, evax-emh.c, evax-egsd.c, evax-etir.c,
988         evax-misc.c, evax.h: Remove 8 bit characters from copyright
989         notices.  Replace AXP with Alpha.
990
991 Wed Feb 12 18:10:30 1997  Ian Lance Taylor  <ian@cygnus.com>
992
993         * sunos.c (sunos_create_dynamic_sections): We need the dynamic
994         sections if we are creating a shared library.
995
996 Tue Feb 11 15:45:43 1997  Doug Evans  <dje@canuck.cygnus.com>
997
998         * configure.host (i386-windows): Don't set host64=true.
999
1000 Tue Feb 11 15:27:32 1997  Ian Lance Taylor  <ian@cygnus.com>
1001
1002         * elf32-mips.c (reloc_type): Add R_MIPS16_GPREL.
1003         (elf_mips16_gprel_howto): New static variable.
1004         (mips16_gprel_reloc): New static function.
1005         (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_GPREL.
1006         (mips_info_to_howto_rel): Handle R_MIPS16_GPREL.
1007         (mips_elf_relocate_section): Handle R_MIPS16_GPREL.
1008         * reloc.c (BFD_RELOC_MIPS16_GPREL): Define.
1009         * bfd-in2.h, libbfd.h: Rebuild.
1010
1011 Mon Feb 10 23:25:00 1997  Doug Evans  <dje@seba.ricochet.net>
1012
1013         * elf32-m32r.c (elf_m32r_howto_table): Change partial_inplace to true
1014         for R_M32R_{16,32,24,HI16_ULO,HI16_SLO,LO16}.
1015
1016 start-sanitize-r5900
1017         Fri Feb  7 16:20:17 1997  Gavin Koch   <gavin@cygnus.com>
1018         
1019         * config.bfd: add r5900
1020         
1021 end-sanitize-r5900        
1022 Fri Feb  7 12:39:11 1997  Ian Lance Taylor  <ian@cygnus.com>
1023
1024         * elflink.h (elf_link_input_bfd): If we've discarded a section,
1025         the output section will be the absolute section; don't print an
1026         assertion message for that case when doing a relocateable link.
1027
1028 Thu Feb  6 16:55:43 1997  Ian Lance Taylor  <ian@cygnus.com>
1029
1030         * elf32-mips.c (FN_STUB, CALL_STUB, CALL_FP_STUB): Define.
1031         (struct mips_elf_link_hash_entry): Add new fields fn_stub,
1032         need_fn_sub, call_stub, and call_fp_stub.
1033         (struct mips_elf_link_hash_table): Add field mips16_stubs_seen.
1034         (mips_elf_link_hash_newfunc): Initialize new fields.
1035         (mips_elf_link_hash_table_create): Likewise.
1036         (mips_elf_relocate_section): Redirect relocations to use mips16
1037         stubs when appropriate.
1038         (mips_elf_check_relocs): Attach stub sections to the appropriate
1039         symbol.  Set need_fn_stub when appropriate.
1040         (mips_elf_always_size_sections): New static function.
1041         (mips_elf_check_mips16_stubs): New static function.
1042         (elf_backend_always_size_sections): Define.
1043         * elf-bfd.h (struct elf_obj_tdata): Add local_stubs field.
1044
1045         * elflink.h (elf_link_input_bfd): Discard local symbols that are
1046         attached to sections which are not being included in the link.
1047
1048 Wed Feb  5 13:20:17 1997  Ian Lance Taylor  <ian@cygnus.com>
1049
1050         * cofflink.c (_bfd_coff_generic_relocate_section): Ignore the
1051         symbol value when computing the addend for a pc_relative
1052         pcrel_offset reloc.
1053
1054 Mon Feb  3 11:54:06 1997  Ian Lance Taylor  <ian@cygnus.com>
1055
1056         * cofflink.c (_bfd_coff_generic_relocate_section): If doing a
1057         relocateable link, just skip pc_relative pcrel_offset relocs.
1058         * coff-arm.c (coff_arm_rtype_to_howto): Return a different howto
1059         structure for an ARM26 reloc which can be resolved.
1060         (coff_arm_adjust_symndx): Only convert ARM26 to ARM26D if the
1061         reloc can be resolved.
1062
1063         * coff-h8300.c (h8300_reloc16_extra_cases): Correct off by one
1064         error in overflow check for R_RELBYTE.
1065
1066 Fri Jan 31 14:07:27 1997  Ian Lance Taylor  <ian@cygnus.com>
1067
1068         * ieee.c (ieee_slurp_section_data): Pick up the start address.
1069         From Mark Rasin <mark.rasin@telrad.co.il>.
1070
1071         * aoutx.h (aout_link_write_symbols): Don't apply discard_l to
1072         debugging symbols.
1073
1074 Wed Jan 29 00:00:49 1997  Jeffrey A Law  (law@cygnus.com)
1075
1076         * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
1077         (elf_mn10200_howto_table): Likewise.
1078         (mn10200_reloc_map): Likewise.
1079
1080 Mon Jan 27 12:07:35 1997  Doug Evans  <dje@seba.cygnus.com>
1081
1082         * reloc.c: Add relocs BFD_RELOC_M32R_{HI16_[US]LO,LO16}.
1083         * bfd-in2.h, libbfd.h: Regenerated.
1084         * elf32-m32r.c: Add support for them.
1085
1086 Mon Jan 27 12:25:02 1997  Ian Lance Taylor  <ian@cygnus.com>
1087
1088         * aout-arm.c (MY_swap_std_reloc_in): Remove unused r_length.
1089         * elf32-ppc.c (ppc_elf_check_relocs): Remove unused plt.
1090 start-sanitize-v850
1091         * elf32-v850.c (v850_elf_final_link_relocate): Remove used
1092         r_format and r_pcrel.  Always return a value.
1093 end-sanitize-v850
1094         * riscix.c (MY_final_link_callback): Define to dummy value.
1095
1096         * elf32-i386.c (elf_i386_size_dynamic_sections): When checking for
1097         relocations against the text segment, look up the output name of
1098         the reloc section.
1099         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1100         * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
1101         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1102         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1103         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
1104
1105 start-sanitize-tic80
1106 Wed Jan 22 15:40:28 1997  Fred Fish  <fnf@cygnus.com>
1107
1108         * coff-tic80.c (tic80coff_vec): Use correct data put/get
1109         routines for little endian data.
1110         * coffcode.h (coff_write_object_contents): Set magic to
1111         TIC80_ARCH_MAGIC for TIc80.
1112
1113 Tue Jan 21 12:32:43 1997  Fred Fish  <fnf@cygnus.com>
1114
1115         * coff-tic80.c (tic80coff_vec): Change to little endian data
1116         as the default.
1117
1118 end-sanitize-tic80
1119 Thu Jan 16 17:45:57 1997  Ian Lance Taylor  <ian@cygnus.com>
1120
1121         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Change type of
1122         auxiliary_filters parameter to be const char * const *.  Accept a
1123         NULL terminated array.
1124         * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
1125         (bfd_elf32_size_dynamic_sections): Update declaration.
1126         * bfd-in2.h: Rebuild.
1127
1128 Wed Jan 15 11:21:32 1997  Ian Lance Taylor  <ian@cygnus.com>
1129
1130         * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Treat a
1131         NOTYPE symbol in a text section as a FUNC symbol.
1132
1133         * coffcode.h (coff_compute_section_file_positions): Force
1134         relocbase to be aligned to COFF_DEFAULT_SECTION_ALIGNMENT_POWER.
1135
1136 Tue Jan 14 08:46:33 1997  Doug Evans  <dje@canuck.cygnus.com>
1137
1138         * libaout.h (machine_type): Reserve several values for sparclet.
1139
1140 start-sanitize-tic80
1141 Mon Jan 13 22:39:08 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
1142
1143         * config.bfd (tic80-*-*): Don't require 'coff'.
1144
1145 end-sanitize-tic80
1146 start-sanitize-v850
1147 Mon Jan 13 19:36:25 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
1148
1149         * elf32-v850.c (v850_elf_howto_table): Set the special_function
1150         table to v850_elf_reloc for all non-standard relocations.
1151         (v850_elf_check_relocs): Add check for h being non-null.
1152         (v850_elf_reloc): Add  R_V850_ZDA_OFFSET support.  Use switch
1153         statement instead of multiple ifs.
1154         (v850_elf_relocate_section): Fix up error message, don't just call
1155         abort.
1156
1157 end-sanitize-v850
1158 Mon Jan  6 13:28:35 1997  Jeffrey A Law  (law@cygnus.com)
1159
1160         * elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.
1161         Use bfd_elf_generic_reloc as special function for all relocs.
1162         (bfd_elf32_mn10200_reloc): Remove unnecessary function.
1163
1164         * elf32-mn10200.c (elf_mn10200_howto): Set pcrel_offset for
1165         24bit pc-relative reloc.
1166
1167 start-sanitize-tic80
1168 Fri Jan  3 16:33:00 1997  Fred Fish  <fnf@cygnus.com>
1169
1170         * Makefile.in (coff-tic80.o): Add coffcode.h to dependency list.
1171         * coff-tic80.c (tic80coff_vec): Data byte order is big endian and
1172         header byte order is little endian.  Use correct bfd_get and
1173         bfd_put routines for little endian headers.
1174         * coffcode.h (coff_set_arch_mach_hook): Set arch to
1175         bfd_arch_tic80 for TIC80_ARCH_MAGIC number.
1176
1177 end-sanitize-tic80
1178 Fri Jan  3 16:54:08 1997  Jeffrey A Law  (law@cygnus.com)
1179
1180         * reloc.c: Add BFD_RELOC_24.
1181         * elf32-mn10200.c (enum reloc_type): Add 24bit and pcrel relocs.
1182         (elf_mn10200_howto, mn10200_reloc_map): Corresponding changes.
1183         * bfd-in2.h, libbfd.h: Rebuilt.
1184
1185 Fri Jan  3 16:58:31 1997  Richard Henderson  <rth@tamu.edu>
1186
1187         elf64-alpha multiple .got rewrite:
1188
1189         * elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
1190         (bfd_elf*_mkobject): Don't define here ...
1191         * elfxx-target.h: ... but rather here.  Default always_size_sections
1192         hook to NULL.
1193         * elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was 
1194         what the #defines in elf-bfd.h transmuted it to anyway.
1195
1196         * section.c: Add SEC_LINKER_CREATED flag.
1197         * bfd-in2.h: Rebuild.
1198         * elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
1199         relocation section flags.
1200         (elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
1201         SEC_IN_MEMORY to recognize generated bits.
1202         * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
1203         Likewise.
1204         * elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
1205         mips_elf_create_compact_rel_section, mips_elf_create_got_section,
1206         mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
1207         * elf32-ppc.c (ppc_elf_create_linker_section,
1208         ppc_elf_size_dynamic_sections): Likewise.
1209         * elf32-sparc.c (elf32_sparc_check_relocs,
1210         elf32_sparc_size_dynamic_sections): Likewise.
1211         * elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to 
1212         section flags.
1213         (_bfd_elf_create_dynamic_sections): Likewise.
1214         (_bfd_elf_make_linker_section_rela): Likewise.
1215         * elflink.h (elf_link_create_dynamic_sections): Likewise.
1216         (bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
1217         (elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
1218         to identify generated bits.
1219         (elf_link_input_bfd): Likewise.
1220
1221         * elf64-alpha.c: Rewrite everything touching relocations.
1222
1223 start-sanitize-v850
1224 Fri Jan  3 11:42:53 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
1225
1226         * elf32-v850.c (all functions and static variables): Go through
1227         and regularize names to be of the form v850_elf_<xxx>.
1228         (toplevel): Include <elf/v850.h>.
1229         (enum reloc_type): Move to include/elf/v850.h.
1230         (v850_elf_check_relocs): For common variables, if the variable is
1231         referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable
1232         into the appropriate section.
1233         (elf_backend_check_relocs): Define.
1234
1235 Tue Dec 31 15:15:28 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1236
1237         * elf32-v850.c (elf_v850_howto_table): Fix some spacing.
1238
1239 end-sanitize-v850
1240 Tue Dec 31 14:44:50 1996  Ian Lance Taylor  <ian@cygnus.com>
1241
1242         * config.bfd (mips*el-*-linux*): New target.
1243         (mips*-*-linux*): New target.
1244
1245         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Clean up.
1246         Return a useful value.
1247
1248         * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
1249
1250         * configure.in: Check ac_cv_func_mmap_fixed_mapped, not
1251         ac_cv_func_mmap.
1252         * configure: Rebuild.
1253         * configure.host: Use ac_cv_func_mmap_fixed_mapped instead of
1254         ac_cv_func_mmap in bfd/configure.host.
1255
1256         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Add
1257         filter_shlib and auxiliary_filter_shlib parameters.
1258         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_AUXILIARY and
1259         DT_FILTER.
1260         * bfd-in.h (bfd_elf32_size_dynamic_sections): Update declaration.
1261         (bfd_elf64_size_dynamic_sections): Likewise.
1262         * bfd-in2.h: Rebuild.
1263
1264 Mon Dec 30 18:48:52 1996  Ian Lance Taylor  <ian@cygnus.com>
1265
1266         * xcofflink.c (xcoff_build_ldsyms): When exporting all defined
1267         symbols, don't export a symbol which is defined by an object in an
1268         archive which contains shared objects.
1269
1270 start-sanitize-tic80
1271 Mon Dec 30 16:12:58 1996  Fred Fish  <fnf@cygnus.com>
1272
1273         * archures.c (enum bfd_architecture): Add bfd_arch_tic80
1274         for TI TMS320c80 (MVP).
1275         (bfd_archures_list): Add bfd_tic80_arch.
1276         * bfd-in2.h: Regenerate by running "make headers".
1277
1278 Sun Dec 29 16:18:52 1996  Fred Fish  <fnf@cygnus.com>
1279
1280         * cpu-tic80.c (bfd_tic80_arch): Add struct.
1281         * configure.in (case $vec): Correct typo, "tb" not "tp".
1282         Also add cofflink.o for tic80coff_vec.
1283         * configure: Regenerate with autoconf.
1284
1285 end-sanitize-tic80
1286 Mon Dec 30 11:54:56 1996  Ian Lance Taylor  <ian@cygnus.com>
1287
1288         * libbfd.c: Patch up the mmap code so that it is only built if BFD
1289         is configured with --with-mmap.
1290
1291 start-sanitize-tic80
1292 Sun Dec 29 10:48:57 1996  Fred Fish  <fnf@cygnus.com>
1293
1294         * Makefile.in (BFD32_BACKENDS): Add coff-tic80.o
1295         (ALL_MACHINES): Add cpu-tic80.o
1296         (cpu-tic80.o, coff-tic80.o): Add dependencies.
1297         * coff-tic80.c: Add skeleton, cloned from another coff config.
1298         * coffcode.h (coff_write_object_contents): Set magic to TIC80MAGIC
1299         for TIc80.
1300
1301 end-sanitize-tic80
1302 Fri Dec 27 20:56:41 1996  Fred Fish  <fnf@cygnus.com>
1303
1304         * TODO: Correct a misspelling.
1305 start-sanitize-tic80
1306         * coff-tic80.c: New file for TI TMS320C80 (MVP).
1307         * cpu-tic80.c: New file for TI TMS320C80 (MVP).
1308         * configure.in (case $vec): Add tic80coff_vec entry.
1309         * configure: Regenerate with autoconf.
1310         * archures.c (bfd_tic80_arch): Declare.
1311         * bfd-in2.h (enum bfd_architecture): Add bfd_arch_tic80.
1312         * config.bfd (case ${targ}): Add tic80*-*-coff* target.
1313         * targets.c (tic80coff_vec): Add decl as extern bfd_target.
1314         (bfd_target_vector): Add tic80coff_vec entry.
1315 end-sanitize-tic80
1316
1317 Fri Dec 27 11:48:12 1996  H.J. Lu  <hjl@lucon.org>
1318
1319         * elflink.h (elf_buckets): Add some more values for larger
1320         binaries.
1321
1322 Thu Dec 26 18:36:54 1996  Ian Lance Taylor  <ian@cygnus.com>
1323
1324         * Makefile.in (install): Move subdir_do out of conditional. From
1325         Fred Fish <fnf@cygnus.com>.
1326
1327 Wed Dec 18 10:04:30 1996  Jeffrey A Law  (law@cygnus.com)
1328
1329         * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
1330         32 bit relocs.
1331         (elf_mn10200_howto_table): Likewise.
1332         (mn10200_reloc_map): Likewise.
1333
1334 Tue Dec 17 11:09:36 1996  Ian Lance Taylor  <ian@cygnus.com>
1335
1336         * elf32-mips.c (mips_elf_add_symbol_hook): Add 1 to the value of a
1337         mips16 symbol during the link.
1338         (mips_elf_finish_dynamic_symbol): Subtract 1 from the value of a
1339         mips16 symbol.
1340         (mips_elf_link_output_symbol_hook): New static function.
1341         (elf_backend_link_output_symbol_hook): Define.
1342
1343         * elf.c (bfd_elf_print_symbol): Print the st_other field if it is
1344         not zero.
1345
1346 Mon Dec 16 14:38:39 1996  Ian Lance Taylor  <ian@cygnus.com>
1347
1348         * elf.c (bfd_section_from_shdr): Don't check for reloc sections
1349         against SEC_DEBUGGING sections here (revert patch of December 5).
1350         * elfcode.h (elf_object_p): Check for them here, instead.
1351
1352 Sun Dec 15 14:46:06 1996  Ian Lance Taylor  <ian@cygnus.com>
1353
1354         * elfcode.h (elf_slurp_reloc_table): Add dynamic parameter.
1355         * elf.c (_bfd_elf_canonicalize_reloc): Pass new argument to
1356         slurp_reloc_table.
1357         (_bfd_elf_get_dynamic_reloc_upper_bound): New function.
1358         (_bfd_elf_canonicalize_dynamic_reloc): New function.
1359         * elf-bfd.h (struct elf_size_info): Update declaration of
1360         slurp_reloc_table.
1361         (_bfd_elf_get_dynamic_reloc_upper_bound): Declare.
1362         (_bfd_elf_canonicalize_dynamic_reloc): Declare.
1363         * elfxx-target.h: Use new dynamic reloc routines by default.
1364         * elf64-mips.c (mips_elf64_slurp_reloc_table): Add dynamic
1365         parameter.
1366
1367 Fri Dec 13 13:18:49 1996  Dan Wilder  <dan@gasboy.com>
1368
1369         * coffcode.h (coff_set_flags): Use MC68KBCSMAGIC for bfd_arch_m68k
1370         if NAMES_HAVE_UNDERSCORE is defined.
1371
1372 Fri Dec 13 11:13:23 1996  Doug Evans  <dje@canuck.cygnus.com>
1373
1374         * libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
1375
1376 Thu Dec 12 15:07:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1377
1378         * elf32-ppc.c (ppc_elf_check_relocs): Move R_PPC_PLTREL24 into the
1379         supported relocs.
1380
1381 Thu Dec 12 14:55:41 1996  Ian Lance Taylor  <ian@cygnus.com>
1382
1383         * elflink.h (elf_link_add_object_symbols): Only add a weak
1384         symbol if the real definition is in the dynamic symbol table.
1385         After finding the real definition, then, if it is dynamic, add the
1386         weak symbol to the dynamic symbol table.
1387
1388         * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Make static.
1389
1390         * ppcboot.c (ppcboot_set_arch_mach): Don't define; it's a
1391         function.
1392         (ppcboot_bfd_print_private_bfd_data): Don't take the address of an
1393         array.
1394
1395 Tue Dec 10 23:23:52 1996  Jeffrey A Law  (law@cygnus.com)
1396
1397         * elf32-mn10300.c (reloc_type): Remove big endian mn10300 reloc
1398         variants.
1399         (elf32_mn10300_howto_table, mn10300_reloc_map): Likewise.
1400         (bfd_elf32_mn10300_reloc): Write data in little endian format.
1401         * reloc.c: Remove mn10300 big endian relocs.
1402         * bfd-in2.h, libbfd.h: Rebuilt.
1403
1404         * elf32-mn10200.c: Update from elf32-mn10300.c.
1405  
1406 Fri Dec  6 15:18:05 1996  Jeffrey A Law  (law@cygnus.com)
1407
1408         * elf32-mn10300.c (elf_symbol_leading_char): Define.
1409
1410         * elf32-mn10300.c: Add some comments.
1411
1412 Fri Dec  6 17:16:43 1996  Ian Lance Taylor  <ian@cygnus.com>
1413
1414         * ihex.c (ihex_scan): Always initialize buf before jumping to
1415         error_return.
1416         (ihex_read_section): Likewise.
1417
1418 Thu Dec  5 22:29:18 1996  Jeffrey A Law  (law@cygnus.com)
1419
1420         * elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
1421         inplace for most relocs.
1422
1423 Thu Dec  5 13:24:46 1996  Ian Lance Taylor  <ian@cygnus.com>
1424
1425         * elflink.h (elf_link_add_object_symbols): Calling check_relocs
1426         even if SEC_ALLOC is not set.
1427         * elf32-i386.c (elf_i386_check_relocs): Don't check SEC_ALLOC
1428         when deciding whether to copy a reloc into a shared object.
1429         (elf_i386_relocate_section): Likewise.
1430         * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
1431         (elf32_sparc_relocate_section): Likewise.
1432         * elf32-i386.c (elf_i386_check_relocs): Don't set SEC_ALLOC in a
1433         reloc section if it is not set in the source section.
1434         * elf32-sparc.c (elf32_sparc_check_relocs): Likewise.
1435         * elf.c (bfd_section_from_shdr): Mark a reloc section associated
1436         with a SEC_DEBUGGING section as SEC_DEBUGGING.
1437
1438 Wed Dec  4 14:18:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1439
1440         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): #if 0 code that
1441         expects a .got.plt until we actually create it.
1442
1443 Mon Dec  2 12:13:51 1996  Ian Lance Taylor  <ian@cygnus.com>
1444
1445         * cofflink.c (_bfd_coff_generic_relocate_section): Print an error
1446         message for bfd_reloc_outofrange, rather than aborting.  From
1447         Philippe De Muyter <phdm@info.ucl.ac.be>.
1448
1449         * cofflink.c (_bfd_coff_final_link): If there aren't any relocs in
1450         a relocateable link, don't try to process them.  From Heinz Wrobel
1451         <wrobel@lpr.e-technik.tu-muenchen.de>.
1452
1453 Mon Dec  2 00:39:24 1996  Jeffrey A Law  (law@cygnus.com)
1454
1455         * elf32-mn10300.c (mn10300_info_howto): Renamed from
1456         mn10300_info_howto_rel.  Tweak reloc argument to be an
1457         Elf32_Internal_Rela.
1458         (USE_RELA): Define instead of USE_REL.
1459         (elf_info_to_howto, elf_info_howto_rel): Corresponding changes.
1460
1461 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1462
1463         * configure.in, configure:  Handle mips*-sgi-irix6*.
1464         * irix-core.c (irix_core_core_file_p):  Accept CORE_MAGICN32
1465         core files.
1466
1467 Wed Nov 27 12:10:25 1996  Ian Lance Taylor  <ian@cygnus.com>
1468
1469         * elf32-i386.c (elf_i386_relocate_section): Warn about a
1470         relocation against a symbol defined in a section with no output
1471         section.
1472
1473 Tue Nov 26 11:07:31 1996  Ian Lance Taylor  <ian@cygnus.com>
1474
1475         * aclocal.m4 (BFD_CC_FOR_BUILD): Don't require AC_C_CROSS.
1476         * configure, config.in: Rebuild with autoconf 2.12.
1477
1478         * elf-bfd.h (struct elf_link_hash_entry): Add other field.
1479         * elf.c (_bfd_elf_link_hash_newfunc): Initialize other field.
1480         (swap_out_syms): Set st_other from existing st_other field.
1481         * elflink.h (elf_link_add_object_symbols): Store st_other in hash
1482         table other field.
1483         (elf_link_output_extsym): Set the other field from the global hash
1484         table entry.
1485         * elf32-mips.c (enum reloc_type): Add R_MIPS16_26.
1486         (elf_mips16_jump_howto): New static variable.
1487         (mips16_jump_reloc): New static function.
1488         (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_MIPS16_JMP.
1489         (mips_info_to_howto_rel): Handle R_MIPS16_26.
1490         (mips_elf_relocate_section): Handle R_MIPS16_26.  Handle R_MIPS_26
1491         to a mips16 symbol.
1492         * reloc.c (BFD_RELOC_MIPS16_JMP): Add to list of relocs.
1493         * bfd-in2.h, libbfd.h: Rebuild.
1494         * cpu-mips.c (arch_info_struct): Add mips:16 entry.
1495
1496 Mon Nov 25 11:23:32 1996  Ian Lance Taylor  <ian@cygnus.com>
1497
1498         * configure.host: Use long long for mips-sgi-irix6*.
1499
1500         * coffswap.h (coff_swap_scnhdr_out): Make line number overflow
1501         only a warning.  From Philippe De Muyter <phdemuyt@ulb.ac.be>.
1502
1503 Mon Nov 25 08:52:29 1996  Jeffrey A Law  (law@cygnus.com)
1504
1505         * elf32-mn10300.c (bfd_elf32_mn10300_reloc): New function.
1506         (enum reloc_type): Add more reloc types.
1507         (elf32_mn10300_howto_table): Update for new reloc types.
1508         (elf32_mn10300_reloc_map): Update for new reloc types.
1509         * reloc.c: Add some new relocs for the mn10300 series.
1510         * bfd-in2.h, libbfd.h: Rebuilt.
1511         
1512 Sat Nov 23 13:26:18 1996  Jeffrey A Law  (law@cygnus.com)
1513
1514         * som.c (setup_sections): Don't lose for a space which has
1515         no data, but some symbols.
1516
1517 Fri Nov 22 11:32:13 1996  Ian Lance Taylor  <ian@cygnus.com>
1518
1519         * sunos.c (struct sunos_link_hash_table): Add got_needed field.
1520         (sunos_link_hash_table_create): Initialize got_needed.
1521         (sunos_create_dynamic_sections): Only set .got section size if it
1522         is not already set.  Set got_needed.
1523         (bfd_sunos_size_dynamic_sections): Check got_needed.  Only set
1524         sdynptr, and only handle dynamic sections, if dynamic sections are
1525         needed.
1526         (sunos_scan_std_relocs): Pass false to create_dynamic_sections.
1527         Initialize .got section.
1528         (sunos_scan_ext_relocs): Likewise.
1529         (sunos_write_dynamic_symbol): Set up PLT entry even if this is not
1530         a dynamic symbol.
1531         (sunos_finish_dynamic_link): Check got_needed.  Only set up
1532         dynamic linking information if needed.
1533
1534 Thu Nov 21 10:31:31 1996  Rob Savoye  (rob@cygnus.com)
1535         
1536         * config.bfd: Added VersaDOS format to the Ericsson configuration.
1537
1538 Wed Nov 20 16:31:31 1996  Jeffrey A Law  (law@cygnus.com)
1539
1540         * elf32-mn10300.c: Rough cut at relocs for the mn10300.
1541
1542 Wed Nov 13 08:12:38 1996  Jeffrey A Law  (law@cygnus.com)
1543
1544         * Makefile.in (elf32-d10v.o): Don't depend on elf/d10v.h
1545         anymore.
1546
1547 Tue Nov 12 13:30:00 1996  Dawn Perchik  <dawn@cygnus.com>
1548
1549         * filemode.c: Include sysdep.h.
1550         * ihex.c: Add casts to eliminate compiler warnings.
1551         * sunos.c: Add casts to eliminate compiler warnings.
1552
1553 Mon Nov 11 10:37:02 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1554
1555         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Create .got.plt
1556         section.
1557         (ppc_elf_check_relocs): Add support for R_PPC_LOCAL24PC.  Make
1558         appropriate relocations in the .so file if shared.
1559         (ppc_elf_relocate_section): Ditto.
1560
1561 Tue Oct 29 15:03:02 1996  Doug Evans  <dje@canuck.cygnus.com>
1562
1563         * elf32-m32r.c (elf_m32r_howto_table, R_M32R_24): Use
1564         complain_overflow_unsigned.
1565
1566 Tue Oct 29 12:53:46 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
1567
1568         * elf32-d10v.c (elf_d10v_howto_table): Don't complain on
1569         overflows for R_D10V_16 and R_D10V_18.
1570
1571 Tue Oct 29 13:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
1572
1573         * ieee.c (ieee_write_section_part): Use LMA rather than VMA.
1574         (do_with_relocs): Likewise.
1575         (do_as_repeat): Likewise.
1576         (copy_expression): Likewise.
1577
1578 Fri Oct 25 16:56:40 1996  Ian Lance Taylor  <ian@cygnus.com>
1579
1580         * ieee.c (ieee_write_external_part): Correctly record whether
1581         there is an external part.
1582
1583 start-sanitize-v850
1584 Thu Oct 24 14:32:52 1996  Jeffrey A Law  (law@cygnus.com)
1585
1586         * elf32-v850.c (elf32_v850_bfd_final_link_relocate): Correctly
1587         handle tda offsets for sld.w and sst.w instructions.
1588         Fix alignment check in sld.w and sst.w tda reloc handling.
1589
1590 end-sanitize-v850
1591 Thu Oct 24 09:08:47 1996  Stu Grossman  (grossman@critters.cygnus.com)
1592
1593         * aclocal.m4, configure:  Set USE_BINARY_FOPEN for *-*-windows.
1594
1595 start-sanitize-v850
1596 Wed Oct 23 00:53:16 1996  Jeffrey A Law  (law@cygnus.com)
1597
1598         * elf32-v850.c: Add comments about assumptions about
1599         char, short & long sizes.
1600         (elf32_v850_bfd_final_link_relocate): Fix sign extension
1601         problems for several relocs.
1602
1603         * elf32-v850.c (elf32_v850_howto_table): Fix typo in
1604         R_V850_SDA_OFFSET entry.
1605
1606 end-sanitize-v850
1607 Wed Oct 23 00:20:34 1996  Ian Lance Taylor  <ian@cygnus.com>
1608
1609         * xcofflink.c (bfd_xcoff_import_symbol): Don't allocate ldsym.
1610         Store import file index in ldindx.
1611         (xcoff_build_ldsyms): Assume that ldsym was not previously
1612         allocated.  For an imported symbol, copy ldindx into l_ifile.
1613
1614 start-sanitize-v850
1615 Tue Oct 22 19:20:38 1996  Jeffrey A Law  (law@cygnus.com)
1616
1617         * elf32-v850.c (elf_v850_howto_table): Fix ordering of
1618         R_V850_ZDA_OFFSET and R_V850_TDA_OFFSET.  Fix various
1619         fields in R_V850_TDA_OFFSET.
1620         (elf32_v850_bfd_final_link_relocate): Tweak pc-relative
1621         relocs to work more like other relocs.  Handle R_V850_TDA_OFFSET
1622         relocations.
1623
1624         * elf32-v850.c: Include bfdlink.h.
1625         (bfd_elf32_v850_reloc): Return an error if we get a reloc
1626         we can't handle.
1627         (elf32_v850_bfd_final_link_relocate): New function.
1628         (v850_elf_relocation_section): Likewise.
1629         (elf_backend_relocate_section): Define.
1630
1631 end-sanitize-v850
1632 Tue Oct 22 17:22:43 1996  Ian Lance Taylor  <ian@cygnus.com>
1633
1634         * binary.c (binary_set_section_contents): Ignore sections which
1635         don't have SEC_LOAD and SEC_ALLOC set.
1636
1637 Mon Oct 21 12:13:05 1996  Jeffrey A Law  (law@cygnus.com)
1638
1639         * linker.c (_bfd_generic_final_link): Avoid losing static
1640         symbols in the .bss section.
1641
1642 Mon Oct 21 10:54:58 1996  Ian Lance Taylor  <ian@cygnus.com>
1643
1644         * elf32-mips.c (elf_mips_howto_table): Describe R_MIPS_64.
1645         (mips32_64bit_reloc): New static function.
1646         (mips_reloc_map): Add entry for BFD_RELOC_64.
1647         (mips_elf_relocate_section): Handle R_MIPS_64.
1648
1649         * linker.c (default_indirect_link_order): Print an error message
1650         when attempting to do a relocateable link with different object
1651         file formats, rather than calling abort.
1652
1653 Thu Oct 17 10:43:29 1996  Doug Evans  <dje@canuck.cygnus.com>
1654
1655         * reloc.c (m32r relocs): Rename them.
1656         * bfd-in2.h, libbfd.h: Regenerated.
1657         * elf32-m32r.c: Update.
1658         (m32r_elf_10_pcrel_reloc): New function.
1659         (elf_m32r_howto_table, R_M32R_10_PCREL entry): Use it.
1660         (elf_m32r_howto_table, R_M32R_24 entry): Fix {src,dst}_masks.
1661
1662 Wed Oct 16 11:24:35 1996  Jeffrey A Law  (law@cygnus.com)
1663
1664         * linker.c (_bfd_generic_final_link): Set "linker_mark" for
1665         all sections that will be included in the output file.
1666         (_bfd_generic_link_output_symbols): Discard symbols in sections
1667         which are being discarded.
1668
1669 start-sanitize-v850
1670
1671         * elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
1672         R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET.
1673         (elf_v850_howto_table): Corresponding changes.
1674         (elf_v850_reloc_map): Corresponding changes.
1675         * reloc.c: Add additional V850 relocations.
1676         * bfd-in2.h, libbfd.h: Rebuilt.
1677
1678         * elf32-v850.c (bfd_elf32_v850_reloc): Mask out bits we
1679         no longer want in pc-relative relocs.
1680
1681 Tue Oct 15 22:17:37 1996  Jeffrey A Law  (law@cygnus.com)
1682
1683         * elf32-v850.c (bfd_elf32_v850_reloc): Don't silently
1684         accept a reloc against an undefined sybmol!
1685
1686 Tue Oct 15 16:17:28 1996  Stu Grossman  (grossman@critters.cygnus.com)
1687
1688         * elf32-v850.c:  Define elf_symbol_leading_char to be '_'.
1689
1690 end-sanitize-v850
1691 Tue Oct 15 12:40:41 1996  Ian Lance Taylor  <ian@cygnus.com>
1692
1693         * VERSION: Bump for new relocation.
1694
1695         * hosts/i386bsd.h: If NBPG is not defined, define it as
1696         PAGE_SIZE, for recent versions of FreeBSD.
1697
1698 Mon Oct 14 12:37:26 1996  Ian Lance Taylor  <ian@cygnus.com>
1699
1700         * configure.host: Use `long long' as the 64 bit type on a Solaris
1701         host, since both gcc and the SunPRO compilers support it.
1702
1703 Mon Oct 14 11:17:24 1996  Richard Henderson  <rth@tamu.edu>
1704
1705         * reloc.c: Create a new BFD_RELOC_ALPHA_ELF_LITERAL.  It was a 
1706         mistake to have reused the ECOFF LITERAL for ELF since they have
1707         different semantics.
1708         * elf64-alpha.c (elf_reloc_map): Map from ELF_LITERAL.
1709         * bfd-in2.h, libbfd.h: Rebuild.
1710
1711         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Trap .got
1712         section overflow.
1713
1714         * elf64-alpha.c (elf64_alpha_relocate_section): Do not emit a
1715         dynamic relocation for an undefweak symbol when we are building
1716         a static executable.
1717
1718 Thu Oct 10 11:15:06 1996  Stan Shebs  <shebs@andros.cygnus.com>
1719
1720         * mpw-make.sed (config.bfd, targmatch.sed): Edit references to
1721         point explicitly to srcdir.
1722         (targmatch.h): Edit references to point explicitly to objdir.
1723
1724 Thu Oct 10 14:14:23 1996  Ian Lance Taylor  <ian@cygnus.com>
1725
1726         * config.bfd: When setting targ_cpu, don't get confused by
1727         linux-gnu.
1728
1729 Tue Oct  8 08:51:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
1730
1731         * configure.host:  Add support for windows host (a build done
1732         under the Microsoft build environment).
1733
1734 Tue Oct  8 11:40:16 1996  Ian Lance Taylor  <ian@cygnus.com>
1735
1736         * elflink.h (elf_link_add_object_symbols): If a symbol is a weak
1737         definition in a dynamic object, add it to the dynamic symbol table
1738         if any dynamic object mentions it.  Reverts part of last patch.
1739
1740         * sunos.c (struct sunos_link_hash_table): Add got_base field.
1741         (sunos_link_hash_table_create): Initialize got_base.
1742         (bfd_sunos_size_dynamic_sections): If the .got section is more
1743         than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to
1744         0x1000.
1745         (sunos_check_dynamic_reloc): Subtract got_base from a base
1746         relative relocation.
1747
1748         * elf32-mips.c (elf_mips_isa): New static function.
1749         (_bfd_mips_elf_merge_private_bfd_data): Don't warn about linking
1750         -mips1 and -mips2 code together, or -mips3 and -mips4 code.
1751
1752 Mon Oct  7 11:44:17 1996  Ian Lance Taylor  <ian@cygnus.com>
1753
1754         * archive.c (do_slurp_coff_armap): Only treat archive as little
1755         endian for i960 COFF.
1756
1757 Fri Oct  4 13:49:01 1996  Ian Lance Taylor  <ian@cygnus.com>
1758
1759         * coffcode.h (coff_compute_section_file_positions): Adjust sofar
1760         by the change in size of the section when EXEC_P is not set.
1761
1762         * coff-m68k.c (coff_rtype_to_howto): Define if not defined.
1763         (m68kcoff_rtype_to_howto): New static function.
1764         * cf-m68klynx.c (coff_m68k_lynx_rtype_to_howto): Add the section
1765         VMA to the addend for a PC relative reloc.
1766
1767         * dep-in.sed: Rework backslash loop a bit to avoid bug in sed on
1768         HP/UX 10.20.
1769         * Makefile.in: Rebuild dependencies.
1770
1771         * dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
1772         som.h is included.
1773
1774 Fri Oct  4 11:41:39 1996  Jeffrey A Law  (law@cygnus.com)
1775
1776         * Makefile.in: Remove explicit dependencies for mn10200 and
1777         mn10300 files.
1778         (ALL_MACHINE_CFILES): Add cpu-mn10200.c and cpu-mn10300.c.
1779         (BFD32_BACKENDS_CFILES): Add elf32-mn10200.c and elf32-mn10300.c
1780         (dependencies): Rebuilt.
1781
1782 Thu Oct  3 16:57:51 1996  Ian Lance Taylor  <ian@cygnus.com>
1783
1784         * cofflink.c (coff_link_add_symbols): Set obj_coff_keep_syms
1785         during this function.
1786
1787         * elflink.c (_bfd_elf_create_linker_section): Only use an existing
1788         section if the flags are compatible.
1789
1790         * configure.in: Add havevecs, and put it in tdefaults.
1791         * mpw-config.in: Likewise.
1792         * configure: Rebuild.
1793         * targmatch.sed: New file; a sed script to build targmatch.h from
1794         config.bfd.
1795         * config.bfd: Add #if, #endif, and comments for targmatch.h.
1796         * targets.c: Include "fnmatch.h".
1797         (struct targmatch): Define.
1798         (bfd_target_match): Define by including targmatch.h.
1799         (bfd_find_target): If the target is not found by name, search for
1800         it as a configuration triplet.
1801         * Makefile.in: Rebuild dependencies.
1802         (BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
1803         i386dynix.o, m68k4knetbsd.o, and riscix.o.
1804         (BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
1805         hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
1806         (HFILES): Add targmatch.h.  Also, alphabetize and reindent.
1807         (CFILES): Remove i386dynix.c and hp300bsd.c.
1808         (targmatch.h): New target.
1809         (do_clean): Remove targmatch.h.
1810
1811         * configure.in: Add BFD_NEED_DECLARATION(getenv).
1812         * acconfig.h: Add NEED_DECLARATION_GETENV.
1813         * configure, config.in: Rebuild.
1814         * sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
1815         * aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1816
1817 Thu Oct  3 09:29:09 1996  Jeffrey A Law  (law@cygnus.com)
1818
1819         * cpu-mn10x00.c, elf32-mn10x00: Removed.
1820         * cpu-mn10200.c, cpu-mn10300.c: New files.
1821         * elf32-mn10200.c, elf32-mn10300.c: New files.
1822         * Makefile.in: Break mn10x00 support into two separate
1823         configurations, mn10200 and mn10300.
1824         * archures.c, config.bfd, configure.in, elf.c, targets.c: Likewise.
1825         * bfd-in2.h, configure: Rebuilt.
1826
1827 Thu Oct  3 15:38:19 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
1828
1829         * Makefile.in (do_clean): Move config.log to do_distclean.
1830
1831 Wed Oct  2 21:40:55 1996  Jeffrey A Law  (law@cygnus.com)
1832
1833         * cpu-mn10x00.c, elf32-mn10x00.c: New files.
1834         * Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
1835         (BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
1836         (elf32-mn10x00.o): Add dependencies.
1837         * archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
1838         (bfd_mn10x00_arch): Declare.
1839         (bfd_archures_list): Add bfd_mn10x00_arch.
1840         * config.bfd: Add mn10x00-*-*.
1841         * configure.in: Add bfd_elf32_mn10x00_vec.
1842         * elf.c (prep_headers): Handle bfd_arch_mn10x00.
1843         * targets.c (bfd_elf32_mn10x00_vec): Declare.
1844         (bfd_target_vector): Add bfd_elf32_mn10x00_vec.
1845         * bfd-in2.h, configure: Rebuilt.
1846         
1847 Wed Oct  2 15:46:45 1996  Klaus Kaempf  <kkaempf@progis.de>
1848
1849         openVMS/Alpha: Provide filename and case_hack flags via
1850         symbol table from gas.
1851         Add case_hack code for symbol output from vax/vms.
1852         * evax-alpha.c (evax_initialize): Remove filename handling,
1853         filename is provided via symbol table.
1854         (evax_get_symtab): Use local symbol count when setting up table.
1855         * evax-egsd.c (_bfd_evax_slurp_egsd): Print correct name when
1856         debugging.
1857         (_bfd_evax_write_egsd): Skip file name symbol.
1858         * evax-emh.c (get_vms_time_string): Local function now.
1859         (_bfd_evax_write_emh): Extract source filename and case_hack flags
1860         from symbol table.
1861         * evax_write_etir (_bfd_evax_write_etir): Pass all symbol names
1862         through _bfd_evax_case_hack_symbol.
1863         * evax-misc.c (hash_string, _bfd_evax_case_hack_symbol): New
1864         functions.
1865         (_bfd_evax_basename): Removed.
1866         (_bfd_get_vms_time_string): Moved to evax-emh.c.
1867         * evax.h (evax_private_data_struct): Remove filename.
1868         (flag_hash_long_names, flag_show_after_trunc,
1869         flag_no_hash_mixed_case, vms_name_mapping): New flags for
1870         vms_case_hack.
1871
1872 Wed Oct  2 12:02:02 1996  Ian Lance Taylor  <ian@cygnus.com>
1873
1874         * freebsd.h (N_GET_MAGIC_NET): Don't use ntohl.
1875         (N_GETMID_NET, N_GETFLAG_NET): Likewise.
1876         (NO_SWAP_MAGIC): Don't define.
1877         (SWAP_MAGIC): Define.
1878
1879         * cofflink.c (_bfd_coff_link_input_bfd): Don't crash if there is
1880         no hash table entry for a global symbol.
1881
1882 Tue Oct  1 16:14:22 1996  Joel Sherrill  <joel@oarcorp.com>
1883
1884         * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
1885
1886 Tue Oct  1 12:31:39 1996  Ian Lance Taylor  <ian@cygnus.com>
1887
1888         * cofflink.c (coff_link_add_symbols): Don't override a meaningful
1889         symbol type with T_NULL.  Warn if symbol type changes.  Based on
1890         patch from Philippe De Muyter <phdm@info.ucl.ac.be>.
1891
1892         * elflink.h (elf_link_add_object_symbols): Only put a symbol from
1893         a dynamic object in the dynamic symbol table if it is referenced
1894         or defined by a regular object.
1895
1896 start-sanitize-v850
1897 Fri Sep 27 18:41:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
1898
1899         * elf32-v850.c (bfd_elf32_v850_is_local_label):  New function to
1900         remove dwarf local labels.  Shrinks binaries by a factor of 3!
1901
1902 end-sanitize-v850
1903 Mon Sep 23 13:33:00 1996  Ian Lance Taylor  <ian@cygnus.com>
1904
1905         * elf32-ppc.c (ppc_elf_add_symbol_hook): Create the .sbss section
1906         by hand, rather than by calling bfd_make_section.
1907
1908 Mon Sep 23 09:23:41 1996  Doug Evans  <dje@seba.cygnus.com>
1909
1910         * reloc.c: Rename m32r relocs.
1911         * bfd-in2.h, libbfd.h: Rebuilt.
1912         * elf32-m32r.c: Update.
1913
1914 Fri Sep 20 11:43:43 1996  Ian Lance Taylor  <ian@cygnus.com>
1915
1916         * aoutx.h (aout_link_input_section_ext): When doing a relocateable
1917         link, adjust the symbol index of a base relative reloc.  Don't
1918         change the addend of a PC relative reloc if pcrel_offset is set.
1919         * sunos.c (bfd_sunos_size_dynamic_sections): Don't do anything for
1920         a relocateable link.
1921
1922         * reloc.c (bfd_perform_relocation): Apply the relocation even if
1923         it is zero, in case src_mask matters.
1924         (bfd_install_relocation): Likewise.
1925
1926 Thu Sep 19 11:03:06 1996  Ian Lance Taylor  <ian@cygnus.com>
1927
1928         * xcofflink.c (xcoff_link_add_symbols): Always initialize
1929         keep_syms.
1930         (_bfd_xcoff_bfd_final_link): Don't set target_index
1931         to an uninitialized value.
1932
1933 Tue Sep 17 14:18:31 1996  Ian Lance Taylor  <ian@cygnus.com>
1934
1935         * coffcode.h (coff_slurp_line_table): Warn about illegal symbol
1936         indices, rather than crashing.
1937         (coff_slurp_reloc_table): Likewise.  Check whether the howto field
1938         is NULL.
1939         * coff-sh.c (sh_relocate_section): Check for an illegal symbol
1940         index.
1941
1942 Mon Sep 16 12:39:36 1996  Ian Lance Taylor  <ian@cygnus.com>
1943
1944         * coff-arm.c (aoutarm_std_reloc_howto): Change dst_mask for ARM26D
1945         reloc to 0.
1946         (coff_arm_adjust_symndx): New static function.
1947         (coff_adjust_symndx): Define.
1948
1949         * srec.c (srec_scan): Accept multiple symbols on a single line.
1950         From Pascal Martin <pmartin@alsys.com>.
1951
1952         * README: New file.
1953
1954 Fri Sep 13 14:32:42 1996  Doug Evans  <dje@canuck.cygnus.com>
1955
1956         * aoutf1.h (MY_bfd_merge_private_bfd_data): Define.
1957         (sunos_merge_private_bfd_data): New function.
1958
1959 Fri Sep 13 15:50:57 1996  Ian Lance Taylor  <ian@cygnus.com>
1960
1961         * bfd.c (bfd_copy_private_bfd_data): Switch on output BFD rather
1962         than input BFD.
1963         (bfd_merge_private_bfd_data): Likewise.
1964         * section.c (bfd_copy_private_section_data): Likewise.
1965         * syms.c (bfd_copy_private_symbol_data): Likewise.
1966         * bfd-in2.h: Rebuild.
1967         * aout-target.h (MY_bfd_copy_private_section_data): Check that
1968         both BFD's are the right flavour.
1969         * ecoff.c (_bfd_ecoff_bfd_copy_private_bfd_data): Likewise.
1970         * elf.c (_bfd_elf_copy_private_symbol_data): Likewise.
1971         * elf32-mips.c (_bfd_mips_elf_copy_private_bfd_data): Likewise.
1972         (_bfd_mips_elf_merge_private_bfd_data): Likewise.
1973         * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Likewise.
1974         (ppc_elf_merge_private_bfd_data): Likewise.
1975         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
1976         * peicode.h (pe_bfd_copy_private_section_data): Likewise.
1977
1978         * elf32-hppa.c (elf_hppa_howto_table): Fill in some fields for
1979         R_PARISC_DIR32, so that _bfd_stab_section_find_nearest_line passes
1980         its sanity check.
1981
1982 Thu Sep 12 11:45:57 1996  Doug Evans  <dje@seba.cygnus.com>
1983
1984         * reloc.c: Add m32r relocs.
1985         * bfd-in2.h, libbfd.h: Rebuilt.
1986         * cpu-m32r.c,elf32-m32r.c: New files.
1987
1988 Thu Sep 12 11:10:05 1996  Ian Lance Taylor  <ian@cygnus.com>
1989
1990         * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
1991
1992 Wed Sep 11 11:57:56 1996  Ian Lance Taylor  <ian@cygnus.com>
1993
1994         * tekhex.c (first_phase): Change type parameter from char to int.
1995         (out): Likewise.
1996         (pass_over): Change func to expect int, not char.
1997
1998         * elf.c (assign_file_positions_for_segments): Test SEC_ALLOC
1999         rather than SEC_LOAD when aligning the file offset for the first
2000         section in a segment.
2001
2002 Tue Sep 10 16:18:30 1996  Fred Fish  <fnf@cygnus.com>
2003
2004         * syms.c (coff_section_type): Make arg const.
2005         * irix-core.c (irix_core_core_file_p): Remove extraneous extra arg
2006         to make_bfd_asection().
2007         * elf-bfd.h (bfd_section_from_phdr): Add prototype.
2008         * elfcode.h (bfd_section_from_phdr): Remove prototype.
2009         (_bfd_elf_stringtab_init): Remove prototype.
2010
2011         * netbsd-core.c (swap_abort): Add prototype.
2012         * aix386-core.c (swap_abort): Ditto & make static
2013         * hpux-core.c (swap_abort): Ditto & make static.
2014         * irix-core.c (swap_abort): Ditto & make static.
2015         * ptrace-core.c (swap_abort): Ditto & make static.
2016         * trad-core.c (swap_abort): Ditto & make static.
2017         * coffswap.h (coff_swap_reloc_in): Ditto.
2018         (coff_swap_reloc_out): Ditto.
2019         (coff_swap_filehdr_in): Ditto.
2020         (coff_swap_filehdr_out): Ditto.
2021         (coff_swap_sym_in): Ditto.
2022         (coff_swap_sym_out): Ditto.
2023         (coff_swap_aux_in): Ditto.
2024         (coff_swap_aux_out): Ditto.
2025         (coff_swap_lineno_in): Ditto.
2026         (coff_swap_lineno_out): Ditto.
2027         (coff_swap_aouthdr_in): Ditto.
2028         (coff_swap_aouthdr_out): Ditto.
2029         (coff_swap_scnhdr_in): Ditto.
2030         (coff_swap_scnhdr_out): Ditto.
2031         * ihex.c (ihex_sizeof_headers): Ditto.
2032         * tekhex.c (getsym): Ditto.
2033         (find_chunk): Ditto & make static.
2034         (insert_byte): Ditto.
2035         (first_phase): Ditto.
2036         (pass_over): Ditto.
2037         (tekhex_get_symtab): Ditto & make static.
2038         (tekhex_get_symtab_upper_bound): Ditto & make static.
2039         (tekhex_mkobject): Ditto.
2040         (tekhex_object_p): Ditto.
2041         (move_section_contents): Ditto.
2042         (tekhex_get_section_contents): Ditto.
2043         (tekhex_set_arch_mach): Ditto & make static.
2044         (tekhex_set_section_contents): Ditto.
2045         (writevalue): Ditto.
2046         (writesym): Ditto.
2047         (out): Ditto.
2048         (tekhex_write_object_contents): Ditto.
2049         (tekhex_sizeof_headers): Ditto.
2050         (tekhex_make_empty_symbol): Ditto.
2051         (tekhex_get_symbol_info): Ditto.
2052         (tekhex_print_symbol): Ditto.
2053         * irix-core.c (make_bfd_asection): Ditto.
2054         (irix_core_core_file_p): Ditto.
2055         (irix_core_core_file_failing_command): Ditto.
2056         (irix_core_core_file_failing_signal): Ditto.
2057         (irix_core_core_file_matches_executable_p): Ditto.
2058         (irix_core_make_empty_symbol): Ditto.
2059         * coff-mips.c (mips_bfd_reloc_type_lookup): Ditto.
2060         * srec.c (srec_new_symbol): Ditto.
2061         (srec_get_section_contents): Ditto.
2062         (srec_set_arch_mach): Ditto.
2063         (srec_set_section_contents): Ditto.
2064         (internal_srec_write_object_contents): Ditto.
2065         (srec_write_object_contents): Ditto.
2066         (symbolsrec_write_object_contents): Ditto.
2067         (srec_sizeof_headers): Ditto.
2068         (srec_make_empty_symbol): Ditto.
2069         (srec_get_symtab_upper_bound): Ditto.
2070         (srec_get_symtab): Ditto.
2071         (srec_print_symbol): Ditto and make static.
2072         * elf.c (elf_read): Ditto
2073         (assign_section_numbers): Ditto.
2074         (elf_fake_sections): Ditto.
2075         (sym_is_global): Ditto.
2076         (elf_map_symbols): Ditto.
2077         (get_program_header_size): Ditto.
2078         * coffgen.c (make_a_section_from_file): Ditto.
2079         (coff_real_object_p): Ditto.
2080         (fixup_symbol_value): Ditto.
2081         (build_debug_section): Ditto.
2082         (copy_name): Ditto.
2083         * syms.c (coff_section_type): Ditto.
2084         
2085 Mon Sep  9 22:36:01 1996  Jeffrey A Law  (law@cygnus.com)
2086
2087         * bfd-in2.h: Rebuilt after m32r changes.
2088
2089 Mon Sep  9 12:31:22 1996  Doug Evans  <dje@canuck.cygnus.com>
2090
2091         * config.bfd,configure.in,configure: Add m32r support.
2092         * Makefile.in,archures.c,elf.c,targets.c: Likewise.
2093         * config.bfd: Keep target list alphabetically sorted.
2094
2095 start-sanitize-v850
2096 Mon Sep  9 11:48:41 1996  Jeffrey A Law  (law@cygnus.com)
2097
2098         * elf32-v850.c (bfd_elf32_v850_reloc, case R_V850_HI16): Don't forget
2099         to add in the constant part found in the instruction itself.
2100         (case R_V850_HI16_S): Likewise.
2101
2102 end-sanitize-v850 
2103 Fri Sep  6 17:04:39 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
2104
2105         * elf32-d10v.c (elf_d10v_howto_table): Modify the size of R_D10V_16
2106         and R_D10V_18 to be 1 (word).
2107
2108 Thu Sep  5 15:23:08 1996  Ian Lance Taylor  <ian@cygnus.com>
2109
2110         * stabs.c (_bfd_link_section_stabs): If the output_section field
2111         of either section is bfd_abs_section, then the linker is
2112         discarding the section and we should not optimize it.
2113
2114 Tue Sep  3 12:16:20 1996  Doug Evans  <dje@canuck.cygnus.com>
2115
2116         * Makefile.in (aout-sparcle.o): New target.
2117         * aoutf1.h (TARGET_IS_BIG_ENDIAN_P): Don't define if little endian.
2118         * config.bfd (sparclet-*-aout*): Add case.
2119         * configure.in (sparcle_aout_vec): Add case.
2120         * configure: Regenerated.
2121         * targets.c (sparcle_aout_vec): Declare.
2122         (bfd_target_vector): Add sparcle_aout_vec.
2123         * aout-sparcle.c: New file.
2124
2125 start-sanitize-v850
2126 Tue Sep  3 00:57:02 1996  Jeffrey A Law  (law@cygnus.com)
2127
2128         * elf32-v850.c (bfd_elf32_v850_reloc): Fix handling of
2129         low order sign bit propogation for R_V850_HI16_S.
2130
2131         * elf32-v850.c (bfd_elf32_v850_reloc): New function for
2132         handling V850 specific relocs.
2133         (elf_v850_howto_table): Use the new function for some
2134         relocations.  Twiddle masks & shifts for some relocs.
2135         Set partial_inplace where needed.
2136
2137 end-sanitize-v850
2138 Mon Sep  2 12:12:34 1996  Ian Lance Taylor  <ian@cygnus.com>
2139
2140         * cpu-mips.c: Add an explicit mips:3000 entry, and change the
2141         default architecture to a machine number of 0.
2142         * elf32-mips.c (_bfd_mips_elf_object_p): Set the machine number
2143         for E_MIPS_ARCH_1.
2144         (_bfd_mips_elf_merge_private_bfd_data): If the machine number of
2145         the output BFD is the default, set it from the first input BFD.
2146
2147 start-sanitize-v850
2148 Sun Sep  1 18:38:01 1996  Jeffrey A Law  (law@cygnus.com)
2149
2150         * elf32-v850.c (elf_v850_howto_table): All the 16bit relocs
2151         insert at bitpos zero.  The HI16 relocs are shifted right
2152         by 16 bits.  Fix src_mask for all relocs.
2153         (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Define.  The V850 is
2154         little endian!
2155         (TARGET_BIG_SYM, TARGET_BIG_NAME): Remove.  The V850 is little
2156         endian!
2157
2158 end-sanitize-v850
2159 Sun Sep  1 15:41:08 1996  Ian Lance Taylor  <ian@cygnus.com>
2160
2161         * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
2162         Rewrite to use BFD file read routines and to avoid using a fixed
2163         length for the file name.
2164
2165 start-sanitize-v850
2166 Sat Aug 31 10:22:25 1996  Jeffrey A Law  (law@cygnus.com)
2167
2168         * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
2169         (elf_v850_howto_table): Add support for R_V850_{32,16,8}.
2170         (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
2171         to R_V850_{32,16,8}.
2172
2173 Fri Aug 30 18:06:04 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
2174
2175         * elf32-v850.c (reloc_type): Add R_V850_HI16_S.
2176         (elf_v850_howto_table): Add info for HI16_S reloc.
2177         (v850_reloc_map): Add HI_16_S reloc.
2178         * reloc.c: Define BFD_RELOC_V850_* relocs.
2179
2180 end-sanitize-v850
2181 Fri Aug 30 11:49:19 1996  Ian Lance Taylor  <ian@cygnus.com>
2182
2183         Add SH ELF support.
2184         * elf32-sh.c: New file.
2185         * elf.c (prep_headers): Handle bfd_arch_sh.
2186         * elfcode.h (write_relocs): Handle absolute symbol.
2187         * elf-bfd.h (_bfd_elf32_link_read_relocs): Declare.
2188         (_bfd_elf64_link_read_relocs): Declare.
2189         * elflink.h (NAME(_bfd_elf,link_read_relocs)): Rename from
2190         elf_link_read_relocs.  Make globally visible.  Change all
2191         callers.
2192         (elf_link_input_bfd): Get external symbols from cache in
2193         symtab_hdr->contents.  Get contents from cache in
2194         elf_section_data.
2195         * elfxx-target.h (bfD_elfNN_bfd_relax_section): Only define if not
2196         already defined.
2197         * reloc.c: Define BFD_RELOC_SH_* relocs.
2198         * libbfd-in.h (_bfd_sh_align_load_span): Declare.
2199         * coff-sh.c (sh_insns_conflict): Fix a return value.
2200         (_bfd_sh_align_load_span): New globally visible function, broken
2201         out of sh_align_load.
2202         (sh_align_load): Call _bfd_sh_align_load_span.
2203         (sh_swap_insns): Change relocs parameter to PTR.
2204         * bfd-in2.h, libbfd.h: Rebuild.
2205         * targets.c (bfd_elf32_sh_vec): Declare.
2206         (bfd_elf32_shl_vec): Declare.
2207         * config.bfd (sh-*-elf*): New target.
2208         * configure.in (bfd_elf32_sh_vec): New target vector.
2209         (bfd_elf32_shl_vec): New target vector.
2210         * configure: Rebuild.
2211         * Makefile.in: Rebuild dependencies.
2212         (BFD32_BACKENDS): Add elf32-sh.o.
2213         (BFD32_BACKENDS_CFILES): Add elf32-sh.c.
2214
2215         * elf.c (map_sections_to_segments): Check that LMA does not skip a
2216         page before checking D_PAGED.
2217
2218         * ihex.c (ihex_scan): Removed unnecessary extbase variable.
2219         (ihex_write_object_contents): Remove extbase; always use segbase
2220         instead.
2221
2222 Thu Aug 29 16:52:17 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2223
2224         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
2225         * configure.host (i[345]86-*-*): Ditto.
2226         * config.bfd (i[345]86-*-*): Ditto.
2227         * configure: Regenerate.
2228
2229         * config.bfd (i[3456]86-*-dgux*): Recognize as a synonym for x86
2230         elf.
2231
2232 Tue Aug 27 09:18:18 1996  Jeffrey A Law  (law@cygnus.com)
2233
2234         * elf32-hppa.c (hppa_elf_gen_reloc_type): Add new argument.
2235         * elf32-hppa.h (hppa_elf_gen_reloc_type): Update prototype.
2236         * som.c (hppa_som_gen_reloc_type): Add new argument.  If
2237         we encounter an R_DATA_ONE_SYMBOL reloc against a symbol that
2238         will have an ST_CODE type, change the symbol's type to ST_DATA.
2239         * som.c (hppa_som_gen_reloc_type): Update prototype.
2240
2241 Tue Aug 27 00:12:22 1996  Ian Lance Taylor  <ian@cygnus.com>
2242
2243         * elf32-mips.c (mips_elf_check_relocs): Set dynobj if needed for
2244         R_MIPS_32 and R_MIPS_REL32.  Set sgot and g as soon as possible.
2245         (mips_elf_size_dynamic_sections): Don't require .got to exist.
2246         (mips_elf_finish_dynamic_sections): Likewise.
2247
2248 Thu Aug 22 10:54:38 1996  Ian Lance Taylor  <ian@cygnus.com>
2249
2250         * configure.host (HLDENV): New variable to set.  Set it for
2251         *-*-sysv4*, since those linkers may not support -R but they always
2252         support LD_RUN_PATH.
2253
2254         * libieee.h (NSECTIONS): Don't define.
2255         (ieee_data_struct): Change section_table to asection **.  Add
2256         section_table_size.
2257         * ieee.c (get_section_entry): If the table isn't big enough, make
2258         it bigger.
2259         (ieee_slurp_sections): Remove assertion about number of sections.
2260         (ieee_object_p): Adjust initialization of ieee to match changes to
2261         the structure.
2262
2263         * xcofflink.c (xcoff_mark): Don't copy relocs for undefined
2264         symbols merely because we are generating a shared library.
2265         (xcoff_build_ldsyms): Don't set up global linkage code for an
2266         undefined symbol merely because we are generating a shared
2267         library.
2268
2269 start-sanitize-v850
2270 Tue Aug 20 15:06:05 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
2271         
2272         * Makefile.in (ALL_MACHINES): Add cpu-v850.o.
2273         (BFD32_BACKENDS) Add elf32-v850.o.
2274         * archures.c: Add bfd_v850_arch.
2275         * bfd-in2.h: Add bfd_v850_arch.
2276         * config.bfd (v850-*-*): New target.
2277         * configure: (bfd_elf32_v850_vec) New vector.
2278         * configure.in: (bfd_elf32_v850_vec) New vector.
2279         * cpu-v850.c: New file.
2280         * elf.c (prep_headers): Added case bfd_arch_v850.
2281         * elf32-v850.c: New file.
2282         * targets.c (bfd_elf32_v850_vec): New vector.
2283         
2284 end-sanitize-v850
2285 Fri Aug 16 16:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
2286
2287         * xcofflink.c (xcoff_link_add_dynamic_symbols): Create and define
2288         a function code symbol for an XMC_XO symbol.
2289
2290 Thu Aug 15 12:33:29 1996  Stan Shebs  <shebs@andros.cygnus.com>
2291
2292         * mpw-config.in: Update editing of autoconf vars to reflect
2293         Jul 18 configure.in change.
2294         * mpw-make.sed: Update editing of include pathnames to be
2295         more general, add @DASH_C_FLAG@ to explicit compile rule edit.
2296
2297 Thu Aug 15 10:35:13 1996  Richard Henderson  <rth@tamu.edu>
2298
2299         * elf64-alpha.c (elf64_alpha_output_extsym): The section from
2300         which to offset to get the .plt entry address is ".plt".
2301
2302 Thu Aug 15 16:40:30 1996  James G. Smith  <jsmith@cygnus.co.uk>
2303
2304         * reloc.c: (BFD_RELOC_ARM_THUMB_ADD, BFD_RELOC_ARM_THUMB_IMM,
2305         BFD_RELOC_ARM_THUMB_SHIFT, BFD_RELOC_ARM_THUMB_OFFSET):
2306         Added, for internal use by the ARM gas.
2307         * libbfd.h: Rebuilt
2308         * bfd-in2.h: Rebuilt
2309
2310 Wed Aug 14 17:02:09 1996  Richard Henderson  <rth@tamu.edu>
2311
2312         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Correct typo
2313         in section dynidx start.
2314
2315 Tue Aug 13 14:35:38 1996  Ian Lance Taylor  <ian@cygnus.com>
2316
2317         * elf.c (_bfd_elf_make_section_from_shdr): Treat sections whose
2318         name begins with .gnu.linkonce as SEC_LINK_ONCE.  This is an
2319         optimization for g++.
2320
2321 Tue Aug 13 17:04:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2322
2323         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): If one module has
2324         the -mrelocatable-lib bit set and the other doesn't, clear the
2325         -mrelocatable-lib bit in the header.
2326
2327 Sat Aug 10 22:59:17 1996  Ian Lance Taylor  <ian@cygnus.com>
2328
2329         * elflink.h (elf_link_add_object_symbols): Do not resolve a common
2330         symbol against a STT_FUNC symbol in a shared library.
2331
2332 Fri Aug  9 12:44:57 1996  Ian Lance Taylor  <ian@cygnus.com>
2333
2334         * xcofflink.c (xcoff_link_add_dynamic_symbols): If a descriptor
2335         symbol is found, automatically define the corresponding function
2336         code.
2337
2338         * cofflink.c (coff_link_add_symbols): Only set (*sym_hash)->numaux
2339         if sym.n_numaux is not zero.
2340         (_bfd_coff_link_input_bfd): Permit the symbol and the hash table
2341         entry to disagree about the number of aux entries if the symbol
2342         has zero.
2343
2344         * elf32-mips.c (mips_elf_check_relocs): Create the .rel.dyn
2345         section if it might be needed, not just if info->shared.
2346         (mips_elf_adjust_dynamic_symbol): Make room for a null element at
2347         the start of .rel.dyn if we are going to use it.
2348         (mips_elf_finish_dynamic_sections): Only clear the first element
2349         of .rel.dyn if the size is greater than zero.
2350
2351 Thu Aug  8 16:24:55 1996  Ian Lance Taylor  <ian@cygnus.com>
2352
2353         * xcofflink.c (xcoff_link_input_bfd): If we already called the
2354         undefined_symbol callback for a symbol, then don't issue any more
2355         warnings about loader relocs.
2356         (_bfd_ppc_xcoff_relocate_section): Don't do any further processing
2357         after calling the undefined_symbol callback.
2358
2359         * xcofflink.c (XCOFF_MULTIPLY_DEFINED): Define.
2360         (xcoff_link_add_symbols): Permit multiple definitions of a symbol
2361         as the AIX linker seems to do.
2362
2363 Thu Aug  8 12:21:56 1996  Klaus Kaempf  <kkaempf@progis.de>
2364
2365         * evax-alpha.c (evax_alpha_vec): Corrected flags, cleanup.
2366         (evax_initialize): Remove evax_reloc_table.
2367         (evax_close_and_cleanup): Ditto.
2368         (reloc_nil): Ditto.
2369         (alpha_howto_table): Remove ALPHA_R_SWREL32 and ALPHA_R_SWREL64
2370         entries.
2371         (evax_bfd_reloc_type_lookup): Ditto.
2372         * evax-egsd.c (_bfd_evax_slurp_egsd): Add a few casts; set
2373         cooked_size == raw_size.
2374         * evax-emh.c (_bfd_evax_register_filename): Remove.
2375         * evax-etir.c (etir_stc): Allow ETIR_S_C_STC_xx commands.
2376         * evax-misc.c (add_new_contents): Malloc section at full size.
2377         (_bfd_save_evax_section): Memcpy section contents directly.
2378         * evax.h (ALPHA_R_SWREL32, ALPHA_R_SWREL64): Remove.
2379         (evax_reloc_table): Remove.
2380
2381         * hosts/alphavms.h (O_ACCMODE): Define if needed.
2382
2383         * makefile.vms: Add better support for DEC C compilation
2384         Add evax.h dependencies
2385
2386         * reloc.c (bfd_get_reloc_size): Add case for 16 byte reloc.
2387         (BFD_RELOC_SWREL32,BFD_RELOC_SWREL64): Remove.
2388         (BFD_RELOC_ALPHA_BASEREG): Remove.
2389         * bfd-in2.h, libbfd.h: Rebuild.
2390
2391 Thu Aug  8 08:17:32 1996  Stu Grossman  (grossman@critters.cygnus.com)
2392
2393         * archive.c (bsd_write_armap):  Ifdef around calls to getuid and
2394         getgid if _WIN32 is defined.
2395         * opncls.c (bfd_fdopenr):  Remove unnecessary WINGDB ifdef.
2396
2397 Wed Aug  7 23:19:00 1996  Stu Grossman  (grossman@critters.cygnus.com)
2398
2399         * aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
2400         Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
2401         include file.
2402         * libbfd.c:  Create dummy getpagesize() macro if HAVE_GETPAGESIZE
2403         isn't defined.
2404
2405 Wed Aug  7 14:11:44 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
2406
2407         * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
2408         realloc.
2409         * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
2410         (NEED_DECLARATION_REALLOC): New macro.
2411         * configure, config.in: Rebuild.
2412         * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
2413         (realloc): Declare if NEED_DECLARATION_REALLOC.
2414
2415         * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
2416         <strings.h> if they exist.
2417
2418         * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
2419
2420 Wed Aug  7 12:12:03 1996  Ian Lance Taylor  <ian@cygnus.com>
2421
2422         * cpu-i386.c (i8086_arch): Architecture info for the i8086.
2423
2424         Based on patches from Eric Valette <valette@crf.canon.fr>:
2425         * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
2426         LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
2427         (elf_howto_table): Add entries for new relocs.
2428         (elf_i386_reloc_type_lookup): Handle new relocs.
2429         (elf_i386_info_to_howto): Just call abort.
2430         (elf_i386_info_to_howto_rel): Check that the reloc type is valid.
2431         (elf_i386_relocate_section): Likewise.
2432
2433 Tue Aug  6 12:54:56 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
2434
2435         * elf32-d10v.c (elf_d10v_howto_table): Added R_D10V_32.
2436
2437 Mon Aug  5 13:42:41 1996  Ian Lance Taylor  <ian@cygnus.com>
2438
2439         * elf.c (_bfd_elf_make_section_from_shdr): For a loadable section,
2440         only get the LMA from the phdr if they are in the same part of the
2441         file.
2442
2443         * elf.c (map_sections_to_segments): Rewrite tests for starting a
2444         new segment to make them more comprehensible.  If the relationship
2445         between the LMA and the VMA changed, start a new segment.  Don't
2446         check dynsec when deciding whether to start a new segment for a
2447         writeable section; -N will now handle this.
2448
2449 Thu Aug  1 22:43:08 1996  Jeffrey A Law  (law@cygnus.com)
2450
2451         * libhppa.h: Remove "esel" changes.  Not the right approach.
2452         * som.c: Corresponding changes.
2453         (som_bfd_derive_misc_symbol_info): Use ST_DATA for symbols
2454         which don't have a SOM symbol type associated with them.
2455         Reverses a 1994 change.
2456
2457 Wed Jul 31 15:50:55 1996  Ian Lance Taylor  <ian@cygnus.com>
2458
2459         Make ld -N more reasonable for ELF:
2460         * elf.c (map_sections_to_segments): If D_PAGED is not set, set
2461         phdr_in_section to false, and always use a single load segment.
2462         (elf_sort_sections): Sort sections by LMA after VMA.
2463         (assign_file_positions_for_segments): If D_PAGED is not set, don't
2464         align to maxpagesize.
2465         (assign_file_positions_except_relocs): Likewise.
2466         * elfcode.h (elf_object_p): If a section is loaded but not page
2467         aligned, clear D_PAGED.
2468
2469 Wed Jul 31 15:00:12 1996  James G. Smith  <jsmith@cygnus.co.uk>
2470
2471         * reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
2472         Added, for internal use by the ARM gas.
2473         * libbfd.h: Rebuilt
2474         * bfd-in2.h: Rebuilt
2475
2476 Tue Jul 30 14:14:57 1996  Jeffrey A Law  (law@cygnus.com)
2477
2478         * libhppa.h (R_HPPA_ESEL): New field selector.
2479         (e_esel): Similarly.
2480         * som.c (hppa_som_gen_reloc_type): If we encounter an e_esel,
2481         then generate R_COMP2 (PUSH_SYM), R_DATA_EXPR fixup stream.
2482         (som_write_fixups): Handle R_DATA_EXPR just like R_CODE_EXPR.
2483
2484 Tue Jul 30 13:31:27 1996  Ian Lance Taylor  <ian@cygnus.com>
2485
2486         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Do the regular
2487         archive search before looking for stripped dynamic objects.
2488
2489 Fri Jul 26 17:51:39 1996  Ian Lance Taylor  <ian@cygnus.com>
2490
2491         * xcofflink.c (xcoff_build_ldsyms): Make exporting an undefined
2492         symbol a warning rather than an error.
2493
2494 Wed Jul 24 12:02:53 1996  Ian Lance Taylor  <ian@cygnus.com>
2495
2496         * elf.c (assign_file_positions_for_segments): Track the virtual
2497         memory position separately from the file position, and use it to
2498         compute the alignment adjustment.
2499
2500 Tue Jul 23 10:43:31 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
2501
2502         * elf32-d10v.c (elf_d10v_howto_table): Changed all relocs to "long"
2503         and fixed mask on R_D10V_10_PCREL_L.
2504
2505 Mon Jul 22 15:30:30 1996  Ian Lance Taylor  <ian@cygnus.com>
2506
2507         * elf64-mips.c: Include "aout/ar.h".
2508         (mips_elf64_slurp_armap): New static function.
2509         (mips_elf64_write_armap): New static function.
2510         (bfd_elf64_archive_*): Define.
2511         * elfxx-target.h (bfd_elfNN_archive_p): Define if not defined.
2512         Use instead of bfd_generic_archive_p.
2513         (bfd_elfNN_write_archive_contents): Define if not defined.  Use
2514         instead of _bfd_write_archive_contents.
2515         (bfd_elfNN_mkdarchive): Define if not defined.  Use instead of
2516         _bfd_generic_mkarchive.
2517         (TARGET_BIG_SYM): If bfd_elfNN_archive_functions is defined, use
2518         bfd_elfNN_archive in BFD_JUMP_TABLE_ARCHIVE rather than
2519         _bfd_archive_coff.
2520         (TARGET_LITTLE_SYM): Likewise.
2521         * archive.c (bfd_slurp_armap): Check for and reject an archive map
2522         name of /SYM64/.
2523         * Makefile.in: Rebuild dependencies.
2524
2525         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Handle
2526         SHT_MIPS_LIBLIST, SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and
2527         SHT_MIPS_EVENTS sections.
2528         (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_IFACE,
2529         SHT_MIPS_CONTENT, SHT_MIPS_SYMBOL_LIB, and SHT_MIPS_EVENTS
2530         sections.
2531         (_bfd_mips_elf_fake_sections): Likewise.
2532
2533         * libecoff.h (ecoff_data_type): Add rdata_in_text field.
2534         * ecoff.c (ecoff_compute_section_file_positions): Copy
2535         rdata_in_text from backend info to tdata.  Clear it if any data
2536         section comes before .rdata.
2537         (_bfd_ecoff_write_object_contents): Use rdata_in_text field in
2538         tdata rather than backend info.
2539
2540 Fri Jul 19 18:15:51 1996  Ian Lance Taylor  <ian@cygnus.com>
2541
2542         * configure.in: Fix test for whether a compiler has a 64 bit
2543         type.  From Jim Wilson <wilson@cygnus.com>.
2544
2545 Thu Jul 18 15:39:10 1996  Ian Lance Taylor  <ian@cygnus.com>
2546
2547         * configure.host (mips-sgi-irix6*): New host.
2548
2549         * configure.in: Set and substitute VERSION, BFD_HOST_64BIT_LONG
2550         (replacing HOST_64BITLONG), BFD_HOST_64_BIT_DEFINED,
2551         BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT.  Add bfd-in2.h:bfd-in2.h
2552         to AC_OUTPUT call.
2553         * configure: Rebuild.
2554         * bfd-in.h (BFD_ARCH_SIZE): Define as @wordsize@, not @WORDSIZE@.
2555         (BFD_HOST_64_BIT): Define conditionally.
2556         (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
2557         (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
2558         (symvalue, bfd_size_type): Likewise.
2559         * bfd-in2.h: Rebuild.
2560         * Makefile.in (do_clean): Remove bfd-tmp.h.
2561         (do_distclean): Remove bfd-in3.h.
2562         (stmp-bfd.h): Just do copy-if-change bfd-in3.h bfd.h.
2563         (bfd-in3.h): New target.
2564
2565         * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec.  From
2566         Andrew Gierth <ANDREWG@microlise.co.uk>.
2567
2568         * configure.host: Set INSTALL_SHLIB.
2569         * configure.in: Call AC_SUBST (INSTALL_SHLIB).
2570         * configure: Rebuild.
2571         * Makefile.in (install): Use @INSTALL_SHLIB@.
2572
2573         * config.bfd (mips*-*-irix6*): New target.
2574         * configure.host: Handle Irix 6 shared library like Irix 5.
2575
2576         * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TD
2577         symbol for a magic name.
2578         (xcoff_link_input_bfd): Don't change the reloc symbol for an
2579         XMC_TD symbol.
2580         (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an
2581         XMC_TD symbol.
2582
2583 Thu Jul 18 11:36:31 1996  Stan Shebs  <shebs@andros.cygnus.com>
2584
2585         * mpw-config.in: Add ELF support to mips config, create the
2586         elf32-target.h file in the object dir.
2587         * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
2588
2589 Wed Jul 17 18:02:32 1996  Kim Knuttila  <krk@cygnus.com>
2590
2591         * coff-ppc.c: Redid debug scheme - numerous fprintf's gone.
2592         Also removed most abort calls, in favor of using bfd reporting.
2593
2594 Wed Jul 17 14:51:52 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
2595
2596         * Makefile.in (ALL_MACHINES): Add cpu-d10v.o.
2597         (BFD32_BACKENDS) Add elf32-d10v.o.
2598         * archures.c: Add bfd_d10v_arch.
2599         * bfd-in2.h: Add bfd_d10v_arch.
2600         * config.bfd (d10v-*-*): New target.
2601         * configure: (bfd_elf32_d10v_vec) New vector.
2602         * configure.in: (bfd_elf32_d10v_vec) New vector.
2603         * cpu-d10v.c: New file.
2604         * elf.c (prep_headers): Added case bfd_arch_d10v.
2605         * elf32-d10v.c: New file.
2606         * libbfd.h: Rebuild.
2607         * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L,
2608         BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define.
2609         * targets.c (bfd_elf32_d10v_vec): New vector.
2610         
2611 Wed Jul 17 10:58:55 1996  Kim Knuttila  <krk@cygnus.com>
2612
2613         * coff-ppc.c (coff_ppc_relocate_section): Removed bogus fprintf
2614
2615 Tue Jul 16 23:49:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
2616
2617         * archures.c bfd-in2.h:  Add bfd_mach_i386_i386 and
2618         bfd_mach_i386_i8086 machine types.
2619
2620 Wed Jul 10 12:42:56 1996  Ian Lance Taylor  <ian@cygnus.com>
2621
2622         * ecoff.c (_bfd_ecoff_new_section_hook): Set SEC_CODE for _INIT
2623         and _FINI sections.
2624
2625 Wed Jul 10 11:18:21 1996  Richard Henderson  <rth@tamu.edu>
2626
2627         * coffcode.h (coff_set_section_contents): A/UX does not require
2628         special handling of the _LIB section.
2629
2630 Tue Jul  9 15:52:20 1996  Jeffrey A Law  (law@cygnus.com)
2631
2632         * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
2633         value for R_RELBYTE.
2634
2635         * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
2636         array if one was allocated.
2637
2638 Tue Jul  9 12:21:54 1996  Ian Lance Taylor  <ian@cygnus.com>
2639
2640         From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>:
2641         * elf32-mips.c (struct mips_elf_link_hash_table): Add new fields
2642         use_rld_obj_head and rld_value.
2643         (mips_elf_link_hash_table_create): Initialize new fields.
2644         (mips_elf_add_symbol_hook): Mark __rld_obj_head symbol as
2645         dynamic.
2646         (mips_elf_create_dynamic_sections): Create .rld_map section.  If
2647         __rld_obj_head symbol not seen, create an __rld_map symbol.
2648         (mips_elf_size_dynamic_sections): Make space in .rld_map section.
2649         Create a DT_MIPS_RLD_MAP entry rather than a DT_DEBUG entry.
2650         (mips_elf_finish_dynamic_symbol): Save value of __rld_map or
2651         __rld_obj_head symbol.
2652         (mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP.
2653
2654 Mon Jul  8 16:18:03 1996  Ian Lance Taylor  <ian@cygnus.com>
2655
2656         * elf32-mips.c (mips_reloc_map): Remove BFD_RELOC_32_PCREL entry.
2657
2658         * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, use
2659         ppc_elf_addr16_ha_reloc.
2660         (ppc_elf_addr16_ha_reloc): New static function.
2661
2662         * coff-mips.c (struct mips_hi): Define.
2663         (mips_refhi_list): New static variable.
2664         (mips_refhi_addr, mips_refhi_addend): Remove.
2665         (mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
2666         (mips_reflo_reloc): Process mips_refhi_list.
2667         (mips_relhi_list): New static variable.
2668         (mips_relhi_addr, mips_relhi_addend): Remove.
2669         (mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
2670         (mips_rello_reloc): Process mips_relhi_list.
2671         (mips_relocate_section): Permit an arbitrary number of REFHI or
2672         RELHI relocs before the associated REFLO or RELLO reloc.
2673
2674 Fri Jul  5 19:27:49 1996  Ian Lance Taylor  <ian@cygnus.com>
2675
2676         * aout-target.h (MY(callback)): Set reloc_count fields.
2677
2678 Thu Jul  4 12:00:37 1996  Ian Lance Taylor  <ian@cygnus.com>
2679
2680         * sunos.c (sunos_add_dynamic_symbols): Don't create dynamic
2681         sections unless this is a SunOS link.
2682
2683         * VERSION: Set to 2.7.1.
2684
2685         * Released binutils 2.7.
2686
2687 Wed Jul  3 14:59:47 1996  Ian Lance Taylor  <ian@cygnus.com>
2688
2689         * i386aout.c: Include "aout/aout64.h".
2690         (i386aout_write_object_contents): New static function.
2691         (MY_write_object_contents): Define.
2692
2693         * netbsd.h (MY(write_object_contents)): Make sure that
2694         adjust_sizes_and_vmas is called before fiddling with the magic
2695         number.
2696
2697 Tue Jul  2 23:30:39 1996  Ian Lance Taylor  <ian@cygnus.com>
2698
2699         * stabs.c (_bfd_link_section_stabs): Fix casts of psinfo.
2700
2701 Sun Jun 30 13:34:33 1996  Ian Lance Taylor  <ian@cygnus.com>
2702
2703         * libbfd-in.h (itos, stoi): Don't define.
2704         * libbfd.h: Rebuild.
2705         * i386lynx.c (KEEPIT): Define as udata.i.
2706         (NAME(lynx,swap_std_reloc_out)): Don't use stoi.
2707         (NAME(lynx,swap_ext_reloc_out)): Likewise.
2708         * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than
2709         flags.  Don't use stoi.
2710
2711         * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000.
2712
2713         * elf.c (map_sections_to_segments): Don't start a new segment for
2714         a writable section if it's on the same page as the previous
2715         segment.  Reset the writable variable for a readonly section.
2716
2717 Sat Jun 29 16:18:51 1996  Kim Knuttila  <krk@cygnus.com>
2718
2719         * peicode.h (coff_swap_aouthdr_in): Missing initializations of
2720         first_thunk_address, thunk_size, and import_table_size.
2721         * peicode.h: Improved some diagnostics regarding edata sections.
2722
2723         * coff-ppc.c (coff_ppc_relocate_section): Earlier error check
2724         on IMGLUE relocs.
2725         (coff_ppc_relocate_section): Improved diagnostic for large TOCDEFN's.
2726         (TARGET_LITTLE_SYM): Added missing D_PAGED.
2727
2728 Fri Jun 28 13:48:45 1996  Ian Lance Taylor  <ian@cygnus.com>
2729
2730         * xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
2731         with XCOFF_DEF_DYNAMIC set is really defined.
2732         (xcoff_link_check_dynamic_ar_symbols): Likewise.
2733         (xcoff_link_add_symbols): Only create special sections if using an
2734         XCOFF hash table.
2735
2736         * reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
2737         aixcoff-rs6000.
2738         (bfd_install_relocation): Likewise.
2739
2740 Fri Jun 28 11:17:00 1996  Richard Henderson  <rth@tamu.edu>
2741
2742         * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add flags
2743         field.
2744         (ALPHA_ELF_LINK_HASH_LU_ADDR): Define.
2745         (ALPHA_ELF_LINK_HASH_LU_MEM): Define.
2746         (ALPHA_ELF_LINK_HASH_LU_FUNC): Define.
2747         (elf64_alpha_link_hash_newfunc): Initialize flags field.
2748         (elf64_alpha_check_relocs): Record types of LITUSE entries that
2749         are found for LITERAL relocs.
2750         (elf64_alpha_adjust_dynamic_symbol): If a symbol has its address
2751         taken, we cannot generate a .plt entry for the symbol.
2752
2753 Thu Jun 27 11:24:29 1996  Ian Lance Taylor  <ian@cygnus.com>
2754
2755         * configure.in: Add AC_ISC_POSIX, and check for setitimer and
2756         sysconf functions (for gprof).
2757         * configure, config.in: Rebuild.
2758
2759 Wed Jun 26 16:29:02 1996  Ian Lance Taylor  <ian@cygnus.com>
2760
2761         * ecoff.c (_bfd_ecoff_archive_p): Check the first object file in
2762         an archive if it has a map.  If the object file has the wrong
2763         xvec, reject it.
2764
2765         * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for a
2766         BRADDR, SREL16, SREL32, or SREL64 reloc against an external
2767         symbol.
2768         (alpha_relocate_section): Likewise.
2769
2770         * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.
2771         (coff_swap_filehdr_out): Use FILHSZ, not sizeof.
2772         (coff_swap_sym_out): Use SYMESZ, not sizeof.
2773         (coff_swap_aux_out): Use AUXESZ, not sizeof.
2774         (coff_swap_lineno_out): Use LINESZ, not sizeof.
2775         (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof.
2776         (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof.
2777         * peicode.h: Corresponding changes.
2778
2779 Tue Jun 25 15:28:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2780
2781         * elflink.h (elf_create_pointer_linker_section): Comment out code
2782         dealing with making GOT pointers negative of the GOT symbol for
2783         now.
2784
2785 Tue Jun 25 11:41:24 1996  Richard Henderson  <rth@tamu.edu>
2786
2787         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
2788         increment the .rela.plt size until after we're done creating the
2789         .plt entry.
2790         (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the
2791         .rela.plt offset directly rather than calculating it.
2792
2793 Mon Jun 24 17:15:10 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
2794  
2795         * Makefile.in, (bindir, libdir, datadir, mandir, infodir, includedir): 
2796         Use autoconf-set values.
2797         * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir, 
2798         includedir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set 
2799         values.
2800         (docdir): Deleted.
2801         * configure.in (AC_PREREQ): autoconf v2.5 or higher.
2802         * configure: Rebuilt.
2803  
2804 Mon Jun 24 22:50:35 1996  Jeffrey A Law  (law@cygnus.com)
2805
2806         * som.c (som_write_fixups): Fix typo in R_END_TRY for exception
2807         handling code > 1k away.
2808
2809 Mon Jun 24 18:41:06 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2810
2811         * elflink.h (elf_create_pointer_linker_section): If DEBUG is
2812         defined, output whenever the symbol is updated.
2813
2814 Mon Jun 24 17:58:12 1996  Jouke Numan  <jnuman@bazis.nl>
2815
2816         * elf.c (elf_fake_sections): Don't set sh_addr of a non SEC_ALLOC
2817         section to 0 if user_set_vma is set.
2818         * elflink.h (elf_bfd_final_link): Likewise.
2819
2820 Sun Jun 23 20:42:51 1996  Doug Evans  <dje@canuck.cygnus.com>
2821
2822         Partially undo patch of Jun 20.
2823         * coffcode.h (coff_set_alignment_hook): Use COFF_IMAGE_WITH_PE.
2824         (coff_compute_section_file_positions): Likewise.
2825         (coff_write_object_contents): Likewise.  Re-add deleted code, but
2826         use #ifdef COFF_WITH_PE, not COFF_OBJ_WITH_PE.
2827         * peicode.h (pe_bfd_copy_private_bfd_data): Re-add #ifdef.
2828
2829 Fri Jun 21 17:38:15 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
2830
2831         * config.bfd: Add support for *-*-rtems* configurations.
2832         
2833 Fri Jun 21 15:19:59 1996  Ian Lance Taylor  <ian@cygnus.com>
2834
2835         * elf.c (prep_headers): Add bfd_arch_alpha case.
2836
2837 Fri Jun 21 12:35:27 1996  Richard Henderson  <rth@tamu.edu>
2838
2839         * elf64-alpha.c: New file.
2840         * config.bfd (alpha-*-linuxecoff*): New target.
2841         (alpha-*-linux*, alpha-*-elf*): New targets.
2842         * configure.in (bfd_elf64_alpha_vec): New vector.
2843         * configure: Rebuild.
2844         * targets.c (bfd_elf64_alpha_vec): Declare.
2845         (bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
2846         * reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
2847         * bfd-in2.h, libbfd.h: Rebuild.
2848         * Makefile.in: Rebuild dependencies.
2849         (BFD64_BACKENDS): Add elf64-alpha.o.
2850         (BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
2851
2852 Thu Jun 20 18:14:25 1996  Ian Lance Taylor  <ian@cygnus.com>
2853
2854         * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
2855         than relying on a right shift of 32.
2856
2857 Thu Jun 20 11:00:57 1996  Doug Evans  <dje@canuck.cygnus.com>
2858
2859         * coffcode.h (coff_set_alignment_hook): Change COFF_IMAGE_WITH_PE
2860         ifdef to COFF_WITH_PE.
2861         (coff_compute_section_file_positions): Likewise.
2862         (coff_write_object_contents): Likewise.  Delete COFF_OBJ_WITH_PE.
2863         * pe-{arm,i386,ppc}.c (COFF_OBJ_WITH_PE): Delete.
2864         * peicode.h (pe_bfd_copy_private_bfd_data): Delete ifdef
2865         COFF_IMAGE_WITH_PE, always include.
2866
2867         * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
2868
2869 Wed Jun 19 11:37:52 1996  Ian Lance Taylor  <ian@cygnus.com>
2870
2871         * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
2872         approximate the correct answer if SIZEOF_HEADERS was not used.
2873
2874         * binary.c (binary_set_section_contents): Set section file
2875         position based on LMA rather than VMA.
2876
2877 Wed Jun 19 11:19:25 1996  Manfred Hollstein KS/EIC5 60/3/142 #40283  <manfred@lts.sel.alcatel.de>
2878
2879         * linker.c (_bfd_generic_link_output_symbols): Don't output any
2880         symbols if info->strip == strip_all.
2881
2882 Tue Jun 18 15:17:36 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
2883
2884         * coff-h8300.c: Remove #if 0 code.
2885         (compatable): Don't allow mixing/matching of different architectures.
2886         
2887         * archures.c (bfd_mach_h8300s): Add.
2888         * bfd-in2.h: Rebuilt.
2889         * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
2890         (BADMAG): Likewise.
2891         (h8300_reloc16_estimate): Likewise.
2892         (h8300_reloc16_extra_cases): Likewise.
2893         (h8300_bfd_link_add_symbols): Likewise.
2894         * coffcode.h (coff_set_arch_mach_hook): Likewise.
2895         (coff_set_flags): Likewise.
2896         * cpu-h8300.c (h8300_scan): Likewise.
2897         Add H8/S to bfd_h8300_arch list.
2898
2899 Tue Jun 18 14:42:58 1996  Klaus Kaempf  <kkaempf@progis.de>
2900
2901         Added support for Alpha OpenVMS:
2902         * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
2903         * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
2904         * config.h-vms, makefile.vms: New files.
2905         * config.bfd (alpha-*-*vms*): New target.
2906         * configure.in (evax_alpha_vec): New target vector.
2907         * configure: Rebuild.
2908         * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
2909         (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
2910         * targets.c (bfd_target_evax_flavour): Define.
2911         (evax_alpha_vec): Declare.
2912         (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
2913         if BFD64 is defined.
2914         * bfd-in2.h, libbfd.h: Rebuild.
2915         * Makefile.in: Rebuild dependencies.
2916         (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
2917         evax-emh.o, and evax-misc.o.
2918         (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
2919         evax-etir.c, evax-emh.c, and evax-misc.c.
2920         (HFILES): Add evax.h.
2921
2922 Tue Jun 18 13:54:18 1996  Ian Lance Taylor  <ian@cygnus.com>
2923
2924         * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
2925         pointer.
2926         (h8300_bfd_link_add_symbols): Likewise.
2927
2928 Mon Jun 17 10:06:50 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
2929
2930         * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
2931         * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
2932
2933 Mon Jun 17 12:49:11 1996  Ian Lance Taylor  <ian@cygnus.com>
2934
2935         * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
2936         for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
2937         created.
2938         (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
2939         R_MIPS_32 relocs if creating a shared library.
2940
2941 Thu Jun 13 20:14:51 1996  Doug Evans  <dje@canuck.cygnus.com>
2942
2943         * peicode.h (add_data_entry): Use pei_section_data rather than
2944         _cooked_size.  Corresponds to May 13 change in coffcode.h.
2945
2946 Thu Jun 13 10:23:40 1996  Ian Lance Taylor  <ian@cygnus.com>
2947
2948         * cofflink.c (_bfd_coff_final_link): Handle long section names.
2949         * coffcode.h (coff_write_object_contents): If there are long
2950         section names, always set the f_symptr field, even if there are no
2951         symbols.
2952         * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
2953         if there are no symbols.
2954
2955         * coffgen.c (make_a_section_from_file): Check return value of
2956         _bfd_coff_read_string_table.
2957         (coff_real_object_p): Check return value of
2958         make_a_section_from_file.
2959         (_bfd_coff_read_string_table): Check that there are some symbols
2960         before trying to read the string table size.
2961
2962 Wed Jun 12 11:16:37 1996  Ian Lance Taylor  <ian@cygnus.com>
2963
2964         * xcofflink.c (xcoff_link_add_symbols): When considering whether
2965         to replace a symbol in a dynamic object with a symbol from another
2966         dynamic object, do the replacement if the existing symbol is
2967         global linkage code.
2968
2969         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
2970         for _ptrgl, and treat it as global linkage code.
2971
2972         * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
2973         filename or N_SO symbol past the offset, and use it to indicate
2974         that there is no line number or function when appropriate.
2975
2976 Tue Jun 11 15:24:48 1996  Ian Lance Taylor  <ian@cygnus.com>
2977
2978         * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
2979         common symbol defined by the linker.  Don't export function code
2980         even if export_defineds is set.
2981
2982 Mon Jun 10 11:57:27 1996  Jeffrey A Law  (law@cygnus.com)
2983
2984         * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
2985         and R_JMP_DEL.
2986         (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
2987         (h8300_symbol_address_p): New function.
2988         (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
2989         relaxing.
2990
2991 Sun Jun  9 16:30:20 1996  Jeffrey A Law  (law@cygnus.com)
2992
2993         * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
2994         problems.
2995         (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
2996         correctly for the two variants.  Allow relaxing if the target
2997         is 128 bytes away since after relaxation it'll be 126 bytes away.
2998         (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
2999         "dot" and "value".  Allow relaxing if the target is 128 bytes
3000         away since after relaxation it'll be 126 bytes away.
3001         * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
3002         the given section until nothing changes.
3003
3004 Thu Jun  6 15:24:45 1996  Richard Henderson  <rth@tamu.edu>
3005
3006         * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
3007         alignment hack--we can get the lnnoptr info another way without
3008         suddenly increasing the alignment requirements.  Set the flags for
3009         the _PDATA section.
3010         (ecoff_compute_section_file_positions): Do so.
3011
3012 Thu Jun  6 11:24:37 1996  Ian Lance Taylor  <ian@cygnus.com>
3013
3014         * ieee.c (ieee_write_object_contents): Put a timestamp in the file
3015         to keep the HP emulator database happy.
3016
3017         * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
3018         From Kevin Buettner <kev@primenet.com>.
3019
3020 Wed Jun  5 15:16:04 1996  Ian Lance Taylor  <ian@cygnus.com>
3021
3022         * aoutx.h (translate_to_native_sym_flags): Don't try to print the
3023         name of a NULL section.
3024
3025 Tue Jun  4 18:53:58 1996  Ian Lance Taylor  <ian@cygnus.com>
3026
3027         * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
3028         set, always call the notice callback.
3029
3030         * VERSION: Increment for bfdlink.h change.
3031
3032 Mon Jun  3 11:01:53 1996  Ian Lance Taylor  <ian@cygnus.com>
3033
3034         * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
3035         (sh_relax_delete_bytes): Correct handling of differently sized
3036         trailing alignment reloc.
3037
3038         * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
3039         * bfd-in2.h: Rebuild.
3040         * configure.in: Warn if there is no known 64 bit type.
3041         * configure: Rebuild.
3042
3043         * Makefile.in: Rebuild dependencies.
3044         (BFD32_BACKENDS): Add ppcboot.o.
3045         (BFD32_BACKENDS_CFILES): Add ppcboot.c.
3046
3047         * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
3048         From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
3049
3050 Sat Jun  1 21:49:58 1996  Ian Lance Taylor  <ian@cygnus.com>
3051
3052         * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
3053         (bfd_mips_elf64_swap_reginfo_out): Move from here...
3054         * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
3055         (bfd_mips_elf64_swap_reginfo_out): ...to here.
3056
3057 Fri May 31 13:51:28 1996  Ian Lance Taylor  <ian@cygnus.com>
3058
3059         * elf64-mips.c: Improve reloc special_functions and handling of
3060         SHT_MIPS_OPTIONS section.
3061         * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
3062         mips_elf_hi16_reloc and make globally visible.
3063         (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
3064         make globally visible.
3065         (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
3066         make globally visible.
3067         (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
3068         and make globally visible.
3069         (gprel16_with_gp): Check howto->src_mask before using value in
3070         insn.
3071         (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
3072         and make globally visible.
3073         (gprel32_with_gp): Check howto->src_mask before fetching value.
3074         (bfd_mips_elf_swap_options_in): New function.
3075         (bfd_mips_elf_swap_options_out): New function.
3076         (_bfd_mips_elf_set_private_flags): Rename from
3077         mips_elf_set_private_flags and make globally visible.
3078         (_bfd_mips_elf_copy_private_bfd_data): Rename from
3079         mips_elf_copy_private_bfd_data and make globally visible.
3080         (_bfd_mips_elf_merge_private_bfd_data): Rename from
3081         mips_elf_merge_private_bfd_data and make globally visible.
3082         (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
3083         for a SHT_MIPS_OPTIONS section.
3084         (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
3085         (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
3086         name of a SHT_MIPS_OPTIONS section.
3087         (_bfd_mips_elf_set_section_contents): New function.
3088         (mips_elf32_section_processing): Set the GP value in a
3089         SHT_MIPS_OPTIONS section.
3090         (_bfd_mips_elf_find_nearest_line): Rename from
3091         mips_elf_find_nearest_line and make globally visible.
3092         (bfd_elf32_set_section_contents): Define.
3093         * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
3094         (_bfd_mips_elf_lo16_reloc): Declare.
3095         (_bfd_mips_elf_gprel16_reloc): Declare.
3096         (_bfd_mips_elf_got16_reloc): Declare.
3097         (_bfd_mips_elf_gprel32_reloc): Declare.
3098         (_bfd_mips_elf_set_private_flags): Declare.
3099         (_bfd_mips_elf_copy_private_bfd_data): Declare.
3100         (_bfd_mips_elf_merge_private_bfd_data): Declare.
3101         (_bfd_mips_elf_find_nearest_line): Declare.
3102         (_bfd_mips_elf_set_section_contents): Declare.
3103
3104         * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
3105         elf_info_to_howto.
3106         (elf_info_to_howto): Define.
3107         * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
3108         elf_info_to_howto.
3109         (elf_info_to_howto): Define.
3110         * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
3111         elf_info_to_howto.
3112         (elf_info_to_howto): Define.
3113
3114         * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
3115         R_MOV16B[12], to match change in coff/internal.h.
3116
3117 Thu May 30 12:38:49 1996  Ian Lance Taylor  <ian@cygnus.com>
3118
3119         * elf64-mips.c: Extensive additions to provide better support for
3120         writing files and for gas.
3121         * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
3122         of mips_elf_object_p.
3123         (mips_elf32_object_p): Rename from mips_elf_object_p; call
3124         _bfd_mips_elf_object_p.
3125         (_bfd_mips_elf_final_write_processing): Rename from
3126         mips_elf_final_write_processing and make globally visible.
3127         (_bfd_mips_elf_fake_sections): Rename from
3128         mips_elf_fake_sections and make globally visible.
3129         (_bfd_mips_elf_section_from_bfd_section): Rename from
3130         mips_elf_section_from_bfd_section and make globally visible.
3131         (_bfd_mips_elf_section_processing): New function, broken out of
3132         mips_elf_section_processing.
3133         (mips_elf32_section_processing): Rename from
3134         mips_elf_section_processing; call
3135         _bfd_mips_elf_section_processing.
3136         (_bfd_mips_elf_symbol_processing): Rename from
3137         mips_elf_symbol_processing and make globally visible.
3138         (_bfd_mips_elf_read_ecoff_info): Rename from
3139         mips_elf_read_ecoff_info and make globally visible.
3140         (mips_elf32_ecoff_debug_swap): Rename from
3141         mips_elf_ecoff_debug_swap.
3142         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
3143         struct symbol_cache_entry.
3144         (_bfd_elf_validate_reloc): New function, moved in from
3145         elfcode.h:validate_reloc.
3146         * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
3147         to _bfd_elf_validate_reloc.  Change all callers.
3148         * elf-bfd.h (bfd_section_from_shdr): Declare.
3149         (_bfd_elf_symbol_from_bfd_symbol): Declare.
3150         (_bfd_elf_validate_reloc): Declare.
3151         (_bfd_mips_elf_object_p): Declare.
3152         (_bfd_mips_elf_fake_sections): Declare.
3153         (_bfd_mips_elf_section_from_bfd_section): Declare.
3154         (_bfd_mips_elf_section_processing): Declare.
3155         (_bfd_mips_elf_symbol_processing): Declare.
3156         (_bfd_mips_elf_read_ecoff_info): Declare.
3157         (_bfd_mips_elf_final_write_processing): Declare.
3158         * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
3159         if already defined.
3160
3161         * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
3162         (mips_elf_final_write_processing): Likewise.
3163
3164 Wed May 29 16:15:29 1996  Ian Lance Taylor  <ian@cygnus.com>
3165
3166         64-bit MIPS ELF ABI objdump support:
3167         * elf64-mips.c: New file.
3168         * Makefile.in: Rebuild dependencies.
3169         (BFD64_BACKENDS): Add elf64-mips.o.
3170         (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
3171         * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
3172         bfd_elf64_littlemips_vec to targ_selvecs.
3173         (mips*-*-elf*): Likewise.
3174         * confingure.in: Add bfd_elf64_bigmips_vec and
3175         bfd_elf64_littlemips_vec to vector switch.
3176         * configure: Rebuild.
3177         * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
3178         broken out of mips_elf_section_from_shdr.
3179         (mips_elf32_section_from_shdr): Rename from
3180         mips_elf_section_from_shdr.  Call new function.
3181         (elf_backend_section_from_shdr): Update name of renamed function.
3182         * elf-bfd.h (struct elf_size_info): Change second parameter of
3183         write_out_phdrs to be const.  Likewise for second parameter of
3184         swap_symbol_out.
3185         (struct bfd_elf_section_data): Add rel_hdr2 field.
3186         (bfd_elf32_swap_symbol_in): Change second parameter to be const.
3187         (bfd_elf32_swap_symbol_out): Likewise.
3188         (bfd_elf32_swap_reloc_in): Likewise.
3189         (bfd_elf32_swap_reloc_out): Likewise.
3190         (bfd_elf32_swap_reloca_in): Likewise.
3191         (bfd_elf32_swap_reloca_out): Likewise.
3192         (bfd_elf32_swap_phdr_in): Likewise.
3193         (bfd_elf32_swap_phdr_out): Likewise.
3194         (bfd_elf32_swap_dyn_in): Likewise.
3195         (bfd_elf32_swap_dyn_out): Likewise.
3196         (bfd_elf32_slurp_symbol_table): Declare.
3197         (bfd_elf32_write_shdrs_and_ehdr): Declare.
3198         (bfd_elf32_write_out_phdrs): Declare.
3199         (bfd_elf64_swap_symbol_in): Change second parameter to be const.
3200         (bfd_elf64_swap_symbol_out): Likewise.
3201         (bfd_elf64_swap_reloc_in): Likewise.
3202         (bfd_elf64_swap_reloc_out): Likewise.
3203         (bfd_elf64_swap_reloca_in): Likewise.
3204         (bfd_elf64_swap_reloca_out): Likewise.
3205         (bfd_elf64_swap_phdr_in): Likewise.
3206         (bfd_elf64_swap_phdr_out): Likewise.
3207         (bfd_elf64_swap_dyn_in): Likewise.
3208         (bfd_elf64_swap_dyn_out): Likewise.
3209         (bfd_elf64_slurp_symbol_table): Declare.
3210         (bfd_elf64_write_shdrs_and_ehdr): Declare.
3211         (bfd_elf64_write_out_phdrs): Declare.
3212         (_bfd_mips_elf_section_from_shdr): Declare.
3213         * elf.c (bfd_section_from_shdr): Remove assertion requiring
3214         SHT_REL/SHT_RELA to match use_rela_p.  If there is already a reloc
3215         section for the section, add the new one to rel_hdr2.  Increment
3216         reloc_count rather than setting it.
3217         * elfcode.h (elf_slurp_symbol_table): Define name as macro.
3218         Remove static declaration.
3219         (elf_write_shdrs_and_ehdr): Define name as macro.
3220         (elf_write_out_phdrs): Likewise.
3221         (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
3222         (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
3223         (elf_swap_symbol_in): Change second parameter to be const.
3224         (elf_swap_symbol_out): Likewise.
3225         (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
3226         (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
3227         (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
3228         (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
3229         (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
3230         (elf_write_out_phdrs): Rename from write_out_phdrs.  Change second
3231         parameter to be const.  Make non-static.
3232         (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
3233         Make non-static.
3234         (elf_slurp_symbol_table): Make non-static.
3235         (NAME(_bfd_elf,size_info)): Update names of renamed functions.
3236         * elfxx-target.h (elf_info_to_howto): Define if not defined.
3237         (elf_backend_size_info): Likewise.
3238         (elfNN_bed): Use elf_backend_size_info.
3239         * targets.c (bfd_elf64_bigmips_vec): Declare.
3240         (bfd_elf64_littlemips_vec): Declare.
3241         (bfd_target_vector): Add bfd_elf64_bigmips_vec and
3242         bfd_elf64_littlemips_vec if BFD64 is defined.
3243         
3244         * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
3245
3246 Tue May 28 11:42:08 1996  Ian Lance Taylor  <ian@cygnus.com>
3247
3248         * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
3249         zeroes, in alignment holes.
3250
3251         * configure: Rebuild with autoconf 2.10.
3252
3253         * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
3254         potential leading underscore in the allocated buffer.
3255
3256 Fri May 24 14:28:38 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3257
3258         * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
3259         symbols into .sbss if this is a relocatable link.
3260
3261 Thu May 23 12:26:24 1996  Ian Lance Taylor  <ian@cygnus.com>
3262
3263         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
3264         undefined symbols when creating a shared library.
3265
3266 Fri May 17 13:54:15 1996  Ian Lance Taylor  <ian@cygnus.com>
3267
3268         * coff-sh.c: Add a bunch of new code and static const arrays to
3269         support aligning loads and stores on four byte memory boundaries.
3270         Also:
3271         (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
3272         R_SH_LABEL.
3273         (sh_relax_section): Look for R_SH_CODE relocs.  If we find one,
3274         call sh_align_loads.
3275         (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
3276         as unused.
3277
3278 Thu May 16 16:34:13 1996  Ian Lance Taylor  <ian@cygnus.com>
3279
3280         * cache.c (bfd_open_file): Unlink the file before opening it for
3281         write.  From Marty Leisner <leisner@sdsp.mc.xerox.com>.
3282
3283         * opncls.c (bfd_fdopenr): Set opened_once.
3284
3285 Tue May 14 12:35:32 1996  Ian Lance Taylor  <ian@cygnus.com>
3286
3287         * som.c (som_slurp_reloc_table): Clear external_relocs cache after
3288         freeing it.
3289
3290         * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
3291         the code unconditionally.
3292
3293 Mon May 13 19:51:37 1996  Ian Lance Taylor  <ian@cygnus.com>
3294
3295         * libcoff-in.h (struct pei_section_tdata): Define structure.
3296         (pei_section_data): Define macro.
3297         * libcoff.h: Rebuild.
3298         * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
3299         store s_paddr field in pei_section_data.
3300         (coff_compute_section_file_positions): Use pei_section_data rather
3301         than _cooked_size, and don't overwrite an existing value.
3302         (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
3303         0.  If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
3304         * peicode.h (coff_bfd_copy_private_section_data): Define if
3305         COFF_IMAGE_WITH_PE.
3306         (pe_bfd_copy_private_section_data): New static function if
3307         COFF_IMAGE_WITH_PE.
3308
3309 Wed May  8 16:10:38 1996  Ian Lance Taylor  <ian@cygnus.com>
3310
3311         * srec.c (srec_set_arch_mach): Write as a function rather than a
3312         macro definition.
3313
3314         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
3315         no map, just check each member in turn to see whether it is
3316         required.
3317
3318 Wed May  8 09:17:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3319
3320         * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
3321         table.  Call BFD_ASSERT to validate header size, instead of
3322         calling fatal.
3323         (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
3324         name.
3325
3326 Tue May  7 16:10:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3327
3328         * ppcboot.c: New target for looking at PPCbug boot records.
3329
3330         * config{ure.in,.bfd}: Add support for ppcboot target.
3331         * targets.c: Ditto.
3332         * configure: Regenerate.
3333                 
3334 Tue May  7 11:15:19 1996  Jeffrey A Law  (law@cygnus.com)
3335
3336         * coff-h8300.c (howto_table): Update names to match recent
3337         changes to include/coff/internal.h.  Fix minor errors in the
3338         existing relocs.  Add R_MOVL1 and R_MOVL2.
3339         (rtype2howto): Similarly.
3340         (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
3341         existing relaxing code  and peform more relaxing.
3342         (h8300_reloc16_extra_cases): Likewise.
3343
3344 Mon May  6 18:24:09 1996  Jeffrey A Law  (law@cygnus.com)
3345
3346         * reloc16.c (bfd_coff_reloc16_get_value): Handle common
3347         symbols correctly.
3348
3349 Sat May  4 05:08:45 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
3350
3351         * elfcode.h (elf_object_p):  Reject generic ELF target if
3352         e_machine matches an alternate machine code in a specific backend.
3353
3354         * netbsd-core.c (netbsd_core_vec):  Remove initializer for
3355         obsolete align_power_min field.
3356
3357 Fri May  3 13:07:35 1996  Jeffrey A Law  (law@cygnus.com)
3358
3359         * coff-h8300.c (reloc_howto_type): Add howto entry for
3360         R_PCRWORD_B.
3361         (rtype2howto): Handle R_PCRWORD_B.
3362         (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
3363         (h8300_reloc_16_estimate): Likewise.  Try to turn a 16bit
3364         pc-relative branch (R_PCRWORD) into an 8bit pc-relative
3365         branch (R_PCWORD_B).
3366
3367 Fri May  3 10:47:41 1996  Ian Lance Taylor  <ian@cygnus.com>
3368
3369         * aoutx.h (translate_from_native_sym_flags): Set the section for
3370         BSF_CONSTRUCTOR symbols.
3371
3372         * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
3373         last_bf_index.
3374
3375 Wed May  1 18:39:32 1996  Doug Evans  <dje@canuck.cygnus.com>
3376
3377         * coffcode.h (coff_write_object_contents): In comdat section lookup,
3378         stop looking when section is found.
3379
3380 Wed May  1 14:17:57 1996  Ian Lance Taylor  <ian@cygnus.com>
3381
3382         * coffcode.h (STRING_SIZE_SIZE): Define.
3383         (styp_to_sec_flags): Handle long symbol names when looking for the
3384         section symbol.
3385         (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
3386         (bfd_coff_long_section_names): Define.
3387         (coff_write_object_contents): Handle long section names.
3388         (bfd_coff_std_swap_table): Initialize new field.
3389         * libcoff.h: Rebuild.
3390         * coffgen.c (make_a_section_from_file): Handle long section
3391         names.
3392         (coff_write_symbols): Handle long section names.
3393         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
3394         * coff-mips.c (mips_ecoff_backend_data): Likewise.
3395         * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
3396         * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
3397         * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
3398         * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
3399         * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
3400         * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
3401
3402         * bout.c (b_out_callback): Set lma of sections.
3403         (b_out_bfd_get_relocated_section_contents): Rename in_abfd
3404         parameter to output_bfd.  Used input_bfd instead of output_bfd in
3405         several places.
3406
3407 Tue Apr 30 17:56:39 1996  Ian Lance Taylor  <ian@cygnus.com>
3408
3409         * aoutx.h (translate_from_native_sym_flags): Don't create
3410         SEC_CONSTRUCTOR sections.
3411         * ecoff.c (ecoff_set_symbol_info): Likewise.
3412
3413         * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
3414         From Don Bowman <bowman@waterloo.hp.com>.
3415
3416 Tue Apr 30 17:06:32 1996  Doug Evans  <dje@canuck.cygnus.com>
3417
3418         * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
3419         SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
3420
3421 Mon Apr 29 13:15:17 1996  Ian Lance Taylor  <ian@cygnus.com>
3422
3423         * elf32-mips.c (struct mips_elf_link_hash_entry): Add
3424         mips_32_relocs field.
3425         (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
3426         (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
3427         relocs against a global symbol which is not defined in a regular
3428         file.
3429         (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
3430         against a global symbol, increment mips_32_relocs.
3431         (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
3432         the symbol is not defined in a regular file, make room in the
3433         .rel.dyn section.
3434
3435 Fri Apr 26 18:00:37 1996  Ian Lance Taylor  <ian@cygnus.com>
3436
3437         * ecoff.c (ecoff_compute_section_file_positions): Track the real
3438         file position and the virtual file position separately.  Set
3439         filepos information bsaed on the real file position.
3440         (_bfd_ecoff_set_section_contents): Handle .lib sections like the
3441         Jan 23 change to coffcode.h.
3442
3443         * som.c (som_slurp_symbol_table): Set the symbol count to the
3444         number of BFD symbols created.
3445
3446 Fri Apr 26 12:34:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3447
3448         * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
3449         output file if linking shared objects.  Loop to check all relocs,
3450         rather than returning false on first error.
3451
3452 Thu Apr 25 13:25:12 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3453
3454         * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
3455         (ppc_elf_additional_program_headers): If .interp section, bump #
3456         of program headers by 1.
3457         (ppc_elf_adjust_dynamic_symbol): Flesh out support.
3458         (ppc_elf_size_dynamic_sections): Add support for .plt section.
3459         (ppc_elf_check_relocs): Print out filename in debug code.  Enable
3460         PLT support.
3461         (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
3462         debug output.
3463         (ppc_elf_relocate_section): If the output section isn't defined,
3464         don't abort, just give an error message.
3465
3466         * elflink.c (_bfd_elf_create_dynamic_sections): If the section
3467         being created is .sdata or .sdata2, don't make the symbol dynamic.
3468
3469 Wed Apr 24 14:04:07 1996  Ian Lance Taylor  <ian@cygnus.com>
3470
3471         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
3472         members of an archive for dynamic objects with no symbols, and
3473         pass them directly to check_archive_element.
3474         (xcoff_link_check_ar_symbols): Pass dynamic objects to
3475         xcoff_link_check_dynamic_ar_symbols.
3476         (xcoff_link_check_dynamic_ar_symbols): New static function.
3477
3478         * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
3479         from _bfd_nodynamic to _bfd_xcoff.
3480         * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
3481         Declare.
3482         (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
3483         (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
3484         (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
3485         * libcoff.h: Rebuild.
3486         * xcofflink.c (xcoff_swap_ldrel_in): New static function.
3487         (xcoff_get_section_contents): New static function.
3488         (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
3489         (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
3490         (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
3491         (xcoff_dynamic_reloc): New static variable.
3492         (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
3493         (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
3494         
3495 Tue Apr 23 12:48:42 1996  Ian Lance Taylor  <ian@cygnus.com>
3496
3497         * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
3498         if reloc_entry->addend is not 0.
3499         (CALC_ADDEND): Just set the addend to reloc.r_offset.
3500
3501 Mon Apr 22 18:29:01 1996  Doug Evans  <dje@canuck.cygnus.com>
3502
3503         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
3504         R_SPARC_GLOB_JMP.
3505         * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
3506         Add entries for R_SPARC_[56].
3507         (sparc_reloc_map): Add entries for R_SPARC_[56].
3508
3509 Mon Apr 22 15:07:24 1996  Ian Lance Taylor  <ian@cygnus.com>
3510
3511         Optimize linking of stabs in sections as used in ELF and COFF.
3512         * stabs.c: New file.
3513         * libbfd-in.h (_bfd_link_section_stabs): Declare.
3514         (_bfd_write_section_stabs): Declare.
3515         (_bfd_write_stab_strings): Declare.
3516         * libbfd.h: Rebuild.
3517         * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
3518         (struct coff_link_hash_table): Add stab_info field.
3519         * libcoff.h: Rebuild.
3520         * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
3521         stab_info field.
3522         (coff_link_add_symbols): Call _bfd_link_section_stabs if
3523         appropriate.
3524         (_bfd_coff_final_link): Write out stab strings hash table.
3525         (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
3526         * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
3527         hash table.
3528         * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
3529         (struct bfd_elf_section_data): Add stab_info field.
3530         * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
3531         field.
3532         * elflink.h (elf_link_add_object_symbols): If appropriate, call
3533         _bfd_link_section_stabs.
3534         (elf_bfd_final_link): Write out stab strings hash table.
3535         (elf_link_input_bfd): Handle optimized stabs sections.
3536         * reloc.c (_bfd_final_link_relocate): Check address against
3537         _raw_size rather than _cooked_size.
3538         * Makefile.in: Rebuild dependencies.
3539         (BFD_LIBS): Add stabs.o
3540         (BFD_LIBS_CFILES): Add stabs.c.
3541
3542         * VERSION: Increment for bfdlink.h change.
3543
3544         * coffgen.c (coff_renumber_symbols): Correct handling of
3545         BSF_NOT_AT_END common symbols.
3546
3547 Fri Apr 19 19:21:56 1996  Ian Lance Taylor  <ian@cygnus.com>
3548
3549         * coff-ppc.c (record_toc): Add cast to avoid warning.
3550         (ppc_allocate_toc_section): Likewise.
3551         (coff_ppc_relocate_section): Remove ANSI C string concatenation.
3552         (ppc_coff_reloc_type_lookup): Remove unreached code.
3553         * coffcode.h (coff_write_object_contents): Don't take the address
3554         of an array.
3555         * peicode.h (pe_print_idata): Add casts to avoid warning.
3556         (pe_print_edata): Likewise.
3557         (pe_print_reloc): Remove ANSI C string concatenation.
3558
3559 Thu Apr 18 18:51:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3560
3561         * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
3562         and last_bf fields.
3563         * libcoff.h: Rebuild.
3564         * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
3565         symbols.
3566         (coff_swap_aux_out): Likewise.
3567         * peicode.h (coff_swap_aux_in): Likewise.
3568         (coff_swap_aux_out): Likewise.
3569         * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
3570         symbols.
3571         * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
3572         field.
3573         (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
3574         Fix up .bf endndx link fields.
3575         * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
3576         field.
3577         * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
3578         symbols.
3579
3580 Wed Apr 17 12:08:24 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3581
3582         * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
3583         on Solaris PowerPC systems doesn't get confused.
3584
3585         * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
3586         #ifdef PPC.
3587
3588         * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
3589         (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
3590         update did_reg and did_reg2.
3591
3592 Wed Apr 17 13:07:37 1996  Ian Lance Taylor  <ian@cygnus.com>
3593
3594         * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
3595
3596         * linker.c (_bfd_generic_link_add_one_symbol): When calling the
3597         callback routines, pass h->root.string rather than name, in case
3598         copy is true and name is transient.
3599
3600 Tue Apr 16 16:36:38 1996  Stu Grossman  (grossman@lisa.cygnus.com)
3601
3602         * elfcore.h:  Add support for core files with multiple threads.
3603         (Primarily for Solaris.)
3604
3605 Tue Apr 16 13:44:08 1996  Ian Lance Taylor  <ian@cygnus.com>
3606
3607         * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
3608         section->orelocation is NULL.
3609
3610         * coffgen.c (bfd_coff_get_syment): New function.
3611         (bfd_coff_get_auxent): New function.
3612         * bfd-in.h (bfd_coff_get_syment): Declare.
3613         (bfd_coff_get_auxent): Declare.
3614         * bfd-in2.h: Rebuild.
3615
3616 Mon Apr 15 19:06:59 1996  Ian Lance Taylor  <ian@cygnus.com>
3617
3618         * elf32-mips.c (struct mips_hi16): Define.
3619         (mips_hi16_addr, mips_hi16_addend): Remove.
3620         (mips_hi16_list): New static variable.
3621         (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
3622         (mips_elf_lo16_reloc): Process mips_hi16_list.
3623         (mips_elf_relocate_section): Permit an arbitrary number of HI16
3624         relocs before the associated LO16 reloc.
3625
3626 Wed Apr 10 00:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
3627
3628         * versados.c (versados_scan): Check bfd_alloc return value.
3629         (versados_object_p): Check all bfd_read return values.  Require
3630         that lang field be less than 10, to avoid confusion with Intel Hex
3631         files.
3632
3633         * libaout.h (WRITE_HEADERS): Write out the relocs even if there
3634         aren't any symbols.
3635         * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
3636         not 0, for an absolute symbol.
3637         (NAME(aout,swap_ext_reloc_out)): Likewise.
3638
3639         * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
3640         (ihex_write_object_contents): For a large start address, output
3641         the full 32 bit address in record type 5.
3642
3643         * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
3644         to int to avoid promotion problems in prototype.
3645
3646 Tue Apr  9 11:44:21 1996  Ian Lance Taylor  <ian@cygnus.com>
3647
3648         * configure.host: Use ${srcdir} when looking for picfrag.
3649
3650         * configure.host: Switch on ${libdir}, not $(libdir).  From
3651         alan@spri.levels.unisa.edu.au (Alan Modra).
3652
3653         * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
3654         entry point, not just for DYNAMIC objects.
3655         * sunos.c (sunos_add_dynamic_symbols): Always call
3656         sunos_create_dynamic_sections.  If called with a non DYNAMIC
3657         object, don't do anything else.
3658         (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
3659
3660 Mon Apr  8 12:09:36 1996  Ian Lance Taylor  <ian@cygnus.com>
3661
3662         * configure.in: Permit --enable-shared to specify a list of
3663         directories.
3664         * configure: Rebuild.
3665
3666         * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
3667         host when configuring with --enable-shard.
3668
3669 Fri Apr  5 12:24:13 1996  Ian Lance Taylor  <ian@cygnus.com>
3670
3671         * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
3672         <jdp@polstra.com>.
3673
3674         * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
3675         to avoid crashing in bfd_hash_replace.
3676
3677         * sysdep.h: Use #ifdef, not #if.
3678
3679 Thu Apr  4 23:32:23 1996  Ian Lance Taylor  <ian@cygnus.com>
3680
3681         * config.in: Rebuild.
3682
3683 Thu Apr  4 18:49:09 1996  Fred Fish  <fnf@cygnus.com>
3684
3685         * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
3686         (AC_CHECK_HEADERS): Check for sys/time.h
3687         (AC_HEADER_TIME): Add macro.
3688         * configure: Rebuild.
3689         * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
3690         to control what combination of <time> and <sys/time.h>
3691         get included.
3692         
3693 Tue Apr  2 13:11:53 1996  Doug Evans  <dje@canuck.cygnus.com>
3694
3695         * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
3696         (aout_32_sunos4_write_object_contents): Likewise.
3697         * aoutx.h (NAME(aout,machine_type)): Handle
3698         bfd_mach_sparc_{sparclet,sparclite}.
3699         * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
3700         (bfd_mach_sparc_v9_p): Update.
3701         * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
3702         * libaout.h (enum machine_type): Add M_SPARCLET.
3703         * sunos.c (MACHTYPE_OK): Define.
3704         * bfd-in2.h: Regenerated.
3705
3706 Tue Apr  2 00:33:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3707
3708         * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
3709         * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
3710         * elflink.c (_bfd_elf_create_got_section): Store the
3711         _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
3712         * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
3713         global offset table goes over 0x1000, set the value of
3714         _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
3715         (elf32_sparc_relocate_section): Subtract the offset of
3716         _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
3717
3718         * elfcode.h: Don't include <string.h>.
3719
3720 Mon Apr  1 10:39:24 1996  Jeffrey A Law  (law@cygnus.com)
3721
3722         * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
3723         generic_link_hash_newfunc.  All references changed.
3724         * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
3725         moved here from libbfd-in.h.
3726         * libbfd-in.h: Corresponding changes.
3727         * libbfd.h: Regenerated.
3728
3729 Mon Apr  1 12:35:36 1996  Ian Lance Taylor  <ian@cygnus.com>
3730
3731         * aoutx.h (aout_link_input_section_std): When reporting an
3732         overflow error, use the name of the symbol in the hash table if
3733         available.
3734         (aout_link_input_section_ext): Likewise.
3735
3736         * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
3737         defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
3738
3739 Sun Mar 31 01:58:41 1996  steve chamberlain  <sac@slash.cygnus.com>
3740
3741         * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
3742         * coffcode.h (coff_compute_section_file_positions): Likewise.
3743         (coff_write_object_contents): Likewise.
3744         
3745 Fri Mar 29 12:44:36 1996  Ian Lance Taylor  <ian@cygnus.com>
3746
3747         * section.c (SEC_LINK_ONCE): Define.
3748         (SEC_LINK_DUPLICATES): Define.
3749         (SEC_LINK_DUPLICATES_DISCARD): Define.
3750         (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
3751         (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
3752         (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
3753         * bfd-in2.h: Rebuild.
3754         * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
3755         SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
3756         (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
3757         into SEC_EXCLUDE.  If IMAGE_SCN_LNK_COMDAT is set, set
3758         SEC_LINK_ONCE, and look through the symbol table for the setting
3759         for SEC_LINK_DUPLICATES.
3760         (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
3761         set for a section, find the section symbol in the symbol table,
3762         and set the aux entry based on SEC_LINK_DUPLICATES.
3763         * coffgen.c (coff_print_symbol): Add a space before "checksum".
3764         * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
3765         SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
3766         * coff-i386.c (i386coff_vec): Likewise.
3767         * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
3768
3769         * VERSION: Bump to 2.6.1.
3770         * Makefile.in (stamp-h): Depend upon VERSION.
3771
3772 Thu Mar 28 23:48:49 1996  Jeffrey A Law  (law@cygnus.com)
3773
3774         * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
3775         * libbfd.h: Rebuilt.
3776         * linker.c (generic_link_hash_newfunc): No longer static.
3777         * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
3778         to override.
3779         * coff-h8300.c: Add two derived hash tables and their associated
3780         funtions and #defines for use by the h8300 linker.
3781         (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
3782         the function vector as needed.  Place the address of the function
3783         vector entry in the location specified by the R_MEM_INDIRECT reloc.
3784         Rewrite the vectors section contents as necessary.
3785         (h8300_bfd_link_add_symbols): New function for the h8300 linker. 
3786         (coff_bfd_link_add_symbols): Define to use h8300 specific version.
3787         (coff_bfd_link_hash_table_create): Likewise.
3788
3789 Thu Mar 28 17:44:08 1996  Ian Lance Taylor  <ian@cygnus.com>
3790
3791         * libhppa.h: If gcc 2.7 or higher, declare all the functions with
3792         __attribute__ ((__unused__)) so that -Wall doesn't warn about
3793         them.
3794         (hppa_rebuild_insn): Pass pointer to correct type to
3795         low_sign_unext and dis_assemble_21.
3796
3797 Thu Mar 28 11:00:36 1996  Doug Evans  <dje@canuck.cygnus.com>
3798
3799         * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
3800         Stick with sparc-*-{sysv4*,solaris2*}.
3801
3802 Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
3803
3804         * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
3805         (coff_swap_aux_out): Swap out extra PE x_scn fields.
3806         * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
3807         * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
3808         fields is non-zero, print them.
3809
3810         * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
3811         ifdef.  Remove unused variables.
3812         (ppc_record_data_in_toc_entry): Ifdef out.  Removed unused
3813         variables.
3814         (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
3815         (get_symbol_value): Ifdef out.
3816         (pe_ppc_reloc): Ifdef out.  Remove unused variables.
3817         (coff_ppc_relocate_section): Remove unused variables.  Make
3818         fprintf strings and argument types correspond.  Put before_addr in
3819         DEBUG_RELOC ifdef.
3820         (dump_toc): Make fprintf strings and argument types correspond.
3821         (ppc_process_before_allocation): Remove unused variables.  Always
3822         return a value.
3823         (ppc_reflo_reloc): Ifdef out.
3824         (ppc_addr32nb_reloc): Ifdef out.
3825         (ppc_coff_rtype2howto): Make fprintf strings and argument types
3826         correspond.
3827         (coff_ppc_rtype_to_howto): Likewise.
3828         (ppc_coff_swap_sym_in_hook): Remove unused variables.
3829
3830         * peicode.h (pe_print_idata): Move otherwise unused variables into
3831         the #ifdef where they are used.  Always return a value.
3832         (pe_print_edata): Make fprintf strings and argument types
3833         correspond.  Always return a value.
3834         (pe_print_pdata): Removed unused variable addr_value.  Always
3835         return a value.
3836         (pe_print_reloc): Remove unused variable onaline.  Make fprintf
3837         strings and argument types correspond.  Always return a value.
3838
3839         * elf32-ppc.c (ppc_elf_fake_sections): Return true.
3840         (ppc_elf_finish_dynamic_symbol): Move definition of unused
3841         variable rela inside #if 0 section where it is used.
3842
3843         * ns32k.h: New file.
3844         * cpu-ns32k.h: Include ns32k.h.  Rename externally visible
3845         functions to start with _bfd_.
3846         * aout-ns32k.c: Include ns32k.h.  Change references to renamed
3847         functions in cpu-ns32k.h.
3848         * Makefile.in: Rebuild dependencies.
3849         (HFILES): Add ns32k.h.
3850
3851         * section.c (struct sec): Add linker_mark field.  Change
3852         user_set_vma and reloc_done to be single bit fields.
3853         (STD_SECTION): Update accordingly.
3854         * bfd-in2.h: Rebuild.
3855         * aoutx.h (NAME(aout,final_link)): Mark sections included in the
3856         link.
3857         (aout_link_input_bfd): Don't link unmarked sections.
3858         * cofflink.c (_bfd_coff_final_link): Mark sections included in the
3859         link.
3860         (_bfd_coff_link_input_bfd): Don't link unmarked sections.
3861         * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
3862         the link.
3863         * elflink.h (elf_bfd_final_link): Mark sections included in the
3864         link.
3865         (elf_link_input_bfd): Don't link unmarked sections.
3866         * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
3867         in the link.
3868         (xcoff_link_input_bfd): Don't link unmarked sections.
3869
3870         * coffswap.h (coff_swap_scnhdr_out): Include section name in
3871         overflow error messages.
3872
3873 Tue Mar 26 15:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3874
3875         * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
3876         is not set, print "BFD: " before the error message.
3877
3878         * configure.in: Use AC_CHECK_TOOL to find ar and ranlib.  From
3879         Miles Bader <miles@gnu.ai.mit.edu>.
3880         * configure: Rebuild.
3881
3882 Fri Mar 22 12:17:00 1996  Ian Lance Taylor  <ian@cygnus.com>
3883
3884         * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
3885         symbols.
3886
3887         * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
3888         m68k-aout, m68k-coff, and m68k-elf targets.
3889
3890 Fri Mar 22 11:33:44 1996  Martin Anantharaman  <martin@goofy.imech.uni-duisburg.de>
3891
3892         * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
3893         (ieee_generic_stat_arch_elt): Restructured to prevent
3894         ieee_object_p from being called repeatedly.
3895
3896 Thu Mar 21 11:00:47 1996  steve chamberlain  <sac@slash.cygnus.com>
3897
3898         * coffcode.h (coff_write_object_contents):  Allocate
3899         buffers large enough for any FILEHDR or AOUTHDR.
3900
3901 Thu Mar 21 16:28:17 1996  David Mosberger-Tang  <davidm@azstarnet.com>
3902
3903         * ecofflink.c (lookup_line): New static function, renamed and
3904         slighly changed from old _bfd_ecoff_locate_line.
3905         (_bfd_ecoff_locate_line): Cache line number information.  Use
3906         lookup_line for actual lookup.
3907
3908 Thu Mar 21 14:59:11 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3909
3910         * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
3911         multiple of 20 bytes.
3912
3913 Thu Mar 21 13:54:40 1996  Ian Lance Taylor  <ian@cygnus.com>
3914
3915         * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
3916         allocate ecoff_find_line, and don't initialize by hand.
3917         * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
3918         mips_elf_find_line, and don't call memset.
3919
3920         * coffcode.h (coff_compute_section_file_positions): If not
3921         producing a final executable, don't consider sofar when aligning
3922         the section to the correct size.
3923
3924 Wed Mar 20 16:53:12 1996  Ian Lance Taylor  <ian@cygnus.com>
3925
3926         * coffcode.h (coff_add_missing_symbols): Ifdef out.
3927         (coff_write_object_contents): Don't call coff_add_missing_symbols.
3928         * coffgen.c (coff_section_symbol): Ifdef out.
3929
3930 Mon Mar 18 12:54:41 1996  Ian Lance Taylor  <ian@cygnus.com>
3931
3932         * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
3933         output_bfd is not NULL.
3934
3935 Thu Mar 14 17:12:06 1996  Doug Evans  <dje@charmed.cygnus.com>
3936
3937         * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
3938         of bfd_alloc (fixes fix_line not being initialized).
3939         Delete zeroing of fix_{value,tag,end,scnlen} fields.
3940
3941 Thu Mar 14 16:06:06 1996  Jeffrey A Law  (law@cygnus.com)
3942
3943         * coffcode.h: Allow specific backends to override the
3944         bfd_link_add_symbols routine.
3945
3946         * coff-h8300.c: Include genlink.h.
3947         (howto_table): Add R_MEM_INDIRECT.
3948         (rtype2howto): Support R_MEM_INDIRECT.
3949         (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
3950         for now.
3951         
3952 Tue Mar 12 12:41:17 1996  David Mosberger-Tang  <davidm@koala.azstarnet.com>
3953
3954         * coff-alpha.c (alpha_relocate_section): Use
3955         info->callbacks_warning, rather than _bfd_error_handler, for
3956         "multiple gp" warning.
3957
3958 Tue Mar 12 12:10:55 1996  Ian Lance Taylor  <ian@cygnus.com>
3959
3960         * linker.c (bfd_wrapped_link_hash_lookup): New function.
3961         (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
3962         table string.  Use bfd_wrapped_link_hash_lookup.
3963         (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
3964         table string.
3965         * aoutx.h (aout_link_write_symbols): Use the name from the hash
3966         table, if any, when writing out symbols.
3967         (aout_link_input_section_std): Use the name from the hash table,
3968         if any, when reporting undefined symbols.
3969         (aout_link_input_section_ext): Likewise.
3970         (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
3971         * bout.c (get_value): Likewise.
3972         * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
3973         * ecoff.c (ecoff_reloc_link_order): Likewise.
3974         * elflink.h (elf_link_add_object_symbols): Likewise.
3975         (elf_reloc_link_order): Likewise.       
3976         * linker.c (_bfd_generic_link_output_symbols): Likewise.
3977         (_bfd_generic_reloc_link_order): Likewise.
3978         (default_indirect_link_order): Likewise.
3979         * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
3980         * sunos.c (sunos_add_one_symbol): Likewise.
3981         * xcofflink.c (xcoff_link_add_symbols): Likewise.
3982         (bfd_xcoff_link_count_reloc): Likewise.
3983         (xcoff_reloc_link_order): Likewise.
3984
3985         * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
3986         into -1 for intern->rss.
3987
3988         * configure: Rebuild with autoconf 2.8.
3989
3990 Mon Mar 11 12:28:31 1996  Ian Lance Taylor  <ian@cygnus.com>
3991
3992         * stab-syms.c (__define_stab_duplicate): Define.
3993         (bfd_get_stab_name): Rename from aout_stab_name.  Rewrite to use a
3994         switch.
3995         * bfd-in.h (bfd_get_stab_name): Declare.
3996         * bfd-in2.h: Rebuild.
3997         * Makefile.in: Rebuild dependencies.
3998         (BFD_LIBS): Add stab-syms.o.
3999         (BFD_LIBS_CFILES): Add stab-syms.c.
4000         (BFD32_BACKENDS): Remove stab-syms.o.
4001         (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
4002         * configure.in: Don't list stab-syms.o in bfd_backends.
4003         * configure: Rebuild.
4004         * libaout.h (aout_stab_name): Don't declare.
4005         * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
4006         not aout_stab_name.
4007
4008 Fri Mar  8 11:26:20 1996  Ian Lance Taylor  <ian@cygnus.com>
4009
4010         * elf.c (assign_file_positions_for_segments): Adjust file offset
4011         for section alignment even if SEC_LOAD is not set.
4012
4013 Tue Mar  5 12:02:23 1996  Ian Lance Taylor  <ian@cygnus.com>
4014
4015         * configure.in: Don't set SHLIB or SHLINK to an empty string,
4016         since they appear as targets in Makefile.in.
4017         * configure: Rebuild.
4018
4019         * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
4020         don't fiddle with a symbol which is not defined anywhere.
4021
4022 Mon Mar  4 12:49:16 1996  Ian Lance Taylor  <ian@cygnus.com>
4023
4024         * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
4025         though they are defined in a shared library.
4026         (xcoff_build_ldsyms): Likewise.
4027
4028         * coffgen.c (coff_find_nearest_line): Don't look at the line
4029         numbers for the section if section->lineno is NULL.
4030
4031         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
4032         message rather than calling BFD_ASSERT.
4033         * elfcode.h (write_relocs): Check return value of
4034         _bfd_elf_symbol_from_bfd_symbol.
4035
4036 Fri Mar  1 09:42:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4037
4038         * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
4039         for .sbss section.
4040
4041 Wed Feb 28 11:25:47 1996  Jeffrey A Law  (law@cygnus.com)
4042
4043         * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
4044         and R_HPPA_NLRSEL.
4045         (e_nsel, e_nlsel, e_nlrsel): Undefine.  Add to
4046         hppa_reloc_field_selector_type_alt.
4047         (hppa_field_adjust): Handle e_nlsel, e_nlrsel.  Fix e_nsel handling.
4048         * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
4049         selectors.
4050         (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
4051
4052 Wed Feb 28 11:00:24 1996  Ian Lance Taylor  <ian@cygnus.com>
4053
4054         * elf.c (assign_file_positions_for_segments): Adjust the segment
4055         memory size for the alignment of a SEC_ALLOC section, not just a
4056         SEC_LOAD section.
4057
4058 Tue Feb 27 14:17:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4059
4060         * m68klinux.c: New file.
4061         * hosts/m68klinux.h: New file.
4062         * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
4063         * configure.in (m68*-*-linux*): New native host.
4064         (m68klinux_vec): New vector.
4065         * configure: Rebuild.
4066         * targets.c (m68klinux_vec): Declare.
4067         * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
4068         bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
4069         * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
4070         declaration from bfd_linux_size_dynamic_sections.
4071         (bfd_m68klinux_size_dynamic_sections): Declare.
4072         * bfd-in2.h: Rebuild.
4073         * Makefile.in: Rebuild dependencies.
4074         (BFD32_BACKENDS): Add m68klinux.o.
4075         (BFD32_BACKENDS_CFILES): Add m68klinux.c.
4076
4077 Tue Feb 27 11:31:34 1996  Jeffrey A Law  (law@cygnus.com)
4078
4079         * libhppa.h (pa_arch): Add pa20.
4080         (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
4081         (e_nsel): Undefine.  Add to hppa_reloc_field_selector_type_alt.
4082         (hppa_field_adjust): Handle e_nsel.
4083         * som.c: Provide default definitions for many new relocs found only
4084         in hpux10 include files.
4085         (som_fixup_formats): Add several new relocs from hpux10.
4086         (som_hppa_howto_table): Add hpux10 relocs.
4087         (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
4088
4089 Mon Feb 26 12:52:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
4090
4091         * mpw-make.sed: Edit out recent shared library support, and
4092         rules to rebuild .h files using doc/chew.
4093
4094 Mon Feb 26 14:48:39 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
4095
4096         * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
4097         size even of sections with no contents.
4098
4099 Mon Feb 26 14:01:13 1996  Ian Lance Taylor  <ian@cygnus.com>
4100
4101         * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
4102         starting with '$' the way we skip names starting with '.'.  When
4103         updating x_endndx, don't be fooled by an index which has been
4104         merged.
4105
4106         * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
4107         struct/union/enum type with no elements.
4108
4109 Sat Feb 24 11:38:58 1996  Ian Lance Taylor  <ian@cygnus.com>
4110
4111         * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
4112
4113         * archive.c (bfd_generic_archive_p): If the first file in the
4114         archive can not be recognized as an object, don't assume that this
4115         is the wrong format.
4116
4117         * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
4118         format is not bfd_object.
4119         (bfd_elf_get_dt_soname): Likewise.
4120
4121 Wed Feb 21 13:58:04 1996  Ian Lance Taylor  <ian@cygnus.com>
4122
4123         * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
4124         reloc.
4125
4126 Tue Feb 20 16:22:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
4127
4128         * bfd.c (tdata): Add netbsd_core_data.
4129         * bfd-in2.h: Regenerated.
4130
4131 Tue Feb 20 16:50:02 1996  Ian Lance Taylor  <ian@cygnus.com>
4132
4133         * sunos.c (SUNOS_CONSTRUCTOR): Define.
4134         (sunos_add_one_symbol): Don't let a symbol from a dynamic object
4135         override a constructor symbol.  Set SUNOS_CONSTRUCTOR when
4136         appropriate.
4137
4138         * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
4139         to get the symbol index, matching 14 Jul 95 change.
4140
4141 Tue Feb 20 08:26:27 1996  Fred Fish  <fnf@phydeaux.cygnus.com>
4142
4143         * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
4144         Remove duplicate definition of gp.
4145
4146 Mon Feb 19 12:37:41 1996  Ian Lance Taylor  <ian@cygnus.com>
4147
4148         * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
4149         assume that we can set the GP value and then get the same value,
4150         since it won't be true if the output file is neither ELF nor
4151         ECOFF.
4152         * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
4153         _bfd_get_gp_value here.
4154         (mips_gprel_reloc): Don't assume we can set and get the GP value.
4155         * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
4156         mips_elf_final_gp.
4157         (mips_elf_lo16_reloc): Likewise.
4158         (mips_elf_final_gp): Add pgp parameter.  Set it to the GP value.
4159         Don't require that the BFD be ELF.
4160         (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
4161         (mips_elf_gprel32_reloc): Likewise.
4162         (mips_elf_relocate_section): Don't assume we can set and get the
4163         GP value.
4164         (mips_elf_finish_dynamic_symbol): Don't bother to use
4165         _bfd_get_gp_value here.
4166
4167         * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
4168         Don't change epdr between malloc and free.  Be careful not to free
4169         NULL pointers.  Zero out the first RPDR.
4170
4171         * configure.host: On Linux, only pass -rpath option if $(libdir)
4172         is neither /lib nor /usr/lib.  From Alan Modra
4173         <alan@mullet.Levels.UniSA.Edu.Au>.
4174
4175         * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
4176         dt_name.
4177         (elf_dt_name): Rename from elf_dt_needed_name.
4178         * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
4179         elf_dt_needed_name.
4180         (bfd_elf_get_dt_soname): New function.
4181         * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
4182         elf_dt_needed_name.  Save the SONAME back in elf_dt_name.
4183         * bfd-in.h (bfd_elf_get_dt_soname): Declare.
4184         * bfd-in2.h: Rebuild.
4185
4186 Mon Feb 19 02:50:23 1996  Doug Evans  <dje@charmed.cygnus.com>
4187
4188         * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
4189         _bfd_sparc_elf_reloc_type_lookup.
4190         (bfd_elf32_bfd_reloc_type_lookup): Update.
4191         * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
4192         (sparc64_elf_howto_table): Define.
4193         (sparc_reloc_map): Define.
4194         (sparc64_elf_reloc_type_lookup): New function.
4195         (sparc_elf_wdisp16_reloc): New function.
4196         (elf_info_to_howto): Use sparc64_elf_howto_table.
4197         (sparc64_elf_relocate_section): Likewise.
4198         (bfd_elf64_bfd_reloc_type_lookup): Update.
4199
4200 Sun Feb 18 15:02:25 1996  Ian Lance Taylor  <ian@cygnus.com>
4201
4202         * configure.host: Check for 'do not mix' from native linker before
4203         trying to use -rpath.
4204
4205 Fri Feb 16 12:46:18 1996  Ian Lance Taylor  <ian@cygnus.com>
4206
4207         * bfd.c (_bfd_get_gp_value): New function.
4208         (_bfd_set_gp_value): New function.
4209         * libbfd-in.h (_bfd_get_gp_value): Declare.
4210         (_bfd_set_gp_value): Declare.
4211         * libbfd.h: Rebuild.
4212         * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
4213         _bfd_get_gp_value and _bfd_set_gp_value rather than referring
4214         directly to the fields in the tdata information.
4215         (alpha_relocate_section): Likewise.
4216         * coff-mips.c (mips_adjust_reloc_in): Likewise.
4217         (mips_gprel_reloc): Likewise.
4218         (mips_relocate_section): Likewise.
4219         * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
4220         (mips_elf_lo16_reloc): Likewise.
4221         (mips_elf_final_gp): Likewise.
4222         (mips_elf_gprel16_reloc): Likewise.
4223         (mips_elf_gprel32_reloc): Likewise.
4224         (mips_elf_relocate_section): Likewise.
4225         (mips_elf_finish_dynamic_symbol): Likewise.
4226
4227         * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
4228
4229 Thu Feb 15 11:29:13 1996  Ian Lance Taylor  <ian@cygnus.com>
4230
4231         * configure.in: Call AC_PROG_CC before configure.host.
4232         * configure: Rebuild.
4233         * configure.host: Don't set information which autoconf should
4234         figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
4235
4236         * configure.host: Remove go32 and win32 host information, since it
4237         should no longer be needed.
4238
4239         * elf.c (map_sections_to_segments): If we have a .dynamic section,
4240         then start a new segment rather than put a writable section in a
4241         readonly segment.
4242
4243         * configure.host: Set RPATH_ENVVAR.
4244
4245         * Makefile.in: Rebuild dependencies.
4246
4247         * elflink.c (_bfd_elf_create_linker_section): Remove unused
4248         zero_section variable.
4249
4250 Thu Feb 15 10:39:17 1996  H.J. Lu  <hjl@zoom.com>
4251
4252         * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
4253         ($(srcdir)/libbfd.h): Rename from libbfd.h.
4254         ($(srcdir)/libcoff.h): Rename from libcoff.h.
4255
4256 Wed Feb 14 16:29:07 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
4257
4258         * ieee.c (ieee_write_expression): Only use an R variable for a
4259         local symbol.  Don't output a zero offset.  Handle a zero address.
4260         (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
4261         (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
4262         PCREL_OFFSET.
4263         (parse_expression): Don't try to handle multiple occurrences of a
4264         P variable.  Handle I variables differently from X variables.  Fix
4265         the order of minus expressions.
4266         (ieee_slurp_external_symbols): Generate an I variable for an NN
4267         record.  Fix handling of ATI and ATX records.
4268         (ieee_slurp_sections): Only set minimal section attributes.
4269         Adjust them later, based on the section contents.
4270         (ieee_object_p): Read in the file until just after the ME record.
4271         Call ieee_slurp_section_data to set the section flags.
4272         (do_one): Add iterations parameter.  Only repeat the first load
4273         item.  Set the section and file reloc flags.
4274         (ieee_slurp_section_data): Set section flags.  Pass iterations to
4275         do_one.
4276         (ieee_canonicalize_reloc): Handle I variables.
4277         (do_with_relocs): Only emit relocation size when necessary.
4278         Increase MAXRUN to 127.  Change ov to be assigned, and take
4279         src_mask and pcrel_offset into account.
4280         (ieee_write_data_part): Skip sections that are not loaded.
4281         (ieee_write_external_part): Don't output optional last entry of WX
4282         records.
4283         (ieee_write_me_part): Make setting of me_record neater.
4284         (ieee_generic_stat_arch_elt): Get the size of an archive element.
4285
4286         * syms.c (stt): Add entries for zerovars, vars, and code.
4287
4288         * elfcode.h (validate_reloc): New static function.
4289         (write_relocs): Call validate_reloc for non ELF relocs.
4290
4291         * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
4292         (TARGET_BIG_SYM): Use elf_symbol_leading_char.
4293         (TARGET_LITTLE_SYM): Likewise.
4294
4295         * config.bfd (m68*-*-psos*): New target.
4296
4297 Tue Feb 13 15:56:22 1996  Bryan Ford  <baford@snake.cs.utah.edu>
4298
4299         * i386msdos.c: Remove some #if 0 code.
4300         (msdos_write_object_contents): Don't include empty sections in the
4301         size computation, regardless of their address.
4302
4303 Tue Feb 13 15:36:37 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4304
4305         * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
4306         is NULL, ie, the -r switch is used.
4307
4308 Tue Feb 13 14:35:15 1996  Ian Lance Taylor  <ian@cygnus.com>
4309
4310         * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
4311         (BFD_RELOC_MIPS_GOT_LO16): Define.
4312         (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
4313         * bfd-in2.h, libbfd.h: Rebuild.
4314         * elf32-mips.c (mips_reloc_map): Map new relocs.
4315
4316         * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
4317
4318         * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
4319         $(SHLINK).
4320
4321         * ieee.c (get_symbol): Set the section to bfd_abs_section.
4322         (do_with_relocs): If EXEC_P is set and there are no relocs, use a
4323         simple number for the section address, rather than an expression.
4324         Limit the number of bytes between relocs to MAXRUN.
4325         (ieee_write_me_part): Set me_record to the file offset after the
4326         start address.
4327         (ieee_write_processor): New static function.
4328         (ieee_write_object_contents): Use ieee_write_processor.
4329
4330 Fri Feb  9 10:53:00 1996  Ian Lance Taylor  <ian@cygnus.com>
4331
4332         * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
4333
4334         * coff-aux.c: Change include of aux.h to aux-coff.h.
4335
4336 Thu Feb  8 14:01:03 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4337
4338         * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
4339         relocation put the addend both in the reloc entry and the data.
4340         (elf_m68k_finish_dynamic_symbol): Likewise.  Mask out marker in
4341         GOT offset value.
4342
4343         * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
4344         a R_68K_PCxx reloc against a defined global symbol directly.
4345         (elf_m68k_check_relocs): Don't count such a reloc.
4346
4347         * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
4348         a PLTxx reloc as dynamic.  Disallow PLTxxO reloc against a local
4349         symbol for now, otherwise always record the symbol as dynamic.
4350         (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
4351         is not referenced by a dynamic object, and we are not making a
4352         shared object, then don't make a PLT entry.  If we do make a PLT
4353         entry, make sure the symbol has been recorded as dynamic.
4354
4355 Wed Feb  7 13:56:06 1996  Ian Lance Taylor  <ian@cygnus.com>
4356
4357         * configure.host: When making a shared library, set HLDFLAGS to
4358         pass an appropriate -rpath option.  Use the make variable SONAME
4359         as the shared library soname, rather than computing it here.  On
4360         SunOS, build stamp-tshlink in place of $(SHLINK).
4361         * Makefile.in (SONAME): New variable.
4362         ($(SHLINK)): Make a link to the transformed name, as well.
4363         (stamp-tshlink): New target.
4364         (install): Skip stamp-tshlink during install.
4365
4366 Wed Feb  7 13:37:39 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4367
4368         * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
4369         linker sections have been set up yet.
4370
4371         * elf.c (make_mapping): Add an additional argument to suppress
4372         making the first section include the program headers.
4373         (map_sections_to_segments): If the user used -Ttext such that the
4374         program headers are on a different page, do not set the flags
4375         saying that this section includes the program headers.
4376
4377 Tue Feb  6 14:04:49 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
4378
4379         * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
4380         don't define TRAD_HEADER.
4381         * configure: Rebuild.
4382
4383         * netbsd-core.c: New file, support for NetBSD core files.
4384         * hosts/*nbsd.h: Removed.
4385
4386 Tue Feb  6 11:47:49 1996  Doug Evans  <dje@charmed.cygnus.com>
4387
4388         * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
4389         (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
4390         * libbfd.h, bfd-in2.h: Regenerated.
4391         * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
4392         bfd_elf32_bfd_reloc_type_lookup.
4393         (reloc_type{,_names}): Deleted.
4394         (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
4395         Add sparc64 relocs.
4396         (sparc_reloc_map): Add sparc64 relocs.
4397         (sparc_elf_notsupported_reloc): New static function.
4398         (sparc_elf_wdisp16_reloc): New static function.
4399         (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
4400         (elf32_sparc_relocate_section): Likewise.
4401         (bfd_elf32_bfd_reloc_type_lookup): Define.
4402         * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
4403         (reloc_type{,_names}): Deleted.
4404         (elf_sparc_howto_table): Deleted.
4405         (sparc_reloc_map): Deleted.
4406         (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
4407         (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
4408
4409 Tue Feb  6 12:12:22 1996  Ian Lance Taylor  <ian@cygnus.com>
4410
4411         * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
4412         *-*-hpux* host.
4413
4414         * Makefile.in (program_transform_name): New variable.
4415         (install): Transform library name before installing it.
4416
4417 Mon Feb  5 10:38:27 1996  Ian Lance Taylor  <ian@cygnus.com>
4418
4419         * archures.c (bfd_mach_i960_hx): Define.
4420         * bfd-in2.h: Rebuild.
4421         * cpu-i960.c (scan_960_mach): Accept machine "hx".
4422         (MATRIX): Expand entries for HX.
4423         (arch_info_struct): Add i960:hx entry.
4424         * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
4425         * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
4426         (coff_set_flags): Handle bfd_mach_i960_hx.
4427
4428         Support for building as a shared library, based on patches from
4429         Alan Modra <alan@spri.levels.unisa.edu.au>:
4430         * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
4431         New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
4432         SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
4433         * configure: Rebuild.
4434         * configure.host: If --enable-shared, adjust shared library stuff
4435         based on the host.  If the host is SunOS, and the linker supports
4436         -rpath, set HLDFLAGS to use it.
4437         * Makefile.in (ALLLIBS): New variable.
4438         (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
4439         (COMMON_SHLIB, SHLINK): New variables.
4440         (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
4441         (STAGESTUFF): Remove variable.
4442         (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
4443         $(TARGETLIB).
4444         (stamp-ofiles): New target, like old ofiles target, but build
4445         using a temporary file and move-if-change, and touch stamp-ofiles
4446         when done.
4447         (ofiles): Just depend upon stamp-ofiles.
4448         (stamp-piclist, piclist): New targets.
4449         ($(SHLIB), $(SHLINK)): New targets.
4450         (targets.o, archures.o): Build twice if PICFLAG is set.
4451         (do_mostlyclean): Remove pic/*.o.
4452         (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
4453         stamp-piclist.
4454         (do_distclean): Remove pic and stamp-picdir.
4455         (install): Install shared libraries.
4456         ($(OFILES)): Depend upon stamp-picdir.
4457         (stamp-picdir): New target.
4458
4459         * libcoff-in.h: Add comment reminding people that libcoff.h is a
4460         generated file.
4461         * libcoff.h: Rebuild.
4462
4463         * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
4464         flavour of a section with no owner.
4465
4466         * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
4467         ELF_LINK_NON_ELF flag.
4468         (mips_elf_create_got_section): Likewise.
4469
4470         * elf.c: Revert last change, since it breaks dynamic linking.
4471         * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
4472         field.
4473         * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
4474         * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
4475         (elfNN_bed): Don't initialize want_hdr_in_seg field.
4476
4477 Sun Feb  4 20:45:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4478
4479         * elf.c (assign_file_positions_for_segments): If the backend does
4480         not want the elf header or the program headers in the address
4481         space, do not include them in the calculations.
4482
4483         * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
4484         function to determine if we need additional program headers.
4485         (ppc_elf_modify_segment_map): Define as a NOP function for now.
4486         (ppc_elf_create_linker_section): .sdata2 is a read-only section.
4487
4488 Sat Feb  3 23:00:03 1996  Ian Lance Taylor  <ian@cygnus.com>
4489
4490         * coffcode.h: Move today's libcoff.h change into coffcode.h.
4491
4492 Sat Feb  3 15:43:44 1996  Fred Fish  <fnf@cygnus.com>
4493
4494         * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
4495         back into one line.  Some compilers (sunos 4.1.3 for example)
4496         won't accept args split across more than one line.
4497
4498 Fri Feb  2 11:42:15 1996  Steve Chamberlain  <sac@slash.cygnus.com>
4499
4500         * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
4501         * configure: Regenerate.
4502
4503 Fri Feb  2 12:12:16 1996  Jeffrey A Law  (law@cygnus.com)
4504
4505         * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
4506         try to do arithmetic on a void *, cast it to a unsigned char * first.
4507
4508 Thu Feb  1 16:04:06 1996  Ian Lance Taylor  <ian@cygnus.com>
4509
4510         * elf-bfd.h (ELF_LINK_NON_ELF): Define.
4511         * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
4512         ELF_LINK_NON_ELF.
4513         * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
4514         flag for a newly defined symbol.
4515         (NAME(bfd_elf,record_link_assignment)): Likewise.
4516         (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
4517         set the DEF or REF_REGULAR flags correctly.
4518
4519         * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
4520         (libbfd.h, libcoff.h): Corresponding change.
4521
4522         * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
4523         a PLT32 reloc as dynamic.
4524         (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
4525         is not referenced by a dynamic object, and we are not making a
4526         shared object, then don't make a PLT entry.  If we do make a PLT
4527         entry, make sure the symbol has been recorded as dynamic.
4528
4529 Wed Jan 31 17:23:32 1996  Steve Chamberlain  <sac@slash.cygnus.com>
4530
4531         * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
4532         * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
4533         (powerpcle-*-cygwin32): New.
4534         * peicode.h (add_data_entry): Get address from vma.
4535
4536 Wed Jan 31 16:23:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4537
4538         * elflink.c (_bfd_elf_create_linker_section): If the symbol
4539         attached to the section has already been created as an undefined
4540         symbol, treat it as if it hasn't been created yet.
4541
4542 Wed Jan 31 16:16:53 1996  Ian Lance Taylor  <ian@cygnus.com>
4543
4544         * elflink.h (elf_bfd_final_link): Don't output initial dummy
4545         symbol or section symbols if stripping all symbols and this is not
4546         a relocateable link.  Don't output the symbol string table if
4547         there are no symbols.
4548         (elf_link_flush_output_syms): Don't do anything if there are no
4549         symbols to flush.
4550
4551 Wed Jan 31 12:55:49 1996  Richard Henderson  <rth@tamu.edu>
4552
4553         * coff-aux.c: New file.
4554         * hosts/m68kaux.h: New file.
4555         * config.bfd (m68*-apple-aux*): New target.
4556         * configure.in (m68*-apple-aux*): New native host.
4557         (m68kaux_coff_vec): New vector.
4558         * configure: Rebuild.
4559         * targets.c (m68kaux_coff_vec): Declare.
4560         * coffcode.h (bfd_coff_backend_data): Add field
4561         _bfd_coff_link_add_one_symbol.
4562         (bfd_coff_link_add_one_symbol): Define.
4563         (compare_arelent_ptr): New static function if TARG_AUX.
4564         (coff_write_relocs): If TARG_AUX, sort the relocs.
4565         (coff_write_object_contents): Set A/UX aouthdr magic number.
4566         (coff_link_add_one_symbol): Define if not defined.
4567         (bfd_coff_std_swap_table): Initialize new field.
4568         * libcoff.h: Rebuild.
4569         * cofflink.c (coff_link_add_symbols): Call
4570         bfd_coff_link_add_one_symbol rather than
4571         _bfd_generic_link_add_one_symbol.
4572         * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
4573         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
4574         * coff-mips.c (mips_ecoff_backend_data): Likewise.
4575         * Makefile.in: Rebuild dependencies.
4576         (BFD32_BACKENDS): Add coff-aux.o.
4577         (BFD32_BACKENDS_CFILES): Add coff-aux.c.
4578
4579 Wed Jan 31 11:37:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4580
4581         * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
4582         relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
4583
4584 Tue Jan 30 12:09:04 1996  Ian Lance Taylor  <ian@cygnus.com>
4585
4586         * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
4587         $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
4588         (maintainer-clean): Warn about deleting special files.
4589         (bfd-in2.h, libbfd.h, libcoff.h): New targets.
4590
4591         * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
4592         warning symbols correctly.
4593         * elf32-i386.c (elf_i386_relocate_section): Likewise.
4594         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4595         * elf32-mips.c (mips_elf_relocate_section): Likewise.
4596         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4597         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4598         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4599
4600         * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
4601         warnings.
4602
4603 Mon Jan 29 14:27:24 1996  Kim Knuttila  <krk@cygnus.com>
4604
4605         * libcoff-in.h: aligned newly exported names with bfd naming 
4606         conventions. Removed an erroneous define of POWERPC_LE_PE.
4607         * libcoff.h: Rebuild.
4608         * cofflink.c, coff-ppc.c: the above function name changes
4609
4610 Mon Jan 29 13:06:28 1996  Ian Lance Taylor  <ian@cygnus.com>
4611
4612         From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
4613         * ecoff.c (struct extsym_info): Define.
4614         (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
4615         to ecoff_link_write_external.
4616         (ecoff_link_write_external): Accept a struct extsym_info pointer.
4617         Strip symbols when appropriate.
4618
4619         Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
4620         * syms.c (BSF_OBJECT): Define.
4621         (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
4622         * bfd-in2.h: Rebuild.
4623         * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
4624         STT_OBJECT symbol.
4625         * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
4626         is set.
4627
4628         * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
4629         copying relocs into a shared object, treat a defined global symbol
4630         as a local symbol.
4631         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4632         * elf32-mips.c (mips_elf_relocate_section): Likewise.
4633         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4634
4635         * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
4636         real defined symbol, not to a weak defined symbol.
4637
4638 Mon Jan 29 11:34:36 1996  Kim Knuttila  <krk@cygnus.com>
4639
4640         * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
4641         and made a few static functions externs.
4642
4643         * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
4644         POWERPC_LE_PE hack in cofflink.
4645
4646         * libcoff-in.h: promoted the following from cofflink.c to allow
4647         _bfd_coff_final_link to be overridden -  STRING_SIZE_SIZE,
4648         coff_debug_merge_element, struct coff_debug_merge_type, 
4649         coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
4650         coff_debug_merge_hash_table_init,  coff_debug_merge_hash_table_free,
4651         coff_debug_merge_hash_lookup, coff_link_section_info, 
4652         coff_final_link_info, coff_debug_merge_hash_newfunc,
4653         coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
4654
4655         * libcoff.h: re-gen'd
4656
4657 Fri Jan 26 18:33:35 1996  Ian Lance Taylor  <ian@cygnus.com>
4658
4659         * syms.c: Include "bfdlink.h".
4660         (struct stab_find_info): Define.
4661         (_bfd_stab_section_find_nearest_line): New function.
4662         * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
4663         * libbfd.h: Rebuild.
4664         * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
4665         * elf.c (_bfd_elf_find_nearest_line): Try calling
4666         _bfd_stab_section_find_nearest_line before searching the ELF
4667         symbol table.  Find the closest STT_FUNC symbol, not the last one.
4668         * libcoff-in.h (coff_data_type): Add line_info field.
4669         * libcoff.h: Rebuild.
4670         * coffgen.c (coff_find_nearest_line): Try calling
4671         _bfd_stab_section_find_nearest_line before searching the COFF
4672         symbol table.
4673         * Makefile.in: Rebuild dependencies.
4674
4675 Fri Jan 26 16:11:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4676
4677         * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
4678         4 bytes, so we get the correct value when updating the register
4679         field in little endian mode.
4680
4681 Thu Jan 25 12:14:16 1996  Ian Lance Taylor  <ian@cygnus.com>
4682
4683         * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
4684         entry_section fields.  Add sntoc and snentry fields.
4685         * libcoff.h: Rebuild.
4686         * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
4687         not toc_section and entry_section (the COFF file does not have any
4688         sections at this point).
4689         (coff_write_object_contents): Set o_snentry and o_sntoc from
4690         snentry and sntoc rather than entry_section and toc_section.
4691         * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
4692         snentry, not toc_section and entry_section.
4693         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
4694         entry_section from hentry.
4695         (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
4696         set snenty.
4697         (xcoff_link_input_bfd): Set sntoc, not toc_section.
4698         (xcoff_write_global_symbol): Get toc_section from sntoc, rather
4699         than using toc_section directly.
4700
4701         * archures.c: Add missing `.' in enum bfd_architecture.
4702         * bfd-in2.h: Rebuild.
4703
4704         * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec.  From
4705         Robert Lipe <robertl@arnet.com>.
4706
4707 Thu Jan 25 12:08:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4708
4709         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
4710         to sections we allocate.  Use bfd_zalloc to allocate initialial
4711         sections, not bfd_alloc.
4712         (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
4713         SDA{,2}I16 relocations.
4714         (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
4715         whether to put something in .sbss or not.
4716         (ppc_elf_relocate_section): Add support for more relocations.  Add
4717         in sec->output_offset where appropriate.  Make error messages
4718         include the symbol name.
4719
4720         * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
4721         trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
4722         doesn't get redefined messages if -shared.
4723
4724         * elflink.h (elf_create_pointer_linker_section) Only bump RELA
4725         section if the rel_section field has been set up.
4726
4727 Wed Jan 24 20:40:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4728
4729         * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
4730         relocations.
4731
4732 Wed Jan 24 10:38:34 1996  Doug Evans  <dje@charmed.cygnus.com>
4733
4734         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
4735         of flags, only flags used are controlled by mach number.  Bump up
4736         output file mach number to highest of input file mach numbers.
4737         (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
4738         (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
4739
4740         * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
4741         bfd_elf64_sparc_vec support.
4742
4743 Tue Jan 23 14:33:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4744
4745         * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
4746         the embedded bit is set on some objects and not on others.  Just
4747         or it together.
4748         (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
4749         relocations.
4750
4751 Tue Jan 23 14:22:45 1996  Ian Lance Taylor  <ian@cygnus.com>
4752
4753         * coffcode.h (coff_new_section_hook): Don't try to align the
4754         .stabstr section.
4755
4756         * coffcode.h (coff_set_section_contents): Fix the handling of the
4757         .lib section to work even if the entire section contents are
4758         written at once.  From Gvran Uddeborg <gvran@uddeborg.pp.se> and
4759         Robert Lipe <robertl@arnet.com>.
4760
4761 Mon Jan 22 18:45:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4762
4763         * elflink.h (elf_finish_pointer_linker_section): Don't allocate
4764         memory here for contents.
4765
4766         * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
4767         _SDA2_BASE_ by 32768.
4768         (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
4769         started using.  Allocate contents for .sdata and .sdata2 sections
4770         also.
4771         (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
4772         rather than _name.
4773         (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
4774         size _SDA{,2}_BASE_.
4775         (ppc_elf_relocate_section): Change how sdata{,2} relocations are
4776         done.
4777
4778 Mon Jan 22 08:52:04 1996  Doug Evans  <dje@charmed.cygnus.com>
4779
4780         * elflink.h (elf_finish_pointer_linker_section): Fix typo.
4781
4782         * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
4783         (bfd_mach_sparc_{v8plus,v8plusa}): Define.
4784         (bfd_mach_sparc_v9a): Define.
4785         (bfd_mach_sparc_v9_p): Define.
4786         * bfd-in2.h: Regenerated.
4787         * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
4788         bfd_mach_sparc_v9.
4789         * elf64-sparc.c (sparc64_elf_object_p): Likewise.
4790         * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
4791         to bfd_elf32_sparc_vec.
4792         * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
4793         Add v8plus{,a} support.
4794         Add v9a support.
4795         (sparc_compatible): New function.
4796         * elf32-sparc.h: #include "elf/sparc.h".
4797         (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
4798         elf32_sparc_final_write_processing): New functions.
4799         (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
4800         elf_backend_final_write_processing): Define.
4801
4802 Mon Jan 22 11:21:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4803
4804         * elf-bfd.h (struct elf_link_hash_entry): Add
4805         linker_section_pointer field.
4806         (enum elf_linker_section_enum): Enumeration for new way of
4807         creating linker dynamic sections and symbols.
4808         (elf_linker_section{,_pointers}): New structures for creating
4809         dynamic sections and symbols.
4810         (elf_obj_tdata): Add linker_section_pointers and linker_section
4811         fields.
4812         (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
4813         (_bfd_elf_create_linker_section): New declarations.
4814         (_bfd_elf_find_pointer_linker_section): Ditto.
4815         (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
4816         (_bfd_elf_make_linker_section_rela): Ditto.
4817
4818         * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
4819
4820         * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
4821         (ppc_elf_create_linker_section): New function to create the
4822         sections .got, .sdata, and .sdata2.
4823         (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
4824         needed.
4825         (ppc_elf_check_relocs): Support more of the eabi relocations.
4826         (ppc_elf_relocate_section): Ditto.
4827         (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
4828         if the .sdata{,2} + .sbss{,2} section size is > 32k.
4829
4830         * elflink.h (elf_create_pointer_linker_section): New function to
4831         create initialized pointers in dynamic linker sections.
4832         (elf_finish_pointer_linker_section): Actually intialize the
4833         pointers created above.
4834
4835         * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
4836         macros to provide both 32 and 64 bit versions of
4837         elf_create_pointer_linker_section.
4838         (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
4839         provide both 32 and 64 bit versions of
4840         elf_finish_pointer_linker_section.
4841
4842         * elflink.c (_bfd_elf_create_linker_section): New function to
4843         create a linker section.
4844         (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
4845         given address in the linker pointer offsets created for a given
4846         symbol.
4847         (_bfd_elf_make_linker_section_rela): Make a RELA section
4848         corresponding to the generated linker section.
4849
4850 Sat Jan 20 08:36:10 1996  Doug Evans  <dje@canuck.cygnus.com>
4851
4852         * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
4853
4854 Thu Jan 18 18:25:34 1996  Kim Knuttila  <krk@cygnus.com>
4855
4856         * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
4857         (coff_ppc_relocate_section): Handle special values for gcc built dlls.
4858         (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
4859         Also begin the toc at 4 as an eye catcher ('31313131' marks the first
4860         toc entry in an objdump) for now.
4861         (ppc_do_last, ppc_get_last): New function - needed to save processing 
4862         the toc owner to the end.
4863         (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the 
4864         toc owner last.
4865
4866         * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the 
4867         toc owner from being done till last. Must define POWERPC_LE_PC 
4868         to enable it.
4869
4870         * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
4871
4872         * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
4873         to INFO.
4874         (coff_swap_aouthdr_out): Removed a non-working hack for computing the
4875         SizeOfImage for PowerPC. Ignore the size of the .junk section.
4876
4877 Thu Jan 18 17:42:12 1996  Ian Lance Taylor  <ian@cygnus.com>
4878
4879         * elfcore.h: Include <signal.h> before <sys/procfs.h>.
4880
4881 Wed Jan 17 12:40:14 1996  Ian Lance Taylor  <ian@cygnus.com>
4882
4883         * cpu-powerpc.c (arch_info_struct): Change last entry to not point
4884         back to first.
4885         (bfd_powerpc_arch): Point at first entry in arch_info_struct.
4886
4887 Tue Jan 16 15:10:49 1996  Ian Lance Taylor  <ian@cygnus.com>
4888
4889         * elf.c (assign_file_positions_for_segments): Don't increment file
4890         offset for a segment which contains no loadable sections.
4891
4892 Mon Jan 15 17:46:27 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4893
4894         * reloc.c: Add new PowerPC relocations.
4895         * {bfd-in2,libbfd}.h: Regenerate.
4896
4897         * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
4898         (ppc_elf_reloc_type_lookup): Lookup new relocations.
4899
4900 Mon Jan 15 14:29:44 1996  Ian Lance Taylor  <ian@cygnus.com>
4901
4902         * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
4903         entries.
4904
4905         * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
4906         info->shared.
4907
4908         * coffgen.c (coff_find_nearest_line): Don't try to cache
4909         information in sections that are not owned by a BFD.  From Richard
4910         Henderson <richard@atheist.tamu.edu>.
4911
4912         * elf32-mips.c: Numerous changes to dynamic linking code, mostly
4913         from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
4914         * elflink.h (elf_link_output_extsym): Remove special check for
4915         _rld_new_interface.
4916
4917         * ecoffswap.h: Add prototypes for static functions.
4918
4919 Sun Jan 14 21:36:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4920
4921         * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
4922         (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
4923         references.
4924         (ppc_elf_relocate_section):  No longer allow .sdata/.sbss sections
4925         to satisfy a TOC16 relocation.  Rewrite unsupported relocation
4926         support.  Begin support for R_PPC_SDA{2,}REL.
4927
4928 Sat Jan 13 09:36:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4929
4930         * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
4931         create the .got and .got.neg sections.
4932         (ppc_elf_size_dynamic_sections): Call it.
4933         (ppc_elf_check_relocs): Call it.
4934         (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
4935         (ppc_elf_check_relocs): Add error messages for relocations we
4936         don't yet support.  Do not include R_PPC_SDAREL16 like a GOT
4937         relocation.
4938
4939 Fri Jan 12 15:27:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4940
4941         * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
4942         section flags for V.4 and eabi.
4943
4944 Fri Jan 12 13:59:16 1996  Ian Lance Taylor  <ian@cygnus.com>
4945
4946         * elf.c (assign_file_positions_for_segments): If a segment
4947         contains no sections, don't mark it as readable.
4948
4949         * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
4950         * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
4951
4952         * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
4953         dynamic section, if there is one.
4954         * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
4955         (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
4956         (bfd_elf64_swap_dyn_in): Likewise.
4957         * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
4958         PTR.
4959         (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
4960
4961         * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
4962         DT_TEXTREL entry because of .rel.plt.  From Martin Pirker
4963         <pirker@eiunix.tuwien.ac.at>.
4964
4965 Thu Jan 11 17:06:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4966
4967         * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
4968         PowerPC V.4 and eabi.
4969         * bfd-in2.h: Regenerate.
4970         * libfd.h: Regenerate.
4971
4972         * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
4973
4974         * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
4975         section type and SHF_EXCLUDE section flag, turning them into the
4976         appropriate bfd section flag.
4977
4978 Thu Jan 11 11:23:30 1996  Ian Lance Taylor  <ian@cygnus.com>
4979
4980         * xcofflink.c (xcoff_link_add_symbols): Create the special
4981         sections if we see a DYNAMIC object, in case that is the only
4982         XCOFF input object we see.
4983         
4984         * elf32-mips.c: Extensive changes for a start at dynamic linking
4985         support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
4986
4987         * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
4988         (struct elf_backend_data): Remove
4989         elf_backend_create_program_headers field.  Add
4990         elf_backend_additional_program_headers and
4991         elf_backend_modify_segment_map fields.
4992         * elfxx-target.h (elf_backend_type_change_ok): Define if not
4993         defined.
4994         (elf_backend_additional_program_headers): Likewise.
4995         (elf_backend_modify_segment_map): Likewise.
4996         (elf_backend_create_program_headers): Don't define.
4997         (elfNN_bed): Change to account for field changes.
4998         * elf.c (assign_file_positions_for_segments): Call new
4999         modify_segment_map backend function.  Don't call old
5000         create_program_headers backend function.
5001         (get_program_header_size): Call additional_program_headers rather
5002         than create_program_headers.
5003         * elflink.h (elf_link_add_object_symbols): Initialize
5004         type_change_ok from new backend field.
5005         (elf_link_output_extsym): Don't warn if _rld_new_interface is
5006         defined.
5007         (elf_reloc_link_order): Treat a reloc against a defined symbol as
5008         a reloc against the appropriate section.
5009
5010         * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
5011         (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
5012         (elf_flags_init): Rename from elf_ppc_flags_init.
5013         * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
5014         elf_ppc_flags_init.
5015         (ppc_elf_copy_private_bfd_data): Likewise.
5016         (ppc_elf_merge_private_bfd_data): Likewise.
5017
5018         * elf32-m68k.c (howto_table): Change src_mask to 0 for all
5019         relocation entries.
5020
5021 Tue Jan  9 15:22:53 1996  David Mosberger-Tang  <davidm@azstarnet.com>
5022
5023         * coff-alpha.c (alpha_relocate_section): During final link, allow
5024         output .lita section to be bigger than 64k by adjusting gp value
5025         on a per-input section basis.
5026         * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
5027         field.
5028         (struct ecoff_section_tdata): Add gp field.
5029
5030 Tue Jan  9 12:00:36 1996  Ian Lance Taylor  <ian@cygnus.com>
5031
5032         Handle Alpha ECOFF changes in OSF/1 3.2.
5033         * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
5034         field.
5035         * coff-alpha.c: Include "aout/ar.h".
5036         (alpha_ecoff_get_relocated_section_contents): Don't require an
5037         ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
5038         3.2 doesn't generate one.
5039         (alpha_relocate_section): Likewise.
5040         (alpha_ecoff_slurp_armap): Define.
5041         (alpha_ecoff_slurp_extended_name_table): Define.
5042         (alpha_ecoff_construct_extended_name_table): Define.
5043         (alpha_ecoff_truncate_arname): Define.
5044         (alpha_ecoff_write_armap): Define.
5045         (alpha_ecoff_generic_stat_arch_elt): Define.
5046         (alpha_ecoff_update_armap_timestamp): Define.
5047         (ARFZMAG): Define.
5048         (alpha_ecoff_read_ar_hdr): New static function.
5049         (alpha_ecoff_get_elt_at_filepos): New static function.
5050         (alpha_ecoff_openr_next_archived_file): New static function.
5051         (alpha_ecoff_get_elt_at_index): New static function.
5052         (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
5053         (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
5054         _bfd_ecoff to alpha_ecoff.
5055         * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
5056         field from backend structure, rather than always calling
5057         _bfd_get_elt_at_filepos.
5058         * coff-mips.c (mips_ecoff_backend_data): Initialize
5059         get_elt_at_filepos field.
5060         * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
5061         from _bfd_generic_read_ar_hdr with minor changes.
5062         (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
5063         * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
5064         * libbfd.h: Rebuild.
5065
5066         * bfd-in.h (BFD_IN_MEMORY): Define.
5067         * libbfd-in.h (struct bfd_in_memory): Define.
5068         * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
5069         (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
5070         (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
5071         (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
5072         * bfd.c (struct _bfd): Change iostream field from char * to PTR.
5073         (bfd_get_size): Handle BFD_IN_MEMORY flag.
5074         * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
5075         (bfd_open_file): Cast to PTR, not char *, when setting iostream.
5076         (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
5077         * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
5078         iostream.
5079         (bfd_openstreamr): Likewise.
5080         * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
5081         BFD_IN_MEMORY is not set.
5082         * riscix.c (riscix_some_aout_object_p): Likewise.
5083         * bfd-in2.h, libbfd.h: Rebuild.
5084
5085         * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
5086         (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
5087         (bfd_get_elt_at_index): Define.
5088         * archive.c (_bfd_generic_get_elt_at_index): Rename from
5089         bfd_get_elt_at_index.  Change index parameter from int to
5090         symindex.
5091         * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
5092         (_bfd_noarchive_get_elt_at_index): Define.
5093         (_bfd_archive_bsd_get_elt_at_index): Define.
5094         (_bfd_archive_coff_get_elt_at_index): Define.
5095         * bfd-in2.h, libbfd.h: Rebuild.
5096         * aout-target.h (MY_get_elt_at_index): Define if not defined.
5097         * coff-rs6000.c (xcoff_get_elt_at_index): Define.
5098         * ieee.c (ieee_get_elt_at_index): Define.
5099         * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
5100         * oasys.c (oasys_get_elt_at_index): Define.
5101         * som.c (som_get_elt_at_index): Define.
5102
5103         * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
5104         numbers to the .text section.
5105
5106 Mon Jan  8 17:00:57 1996  Ian Lance Taylor  <ian@cygnus.com>
5107
5108         * ieee.c (ieee_write_debug_part): Change return type to boolean.
5109         If there is a SEC_DEBUGGING section, get the contents of the debug
5110         information part from it.
5111         (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
5112         section in memory.
5113         (ieee_write_object_contents): Check ieee_write_debug_part return.
5114
5115 Thu Jan  4 17:12:37 1996  Fred Fish  <fnf@cygnus.com>
5116
5117         * config.bfd (i[345]86-*-freebsd*): Add target.
5118         * configure.in (i386freebsd_vec): Add vec.
5119         * configure: Regenerate.
5120         * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
5121         (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
5122         Rebuild dependencies..
5123         * freebsd.h: New file.
5124         * i386freebsd.c: New file.
5125         * targets.c (i386freebsd_vec): Declare.
5126         (bfd_target_vector): Add i386freebsd_vec.
5127         * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
5128         * i386netbsd.c (SEGMENT_SIZE):  Define as TARGET_PAGE_SIZE
5129         
5130 Thu Jan  4 16:27:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5131
5132         * ieee.c (ieee_slurp_debug): New static function.
5133         (ieee_object_p): Call it.
5134         (ieee_slurp_section_data): Skip debugging sections.
5135         (ieee_get_reloc_upper_bound): Likewise.
5136         (ieee_get_section_contents): Likewise.
5137         (ieee_canonicalize_reloc): Likewise.
5138         (ieee_write_section_part): Likewise.
5139         (ieee_write_debug_part): Likewise.
5140         (ieee_write_data_part): Likewise.
5141         (init_for_output): Likewise.
5142
5143 Wed Jan  3 19:42:47 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
5144
5145         * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
5146         work.
5147         (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
5148         relocs, since ppc_elf_relocate_section handles the linker case.
5149         (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
5150         used.
5151         (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
5152         ppc_elf_relocate_section since that is now the only caller.
5153         (ppc_elf_relocate_section): Ditto.
5154
5155 Wed Jan  3 15:11:30 1996  Ian Lance Taylor  <ian@cygnus.com>
5156
5157         * coffcode.h (coff_write_object_contents): If we don't know the
5158         section of the entry point for an XCOFF executable, always set the
5159         entry address to -1.
5160
5161 Tue Jan  2 14:17:15 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5162
5163         * elf.c (bfd_section_from_shdr): Add support for note sections.
5164
5165 Tue Jan  2 13:10:25 1996  Ian Lance Taylor  <ian@cygnus.com>
5166
5167         * bfd-in.h (struct _symbol_info): Add stab_type field.
5168         * bfd-in2.h: Rebuild.
5169         * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
5170
5171         * elf32-ppc.c: Remove trailing newline from calls to
5172         _bfd_error_handler.
5173         (ppc_elf_merge_private_bfd_data): Only warn about endianness
5174         difference if target endianness is known.
5175
5176 Thu Dec 21 12:43:49 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
5177
5178         * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
5179         old style TOC16 references without using R_PPC_GOT.
5180         (ppc_reloc_type): Ditto.
5181         (ppc_elf_reloc_type_lookup): Add support for TOC16.
5182         (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
5183         (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
5184         (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
5185         (ppc_elf_check_relocs): New function for GOT/PLT support that is
5186         work in progress.
5187         (ppc_elf_adjust_dynamic_symbol): Ditto.
5188         (ppc_elf_adjust_dynindx): Ditto.
5189         (ppc_elf_size_dynamic_sections): Ditto.
5190         (ppc_elf_finish_dynamic_symbol): Ditto.
5191         (ppc_elf_finish_dynamic_sections): Ditto.
5192         (ELF_DYNAMIC_INTERPRETER): Define.
5193
5194 Wed Dec 20 19:14:18 1995  Ken Raeburn  <raeburn@cygnus.com>
5195
5196         * elf.c (copy_private_bfd_data): When attaching sections to
5197         segments ignore sections that won't be allocated.  Patch from
5198         Andreas Schwab.
5199
5200 Tue Dec 19 20:01:43 1995  Ken Raeburn  <raeburn@cygnus.com>
5201
5202         * config.bfd: Match on m68k-cbm-* only if OS doesn't match
5203         anything else.
5204
5205 Tue Dec 19 16:38:59 1995  Ian Lance Taylor  <ian@cygnus.com>
5206
5207         * coff-i960.c (CALC_ADDEND): Define.
5208         (coff_i960_relocate_section): Add the input section VMA to the
5209         addend for PC relative relocs.
5210
5211 Sun Dec 17 20:11:55 1995  Kim Knuttila  <krk@cygnus.com>
5212
5213         * peicode.h (pe_print_pdata): Must test the entire entry for zero
5214         to correctly terminate.
5215
5216 Fri Dec 15 12:05:57 1995  Ian Lance Taylor  <ian@cygnus.com>
5217
5218         * targets.c (enum bfd_endian): Define.
5219         (bfd_target): Rename byteorder_big_p to byteorder, and change it
5220         from boolean to enum bfd_endian.  Change header_byteorder_big_p
5221         correspondingly.
5222         * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
5223         (bfd_header_big_endian, bfd_header_little_endian): New macros.
5224         * bfd-in2.h: Rebuild.
5225         * All targets: Change initialization of byteorder and
5226         header_byteorder to use enum bfd_endian values rather than
5227         booleans.
5228         * All files: Change all references to byteorder_big_p and
5229         header_byteorder_big_p to use new bfd_*_endian macros.
5230
5231         * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
5232         s_vaddr.
5233         * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
5234         vma.
5235         * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
5236
5237 Fri Dec 15 07:32:09 1995  steve chamberlain  <sac@slash.cygnus.com>
5238
5239         * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
5240
5241 Thu Dec 14 13:45:37 1995  Ian Lance Taylor  <ian@cygnus.com>
5242
5243         * ieee.c: Lots of minor cleanups.  Make many functions return
5244         errors rather than calling abort.  Also:
5245         (ieee_write_twobyte): Remove; change callers to call existing
5246         ieee_write_2bytes function.
5247         (ieee_write_expression): Don't output the section twice when
5248         outputting a local symbol.  Don't emit an extraneous zero if there
5249         is only one term.
5250         (ieee_slurp_sections): Set the lma as well as the vma.
5251         (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
5252
5253         * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
5254         a recognized one or bfd_arch_unknown.
5255         (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
5256         to succeed.
5257         (ihex_get_symtab): Likewise.
5258
5259 Wed Dec 13 15:44:06 1995  Ian Lance Taylor  <ian@cygnus.com>
5260
5261         * aoutx.h: Include <ctype.h>.
5262         (struct aout_link_includes_table): Define.
5263         (struct aout_link_includes_totals): Define.
5264         (struct aout_link_includes_entry): Define.
5265         (aout_link_includes_lookup): Define macro.
5266         (struct aout_final_link_info): Add includes field.
5267         (aout_link_includes_newfunc): New static function.
5268         (NAME(aout,final_link)): Initialize includes hash table.
5269         (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
5270
5271 Wed Dec 13 10:52:14 1995  Stan Shebs  <shebs@andros.cygnus.com>
5272
5273         * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
5274
5275 Wed Dec 13 11:07:45 1995  Kim Knuttila  <krk@cygnus.com>
5276
5277         * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
5278
5279 Tue Dec 12 17:42:06 1995  Kim Knuttila  <krk@cygnus.com>
5280
5281         * peicode.h (pe_print_reloc): New function to dump the .reloc section.
5282         (pe_print_private_bfd_data): call pe_print_reloc.
5283         * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
5284         * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
5285         up some debugging as well.
5286
5287 Tue Dec 12 11:34:23 1995  Ian Lance Taylor  <ian@cygnus.com>
5288
5289         * config.bfd: Handle sparc-*-elf*.  From Ronald F. Guilmette
5290         <rfg@monkeys.com>.
5291
5292 Fri Dec  8 17:47:07 1995  Ian Lance Taylor  <ian@cygnus.com>
5293
5294         * elflink.h (elf_link_add_object_symbols): Set section_count to 0
5295         when setting sections to NULL.
5296
5297 Wed Dec  6 17:05:37 1995  Ian Lance Taylor  <ian@cygnus.com>
5298
5299         * xcofflink.c (struct xcoff_loader_info): Add export_defineds
5300         field.
5301         (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
5302         (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
5303         for all symbols.
5304         * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
5305         * bfd-in2.h: Rebuild.
5306
5307 Mon Dec  4 16:40:47 1995  Kim Knuttila  <krk@cygnus.com>
5308
5309         * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
5310
5311 Mon Dec  4 11:25:39 1995  Ian Lance Taylor  <ian@cygnus.com>
5312
5313         * ihex.c (ihex_scan): Handle record types 4 and 5.
5314         (ihex_object_p): Permit types 4 and 5.
5315         (ihex_set_section_contents): Remove check for out of range
5316         addresses.
5317         (ihex_write_object_contents): Generate types 4 and 5.
5318
5319         * elflink.h (elf_link_output_extsym): Just ignore warning and
5320         indirect references to symbols which don't really exist.
5321
5322 Sun Dec  3 19:00:27 1995  Kim Knuttila  <krk@cygnus.com>
5323
5324         * peicode.h (pe_print_idata): Minor format fixes
5325         (pe_print_edata): New function. Under private printing, this formats
5326         the edata section of a PE file.
5327         (pe_print_private_bfd_data): Added call to pe_print_edata.
5328
5329 Sun Dec  3 16:46:54 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
5330
5331         * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
5332         index, don't call stoi.
5333
5334 Fri Dec  1 14:46:51 1995  Ian Lance Taylor  <ian@cygnus.com>
5335
5336         * srec.c (srec_scan): Set lma as well as vma.
5337
5338         * ihex.c: New file; support for Intel Hex format.
5339         * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
5340         (ihex_vec): Declare.
5341         (bfd_target_vector): Always include ihex_vec.
5342         * bfd.c (struct _bfd): Add ihex_data field to tdata union.
5343         * Makefile.in: Rebuild dependencies.
5344         (BFD_LIBS): Add ihex.o
5345         (BFD_LIBS_CFILES): Add ihex.c.
5346         * bfd-in2.h: Rebuild.
5347
5348         * elf.c (assign_file_positions_for_segments): Sort the sections in
5349         each segment.
5350         (get_program_header_size): Return the right size if segment_map is
5351         not NULL.
5352         (copy_private_bfd_data): Don't bother to sort the sections.
5353
5354         * bfd.c (bfd_record_phdr): New function.
5355         * bfd-in.h (bfd_record_phdr): Declare.
5356         * bfd_in2.h: Rebuild.
5357
5358         * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
5359         BFD_ASSERT.
5360
5361         * libbfd.c (bfd_malloc, bfd_realloc): New functions.
5362         (bfd_zmalloc): Return PTR, not char *.  Take size_t, not
5363         bfd_size_type.
5364         * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
5365         (bfd_zmalloc): Change declaration.
5366         * libbfd.h: Rebuild.
5367         * Many files: Use bfd_malloc and bfd_realloc rather than malloc
5368         and realloc.  Don't set bfd_error_no_memory if they fail.
5369
5370 Thu Nov 30 19:32:26 1995  Kim Knuttila  <krk@cygnus.com>
5371
5372         * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
5373         uses as well. Added a new howto to deal with TOCREL16 relocs that 
5374         are TOCDEFN as well.
5375         (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
5376         to handle RVA relocs from dlltool.
5377         (ppc_coff_rtype2howto): TOCDEFN reloc addition.
5378         (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
5379         (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
5380
5381         * coffcode.h (coff_set_alignment_hook): check idata$X sections 
5382         to get the right section alignment.
5383
5384 Thu Nov 30 16:48:18 1995  Ian Lance Taylor  <ian@cygnus.com>
5385
5386         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
5387         p_paddr if p_paddr is zero.
5388         (make_mapping): Set includes_filehdr and includes_phdrs for first
5389         PT_LOAD segment.
5390         (map_sections_to_segments): Set includes_phdrs for PT_PHDR
5391         segment.
5392         (assign_file_positions_for_segments): Handle includes_filehdr and
5393         includes_phdrs.  Remove special handling of PT_PHDR and first
5394         PT_LOAD segments.
5395         (copy_private_bfd_data): Set includes_filehdr and includes_phdr
5396         when appropriate.  Remove special handling of PT_PHDR segment.
5397         Use a more complex condition for when a section is included in a
5398         segment to handle Solaris linker oddities.
5399
5400 Thu Nov 30 11:17:33 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
5401
5402         * coff-m88k.c (howto_table): Reformatted for easier reading;
5403         special_function now points to new function m88k_special_reloc.
5404         (howto_hvrt16): Function previously used for handling HVRT16 relocs
5405         removed.
5406         (rtype2howto): Do not add reloc's r_offset to the addend, this will
5407         be done correctly by m88k_special_reloc.
5408         (reloc_processing): New function to be used by RELOC_PROCESSING.
5409         (RELOC_PROCESSING): Define to call reloc_processing.
5410
5411 Wed Nov 29 12:42:36 1995  Ian Lance Taylor  <ian@cygnus.com>
5412
5413         * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
5414         (pe_print_pdata): Likewise.
5415
5416         * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
5417         obstack_alloc fails.
5418         (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
5419         fails.
5420         * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
5421         * Many files: don't set bfd_error_no_memory if one of the above
5422         routines fails.
5423
5424         * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
5425         if p_paddr_valid is set.
5426         (copy_private_bfd_data): New static function.
5427         (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
5428
5429         * elf.c (assign_file_positions_for_segments): Fix case where extra
5430         program headers were allocated.
5431
5432         * elf.c (_bfd_elf_print_private_bfd_data): New function.
5433         * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
5434         * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
5435         _bfd_elf_print_private_bfd_data.
5436
5437         * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
5438         r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
5439         Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
5440         (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
5441         RELOC_SECTION_LITA for ALPHA_R_IGNORE.
5442         (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
5443         RELOC_SECTION_ABS to RELOC_SECTION_NONE.
5444
5445 Tue Nov 28 16:59:50 1995  Ian Lance Taylor  <ian@cygnus.com>
5446
5447         * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
5448         * elf.c (make_mapping): New static function.
5449         (map_sections_to_segments): New static function.
5450         (elf_sort_sections): New static function.
5451         (assign_file_positions_for_segments): New static function.
5452         (map_program_segments): Remove.
5453         (get_program_header_size): Remove sorted_hdrs, count, and
5454         maxpagesize parameters.  Simplify.
5455         (assign_file_positions_except_relocs): When generating an
5456         executable, use assign_file_positions_for_segments.
5457         (elf_sort_hdrs): Remove.
5458         (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
5459         to get_program_header_size.
5460
5461 Mon Nov 27 12:27:46 1995  Ian Lance Taylor  <ian@cygnus.com>
5462
5463         * hp300hpux.c (MY(callback)): Set lma as well as vma.
5464
5465         * configure, config.in: Regenerate with autoconf 2.7.
5466
5467         * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
5468         * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
5469
5470 Wed Nov 22 12:02:09 1995  Ian Lance Taylor  <ian@cygnus.com>
5471
5472         * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
5473         (ecoff_sec_to_styp_flags): Likewise.
5474         (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
5475         (ecoff_set_symbol_info): Handle scRConst.
5476         (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
5477         (ecoff_compute_section_file_positions): Handle .rconst section.
5478         (_bfd_ecoff_write_object_contents): Likewise.
5479         (ecoff_link_check_archive_element): Handle scRConst.
5480         (ecoff_link_add_externals): Likewise.
5481         (ecoff_link_write_external): Handle .rconst section.
5482         (ecoff_reloc_link_order): Likewise.
5483         * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
5484         * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
5485         section.
5486         (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
5487
5488         * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
5489         DEF_DYNAMIC flag is set.
5490
5491 Tue Nov 21 13:25:29 1995  Ken Raeburn  <raeburn@cygnus.com>
5492
5493         * host-aout.c: If TRAD_HEADER is defined, include it.
5494
5495 Tue Nov 21 13:03:57 1995  Ian Lance Taylor  <ian@cygnus.com>
5496
5497         * aclocal.m4 (AC_PROG_CC): Remove local definition.
5498         (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
5499         (BFD_NEED_DECLARATION): New function.
5500         * configure.in: Use BFD_NEED_DECLARATION.
5501         * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
5502         * configure, config.in: Rebuild with autoconf 2.6.
5503
5504         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
5505         special_sections before returning when called with a non XCOFF
5506         BFD.
5507
5508         * coffgen.c (coff_renumber_symbols): Sort common symbols with
5509         global symbols.
5510
5511         * coffcode.h (coff_compute_section_file_positions): Only pad the
5512         previous section to force file alignment when creating an
5513         executable.
5514
5515 Mon Nov 20 14:54:09 1995  Ian Lance Taylor  <ian@cygnus.com>
5516
5517         * coffcode.h (coff_compute_section_file_positions): If
5518         RS6000COFF_C, set up the .debug section.
5519
5520         * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
5521         if it is not large enough to accomodate the entire TOC area with
5522         signed 16 bit offsets.
5523         (xcoff_write_global_symbol): Handle negative TOC offsets in global
5524         linkage code.
5525         (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
5526         TOC anchor to use the TOC value used in the output file.
5527
5528 Sat Nov 18 18:01:41 1995  Ian Lance Taylor  <ian@cygnus.com>
5529
5530         * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
5531         (_bfd_coff_read_string_table): Likewise.
5532
5533 Sat Nov 18 19:43:04 1995  Richard Earnshaw (rearnsha@armltd.co.uk)
5534
5535         * pe-arm.c: Fix typos.
5536         * coff-arm.c: Likewise.
5537
5538 Fri Nov 17 16:22:04 1995  Kim Knuttila  <krk@cygnus.com>
5539
5540         * coff-ppc.c (list_ele): Added "cat"egory member.
5541         (record_toc): New category parameter (priv or pub).
5542         (ppc_record_toc_entry): Check to see if toc bounds exceeded.
5543         (ppc_process_before_allocation): Removed embrionic data-in-toc from
5544         the mainline. It addes extra toc cells in error.
5545         (ppc_coff_swap_sym_in_hook): Added some documentation.
5546         (dump_toc): Can now diagnose "virtual toc" chicanery.
5547
5548 Fri Nov 17 10:41:25 1995  Philippe De Muyter  <phdm@info.ucl.ac.be>
5549
5550         * elf-bfd.h (struct elf_link_hash_table): Change type of
5551         dynsymcount and bucketcount fields from size_t to bfd_size_type.
5552
5553 Fri Nov 17 10:02:58 1995  Ian Lance Taylor  <ian@cygnus.com>
5554
5555         * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
5556         pointerize C_LEAFSTAT or C_LEAFEXT entries.
5557
5558         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
5559         DT_INIT and DT_FINI entries if the _init or _fini symbol is
5560         defined or mentioned in a regular file.
5561
5562 Thu Nov 16 15:16:42 1995  Kim Knuttila  <krk@cygnus.com>
5563
5564         * coff-ppc.c (ppc_record_data_in_toc_entry): new function
5565         (coff_ppc_relocate_section): Handle TOCDEFN attribute
5566         (coff_ppc_relocate_section): Correct REL24 handling
5567         (ppc_process_before_allocation): Correct TOCDEFN handling
5568
5569         * peicode.h (dir_names): Added name descriptions
5570
5571 Thu Nov 16 03:38:03 1995  Ken Raeburn  <raeburn@cygnus.com>
5572
5573         * VERSION: Updated to cygnus-2.6.
5574
5575 Wed Nov 15 19:30:07 1995  Ken Raeburn  <raeburn@cygnus.com>
5576
5577         * targets.c (m68k4knetbsd_vec): Declare.
5578
5579 Wed Nov 15 18:05:52 1995  Ian Lance Taylor  <ian@cygnus.com>
5580
5581         * targets.c (bfd_target): Change type of second argument to
5582         _bfd_print_private_bfd_data from void * to PTR.
5583         * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
5584         using PTR rather than void *.
5585         * bfd-in2, libbfd.h: Rebuild.
5586         * peicode.h (pe_print_private_bfd_data): Change vfile from void *
5587         to PTR.
5588         * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
5589         _bfd_generic_bfd_print_private_bfd_data rather than casting
5590         bfd_true.
5591
5592 Wed Nov 15 04:09:14 1995  Ken Raeburn  <raeburn@cygnus.com>
5593
5594         * Makefile.in (.dep1): Fix stupid typo in last change.  Remove any
5595         "DO NOT DELETE" lines or blank lines that mkdep writes on some
5596         systems.
5597         (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
5598         BFD64_BACKENDS_CFILES): New variables.
5599         (CFILES): Use them.
5600         
5601 Tue Nov 14 11:52:23 1995  Ian Lance Taylor  <ian@cygnus.com>
5602
5603         * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
5604         not at the file position of the first section.
5605         * coffcode.h (coff_compute_section_file_positions): Avoid using
5606         unportable #elif.
5607         (coff_write_object_contents): When generating a PPC PE executable
5608         with no symbols, round up the file size to a COFF_PAGE_SIZE
5609         boundary.
5610         * cofflink.c (_bfd_coff_final_link): If there are no symbols,
5611         don't write out a string table.
5612
5613         * elf.c (bfd_section_from_shdr): When using a different section
5614         header, pass the new one to _bfd_elf_make_section_from_shdr.
5615         (elf_fake_sections): Don't set sh_info and sh_entsize fields.
5616         (elf_map_symbols): Add section VMA to symbol value when comparing
5617         against 0.
5618         (_bfd_elf_compute_section_file_positions): Only build symbol table
5619         if there are some symbols.  Set file offset of symtab and strtab
5620         sections.
5621         (assign_file_positions_except_relocs): Remove dosyms parameter.
5622         Change all callers.  Never set file offset of symtab and strtab
5623         sections.
5624         (_bfd_elf_copy_private_section_data): New function.
5625         (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
5626         (_bfd_elf_copy_private_symbol_data): New function.
5627         (swap_out_syms): Check for special mapping of st_shndx created by
5628         copy_private_symbol_data.
5629         * elfxx-target.h: Use new copy routines.
5630         * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
5631         (_bfd_elf_copy_private_section_data): Declare.
5632
5633         * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
5634
5635         * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
5636         C_NT_WEAK.
5637
5638         * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
5639         _bfd_dummy_target, matching the recent change to archive
5640         recognition.
5641
5642 Mon Nov 13 13:24:38 1995  Ian Lance Taylor  <ian@cygnus.com>
5643
5644         * libbfd.c (bfd_get_file_window): Use casts to avoid doing
5645         arithmetic on PTR types.
5646
5647         * aout-target.h (MY(callback)): Set the lma of the sections.
5648
5649         * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
5650         symbol into a reloc against the section.
5651
5652 Mon Nov 13 07:31:35 1995  Kim Knuttila  <krk@cygnus.com>
5653
5654         * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
5655         glue for the relocs: IMGLUE and IFGLUE.
5656         (record_toc): new function - tracks toc contents
5657         (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
5658         (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
5659         (ppc_coff_rtype2howto): removed invalid IMGLUE hack
5660         (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
5661         (ppc_record_toc_entry): Removed a debug define (duh)
5662
5663         * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
5664         (pe_print_idata): New function - formats the idata section data
5665         (pe_print_pdata): New function - formats the pdata section data
5666         (pe_print_private_bfd_data): calls to above
5667
5668 Sun Nov 12 12:23:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
5669
5670         * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
5671         * coff-rs6000.c (rs6000coff_vec): Add conditional defines
5672         TARGET_SYM and TARGET_NAME for vector and BFD name.
5673         * coff-pmac.c (pmac_xcoff_vec): Remove.
5674         (TARGET_SYM, TARGET_NAME): Define.
5675         * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
5676         machine to 0, not all PowerMacs are 601s.
5677
5678 Fri Nov 10 12:10:14 1995  Ian Lance Taylor  <ian@cygnus.com>
5679
5680         * elfcode.h (elf_object_p): Read in any program headers.
5681         * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
5682         based on the program headers, if any.
5683         (elf_fake_sections): Set sh_addr from the vma, not the lma.
5684         (map_program_segments): Set p_paddr of program headers based on
5685         the lma.
5686
5687 Thu Nov  9 13:01:31 1995  Ian Lance Taylor  <ian@cygnus.com>
5688
5689         * archive.c (bfd_generic_archive_p): Preserve tdata in case of
5690         failure.
5691
5692         * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
5693         trying to do a relocateable link with a non-a.out object file.
5694
5695         * archive.c (bfd_generic_archive_p): Check the first object file
5696         in an archive even if target_defaulted is set.  If the object file
5697         has the wrong xvec, reject it.
5698
5699         * aoutx.h (NAME(aout,set_section_contents)): If a section can not
5700         be represented, report the name via _bfd_error_handler.
5701         (translate_to_native_sym_flags): Likewise.
5702         * elf32-mips.c (mips_elf_final_link): Likewise.
5703         * oasys.c (oasys_write_sections): Likewise.
5704
5705         * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
5706         which checks for STYP_OVRFLO sections.
5707         (coff_compute_section_file_positions): If RS6000COFF_C, handle
5708         reloc and lineno count overflows.
5709         (coff_write_object_contents): Call coff_count_linenumbers before
5710         coff_compute_section_file_positions.  If RS6000COFF_C, handle
5711         reloc and lineno count overflows.
5712         * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
5713         relocs before dealing with .pad sections.  Count overflow section
5714         headers when handling .pad sections.
5715
5716         * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
5717         if RS6000COFF_C.
5718
5719         * xcofflink.c (XCOFF_DESCRIPTOR): Define.
5720         (struct xcoff_link_hash_table): Add descriptor_section and
5721         special_sections fields.
5722         (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
5723         (xcoff_link_add_symbols): Set linkage section alignment.  Create
5724         descriptor section.  Check for magic symbol names (_text, etc.),
5725         and record them in special_sections if found.  Set
5726         XCOFF_DESCRIPTOR flag for a function descriptor, and set its
5727         descriptor field to point back to the function code symbol.
5728         (xcoff_sweep): Always mark the special descriptor_section.
5729         (bfd_xcoff_export_symbol): Check whether the symbol might be a
5730         function descriptor, and mark it if it is.
5731         (bfd_xcoff_size_dynamic_sections): Add new special_sections
5732         parameter, and fill it in.  Allocate space for the descriptor
5733         section.
5734         (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
5735         global linkage code.  If an undefined function descriptor is
5736         exported, arrange to define it.  Warn about any other undefined
5737         exported symbol.
5738         (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
5739         (xcoff_write_global_symbol): Create a function descriptor when
5740         necessary.
5741         * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
5742         * bfd-in2.h: Rebuild.
5743
5744 Thu Nov  9 08:40:23 1995  Kim Knuttila  <krk@cygnus.com>
5745
5746         * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
5747         (ppc_coff_link_hash_table): new types for hashing
5748         (ppc_coff_link_hash_newfunc): hash entry constructor
5749         (ppc_coff_link_hash_table_init): hash table initializer
5750         (ppc_coff_link_hash_table_create): hash table constructor
5751         (ppc_record_toc_entry): changed references to hash table
5752         (coff_ppc_relocate_section): changed references to hash table
5753
5754         * libcoff-in.h (coff_link_hash_entry): removed toc_offset
5755         * libcoff.h: Rebuild
5756
5757         * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
5758         (coff_link_add_symbols): removed toc_offset init
5759
5760 Thu Nov  9 04:00:38 1995  Ken Raeburn  <raeburn@cygnus.com>
5761
5762         * Makefile.in (.dep1): Make sure the file mkdep is to write exists
5763         first.
5764
5765         * configure.in: Added new option --with[out]-mmap.  Set USE_MMAP
5766         if it is given and mmep is available.
5767         * acconfig.h: Undef USE_MMAP.
5768         * configure, config.in: Regenerated.
5769         * aoutx.h: If USE_MMAP is not defined, do all symbol and string
5770         table handling the old way.
5771         (aout_get_external_symbols): Don't complain if last byte of string
5772         table is nonzero.
5773         * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
5774         (bfd_free_window) [! USE_MMAP]: Don't define.
5775         (bfd_get_file_window,
5776         _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
5777
5778 Wed Nov  8 20:03:44 1995  Eric Freudenthal <freudenthal@nyu.edu>
5779
5780         * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
5781         0xffff0000.
5782
5783 Wed Nov  8 11:31:11 1995  Ian Lance Taylor  <ian@cygnus.com>
5784
5785         * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
5786         compatible with AMD generated COFF files.  Try to support both AMD
5787         and GNU formats simultaneously.
5788         (coff_a29k_relocate_section): Likewise.
5789
5790         * libbfd.c (bfd_get_file_window): Change writable parameter from
5791         int to boolean; update all callers.  Pass MAP_SHARED if not
5792         writable--it's required on Solaris.  Cast fprintf argument to
5793         avoid warning.
5794         * bfd-in.h (bfd_get_file_window): Update declaration.
5795         * bfd-in2.h: Rebuild.
5796         * aoutx.h: Update calls to bfd_get_file_window.
5797
5798         * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
5799         Change all uses.
5800         (xcoff_swap_ldhdr_in): New static function.
5801         (xcoff_swap_ldsym_in): New static function.
5802         (xcoff_find_reloc): Handle the case of a single reloc correctly.
5803         (xcoff_link_add_symbols): If we just created a descriptor, pass it
5804         to _bfd_generic_link_add_one_symbol, to save a hash lookup.
5805         Handle XTY_ER/XMC_XO symbols correctly.
5806         (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
5807         rather than normal symbol table.
5808         (bfd_xcoff_import_symbol): It's not an error if the symbol is
5809         already defined with the same absolute value.
5810         (xcoff_mark): When considering called symbols, check whether the
5811         descriptor is from a dynamic object, rather than the symbol
5812         itself.
5813         (xcoff_build_ldsyms): Likewise.
5814
5815         * libbfd.c (bfd_get_file_window): Change return type to boolean.
5816         Cast realloc and malloc return values.  If malloc or realloc fail,
5817         set bfd_error_no_memory.
5818         * bfd-in.h (bfd_get_file_window): Change type to boolean.
5819         * bfd-in2.h: Rebuild.
5820
5821 Tue Nov  7 11:53:48 1995  Kim Knuttila  <krk@cygnus.com>
5822
5823         * coff-ppc.c (ppc_record_toc_entry): new function.
5824         (in_reloc_p): changed return value.
5825         (coff_ppc_relocate_section): much rework.
5826         (ppc_allocate_toc_section): new function.
5827         (ppc_process_before_allocation): new function.
5828         (ppc_coff_swap_sym_in_hook): new function.
5829
5830         * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
5831         (coff_link_add_symbols): initialize toc_offset.
5832
5833         * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
5834         (coff_swap_aouthdr_out): Added more sections to the data
5835         dictionary for the pe file header. Also changed linker version
5836         number on the ppc side.
5837         (dir_names): small improvements to the dictionary printing.
5838         (pe_mkobject_hook): save the file level flags.
5839
5840         * libcoff-in.h (coff_link_hash_entry): added toc_offset field
5841         (pe_tdata): added real_flags field
5842         (coff_tdata): added local_toc_sym_map and access macro
5843
5844         * libcoff.h (coff_link_hash_entry): added toc_offset field
5845         (pe_tdata): added real_flags field
5846         (coff_tdata): added local_toc_sym_map and access macro
5847
5848         * coffcode.h (coff_set_alignment_hook): added hook for PE.
5849         (coff_mkobject): init for local_toc_sym_map
5850         (coff_write_object_contents): set the internal_a.magic to
5851         IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
5852         ppc compilers use.
5853
5854 Tue Nov  7 13:48:58 1995  Ian Lance Taylor  <ian@cygnus.com>
5855
5856         * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
5857         entries until both the line number address and the function name
5858         address are too large.
5859
5860         * configure.in: Call AC_CHECK_PROG to find and cache AR.
5861         * configure: Rebuilt.
5862
5863         * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
5864         is defined in the environment.
5865
5866 Tue Nov  7 10:57:24 1995  Jeffrey A Law  (law@cygnus.com)
5867
5868         * som.c (som_get_section_contents_in_window): Define to use
5869         generic version.
5870
5871 Mon Nov  6 17:13:15 1995  Harry Dolan  <dolan@ssd.intel.com>
5872
5873         * coff-i860.c: New file, based on coff-i386.c.
5874         * cpu-i860.c: New file, based on cpu-i386.c.
5875         * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
5876         * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
5877         targets, using i860coff_vec.
5878         * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
5879         trad-core.o and hosts/i860mach3.h.
5880         (i860coff_vec): Use coff-i860.o and cofflink.o.
5881         * configure: Rebuild.
5882         * Makefile.in: Rebuild dependencies.
5883         (ALL_MACHINES): Add cpu-i860.o.
5884         (BFD32_BACKENDS): Add coff-i860.o.
5885         (CFILES): Add cpu-i860.c and coff-i860.c.
5886         * targets.c (i860coff_vec): Declare.
5887         (bfd_target_vector): Add &i860coff_vec. 
5888         * archures.c (bfd_i860_arch): Declare.
5889         (bfd_archures_list): Add &bfd_i860_arch.
5890         * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
5891         (coff_set_flags): Handle bfd_arch_i860.
5892         (coff_write_object_contents): Handle I860 a.out magic number.
5893
5894 Mon Nov  6 14:34:07 1995  Ian Lance Taylor  <ian@cygnus.com>
5895
5896         * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
5897         the created .tc section to 2.
5898         (xcoff_mark): Don't keep a .loader reloc for a call to an
5899         undefined symbol when creating a shared library.
5900         (xcoff_build_ldsyms): When creating a shared library, generate
5901         global linkage code for a call to an undefined symbol.
5902
5903 Sun Nov  5 21:44:13 1995  Ken Raeburn  <raeburn@cygnus.com>
5904
5905         * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
5906         BFD32_BACKENDS, BFD64_BACKENDS.
5907         (.dep1): Put mkdep output in a separate file.
5908         Rebuilt dependencies.
5909
5910         * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
5911         value.
5912
5913         Permit use of mmap when available:
5914
5915         * configure.in: Check for mmap, madvise, mprotect.
5916         * config.in, configure: Regenerated.
5917
5918         * libbfd.c (struct _bfd_window_internal): Define type.
5919         (bfd_init_window, bfd_free_window, bfd_get_file_window): New
5920         functions.
5921         (ok_to_map): New static variable for debugging.
5922         (_bfd_generic_get_section_contents_in_window): New function.
5923         * bfd-in.h (bfd_window_internal): Declare type.
5924         (bfd_window): Define type.
5925         (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
5926         * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
5927         Declare.
5928
5929         * libaout.h (struct aoutdata): Add two window fields.
5930         (obj_aout_sym_window, obj_aout_string_window): New macros.
5931         * aoutx.h (some_aout_object_p): Initialize windows.
5932         (aout_get_external_symbols): Get symbol data and strings in
5933         windows instead of explicitly allocated buffers.
5934         (slurp_symbol_table): Free window instead of memory.
5935         (bfd_free_cached_info): Release windows instead of freeing storage
5936         directly.
5937         (aout_link_free_symbols): Ditto.
5938
5939         * targets.c (bfd_target): Add new field for
5940         get_section_contents_in_window.
5941         (BFD_JUMP_TABLE_GENERIC): Updated.
5942         * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
5943         coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
5944         libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
5945         macros for get_section_contents_in_window field.
5946
5947 Sat Nov  4 12:23:26 1995  Fred Fish  <fnf@cygnus.com>
5948
5949         * core.c: Renamed to corefile.c
5950         * makefile.dos (OBJS): Change core.o to corefile.o
5951         * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
5952         
5953 start-sanitize-gm
5954 Sat Nov  4 10:16:54 1995  Stu Grossman  (grossman@cygnus.com)
5955
5956         * config.bfd (mips*-*-magic*):  Add bfd_elf32_bigmips_vec to
5957         targ_selvecs to allow debugging under Irix-5 native.
5958
5959 end-sanitize-gm
5960 Fri Nov  3 15:54:59 1995  Ian Lance Taylor  <ian@cygnus.com>
5961
5962         * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
5963         to o.  Clobber and restore the list of new csects around the call
5964         to _bfd_generic_link_add_one_symbol, in case it wants to report a
5965         linker error and the linker wants to read the symbol table.  Reset
5966         the line number count of a real section even if it has no relocs.
5967         (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
5968
5969         * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
5970         is too small.
5971
5972 Thu Nov  2 23:16:39 1995  Ian Lance Taylor  <ian@cygnus.com>
5973
5974         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
5975         an undefined symbol in a shared link.
5976
5977         * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
5978         oldtype from bfd_link_order_type to bfd_link_hash_type.  From
5979         phdm@info.ucl.ac.be (Philippe De Muyter).
5980
5981 Wed Nov  1 14:26:02 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
5982
5983         * coff-m88k.c (rtype2howto): New static function.
5984         (RTYPE2HOWTO): Use it rather than a macro definition.
5985
5986         * coffcode.h (coff_write_object_contents): set internal_a.magic
5987         to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
5988
5989         * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
5990         define TRAD_HEADER to new file hosts/delta68.h.
5991         m88*-motorola-sysv*, however, does use ptrace-core.o.
5992         * hosts/delta68.h: New file.
5993
5994         * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
5995         bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
5996
5997 Wed Nov  1 13:51:54 1995  Ken Raeburn  <raeburn@cygnus.com>
5998
5999         * i386linux.c (MY(vec)): Declare before use.
6000
6001 Wed Nov  1 11:45:07 1995  Ian Lance Taylor  <ian@cygnus.com>
6002
6003         * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
6004         Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
6005
6006         * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
6007         BFD is not of the right type.
6008         (bfd_elf_get_needed_list): Likewise.
6009         * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
6010         * sunos.c (bfd_sunos_get_needed_list): Likewise.
6011         * xcofflink.c (XCOFF_XVECP): Define.
6012         (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
6013         of the right type.
6014         (bfd_xcoff_import_symbol): Likewise.
6015         (bfd_xcoff_export_symbol): Likewise.
6016         (bfd_xcoff_link_count_reloc): Likewise.
6017         (bfd_xcoff_record_link_assignment): Likewise.
6018         (bfd_xcoff_size_dynamic_sections): Likewise.
6019
6020         * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
6021         table index against the number of symbols for a base relative
6022         reloc.
6023
6024         * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
6025         static function.
6026         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
6027         full_aouthdr flag here...
6028         (_bfd_xcoff_bfd_final_link): ...not here.
6029
6030 Tue Oct 31 12:52:02 1995  Fred Fish  <fnf@cygnus.com>
6031
6032         * libelf.h:  Rename to elf-bfd.h to avoid conflict with
6033         systems that have a system <libelf.h>.
6034         * Makefile.in: Globally replace libelf.h with elf-bfd.h.
6035         * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
6036         elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
6037         elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
6038         elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
6039         elfxx-target.h: Include elf-bfd.h rather than libelf.h.
6040         * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
6041
6042 Tue Oct 31 15:30:07 1995  David Mosberger-Tang  <davidm@azstarnet.com>
6043
6044         * ecoff.c (ecoff_set_symbol_info): Add new parameter weak.  If
6045         set, set BSF_WEAK in symbol.  Change all callers.
6046         (ecoff_get_extr): Set weakext based on BSF_WEAK.
6047         (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
6048         _bfd_generic_link_add_one_symbol.
6049         (ecoff_indirect_link_order): Check that the section tdata relocs
6050         are not NULL before using them.
6051
6052         * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
6053         define TRAD_HEADER as hosts/alphalinux.h.
6054         * configure: Rebuild.
6055         * hosts/alphalinux.h: New file.
6056         * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
6057         not int.
6058
6059 Tue Oct 31 12:34:11 1995  Ian Lance Taylor  <ian@cygnus.com>
6060
6061         * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
6062         C_ECOMM storage classes.
6063
6064         * xcofflink.c (xcoff_mark_symbol): New static function, broken out
6065         of xcoff_mark.
6066         (xcoff_mark): Call xcoff_mark_symbol.
6067         (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
6068         (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
6069         doing it by hand.
6070         (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
6071
6072 Mon Oct 30 14:53:48 1995  Ian Lance Taylor  <ian@cygnus.com>
6073
6074         * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
6075         field.
6076         (xcoff_find_reloc): New static function.
6077         (xcoff_link_add_symbols): Use it.
6078         (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
6079         (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL.  Don't
6080         relocate the value of C_DECL.
6081
6082         * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
6083
6084 Sat Oct 28 01:25:34 1995  steve chamberlain  <sac@slash.cygnus.com>
6085
6086         * cofflink.c (_bfd_coff_generic_relocate_section): Make
6087         callback decide what goes in .relocs.
6088         * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
6089         * peicode.h (pe_mkobject_hook): Only copy aouthdr if
6090         there is one.
6091
6092 Sat Oct 28 01:51:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6093
6094         * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
6095         absolute section.
6096
6097 Fri Oct 27 18:14:39 1995  Ian Lance Taylor  <ian@cygnus.com>
6098
6099         * xcofflink.c: More improvements, mostly to fix handling of
6100         constructors and a few other special cases.
6101         * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
6102         zero, reverting yesterday's change.
6103         * bfd-in.h (bfd_xcoff_link_record_set): Declare.
6104         (bfd_xcoff_link_count_reloc): Declare.
6105         (bfd_xcoff_record_link_assignment): Declare.
6106         * bfd-in2.h: Rebuild.
6107
6108 Fri Oct 27 14:42:15 1995  Niklas Hallqvist  <niklas@appli.se>
6109
6110         * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
6111         aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
6112         i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
6113         i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
6114         ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
6115         Change PAGE_SIZE to TARGET_PAGE_SIZE.
6116
6117         * m68knetbsd.c: Ditto as well as add support for the m68k4k object
6118         format.
6119
6120         * netbsd.h: Double ditto (incl. m68k4k support).  NetBSD's text
6121         segments includes the a.out header.  See to that the magic number
6122         *always* is big-endian.
6123
6124         * config.bfd: Add m68*-hp*-netbsd* case.  Cross-pollinate m68k and
6125         m68k4k NetBSD configurations.
6126
6127         * configure.in, configure: Separate i386 & mips NetBSD
6128         configurations from other BSD ones.  Don't assume DEC is the only
6129         thing NetBSD/mips run on.  Add {m68k,ns32k,sparc}-*-netbsd*
6130         configurations.  Add support for m68k4k NetBSD object format.
6131
6132         * libaout.h: Added M_68K4K_NETBSD magic.
6133
6134         * m68k4knetbsd.c: New file.
6135         
6136         * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
6137
6138         * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
6139         <machine/endian.h>.
6140
6141         * hosts/mipsnbsd.h: New file.
6142         
6143 start-sanitize-gm
6144 Fri Oct 27 09:41:51 1995  Stu Grossman  (grossman@cygnus.com)
6145
6146         * config.bfd:  Add config stuff for mips*-*-magic* to set
6147         targ_defvec to ecoff_big_vec.
6148
6149 end-sanitize-gm
6150 Thu Oct 26 14:16:47 1995  Ian Lance Taylor  <ian@cygnus.com>
6151
6152         * xcofflink.c: Numerous changes to get closer to a working XCOFF
6153         linker.
6154         * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
6155         toc_section, and entry_section fields.
6156         (struct xcoff_section_tdata): Remove ldrel_count field.
6157         * libcoff.h: Rebuild.
6158         * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
6159         fields.
6160         (coff_compute_section_file_positions): If RS6000COFF_C, generate
6161         full a.out header if full_aouthdr is set in xcoff_data.
6162         (coff_write_object_contents): Likewise.  Set o_snentry and o_sntoc
6163         based on sections stored in xcoff_data.
6164         * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
6165         fields.
6166         (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
6167         (rs6000coff_vec): Set symbol_leading_char to '.'.
6168         * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
6169         value stored in ret rather than returning a pointer value.
6170         
6171 Wed Oct 25 23:10:39 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6172
6173         * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
6174         format for now.
6175
6176 Wed Oct 25 16:19:27 1995  Jeffrey A Law  (law@cygnus.com)
6177
6178         * som.c (som_slurp_string_table): Allocate the strings with malloc
6179         since they're free'd by free_cached_info.
6180         (som_slurp_symbol_table): Similarly for the symbol table.
6181
6182 Wed Oct 25 14:59:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
6183
6184         * Makefile.in (diststuff):  Don't make headers.
6185
6186 Wed Oct 25 11:32:54 1995  Ian Lance Taylor  <ian@cygnus.com>
6187
6188         * Makefile.in: Rebuild dependencies.
6189
6190         * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
6191         output_bfd is not SunOS.
6192         (bfd_sunos_size_dynamic_sections): Likewise.  Don't scan relocs of
6193         non-SunOS input files.
6194
6195         * xcofflink.c: Extensive changes to support linking shared objects
6196         and generating a .loader section.
6197         * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
6198         (struct xcoff_section_tdata): Add lineno_count, first_symndx,
6199         last_symndx, and ldrel_count fields.
6200         * libcoff.h: Rebuild.
6201         * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
6202         * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
6203         is set.
6204         * bfd-in.h (bfd_xcoff_import_symbol): Declare.
6205         (bfd_xcoff_export_symbol): Declare.
6206         (bfd_xcoff_size_dynamic_sections): Declare.
6207         * bfd-in2.h: Rebuild.
6208
6209 Tue Oct 24 17:44:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
6210
6211         * configure.in: Add xcofflink.o to pmac_xcoff_vec.
6212         * configure: Rebuild.
6213         * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
6214         * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
6215         contents.
6216         (pmac_xcoff_vec): Update to use new xcoff support.
6217         * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
6218         (xcoff_write_armap): Declare buf as unsigned char.
6219         * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
6220
6221         * mpw-make.sed: Generalize subdir_do edit.
6222         
6223 Tue Oct 24 10:25:01 1995  Jeffrey A Law  (law@cygnus.com)
6224
6225         * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
6226         correctly.  Don't initialize asect->vma.
6227
6228 Fri Oct 20 13:23:48 1995  Ken Raeburn  <raeburn@cygnus.com>
6229
6230         * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
6231         something a little less than the page size.
6232
6233 Thu Oct 19 13:06:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6234
6235         * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
6236
6237 Wed Oct 18 16:20:08 1995  steve chamberlain  <sac@slash.cygnus.com>
6238
6239         * coff-i386.c (coff_i386_reloc_type_lookup): New.
6240         * coffcode.h (coff_write_object_contents): If .bss is before
6241         .data us that as data_start.
6242         * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
6243         calc correct.
6244         * peicode.h (add_data_entry): Use _cooked_size of data directory.
6245         (coff_swap_outhdr_out): Hardwire in version number.
6246         
6247 Wed Oct 18 16:50:54 1995  Ken Raeburn  <raeburn@cygnus.com>
6248
6249         * sunos.c (sunos_add_dynamic_symbols): Rename local variables
6250         major and minor to *_vno, since the former are also macros in
6251         SunOS header files.  Cast result of bfd_alloc to appropriate
6252         type.
6253
6254         * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
6255         before assigning to sec_data.
6256
6257 Wed Oct 18 13:25:17 1995  Ian Lance Taylor  <ian@cygnus.com>
6258
6259         * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
6260         now relative to the section, not absolute.
6261         * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
6262         get the file name when there is a N_SO directory name.  When
6263         handling stabs, remember that section->vma was added to the
6264         offset.
6265
6266 Tue Oct 17 18:24:54 1995  Ian Lance Taylor  <ian@cygnus.com>
6267
6268         * sunos.c (struct sunos_link_hash_table): Add needed field.
6269         (sunos_link_hash_table_create): Call bfd_release, not free.
6270         (sunos_link_hash_table_create): Initialize needed field.
6271         (sunos_add_dynamic_symbols): Record needed objects.
6272         (bfd_sunos_get_needed_list): New function.
6273         * bfd-in.h (bfd_sunos_get_needed_list): Declare.
6274         * bfd-in2.h: Rebuild.
6275
6276 Mon Oct 16 14:43:59 1995  steve chamberlain  <sac@slash.cygnus.com>
6277
6278         * libcoff-in.h (pe_data_type.in_reloc_p): New.
6279
6280 Mon Oct 16 10:52:50 1995  Ian Lance Taylor  <ian@cygnus.com>
6281
6282         * bfd-in.h (struct bfd_link_needed_list): Rename from
6283         bfd_elf_link_needed_list.
6284         * bfd-in2.h: Rebuild.
6285         * elf.c, elflink.h, libelf.h: Corresponding changes.
6286
6287         Add start at AIX linker support; no shared libraries yet.
6288         * xcofflink.c: New file.
6289         * configure.in (rs600coff_vec): Use xcofflink.o.
6290         * configure: Rebuild.
6291         * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
6292         fields.
6293         (struct xcoff_section_tdata): Define.
6294         (xcoff_section_data): Define macro.
6295         (_bfd_xcoff_bfd_link_hash_table_create): Declare.
6296         (_bfd_xcoff_bfd_link_add_symbols): Declare.
6297         (_bfd_xcoff_bfd_final_link): Declare.
6298         (_bfd_ppc_xcoff_relocate_section): Declare.
6299         * libcoff.h: Rebuild.
6300         * coff-rs6000.c: Clean up a bit.
6301         (xcoff_mkobject): Default modtype to 1L, not RE.  Initialize
6302         cputype, csects, and debug_indices.
6303         (xcoff_copy_private_bfd_data): Copy cputype.
6304         (xcoff_howto_table): Rename from rs6000coff_howto_table.
6305         (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
6306         (xcoff_reloc_type_lookup): Rename from
6307         rs6000coff_reloc_type_lookup.
6308         (coff_relocate_section): Define.
6309         (_bfd_xcoff_sizeof_headers): Define.
6310         (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
6311         (_bfd_xcoff_bfd_relax_section): Define.
6312         (_bfd_xcoff_bfd_link_split_section): Define.
6313         (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
6314         coff.
6315         * coffcode.h (coff_compute_section_file_positions): If AIX,
6316         increment sofar by SMALL_AOUTSZ if not executable.
6317         (coff_write_object_contents): If AIX, always output an a.out
6318         header; if not executable, header size of SMALL_AOUTSZ.
6319         * hash.c (struct bfd_strtab_hash): Add xcoff field.
6320         (_bfd_stringtab_init): Initialize xcoff field.
6321         (_bfd_xcoff_stringtab_init): New function.
6322         (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
6323         (_bfd_stringtab_emit): In XCOFF mode, write out length.
6324         * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
6325         * libbfd.h: Rebuild.
6326         * Makefile.in: Rebuild dependencies.
6327         (BFD32_BACKENDS): Add xcofflink.o.
6328         (CFILES): Add xcofflink.c.
6329
6330         * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
6331         SEC_NO_FLAGS, for .acommon section.  From Peter Schauer
6332         <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
6333
6334 Sat Oct 14 21:36:02 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6335
6336         * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
6337
6338 Fri Oct 13 17:48:43 1995  Ken Raeburn  <raeburn@cygnus.com>
6339
6340         * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
6341         * config.in: Regenerated.
6342
6343         * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
6344         (_bfd_chunksize): New variable.
6345         (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
6346         for obstack chunk size.
6347         * configure.in: Check for getpagesize.
6348         * configure: Regenerated.
6349
6350         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6351
6352         * trad-core.c (rawptr): Make it a local variable of
6353         ptrace_unix_core_file_p.
6354
6355 Fri Oct 13 11:22:01 1995  steve chamberlain  <sac@slash.cygnus.com>
6356
6357         * coff-arm.c (in_reloc_p): New.
6358         * coff-i386.c (in_reloc_p): New.
6359         * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
6360         (coff_write_object_contents): Only set has_reloc_section
6361         if PE_IMAGE.
6362         * cofflink.c (_bfd_coff_generic_relocate_section): Call
6363         in_reloc_p to decide if reloc should be emitted.
6364         * libcoff.h (pe_data_type.in_reloc_p): New.
6365         * peicode.h (pe_mkobject): Initialize in_reloc_p.
6366
6367 Wed Oct 11 00:49:29 1995  Ian Lance Taylor  <ian@cygnus.com>
6368
6369         * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
6370         (_bfd_coff_read_internal_relocs): Likewise.
6371         * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
6372         (_bfd_coff_read_internal_relocs): Likewise.
6373
6374         * elflink.h (elf_link_add_object_symbols): Correct conditions
6375         under which type and size change warnings are issued.
6376
6377 Tue Oct 10 18:32:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6378
6379         * coffgen.c (coff_count_linenumbers): Don't count line numbers for
6380         a symbol which is not in a real section.
6381         (coff_write_native_symbol): Corresponding change.
6382
6383         * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
6384         coff_link_hash_newfunc and make non-static.
6385         (_bfd_coff_link_hash_table_init): New function, broken out of
6386         _bfd_coff_link_hash_table_create.
6387         (_bfd_coff_link_hash_table_create): Use it.
6388         (process_embedded_commands): Make static.
6389         * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
6390         (_bfd_coff_link_hash_table_init): Declare.
6391         * libcoff.h: Rebuild.
6392
6393         * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
6394         field in XCOFF tdata.
6395         (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
6396         U802ROMAGIC, for clarity.  Try to set arch and machine correctly
6397         based on cputype stored in a.out header, or in n_type of initial
6398         .file symbol.
6399         (coff_write_object_contents): Set cputype correctly in a.out
6400         header.
6401         (coff_slurp_symbol_table): Add casts to file_ptr to avoid
6402         warnings.
6403         * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
6404         (coff_swap_aouthdr_out): Swap out cputype field.  Don't clear
6405         old resv1 field.
6406         * libcoff-in.h (struct xcoff_tdata): Add cputype field.
6407         * libcoff.h: Rebuild.
6408
6409         * cpu-rs6000.c (rs6000_compatible): New static function.
6410         (bfd_rs6000_arch): Use it.
6411         * cpu-powerpc.c (powerpc_compatible): New static function.
6412         (arch_info_struct): Define various flavours of PowerPC.
6413         (bfd_powerpc_arch): Use powerpc_compatible.  Point at
6414         arch_info_struct.
6415
6416 Tue Oct 10 10:50:46 1995  Fred Fish  <fnf@cygnus.com>
6417
6418         * Makefile.in (FLAGS_TO_PASS):  Remove BISON.
6419
6420 Tue Oct 10 01:28:29 1995  Ian Lance Taylor  <ian@cygnus.com>
6421
6422         * elflink.h (elf_link_add_object_symbols): Don't warn about
6423         changing the size or type if the old definition was weak.
6424
6425 Mon Oct  9 11:24:08 1995  Ian Lance Taylor  <ian@cygnus.com>
6426
6427         * coffcode.h (combined_entry_type): Add fix_line field.
6428         (coff_slurp_line_table): Warn if we try to set the lineno field of
6429         a symbol twice.
6430         (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
6431         C_EINCL by setting fix_line.  Fix C_BSTAT symbol value.
6432         * coffgen.c (coff_mangle_symbols): Handle fix_line.
6433         (coff_write_symbol): Only use N_DEBUG if the symbol is in the
6434         absolute section.
6435         (coff_print_symbol): Print fix_value symbols in a useful fashion.
6436         * libcoff.h: Rebuild.
6437
6438         * libcoff-in.h (struct xcoff_tdata): Define.
6439         (xcoff_data): Define.
6440         * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
6441         * bfd-in2.h, libcoff.h: Rebuild.
6442         * coff-rs6000.c (xcoff_mkobject): New static function.
6443         (coff_mkobject): Define.
6444         (xcoff_copy_private_bfd_data): New static function.
6445         (coff_bfd_copy_private_bfd_data): Define.
6446         (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
6447         signed to bitfield.
6448         (rs6000coff_vec): Add DYNAMIC to object_flags.
6449         * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
6450         .loader sections specially.
6451         (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
6452         section alignment from the XCOFF tdata information.
6453         (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
6454         F_SHROBJ, and copy the extra a.out header information into the
6455         XCOFF tdata structure.
6456         (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
6457         F_DYNLOAD and the extra a.out header information.
6458         (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
6459         C_HIDEXT symbol with attached csect information.
6460         * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
6461         in the o_maxdata field.
6462         (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
6463         * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
6464         end if BSF_NOT_AT_END is set.
6465
6466         * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
6467         _bfd_read_ar_hdr_fn.
6468         * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
6469         * bfd-in2.h, libbfd.h: Rebuild.
6470         * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
6471         return value.
6472         (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
6473         (bfd_slurp_bsd_armap_f2): Likewise.
6474         (_bfd_slurp_extended_name_table): Likewise.
6475
6476 Fri Oct  6 16:18:35 1995  Ken Raeburn  <raeburn@cygnus.com>
6477
6478         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6479
6480         * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
6481         when the symbol table is empty.
6482
6483         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
6484         space for section symbols, since we don't output them either.
6485         (elf_m68k_adjust_dynindx): Removed.
6486
6487         * ptrace-core.c (rawptr): Make it a local variable of
6488         ptrace_unix_core_file_p.
6489
6490 Fri Oct  6 12:24:47 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6491
6492         * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
6493         NULL.
6494
6495         * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
6496         Mac object file formats.
6497
6498 Fri Oct  6 12:04:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6499
6500         * coffgen.c (coff_fix_symbol_name): Don't try to set up file
6501         auxent if there isn't one.
6502         (coff_write_symbols): If there is no file auxent, use SYMNMLEN
6503         rather than FILNMLEN as the maximum name length.
6504
6505         * coffcode.h (bfd_coff_backend_data): Add new field
6506         _bfd_coff_print_aux.
6507         (bfd_coff_print_aux): New static function.
6508         (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
6509         scnlen field of an XTY_LD csect aux entry.
6510         (coff_print_aux): New static function.
6511         (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
6512         in coff_pointerize_aux_hook.
6513         (bfd_coff_std_swap_table): Initialize new field.
6514         * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
6515         * libcoff.h: Rebuild.
6516         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
6517         * coff-mips.c (mips_ecoff_backend_data): Likewise.
6518
6519         * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
6520         if there are symbols, for native AIX ld compatibility.
6521
6522         * coffcode.h (bfd_coff_backend_data): Add new field
6523         _bfd_coff_pointerize_aux_hook.
6524         (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
6525         or I960, and as 0 otherwise.
6526         (bfd_coff_std_swap_table): Initialize new field.
6527         * libcoff.h: Rebuild.
6528         * coffgen.c (coff_pointerize_aux): Change parameters  to take
6529         symbol pointer instead of type and class, and to take aux index.
6530         Call _bfd_coff_pointerize_aux_hook if it is defined.
6531         (coff_get_normalized_symtab): Always call coff_pointerize_aux.
6532         * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
6533         * coff-mips.c (mips_ecoff_backend_data): Likewise.
6534
6535         * coff-rs6000.c: Add full support for AIX archives.  Rewrite old
6536         read-only/host-only support.
6537
6538         * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
6539         BSF_LOCAL.
6540         (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
6541         RS6000COFF_C.
6542
6543         * targets.c (bfd_target): Add _bfd_read_ar_hdr field.  Modify
6544         BFD_JUMP_TABLE_ARCHIVE accordingly.
6545         * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
6546         (_bfd_compute_and_write_armap): Declare.
6547         (_bfd_generic_read_ar_hdr): Declare.
6548         (_bfd_read_ar_hdr): Define.
6549         (_bfd_noarchive_read_ar_hdr): Define.
6550         (_bfd_archive_bsd_read_ar_hdr): Define.
6551         (_bfd_archive_coff_read_ar_hdr): Define.
6552         * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
6553         _bfd_read_ar_hdr instead.
6554         (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
6555         (_bfd_compute_and_write_armap): Rename from
6556         compute_and_write_armap.  Make non-static.  Change all callers.
6557         * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
6558         than _bfd_snarf_ar_hdr.
6559         * aout-target.h (MY_read_ar_hdr): Define if not defined.
6560         * ieee.c (ieee_read_ar_hdr): Define.
6561         * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
6562         * oasys.c (oasys_read_ar_hdr): Define.
6563         * som.c (som_read_ar_hdr): Define.
6564         * bfd-in2.h, libbfd.h: Rebuild.
6565
6566 Thu Oct  5 14:04:07 1995  steve chamberlain  <sac@slash.cygnus.com>
6567
6568         * peicode.c (coff_swap_filehdr_in): If symptr is
6569         zero, there aren't any symbols, even if nsyms is set.
6570
6571 Thu Oct  5 11:45:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6572
6573         * libecoff.h (struct ecoff_backend_data): Add adjust_headers
6574         field.
6575         * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
6576         sections, and set styp correctly for them: .got, .hash, .dynamic,
6577         .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
6578         (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
6579         types.
6580         (ecoff_sort_hdrs): New static function.
6581         (ecoff_compute_section_file_positions): Return boolean, not void.
6582         Sort the sections by VMA before looking through them.  Put the
6583         first non SEC_ALLOC section on a new page.  Put every SEC_ALLOC
6584         section on an appropriate boundary within the page.
6585         (ecoff_compute_reloc_file_positions): Check return value of
6586         ecoff_compute_section_file_positions.
6587         (_bfd_ecoff_set_section_contents): Likewise.
6588         (_bfd_ecoff_write_object_contents): Check for various Alpha
6589         section types when incrementing text_size and data_size.  Call
6590         adjust_headers backend function if it exists.
6591         * coff-alpha.c (alpha_adjust_headers): New static function.
6592         (alpha_ecoff_backend_data): Initialize adjust_headers field.
6593         * coff-mips.c (mips_ecoff_backend_data): Likewise.
6594
6595         * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
6596
6597 Wed Oct  4 18:15:02 1995  Jeff Law  (law@hurl.cygnus.com)
6598
6599         * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
6600         of ALTERNATE_AIX_CORE_FORMAT.
6601         * configure.in (aix4): No longer need CORE_FLAGS.
6602         * configure: Updated.
6603
6604 Wed Oct  4 15:36:36 1995  Ken Raeburn  <raeburn@cygnus.com>
6605
6606         NS32k changes from Ian Dall:
6607         * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
6608         macros.
6609         (aout_link_input_section_std, aout_link_input_section_ext,
6610         aout_link_reloc_link_order): Call them instead of _bfd_*
6611         versions.
6612         * aout-target.h (MY_exec_header_not_counted): New macro, defaults
6613         to zero.
6614         (backend_data): Use it instead of hardcoded zero.
6615
6616         * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
6617         (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
6618
6619         * ns32knetbsd.c: Include bfd.h.
6620         (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
6621         (MY_bfd_reloc_type_lookup): Declare function too.
6622         * pc532-mach.c (set_sizes): Don't declare.
6623         (MY_text_includes_header, MY_exec_header_not_counted): Define.
6624         (backend_data, MY_backend_data): Don't define.
6625
6626         * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
6627         ns32k-*-lites* like ns32k-*-netbsd*.
6628
6629         * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
6630         compile on lites.
6631
6632 Wed Oct  4 14:15:52 1995  Ian Lance Taylor  <ian@cygnus.com>
6633
6634         * coffcode.h (coff_write_object_contents): Restore setting
6635         f_timdat to 0, deleted on August 22.
6636
6637 Tue Oct  3 16:28:32 1995  steve chamberlain  <sac@slash.cygnus.com>
6638
6639         * coffcode.h (coff_bfd_copy_private_symbol_data,
6640         coff_bfd_copy_private_section_data,
6641         coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
6642         * peicode.h (coff_bfd_copy_private_bfd_data): New
6643         (pe_bfd_copy_private_bfd_data): New.
6644         (coff_swap_scnhdr_in): Swap bss size into the right place.
6645         (pe_print_private_bfd_data): Add some newlines.
6646
6647 Tue Oct  3 11:53:04 1995  Jeff Law  (law@hurl.cygnus.com)
6648
6649         * som.c (setup_sections): Don't die if a space has no subspaces.
6650
6651 Mon Oct  2 14:08:55 1995  Ian Lance Taylor  <ian@cygnus.com>
6652
6653         * elflink.h (elf_link_add_object_symbols): Don't let a weak
6654         dynamic symbol override a common symbol.  Don't change the size or
6655         type if they have been set and the new symbol is not a definition.
6656         Warn if the size or type changes.
6657
6658 Sun Oct  1 01:34:41 1995  Jeff Law  (law@hurl.cygnus.com)
6659
6660         * som.c (som_begin_writing): Don't write the symbol table or
6661         symbol  strings.
6662         (som_finish_writing): Write them here.  Place them after the
6663         subspace data, but before the relocs.
6664
6665 Fri Sep 29 11:01:55 1995  Ian Lance Taylor  <ian@cygnus.com>
6666
6667         * sunos.c (sunos_add_one_symbol): Just pass false, not
6668         info->shared_library, to sunos_create_dynamic_sections.
6669         (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
6670         section.
6671         (sunos_check_dynamic_reloc): Remove .text section assertion.
6672
6673 Thu Sep 28 18:48:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
6674
6675         * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
6676         * configure, configure.in: Add pmac_xcoff_vec case.
6677         * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
6678         * coff-pmac.c: New file, PowerMac XCOFF support.
6679         * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
6680         * targets.c (pmac_xcoff_vec): Declare.
6681
6682         * mpw-config.in: Various changes to be compatible with the
6683         autoconf-based configury.
6684         * mpw-make.sed: New file, sed commands to translate Unix
6685         makefile into MPW syntax.
6686         * mpw-make.in: Remove.
6687         * hosts/mpw.h: Remove.
6688         * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
6689         true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
6690
6691 Thu Sep 28 17:06:23 1995  steve chamberlain  <sac@slash.cygnus.com>
6692
6693         * binary.c (binary_get_symtab): Return an empty string on error.
6694         * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
6695
6696 Thu Sep 28 15:30:44 1995  Kim Knuttila  <krk@nellie>
6697
6698         * coff-ppc.c: Reformatted according to gnu conventions
6699                       Removed irrelevant "if 0" code
6700
6701 Thu Sep 28 11:19:53 1995  Ian Lance Taylor  <ian@cygnus.com>
6702
6703         * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
6704         symbols rather than as indirect symbols.
6705         (MY(slurp_symbol_table)): Don't do anything special about
6706         secondary symbols.
6707
6708         * coffcode.h (coff_new_section_hook): Make sure that the alignment
6709         of .ctors and .dtors sections is no larger than 2.
6710
6711         * sunos.c (sunos_add_one_symbol): Don't change
6712         bfd_link_hash_common to bfd_link_hash_new, since it may be on the
6713         undef list.
6714         (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
6715         dynamic symbols when creating a shared library.
6716         (sunos_scan_ext_relocs): Handle relocs correctly when creating a
6717         shared library.
6718         (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
6719         written even if it is not defined in a regular object.
6720         (sunos_write_dynamic_symbol): Use plt_offset for the address of
6721         the jump table reloc.  Add an assertion.  Use RELOC_JMP_SLOT
6722         rather than the constant 22.
6723         (sunos_check_dynamic_reloc): Handle creating a shared library.
6724         (sunos_finish_dynamic_link): Set the first entry in the GOT to
6725         zero when creating a shared library.
6726         * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
6727         write it out at the start of the symbol table.
6728
6729         * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
6730
6731 Thu Sep 28 00:58:05 1995  Doug Evans  <dje@deneb.cygnus.com>
6732
6733         * config.bfd: Add arm-*-coff.
6734         * configure.in, configure: Add armcoff_{little,big}_vec.
6735         * targets.c (armcoff_{little,big}_vec): Declare.
6736         (bfd_target_vector): Add armcoff_{little,big}_vec.
6737         * coff-arm.c (armcoff_{little,big}_vec): Always define.
6738
6739 Wed Sep 27 10:37:14 1995  Ian Lance Taylor  <ian@cygnus.com>
6740
6741         * targets.c (bfd_find_target): Remove debugging code.
6742
6743 Wed Sep 27 07:23:39 1995  Kim Knuttila  <krk@nellie>
6744
6745         * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE 
6746         support on powerpc.
6747         * Makefile.in: added *-ppc files
6748         * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
6749         allow pe based .o's to be shared with other tools on ppc/NT
6750         * config.bfd: added powerpc[le]-[pe|winnt] config support
6751         * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec 
6752         * peicode.h: Added more section flags for PE on ppc
6753                      Added coff_swap_filehdr_out to allow peicode.h to be
6754                      used for non-image PE files on ppc.
6755                      Check for image, or not, before copying pe_opthdr
6756         * targets.c: Added new bfd's
6757         * targets.c: Removed two inactive bfds that shouldn't have made it this
6758                      far.
6759
6760 Tue Sep 26 14:06:41 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6761
6762         * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
6763         explicit values to initialize all relocs.  Change all users.
6764         (ppc_elf_brtaken_inner): New function to handle branch predicition
6765         relocs.
6766         (ppc_elf_brtaken_reloc): Ditto.
6767         (ppc_elf_howto_raw): Use new functions.  Make sure all unsupported
6768         relocs use ppc_elf_unsupported_reloc.
6769         (ppc_elf_merge_private_bfd_data): Keep track of whether an error
6770         needs to be reported.
6771         (ppc_elf_relocate_section): Support branch prediction relocs.
6772
6773 Tue Sep 26 12:48:05 1995  Ian Lance Taylor  <ian@cygnus.com>
6774
6775         * bfd.c (bfd_assert): Remove \n from string passed to
6776         _bfd_error_handler.
6777
6778         * coff-i386.c: (TWO_DATA_SECS): Don't define.
6779         * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
6780         (bfd_coff_make_section_hook): Don't define.
6781         (coff_make_section_hook): Remove.
6782         (sec_to_styp_flags): Remove TWO_DATA_SECS case.
6783         (styp_to_sec_flags): Likewise.
6784         (coff_write_object_contents): Likewise.
6785         (bfd_coff_std_swap_table): Don't initialize make_section_hook
6786         field.
6787         * libcoff.h: Rebuild.
6788         * coffgen.c (make_a_section_from_file): Just call
6789         bfd_make_section_anyway, not bfd_make_section or
6790         bfd_coff_make_section_hook.
6791         * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
6792         * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
6793         * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
6794         make_section_hook field.
6795         * coff-mips.c (mips_ecoff_backend_data): Likewise.
6796
6797         * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
6798         pointers into value field for warning and indirect symbols; just
6799         leave the value field alone.
6800         * linker.c (generic_link_add_symbol_list): Use next symbol for
6801         warning and indirect symbols, rather than looking in symbol value.
6802         * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
6803         parameter.  Change all callers.  Remove support for indirect
6804         symbols; it didn't work anyhow.
6805         (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
6806         * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
6807         * bfd-in2.h: Rebuild.
6808
6809 Mon Sep 25 16:04:09 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6810
6811         * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
6812         go back to telling the tools this reloc operates on 32 bits.
6813
6814 Mon Sep 25 11:48:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6815
6816         * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
6817         rather than a direct fprintf.
6818         * archive.c (_bfd_write_archive_contents): Likewise.
6819         * coffcode.h (coff_slurp_symbol_table): Likewise.
6820         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
6821         (ppc_elf_unsupported_reloc): Likewise.
6822         (ppc_elf_relocate_section): Likewise.
6823         * i386linux.c (linux_tally_symbols): Likewise.
6824         (linux_finish_dynamic_link): Likewise.
6825         * osf-core.c (osf_core_core_file_p): Likewise.
6826         * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
6827         * som.c (som_sizeof_headers): Likewise.
6828         * srec.c (srec_bad_byte): Likewise.
6829         * bfd.c (bfd_assert): Likewise.  Also change file to be const.
6830         * libbfd-in.h (bfd_assert): Declare first parameter const.
6831         * libbfd.h: Rebuild.
6832         * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
6833         bfd_reloc_overflow is enough.
6834         * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
6835         * coff-h8500.c (rtype2howto): Likewise.
6836         * coff-z8k.c (rtype2howto): Likewise.
6837         * coffcode.h (dummy_reloc16_extra_cases): Likewise.
6838         * elf.c (_bfd_elf_get_lineno): Likewise.
6839         (_bfd_elf_no_info_to_howto): Likewise.
6840         (_bfd_elf_no_info_to_howto_rel): Likewise.
6841         * hp300hpux.c (convert_sym_type): Likewise.
6842         (MY(swap_std_reloc_in)): Likewise.
6843         * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
6844
6845         * libaout.h (struct aoutdata): Add line_buf field.
6846         * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
6847         and filename_buffer.  Instead, use a malloc buffer stored in the
6848         new line_buf field.  Remove length restrictions.
6849
6850         * coffgen.c (string_size): Remove static variable.
6851         (debug_string_size, debug_string_section): Likewise.
6852         (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
6853         and debug_string_size_p parameters.  Use them instead of the
6854         global variables.  Change all callers.
6855         (coff_write_symbol): Likewise.
6856         (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
6857         (coff_write_symbols): Add local variables to replace removed
6858         global variables.
6859
6860         * libcoff-in.h (struct coff_section_tdata): Add offset, i,
6861         function, and line_base fields.
6862         * libcoff.h: Rebuild.
6863         * coffgen.c (coff_find_nearest_line): Use section tdata to cache
6864         information, rather than using static variables.
6865
6866         * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
6867         file.  From Peter DeWolf <pld@amt.tay1.dec.com>.
6868
6869         * init.c (initialized): Remove static variable.
6870         (bfd_init): Don't bother setting initialized.
6871         (bfd_check_init): Remove.
6872         * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
6873         * libbfd.h: Rebuild.
6874
6875 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6876
6877         * rs6000-core.c (rs6000coff_core_p):  Don't check the core file
6878         size for full core dumps. Copy core file header to private data.
6879         (rs6000coff_core_file_failing_command,
6880         rs6000coff_core_file_failing_signal):  New functions to extract
6881         the file name and terminating signal from the core file.
6882         * coff-rs6000.c:  Use them.
6883
6884 Fri Sep 22 17:44:47 1995  Ian Lance Taylor  <ian@cygnus.com>
6885
6886         Change arch info to be const, initialized at compile time.
6887         * archures.c: Reindent many functions.  Change CONST to const.
6888         (bfd_arch_info_type): Make arch_name const.  Remove disassemble;
6889         nothing set it anyhow.  Make next const.
6890         (bfd_arch_info_list): Remove.
6891         (bfd_archures_list): Rename from archures_init_table.  Change from
6892         a table of function pointers to a table of bfd_arch_info_type
6893         structure addresses.
6894         (bfd_scan_arch): Rewrite accordingly.  Return a const pointer.
6895         (bfd_lookup_arch): Likewise.
6896         (bfd_set_arch_info): Rewrite accordingly.  Change argument to be a
6897         const pointer.
6898         (bfd_default_arch_struct): Make const.
6899         (bfd_arch_init, bfd_arch_linkin): Remove.
6900         (bfd_get_arch_info): Return a const pointer.
6901         * init.c (bfd_init): Don't call bfd_arch_init.
6902         * bfd.c (struct _bfd): Make arch_info const.
6903         * bfd-in2.h: Rebuild.
6904         * libbfd.h: Rebuild.
6905         * configure.in: Put & before everything in $selarchs.
6906         * configure: Rebuild.
6907         * cpu-*.c: Change bfd_*_arch from a function which calls
6908         bfd_arch_linkin to a const structure.
6909         * ieee.c (ieee_object_p): Make arch const.
6910
6911 Fri Sep 22 16:23:18 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6912
6913         * reloc.c (bfd_reloc_code_type): Add relocations to support all of
6914         PowerPC V.4.
6915         * bfd-in2.h: Regenerate.
6916         * libbfd.h: Regenerate.
6917
6918         * elf32-ppc.c (reloc_type): Update names to match current draft.
6919         (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
6920         relative.  Update names to current V.4 draft.
6921         (ppc_elf_reloc_type_lookup): Add support for more relocations.
6922         (ppc_elf_relocate_section): Rename relocations to match draft.
6923
6924 Thu Sep 21 21:53:18 1995  Michael Meissner  <meissner@cygnus.com>
6925
6926         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
6927         compiled with -mrelocatable-lib to be linked with either normal
6928         modules or -mrelocatable modules.
6929
6930 Wed Sep 20 12:03:26 1995  Ian Lance Taylor  <ian@cygnus.com>
6931
6932         * coffcode.h (coff_write_object_contents): Clear the vstamp field
6933         in the a.out header.
6934
6935         * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
6936         a reloc against a local symbol, even if it's not a section.
6937
6938 Tue Sep 19 17:02:26 1995  Ian Lance Taylor  <ian@cygnus.com>
6939
6940         * targets.c (bfd_target): Remove unused align_power_min field.
6941         * bfd-in2.h: Rebuild.
6942         * All backends: Remove initialization of align_power_min.
6943
6944 Tue Sep 19 14:02:21 1995  steve chamberlain  <sac@slash.cygnus.com>
6945
6946         * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
6947
6948 Mon Sep 18 14:35:01 1995  Arne H. Juul  <arnej@pvv.unit.no>
6949
6950         * config.bfd (mips-dec-netbsd*): New target.
6951         * configure.host (mips-dec-netbsd*): New host.
6952         * configure.in (mips-dec-netbsd*): New native.
6953         * configure: Rebuild.
6954
6955 Fri Sep 15 10:24:36 1995  Ian Lance Taylor  <ian@cygnus.com>
6956
6957         Make the COFF backend linker merge common types:
6958         * cofflink.c (struct coff_debug_merge_element): Define.
6959         (struct coff_debug_merge_type): Define.
6960         (struct coff_debug_merge_hash_entry): Define.
6961         (struct coff_debug_merge_hash_table): Define.
6962         (coff_debug_merge_hash_table_init): Define.
6963         (coff_debug_merge_hash_table_free): Define.
6964         (coff_debug_merge_hash_lookup): Define.
6965         (struct coff_final_link_info): Add debug_merge field.
6966         (coff_debug_merge_hash_newfunc): New static function.
6967         (_bfd_coff_final_link): Allocate and free debug_merge table.
6968         (coff_link_input_bfd): Merge identical enum, struct and union
6969         types.
6970
6971 Thu Sep 14 14:53:58 1995  Ian Lance Taylor  <ian@cygnus.com>
6972
6973         Convert i960 COFF to use COFF backend linker.
6974         * coff-i960.c (coff_i960_relocate): Use a coff_section_data
6975         structure to store the symbol being used.
6976         (coff_i960_start_final_link): New static function.
6977         (coff_i960_relocate_section): New static function.
6978         (coff_i960_adjust_symndx): New static function.
6979         (coff_start_final_link): Define.
6980         (coff_relocate_section): Define.
6981         (coff_adjust_symndx): Define.
6982         * coffcode.h (bfd_coff_backend_data): Add new callback function
6983         _bfd_coff_start_final_link.
6984         (bfd_coff_start_final_link): Define.
6985         (coff_start_final_link): Define if not defined.
6986         (bfd_coff_std_swap_table): Add coff_start_final_link.
6987         * cofflink.c (_bfd_coff_internal_syment_name): Make globally
6988         visible.
6989         (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
6990         function callback is not NULL.
6991         * libcoff-in.h (struct coff_section_tdata): Add tdata field.
6992         (_bfd_coff_internal_syment_name): Declare.
6993         * libcoff.h: Rebuild.
6994         * configure.in (icoff_big_vec): Add cofflink.o.
6995         (icoff_little_vec): Likewise.
6996         * configure: Rebuild.
6997
6998 Wed Sep 13 17:38:23 1995  Fred Fish  <fnf@rtl.cygnus.com>
6999
7000         * Makefile.in (clean-info): Remove extraneous tab from line
7001         following action.
7002
7003 Wed Sep 13 13:27:53 1995  Ian Lance Taylor  <ian@cygnus.com>
7004
7005         * cofflink.c (coff_link_input_bfd): Fail if a section with no
7006         contents has relocs.
7007
7008 Thu Sep 12 12:45:34 1995  steve chamberlain  <sac@slash.cygnus.com>
7009
7010         * coffcode.h (coff_compute_section_file_positions): Keep the
7011         raw size safe. 
7012         (coff_write_object_contents): Remember if it's a relocatable
7013         file.
7014         * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
7015         * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
7016         if relocatable file. Swap out saved raw size.
7017
7018 Tue Sep 12 12:14:33 1995  Ian Lance Taylor  <ian@cygnus.com>
7019
7020         * Makefile.in (do_maintainer_clean): Rename from do_realclean.
7021         (maintainer-clean): Rename from realclean, passing
7022         maintainer-clean down to subdirectories, but leave realclean as a
7023         synonym.
7024
7025         * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
7026         warning callback.
7027
7028         * dep-in.sed: Remove config.h from generated dependencies.
7029
7030         * sunos.c (sunos_slurp_dynamic_symtab): New static function,
7031         broken out of sunos_canonicalize_dynamic_symtab.
7032         (sunos_canonicalize_dynamic_symtab): Call new function
7033         sunos_slurp_dynamic_symtab.
7034         (sunos_add_dynamic_symbols): Add three new parameters.  Return the
7035         dynamic symbol table to the caller.
7036         * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
7037         callback to override the symbols being read.
7038         * libaout.h (struct aout_backend_data): Add three new parameters
7039         to add_dynamic_symbols callback.
7040
7041         Extensive minor changes to avoid various gcc warnings.  Also:
7042         * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
7043         * archures.c (bfd_arch_info_type): Change mach field from long to
7044         unsigned long.
7045         (bfd_lookup_arch): Change machine parameter from long to unsigned
7046         long.
7047
7048 Mon Sep 11 10:55:47 1995  Ian Lance Taylor  <ian@cygnus.com>
7049
7050         * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
7051         a symbol with a non-zero plt_offset.
7052
7053 Fri Sep  8 11:47:24 1995  Ian Lance Taylor  <ian@cygnus.com>
7054
7055         * elfcode.h (align_file_position): Remove; not used.
7056
7057         * configure.in: Only check for <sys/procfs.h> on a native system,
7058         and make sure it defines prstatus_t.
7059         * configure: Rebuild.
7060
7061 Thu Sep  7 12:48:01 1995  Ian Lance Taylor  <ian@cygnus.com>
7062
7063         * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
7064
7065         * config.in: Rename from config.h.in.
7066         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
7067         Check for config.h:config.in when creating stamp-h.
7068         * configure: Rebuild.
7069         * Makefile.in (stamp-h): Depend upon config.in rather than
7070         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
7071         calling config.status.
7072
7073         * Makefile.in (do_distclean): Remove config.h and stamp-h.
7074         (Makefile): Just rebuild Makefile.
7075         (config.h, stamp-h): New targets.
7076         * configure.in: Create stamp-h when rebuilding config.h.
7077         * configure: Rebuild.
7078
7079 Wed Sep  6 15:00:33 1995  Ian Lance Taylor  <ian@cygnus.com>
7080
7081         * configure.in: Call AC_CONFIG_HEADER.  Substitute
7082         HOST_64BIT_LONG.  Check that various header files exist.  Check
7083         that fcntl exists.  Call BFD_BINARY_FOPEN.  Check whether malloc
7084         and/or free need to be declared.  Don't make a link to sysdep.h.
7085         Define TRAD_HEADER for various hosts.
7086         * configure: Rebuild.
7087         * configure.host: Don't set my_host.  Add definitions taken from
7088         host header files for various entries.  Remove entries which now
7089         do nothing.
7090         * acconfig.h: New file.
7091         * config.h.in: New file, built by autoheader.
7092         * sysdep.h: New file.
7093         * Makefile.in (do_distclean): Don't remove sysdep.h.
7094         (RECONFIG): Remove.
7095         (LOCAL_H_DEPS): New variable.
7096         ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
7097         $(RECONFIG).
7098         ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
7099         ($(OPTIONAL_BACKENDS)): Likewise.
7100         (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
7101         looking through sysdep.h.
7102         * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
7103         (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
7104         (fprintf_vma, sprintf_vma): Likewise.
7105         (int64_type, uint64_type): Don't define.
7106         * bfd-in2.h: Rebuild.
7107         * archures.c, bfd.c, srec.c: Include <ctype.h>.
7108         * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
7109         * lynx-core.c: Include stuff from old hosts/lynx.h.
7110         * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
7111         rather than NO_FCNTL.
7112         * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
7113         rather than NATIVE_HPPAHPUX_COMPILER.
7114         * trad-core.c: Don't include <errno.h>.  Include TRAD_HEADER if it
7115         is defined.
7116         * hosts/*.h: Remove all header files which merely include,
7117         declare, and define things.  Leave header files which define
7118         information needed by trad-core.c.
7119
7120         * aclocal.m4 (BFD_BINARY_FOPEN): Define.
7121         (BFD_CC_FOR_BUILD): Define.
7122         * configure.in: Use BFD_CC_FOR_BUILD.
7123         * configure: Rebuild.
7124
7125 Tue Sep  5 19:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
7126
7127         * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
7128         * configure: Rebuild.
7129
7130         * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
7131         a global symbol.
7132
7133 Tue Sep  5 12:48:26 1995  Jason Molenda   (crash@phydeaux.cygnus.com)
7134
7135         * config.bfd: i386pe_ve -> i386pe_vec.
7136
7137 Mon Sep  4 14:02:43 1995  Ian Lance Taylor  <ian@cygnus.com>
7138
7139         * configure.host: Incorporate host Makefile fragments by setting
7140         shell variables.
7141         * configure.in: Call AC_PROG_CC.  Substitute CFLAGS, HDEFINES and
7142         AR.  Call AC_PROG_INSTALL.  Substitute CC_FOR_BUILD, choosing a
7143         value based on whether the code is being compiled by a cross
7144         compiler.  Don't substitute host_makefile_frag or frags.
7145         * aclocal.m4: New file to define local AC_PROG_CC.
7146         * configure: Rebuild.
7147         * Makefile.in (INSTALL): Set to @INSTALL@.
7148         (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
7149         (INSTALL_DATA): Set to @INSTALL_DATA@.
7150         (AR): Set to @AR@.
7151         (CC): Define as @CC@.
7152         (CFLAGS): Set to @CFLAGS@.
7153         (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
7154         (@host_makefile_frag@): Remove.
7155         (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@.  Move $(CFLAGS)
7156         after other options.
7157         (config.status): Remove dependency upon @frags@.
7158         * config/*.mh, config/README: Remove.
7159
7160         * config.bfd: Rewrite to incorporate the contents of the Makefile
7161         fragments by setting shell variables, rather than merely returning
7162         the name of a Makefile fragment.
7163         * configure.in: Use shell variables set by config.bfd rather than
7164         looking at the target Makefile fragment files.  Don't substitute
7165         target_makefile_frag.  Do substitute TDEFINES.
7166         * configure: Rebuild.
7167         * Makefile.in (@target_makefile_frag@): Remove.
7168         (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
7169         * config/*.mt: Remove.
7170
7171 Mon Sep  4 03:13:28 1995  Ken Raeburn  <raeburn@cygnus.com>
7172
7173         * configure.in: Put changequote lines around "i[345]86" patterns
7174         section of core file support.
7175
7176 Sun Sep  3 11:31:58 1995  Jeff Law  (law@snake.cs.utah.edu)
7177
7178         * som.c (som_bfd_print_private_bfd_data): Define to use the
7179         generic version.
7180
7181 Fri Sep  1 17:08:40 1995  steve chamberlain  <sac@slash.cygnus.com>
7182
7183         * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
7184         entry, text_start and data_start.
7185
7186 Fri Sep  1 18:06:28 1995  Ian Lance Taylor  <ian@cygnus.com>
7187
7188         * Makefile.in (OFILES): Remove $(TDEPFILES).
7189         * config/apollo.mt (TDEPFILES): Remove.
7190         * config/README: Update.
7191
7192         * configure.in: For a native configuration, set COREFILE and
7193         COREFLAG based on the canonical host name.
7194         * configure: Rebuild.
7195         * Makefile.in: Rebuild dependencies.
7196         (ALL_CFLAGS): Add @COREFLAG@.
7197         (OFILES): Replace $(HDEPFILES) with @COREFILE@.
7198         * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
7199         support routines.  Check LYNX_CORE rather than HOST_LYNX.
7200         * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
7201         * i386lynx.c: Likewise.
7202         * m68klynx.c: Likewise.
7203         * sparclynx.c: Likewise.
7204         * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
7205         * *-core.c: Comment changes.
7206         * config/decstation.mh (HDEPFILES): Remove.
7207         (HDEFINES): Remove -DTRAD_CORE.
7208         * config/irix3.mh (RANLIB): Remove.
7209         * config/irix4.mh (HDEPFILES, RANLIB): Remove.
7210         (HDEFINES): Remove -DIRIX_CORE.
7211         * config/riscos.mh (RANLIB, HDEPFILES): Remove.
7212         (HDEFINES): Remove -DTRAD_CORE.
7213         * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
7214         * config/ultra3.mh (RANLIB): Remove.
7215         * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
7216         * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
7217         * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
7218         * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
7219         * config/hppahpux.mh, config/hppaosf.mh: Remove.
7220         * config/i386aix.mh, config/i386bsd.mh: Remove.
7221         * config/i386linux.mh, config/i386mach3.mh: Remove.
7222         * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
7223         * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
7224         * config/mipsmach3.mh, config/news-mips.mh: Remove.
7225         * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
7226         * config/rs600.mh, config/rs6000lynx.mh: Remove.
7227         * config/solaris2.mh, config/stratus.mh: Remove.
7228         * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
7229         * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
7230
7231 Fri Sep  1 15:18:50 1995  Kazumoto Kojima  <kkojima@info.kanagawa-u.ac.jp>
7232
7233         * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
7234         DT_FINI entry if the appropriate symbol is not in the hash table.
7235
7236         * libelf.h (struct elf_backend_data): Add create_program_headers
7237         and want_hdr_in_seg fields.
7238         * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
7239         defined.
7240         (elf_backend_create_program_headers): Likewise.
7241         (elfNN_bed): Initialize create_program_headers and
7242         want_hdr_in_seg.
7243         * elf.c (get_program_header_size): Call create_program_headers
7244         backend routine.
7245         (map_program_segments): Check want_hdr_in_seg backend field.  Call
7246         create_program_headers backend routine.
7247
7248         * elf.c (assign_file_positions_except_relocs): Align non allocated
7249         sections when creating an executable.
7250
7251         * elfcode.h (elf_swap_phdr_in): Make non static.
7252         (elf_swap_phdr_out): Make non static.
7253         * libelf.h (bfd_elf32_swap_phdr_in): Declare.
7254         (bfd_elf32_swap_phdr_out): Declare.
7255         (bfd_elf64_swap_phdr_in): Declare.
7256         (bfd_elf64_swap_phdr_out): Declare.
7257
7258         * ecofflink.c (ecoff_collect_shuffle): New static function.
7259         (_bfd_ecoff_get_accumulated_pdr): New function.
7260         (_bfd_ecoff_get_accumulated_sym): New function.
7261         (_bfd_ecoff_get_accumulated_ss): New function.
7262         * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
7263         (_bfd_ecoff_get_accumulated_sym): Declare.
7264         (_bfd_ecoff_get_accumulated_ss): Declare.
7265         * libbfd.h: Rebuild.
7266
7267 Fri Sep  1 13:20:25 1995  Ian Lance Taylor  <ian@cygnus.com>
7268
7269         * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
7270
7271         * elflink.h (elf_link_add_object_symbols): Handle indirect and
7272         warning symbols.  If any section is named .gnu.warning.XXX, treat
7273         the contents as a warning to be issued if the symbol XXX is
7274         referenced.
7275         (elf_link_output_extsym): For an indirect or warning symbol, just
7276         output the symbol it points to.
7277
7278         * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
7279         if bfd_hash_allocate fails, since it will already be set.
7280         (generic_link_hash_newfunc): Likewise.
7281         (archive_hash_newfunc): Likewise.
7282         (hash_entry_bfd): New static function.
7283         (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
7284         callback.  Allocate a new warning using the hash table newfunc.
7285         Use bfd_hash_replace to update the entry in the hash table, rather
7286         than assuming we can copy the fields with structure assignment.
7287
7288         * hash.c (bfd_hash_replace): New function.
7289         * bfd-in.h (bfd_hash_replace): Declare.
7290         * bfd-in2.h: Rebuild.
7291
7292 Fri Sep  1 08:12:50 1995  James G. Smith  <jsmith@beauty.cygnus.com>
7293
7294         * config.bfd: Add mips*vr4300-*-elf* target.
7295         * config/mipsbvr4300.mt: Added.
7296
7297 See file ChangeLog.2
7298
7299 \f
7300 Local Variables:
7301 mode: change-log
7302 left-margin: 8
7303 fill-column: 74
7304 version-control: never
7305 End: