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