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