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