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