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