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