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