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