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