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