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