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