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