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