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