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