]> Git Repo - binutils.git/blob - bfd/ChangeLog
* Makefile.in (bfd_libs_here, etc): Provide empty definitions.
[binutils.git] / bfd / ChangeLog
1 Sun Nov 12 12:23:24 1995  Stan Shebs  <[email protected]>
2
3         * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
4         * coff-rs6000.c (rs6000coff_vec): Add conditional defines
5         TARGET_SYM and TARGET_NAME for vector and BFD name.
6         * coff-pmac.c (pmac_xcoff_vec): Remove.
7         (TARGET_SYM, TARGET_NAME): Define.
8         * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
9         machine to 0, not all PowerMacs are 601s.
10
11 Fri Nov 10 12:10:14 1995  Ian Lance Taylor  <[email protected]>
12
13         * elfcode.h (elf_object_p): Read in any program headers.
14         * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
15         based on the program headers, if any.
16         (elf_fake_sections): Set sh_addr from the vma, not the lma.
17         (map_program_segments): Set p_paddr of program headers based on
18         the lma.
19
20 Thu Nov  9 13:01:31 1995  Ian Lance Taylor  <[email protected]>
21
22         * archive.c (bfd_generic_archive_p): Preserve tdata in case of
23         failure.
24
25         * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
26         trying to do a relocateable link with a non-a.out object file.
27
28         * archive.c (bfd_generic_archive_p): Check the first object file
29         in an archive even if target_defaulted is set.  If the object file
30         has the wrong xvec, reject it.
31
32         * aoutx.h (NAME(aout,set_section_contents)): If a section can not
33         be represented, report the name via _bfd_error_handler.
34         (translate_to_native_sym_flags): Likewise.
35         * elf32-mips.c (mips_elf_final_link): Likewise.
36         * oasys.c (oasys_write_sections): Likewise.
37
38         * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
39         which checks for STYP_OVRFLO sections.
40         (coff_compute_section_file_positions): If RS6000COFF_C, handle
41         reloc and lineno count overflows.
42         (coff_write_object_contents): Call coff_count_linenumbers before
43         coff_compute_section_file_positions.  If RS6000COFF_C, handle
44         reloc and lineno count overflows.
45         * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
46         relocs before dealing with .pad sections.  Count overflow section
47         headers when handling .pad sections.
48
49         * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
50         if RS6000COFF_C.
51
52         * xcofflink.c (XCOFF_DESCRIPTOR): Define.
53         (struct xcoff_link_hash_table): Add descriptor_section and
54         special_sections fields.
55         (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
56         (xcoff_link_add_symbols): Set linkage section alignment.  Create
57         descriptor section.  Check for magic symbol names (_text, etc.),
58         and record them in special_sections if found.  Set
59         XCOFF_DESCRIPTOR flag for a function descriptor, and set its
60         descriptor field to point back to the function code symbol.
61         (xcoff_sweep): Always mark the special descriptor_section.
62         (bfd_xcoff_export_symbol): Check whether the symbol might be a
63         function descriptor, and mark it if it is.
64         (bfd_xcoff_size_dynamic_sections): Add new special_sections
65         parameter, and fill it in.  Allocate space for the descriptor
66         section.
67         (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
68         global linkage code.  If an undefined function descriptor is
69         exported, arrange to define it.  Warn about any other undefined
70         exported symbol.
71         (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
72         (xcoff_write_global_symbol): Create a function descriptor when
73         necessary.
74         * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
75         * bfd-in2.h: Rebuild.
76
77 Thu Nov  9 08:40:23 1995  Kim Knuttila  <[email protected]>
78
79         * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
80         (ppc_coff_link_hash_table): new types for hashing
81         (ppc_coff_link_hash_newfunc): hash entry constructor
82         (ppc_coff_link_hash_table_init): hash table initializer
83         (ppc_coff_link_hash_table_create): hash table constructor
84         (ppc_record_toc_entry): changed references to hash table
85         (coff_ppc_relocate_section): changed references to hash table
86
87         * libcoff-in.h (coff_link_hash_entry): removed toc_offset
88         * libcoff.h: Rebuild
89
90         * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
91         (coff_link_add_symbols): removed toc_offset init
92
93 Thu Nov  9 04:00:38 1995  Ken Raeburn  <[email protected]>
94
95         * Makefile.in (.dep1): Make sure the file mkdep is to write exists
96         first.
97
98         * configure.in: Added new option --with[out]-mmap.  Set USE_MMAP
99         if it is given and mmep is available.
100         * acconfig.h: Undef USE_MMAP.
101         * configure, config.in: Regenerated.
102         * aoutx.h: If USE_MMAP is not defined, do all symbol and string
103         table handling the old way.
104         (aout_get_external_symbols): Don't complain if last byte of string
105         table is nonzero.
106         * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
107         (bfd_free_window) [! USE_MMAP]: Don't define.
108         (bfd_get_file_window,
109         _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
110
111 Wed Nov  8 20:03:44 1995  Eric Freudenthal <[email protected]>
112
113         * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
114         0xffff0000.
115
116 Wed Nov  8 11:31:11 1995  Ian Lance Taylor  <[email protected]>
117
118         * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
119         compatible with AMD generated COFF files.  Try to support both AMD
120         and GNU formats simultaneously.
121         (coff_a29k_relocate_section): Likewise.
122
123         * libbfd.c (bfd_get_file_window): Change writable parameter from
124         int to boolean; update all callers.  Pass MAP_SHARED if not
125         writable--it's required on Solaris.  Cast fprintf argument to
126         avoid warning.
127         * bfd-in.h (bfd_get_file_window): Update declaration.
128         * bfd-in2.h: Rebuild.
129         * aoutx.h: Update calls to bfd_get_file_window.
130
131         * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
132         Change all uses.
133         (xcoff_swap_ldhdr_in): New static function.
134         (xcoff_swap_ldsym_in): New static function.
135         (xcoff_find_reloc): Handle the case of a single reloc correctly.
136         (xcoff_link_add_symbols): If we just created a descriptor, pass it
137         to _bfd_generic_link_add_one_symbol, to save a hash lookup.
138         Handle XTY_ER/XMC_XO symbols correctly.
139         (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
140         rather than normal symbol table.
141         (bfd_xcoff_import_symbol): It's not an error if the symbol is
142         already defined with the same absolute value.
143         (xcoff_mark): When considering called symbols, check whether the
144         descriptor is from a dynamic object, rather than the symbol
145         itself.
146         (xcoff_build_ldsyms): Likewise.
147
148         * libbfd.c (bfd_get_file_window): Change return type to boolean.
149         Cast realloc and malloc return values.  If malloc or realloc fail,
150         set bfd_error_no_memory.
151         * bfd-in.h (bfd_get_file_window): Change type to boolean.
152         * bfd-in2.h: Rebuild.
153
154 Tue Nov  7 11:53:48 1995  Kim Knuttila  <[email protected]>
155
156         * coff-ppc.c (ppc_record_toc_entry): new function.
157         (in_reloc_p): changed return value.
158         (coff_ppc_relocate_section): much rework.
159         (ppc_allocate_toc_section): new function.
160         (ppc_process_before_allocation): new function.
161         (ppc_coff_swap_sym_in_hook): new function.
162
163         * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
164         (coff_link_add_symbols): initialize toc_offset.
165
166         * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
167         (coff_swap_aouthdr_out): Added more sections to the data
168         dictionary for the pe file header. Also changed linker version
169         number on the ppc side.
170         (dir_names): small improvements to the dictionary printing.
171         (pe_mkobject_hook): save the file level flags.
172
173         * libcoff-in.h (coff_link_hash_entry): added toc_offset field
174         (pe_tdata): added real_flags field
175         (coff_tdata): added local_toc_sym_map and access macro
176
177         * libcoff.h (coff_link_hash_entry): added toc_offset field
178         (pe_tdata): added real_flags field
179         (coff_tdata): added local_toc_sym_map and access macro
180
181         * coffcode.h (coff_set_alignment_hook): added hook for PE.
182         (coff_mkobject): init for local_toc_sym_map
183         (coff_write_object_contents): set the internal_a.magic to
184         IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
185         ppc compilers use.
186
187 Tue Nov  7 13:48:58 1995  Ian Lance Taylor  <[email protected]>
188
189         * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
190         entries until both the line number address and the function name
191         address are too large.
192
193         * configure.in: Call AC_CHECK_PROG to find and cache AR.
194         * configure: Rebuilt.
195
196         * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
197         is defined in the environment.
198
199 Tue Nov  7 10:57:24 1995  Jeffrey A Law  ([email protected])
200
201         * som.c (som_get_section_contents_in_window): Define to use
202         generic version.
203
204 Mon Nov  6 17:13:15 1995  Harry Dolan  <[email protected]>
205
206         * coff-i860.c: New file, based on coff-i386.c.
207         * cpu-i860.c: New file, based on cpu-i386.c.
208         * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
209         * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
210         targets, using i860coff_vec.
211         * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
212         trad-core.o and hosts/i860mach3.h.
213         (i860coff_vec): Use coff-i860.o and cofflink.o.
214         * configure: Rebuild.
215         * Makefile.in: Rebuild dependencies.
216         (ALL_MACHINES): Add cpu-i860.o.
217         (BFD32_BACKENDS): Add coff-i860.o.
218         (CFILES): Add cpu-i860.c and coff-i860.c.
219         * targets.c (i860coff_vec): Declare.
220         (bfd_target_vector): Add &i860coff_vec. 
221         * archures.c (bfd_i860_arch): Declare.
222         (bfd_archures_list): Add &bfd_i860_arch.
223         * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
224         (coff_set_flags): Handle bfd_arch_i860.
225         (coff_write_object_contents): Handle I860 a.out magic number.
226
227 Mon Nov  6 14:34:07 1995  Ian Lance Taylor  <[email protected]>
228
229         * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
230         the created .tc section to 2.
231         (xcoff_mark): Don't keep a .loader reloc for a call to an
232         undefined symbol when creating a shared library.
233         (xcoff_build_ldsyms): When creating a shared library, generate
234         global linkage code for a call to an undefined symbol.
235
236 Sun Nov  5 21:44:13 1995  Ken Raeburn  <[email protected]>
237
238         * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
239         BFD32_BACKENDS, BFD64_BACKENDS.
240         (.dep1): Put mkdep output in a separate file.
241         Rebuilt dependencies.
242
243         * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
244         value.
245
246         Permit use of mmap when available:
247
248         * configure.in: Check for mmap, madvise, mprotect.
249         * config.in, configure: Regenerated.
250
251         * libbfd.c (struct _bfd_window_internal): Define type.
252         (bfd_init_window, bfd_free_window, bfd_get_file_window): New
253         functions.
254         (ok_to_map): New static variable for debugging.
255         (_bfd_generic_get_section_contents_in_window): New function.
256         * bfd-in.h (bfd_window_internal): Declare type.
257         (bfd_window): Define type.
258         (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
259         * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
260         Declare.
261
262         * libaout.h (struct aoutdata): Add two window fields.
263         (obj_aout_sym_window, obj_aout_string_window): New macros.
264         * aoutx.h (some_aout_object_p): Initialize windows.
265         (aout_get_external_symbols): Get symbol data and strings in
266         windows instead of explicitly allocated buffers.
267         (slurp_symbol_table): Free window instead of memory.
268         (bfd_free_cached_info): Release windows instead of freeing storage
269         directly.
270         (aout_link_free_symbols): Ditto.
271
272         * targets.c (bfd_target): Add new field for
273         get_section_contents_in_window.
274         (BFD_JUMP_TABLE_GENERIC): Updated.
275         * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
276         coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
277         libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
278         macros for get_section_contents_in_window field.
279
280 Sat Nov  4 12:23:26 1995  Fred Fish  <[email protected]>
281
282         * core.c: Renamed to corefile.c
283         * makefile.dos (OBJS): Change core.o to corefile.o
284         * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
285         
286 start-sanitize-gm
287 Sat Nov  4 10:16:54 1995  Stu Grossman  ([email protected])
288
289         * config.bfd (mips*-*-magic*):  Add bfd_elf32_bigmips_vec to
290         targ_selvecs to allow debugging under Irix-5 native.
291
292 end-sanitize-gm
293 Fri Nov  3 15:54:59 1995  Ian Lance Taylor  <[email protected]>
294
295         * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
296         to o.  Clobber and restore the list of new csects around the call
297         to _bfd_generic_link_add_one_symbol, in case it wants to report a
298         linker error and the linker wants to read the symbol table.  Reset
299         the line number count of a real section even if it has no relocs.
300         (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
301
302         * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
303         is too small.
304
305 Thu Nov  2 23:16:39 1995  Ian Lance Taylor  <[email protected]>
306
307         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
308         an undefined symbol in a shared link.
309
310         * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
311         oldtype from bfd_link_order_type to bfd_link_hash_type.  From
312         [email protected] (Philippe De Muyter).
313
314 Wed Nov  1 14:26:02 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <[email protected]>
315
316         * coff-m88k.c (rtype2howto): New static function.
317         (RTYPE2HOWTO): Use it rather than a macro definition.
318
319         * coffcode.h (coff_write_object_contents): set internal_a.magic
320         to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
321
322         * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
323         define TRAD_HEADER to new file hosts/delta68.h.
324         m88*-motorola-sysv*, however, does use ptrace-core.o.
325         * hosts/delta68.h: New file.
326
327         * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
328         bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
329
330 Wed Nov  1 13:51:54 1995  Ken Raeburn  <[email protected]>
331
332         * i386linux.c (MY(vec)): Declare before use.
333
334 Wed Nov  1 11:45:07 1995  Ian Lance Taylor  <[email protected]>
335
336         * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
337         Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
338
339         * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
340         BFD is not of the right type.
341         (bfd_elf_get_needed_list): Likewise.
342         * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
343         * sunos.c (bfd_sunos_get_needed_list): Likewise.
344         * xcofflink.c (XCOFF_XVECP): Define.
345         (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
346         of the right type.
347         (bfd_xcoff_import_symbol): Likewise.
348         (bfd_xcoff_export_symbol): Likewise.
349         (bfd_xcoff_link_count_reloc): Likewise.
350         (bfd_xcoff_record_link_assignment): Likewise.
351         (bfd_xcoff_size_dynamic_sections): Likewise.
352
353         * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
354         table index against the number of symbols for a base relative
355         reloc.
356
357         * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
358         static function.
359         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
360         full_aouthdr flag here...
361         (_bfd_xcoff_bfd_final_link): ...not here.
362
363 Tue Oct 31 12:52:02 1995  Fred Fish  <[email protected]>
364
365         * libelf.h:  Rename to elf-bfd.h to avoid conflict with
366         systems that have a system <libelf.h>.
367         * Makefile.in: Globally replace libelf.h with elf-bfd.h.
368         * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
369         elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
370         elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
371         elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
372         elfxx-target.h: Include elf-bfd.h rather than libelf.h.
373         * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
374
375 Tue Oct 31 15:30:07 1995  David Mosberger-Tang  <[email protected]>
376
377         * ecoff.c (ecoff_set_symbol_info): Add new parameter weak.  If
378         set, set BSF_WEAK in symbol.  Change all callers.
379         (ecoff_get_extr): Set weakext based on BSF_WEAK.
380         (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
381         _bfd_generic_link_add_one_symbol.
382         (ecoff_indirect_link_order): Check that the section tdata relocs
383         are not NULL before using them.
384
385         * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
386         define TRAD_HEADER as hosts/alphalinux.h.
387         * configure: Rebuild.
388         * hosts/alphalinux.h: New file.
389         * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
390         not int.
391
392 Tue Oct 31 12:34:11 1995  Ian Lance Taylor  <[email protected]>
393
394         * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
395         C_ECOMM storage classes.
396
397         * xcofflink.c (xcoff_mark_symbol): New static function, broken out
398         of xcoff_mark.
399         (xcoff_mark): Call xcoff_mark_symbol.
400         (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
401         (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
402         doing it by hand.
403         (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
404
405 Mon Oct 30 14:53:48 1995  Ian Lance Taylor  <[email protected]>
406
407         * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
408         field.
409         (xcoff_find_reloc): New static function.
410         (xcoff_link_add_symbols): Use it.
411         (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
412         (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL.  Don't
413         relocate the value of C_DECL.
414
415         * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
416
417 Sat Oct 28 01:25:34 1995  steve chamberlain  <[email protected]>
418
419         * cofflink.c (_bfd_coff_generic_relocate_section): Make
420         callback decide what goes in .relocs.
421         * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
422         * peicode.h (pe_mkobject_hook): Only copy aouthdr if
423         there is one.
424
425 Sat Oct 28 01:51:02 1995  Ian Lance Taylor  <[email protected]>
426
427         * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
428         absolute section.
429
430 Fri Oct 27 18:14:39 1995  Ian Lance Taylor  <[email protected]>
431
432         * xcofflink.c: More improvements, mostly to fix handling of
433         constructors and a few other special cases.
434         * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
435         zero, reverting yesterday's change.
436         * bfd-in.h (bfd_xcoff_link_record_set): Declare.
437         (bfd_xcoff_link_count_reloc): Declare.
438         (bfd_xcoff_record_link_assignment): Declare.
439         * bfd-in2.h: Rebuild.
440
441 Fri Oct 27 14:42:15 1995  Niklas Hallqvist  <[email protected]>
442
443         * PORTING, aout-arm.c, aout-encap.c, aout-rce.c, aout-target.h,
444         aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
445         i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
446         i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
447         ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
448         Change PAGE_SIZE to TARGET_PAGE_SIZE.
449
450         * m68knetbsd.c: Ditto as well as add support for the m68k4k object
451         format.
452
453         * netbsd.h: Double ditto (incl. m68k4k support).  NetBSD's text
454         segments includes the a.out header.  See to that the magic number
455         *always* is big-endian.
456
457         * config.bfd: Add m68*-hp*-netbsd* case.  Cross-pollinate m68k and
458         m68k4k NetBSD configurations.
459
460         * configure.in, configure: Separate i386 & mips NetBSD
461         configurations from other BSD ones.  Don't assume DEC is the only
462         thing NetBSD/mips run on.  Add {m68k,ns32k,sparc}-*-netbsd*
463         configurations.  Add support for m68k4k NetBSD object format.
464
465         * libaout.h: Added M_68K4K_NETBSD magic.
466
467         * m68k4knetbsd.c: New file.
468         
469         * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
470
471         * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
472         <machine/endian.h>.
473
474         * hosts/mipsnbsd.h: New file.
475         
476 start-sanitize-gm
477 Fri Oct 27 09:41:51 1995  Stu Grossman  ([email protected])
478
479         * config.bfd:  Add config stuff for mips*-*-magic* to set
480         targ_defvec to ecoff_big_vec.
481
482 end-sanitize-gm
483 Thu Oct 26 14:16:47 1995  Ian Lance Taylor  <[email protected]>
484
485         * xcofflink.c: Numerous changes to get closer to a working XCOFF
486         linker.
487         * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
488         toc_section, and entry_section fields.
489         (struct xcoff_section_tdata): Remove ldrel_count field.
490         * libcoff.h: Rebuild.
491         * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
492         fields.
493         (coff_compute_section_file_positions): If RS6000COFF_C, generate
494         full a.out header if full_aouthdr is set in xcoff_data.
495         (coff_write_object_contents): Likewise.  Set o_snentry and o_sntoc
496         based on sections stored in xcoff_data.
497         * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
498         fields.
499         (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
500         (rs6000coff_vec): Set symbol_leading_char to '.'.
501         * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
502         value stored in ret rather than returning a pointer value.
503         
504 Wed Oct 25 23:10:39 1995  Michael Meissner  <[email protected]>
505
506         * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
507         format for now.
508
509 Wed Oct 25 16:19:27 1995  Jeffrey A Law  ([email protected])
510
511         * som.c (som_slurp_string_table): Allocate the strings with malloc
512         since they're free'd by free_cached_info.
513         (som_slurp_symbol_table): Similarly for the symbol table.
514
515 Wed Oct 25 14:59:22 1995  Per Bothner  <[email protected]>
516
517         * Makefile.in (diststuff):  Don't make headers.
518
519 Wed Oct 25 11:32:54 1995  Ian Lance Taylor  <[email protected]>
520
521         * Makefile.in: Rebuild dependencies.
522
523         * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
524         output_bfd is not SunOS.
525         (bfd_sunos_size_dynamic_sections): Likewise.  Don't scan relocs of
526         non-SunOS input files.
527
528         * xcofflink.c: Extensive changes to support linking shared objects
529         and generating a .loader section.
530         * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
531         (struct xcoff_section_tdata): Add lineno_count, first_symndx,
532         last_symndx, and ldrel_count fields.
533         * libcoff.h: Rebuild.
534         * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
535         * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
536         is set.
537         * bfd-in.h (bfd_xcoff_import_symbol): Declare.
538         (bfd_xcoff_export_symbol): Declare.
539         (bfd_xcoff_size_dynamic_sections): Declare.
540         * bfd-in2.h: Rebuild.
541
542 Tue Oct 24 17:44:20 1995  Stan Shebs  <[email protected]>
543
544         * configure.in: Add xcofflink.o to pmac_xcoff_vec.
545         * configure: Rebuild.
546         * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
547         * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
548         contents.
549         (pmac_xcoff_vec): Update to use new xcoff support.
550         * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
551         (xcoff_write_armap): Declare buf as unsigned char.
552         * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
553
554         * mpw-make.sed: Generalize subdir_do edit.
555         
556 Tue Oct 24 10:25:01 1995  Jeffrey A Law  ([email protected])
557
558         * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
559         correctly.  Don't initialize asect->vma.
560
561 Fri Oct 20 13:23:48 1995  Ken Raeburn  <[email protected]>
562
563         * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
564         something a little less than the page size.
565
566 Thu Oct 19 13:06:09 1995  Ian Lance Taylor  <[email protected]>
567
568         * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
569
570 Wed Oct 18 16:20:08 1995  steve chamberlain  <[email protected]>
571
572         * coff-i386.c (coff_i386_reloc_type_lookup): New.
573         * coffcode.h (coff_write_object_contents): If .bss is before
574         .data us that as data_start.
575         * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
576         calc correct.
577         * peicode.h (add_data_entry): Use _cooked_size of data directory.
578         (coff_swap_outhdr_out): Hardwire in version number.
579         
580 Wed Oct 18 16:50:54 1995  Ken Raeburn  <[email protected]>
581
582         * sunos.c (sunos_add_dynamic_symbols): Rename local variables
583         major and minor to *_vno, since the former are also macros in
584         SunOS header files.  Cast result of bfd_alloc to appropriate
585         type.
586
587         * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
588         before assigning to sec_data.
589
590 Wed Oct 18 13:25:17 1995  Ian Lance Taylor  <[email protected]>
591
592         * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
593         now relative to the section, not absolute.
594         * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
595         get the file name when there is a N_SO directory name.  When
596         handling stabs, remember that section->vma was added to the
597         offset.
598
599 Tue Oct 17 18:24:54 1995  Ian Lance Taylor  <[email protected]>
600
601         * sunos.c (struct sunos_link_hash_table): Add needed field.
602         (sunos_link_hash_table_create): Call bfd_release, not free.
603         (sunos_link_hash_table_create): Initialize needed field.
604         (sunos_add_dynamic_symbols): Record needed objects.
605         (bfd_sunos_get_needed_list): New function.
606         * bfd-in.h (bfd_sunos_get_needed_list): Declare.
607         * bfd-in2.h: Rebuild.
608
609 Mon Oct 16 14:43:59 1995  steve chamberlain  <[email protected]>
610
611         * libcoff-in.h (pe_data_type.in_reloc_p): New.
612
613 Mon Oct 16 10:52:50 1995  Ian Lance Taylor  <[email protected]>
614
615         * bfd-in.h (struct bfd_link_needed_list): Rename from
616         bfd_elf_link_needed_list.
617         * bfd-in2.h: Rebuild.
618         * elf.c, elflink.h, libelf.h: Corresponding changes.
619
620         Add start at AIX linker support; no shared libraries yet.
621         * xcofflink.c: New file.
622         * configure.in (rs600coff_vec): Use xcofflink.o.
623         * configure: Rebuild.
624         * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
625         fields.
626         (struct xcoff_section_tdata): Define.
627         (xcoff_section_data): Define macro.
628         (_bfd_xcoff_bfd_link_hash_table_create): Declare.
629         (_bfd_xcoff_bfd_link_add_symbols): Declare.
630         (_bfd_xcoff_bfd_final_link): Declare.
631         (_bfd_ppc_xcoff_relocate_section): Declare.
632         * libcoff.h: Rebuild.
633         * coff-rs6000.c: Clean up a bit.
634         (xcoff_mkobject): Default modtype to 1L, not RE.  Initialize
635         cputype, csects, and debug_indices.
636         (xcoff_copy_private_bfd_data): Copy cputype.
637         (xcoff_howto_table): Rename from rs6000coff_howto_table.
638         (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
639         (xcoff_reloc_type_lookup): Rename from
640         rs6000coff_reloc_type_lookup.
641         (coff_relocate_section): Define.
642         (_bfd_xcoff_sizeof_headers): Define.
643         (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
644         (_bfd_xcoff_bfd_relax_section): Define.
645         (_bfd_xcoff_bfd_link_split_section): Define.
646         (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
647         coff.
648         * coffcode.h (coff_compute_section_file_positions): If AIX,
649         increment sofar by SMALL_AOUTSZ if not executable.
650         (coff_write_object_contents): If AIX, always output an a.out
651         header; if not executable, header size of SMALL_AOUTSZ.
652         * hash.c (struct bfd_strtab_hash): Add xcoff field.
653         (_bfd_stringtab_init): Initialize xcoff field.
654         (_bfd_xcoff_stringtab_init): New function.
655         (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
656         (_bfd_stringtab_emit): In XCOFF mode, write out length.
657         * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
658         * libbfd.h: Rebuild.
659         * Makefile.in: Rebuild dependencies.
660         (BFD32_BACKENDS): Add xcofflink.o.
661         (CFILES): Add xcofflink.c.
662
663         * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
664         SEC_NO_FLAGS, for .acommon section.  From Peter Schauer
665         <[email protected]>.
666
667 Sat Oct 14 21:36:02 1995  Michael Meissner  <[email protected]>
668
669         * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
670
671 Fri Oct 13 17:48:43 1995  Ken Raeburn  <[email protected]>
672
673         * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
674         * config.in: Regenerated.
675
676         * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
677         (_bfd_chunksize): New variable.
678         (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
679         for obstack chunk size.
680         * configure.in: Check for getpagesize.
681         * configure: Regenerated.
682
683         Mon Sep 25 22:49:32 1995  Andreas Schwab  <[email protected]>
684
685         * trad-core.c (rawptr): Make it a local variable of
686         ptrace_unix_core_file_p.
687
688 Fri Oct 13 11:22:01 1995  steve chamberlain  <[email protected]>
689
690         * coff-arm.c (in_reloc_p): New.
691         * coff-i386.c (in_reloc_p): New.
692         * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
693         (coff_write_object_contents): Only set has_reloc_section
694         if PE_IMAGE.
695         * cofflink.c (_bfd_coff_generic_relocate_section): Call
696         in_reloc_p to decide if reloc should be emitted.
697         * libcoff.h (pe_data_type.in_reloc_p): New.
698         * peicode.h (pe_mkobject): Initialize in_reloc_p.
699
700 Wed Oct 11 00:49:29 1995  Ian Lance Taylor  <[email protected]>
701
702         * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
703         (_bfd_coff_read_internal_relocs): Likewise.
704         * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
705         (_bfd_coff_read_internal_relocs): Likewise.
706
707         * elflink.h (elf_link_add_object_symbols): Correct conditions
708         under which type and size change warnings are issued.
709
710 Tue Oct 10 18:32:46 1995  Ian Lance Taylor  <[email protected]>
711
712         * coffgen.c (coff_count_linenumbers): Don't count line numbers for
713         a symbol which is not in a real section.
714         (coff_write_native_symbol): Corresponding change.
715
716         * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
717         coff_link_hash_newfunc and make non-static.
718         (_bfd_coff_link_hash_table_init): New function, broken out of
719         _bfd_coff_link_hash_table_create.
720         (_bfd_coff_link_hash_table_create): Use it.
721         (process_embedded_commands): Make static.
722         * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
723         (_bfd_coff_link_hash_table_init): Declare.
724         * libcoff.h: Rebuild.
725
726         * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
727         field in XCOFF tdata.
728         (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
729         U802ROMAGIC, for clarity.  Try to set arch and machine correctly
730         based on cputype stored in a.out header, or in n_type of initial
731         .file symbol.
732         (coff_write_object_contents): Set cputype correctly in a.out
733         header.
734         (coff_slurp_symbol_table): Add casts to file_ptr to avoid
735         warnings.
736         * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
737         (coff_swap_aouthdr_out): Swap out cputype field.  Don't clear
738         old resv1 field.
739         * libcoff-in.h (struct xcoff_tdata): Add cputype field.
740         * libcoff.h: Rebuild.
741
742         * cpu-rs6000.c (rs6000_compatible): New static function.
743         (bfd_rs6000_arch): Use it.
744         * cpu-powerpc.c (powerpc_compatible): New static function.
745         (arch_info_struct): Define various flavours of PowerPC.
746         (bfd_powerpc_arch): Use powerpc_compatible.  Point at
747         arch_info_struct.
748
749 Tue Oct 10 10:50:46 1995  Fred Fish  <[email protected]>
750
751         * Makefile.in (FLAGS_TO_PASS):  Remove BISON.
752
753 Tue Oct 10 01:28:29 1995  Ian Lance Taylor  <[email protected]>
754
755         * elflink.h (elf_link_add_object_symbols): Don't warn about
756         changing the size or type if the old definition was weak.
757
758 Mon Oct  9 11:24:08 1995  Ian Lance Taylor  <[email protected]>
759
760         * coffcode.h (combined_entry_type): Add fix_line field.
761         (coff_slurp_line_table): Warn if we try to set the lineno field of
762         a symbol twice.
763         (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
764         C_EINCL by setting fix_line.  Fix C_BSTAT symbol value.
765         * coffgen.c (coff_mangle_symbols): Handle fix_line.
766         (coff_write_symbol): Only use N_DEBUG if the symbol is in the
767         absolute section.
768         (coff_print_symbol): Print fix_value symbols in a useful fashion.
769         * libcoff.h: Rebuild.
770
771         * libcoff-in.h (struct xcoff_tdata): Define.
772         (xcoff_data): Define.
773         * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
774         * bfd-in2.h, libcoff.h: Rebuild.
775         * coff-rs6000.c (xcoff_mkobject): New static function.
776         (coff_mkobject): Define.
777         (xcoff_copy_private_bfd_data): New static function.
778         (coff_bfd_copy_private_bfd_data): Define.
779         (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
780         signed to bitfield.
781         (rs6000coff_vec): Add DYNAMIC to object_flags.
782         * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
783         .loader sections specially.
784         (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
785         section alignment from the XCOFF tdata information.
786         (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
787         F_SHROBJ, and copy the extra a.out header information into the
788         XCOFF tdata structure.
789         (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
790         F_DYNLOAD and the extra a.out header information.
791         (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
792         C_HIDEXT symbol with attached csect information.
793         * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
794         in the o_maxdata field.
795         (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
796         * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
797         end if BSF_NOT_AT_END is set.
798
799         * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
800         _bfd_read_ar_hdr_fn.
801         * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
802         * bfd-in2.h, libbfd.h: Rebuild.
803         * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
804         return value.
805         (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
806         (bfd_slurp_bsd_armap_f2): Likewise.
807         (_bfd_slurp_extended_name_table): Likewise.
808
809 Fri Oct  6 16:18:35 1995  Ken Raeburn  <[email protected]>
810
811         Mon Sep 25 22:49:32 1995  Andreas Schwab  <[email protected]>
812
813         * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
814         when the symbol table is empty.
815
816         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
817         space for section symbols, since we don't output them either.
818         (elf_m68k_adjust_dynindx): Removed.
819
820         * ptrace-core.c (rawptr): Make it a local variable of
821         ptrace_unix_core_file_p.
822
823 Fri Oct  6 12:24:47 1995  Michael Meissner  <[email protected]>
824
825         * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
826         NULL.
827
828         * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
829         Mac object file formats.
830
831 Fri Oct  6 12:04:02 1995  Ian Lance Taylor  <[email protected]>
832
833         * coffgen.c (coff_fix_symbol_name): Don't try to set up file
834         auxent if there isn't one.
835         (coff_write_symbols): If there is no file auxent, use SYMNMLEN
836         rather than FILNMLEN as the maximum name length.
837
838         * coffcode.h (bfd_coff_backend_data): Add new field
839         _bfd_coff_print_aux.
840         (bfd_coff_print_aux): New static function.
841         (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
842         scnlen field of an XTY_LD csect aux entry.
843         (coff_print_aux): New static function.
844         (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
845         in coff_pointerize_aux_hook.
846         (bfd_coff_std_swap_table): Initialize new field.
847         * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
848         * libcoff.h: Rebuild.
849         * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
850         * coff-mips.c (mips_ecoff_backend_data): Likewise.
851
852         * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
853         if there are symbols, for native AIX ld compatibility.
854
855         * coffcode.h (bfd_coff_backend_data): Add new field
856         _bfd_coff_pointerize_aux_hook.
857         (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
858         or I960, and as 0 otherwise.
859         (bfd_coff_std_swap_table): Initialize new field.
860         * libcoff.h: Rebuild.
861         * coffgen.c (coff_pointerize_aux): Change parameters  to take
862         symbol pointer instead of type and class, and to take aux index.
863         Call _bfd_coff_pointerize_aux_hook if it is defined.
864         (coff_get_normalized_symtab): Always call coff_pointerize_aux.
865         * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
866         * coff-mips.c (mips_ecoff_backend_data): Likewise.
867
868         * coff-rs6000.c: Add full support for AIX archives.  Rewrite old
869         read-only/host-only support.
870
871         * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
872         BSF_LOCAL.
873         (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
874         RS6000COFF_C.
875
876         * targets.c (bfd_target): Add _bfd_read_ar_hdr field.  Modify
877         BFD_JUMP_TABLE_ARCHIVE accordingly.
878         * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
879         (_bfd_compute_and_write_armap): Declare.
880         (_bfd_generic_read_ar_hdr): Declare.
881         (_bfd_read_ar_hdr): Define.
882         (_bfd_noarchive_read_ar_hdr): Define.
883         (_bfd_archive_bsd_read_ar_hdr): Define.
884         (_bfd_archive_coff_read_ar_hdr): Define.
885         * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
886         _bfd_read_ar_hdr instead.
887         (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
888         (_bfd_compute_and_write_armap): Rename from
889         compute_and_write_armap.  Make non-static.  Change all callers.
890         * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
891         than _bfd_snarf_ar_hdr.
892         * aout-target.h (MY_read_ar_hdr): Define if not defined.
893         * ieee.c (ieee_read_ar_hdr): Define.
894         * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
895         * oasys.c (oasys_read_ar_hdr): Define.
896         * som.c (som_read_ar_hdr): Define.
897         * bfd-in2.h, libbfd.h: Rebuild.
898
899 Thu Oct  5 14:04:07 1995  steve chamberlain  <[email protected]>
900
901         * peicode.c (coff_swap_filehdr_in): If symptr is
902         zero, there aren't any symbols, even if nsyms is set.
903
904 Thu Oct  5 11:45:02 1995  Ian Lance Taylor  <[email protected]>
905
906         * libecoff.h (struct ecoff_backend_data): Add adjust_headers
907         field.
908         * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
909         sections, and set styp correctly for them: .got, .hash, .dynamic,
910         .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
911         (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
912         types.
913         (ecoff_sort_hdrs): New static function.
914         (ecoff_compute_section_file_positions): Return boolean, not void.
915         Sort the sections by VMA before looking through them.  Put the
916         first non SEC_ALLOC section on a new page.  Put every SEC_ALLOC
917         section on an appropriate boundary within the page.
918         (ecoff_compute_reloc_file_positions): Check return value of
919         ecoff_compute_section_file_positions.
920         (_bfd_ecoff_set_section_contents): Likewise.
921         (_bfd_ecoff_write_object_contents): Check for various Alpha
922         section types when incrementing text_size and data_size.  Call
923         adjust_headers backend function if it exists.
924         * coff-alpha.c (alpha_adjust_headers): New static function.
925         (alpha_ecoff_backend_data): Initialize adjust_headers field.
926         * coff-mips.c (mips_ecoff_backend_data): Likewise.
927
928         * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
929
930 Wed Oct  4 18:15:02 1995  Jeff Law  ([email protected])
931
932         * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
933         of ALTERNATE_AIX_CORE_FORMAT.
934         * configure.in (aix4): No longer need CORE_FLAGS.
935         * configure: Updated.
936
937 Wed Oct  4 15:36:36 1995  Ken Raeburn  <[email protected]>
938
939         NS32k changes from Ian Dall:
940         * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
941         macros.
942         (aout_link_input_section_std, aout_link_input_section_ext,
943         aout_link_reloc_link_order): Call them instead of _bfd_*
944         versions.
945         * aout-target.h (MY_exec_header_not_counted): New macro, defaults
946         to zero.
947         (backend_data): Use it instead of hardcoded zero.
948
949         * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
950         (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
951
952         * ns32knetbsd.c: Include bfd.h.
953         (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
954         (MY_bfd_reloc_type_lookup): Declare function too.
955         * pc532-mach.c (set_sizes): Don't declare.
956         (MY_text_includes_header, MY_exec_header_not_counted): Define.
957         (backend_data, MY_backend_data): Don't define.
958
959         * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
960         ns32k-*-lites* like ns32k-*-netbsd*.
961
962         * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
963         compile on lites.
964
965 Wed Oct  4 14:15:52 1995  Ian Lance Taylor  <[email protected]>
966
967         * coffcode.h (coff_write_object_contents): Restore setting
968         f_timdat to 0, deleted on August 22.
969
970 Tue Oct  3 16:28:32 1995  steve chamberlain  <[email protected]>
971
972         * coffcode.h (coff_bfd_copy_private_symbol_data,
973         coff_bfd_copy_private_section_data,
974         coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
975         * peicode.h (coff_bfd_copy_private_bfd_data): New
976         (pe_bfd_copy_private_bfd_data): New.
977         (coff_swap_scnhdr_in): Swap bss size into the right place.
978         (pe_print_private_bfd_data): Add some newlines.
979
980 Tue Oct  3 11:53:04 1995  Jeff Law  ([email protected])
981
982         * som.c (setup_sections): Don't die if a space has no subspaces.
983
984 Mon Oct  2 14:08:55 1995  Ian Lance Taylor  <[email protected]>
985
986         * elflink.h (elf_link_add_object_symbols): Don't let a weak
987         dynamic symbol override a common symbol.  Don't change the size or
988         type if they have been set and the new symbol is not a definition.
989         Warn if the size or type changes.
990
991 Sun Oct  1 01:34:41 1995  Jeff Law  ([email protected])
992
993         * som.c (som_begin_writing): Don't write the symbol table or
994         symbol  strings.
995         (som_finish_writing): Write them here.  Place them after the
996         subspace data, but before the relocs.
997
998 Fri Sep 29 11:01:55 1995  Ian Lance Taylor  <[email protected]>
999
1000         * sunos.c (sunos_add_one_symbol): Just pass false, not
1001         info->shared_library, to sunos_create_dynamic_sections.
1002         (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
1003         section.
1004         (sunos_check_dynamic_reloc): Remove .text section assertion.
1005
1006 Thu Sep 28 18:48:47 1995  Stan Shebs  <[email protected]>
1007
1008         * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
1009         * configure, configure.in: Add pmac_xcoff_vec case.
1010         * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
1011         * coff-pmac.c: New file, PowerMac XCOFF support.
1012         * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
1013         * targets.c (pmac_xcoff_vec): Declare.
1014
1015         * mpw-config.in: Various changes to be compatible with the
1016         autoconf-based configury.
1017         * mpw-make.sed: New file, sed commands to translate Unix
1018         makefile into MPW syntax.
1019         * mpw-make.in: Remove.
1020         * hosts/mpw.h: Remove.
1021         * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
1022         true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
1023
1024 Thu Sep 28 17:06:23 1995  steve chamberlain  <[email protected]>
1025
1026         * binary.c (binary_get_symtab): Return an empty string on error.
1027         * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
1028
1029 Thu Sep 28 15:30:44 1995  Kim Knuttila  <krk@nellie>
1030
1031         * coff-ppc.c: Reformatted according to gnu conventions
1032                       Removed irrelevant "if 0" code
1033
1034 Thu Sep 28 11:19:53 1995  Ian Lance Taylor  <[email protected]>
1035
1036         * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
1037         symbols rather than as indirect symbols.
1038         (MY(slurp_symbol_table)): Don't do anything special about
1039         secondary symbols.
1040
1041         * coffcode.h (coff_new_section_hook): Make sure that the alignment
1042         of .ctors and .dtors sections is no larger than 2.
1043
1044         * sunos.c (sunos_add_one_symbol): Don't change
1045         bfd_link_hash_common to bfd_link_hash_new, since it may be on the
1046         undef list.
1047         (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
1048         dynamic symbols when creating a shared library.
1049         (sunos_scan_ext_relocs): Handle relocs correctly when creating a
1050         shared library.
1051         (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
1052         written even if it is not defined in a regular object.
1053         (sunos_write_dynamic_symbol): Use plt_offset for the address of
1054         the jump table reloc.  Add an assertion.  Use RELOC_JMP_SLOT
1055         rather than the constant 22.
1056         (sunos_check_dynamic_reloc): Handle creating a shared library.
1057         (sunos_finish_dynamic_link): Set the first entry in the GOT to
1058         zero when creating a shared library.
1059         * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
1060         write it out at the start of the symbol table.
1061
1062         * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
1063
1064 Thu Sep 28 00:58:05 1995  Doug Evans  <[email protected]>
1065
1066         * config.bfd: Add arm-*-coff.
1067         * configure.in, configure: Add armcoff_{little,big}_vec.
1068         * targets.c (armcoff_{little,big}_vec): Declare.
1069         (bfd_target_vector): Add armcoff_{little,big}_vec.
1070         * coff-arm.c (armcoff_{little,big}_vec): Always define.
1071
1072 Wed Sep 27 10:37:14 1995  Ian Lance Taylor  <[email protected]>
1073
1074         * targets.c (bfd_find_target): Remove debugging code.
1075
1076 Wed Sep 27 07:23:39 1995  Kim Knuttila  <krk@nellie>
1077
1078         * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE 
1079         support on powerpc.
1080         * Makefile.in: added *-ppc files
1081         * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
1082         allow pe based .o's to be shared with other tools on ppc/NT
1083         * config.bfd: added powerpc[le]-[pe|winnt] config support
1084         * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec 
1085         * peicode.h: Added more section flags for PE on ppc
1086                      Added coff_swap_filehdr_out to allow peicode.h to be
1087                      used for non-image PE files on ppc.
1088                      Check for image, or not, before copying pe_opthdr
1089         * targets.c: Added new bfd's
1090         * targets.c: Removed two inactive bfds that shouldn't have made it this
1091                      far.
1092
1093 Tue Sep 26 14:06:41 1995  Michael Meissner  <[email protected]>
1094
1095         * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
1096         explicit values to initialize all relocs.  Change all users.
1097         (ppc_elf_brtaken_inner): New function to handle branch predicition
1098         relocs.
1099         (ppc_elf_brtaken_reloc): Ditto.
1100         (ppc_elf_howto_raw): Use new functions.  Make sure all unsupported
1101         relocs use ppc_elf_unsupported_reloc.
1102         (ppc_elf_merge_private_bfd_data): Keep track of whether an error
1103         needs to be reported.
1104         (ppc_elf_relocate_section): Support branch prediction relocs.
1105
1106 Tue Sep 26 12:48:05 1995  Ian Lance Taylor  <[email protected]>
1107
1108         * bfd.c (bfd_assert): Remove \n from string passed to
1109         _bfd_error_handler.
1110
1111         * coff-i386.c: (TWO_DATA_SECS): Don't define.
1112         * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
1113         (bfd_coff_make_section_hook): Don't define.
1114         (coff_make_section_hook): Remove.
1115         (sec_to_styp_flags): Remove TWO_DATA_SECS case.
1116         (styp_to_sec_flags): Likewise.
1117         (coff_write_object_contents): Likewise.
1118         (bfd_coff_std_swap_table): Don't initialize make_section_hook
1119         field.
1120         * libcoff.h: Rebuild.
1121         * coffgen.c (make_a_section_from_file): Just call
1122         bfd_make_section_anyway, not bfd_make_section or
1123         bfd_coff_make_section_hook.
1124         * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
1125         * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
1126         * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
1127         make_section_hook field.
1128         * coff-mips.c (mips_ecoff_backend_data): Likewise.
1129
1130         * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
1131         pointers into value field for warning and indirect symbols; just
1132         leave the value field alone.
1133         * linker.c (generic_link_add_symbol_list): Use next symbol for
1134         warning and indirect symbols, rather than looking in symbol value.
1135         * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
1136         parameter.  Change all callers.  Remove support for indirect
1137         symbols; it didn't work anyhow.
1138         (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
1139         * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
1140         * bfd-in2.h: Rebuild.
1141
1142 Mon Sep 25 16:04:09 1995  Michael Meissner  <[email protected]>
1143
1144         * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
1145         go back to telling the tools this reloc operates on 32 bits.
1146
1147 Mon Sep 25 11:48:02 1995  Ian Lance Taylor  <[email protected]>
1148
1149         * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
1150         rather than a direct fprintf.
1151         * archive.c (_bfd_write_archive_contents): Likewise.
1152         * coffcode.h (coff_slurp_symbol_table): Likewise.
1153         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
1154         (ppc_elf_unsupported_reloc): Likewise.
1155         (ppc_elf_relocate_section): Likewise.
1156         * i386linux.c (linux_tally_symbols): Likewise.
1157         (linux_finish_dynamic_link): Likewise.
1158         * osf-core.c (osf_core_core_file_p): Likewise.
1159         * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
1160         * som.c (som_sizeof_headers): Likewise.
1161         * srec.c (srec_bad_byte): Likewise.
1162         * bfd.c (bfd_assert): Likewise.  Also change file to be const.
1163         * libbfd-in.h (bfd_assert): Declare first parameter const.
1164         * libbfd.h: Rebuild.
1165         * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
1166         bfd_reloc_overflow is enough.
1167         * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
1168         * coff-h8500.c (rtype2howto): Likewise.
1169         * coff-z8k.c (rtype2howto): Likewise.
1170         * coffcode.h (dummy_reloc16_extra_cases): Likewise.
1171         * elf.c (_bfd_elf_get_lineno): Likewise.
1172         (_bfd_elf_no_info_to_howto): Likewise.
1173         (_bfd_elf_no_info_to_howto_rel): Likewise.
1174         * hp300hpux.c (convert_sym_type): Likewise.
1175         (MY(swap_std_reloc_in)): Likewise.
1176         * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
1177
1178         * libaout.h (struct aoutdata): Add line_buf field.
1179         * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
1180         and filename_buffer.  Instead, use a malloc buffer stored in the
1181         new line_buf field.  Remove length restrictions.
1182
1183         * coffgen.c (string_size): Remove static variable.
1184         (debug_string_size, debug_string_section): Likewise.
1185         (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
1186         and debug_string_size_p parameters.  Use them instead of the
1187         global variables.  Change all callers.
1188         (coff_write_symbol): Likewise.
1189         (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
1190         (coff_write_symbols): Add local variables to replace removed
1191         global variables.
1192
1193         * libcoff-in.h (struct coff_section_tdata): Add offset, i,
1194         function, and line_base fields.
1195         * libcoff.h: Rebuild.
1196         * coffgen.c (coff_find_nearest_line): Use section tdata to cache
1197         information, rather than using static variables.
1198
1199         * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
1200         file.  From Peter DeWolf <[email protected]>.
1201
1202         * init.c (initialized): Remove static variable.
1203         (bfd_init): Don't bother setting initialized.
1204         (bfd_check_init): Remove.
1205         * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
1206         * libbfd.h: Rebuild.
1207
1208 Sat Sep 23 01:22:23 1995  Peter Schauer  ([email protected])
1209
1210         * rs6000-core.c (rs6000coff_core_p):  Don't check the core file
1211         size for full core dumps. Copy core file header to private data.
1212         (rs6000coff_core_file_failing_command,
1213         rs6000coff_core_file_failing_signal):  New functions to extract
1214         the file name and terminating signal from the core file.
1215         * coff-rs6000.c:  Use them.
1216
1217 Fri Sep 22 17:44:47 1995  Ian Lance Taylor  <[email protected]>
1218
1219         Change arch info to be const, initialized at compile time.
1220         * archures.c: Reindent many functions.  Change CONST to const.
1221         (bfd_arch_info_type): Make arch_name const.  Remove disassemble;
1222         nothing set it anyhow.  Make next const.
1223         (bfd_arch_info_list): Remove.
1224         (bfd_archures_list): Rename from archures_init_table.  Change from
1225         a table of function pointers to a table of bfd_arch_info_type
1226         structure addresses.
1227         (bfd_scan_arch): Rewrite accordingly.  Return a const pointer.
1228         (bfd_lookup_arch): Likewise.
1229         (bfd_set_arch_info): Rewrite accordingly.  Change argument to be a
1230         const pointer.
1231         (bfd_default_arch_struct): Make const.
1232         (bfd_arch_init, bfd_arch_linkin): Remove.
1233         (bfd_get_arch_info): Return a const pointer.
1234         * init.c (bfd_init): Don't call bfd_arch_init.
1235         * bfd.c (struct _bfd): Make arch_info const.
1236         * bfd-in2.h: Rebuild.
1237         * libbfd.h: Rebuild.
1238         * configure.in: Put & before everything in $selarchs.
1239         * configure: Rebuild.
1240         * cpu-*.c: Change bfd_*_arch from a function which calls
1241         bfd_arch_linkin to a const structure.
1242         * ieee.c (ieee_object_p): Make arch const.
1243
1244 Fri Sep 22 16:23:18 1995  Michael Meissner  <[email protected]>
1245
1246         * reloc.c (bfd_reloc_code_type): Add relocations to support all of
1247         PowerPC V.4.
1248         * bfd-in2.h: Regenerate.
1249         * libbfd.h: Regenerate.
1250
1251         * elf32-ppc.c (reloc_type): Update names to match current draft.
1252         (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
1253         relative.  Update names to current V.4 draft.
1254         (ppc_elf_reloc_type_lookup): Add support for more relocations.
1255         (ppc_elf_relocate_section): Rename relocations to match draft.
1256
1257 Thu Sep 21 21:53:18 1995  Michael Meissner  <[email protected]>
1258
1259         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
1260         compiled with -mrelocatable-lib to be linked with either normal
1261         modules or -mrelocatable modules.
1262
1263 Wed Sep 20 12:03:26 1995  Ian Lance Taylor  <[email protected]>
1264
1265         * coffcode.h (coff_write_object_contents): Clear the vstamp field
1266         in the a.out header.
1267
1268         * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
1269         a reloc against a local symbol, even if it's not a section.
1270
1271 Tue Sep 19 17:02:26 1995  Ian Lance Taylor  <[email protected]>
1272
1273         * targets.c (bfd_target): Remove unused align_power_min field.
1274         * bfd-in2.h: Rebuild.
1275         * All backends: Remove initialization of align_power_min.
1276
1277 Tue Sep 19 14:02:21 1995  steve chamberlain  <[email protected]>
1278
1279         * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
1280
1281 Mon Sep 18 14:35:01 1995  Arne H. Juul  <[email protected]>
1282
1283         * config.bfd (mips-dec-netbsd*): New target.
1284         * configure.host (mips-dec-netbsd*): New host.
1285         * configure.in (mips-dec-netbsd*): New native.
1286         * configure: Rebuild.
1287
1288 Fri Sep 15 10:24:36 1995  Ian Lance Taylor  <[email protected]>
1289
1290         Make the COFF backend linker merge common types:
1291         * cofflink.c (struct coff_debug_merge_element): Define.
1292         (struct coff_debug_merge_type): Define.
1293         (struct coff_debug_merge_hash_entry): Define.
1294         (struct coff_debug_merge_hash_table): Define.
1295         (coff_debug_merge_hash_table_init): Define.
1296         (coff_debug_merge_hash_table_free): Define.
1297         (coff_debug_merge_hash_lookup): Define.
1298         (struct coff_final_link_info): Add debug_merge field.
1299         (coff_debug_merge_hash_newfunc): New static function.
1300         (_bfd_coff_final_link): Allocate and free debug_merge table.
1301         (coff_link_input_bfd): Merge identical enum, struct and union
1302         types.
1303
1304 Thu Sep 14 14:53:58 1995  Ian Lance Taylor  <[email protected]>
1305
1306         Convert i960 COFF to use COFF backend linker.
1307         * coff-i960.c (coff_i960_relocate): Use a coff_section_data
1308         structure to store the symbol being used.
1309         (coff_i960_start_final_link): New static function.
1310         (coff_i960_relocate_section): New static function.
1311         (coff_i960_adjust_symndx): New static function.
1312         (coff_start_final_link): Define.
1313         (coff_relocate_section): Define.
1314         (coff_adjust_symndx): Define.
1315         * coffcode.h (bfd_coff_backend_data): Add new callback function
1316         _bfd_coff_start_final_link.
1317         (bfd_coff_start_final_link): Define.
1318         (coff_start_final_link): Define if not defined.
1319         (bfd_coff_std_swap_table): Add coff_start_final_link.
1320         * cofflink.c (_bfd_coff_internal_syment_name): Make globally
1321         visible.
1322         (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
1323         function callback is not NULL.
1324         * libcoff-in.h (struct coff_section_tdata): Add tdata field.
1325         (_bfd_coff_internal_syment_name): Declare.
1326         * libcoff.h: Rebuild.
1327         * configure.in (icoff_big_vec): Add cofflink.o.
1328         (icoff_little_vec): Likewise.
1329         * configure: Rebuild.
1330
1331 Wed Sep 13 17:38:23 1995  Fred Fish  <[email protected]>
1332
1333         * Makefile.in (clean-info): Remove extraneous tab from line
1334         following action.
1335
1336 Wed Sep 13 13:27:53 1995  Ian Lance Taylor  <[email protected]>
1337
1338         * cofflink.c (coff_link_input_bfd): Fail if a section with no
1339         contents has relocs.
1340
1341 Thu Sep 12 12:45:34 1995  steve chamberlain  <[email protected]>
1342
1343         * coffcode.h (coff_compute_section_file_positions): Keep the
1344         raw size safe. 
1345         (coff_write_object_contents): Remember if it's a relocatable
1346         file.
1347         * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
1348         * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
1349         if relocatable file. Swap out saved raw size.
1350
1351 Tue Sep 12 12:14:33 1995  Ian Lance Taylor  <[email protected]>
1352
1353         * Makefile.in (do_maintainer_clean): Rename from do_realclean.
1354         (maintainer-clean): Rename from realclean, passing
1355         maintainer-clean down to subdirectories, but leave realclean as a
1356         synonym.
1357
1358         * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
1359         warning callback.
1360
1361         * dep-in.sed: Remove config.h from generated dependencies.
1362
1363         * sunos.c (sunos_slurp_dynamic_symtab): New static function,
1364         broken out of sunos_canonicalize_dynamic_symtab.
1365         (sunos_canonicalize_dynamic_symtab): Call new function
1366         sunos_slurp_dynamic_symtab.
1367         (sunos_add_dynamic_symbols): Add three new parameters.  Return the
1368         dynamic symbol table to the caller.
1369         * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
1370         callback to override the symbols being read.
1371         * libaout.h (struct aout_backend_data): Add three new parameters
1372         to add_dynamic_symbols callback.
1373
1374         Extensive minor changes to avoid various gcc warnings.  Also:
1375         * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
1376         * archures.c (bfd_arch_info_type): Change mach field from long to
1377         unsigned long.
1378         (bfd_lookup_arch): Change machine parameter from long to unsigned
1379         long.
1380
1381 Mon Sep 11 10:55:47 1995  Ian Lance Taylor  <[email protected]>
1382
1383         * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
1384         a symbol with a non-zero plt_offset.
1385
1386 Fri Sep  8 11:47:24 1995  Ian Lance Taylor  <[email protected]>
1387
1388         * elfcode.h (align_file_position): Remove; not used.
1389
1390         * configure.in: Only check for <sys/procfs.h> on a native system,
1391         and make sure it defines prstatus_t.
1392         * configure: Rebuild.
1393
1394 Thu Sep  7 12:48:01 1995  Ian Lance Taylor  <[email protected]>
1395
1396         * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
1397
1398         * config.in: Rename from config.h.in.
1399         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
1400         Check for config.h:config.in when creating stamp-h.
1401         * configure: Rebuild.
1402         * Makefile.in (stamp-h): Depend upon config.in rather than
1403         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
1404         calling config.status.
1405
1406         * Makefile.in (do_distclean): Remove config.h and stamp-h.
1407         (Makefile): Just rebuild Makefile.
1408         (config.h, stamp-h): New targets.
1409         * configure.in: Create stamp-h when rebuilding config.h.
1410         * configure: Rebuild.
1411
1412 Wed Sep  6 15:00:33 1995  Ian Lance Taylor  <[email protected]>
1413
1414         * configure.in: Call AC_CONFIG_HEADER.  Substitute
1415         HOST_64BIT_LONG.  Check that various header files exist.  Check
1416         that fcntl exists.  Call BFD_BINARY_FOPEN.  Check whether malloc
1417         and/or free need to be declared.  Don't make a link to sysdep.h.
1418         Define TRAD_HEADER for various hosts.
1419         * configure: Rebuild.
1420         * configure.host: Don't set my_host.  Add definitions taken from
1421         host header files for various entries.  Remove entries which now
1422         do nothing.
1423         * acconfig.h: New file.
1424         * config.h.in: New file, built by autoheader.
1425         * sysdep.h: New file.
1426         * Makefile.in (do_distclean): Don't remove sysdep.h.
1427         (RECONFIG): Remove.
1428         (LOCAL_H_DEPS): New variable.
1429         ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
1430         $(RECONFIG).
1431         ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
1432         ($(OPTIONAL_BACKENDS)): Likewise.
1433         (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
1434         looking through sysdep.h.
1435         * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
1436         (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
1437         (fprintf_vma, sprintf_vma): Likewise.
1438         (int64_type, uint64_type): Don't define.
1439         * bfd-in2.h: Rebuild.
1440         * archures.c, bfd.c, srec.c: Include <ctype.h>.
1441         * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
1442         * lynx-core.c: Include stuff from old hosts/lynx.h.
1443         * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
1444         rather than NO_FCNTL.
1445         * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
1446         rather than NATIVE_HPPAHPUX_COMPILER.
1447         * trad-core.c: Don't include <errno.h>.  Include TRAD_HEADER if it
1448         is defined.
1449         * hosts/*.h: Remove all header files which merely include,
1450         declare, and define things.  Leave header files which define
1451         information needed by trad-core.c.
1452
1453         * aclocal.m4 (BFD_BINARY_FOPEN): Define.
1454         (BFD_CC_FOR_BUILD): Define.
1455         * configure.in: Use BFD_CC_FOR_BUILD.
1456         * configure: Rebuild.
1457
1458 Tue Sep  5 19:35:28 1995  Ian Lance Taylor  <[email protected]>
1459
1460         * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
1461         * configure: Rebuild.
1462
1463         * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
1464         a global symbol.
1465
1466 Tue Sep  5 12:48:26 1995  Jason Molenda   ([email protected])
1467
1468         * config.bfd: i386pe_ve -> i386pe_vec.
1469
1470 Mon Sep  4 14:02:43 1995  Ian Lance Taylor  <[email protected]>
1471
1472         * configure.host: Incorporate host Makefile fragments by setting
1473         shell variables.
1474         * configure.in: Call AC_PROG_CC.  Substitute CFLAGS, HDEFINES and
1475         AR.  Call AC_PROG_INSTALL.  Substitute CC_FOR_BUILD, choosing a
1476         value based on whether the code is being compiled by a cross
1477         compiler.  Don't substitute host_makefile_frag or frags.
1478         * aclocal.m4: New file to define local AC_PROG_CC.
1479         * configure: Rebuild.
1480         * Makefile.in (INSTALL): Set to @INSTALL@.
1481         (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
1482         (INSTALL_DATA): Set to @INSTALL_DATA@.
1483         (AR): Set to @AR@.
1484         (CC): Define as @CC@.
1485         (CFLAGS): Set to @CFLAGS@.
1486         (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
1487         (@host_makefile_frag@): Remove.
1488         (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@.  Move $(CFLAGS)
1489         after other options.
1490         (config.status): Remove dependency upon @frags@.
1491         * config/*.mh, config/README: Remove.
1492
1493         * config.bfd: Rewrite to incorporate the contents of the Makefile
1494         fragments by setting shell variables, rather than merely returning
1495         the name of a Makefile fragment.
1496         * configure.in: Use shell variables set by config.bfd rather than
1497         looking at the target Makefile fragment files.  Don't substitute
1498         target_makefile_frag.  Do substitute TDEFINES.
1499         * configure: Rebuild.
1500         * Makefile.in (@target_makefile_frag@): Remove.
1501         (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
1502         * config/*.mt: Remove.
1503
1504 Mon Sep  4 03:13:28 1995  Ken Raeburn  <[email protected]>
1505
1506         * configure.in: Put changequote lines around "i[345]86" patterns
1507         section of core file support.
1508
1509 Sun Sep  3 11:31:58 1995  Jeff Law  ([email protected])
1510
1511         * som.c (som_bfd_print_private_bfd_data): Define to use the
1512         generic version.
1513
1514 Fri Sep  1 17:08:40 1995  steve chamberlain  <[email protected]>
1515
1516         * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
1517         entry, text_start and data_start.
1518
1519 Fri Sep  1 18:06:28 1995  Ian Lance Taylor  <[email protected]>
1520
1521         * Makefile.in (OFILES): Remove $(TDEPFILES).
1522         * config/apollo.mt (TDEPFILES): Remove.
1523         * config/README: Update.
1524
1525         * configure.in: For a native configuration, set COREFILE and
1526         COREFLAG based on the canonical host name.
1527         * configure: Rebuild.
1528         * Makefile.in: Rebuild dependencies.
1529         (ALL_CFLAGS): Add @COREFLAG@.
1530         (OFILES): Replace $(HDEPFILES) with @COREFILE@.
1531         * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
1532         support routines.  Check LYNX_CORE rather than HOST_LYNX.
1533         * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
1534         * i386lynx.c: Likewise.
1535         * m68klynx.c: Likewise.
1536         * sparclynx.c: Likewise.
1537         * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
1538         * *-core.c: Comment changes.
1539         * config/decstation.mh (HDEPFILES): Remove.
1540         (HDEFINES): Remove -DTRAD_CORE.
1541         * config/irix3.mh (RANLIB): Remove.
1542         * config/irix4.mh (HDEPFILES, RANLIB): Remove.
1543         (HDEFINES): Remove -DIRIX_CORE.
1544         * config/riscos.mh (RANLIB, HDEPFILES): Remove.
1545         (HDEFINES): Remove -DTRAD_CORE.
1546         * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
1547         * config/ultra3.mh (RANLIB): Remove.
1548         * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
1549         * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
1550         * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
1551         * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
1552         * config/hppahpux.mh, config/hppaosf.mh: Remove.
1553         * config/i386aix.mh, config/i386bsd.mh: Remove.
1554         * config/i386linux.mh, config/i386mach3.mh: Remove.
1555         * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
1556         * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
1557         * config/mipsmach3.mh, config/news-mips.mh: Remove.
1558         * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
1559         * config/rs600.mh, config/rs6000lynx.mh: Remove.
1560         * config/solaris2.mh, config/stratus.mh: Remove.
1561         * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
1562         * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
1563
1564 Fri Sep  1 15:18:50 1995  Kazumoto Kojima  <[email protected]>
1565
1566         * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
1567         DT_FINI entry if the appropriate symbol is not in the hash table.
1568
1569         * libelf.h (struct elf_backend_data): Add create_program_headers
1570         and want_hdr_in_seg fields.
1571         * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
1572         defined.
1573         (elf_backend_create_program_headers): Likewise.
1574         (elfNN_bed): Initialize create_program_headers and
1575         want_hdr_in_seg.
1576         * elf.c (get_program_header_size): Call create_program_headers
1577         backend routine.
1578         (map_program_segments): Check want_hdr_in_seg backend field.  Call
1579         create_program_headers backend routine.
1580
1581         * elf.c (assign_file_positions_except_relocs): Align non allocated
1582         sections when creating an executable.
1583
1584         * elfcode.h (elf_swap_phdr_in): Make non static.
1585         (elf_swap_phdr_out): Make non static.
1586         * libelf.h (bfd_elf32_swap_phdr_in): Declare.
1587         (bfd_elf32_swap_phdr_out): Declare.
1588         (bfd_elf64_swap_phdr_in): Declare.
1589         (bfd_elf64_swap_phdr_out): Declare.
1590
1591         * ecofflink.c (ecoff_collect_shuffle): New static function.
1592         (_bfd_ecoff_get_accumulated_pdr): New function.
1593         (_bfd_ecoff_get_accumulated_sym): New function.
1594         (_bfd_ecoff_get_accumulated_ss): New function.
1595         * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
1596         (_bfd_ecoff_get_accumulated_sym): Declare.
1597         (_bfd_ecoff_get_accumulated_ss): Declare.
1598         * libbfd.h: Rebuild.
1599
1600 Fri Sep  1 13:20:25 1995  Ian Lance Taylor  <[email protected]>
1601
1602         * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
1603
1604         * elflink.h (elf_link_add_object_symbols): Handle indirect and
1605         warning symbols.  If any section is named .gnu.warning.XXX, treat
1606         the contents as a warning to be issued if the symbol XXX is
1607         referenced.
1608         (elf_link_output_extsym): For an indirect or warning symbol, just
1609         output the symbol it points to.
1610
1611         * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
1612         if bfd_hash_allocate fails, since it will already be set.
1613         (generic_link_hash_newfunc): Likewise.
1614         (archive_hash_newfunc): Likewise.
1615         (hash_entry_bfd): New static function.
1616         (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
1617         callback.  Allocate a new warning using the hash table newfunc.
1618         Use bfd_hash_replace to update the entry in the hash table, rather
1619         than assuming we can copy the fields with structure assignment.
1620
1621         * hash.c (bfd_hash_replace): New function.
1622         * bfd-in.h (bfd_hash_replace): Declare.
1623         * bfd-in2.h: Rebuild.
1624
1625 Fri Sep  1 08:12:50 1995  James G. Smith  <[email protected]>
1626
1627         * config.bfd: Add mips*vr4300-*-elf* target.
1628         * config/mipsbvr4300.mt: Added.
1629
1630 See file ChangeLog.2
1631
1632 \f
1633 Local Variables:
1634 mode: indented-text
1635 left-margin: 8
1636 fill-column: 74
1637 version-control: never
1638 End:
This page took 0.125978 seconds and 4 git commands to generate.