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