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