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