1 Tue Jul 12 11:41:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3 * libelf.h (bfd_elf32_swap_symbol_in): Declare.
4 (bfd_elf32_swap_symbol_out): Declare.
5 (bfd_elf64_swap_symbol_in, bfd_elf64_swap_symbol_out): Declare.
6 * elf32-hppa.c (elf32_hppa_args_hash_table_init): Correct cast.
8 * aout-encap.c (ARCH): Don't define. Obsolete.
9 * aout0.c, aoutx.h, gen-aout.c, hp300bsd.c, hp300hpux.c: Likewise.
10 * i386aout.c, i386bsd.c, i386dynix.c, i386linux.c: Likewise.
11 * i386lynx.c, m68klynx.c, mipsbsd.c, netbsd386.c: Likewise.
12 * newsos3.c, sparclynx.c, sunos.c: Likewise.
14 Mon Jul 11 20:08:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16 * section.c (STD_SECTION): Make the sixth argument boolean, not
17 the seventh. From gary@tuva.pacsemi.oz.au (gary kopff).
19 Sun Jul 10 09:12:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
21 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE
22 in order not to collide with LynxOS's definition of FREE in
23 /usr/include/sys/proc.h
25 Thu Jul 7 14:18:06 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
27 * reloc.c (bfd_perform_relocation): Don't clobber the relocation
28 value for coff-Intel-little or coff-Intel-big. Hack upon hack.
30 Thu Jul 7 10:10:34 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32 * aoutx.h (howto_table_std): Add entry for GOT relocations
33 which are present in sun3 shared libraries, to avoid assertions
34 when reading the dynamic relocations.
36 Thu Jul 7 10:19:20 1994 Jeff Law (law@snake.cs.utah.edu)
38 * som.h (R_HPPA_COMPLEX): Fix dumb typo.
40 Wed Jul 6 19:21:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
42 * hosts/sysv4.h (qsort, strtol): Don't declare.
44 * elfcode.h (elf_link_output_sym): Don't call output_symbol_hook
47 * elf32-mips.c (mips_elf_final_write_processing): Add ignored info
48 argument to correspond to recent libelf.h change.
50 Wed Jul 6 00:48:57 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
52 * coff-alpha.c (alpha_ecoff_mkobject_hook): New hook to
53 additionally copy object type information from the alpha file
54 header to the BFD flags.
55 (alpha_ecoff_backend_data): Use it.
56 (ecoffalpha_little_vec): Add DYNAMIC to object_flags.
57 * aout64.c: Fix typo in conditional QMAGIC definition.
59 Wed Jul 6 00:13:17 1994 Jeff Law (law@snake.cs.utah.edu)
61 * hppabsd-core.c (hppabsd_core_core_file_p): Sanity check the
62 value of clicksz to help weed out non HPPA BSD core files.
64 Tue Jul 5 13:26:02 1994 Stan Shebs (shebs@andros.cygnus.com)
67 * config.bfd (m88*-*-mach3*, mips*-dec-mach3*, mips*-*-mach3*):
69 * configure.host (i[34]86-*-mach3*, ns32k-*-mach3*): Recognize
70 "mach3" instead of "mach".
71 (m88*-*-mach3*, mips*-dec-mach3*, mips*-*-mach3*): New hosts.
72 * targets.c (m88kmach3_vec): New target vector.
73 (bfd_target_vector): Add i386mach3_vec and m88kmach3_vec, but
75 * aoutx.h (some_aout_object_p) [MACH]: Recognize executables by
76 checking for execute permission, instead of looking at entry
78 * i386mach3.c: Update, define MACH, N_TXTOFF, N_TXTADDR,
79 N_SHARED_LIB, don't include aout/*.h files, etc.
80 * m88kmach3.c: New file, m88k Mach 3 target.
81 * config/m88k-mach3.mt, config/mips-mach3.mt: New files, target
83 * config/i386mach3.mh, config/m88kmach3.mh, config/mipsmach3.mh:
84 New files, host makefile fragments.
85 * hosts/m88kmach3.h, hosts/mipsmach3.h: New files, host definitions.
87 Tue Jul 5 13:56:52 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
89 * elfcode.h (swap_out_syms): Get alignment of common symbol from
90 st_value field of saved ELF symbol information, if there is any.
92 Mon Jul 4 19:13:32 1994 Jeff Law (law@snake.cs.utah.edu)
94 * som.h (R_HPPA_COMPLEX): Define.
95 * elf32-hppa.h (R_HPPA_COMPLEX): Define.
96 (elf32_hppa_reloc_type): Delete R_PARISC_STUB_CALL_17.
98 Fri Jul 1 12:07:41 1994 Jeff Law (law@snake.cs.utah.edu)
100 * Support code for enabling the new style linker for PA ELF.
101 * elfcode.h (swap_symbol_in, swap_symbol_out): Externalize.
102 (elf_compute_section_file_positions): Pass link_info to
103 the begin_write_processing hook.
104 (bfd_elf_write_object_contents): Pass NULL for new link_info
105 argument to final_write_processing hook.
106 (elf_link_output_sym): Accept new "input_section" argument for
107 the symbols's input section. All callers changed. Call the
108 link_output_symbol_hook if it's defined.
109 (elf_bfd_final_link): Call the final_write_processing hook if
111 * libelf.h (elf_backend_link_output_symbol_hook): Declare.
112 (elf_backend_begin_write_processing): Add new "info" argument.
113 (elf_backend_final_write_processing): Likewise.
114 * elf32-target.h (elf_backend_link_output_symbol_hook): Provide
115 a default definition.
116 (elf32_bed): Add elf_backend_link_output_symbol_hook.
117 * elf64-target.h: Likewise.
119 * Major rework of the PA ELF code. Uses the new style BFD
120 linker, major cleanups.
121 * hppa_stubs.h: Rewrite from scratch. Much smaller and simpler.
122 * elf32-hppa.h: Delete all symbol extension related code.
123 (hppa_look_for_stubs_in_section): Delete decl.
124 (elf32_hppa_size_stubs, elf32_hppa_build_stubs): New decls.
125 * elf32-hppa.c: Symbol extension stuff moved form elf32-hppa.h
126 into elf32-hppa.c. Do not include aout64.h.
127 (typdef hppa_stub_type): Delete.
128 (elf32_hppa_stub_name_list_struct): Delete.
129 (elf32_hppa_stub_description_struct): Delete.
130 (arg_reloc_type): Use simpler enumerations. All references changed.
131 (arg_location, arg_reloc_relocation): Likewise.
132 (elf32_hppa_symextn_map_struct): Delete.
133 (get_symbol_value): Delete.
134 (elf32_hppa_get_sym_extn): Delete.
135 (find_stubs, new_stubs, type_of_mismatch): Delete.
136 (find_stub_by_name, add_stub_by_name): Delete.
137 (hppa_elf_stub_finish, hppa_elf_stub_reloc): Delete.
138 (hppa_elf_arg_reloc_needed): Renamed. Simplify.
139 (hppa_elf_build_linker_stub, hppa_elf_create_stub_sec): Delete.
140 (hppa_elf_long_branch_needed_p): Delete.
141 (hppa_look_for_stubs_in_section): Delete.
142 (hppa_elf_get_section_contents): Delete.
143 (elf32_hppa_backend_symbol_processing): Delete.
144 (elf32_hppa_backend_section_processing): Delete.
145 (elf32_hppa_backend_section_from_shdr): Delete.
146 (elf32_hppa_backend_fake_sections): Delete.
147 (elf32_hppa_backend_section_from_bfd_section): Delete.
148 (NEW_INSTRUCTION): Delete.
149 (CURRENT_STUB_OFFSET): Delete.
150 (elf32_hppa_relocate_section): New function.
151 (elf32_hppa_bfd_final_link_relocate): New function.
152 (elf32_hppa_size_symext): New function.
153 (elf32_hppa_link_output_symbol_hook): New function.
154 (elf32_hppa_read_symext_info): New function.
155 (elf32_hppa_add_symbol_hook): New function.
156 (elf32_hppa_name_of_stub): New function.
157 (elf32_hppa_size_of_stub): New function.
158 (elf32_hppa_build_one_sub): New function.
159 (elf32_hppa_build_stubs): New function.
160 (elf32_hppa_size_stubs): New function.
161 (linker, stub and argument hash tables): Add appropriate
162 structures, definitions and functions to implement all three
164 (hppa_elf_relocate_insn): Don't need argument location information
166 (add_entry_to_symext_chain): Accept a symbol's argument location
167 information rather than the symbol itself. All callers changed.
168 (hppa_elf_gen_reloc_type): Simplify.
169 (hppa_elf_set_section_contents): Stub section is no longer special.
170 (hppa_elf_reloc): Greatly simplify.
171 (elf32_hppa_begin_write_processing): Accept link_info argument.
172 Handle being called from the BFD backend linker.
173 (elf32_hppa_final_write_processing): Likewise.
174 (elf_hppa_tc_make_sections): No longer call stub_finish.
176 Mon Jun 27 18:07:06 1994 Steve Chamberlain (sac@cirdan.cygnus.com)
178 * section.c (bfd_get_section_contents): Put in parens to get
181 Sun Jun 26 18:08:29 1994 Jeff Law (law@snake.cs.utah.edu)
183 * libelf.h (relocate_section): New argument "output_names" added
185 * elfcode.h (elf_link_input_bfd): New argument "output_names"
186 added to prototype of relocate_section. Pass the output symbol
187 names to relocate_section.
188 * elf32-i386.c (elf_i386_relocate_section): Use "output_names" to
189 determine the name of a local symbol.
190 * elf32-mips.c (mips_elf_relocate_section): Likewise.
191 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
193 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
195 Add Solaris BCP (the part of Solaris which allows it to run
196 SunOS4 a.out files) core file handling.
197 * aoutf1.h (external_solaris_bcp_core, swapcore_solaris_bcp):
198 New structure and its swap in function.
199 (internal_sunos_core): New member c_data_addr, to receive the
200 start address of the data section in the core file.
201 (swapcore_sun3, swapcore_sparc, sunos4_core_file_p): Use it.
202 (sunos4_core_file_p): Recognize Solaris BCP core file.
203 (sunos4_core_file_matches_executable_p): Always indicate match
204 for Solaris BCP core files.
206 Thu Jun 23 15:31:28 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
208 Preliminary support for generating shared libraries, from Eric
209 Youngdale <ericy@cais.cais.com>.
210 * elfcode.h (prep_headers): If DYNAMIC, set e_type to ET_DYN.
211 (elf_link_add_object_symbols): If generating a shared library,
212 create dynamic sections for first input BFD with the right format.
213 (elf_link_create_dynamic_sections): Don't create .interp section
214 if creating a shared library.
215 (elf_link_input_bfd): Skip dynamic sections in input file.
216 (elf_bfd_final_link): If creating a shared library, it's OK for
217 dynobj to have sections which are not SEC_IN_MEMORY.
218 * elf32-i386.c (elf_i386_size_dynamic_sections): Only set .interp
219 section if not creating a shared library.
220 * elf32-sparc.c (elf_sparc_size_dynamic_sections): Likewise.
222 * elfcode.h (elf_object_p): Don't set DYNAMIC just because there
223 is an SHT_DYNAMIC section.
225 * cf-i386lynx.c (i386coff_vec): Don't include DYNAMIC in
227 * coff-sparc.c (sparccoff_vec): Likewise.
228 * hppabsd-core.c (hppabsd_core_vec): Likewise.
230 * aoutx.h (NAME(aout,some_aout_object_p)): Don't set SEC_RELOC
231 just because DYNAMIC is set.
233 Thu Jun 23 12:53:41 1994 David J. Mackenzie (djm@rtl.cygnus.com)
235 * configure.in: Change --with-targets to --enable-targets and
236 --with-64-bit-bfd to --enable-64-bit-bfd.
237 * Makefile.in, mpw-make.in, targets.c: Change comments.
239 Wed Jun 22 17:59:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
241 * config.bfd (powerpc-*-elf*): New target, just like
244 * linker.c (FAIL): Undefine macro before defining as enum.
246 Wed Jun 22 10:52:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
248 * linker.c (_bfd_generic_link_add_archive_symbols): Initialize
249 pass from abfd->archive_pass, and save it there as well.
251 * hash.c (bfd_hash_allocate): Don't call bfd_set_error if
252 obstack_alloc returns NULL unless the size is non-zero.
254 * linker.c (archive_hash_allocate): Define.
255 (_bfd_generic_link_add_archive_symbols): Use archive_hash_allocate
256 rather than obstack_alloc, for clarity.
258 * elfcode.h (elf_get_reloc_upper_bound): Correct.
260 * aout64.c (BMAGIC, QMAGIC): Define if not already defined. From
261 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>.
263 Linux ZMAGIC support from Eric Youngdale <ericy@cais.cais.com>.
264 * libaout.h (struct aoutdata): Add field zmagic_disk_block_size.
265 * aout-target.h (MY(callback)): Only set alignment according to
266 architecture if the section sizes are aligned to that alignment,
267 for backward compatibility.
268 (MY(set_sizes)): Initialize zmagic_disk_block_size field.
269 * aoutx.h (adjust_z_magic): Set ztih if using q_magic_format. Set
270 text section filepos to zmagic_disk_block_size if not ztih. Use a
271 different padding algorithm if not ztih.
272 * i386linux.c (MY_text_includes_header): Don't define.
274 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FN
275 symbols; don't look them up in the hash table. From
276 ralphc@pyramid.com (Ralph Campbell).
278 Tue Jun 21 11:47:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
280 * coff-go32.c (go32coff_archive_p): Remove unused function.
282 * section.c (bfd_abs_section): Make const.
283 (bfd_abs_section_ptr, bfd_is_abs_section): Define.
284 (bfd_und_section): Make const.
285 (bfd_und_section_ptr, bfd_is_und_section): Define.
286 (bfd_com_section): Make const.
287 (bfd_com_section_ptr): Define.
288 (bfd_ind_section): Make const.
289 (bfd_ind_section_ptr, bfd_is_ind_section): Define.
290 (bfd_abs_symbol, bfd_com_symbol): Make const.
291 (bfd_und_symbol, bfd_ind_symbol): Likewise.
292 (global_syms): Cast initialization of section field.
293 (STD_SECTION): Define as const, and cast initializations.
294 * bfd-in2.h: Rebuilt.
295 * Many files: Change uses of bfd_abs_section, etc., to use
296 bfd_abs_section_ptr or bfd_is_abs_section, etc.
298 Mon Jun 20 11:06:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
300 * Many files: change all bfd_target vectors to be const. Change
301 all uses of bfd_target * to be const bfd_target *. Change
302 bfd_target_vector and bfd_default_vector arrays to be const
303 bfd_target * const *.
305 * ecoff.c, libecoff.h, ecoffswap.h, coff-alpha.c, coff-mips.c,
306 elf32-mips.c: Renamed all externally visible ECOFF routines which
307 are local to BFD to start with _bfd_ecoff instead of just ecoff.
309 * ecoff.c (ecoff_swap_tir_in): Change input argument to const.
310 (ecoff_swap_tir_out): Likewise.
311 (ecoff_swap_rndx_in, ecoff_swap_rndx_out): Likewise.
312 (ecoff_slurp_symbolic_info): Add new arguments to correspond to
313 read_debug_info entry point in ecoff_debug_swap structure.
315 * libecoff.h (ecoff_slurp_symbolic_info): Change declaration.
316 * ecoffswap.h (ecoff_swap_tir_in, ecoff_swap_tir_out): Declare.
317 (ecoff_swap_rndx_in, ecoff_swap_rndx_out): Declare.
318 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new
319 ecoff_debug_swap fields.
320 * coff-mips.c (mips_ecoff_backend_data): Likewise.
321 * elf32-mips.c (mips_elf_read_ecoff_info): Undefine READ.
322 (mips_elf_ecoff_debug_swap): Initialize new ecoff_debug_swap
324 * configure.in (bfd_elf32_bigmips_vec): Use ecoff.o and
326 (bfd_elf32_littlemips_vec): Likewise.
327 (ecoff_big_vec, ecoff_little_vec): Likewise.
328 (ecoffalpha_little_vec): Likewise.
329 * Makefile.in (BFD_LIBS): Remove ecoff.o and ecofflink.o.
330 (BFD32_BACKENDS): Add ecoff.o and ecofflink.o.
332 * aoutx.h (NAME(aout,final_link)): Check flavour of sub, not abfd,
333 when computing reloc sizes. From Eric Youngdale
334 <ericy@cais.cais.com>.
335 * elfcode.h (elf_bfd_final_link): Don't try to compute maximum
336 reloc count or size for a non-ELF file.
338 * mipsbsd.c (MY_final_link_callback): Define to avoid warning.
340 * hp300hpux.c (MY_final_link_callback): Define to avoid warning.
341 (BMAGIC, QMAGIC): Define; used by aoutx.h.
342 (MY(slurp_symbol_table)): Change translate_from_native_sym_flags
343 calls to use new parameters.
345 Fri Jun 17 14:45:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
347 * aout-target.h (MY(callback)): Set the alignments of the text,
348 data and bss sections after determining the architecture.
350 * sunos.c (sunos_add_one_symbol): Treat a common symbol from a
351 dynamic object as being in the .bss section of the object, rather
352 than as being undefined.
354 Fri Jun 17 11:16:50 1994 Jeff Law (law@snake.cs.utah.edu)
356 * libhppa.h (bfd_hppa_insn2fmt, hppa_rebuild_insn): Make INLINE.
358 * elf32-hppa.h (elf_hppa_final_processing): Delete decl.
360 Thu Jun 16 23:36:23 1994 Jeff Law (law@snake.cs.utah.edu)
362 * elfcode.h (elf_link_input_bfd): Don't try to read local symbols
363 if there aren't any in the input file.
365 Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com)
367 * i386linux.c: Many new functions and definitions for linker
368 support for Linux shared libraries.
369 * bfd-in.h (bfd_linux_size_dynamic_sections): Declare.
370 * bfd-in2.h: Rebuild.
372 Thu Jun 16 14:23:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
374 * config.bfd: If second argument is ``_'', then, instead of
375 echoing config file name, echo whether target uses leading
376 underscores on symbol names. Add appropriate settings to
377 different cases. Used by binutils/configure.in to set default for
380 * elfcode.h (elf_bfd_final_link): If trying to generate a shared
381 object, warn and return false.
383 * aoutx.h (NAME(aout,some_aout_object_p)): Accept BMAGIC objects
384 and treat them as OMAGIC.
386 Wed Jun 15 18:02:21 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
388 Enable sparc v9 support for release. Note that this is still a
389 work in progress, pending release of an ABI specification.
390 * config.bfd, configure.in: Include sparc v9 elf config.
391 * elfcode.h (prep_headers): Handle sparc v9 (64 bit).
392 * reloc.c (bfd_reloc_code_real): New reloc types.
393 * elf64-sparc.c: Implement elf64-sparc target.
394 * Makefile.in, targets.c: Updated.
396 Wed Jun 15 01:34:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
398 * libelf.h (struct elf_obj_tdata): New field dt_needed_name.
399 (elf_dt_needed_name): New accessor macro.
400 * elfcode.h (elf_link_add_object_symbols): If elf_dt_needed_name
401 is set, use that instead of the filename for the DT_NEEDED dynamic
403 * elf.c (bfd_elf_set_dt_needed_name): New function.
404 * bfd-in.h (bfd_elf_set_dt_needed_name): Declare.
405 * bfd-in2.h: Rebuilt.
407 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr
408 argument, and set it to the .interp section.
409 * bfd-in.h (bfd_elf32_size_dynamic_sections): Update prototype.
410 (bfd_elf64_size_dynamic_sections): Likewise.
411 * bfd-in2.h: Rebuilt.
413 * coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spare
414 field of the reloc rather than letting it be garbage.
416 * archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well as
417 __.SYMDEF; the former was used in old Linux archives. From
418 jrs@world.std.com (Rick Sladkey).
420 * i386linux.c (i386linux_write_object_contents): Define; like
421 MY(write_object_contents) in aout-target.h, but set MACHTYPE to
422 M_386. From jrs@world.std.com (Rick Sladkey).
423 (MY_write_object_contents): Define.
425 * aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbols
427 (aout_link_add_symbols): Likewise.
429 * aoutx.h: Rewrite symbol duplicate elimination to use BFD hash
431 (struct stringtab_entry, struct stringtab_data): Remove.
432 (HASHMAXLEN, HASH_CHAR, hash, compare, log2, emit_strtab): Remove.
433 (struct strtab_hash_entry, struct strtab_hash): Define.
434 (strtab_hash_newfunc, strtab_hash_lookup): Define.
435 (stringtab_free, emit_stringtab): Define.
436 (stringtab_init, add_to_stringtab): Rewrite.
437 (NAME(aout,write_syms)): Use new stringtab code.
438 (struct aout_final_link_info, NAME(aout,final_link)): Likewise.
439 (aout_link_write_symbols, aout_link_write_other_symbol): Likewise.
441 * bfd-in.h (BFD_TRADITIONAL_FORMAT): Define new BFD flag to
442 request BFD to write object in the traditional format, whatever
443 that means for the particular backend.
444 * bfd-in2.h: Rebuilt.
446 * hash.c (bfd_hash_allocate): If obstack_alloc fails, set
449 Tue Jun 14 13:00:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
451 * libaout.h (struct aoutdata): Add q_magic_format to subformat
453 * aout-target.h (MY_bfd_copy_private_bfd_data): Define as function
454 if not already defined. Copy subformat information.
455 (MY_text_includes_header): Define as 0 if not already defined.
456 (MY(backend_data)): Use MY_text_includes_header rather than 0.
457 (MY_final_link_callback): Rename from final_link_callback, and
458 define only if MY_final_link_callback is not already defined.
459 (MY_bfd_final_link): Rename use of final_link_callback to
460 MY_final_link_callback.
461 * aoutx.h (NAME(aout,some_aout_object_p)): Handle QMAGIC like
462 ZMAGIC, but set the subformat to q_magic_format. Abort if the
463 magic number if not recognized.
464 (adjust_z_magic): Use QMAGIC if q_magic_format.
465 * i386linux.c (MY_text_includes_header): Define as 1.
466 (i386linux_bfd_final_link): New static function.
467 (MY_bfd_final_link): Define as i386linux_bfd_final_link.
469 * aoutx.h (translate_to_native_sym_flags): Check both section and
470 output_section against sections of abfd.
472 * libecoff.h (struct ecoff_link_hash_entry): Change type of
473 written from boolean to char. Add new field small.
474 * ecoff.c (ecoff_link_hash_newfunc): Initialize written to 0
475 rather than false. Initialize small to 0.
476 (ecoff_link_add_externals): If ECOFF type is scSUndefined, set
477 small. If small is set, and hash table type is common, force the
478 symbol into a section named SCOMMON and change the ECOFF type from
479 scCommon to scSCommon.
480 (ecoff_link_write_external): Set written to 1 rather than true.
481 * coff-mips.c (mips_relocate_section): Correct JMPADDR reloc
482 overflow check to consider section VMA of input file.
484 Mon Jun 13 14:20:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
486 * aoutf1.h (aout_32_sunos4_write_object_contents): Handle a
487 machine type of 68000.
488 * aoutx.h (NAME(aout,machine_type)): Add new argument unknown.
489 Set *unknown to true if machine type is really unknown, as opposed
490 to M_UNKNOWN for the 68000.
491 (NAME(aout,set_arch_mach)): Change NAME(aout,machine_type) call
493 * libaout.h (NAME(aout,machine_type)): Add new argument to
496 Sun Jun 12 20:21:03 1994 Jeff Law (law@snake.cs.utah.edu)
498 * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID
500 (som_begin_writing): Use EXEC_AUX_ID instead of HPUX_AUX_ID.
501 (som_write_armap): Use CPU_PA_RISC1_0 as the magic number. Note
502 som.c is careful to always define CPU_PA_RISC1_0.
504 Sat Jun 11 16:32:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
506 Add weak symbols as an extension to a.out.
507 * aoutx.h (sym_in_text_section): Don't define.
508 (sym_in_data_section, sym_in_bss_section): Likewise.
509 (sym_is_undefined, sym_is_global_defn): Likewise.
510 (sym_is_debugger_info, sym_is_fortrancommon): Likewise.
511 (sym_is_absolute, sym_is_indirect): Likewise.
512 (translate_from_native_sym_flags): Rewrite for clarity. Rearrange
513 arguments and change caller. Handle weak symbols.
514 (translate_to_native_sym_flags): Likewise.
515 (aout_link_check_ar_symbols): Don't ignore weak symbols. Pull
516 object in from archive if a weak defintion is found for an
517 existing undefined symbol.
518 (aout_link_add_symbols): Put all cases in switch. Set flags of an
519 undefined symbol to 0. Handle weak symbols.
520 (aout_link_write_symbols): Handle weak symbols.
521 (aout_link_write_other_symbol): Likewise.
522 (aout_link_input_section_std): Likewise.
523 (aout_link_input_section_ext): Likewise.
524 * sunos.c (sunos_write_dynamic_symbol): Likewise.
526 Fri Jun 10 13:25:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
528 * aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.
529 (NAME(aout,get_reloc_upper_bound)): Likewise.
531 * coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR.
532 * linker.c (_bfd_generic_link_write_global_symbol): Don't assume
533 the section of a common symbol is not NULL.
535 Wed Jun 8 23:15:53 1994 Stu Grossman (grossman@cygnus.com)
537 * nlmcode.h (nlm_object_p): Set EXEC_P and start address for GDB.
539 Wed Jun 8 23:57:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
541 * aoutx.h (aout_get_external_symbols): Don't try to read the
542 strings if there are no symbols.
543 (aout_link_write_other_symbol): Use the output section when
544 working out the type.
546 Tue Jun 7 13:25:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
548 * elfcode.h (assign_section_numbers): Put shstrtab, symtab and
549 strtab sections at end of file. Avoids bug in some versions of
550 SVR4 strip. From Eric Youngdale <eric@tantalus.nrl.navy.mil>.
552 * coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,
553 set SEC_DEBUGGING for STYP_INFO sections.
554 (coff_compute_section_file_positions): If COFF_PAGE_SIZE is
555 defined, and D_PAGED is set, set the file position equal to the
556 section VMA modulo COFF_PAGE_SIZE.
557 * coffgen.c (coff_real_object_p): If F_EXEC is set, set D_PAGED.
558 * coff-i386.c: Set D_PAGED in BFD target.
559 (COFF_PAGE_SIZE): Define.
560 * coff-m68k.c, coff-sparc.c: Likewise.
562 Mon Jun 6 10:57:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
564 * elfcode.h (bfd_section_from_shdr): Don't turn a reloc section
565 into a BFD section just because SHF_ALLOC is set; require that it
566 not use the normal symbol table.
567 (elf_section_from_bfd_section): Corresponding change.
569 Better indirect and warning symbol handling inspired by Stuart
570 Quick <stuck@cs.man.ac.uk>.
571 * linker.c (enum link_action): Add REF, MIND, CWARN, REFC.
572 (link_action): Change UNDEF_ROW/def and UNDEFW_ROW/def from NOACT
573 to REF. Change UNDEF_ROW/indr and UNDEFW_ROW/indr from CYCLE to
574 REFC. Change DEF_ROW/indr and COMMON_ROW/indr from CYCLE to MDEF.
575 Change DEFW_ROW/indr from CYCLE to NOACT. Change INDR_ROW/indr
576 from MDEF to MIND. Change INDR_ROW/warn from WARNC to CYCLE.
577 Change WARN_ROW/def and WARN_ROW/indr from MWARN to CWARN. Change
578 WARN_ROW/com from MWARN to WARN. Change WARN_ROW/warn from NOACT
579 to CYCLE. Change SET_ROW/warn from WARNC to CYCLE>
580 (_bfd_generic_link_add_one_symbol): Handle REF, MIND, CWARN and
581 REFC. If a new indirect symbol has been referenced, push the
582 reference down to the symbol it points to. FIx handling of WARN.
583 * aoutx.h (translate_from_native_sym_flags): If N_WARNING, don't
584 clobber e_type of next symbol.
585 (translate_to_native_sym_flags): Likewise.
586 (aout_link_write_symbols): Loop on bfd_link_hash_warning as well
587 as bfd_link_hash_indirect.
589 * libaout.h (struct aout_link_hash_entry): New field written.
590 * aoutx.h (NAME(aout,link_hash_newfunc)): Initialize written.
591 (aout_link_write_symbols): Use written, not root.written.
592 (aout_link_write_other_symbol): Likewise.
593 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
594 * libecoff.h (struct ecoff_link_hash_entry): New field written.
595 * ecoff.c (ecoff_link_hash_newfunc): Initialize written.
596 (ecoff_link_write_external): use written, not root.written.
597 * genlink.h (struct generic_link_hash_entry): New field written.
598 * linker.c (_bfd_link_hash_newfunc): Don't initialize written.
599 (generic_link_hash_newfunc): Initialize written.
600 (_bfd_generic_link_output_symbols): Use written, not root.written.
601 (_bfd_generic_link_write_global_symbol): Likewise.
602 (_bfd_generic_reloc_link_order): Likewise.
604 * libecoff.h (ecoff_data_type): Add linker field.
605 * ecoff.c (ecoff_write_object_contents): Check new tdata linker
606 field, rather than outsymbols being non-NULL, to decide whether to
607 output the symbols and relocs.
608 (ecoff_bfd_final_link): Set new tdata linker field to true.
610 * ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copy
611 data to a non-ECOFF file.
613 * libbfd-in.h: Add warning that libbfd.h is a generated file.
616 Sun Jun 5 15:02:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
618 Changes to support ELF strip and objcopy on dynamically linked
620 * elfcode.h (elf_fake_sections): Add prototype.
621 (bfd_section_from_shdr): Make a BFD section from an SHT_HASH
622 section, and from an SHT_DYNSYM section, and from the dynamic
623 string table section.
624 (elf_object_p): Set D_PAGED if there is a program header.
625 (elf_make_sections): Remove.
626 (fix_up_strtabs): Remove.
627 (elf_fake_sections): Rewrite. Now sets sh_entsize.
628 (assign_section_numbers): Rewrite. Now sets sh_link and sh_info
630 (elf_compute_section_file_positions): Don't call obsolete
631 functions elf_make_sections or fix_up_strtabs.
632 (swap_out_syms): Set sh_addralign to FILE_ALIGN rather than 4.
633 (NAME(bfd_elf,write_object_contents)): Permit writing DYNAMIC
635 (elf_section_from_bfd_section): Treat SHT_DYNSYM like other normal
636 sections. If an SHT_REL or SHT_RELA section is allocated or uses
637 an unusual symbol table, permit a BFD section to map to it.
638 Permit most SHT_STRTAB sections to have a BFD section mapped to
640 (elf_bfd_final_link): Don't set sh_link, sh_info or sh_entsize
641 fields of dynamic sections here; do it in assign_section_numbers.
642 * elf32-target.h, elf64-target.h: Add D_PAGED to permitted object
645 * elf.c (_bfd_elf_make_section_from_shdr): Only set SEC_DATA if
646 SEC_LOAD is set, rather than checking SEC_ALLOC.
648 * libbfd-in.h (bfd_realloc): Change last arg to "size_t size".
650 Fri Jun 3 10:58:02 1994 Jeff Law (law@snake.cs.utah.edu)
652 * som.c (som_write_object_contents): Don't compute the file header's
654 (som_write_headers): Instead do it here.
656 * libbfd.h (bfd_realloc): Change last arg to "size_t size".
658 Thu Jun 2 17:39:22 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
660 * hosts/sun3.h: Include <stdlib.h>. Don't declare free, exit or
663 Add linker support for SunOS shared libraries.
664 * sunos.c: Include bfdlink.h. Add many new functions and
665 definitions for SunOS shared library support.
666 * bfd-in.h (bfd_sunos_record_link_assignment): Declare.
667 (bfd_sunos_size_dynamic_sections): Declare.
668 * bfd-in2.h: Rebuilt.
669 * aoutx.h (struct aout_link_hash_entry): Move to libaout.h.
670 (struct aout_link_hash_table): Likewise.
671 (aout_link_hash_lookup, aout_link_hash_traverse): Likewise.
672 (aout_hash_table): Likewise.
673 (NAME(aout,link_hash_newfunc)): Rename from aout_link_hash_newfunc
674 and make externally visible.
675 (NAME(aout,link_hash_table_init)): New function.
676 (NAME(aout,link_hash_table_create)): Call
677 NAME(aout,link_hash_table_init), not _bfd_link_hash_table_init.
678 (aout_link_add_symbols): Don't fail if no symbols. If it exists,
679 call add_dynamic_symbols backend entry point for dynamic objects.
680 Use add_one_symbol backend entry point if it exists.
681 (NAME(aout,final_link)): Call finish_dynamic_link backend entry
683 (aout_link_input_bfd): For a dynamic object, call
684 link_dynamic_object backend entry point, if it exists.
685 (aout_link_write_other_symbol): Call write_dynamic_symbol backend
686 entry point, if it exists.
687 (aout_link_input_section): Don't read the relocs if they have
689 (aout_link_input_section_std): When doing a final link, for a
690 reloc against an external symbol, call check_dynamic_reloc backend
691 entry point, if it exists.
692 (aout_link_input_section_ext): Likewise.
693 * libaout.h: Protect against multiple inclusion. Include
695 (struct aout_link_hash_entry): Move in from aoutx.h.
696 (struct aout_link_hash_table): Likewise.
697 (aout_link_hash_lookup, aout_link_hash_traverse): Likewise.
698 (aout_hash_table): Likewise.
699 (struct aout_backend_data): Add fields add_dynamic_symbols,
700 add_one_symbol, link_dynamic_object, write_dynamic_symbol,
701 check_dynamic_reloc, and finish_dynamic_link.
702 (struct aout_section_data_struct): Define new structure.
703 (aout_section_data): Define new accessor macro.
704 (NAME(aout,link_hash_newfunc)): Declare.
705 (NAME(aout,link_hash_table_init)): Declare.
706 * aoutf1.h (sunos4_aout_backend): Initialize new aout_backend_data
708 * aout-target.h (MY(backend_data)): Likewise.
709 * i386aout.c (MY(backend_data)): Likewise.
710 * i386mach3.c (MY(backend_data)): Likewise.
711 * mipsbsd.c (MY(backend_data)): Likewise.
712 * sparclynx.c (sparclynx_aout_backend): Likewise.
714 * aoutx.h (NAME(aout,slurp_symbol_table)): Don't zero out cached
715 until we know it is non-NULL.
716 (aout_link_write_symbols): Don't skip a warning symbol even if it
717 has already been written out. If skipping an indirect symbol,
718 skip the next symbol as well.
720 Wed Jun 1 14:37:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
722 * hosts/sun3.h: Don't declare qsort, malloc or realloc.
724 Thu May 26 13:56:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
726 * nlmcode.h (nlm_swap_auxiliary_headers_in): Cast bfd_byte pointer
727 to char pointer to avoid compiler warnings.
729 * dep-in.sed: Remove spaces before colons.
731 Merged changes back in from FSF gas release 2.3:
733 * Makefile.in (stmp-bfd.h): Wrap `if' block around grep
734 invocation, to avoid a bug in BSD 4.4 make.
737 * mipsbsd.c (mips_fix_jmp_addr): If symbol is undefined, return an
739 (mips_fix_hi16_s): Ditto.
741 Fri May 13 21:21:00 1994 DJ Delorie (dj@ctron.com)
743 * makefile.dos: define a default target, or archives won't work
744 due to multiple matches.
746 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
748 * configure.bat: update for latest files
749 * makefile.dos: update for correct targets and sources
750 * coff-go32.c: [new] go32's COFF format (i386coff with underscores)
751 * targets.c: add go32coff target
752 * makefile.in: add coff-go32.c support
754 Thu May 26 10:10:21 1994 Jeff Law (law@snake.cs.utah.edu)
756 * som.c (som_prep_headers): Do not set the system_id here, private
757 bfd data has not been copied yet.
758 (som_write_headers): Instead do it here.
760 Tue May 24 16:17:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
762 Make MIPS ELF use new ELF backend linker. No shared library
764 * elf32-mips.c (bfd_mips_elf32_swap_gptab_in): New function.
765 (bfd_mips_elf32_swap_gptab_out): New function.
766 (mips_elf_object_p): If last symbol is LOCAL, set elf_bad_symtab.
767 (mips_elf_final_write_processing): Set sh_info field for .gptab.*
769 (mips_elf_fake_sections): Set sh_entsize for .gptab.* sections.
770 (mips_elf_read_ecoff_info): Read and free external symbols last,
771 not first, for clarity.
772 (struct mips_elf_link_hash_entry): Define new structure.
773 (struct mips_elf_link_hash_table): Define new structure.
774 (mips_elf_link_hash_lookup): Define new macro.
775 (mips_elf_link_hash_traverse): Define new macro.
776 (mips_elf_hash_table): Define new macro.
777 (mips_elf_link_hash_newfunc): New static function.
778 (mips_elf_link_hash_table_create): New static function.
779 (mips_elf_add_symbol_hook): New static function.
780 (struct extsym_info): Define new structure.
781 (mips_elf_get_extr, mips_elf_set_index): Remove.
782 (mips_elf_output_extsym): New static function.
783 (gptab_compare): New static function.
784 (mips_elf_final_link): Rewrite to use ELF backend linker, and to
785 merge gptab information in input files.
786 (mips_elf_relocate_hi16): New static function.
787 (mips_elf_relocate_section): New static function.
788 (bfd_elf32_bfd_link_hash_table_create): Define as macro before
789 including elf32-target.h.
790 (elf_backend_relocate_section): Likewise.
791 (elf_backend_add_symbol_hook): Likewise.
792 * elf.c (_bfd_elf_link_hash_newfunc): Rename from
793 elf_link_hash_newfunc and make globally visible. Change caller.
794 (_bfd_elf_link_hash_table_init): New function, broken out of
795 _bfd_elf_link_hash_table_create.
796 (_bfd_elf_link_hash_table_create): Use
797 _bfd_elf_link_hash_table_init.
798 * libelf.h (struct elf_obj_tdata): Add new field bad_symtab.
799 (elf_bad_symtab): Define new accessor macro.
800 (_bfd_elf_link_hash_newfunc): Declare.
801 (_bew_elf_link_hash_table_init): Declare.
802 * elfcode.h (elf_object_p): Call backend object_p hook after
803 swapping in all the section headers.
804 (map_program_segments): Correct typo: Internal for External.
805 (elf_link_add_object_symbols): If elf_bad_symtab is set, read all
806 the symbols. Skip STB_LOCAL symbols rather than giving an error.
807 (elf_bfd_final_link): If elf_bad_symtab is set, allocate space for
808 all symbols, not just locals.
809 (elf_link_output_extsym): Only skip a symbol not mentioned by a
810 regular file if it is mentioned by a dynamic object.
811 (elf_link_input_bfd): If elf_bad_symtab is set, read all the
814 Fri May 20 13:38:23 1994 Jeff Law (law@snake.cs.utah.edu)
816 * som.c (som_set_reloc_info): Do not set any relocation info
817 for SOM fixups which are never passed to BFD.
819 Fri May 20 11:57:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
821 * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow
824 * elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
825 the dynamic linking information for the benefit of the debugger.
827 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
829 * elf.c (_bfd_elf_make_section_from_shdr): New function, based on
830 code repeated three times in bfd_section_from_shdr in elfcode.h.
831 * libelf.h (_bfd_elf_make_section_from_shdr): Declare.
832 * elfcode.h (bfd_section_from_shdr): Use new function
833 _bfd_elf_make_section_from_shdr to create BFD sections. If a
834 reloc section does not use the main symbol table, or it is part of
835 the process image, treat it as a normal section, not relocs.
836 * elf32-mips.c (mips_elf_section_from_shdr): Use new function
837 _bfd_elf_make_section_from_shdr.
839 Thu May 19 11:37:11 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
841 * elf32-target.h, elf64-target.h: Change ar_max_namelen value from
842 15 to 14 to match SVR4 ar.
844 Add support for ELF shared libraries. Loosely based on work by
845 Eric Youngdale <ericy@cais.com>.
846 * libelf.h (struct elf_backend_data): Add new fields for dynamic
847 linking: elf_backend_create_dynamic_sections,
848 elf_backend_adjust_dynamic_symbol,
849 elf_backend_size_dynamic_sections,
850 elf_backend_finish_dynamic_symbol,
851 elf_backend_finish_dynamic_sections.
852 (struct elf_link_hash_entry): Change type of align field to
853 bfd_size_type. Add fields dynindx, dynstr_index, weakdef,
855 (struct elf_link_hash_table): Add fields dynobj, dynsymcount,
857 (bfd_elf32_swap_reloc_in, bfd_elf32_swap_reloc_out): Declare.
858 (bfd_elf32_swap_reloca_in, bfd_elf32_swap_reloca_out): Declare.
859 (bfd_elf32_swap_dyn_in, bfd_elf32_swap_dyn_out): Declare.
860 (bfd_elf32_add_dynamic_entry): Declare.
861 (bfd_elf64_swap_reloc_in, bfd_elf64_swap_reloc_out): Declare.
862 (bfd_elf64_swap_reloca_in, bfd_elf64_swap_reloca_out): Declare.
863 (bfd_elf64_swap_dyn_in, bfd_elf64_swap_dyn_out): Declare.
864 (bfd_elf64_add_dynamic_entry): Declare.
865 * elfcode.h (Elf_External_Dyn): Define.
866 (elf_swap_reloc_in): Define as macro using NAME. Make externally
868 (elf_swap_reloc_out): Likewise.
869 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
870 (elf_swap_dyn_in, elf_swap_dyn_out): Define as macro using NAME
871 and as new externally visible function.
872 (elf_fake_sections): Set section type of dynamic sections based on
874 (elf_write_phdrs): Remove.
875 (assign_file_position_for_section): Add new align argument.
877 (get_program_header_size): New static function.
878 (struct seg_info): Remove.
879 (map_program_segments): Completely rewrite.
880 (assign_file_positions_except_relocs): Completely rewrite.
881 (assign_file_positions_for_relocs): Don't set a file position for
882 sections which already have one. Don't bother to align the file
884 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC
886 (elf_section_from_bfd_section): Likewise.
887 (elf_slurp_symbol_table): If section_from_elf_index fails, just
888 use bfd_abs_section rather than returning an error.
889 (elf_sizeof_headers): Make useful.
890 (elf_link_record_dynamic_symbol): New static function.
891 (elf_link_add_object_symbols): Handle dynamic objects.
892 (elf_link_create_dynamic_sections): New static function.
893 (elf_add_dynamic_entry): Define as macro using NAME and as new
894 externally visible function.
895 (NAME(bfd_elf,record_link_assignment)): New function.
896 (elf_buckets): New static variable.
897 (NAME(bfd_elf,size_dynamic_sections)): New function.
898 (struct elf_final_link_info): Add dynsym_sec and hash_sec fields.
899 (elf_bfd_final_link): Handle dynamic linking. Create a section
900 symbol for all ELF sections, not all BFD sections. Store section
901 symbol index in target_index field, not index field. Traverse
902 over global symbols even if stripping.
903 (elf_link_output_extsym): Output dynamic symbols. Mark symbols
904 defined by dynamic objects as undefined.
905 (elf_link_input_bfd): Ignore dynamic objects. Use target_index
906 field for section relocs, and make sure it is set.
907 (elf_reloc_link_order): Use target_index field for section relocs,
908 and make sure it is set.
909 * elf.c (elf_link_hash_newfunc): Initialize dynindx, dynstr_index,
910 weakdef and elf_link_hash_flags fields.
911 (_bfd_elf_link_hash_table_create): Initialize dynobj, dynsymcount,
912 dynstr and bucketcount fields.
913 * elf32-target.h: Initialize new dynamic linking fields.
914 * elf64-target.h: Likewise.
915 * elf32-i386.c: New functions for dynamic linking support.
916 * elf32-sparc.c: Likewise.
917 * bfd-in.h (bfd_elf32_record_link_assignment): Declare.
918 (bfd_elf64_record_link_assignment): Declare.
919 (bfd_elf32_size_dynamic_sections): Declare.
920 (bfd_elf64_size_dynamic_sections): Declare.
921 * bfd-in2.h: Rebuilt.
923 Wed May 18 08:29:04 1994 Ian Lance Taylor (ian@cygnus.com)
925 * som.c: Don't include <sys/dir.h> or <sys/user.h>.
926 (som_reloc_queue_find): Call memcmp instead of bcmp.
927 (som_bfd_reloc_type_lookup): Change first argument to bfd *.
928 (compare_syms): Change types of arguments to const void *.
929 (bfd_section_from_som_symbol): Removed unused local found.
930 (som_write_armap): Add elength, map, orl_count and int arguments.
931 (som_write_armap): Use %ld and cast to long for getuid result.
933 Wed May 18 09:09:32 1994 Jeff Law (law@snake.cs.utah.edu)
935 * elf32-hppa.h (R_HPPA_ABS_CALL): Define.
936 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle absolute calls.
938 * som.h (R_HPPA_ABS_CALL): Define.
939 * som.c (hppa_som_gen_reloc_type): Delete complex relocation types.
941 Tue May 17 19:33:12 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
943 * coff-i960.c (icoff_little_vec, icoff_big_vec): Indicate leading
944 underscore, for compatibility with Intel tool chain (gnu960v2).
946 Mon May 16 10:09:22 1994 Jeff Law (law@snake.cs.utah.edu)
948 * bfd-in2.h: Rebuilt.
950 * elf32-hppa.c: Change .hppa_linker_stubs to .PARISC.stubs,
951 likewise for other PA specific sections.
952 (hppa_elf_relocate_unwind_table): Delete unused
954 (elf_hppa_howto_table): Completely new table based on 94-02-02
955 draft PA ELF spec. Change relocation tags appropriately
956 throughout elf32-hppa.c
957 (hppa_elf_gen_reloc_type): Rewrite and simplify based on 94-02-02
959 (hppa_elf_reloc): Likewise.
960 (hppa_look_for_stubs_in_section): Likewise
961 (ELF_MACHINE_CODE): Change to EM_PARISC.
962 * elf32-hppa.h: Include "elf/hppa.h". Change relocation tags
963 appropriately throughout elf32-hppa.h.
964 (elf32_hppa_reloc_type): New table based on 94-02-02 draft PA ELF
966 (R_HPPA_ABS_CALL, R_HPPA_COMPLEX*, R_HPPA_UNWIND): Delete definitions.
967 * elfcode.h (prep_headers): Use EM_PARISC instead of EM_HPPA.
968 * reloc.c (bfd_reloc_code_real): Delete unused HPPA relocations.
969 * som.h (R_HPPA_ABS_CALL, R_HPPA_COMPLEX): Delete definitions.
971 * libhppa.h (hppa_field_adjust): Avoid adding constant_value into
972 the final value twice for LR and RR field selectors.
974 Sat May 14 09:09:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
976 * aoutx.h (add_to_stringtab): Use BFD_ASSERT not assert. This
977 avoids __eprintf troubles.
979 Fri May 13 10:51:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
981 * bout.c (b_out_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR.
983 * config/mipsbelf.mt (SELECT_VECS): Add ecoff_big_vec and
984 ecoff_little_vec since Irix 5 supports ECOFF executables.
986 Wed May 11 00:31:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
988 * ecoff.c (ecoff_find_nearest_line): Handle fdr.adr != pdr.adr
991 * Makefile.in (stmp-bfd.h): Use || instead of ; to force SunOS
992 make to invoke the shell.
994 Tue May 10 14:23:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
996 * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from
997 SEC_SHARED_LIBRARY for clarity. Changed all uses.
998 * bfd-in2.h: Rebuilt.
999 * coffcode.h (sec_to_styp_flags): If SEC_COFF_SHARED_LIBRARY is
1000 set, set STYP_NOLOAD.
1001 * coffgen.c (coff_section_from_bfd_index): Don't get an assertion
1002 failure because of a bad shared library.
1004 Mon May 9 18:53:40 1994 Bill Cox (bill@rtl.cygnus.com)
1006 * linker.c: Add missing comment terminator.
1008 Mon May 9 11:53:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1010 * linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashp
1011 are not NULL, assume the caller has already looked up the symbol
1012 in the hash table and has stored the entry in *hashp.
1013 (generic_link_add_symbol_list): Set h to NULL before calling
1014 _bfd_generic_link_add_one_symbol.
1015 * ecoff.c (ecoff_link_add_externals): Likewise.
1017 * elfcode.h (assign_file_positions_except_relocs): Don't require
1018 page shared between .data and .bss segments to contain zeroes.
1020 * elfcode.h: Include bfdlink.h. Added several new functions to do
1022 (ELF_R_TYPE): Define.
1023 (bfd_add_to_strtab): Return unsigned long. Change check for
1025 (elf_fake_sections): Check return value of bfd_add_to_strtab.
1026 (elf_compute_section_file_positions): Add link_info argument.
1027 Call elf_backend_begin_write_processing hook and prep_headers
1028 here. Only call swap_out_syms if link_info is NULL. Set up
1029 .shstrtab section here. Pass dosyms argument to
1030 assign_file_positions_except_relocs. Set output_has_begun flag.
1031 (assign_file_positions_for_symtab_and_strtabs): Add dosyms
1032 argument, and use it to control setting .symtab and .strtab file
1034 (assign_file_positions_except_relocs): Add dosyms argument, and
1036 (prep_headers): Check return value of bfd_add_to_strtab.
1037 (swap_out_syms): Likewise. Also, don't set up .shstrtab here.
1038 (NAME(bfd_elf,write_object_contents)): Some calls moved into
1039 elf_compute_section_file_positions.
1040 (elf_set_section_contents): Likewise.
1041 (elf_slurp_symbol_table): SHN_LORESERV corrected to SHN_LORESERVE.
1042 * libelf.h: Include bfdlink.h.
1043 (struct elf_backend_data): Add fields collect,
1044 elf_add_symbol_hook, elf_backend_relocate_section.
1045 (struct bfd_elf_section_data): Add field rel_hashes.
1046 (struct elf_obj_tdata): Remove fields internal_syms and symbols.
1047 Add field sym_hashes.
1048 (obj_symbols, obj_internal_syms): Remove definitions.
1049 (elf_sym_hashes): Define.
1050 (struct elf_link_hash_entry): Define.
1051 (struct elf_link_hash_table): Define.
1052 (elf_link_hash_lookup): Define.
1053 (elf_link_hash_traverse): Define.
1054 (elf_hash_table): Define.
1055 (_bfd_elf_link_hash_table_create): Declare.
1056 (bfd_elf32_bfd_link_add_symbols): Declare.
1057 (bfd_elf32_bfd_final_link): Declare.
1058 (bfd_elf64_bfd_link_add_symbols): Declare.
1059 (bfd_elf64_bfd_final_link): Declare.
1060 * elf.c: Include bfdlink.h.
1061 (elf_link_hash_newfunc): New function.
1062 (_bfd_elf_link_hash_table_create): New function.
1063 * elf32-target.h (elf_backend_relocate_section): If not defined,
1064 define as 0 and use generic linker. Otherwise, use ELF backend
1066 (elf_backend_collect): If not defined, define as false.
1067 (elf_backend_add_symbol_hook): If not defined, define as 0.
1068 (elf32_bed): Initialize new fields.
1069 * elf64-target.h: Same changes as elf32-target.h.
1070 * elf32-i386.c: Include bfdlink.h.
1071 (elf_i386_relocate_section): New function.
1072 (elf_backend_relocate_section): Define.
1073 * elf32-sparc.c: Include bfdlink.h.
1074 (elf_info_to_howto): Change type of dst from Elf32_Internal_Rela
1075 to Elf_Internal_Rela (they're the same type anyhow).
1076 (elf_sparc_relocate_section): New function.
1077 (elf_backend_relocate_section): Define.
1078 * elf32-mips.c (elf_backend_collect): Define.
1080 * Makefile.in (stmp-bfd.h): Avoid useless make error message in a
1081 different way; touch takes a numeric argument on some systems.
1083 Fri May 6 13:34:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1085 * nlmcode.h (nlm_swap_auxiliary_headers_in): Rework custom header
1086 handling for latest suggested format.
1087 (nlm_swap_auxiliary_headers_out): Likewise.
1088 (nlm_compute_section_file_positions): Likewise.
1090 Fri May 6 11:11:50 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
1092 * config.bfd: handle erricsson config (for OSE).
1094 Thu May 5 15:40:47 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1096 Patches from Ralph Campbell:
1097 * mipsbsd.c (mips_fix_jmp_addr): New function.
1098 (mips_fix_hi16_s): Use bfd_is_com_section.
1099 (mips_howto_table_ext): Call mips_fix_jmp_addr for MIPS_RELOC_JMP.
1101 Fri May 6 11:48:55 1994 Steve Chamberlain (sac@cygnus.com)
1103 * config/go32.mh: XX support.
1106 * Makefile.in: Build sysdep.h without causing worrying but
1107 harmless error message.
1109 Wed May 4 11:09:53 1994 Ian Lance Taylor (ian@cygnus.com)
1111 Changed m68k-aout to set flags to 0; m68k-sunos still uses 1.
1112 * aout0.c: New file.
1113 * targets.c (aout0_big_vec): Declare.
1114 (bfd_target_vector): Add aout0_big_vec.
1115 * config.bfd (m68*-*-aout*): Use m68k-0aout, not m68k-aout.
1116 * config/m68k-aout.mt (SELECT_VECS): Removed.
1117 * config/m68k-0aout.mt: New file.
1118 * configure.in (aout0_big_vec): New target vector: use aout0.o,
1119 aout32.o and stab-syms.o.
1120 * Makefile.in: Rebuilt dependencies.
1121 (BFD32_BACKENDS): Add aout0.o.
1122 (CFILES): Add aout0.c.
1124 * libaout.h (struct aout_backend_data): Add field exec_hdr_flags.
1125 * aout-target.h (MY_exec_hdr_flags): If not defined, define as 0.
1126 MY(backend_data): Initialize exec_hdr_flags field.
1127 * aoutf1.h (sunos_32_set_arch_mach): Make static.
1128 (aout32_sunos4_write_object_contents): Set flags from backend
1130 (MY_exec_hdr_flags): If not defined, define as 1.
1131 (sunos4_aout_backend): Initialize exec_hdr_flags field.
1132 * aout-encap.c (encap_write_object_contents): Set flags from
1134 (MY_exec_hdr_flags): Define as N_FLAGS_COFF_ENCAPSULATE.
1135 * hp300hpux.c (MY_exec_hdr_flags): Define as 0x2.
1136 (MY(write_object_contents)): Set flags from backend info.
1137 * i386aout.c (MY(backend_data)): Initialize exec_hdr_flags field.
1138 * i386mach3.c (MY(backend_data)): Likewise.
1139 * mipsbsd.c (MY(backend_data)): Likewise.
1140 * sparclynx.c (NAME(aout,sparclynx_write_object_contents)): Set
1141 flags from backend info.
1142 (sparclynx_aout_backend): Initialize exec_hdr_flags field.
1144 Wed May 4 02:56:00 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1146 * config.bfd (i386-*-gnu*): Treat like i386-*-mach*.
1147 (m68*-apollo-*): Treat all Apollo configs the same, don't handle
1150 Tue May 3 19:43:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1152 * cache.c: Rewrote to work correctly.
1153 * libbfd.h: Rebuilt.
1154 * opncls.c (bfd_cache_init, bfd_open_file): Don't declare.
1155 (bfd_fdopenr): Check return value of bfd_cache_init.
1157 Fri Apr 29 15:08:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1159 * cf-m68klynx.c (CALC_ADDEND): Check for PC relative relocs by
1160 enumerating them, since the reloc type can not serve as an index
1161 into the m68k COFF howto_table.
1163 Fri Apr 29 09:42:39 1994 Steve Chamberlain (sac@cygnus.com)
1165 * config.bfd (*-go32): Changed to coff.
1166 * coff-h8300.c (JMPL1): Get HOWTO right for 24bit branches.
1167 * srec.c (srec_write_symbols): Write out the correct number of
1168 symbols and don't stick in extra nulls.
1170 Tue Apr 26 15:07:24 1994 Stan Shebs (shebs@andros.cygnus.com)
1172 * cf-sparclynx.c (LYNXOS, COFF_LONG_FILENAMES): Define.
1173 * coff-sparc.c (BADMAG): Recognize LYNXCOFFMAGIC.
1174 (COFF_SPARC): Define.
1175 * coffcode.h (coff_new_section_hook): If COFF_SPARC, set alignment
1176 power of data and bss sections to 3.
1177 * hosts/lynx.h (__LYNXOS): Define.
1179 Tue Apr 26 15:04:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1181 * elf32-hppa.c (hppa_elf_reloc): Adjust the addend of relocations
1182 against section symbols to avoid losing during ld -r.
1184 Tue Apr 26 12:16:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1186 * elfcode.h (shstrtab_length_fixed): Remove useless static
1188 (struct elf_sect_data): Remove unused structure.
1189 (elf_object_p): Free memory if error occurs. Check return value
1190 of bfd_default_set_arch_mach. If elf_get_str_section fails,
1191 preserve error code rather than setting wrong_format.
1192 (null_shdr): Remove static variable.
1193 (assign_section_numbers): Remove shstrtab_length_fixed assignment.
1194 Allocate first section header on BFD obstack rather than using
1196 (bfd_prpsinfo): Remove unused local variable newsect.
1198 Mon Apr 25 15:31:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1200 * elfcode.h (write_relocs): Undo patch of Apr 10; breaks Solaris.
1202 * elfcode.h (bfd_section_from_shdr): Use bfd_make_section_anyway
1203 to create sections. Check return value of recursive calls.
1204 (bfd_section_from_phdr): Check return value of bfd_make_section.
1205 (elf_symbol_from_bfd_symbol): Likewise.
1206 (elf_object_p): Check return value of bfd_section_from_shdr.
1207 (section_from_elf_index): Likewise.
1208 (elf_slurp_symbol_table): Check return value of
1209 section_from_elf_index.
1210 (bfd_prstatus): Return boolean value. Check return value of
1212 (bfd_fpregset): Likewise.
1213 (bfd_prpsinfo): Return boolean value.
1214 (elf_corefile_note): Check return values of bfd_prstatus,
1215 bfd_fpregset, and bfd_prpsinfo.
1216 (elf_core_file_p): Check return value of elf_corefile_note.
1218 Fri Apr 22 11:08:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1220 Get rid of the ECOFF .reginfo section hack.
1221 * ecoff.c (ecoff_mkobject_hook): Don't create a .reginfo section.
1222 (ecoff_new_section_hook): Don't handle the .reginfo section.
1223 (ecoff_sizeof_headers): Likewise.
1224 (ecoff_get_section_contents): Likewise.
1225 (ecoff_compute_section_file_positions): Likewise.
1226 (ecoff_compute_reloc_file_positions): Likewise.
1227 (ecoff_set_section_contents): Likewise.
1228 (ecoff_write_object_contents): Likewise.
1229 (ecoff_bfd_final_link): Likewise.
1230 (ecoff_bfd_copy_private_bfd_data): Copy the GP value and the
1232 (bfd_ecoff_get_gp_value): New function.
1233 (bfd_ecoff_set_gp_value): New function.
1234 (bfd_ecoff_set_regmasks): New function.
1235 * bfd-in.h (bfd_ecoff_get_gp_value): Declare.
1236 (bfd_ecoff_set_gp_value): Declare.
1237 (bfd_ecoff_set_regmasks): Declare.
1238 * bfd-in2.h: Rebuilt.
1240 Fix ECOFF objcopy to actually copy debugging information.
1241 * ecoff.c (ecoff_bfd_copy_private_bfd_data): New function.
1242 (ecoff_get_extr): Assume that any ECOFF symbol with local clear is
1243 an external symbol, rather than checking the symbol flags. Only
1244 check the flags for non-ECOFF symbols.
1245 * ecofflink.c (bfd_ecoff_debug_externals): Don't crash if the
1246 output_section field of the symbol section is NULL.
1247 * libecoff.h (ecoff_bfd_copy_private_bfd_data): Declare as
1248 function rather than defining as macro.
1250 * ieee.c (ieee_object_p): Set bfd_error_got_wrong_format if
1253 * targets.c (bfd_target_vector): Add bfd_elf32_powerpc_vec.
1255 * aout-adobe.c (aout_adobe_set_arch_mach): Check return value of
1256 bfd_default_set_arch_mach. Accept bfd_arch_m68k as well as
1258 * coffcode.h (coff_set_arch_mach): Check return value of
1259 bfd_default_set_arch_mach.
1260 * elfcode.h (elf_set_arch_mach): Don't check a list of ELF
1261 architectures, just see if the desired architecture matches what
1262 the ELF backend permits.
1264 * coffcode.h (coff_set_arch_mach_hook): Rename SHMAGIC to
1265 SH_ARCH_MAGIC to match change in coff/sh.h.
1266 (coff_set_flags): Likewise.
1268 Follow convention in which each NLM header has an 8 byte stamp
1269 followed by a four byte length.
1270 * libnlm.h (struct nlm_obj_tdata): Rename nlm_cygnus_section_hdr
1271 to nlm_cygnus_ext_header, and change type to
1272 Nlm_Internal_Cygnus_Ext_Header.
1273 (nlm_cygnus_ext_header): Rename from nlm_cygnus_section_header.
1274 * nlmcode.h (nlm_swap_auxiliary_headers_in): Use CyGnUsEx instead
1275 of CyGnUsSeCs. Rename from cygnus_section to cygnus_ext. Require
1276 length word to be 8.
1277 (nlm_swap_auxiliary_headers_out): Rename from cygnus_section to
1278 cygnus_ext. Set length word to 8.
1279 (nlm_compute_section_file_positions): Rename from cygnus_section
1282 Thu Apr 21 22:54:22 1994 Stu Grossman (grossman at cygnus.com)
1284 * nlmcode.h (nlm_swap_auxiliary_headers_in): Keep section table
1285 (from CyGnUsSeCs) in more permanent memory to keep section names
1286 from getting trashed.
1288 Thu Apr 21 09:29:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1290 * libelf.h (elf_obj_tdata): Add members for dynamic symbol table
1292 * elfcode.h (bfd_section_from_shdr): Handle dynamic symbol table.
1293 * elfcode.h (elf_slurp_symbol_table): Take additional parameter
1294 to select static or dynamic symbol table and return number of
1295 symbols slurped or -1 on error.
1296 * elfcode.h (elf_get_symtab): Set bfd symcount from
1297 elf_slurp_symbol_table result.
1298 * elfcode.h (elf_get_dynamic_symtab_upper_bound,
1299 elf_canonicalize_dynamic_symtab): New functions to handle dynamic
1301 * elf32-target.h, elf64-target.h (BFD_JUMP_TABLE_DYNAMIC):
1302 Change to handle dynamic symbol table, provide default definitions
1304 * aoutx.h (howto_table_std, NAME(aout,swap_std_reloc_out),
1305 NAME(aout,swap_std_reloc_in), aout_link_input_section_std,
1306 aout_link_reloc_link_order): Handle r_jmptable and r_relative
1309 Thu Apr 21 11:58:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1311 Clean up uses of _bfd_dummy_target (from Peter Schauer).
1312 * libbfd.c (_bfd_dummy_target): Set bfd_error_wrong_format.
1313 * nlm-target.h (nlm_core_file_p): Define as _bfd_dummy_target, not
1315 * srec.c (srec_vec): Use _bfd_dummy_target, not NULL, in
1317 (symbolsrec_vec): Likewise.
1318 * tekhex.c (tekhex_vec): Likewise.
1320 * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr
1322 (nlm_cygnus_section_header): New accessor macro.
1323 * nlmcode.h (nlm_object_p): Free new tdata structure if failure.
1324 Add fixed sections before swapping in auxiliary headers. After
1325 adding sections, treat errors as real, not as wrong format.
1326 (nlm_swap_auxiliary_headers_in): Swap in the sections header; add
1327 sections to the BFD for each section it describes.
1328 (nlm_swap_auxiliary_headers_out): Swap out the sections header.
1329 (nlm_compute_section_file_positions): Account for the size of the
1332 Wed Apr 20 16:45:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1334 * coff-sparc.c (sparccoff_vec): Change minimum alignment power to
1335 2, so that stab sections can be multiples of 4 bytes only.
1337 * hosts/i386aix.h: Changes to avoid prototypes conflicts with the
1338 ones defined in stdlib.h. (From Minh Tran-Le.)
1340 Wed Apr 20 14:15:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1342 * nlm32-ppc.c: Complete rewrite for new version of PowerPC
1343 NetWare. Old code still present, but ifdeffed out.
1345 * nlmcode.h (nlm_swap_auxiliary_headers_in): Don't assume a
1346 particular format for the customer header. Allocate a block of
1347 memory and read it into that.
1348 (nlm_swap_auxiliary_headers_out): Write out the block of memory.
1349 (nlm_compute_section_file_positions): Include length of customer
1350 header when computing its size.
1352 Mon Apr 18 14:27:17 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1354 * som.c (som_prep_headers): Get the space's number from the
1355 backend private section data rather than target_index.
1356 (bfd_som_set_section_attributes): Store the space's number
1357 in the backend private section data rather than target_index.
1359 * som.h (som_copyable_section_data_struct): Add space_number.
1361 Fri Apr 15 12:22:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1363 * coff-a29k.c (reloc_processing): Always set the address of a
1364 R_IHCONST reloc to that of the immediately preceding R_IHIHALF.
1365 gas does this anyhow, but some other assemblers seem to leave
1366 garbage in the R_IHCONST address field.
1368 * bfd/archive.c: Consistently use ARFMAG; from
1369 schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
1370 (_bfd_write_archive_contents): Use ARFMAG rather than '`' and
1372 (bsd_write_armap): Likewise.
1373 (coff_write_armap): Likewise.
1375 * coff-mips.c (mips_relocate_section): When relaxing, adjust local
1376 relocs against the .text section as required.
1377 * ecofflink.c (bfd_ecoff_debug_accumulate): When relaxing, adjust
1378 PDR addresses as required.
1380 * ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdr
1381 index through rfd map if it exists. Check for a couple of cases
1382 which gdb handles specially. Change all callers.
1383 (ecoff_type_to_string): Take fdr argument rather than aux_ptr and
1384 bigendian argument. Change all callers.
1385 (ecoff_print_symbol): Handle stStruct, stUnion and stEnum.
1387 Thu Apr 14 13:05:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1389 * coff-mips.c (mips_howto_table): Add dummy entries to account for
1390 numbering changes in include/coff/mips.h. Add entries for
1391 MIPS_R_RELHI and MIPS_R_RELLO.
1392 (mips_ecoff_swap_reloc_in): Handle an extra bit for the reloc type
1393 when little endian. Treat internal MIPS_R_RELLO or MIPS_R_RELHI
1394 relocs like MIPS_R_SWITCH, and convert r_offset from 24 to 32
1396 (mips_ecoff_swap_reloc_out): Likewise.
1397 (mips_adjust_reloc_in): Handle internal MIPS_R_RELLO or
1398 MIPS_R_RELHI relocs like MIPS_R_SWITCH.
1399 (mips_adjust_reloc_out): Likewise.
1400 (mips_relhi_addr, mips_relhi_addend): New static variables.
1401 (mips_relhi_reloc, mips_rello_reloc): New functions.
1402 (mips_bfd_reloc_type_lookup): Turn BFD_RELOC_PCREL_HI16_S into
1403 MIPS_R_RELHI and turn BFD_RELOC_PCREL_LO16 into MIPS_R_RELLO.
1404 (mips_relocate_hi): Rename from mips_relocate_refhi, and add pcrel
1405 argument. Changed all callers.
1406 (mips_relocate_section): Rename got_reflo to got_lo and
1407 reflo_int_rel to lo_int_rel. Handle MIPS_R_RELLO and MIPS_R_RELHI
1409 (mips_relax_section): Adjust MIPS_R_RELHI/MIPS_R_RELLO pairs when
1410 expanding a PC relative call.
1412 * reloc.c (bfd_reloc_code_real_type): Add BFD_RELOC_PCREL_HI16_S
1413 and BFD_RELOC_PCREL_LO16.
1414 * bfd-in2.h: Rebuilt.
1416 Wed Apr 13 11:50:07 1994 Stan Shebs (shebs@andros.cygnus.com)
1418 * coff-sparc.c (sparccoff_vec): Set minimum alignment power to 3.
1420 Tue Apr 12 13:36:20 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1422 * som.c (som_write_fixups): Always emit at least
1423 one relocation for any non-bss section.
1425 Mon Apr 11 14:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1427 * elfcode.h (assign_file_positions_except_relocs): Don't require
1428 the file alignment to correspond to the page size when linking
1431 Sun Apr 10 01:02:24 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1433 * elfcode.h (write_relocs): For rela relocations, adjust the
1434 addend for relocations involving section symbols to account
1435 for the lossage of 1:1 mapping from input section symbols to
1436 output section symbols.
1438 Fri Apr 8 12:22:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1440 * aoutx.h (NAME(aout,make_sections)): New function.
1441 (NAME(aout,some_aout_object_p)): Call NAME(aout,make_sections)
1442 rather than making sections inline.
1443 (NAME(aout,mkobject)): Don't make any sections.
1444 (NAME(aout,adjust_sizes_and_vmas)): Call NAME(aout,make_sections).
1445 (NAME(aout,final_link)): Don't dereference obj_textsec (abfd) or
1446 obj_datasec (abfd) if they are NULL.
1447 * libaout.h (NAME(aout,make_sections)): Declare.
1448 * bout.c (b_out_mkobject): Don't make any sections.
1449 (b_out_write_object_contents): Call aout_32_make_sections.
1450 (b_out_set_section_contents): Likewise.
1451 * i386os9k.c (os9k_mkobject): Don't make any sections.
1452 (os9k_write_object_contents): Call aout_32_make_sections.
1453 (os9k_set_section_contents): Likewise.
1455 * aoutx.h (NAME(aout,new_section_hook)): Don't set N_EXT in target
1458 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1460 * config.bfd, configure.host: Add mips-*-sysv4* support.
1462 Thu Apr 7 14:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1464 * coff-mips.c (mips_howto_table): Add entry for MIPS_R_SWITCH.
1465 (mips_ecoff_swap_reloc_in): For MIPS_R_SWTICH, copy r_symndx into
1466 r_offset and set r_symndx to RELOC_SECTION_TEXT.
1467 (mips_ecoff_swap_reloc_out): For MIPS_R_SWITCH, get the r_symndx
1468 value from the r_offset field.
1469 (mips_adjust_reloc_in): Maximum r_type value is now MIPS_R_SWITCH.
1470 For MIPS_R_SWITCH, copy the r_offset field into the addend field.
1471 (mips_adjust_reloc_out): For MIPS_R_SWITCH, copy the addend field
1472 into the r_offset field.
1473 (mips_switch_reloc): New function.
1474 (mips_bfd_reloc_type_lookup): Translate BFD_RELOC_GPREL32 into
1476 (mips_relocate_section): Handle MIPS_R_SWITCH.
1477 (mips_relax_section): Adjust MIPS_R_SWITCH offset if necessary.
1479 Thu Apr 7 11:10:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1481 * elfcode.h (elf_set_section_contents): Support calling the backend
1482 function elf_backend_begin_write_processing when just beginning to
1483 write an object file.
1485 * libelf.h (elf_backend_begin_write_processing): Declare.
1487 * elf{32,64}-target.h (elf_backend_begin_write_processing): Provide
1488 a default definition.
1489 (elf{32,64}_bed): Add elf_backend_begin_write_processing.
1491 * elf32-hppa.h (elf_hppa_tc_symbol): Delete extern declaration.
1492 (elf_hppa_tc_make_sections): Likewise.
1494 * elf32-hppa.c (symext_chain_built): Delete.
1495 (symext_chain_size): Renamed from symextn_contents_real_size.
1496 (elf32_hppa_backend_{begin,final}_write_processing): New functions.
1497 (add_entry_to_symext_chain): New function.
1498 (hppa_elf_set_section_contents): Ignore writes to the symbol extension
1499 section until it's been rebuilt internally.
1500 (hppa_elf_get_section_contents): Symbol extension section is no
1502 (elf_backend_{begin,final}_write_processing): Define.
1503 (elf_hppa_tc_make_sections): Simplify now that much code has
1504 migrated into elf32_hppa_backend_{being,final}_write_processing.
1506 Wed Apr 6 17:24:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1508 Add new target vectors to read the dynamic symbols and dynamic
1509 relocs. Change a.out to use these rather than reading the dynamic
1510 symbols and relocs along with the normal symbols and relocs.
1511 * targets.c (bfd_target): Add fields
1512 _bfd_get_dynamic_symtab_upper_bound,
1513 _bfd_canonicalize_dynamic_symtab,
1514 _bfd_get_dynamic_reloc_upper_bound,
1515 _bfd_canonicalize_dynamic_reloc.
1516 (BFD_JUMP_TABLE_DYNAMIC): Define.
1517 * libbfd-in.h (_bfd_nodynamic_get_dynamic_symtab_upper_bound):
1519 (_bfd_nodynamic_canonicalize_dynamic_symtab): Define.
1520 (_bfd_nodynamic_get_dynamic_reloc_upper_bound): Define.
1521 (_bfd_nodynamic_canonicalize_dynamic_reloc): Define.
1522 * bfd.c (bfd_get_dynamic_symtab_upper_bound): Define.
1523 (bfd_canonicalize_dynamic_symtab): Define.
1524 (bfd_get_dynamic_reloc_upper_bound): Define.
1525 (bfd_canonicalize_dynamic_reloc): Define.
1526 * sunos.c (MY_read_dynamic_symbols): Don't define.
1527 (MY_read_dynamic_relocs): Don't define.
1528 (MY_get_dynamic_symtab_upper_bound): Define.
1529 (MY_canonicalize_dynamic_symtab): Define.
1530 (MY_get_dynamic_reloc_upper_bound): Define.
1531 (MY_canonicalize_dynamic_reloc): Define.
1532 (struct sunos_dynamic_info): Change type of dynsym_count and
1533 dynrel_count to long. Add fields canonical_dynsym and
1535 (sunos_read_dynamic_info): Check that BFD had DYNAMIC flag set.
1536 Clear info->canonical_dynsym and info->canonical_dynrel.
1537 (MY(read_dynamic_symbols)): Removed.
1538 (MY(read_dynamic_relocs)): Removed.
1539 (sunos_get_dynamic_symtab_upper_bound): New function.
1540 (sunos_canonicalize_dynamic_symtab): New function.
1541 (sunos_get_dynamic_reloc_upper_bound): New function.
1542 (sunos_canonicalize_dynamic_reloc): New function.
1543 * libaout.h: Declare struct reloc_ext_external and
1544 reloc_std_external to avoid prototype problems.
1545 (struct aout_backend_data): Remove fields read_dynamic_symbols and
1546 read_dynamic_relocs.
1547 (NAME(aout,translate_symbol_table)): Declare.
1548 (NAME(aout,swap_ext_reloc_in)): Declare.
1549 (NAME(aout,swap_std_reloc_in)): Declare.
1550 * aoutx.h (NAME(aout,translate_symbol_table)): Renamed from
1551 translate_symbol_table and made non-static. Changed all callers.
1552 (NAME(aout,slurp_symbol_table)): Don't read dynamic symbols.
1553 (NAME(aout,slurp_reloc_table)): Don't read dynamic relocs.
1554 (NAME(aout,get_reloc_upper_bound)): Don't count dynamic relocs.
1555 * aoutf1.h (aout_32_sunos4_write_object_contents): Don't bother to
1556 remove dynamic symbols and relocs. They will no longer be
1558 (MY_read_dynamic_symbols): Don't define.
1559 (MY_read_dynamic_relocs): Don't define.
1560 (sunos4_aout_backend): Don't initialize dynamic entry points.
1561 * aout-target.h (MY_read_dynamic_symbols): Don't define.
1562 (MY_read_dynamic_relocs): Don't define.
1563 (MY(backend_data)): Don't initialize dynamic entry points.
1564 (MY_get_dynamic_symtab_upper_bound): If not defined, define to
1565 _bfd_nodynamic version.
1566 (MY_canonicalize_dynamic_symtab): Likewise.
1567 (MY_get_dynamic_reloc_upper_bound): Likewise.
1568 (MY_canonicalize_dynamic_reloc): Likewise.
1569 * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
1570 * bfd-in2.h: Rebuilt.
1571 * libbfd.h: Rebuilt.
1573 * cf-m68klynx.c: Include sysdep.h.
1575 * hp300hpux.c: Removed some spaces in uses of NAME to avoid
1576 problems with traditional C compilers.
1578 * targets.c (bfd_target): Rearranged fields in target vector.
1579 Removed _bfd_debug_info_start, _bfd_debug_info_end and
1580 _bfd_debug_info_accumulate, which were never used.
1581 (BFD_JUMP_TABLE_GENERIC, BFD_JUMP_TABLE_COPY): Defined.
1582 (BFD_JUMP_TABLE_CORE, BFD_JUMP_TABLE_ARCHIVE): Defined.
1583 (BFD_JUMP_TABLE_SYMBOLS, BFD_JUMP_TABLE_RELOCS): Defined.
1584 (BFD_JUMP_TABLE_WRITE, BFD_JUMP_TABLE_LINK): Defined.
1585 * All backends: Changed to use the new BFD_JUMP_TABLE_* macros
1586 rather than the single JUMP_TABLE macro. Removed many of the
1587 weird macro definitions needed to support the monolithic
1589 * bfd-in.h (JUMP_TABLE): Removed.
1590 * libbfd-in.h: Define a bunch of macros, and declare a few
1591 functions, for use with the new BFD_JUMP_TABLE_* macros.
1592 * libbfd.c (_bfd_dummy_new_section_hook): Removed.
1593 (bfd_false): Set bfd_error_invalid_operation.
1594 (bfd_nullvoidptr): Likewise.
1595 (bfd_n1): New function.
1596 (_bfd_nocore_core_file_matches_executable_p): Renamed from
1597 _bfd_dummy_core_file_matches_executable_p.
1598 (_bfd_nocore_core_file_failing_command): Similar rename. Set
1599 bfd_error_invalid_operation.
1600 (_bfd_nocore_core_file_failing_signal): Likewise.
1601 (_bfd_generic_get_section_contents): Renamed from
1602 bfd_generic_get_section_contents. Changed all callers.
1603 (_bfd_generic_set_section_contents): Similar rename.
1604 * ieee.c: #if 0 out ieee_bfd_debug_info_start,
1605 ieee_bfd_debug_info_end, ieee_bfd_debug_info_accumulate. They
1607 * bfd-in2.h: Rebuilt.
1608 * libbfd.h: Rebuilt.
1610 Tue Apr 5 22:10:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1612 * Crude support for examining dynamic libraries.
1613 * som.c (som_object_setup): Set DYNAMIC flag for SHL_MAGIC and
1615 (som_prep_headers): Preserve the system_id for DYNAMIC objects.
1616 Use SHL_MAGIC as the magic number of the DYNAMIC flag is set.
1617 Write exec headers for DYNAMIC objects.
1618 (som_begin_writing): DYNAMIC objects have the same alignment
1619 restrictions as D_PAGED objects.
1620 (bfd_section_from_som_symbol): Treat DYNAMIC objects like EXEC_P
1622 (object_flags): Add DYNAMIC.
1624 Tue Apr 5 17:48:52 1994 Stan Shebs (shebs@andros.cygnus.com)
1626 * i386lynx.c, sparclynx.c (NAME): Remove embedded whitespace in
1627 macro uses, confuses some non-ANSI compilers.
1629 Tue Apr 5 15:50:01 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1631 * som.c (som_bfd_free_cached_info): Add missing PARAMS decl.
1632 Don't free anything if we don't have a bfd_object.
1633 (som_close_and_cleanup): Call som_bfd_free_cached_info.
1635 Tue Apr 5 11:22:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1637 * elf32-mips.c (mips_elf_final_link): Don't remove empty sections.
1638 It turns out not to be required on Irix 5, and it causes problems
1639 if the sections happen to contain symbols.
1641 * elfcode.h (write_shdrs_and_ehdr): Correct bfd_write check.
1643 * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if
1644 section->relocation is NULL; malloc might have returned NULL when
1645 given a zero size if there were no relocations.
1646 * bout.c (b_out_canonicalize_reloc): Likewise.
1647 * coffcode.h (coff_canonicalize_reloc): Likewise.
1648 * ecoff.c (ecoff_canonicalize_reloc): Likewise.
1649 * elfcode.h (elf_canonicalize_reloc): Likewise.
1650 * mipsbsd.c (MY(canonicalize_reloc)): Likewise.
1651 * i386lynx.c (NAME(lynx,canonicalize_reloc)): Likewise.
1652 * nlmcode.h (nlm_canonicalize_reloc): Likewise.
1653 * som.c (som_canonicalize_reloc): Likewise.
1654 * hp300hpux.c (MY(slurp_reloc_table)): Likewise. Also, if malloc
1655 returns NULL, don't report an error if we asked for zero bytes.
1656 * i386lynx.c (NAME(lynx,slurp_reloc_table)): If malloc returns
1657 NULL, don't report an error if we asked for zero bytes.
1658 * nlmcode.h (nlm_slurp_reloc_fixups): Likewise.
1660 Mon Apr 4 15:30:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1662 * aoutx.h (NAME(aout,bfd_free_cached_info)): Don't free anything
1663 if we don't have a bfd_object.
1665 Made sure that every call to bfd_read, bfd_write, and bfd_seek
1666 checks the return value and handled bfd_error correctly. These
1667 changes are not itemised. Also:
1668 * aoutx.h (emit_strtab): Change return type to boolean, and return
1670 (NAME(aout,write_syms)): Check emit_strtab return value.
1671 (NAME(aout,final_link)): Likewise.
1672 * coffcode.h (coff_write_relocs): Change return type to boolean,
1674 (coff_write_object_contents): Check coff_write_relocs return
1676 * i386os9k.c (os9k_swap_exec_header_in): Change return type to
1678 (os9k_object_p): Check os9k_swap_exec_header_in return value.
1679 * oasys.c (oasys_read_record): Change return type to boolean.
1680 (oasys_slurp_symbol_table: Check oasys_read_record return value.
1681 (oasys_object_p, oasys_slurp_section_data): Likewise.
1682 (oasys_write_record): Change return type to boolean.
1683 (oasys_write_syms): Likewise. Also, check oasys_write_record
1685 (oasys_write_sections): Check oasys_write_record return value.
1686 (oasys_write_header): Change return type to boolean. Check
1687 oasys_write_record return value.
1688 (oasys_write_end, oasys_write_data): Likewise.
1689 (oasys_write_object_contents): Check return values of
1690 oasys_write_header, oasys_write_syms, oasys_write_data, and
1692 * srec.c (srec_write_record): Change return type to boolean.
1693 (srec_write_header): Likewise. Also, check srec_write_record
1695 (srec_write_section, srec_write_terminator): Likewise.
1696 (srec_write_symbols): Change return type to boolean.
1697 (internal_srec_write_object_contents): Check return value of
1698 srec_write_symbols, srec_write_header, srec_write_section, and
1699 srec_write_terminator.
1701 * Makefile.in: Rebuilt dependencies.
1703 Mon Apr 4 10:56:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1705 * aix386-core.c (aix386_bfd_is_local_label): Correct cast from
1706 asection to asymbol.
1707 * ptrace-core.c (ptrace_unix_bfd_is_local_label): Correct cast from
1709 * trad-core.c (trad_unix_bfd_is_local_label): Correct cast from
1710 asection to asymbol.
1712 Sun Apr 3 18:27:29 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1714 * som.c (som_slurp_string_table): Use malloc to allocate space
1715 for the cached copy of the native string table.
1716 (som_slurp_symbol_table): Likewise for the native symbol table.
1717 (som_slurp_reloc_table): Likewise for the native and generic
1719 (som_bfd_free_cached_info): Free the cached native strings,
1720 symbols, and relocations. Also free the canonical cached
1723 Fri Apr 1 12:40:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1725 * aoutx.h (aout_link_write_symbols): If keep_memory is false, make
1726 sure the symbol name is stored in permanent memory before adding
1727 it to the string table.
1729 * archive.c (_bfd_write_archive_contents): Once we've found an
1730 object, don't bother to look for more when deciding whether to
1732 (compute_and_write_armap): After adding the symbols for a BFD,
1733 call bfd_free_cached_info on it.
1735 Add bfd_free_cached_info support to a.out backends.
1736 * aoutx.h (aout_get_external_symbols): Renamed from
1737 aout_link_get_symbols. Read strings even if symbols have been
1738 read. Store string size in obj_aout_string_size.
1739 (NAME(aout,slurp_symbol_table)): Call aout_get_external_symbols to
1740 read the symbols. Allocate the cached symbols with malloc, not
1742 (NAME(aout,slurp_reloc_table)): Allocate the cached relocs with
1743 malloc, not bfd_alloc.
1744 (NAME(aout,bfd_free_cached_info)): New function; free cached
1746 * libaout.h (struct aoutdata): Add external_string_size field.
1747 (obj_aout_external_string_size): New accessor macro.
1748 (NAME(aout,close_and_cleanup)): Don't declare.
1749 (NAME(aout,bfd_free_cached_info)): Declare.
1750 (aout_32_close_and_cleanup): Don't define.
1751 (aout_64_close_and_cleanup): Don't define.
1752 * aout-target.h (MY_bfd_free_cached_info): If not already defined,
1753 define as NAME(aout,free_cached_info).
1754 (MY_close_and_cleanup): If not already defined, define as
1755 MY_bfd_free_cached_info.
1756 * aout-adobe.c (aout_32_close_and_cleanup): Define.
1757 (aout_32_bfd_free_cached_info): Don't define.
1758 * bout.c (aout_32_close_and_cleanup): Define.
1759 (aout_32_bfd_free_cached_info): Don't define.
1760 * hp300hpux.c (MY_bfd_free_cached_info): Define as bfd_true.
1761 (MY_close_and_cleanup): Don't define.
1762 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Allocate the cached
1763 relocs with malloc, not bfd_alloc.
1764 * i386os9k.c (aout_32_close_and_cleanup): Define.
1765 (aout_32_bfd_free_cached_info): Don't define.
1767 Add a new entry point to free memory cached by a BFD.
1768 * targets.c (bfd_target): Add _bfd_free_cached_info field.
1769 * bfd.c (bfd_free_cached_info): Define.
1770 * bfd-in.h (JUMP_TABLE): Add _bfd_free_cached_info.
1771 * bfd-in2.h: Rebuilt.
1772 * All backends: Initialize bfd_free_cached_info entry point to
1775 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Correct type of
1776 first, unused, argument.
1777 (hppa_elf_is_local_label): Declare instead of
1778 som_bfd_is_local_label.
1780 * coff-a29k.c (a29k_reloc): Add reloc_entry->address to value of
1781 absolute R_IREL reloc.
1783 Thu Mar 31 11:52:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1785 Added some support for Irix 4 shared libraries.
1786 * ecoff.c (ecoff_new_section_hook): Set SEC_SHARED_LIBRARY for a
1788 (ecoff_sec_to_styp_flags): Set SEC_SHARED_LIBRARY if
1789 STYP_ECOFF_LIB bit is set.
1790 (ecoff_compute_section_file_positions): Round the contents of a
1791 .lib section up to the next page boundary.
1792 (ecoff_set_section_contents): If we see a .lib section, increment
1793 the vma by one to count the number of shared libraries we have.
1794 (ecoff_write_object_contents): Don't crash if we see a
1795 STYP_ECOFF_LIB section, and don't adjust text_start or data_start
1798 * coffcode.h (CALC_ADDEND): Change to fetch original symbol value
1799 from original BFD, rather than using value of current BFD symbol.
1800 Needed for new linker.
1801 * coff-sparc.c (CALC_ADDEND): Likewise.
1803 * ecoff.c (ecoff_write_object_contents): Set the text_start and
1804 data_start entries in the optional header correctly even if a text
1805 or data section starts at location zero.
1807 * reloc.c (bfd_reloc_code_real_type): Added BFD_RELOC_26 (from sef
1809 * bfd-in2.h: Rebuilt.
1811 * nlm32-i386.c (nlm_i386_read_import): Null terminate the symbol
1813 * nlm32-alpha.c (nlm_alpha_read_import): Likewise.
1814 * nlm32-sparc.c (nlm_sparc_read_import): Likewise.
1816 * coffgen.c (coff_write_symbol): Reindented. Changed to return
1817 boolean, and changed written to unsigned int *. Check error
1818 returns from called functions.
1819 (coff_write_alien_symbol): Likewise.
1820 (coff_write_native_symbol): Likewise.
1821 (coff_write_symbols): Likewise. Reworked checks on whether to
1822 write symbol name to string table for clarity and to avoid core
1823 dumping when given a non COFF symbol.
1824 * libcoff-in.h (coff_write_symbols): Declare as returning boolean.
1825 * libcoff.h: Rebuilt.
1826 * coffcode.h (coff_write_object_contents): Check return value of
1829 Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1831 Changes to let BFD return an error indication from
1832 get_symtab_upper_bound, bfd_canonicalize_symtab,
1833 bfd_get_reloc_upper_bound, and bfd_canonicalize_reloc. They now
1834 return long instead of unsigned int, and use -1 to indicate an
1835 error. Along the way, rename get_symtab_upper_bound to
1836 bfd_get_symtab_upper_bound.
1837 * bfd.c (bfd_get_reloc_upper_bound): Return long, and -1 on
1839 (bfd_canonicalize_reloc): Likewise.
1840 * syms.c (bfd_get_symtab_upper_bound): Renamed from
1841 get_symtab_upper_bound.
1842 * targets.c (bfd_target): Renamed _get_symtab_upper_bound to
1843 _bfd_get_symtab_upper_bound, and changed it and
1844 _bfd_canonicalize_symtab and _get_reloc_upper_bound and
1845 _bfd_canonicalize_reloc to all return long.
1846 * aoutx.h (NAME(aout,get_symtab)): Return long, and -1 on errors.
1847 (NAME(aout,canonicalize_reloc)): Likewise.
1848 (NAME(aout,get_reloc_upper_bound)): Likewise.
1849 (NAME(aout,get_symtab_upper_bound)): Likewise.
1850 * bout.c (b_out_canonicalize_reloc): Likewise.
1851 (b_out_get_reloc_upper_bound): Likewise.
1852 * coffcode.h (coff_canonicalize_reloc): Likewise.
1853 * coffgen.c (coff_get_symtab_upper_bound): Likewise.
1854 (coff_get_symtab): Likewise.
1855 (coff_get_reloc_upper_bound): Likewise.
1856 * ecoff.c (ecoff_get_symtab_upper_bound): Likewise.
1857 (ecoff_get_symtab): Likewise.
1858 (ecoff_canonicalize_reloc): Likewise.
1859 * elfcode.h (elf_get_symtab_upper_bound): Likewise.
1860 (elf_get_reloc_upper_bound): Likewise.
1861 (elf_canonicalize_reloc): Likewise.
1862 (elf_get_symtab): Likewise.
1863 * hp300hpux.c (MY(get_symtab)): Likewise.
1864 (MY(get_symtab_upper_bound)): Likewise.
1865 (MY(canonicalize_reloc)): Likewise.
1866 * i386lynx.c (NAME(lynx,canonicalize_reloc)): Likewise.
1867 * ieee.c (ieee_slurp_external_symbols): Change return type to
1868 boolean. Check for errors from get_symbol.
1869 (ieee_slurp_symbol_table): Change return type to boolean. Check
1870 for errors from ieee_slurp_external_symbols.
1871 (ieee_get_symtab_upper_bound): Return long, and -1 on errors.
1872 (ieee_get_symtab): Likewise.
1873 (ieee_get_reloc_upper_bound): Likewise.
1874 (ieee_canonicalize_reloc): Likewise.
1875 * mipsbsd.c (MY(canonicalize_reloc)): Likewise.
1876 * nlmcode.h (nlm_get_symtab_upper_bound): Likewise.
1877 (nlm_get_symtab): Likewise.
1878 (nlm_get_reloc_upper_bound): Likewise.
1879 (nlm_canonicalize_reloc): Likewise.
1880 * oasys.c (oasys_get_symtab_upper_bound): Likewise.
1881 (oasys_get_symtab): Likewise.
1882 (oasys_get_reloc_upper_bound): Likewise.
1883 (oasys_canonicalize_reloc): Likewise.
1884 * som.c (som_get_symtab_upper_bound): Likewise.
1885 (som_get_symtab): Likewise.
1886 (som_get_reloc_upper_bound): Likewise.
1887 (som_canonicalize_reloc): Likewise.
1888 * srec.c (srec_get_symtab_upper_bound): Likewise.
1889 (srec_get_symtab): Likewise.
1890 (srec_get_reloc_upper_bound): Define as bfd_0l.
1891 (srec_canonicalize_reloc): Likewise.
1892 * tekhex.c (tekhex_get_symtab): Return long, and -1 on errors.
1893 (tekhex_get_symtab_upper_bound): Likewise.
1894 (tekhex_get_reloc_upper_bound): Define as bfd_0l.
1895 (tekhex_canonicalize_reloc): Likewise.
1896 * libaout.h (NAME(aout,get_symtab_upper_bound)): Change
1897 declaration to return long.
1898 (NAME(aout,get_symtab)): Likewise.
1899 (NAME(aout,canonicalize_reloc)): Likewise.
1900 (NAME(aout,get_reloc_upper_bound)): Likewise.
1901 * libcoff-in.h (coff_get_symtab_upper_bound): Likewise.
1902 (coff_get_symtab): Likewise.
1903 (coff_get_reloc_upper_bound): Likewise.
1904 * libecoff.h (ecoff_get_symtab_upper_bound): Likewise.
1905 (ecoff_get_symtab): Likewise.
1906 (ecoff_canonicalize_reloc): Likewise.
1907 * libelf.h (bfd_elf32_get_symtab_upper_bound): Likewise.
1908 (bfd_elf32_get_symtab): Likewise.
1909 (bfd_elf32_get_reloc_upper_bound): Likewise.
1910 (bfd_elf32_canonicalize_reloc): Likewise.
1911 (bfd_elf64_get_symtab_upper_bound): Likewise.
1912 (bfd_elf64_get_symtab): Likewise.
1913 (bfd_elf64_get_reloc_upper_bound): Likewise.
1914 (bfd_elf64_canonicalize_reloc): Likewise.
1915 * libnlm.h (nlmNAME(get_symtab_upper_bound)): Likewise.
1916 (nlmNAME(get_symtab)): Likewise.
1917 (nlmNAME(get_reloc_upper_bound)): Likewise.
1918 (nlmNAME(canonicalize_reloc)): Likewise.
1919 * archive.c (compute_and_write_armap): Use error_return and
1920 no_memory_return labels rather than freeing information in various
1921 places. Change storage, symcount and src_count to long. Check
1922 errors from bfd_get_symtab_upper_bound and
1923 bfd_canonicalize_symtab.
1924 * bout.c (b_out_relax_section): Change reloc_size to long. Check
1925 for errors from bfd_get_reloc_upper_bound and
1926 bfd_canonicalize_reloc.
1927 (b_out_get_relocated_section_contents): Likewise.
1928 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
1930 * elf32-mips.c: Likewise.
1931 * elf32-hppa.c (hppa_elf_stub_finish): Likewise.
1932 (hppa_look_for_stubs_in_section): Check for errors from
1933 bfd_get_symtab_upper_bound, bfd_canonicalize_symtab, and
1934 bfd_canonicalize_reloc.
1935 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Check for errors
1936 from bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
1937 * linker.c (generic_link_read_symbols): Likewise.
1938 (_bfd_generic_final_link): Check for errors from
1939 bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
1940 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
1941 * reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
1942 (bfd_coff_reloc16_get_relocated_section_contents): Likewise.
1943 * libbfd.c (bfd_0l): New function.
1944 * libbfd-in.h (bfd_0l): Declare.
1945 * aix386-core.c: Change get_symtab_upper_bound, get_symtab,
1946 get_reloc_upper_bound, and canonicalize_reloc to use bfd_0l rather
1948 * cisco-core.c, hppabsd-core.c, hpux-core.c: Likewise.
1949 * irix-core.c, osf-core.c, ptrace-core.c, trad-core.c: Likewise.
1950 * bfd-in2.h: Rebuilt.
1951 * libbfd.h: Rebuilt.
1952 * libcoff.h: Rebuilt.
1954 * nlm32-sparc.c (nlm_sparc_read_reloc): Remove unused variables
1957 Wed Mar 30 08:33:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1959 * hosts/dpx2.h: Define POSIX_UTIME.
1961 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1963 * i386dynix.c, config/i386-dynix.mt: New files, handling Dynix
1965 * configure.in, config.bfd: Use them for Dynix.
1966 * Makefile.in: Add dependencies for i386dynix.o.
1967 * targets.c: Add definition for i386dynix_vec.
1968 * hosts/symmetry.h: Do not define TRAD_CORE_USER_OFFSET for Dynix.
1969 Define HOST_DATA_START_ADDR and TRAD_UNIX_CORE_FILE_FAILING_SIGNAL
1970 for Dynix. Remove inclusion of dynix3.h, Dynix bfd is now handled by
1973 Mon Mar 28 12:53:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1975 * Makefile.in (BFD32_BACKENDS): Add coff-sparc.o.
1977 * coffcode.h (coff_set_flags): Handle bfd_arch_powerpc like
1980 * config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
1981 * config/rs6000.mt (SELECT_ARCHITECTURES): Add bfd_powerpc_arch.
1983 * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag
1984 for generated constructor section.
1986 Sun Mar 27 16:25:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1988 * som.c (som_begin_writing): New approach at dealing with holes
1989 in executables left by the HP linker. Does not rely on subspace
1990 alignments as subspaces are *NOT* guaranteed to be properly
1991 aligned in an executable (can you believe that!).
1993 Sat Mar 26 10:25:43 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1995 * som.c (som_get_section_contents): New function. Do not try
1996 to actually read data from a section that doesn't have either
1997 SEC_LOAD or SEC_DEBUGGING set (eg $BSS$) just return true.
1999 * libbfd.c (bfd_read): Set bfd_error as appropriate for a short
2000 read. (bfd_error_system_call or bfd_error_file_truncated).
2002 * som.c: Do not blindly set bfd_error_system_call after a
2003 failing bfd_read, bfd_write, or bfd_seek. In a few places
2004 (like som_object_p) override the error status set by bfd_read.
2006 * aix386-core.c, aout-encap,c archive.c, bout.c: Likewise.
2007 * coff-rs6000.c, coffgen.c ecoff.c, elf.c: Likewise.
2008 * elf32-hppa.c, elfcode.h, hp300hpux.c, i386lynx.c: Likewise.
2009 * nlm32-alpha.c, nlm32-i386.c, nlm32-sparc.c: Likewise.
2011 * som.c: Check return values from several bfd_{seek,read,write}
2012 calls that we just assumed were not failing.
2014 Fri Mar 25 11:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2016 * hosts/sysv4.h (HAVE_PROCFS): Add comments about ptx4.
2017 * config/sysv4.mh: Add comment.
2018 * config/symmetry.mh: Change comment.
2019 * configure.host: Use sysv4, not symmetry, for i[34]86-sequent-sysv4*.
2021 Fri Mar 25 17:10:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2023 Changes to support linker relaxing of embedded MIPS PIC code to
2024 use a five instruction sequence for function calls which are out of
2025 range of the bal instruction.
2026 * libecoff.h (struct ecoff_section_tdata): Define.
2027 (ecoff_section_data): Define.
2028 (ecoff_bfd_relax_section): Don't define.
2029 * ecoff.c (ecoff_final_link_debug_accumulate): Don't read or free
2030 the debugging information if it has already been read.
2031 (ecoff_indirect_link_order): Handle _cooked_size being different
2032 from _raw_size. Don't reread the contents or the relocs if they
2033 have already been read in.
2034 * coff-mips.c (mips_howto_table): Change bitsize of PCREL16 from
2036 (PCREL16_EXPANSION_ADJUSTMENT): Define.
2037 (mips_relocate_refhi): Take adjust argument.
2038 (mips_relocate_section): Handle reloc offsets stored in section
2039 used_by_bfd field. Call mips_relax_pcrel16 to handle details of
2040 expanding an out of range PCREL16. Keep trace of adjustments
2041 required by expansions. Set s and unset h when converting a reloc
2042 from undefined to section. Change handling of PC relative relocs:
2043 if against a section, they are correct in the object file, if
2044 against an external symbol they are pcrel_offset.
2045 (mips_relax_section): New function.
2046 (mips_relax_pcrel16): New function.
2047 (ecoff_bfd_relax_section): Define.
2048 * coff-alpha.c (ecoff_bfd_relax_section): Define.
2049 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle adjustments
2050 built by mips_relax_section when writing out addresses.
2051 * elf32-mips.c (mips_elf_read_ecoff_info): Clear adjust field.
2053 * aoutx.h (NAME(aout,find_nearest_line)): The caller expects
2054 functionname_ptr to be set to a symbol name, so prepend
2055 symbol_leading_char.
2057 Thu Mar 24 11:33:46 1994 Steve Chamberlain (sac@jonny.cygnus.com)
2059 * coff-h8300.c (h8300_reloc16_extra_cases): Add relaxing info
2060 for 16bit relative branches.
2061 * coff-h8500.c (r_high8, r_low16, r_high16): Don't complain on
2064 Thu Mar 24 09:21:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2066 * som.c (som_bfd_prep_for_ar_write): Ignore non-SOM objects.
2067 (som_bfd_ar_write_symbol_stuff, som_write_armap): Likewise.
2069 Wed Mar 23 14:29:31 1994 David J. Mackenzie (djm@rtl.cygnus.com)
2071 * netbsd386.c (N_SET_FLAGS): Delete the old definition.
2073 Wed Mar 23 14:58:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2075 Clean up the relaxing code for the new linker.
2076 * targets.c (_bfd_relax_section): Take boolean *again argument
2077 rather than asymbol list.
2078 * bfd.c (bfd_relax_section): Change name of fourth argument from
2080 * reloc.c (bfd_generic_relax_section): Take boolean *again
2081 argument rather than asymbol list. Always return true.
2082 * bout.c: Include genlink.h.
2083 (aligncode, perform_slip): Declare.
2084 (perform_slip): Take BFD argument rather than asymbol list.
2085 Changed all callers. Get the symbols from the BFD. Change the
2086 hash table entry value as well as the symbol value.
2087 (abs32code): Take BFD argument rather than asymbol list. Changed
2089 (aligncode): Likewise.
2090 (b_out_relax_section): Take boolean *again argument rather than
2091 asymbol list. Only return false if an error occurred. Set *again
2092 to false. Get symbols from BFD.
2093 * reloc16.c: Include genlink.h.
2094 (bfd_perform_slip): Take BFD argument rather than asymbol list.
2095 Get the symbols from the BFD. Change the hash table entry value
2096 as well as the symbol value.
2097 (bfd_coff_reloc16_relax_section): Take boolean *again argument
2098 rather than asymbol list. Only return false if an error occurred.
2099 Set *again to false. Get symbols from BFD.
2100 * coffcode.h (bfd_coff_backend_data): Change
2101 _bfd_coff_reloc16_estimate to take BFD argument rather than
2103 (bfd_coff_reloc16_estimate): Corresponding change.
2104 (dummy_reloc16_estimate): Corresponding change.
2105 * libcoff-in.h (bfd_coff_reloc16_relax_section): Change
2106 declaration to take boolean * rather than asymbol list.
2107 (bfd_perform_slip): Change declaration to take BFD rather than
2109 * coff-h8300.c (h300_reloc16_estimate): Take BFD argument rather
2110 than asymbol list. Changed calls to bfd_perform_slip.
2111 * bfd-in2.h: Rebuilt.
2112 * libbfd.h: Rebuilt.
2113 * libcoff.h: Rebuilt.
2114 * Makefile.in: Rebuilt dependencies.
2116 * genlink.h (_bfd_generic_link_get_symbols): Define.
2117 (_bfd_generic_link_get_symcount): Define.
2118 * linker.c (generic_link_read_symbols): New function.
2119 (generic_link_add_object_symbols): Use it. Use
2120 _bfd_generic_link_get_symbols and _bfd_generic_link_get_symcount
2121 to get the symbols from the BFD.
2122 (generic_link_check_archive_element): Likewise.
2123 (_bfd_generic_final_link): Likewise.
2124 (_bfd_generic_link_output_symbols): Likewise.
2125 (default_indirect_link_order): Likewise.
2126 (generic_link_add_symbol_list): Store pointer to hash table entry
2127 in asymbol udata field.
2129 Tue Mar 22 13:09:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2131 * coff-mips.c (mips_howto_table): Add entry for new MIPS_R_PCREL16
2132 reloc, used in embedded PIC code.
2133 (mips_adjust_reloc_in): Change sanity check to permit new reloc.
2134 (mips_bfd_reloc_type_lookup): Turn BFD_RELOC_16_PCREL_S2 into
2137 * elf32-mips.c (mips_elf_final_link): Account for link_order
2138 relocs when allocating space for relocations. Set SEC_RELOC flag
2139 for any section which has relocs. Handle link_order relocs in
2140 link_order loop. Use _bfd_generic_link_add_symbols_collect for
2141 add_symbls entry point.
2143 * linker.c (_bfd_generic_final_link): Set reloc_count to 0 before
2144 counting relocs. Set SEC_RELOC flag for any section which has
2147 * linker.c (_bfd_default_link_order): Handle bfd_data_link_order.
2149 * linker.c (_bfd_generic_link_add_symbols): Just call
2150 generic_link_add_symbols.
2151 (_bfd_generic_link_add_symbols_collect): New function, like
2152 _bfd_generic_link_add_symbols but also collect constructors and
2153 destructors by name as collect2 does.
2154 (generic_link_add_symbols): New function, like old
2155 _bfd_generic_link_add_symbols but with collect argument.
2156 (generic_link_add_object_symbols): Take collect argument.
2157 (generic_link_check_archive_element_no_collect): New function.
2158 (generic_link_check_archive_element_collect): New function.
2159 (generic_link_check_archive_element): Take collect argument.
2160 (generic_link_add_symbol_list): Take collect argument.
2161 (_bfd_generic_link_add_one_symbol): Rename constructor argument to
2163 * libbfd-in.h (_bfd_generic_link_add_symbols_collect): Declare.
2164 * libbfd.h: Rebuilt.
2166 Tue Mar 22 10:04:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2168 * archive.c (bfd_construct_extended_name_table): Use ar_padchar
2169 for first character in an extended name.
2170 (_bfd_write_archive_contents): If ar_padchar == '/', then use
2171 "//" as the name of the special archive member holding the
2172 extended name table.
2174 Mon Mar 21 12:28:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2176 Support for link_order types which generate relocs in order to
2177 support -Ur in the linker.
2178 * linker.c (generic_link_add_symbol_list): Remove bitsize argument
2179 from call to _bfd_generic_link_add_one_symbol.
2180 (_bfd_generic_link_add_one_symbol): Remove bitsize argument.
2181 Don't pass bitsize to constructor call back. Pass BFD_RELOC_CTOR
2182 instead of bitsize to add_to_set call back.
2183 (_bfd_generic_final_link): Account for link_order relocs when
2184 allocating space for relocations. Handle them in link_order loop.
2185 (_bfd_generic_reloc_link_order): New function.
2186 (_bfd_default_link_order): If a reloc_link_order is seen here,
2188 (_bfd_count_link_order_relocs): New function.
2189 * libbfd-in.h (_bfd_generic_link_add_one_symbol): Remove bitsize
2190 argument from declaration.
2191 (_bfd_generic_reloc_link_order): Declare.
2192 (_bfd_count_link_order_relocs): Declare.
2193 * libbfd.h: Rebuilt.
2194 * aoutx.h (aout_link_add_symbols): Remove bitsize argument from
2195 call to _bfd_generic_link_add_one_symbol.
2196 (NAME(aout,final_link)): Account for link_order relocs when
2197 allocating space for relocations. Handle them after handling all
2199 (aout_link_reloc_link_order): New function.
2200 * ecoff.c (ecoff_link_add_externals): Remove bitsize argument from
2201 call to _bfd_generic_link_add_one_symbol.
2202 (ecoff_bfd_final_link): Account for link_order relocs when
2203 allocating space for relocations. Handle them in link_order loop.
2204 (ecoff_link_write_external): Set the storage class of a defined
2205 linker created symbol based on the section it is in. Correct
2206 bfd_link_hash_weak case to use .sc rather than .st.
2207 (ecoff_reloc_link_order): New function.
2208 * coff-alpha.c (alpha_bfd_reloc_type_lookup): Handle
2210 * coff-mips.c (mips_bfd_reloc_type_lookup): Likewise.
2212 * sunos.c (sunos_read_dynamic_info): Remove unused locals dynsym
2215 * cisco-core.c (cisco_core_file_p): Only pass one argument to
2216 bfd_zmalloc. Free a pointer, not a union.
2217 (cisco_bfd_is_local_label): Correct cast from asection to asymbol.
2219 Sun Mar 20 09:24:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2221 * bfd/som.c (som_begin_writing): Fix thinko (off by one error).
2223 * som.c (bfd_section_from_som_symbol): Only to do the value
2224 comparison for function symbols within executables.
2226 * som.c (bfd_section_from_som_symbol): Renamed from
2227 som_section_from_subspace_index. Pass in a native SOM symbol.
2228 For executables, iterate through the sections to find out
2229 which contains the symbol's address rather than using the
2230 symbol_info field. (symbol_info has a different meaning for
2231 dynamicly linked executables.)
2233 * trad-core.c (trad_unix_core_file_p): Don't pass abfd to
2236 * som.c (som_begin_writing): Fix braino (one call to align
2237 space/subspace data was done unconditionally rather than
2238 just for executables.)
2240 * som.c (som_begin_writing): Align text in all executables to
2241 make HPUX kernel happy. Fixes strip/objcopy for shared
2244 Sat Mar 19 07:06:59 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2246 * som.c (som_begin_writing): Account for alignment needs of
2247 subspaces too when writing executables. Never request a negative
2248 bss size. Fixes some problems with demand paged executables,
2249 still having problems with pure executables and shared executables.
2251 Fri Mar 18 19:12:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2253 * trad-core.c (trad_unix_core_file_p): Call bfd_zmalloc not
2254 bfd_zalloc for rawptr, because later on we may call free, not
2257 * bfd.c (struct _bfd): Add cisco_core_struct to tdata union.
2258 * libbfd.c (bfd_read, bfd_seek): Add comments regarding errors.
2259 * cisco-core.c: New file.
2260 * Makefile.in: Change accordingly.
2261 * configure.in: Recognize cisco_core_vec.
2262 * config/m68k-aout.mt (SELECT_VECS): Add cisco_core_vec.
2263 * targets.c: Add cisco_core_vec.
2264 * bfd-in2.h: Rebuilt.
2266 Fri Mar 18 18:13:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2268 * som.h (som_copyable_section_data_struct): New structure
2269 containing all the private section information which needs
2270 to be copied from input section to output section during
2272 (som_section_data_struct): Remove several fields now in
2273 som_copyable_section_data_struct. Make the space and
2274 subspace dictionaries be pointers (to save space when
2275 only reading objects).
2277 * som.c (bfd_som_set_section_attributes): Now returns a boolean;
2278 some references changed. Allocate a copyable data stucture if
2279 none exists. Store info into the copyable data structure.
2280 (bfd_som_set_subsection_attributes): Likewise.
2281 (som_is_space, som_is_subspace, som_is_container): New functions.
2282 Use these instead of directly accessing private data.
2283 (som_prep_headers): Allocate space and subspace headers here.
2284 Fill in some fields in the space/subspace headers from the
2286 (som_bfd_copy_private_section_data): Only copy the stuff
2287 that we really need to make objcopy and strip work. Allocate
2288 the copy_data structure for the output bfd before copying.
2290 * som.h (struct som_exec_data): New structure to hold exec
2291 info that must be preserved when running objcopy/strip.
2292 (struct somdata): Add new "exec_data" field and accessor
2293 macro. Add some comments on how the various fields are used.
2294 (som_section_data_struct): Make is_space and is_subspace bitfields.
2295 Delete unused subspace_index. All references now use the
2296 target_index field within the section structure itself.
2298 * som.c (make_unique_section): Delete unused declaration.
2299 (som_bfd_copy_private_bfd_data): New function.
2300 (som_object_setup): Allocate space for and save exec information
2301 that needs to be copied during objcopy/strip.
2302 (som_mkobject): Do not allocate space for a file header here.
2303 It is not used when only reading SOM objects.
2304 (som_prep_headers): Allocate space for and attach a file header
2305 to the output bfd. For executables, use the saved system_id
2306 value rather than trying to guess the right value. Do not abort
2307 wwhen setting file_hdr->entry* for executables.
2308 (som_begin_writing): For executables, set the exec_entry and
2310 (som_copy_private_backend_section_data): Always return a value.
2312 * libhppa.h (PA_PAGESIZE): Define.
2314 * som.c (SOM_ALIGN): Define.
2315 (som_begin_writing): If writing an executable, initialize all
2316 fields in the exec header to zero. Update fields in the exec
2317 header as sizes of loadable subspaces are computed. Carefully
2318 preserve alignments when building executables. Actually write the
2319 exec after all the fields are filled in.
2321 * Better long-filename handling. Reads SOM ABI compliant extended
2322 names, but doesn't quite write compliant extended names yet.
2323 * som.c (som_slurp_extended_name_table): Delete function. The
2324 generic code will handle things correctly.
2325 (som_slurp_armap): Seek to the beginning of the next member.
2326 (normalize): New function.
2327 (som_bfd_ar_write_symbol_stuff): Take the size of the extended
2328 name table into account when computing the file offsets in the
2329 SOM dictionary. Make sure to align to an even boundary.
2330 (som_write_armap): Initialize the checksum to zero.
2331 (ar_maxchars): Fix. Opps.
2333 Fri Mar 18 20:35:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2335 * aoutx.h (reloc_type_lookup): Handle BFD_RELOC_CTOR on a 64-bit
2336 machine. Handle BFD_RELOC_SPARC13 and BFD_RELOC_SPARC_BASE13.
2338 Thu Mar 17 18:26:46 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2340 * bfd-in.h (BFD_VERSION): Use @VERSION@.
2341 * Makefile.in (bfd.h): Replace it with contents of VERSION file.
2342 * bfd-in2.h: Regenerated.
2344 * trad-core.c (trad_unix_bfd_is_local_label): Fixed typo where
2345 this was also named trad_unix_bfd_copy_private_bfd_data.
2347 Thu Mar 17 10:37:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2349 * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,
2350 elf32-hppa.c, elf32-mips.c, linker.c, som.c, sunos.c: If malloc(0)
2351 returns NULL, it is not an error. It's possible that some of
2352 these checks are not necessary (because the size can never be
2353 zero), but putting in the checks is the conservative thing to do
2354 in light of the fact that some of these malloc calls replaced
2355 unchecked alloca calls, in which a zero argument would work fine.
2357 Thu Mar 17 11:44:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2359 * osf-core.c (osf_core_bfd_copy_private_bfd_data): Remove
2360 duplicate definition.
2361 (osf_core_bfd_is_local_label): Define.
2363 * reloc.c (bfd_generic_get_relocated_section_contents): Don't fail
2364 if malloc (0) fails. bfd_canonicalize_reloc returning 0 is not a
2365 failure indication, it merely means there are no relocs.
2367 * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use space
2368 after NAME, since SunOS /bin/cc can't handle it.
2370 Wed Mar 16 16:43:33 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2372 * netbsd386.c (N_SET_FLAGS): Don't nuke the machine id field.
2373 From sukes@glue.umd.edu (Tasuki Hirata).
2375 Wed Mar 16 07:55:54 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2377 * aoutf1.h (4 places): Use a simple #if on ARCH_SIZE, rather than
2378 all that convoluted stuff with NAME, CAT3, etc. The convoluted
2379 stuff broke for SunOS4 /bin/cc (due to DEFUN elimination, I guess).
2381 Wed Mar 16 00:02:05 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2383 * som.c (som_prep_for_fixups): Detect section symbols based
2384 on either the lack of private data or the symbol flags. Do not
2385 munge section symbol names anymore -- they no longer confuse GDB.
2386 (som_begin_writing): Leave space for an exec header if writing
2388 (som_slurp_symbol_table): Recognize both forms of section symbol
2389 names "L$0\002" and "$<FOO>$". Change the name of "L$0\002"
2390 section symbols to be the name of the section they represent.
2391 Debugging symbols begin with "L$0\001", not just "L$".
2393 Tue Mar 15 22:58:28 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2395 * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
2397 * bfd-in.h (JUMP_TABLE): Add new entries to the jump table
2398 for bfd_copy_private_section_data, bfd_copy_private_bfd_data,
2399 and bfd_is_local_label.
2401 * targets.c: Add new entries to the bfd_target structure.
2403 * bfd.c (bfd_copy_private_bfd_data): New definition.
2405 * section.c (bfd_copy_private_section_data): New definition.
2407 * syms.c (bfd_is_local_label): New definition.
2409 * libbfd-in.h (bfd_generic_is_local_label): Declare.
2411 * libbfd.c (bfd_generic_is_local_label): New function.
2413 * *-core.c: Provide default definitions for new functions in
2414 the target vector which all point to bfd_false.
2416 * aout-target.h, coffcode.h, elf32-target.h elf64-target.h, ieee.c
2417 libaout.h, libecoff.h, nlm-target.h, oasys.c, srec.c, tekhex.c
2418 Default new vectors for copying private backend data to bfd_true.
2419 Default new vector for determining if a symbol is a local label
2420 to bfd_generic_is_local_label.
2422 * som.c (som_bfd_copy_private_section_data): New function.
2423 (som_bfd_is_local_label): New function.
2424 (som_bfd_copy_private_bfd_data): For now default to bfd_true.
2426 * elf32-hppa.c (hppa_elf_is_local_label): New function.
2428 Tue Mar 15 23:55:47 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2430 * cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table.
2432 Tue Mar 15 04:41:13 1994 David J. Mackenzie (djm@rtl.cygnus.com)
2435 Replace DEFUN and DEFUN_VOID with K&R-style function definition.
2436 Indent some of them to GNU standards.
2438 * aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
2439 cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
2440 elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
2441 libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
2442 Update copyright years.
2444 Mon Mar 14 11:41:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2446 * som.c (som_prep_for_fixups): A relocation involving the section
2447 symbol for the *ABS* section is really a relocation involving
2449 (som_slurp_symbol_table): Do not set BSF_GLOBAL or BSF_EXPORT for
2450 undefined symbols. Correctly distinguish between debugger symbols
2451 and section symbols.
2453 * som (setup_sections): Set SEC_DEBUGGING and the section attributes
2454 for spaces and subspaces.
2456 * som.c (som_bfd_count_ar_symbols): Fix typo.
2458 * som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and
2459 HAS_RELOC based on the object's magic number.
2460 (make_unique_section): Delete function. BFD and its users are
2461 prepared to handle multiple sections with the same name.
2462 (setup_sections): Allocate space on the BFD's obstack to hold
2463 section names. Use bfd_make_setion_anyway rather than the
2464 obsolete make_unique_section.
2465 (som_prep_headers): Choose the correct SOM magic number based
2467 (som_bfd_fill_in_ar_symbols): Return false, not NULL on error.
2469 Sat Mar 12 09:46:09 1994 Ian Lance Taylor (ian@cygnus.com)
2471 * elf32-ppc.c: Renamed from elf32-powerpc.c.
2472 * nlm32-ppc.c: Renamed from nlm32-powerpc.c.
2473 * Makefile.in, configure.in: Corresponding changes.
2475 Fri Mar 11 22:27:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2477 * elf32-powerpc.c: Extensive changes to update to preliminary ABI.
2479 Fri Mar 11 00:34:59 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2481 * sunos.c (sunos_read_dynamic_info): Assume that dynamic info
2482 is always located at the start of the data section to allow
2483 recovery of the dynamic info from a stripped executable.
2484 * ecoff.c (ecoff_styp_to_sec_flags): Handle STYP_PDATA, STYP_XDATA
2487 Wed Mar 9 17:17:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2489 * libbfd-in.h: Remove alloca cruft. It was missing some necessary
2490 cruft (like the #pragma alloca for AIX).
2491 In addition to that problem, the C alloca calls xmalloc, which
2492 means checking for being out of memory can't work right. The
2493 following changes remove all uses of alloca from BFD.
2494 * hosts/solaris2.h: Remove alloca cruft.
2495 * som.c: Replace alloca with a fixed size auto array.
2496 * aoutx.h, elfcode.h, nlmcode.h, bout.c, coff-alpha.c, ecoff.c,
2497 ecofflink.c, elf32-hppa.c, elf32-mips.c, linker.c, reloc.c, som.c,
2498 sunos.c: Replace alloca with malloc and appropriate error checking and
2500 * linker.c: Replace alloca with obstack_alloc.
2501 * libbfd.h: Rebuilt.
2503 Tue Mar 8 12:10:38 1994 Ian Lance Taylor (ian@cygnus.com)
2505 * coff-mips.c (mips_relocate_section): Handle MIPS_R_LITERAL like
2508 Sat Mar 5 14:08:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2510 * elf32-hppa.h, elfcode.h: Replace uses of Elf*_Half, Elf*_Word,
2511 Elf*_Off typedefs by their expansion, the typedefs have been
2512 removed from include/elf/internal.h.
2513 * elfcode.h (bfd_section_from_shdr): Handle SHT_DYNAMIC section like
2514 SHT_PROGBITS section.
2516 Thu Mar 3 20:03:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2518 * som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
2520 Wed Mar 2 13:28:06 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2522 * configure.host: Recognize i[34]86-sequent-*.
2524 * trad-core.c (trad_unix_core_file_p): A non-zero, not zero,
2525 return from bfd_seek indicates an error.
2526 New macro TRAD_CORE_DSIZE_INCLUDES_TSIZE to replace
2527 TRAD_CORE_STACK_OFFSET.
2528 * hosts/symmetry.h: Define TRAD_CORE_DSIZE_INCLUDES_TSIZE and
2529 TRAD_CORE_USER_OFFSET but not HOST_STACK_OFFSET.
2531 Wed Mar 2 11:57:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2533 * som.[ch]: Do not include libhppa.h in som.c, instead include
2536 * elf32-hppa.[ch]: Do not include libhppa.h in elf32-hppa.c, instead
2537 include it in elf32-hppa.h.
2539 * som.c (log2): Return -1 on error rather than aborting.
2540 (setup_sections): Bubble up an error from log2.
2542 * Changes to make HP C compiler happy in both traditional
2544 * som.c (hppa_som_gen_reloc_type): Use correct enum type for
2546 (bfd_som_set_section_attributes): Use unsigned int rather than
2547 unsigned char to avoid GNU-C extensions.
2548 (bfd_som_attach_aux_hdr): Return a boolean to indicate success
2549 or failure rather than aborting on failure.
2551 * som.h (bfd_som_set_section_attributes): Fix prototype to match
2553 (bfd_som_attach_aux_hdr): Add prototype.
2554 (hppa_som-gen_reloc_type): Likewise.
2556 * elf32-hppa.c: Add a couple casts to make HP compiler happy.
2557 (hppa_look_for_stubs_in_section): Do not return false on failure
2558 until rest of code is ready to handle it. Abort for now.
2560 Tue Mar 1 18:33:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
2562 * bfd-in2.h: Rebuilt.
2564 Tue Mar 1 13:06:53 1994 Kung Hsu (kung@mexican.cygnus.com)
2566 * i386os9k.c: use new functions bfd_set_error and bfd_get_error.
2567 * Makefile.in: delete an extra blank.
2568 * configure.in : Add i396os9k_vec.
2570 Mon Feb 28 15:41:01 1994 Kung Hsu (kung@mexican.cygnus.com)
2572 * config.bfd : Add i386-os9k.
2573 * config/i386-os9k.mt : Newly add os9k target makefile.
2575 * i386os9k.c : new file to handle os9k format bfd.
2576 * Makefile.in : Handle new file i386os9k.c
2577 * targets.c : Add bfd_target_os9k_flavour and i386os9k_vec.
2578 * cache.c : Initialize cache_sentinel to 0.
2580 Sun Feb 27 16:30:55 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2582 * elf32-hppa.c (mismatches, retval_mismatches): Fix mismatch
2583 action in case where caller specified no argument relocation.
2584 (hppa_elf_build_linker_stub): Try again to get the sym_ptr_ptr
2585 right in the original relocation and the stub's relocation.
2587 * elf32-hppa.h (hppa_look_for_stub_in_section): Fix typo. Delete
2588 unused symbols argument.
2590 * elf32-hppa.c (hppa_elf_stub_reloc): Accept asymbol ** rather
2591 than asymbol * for original target symbol. All callers changed.
2592 Set reloc->sym_ptr_ptr appropriately.
2593 (hppa_elf_build_linker_stub): Set reloc->sym_ptr_ptr correctly.
2594 (hppa_elf_look_for_stubs_in_section): No longer need symbols
2595 argument. Use the output symbols when canonicalizing the relocs,
2596 creating them if necessary.
2598 * linker.c (_bfd_generic_link_output_symbols): Do not
2599 rebuild/clobber the output symbols if they already exist.
2601 Sun Feb 27 15:22:36 1994 Stan Shebs (shebs@andros.cygnus.com)
2603 * targets.c (BFD_SEND, BFD_SEND_FMT): Add debugging versions that
2604 check all the pointer dereferences. Enabled via DEBUG_BFD_SEND.
2605 * bfd-in2.h: Rebuilt.
2607 * srec.c (hex_value): Always set to a size of 256 bytes.
2608 (srec_init): Cosmetic changes.
2610 Sun Feb 27 11:18:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2612 * elf32-hppa.c: Second half of major cleanup. More comments,
2613 PARAMize and staticize rest of functions. Delete unused
2614 functions. Delete unused/unnecessary arguments to some functions.
2615 Group static vars together. Abort for bad errors until we have
2616 error code propogation working. Work on spacing and indention.
2617 Add FIXMEs for unresolved problems. Use enums rather than
2618 #defines for lots of things. Merge two functions which build
2619 linker stubs into a single function (so they can easily share a
2620 ton of common code).
2622 Sat Feb 26 10:00:45 1994 Ian Lance Taylor (ian@cygnus.com)
2624 * reloc.c (_bfd_relocate_contents): Adjust handling of overflow to
2625 avoid depending upon right shifts of signed numbers, and to
2626 correct handling of src_mask with lower bits zero.
2628 * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.
2629 * ecoff.c, ecofflink.c, ecoffswap.h, srec.c: Likewise.
2630 * elf32-i386.c: Likewise.
2631 * elfcode.h (bfd_section_from_shdr): Make i unsigned; remove old
2633 (elf_write_phdrs): Make i unsigned.
2634 (map_program_segments): Make i and n_left unsigned.
2635 (assign_file_positions_except_relocs): Make i unsigned.
2636 (write_shdrs_and_ehdr): Make count unsigned.
2637 (assign_file_positions_for_relocs): Make i unsigned.
2638 (NAME(bfd,elf_write_object_contents)): Make count unsigned.
2639 (section_from_elf_index): Make index argument unsigned.
2641 Fri Feb 25 21:34:58 1994 Ian Lance Taylor (ian@cygnus.com)
2643 * elfcode.h: Don't include assert.h.
2644 (swap_out_syms): Use BFD_ASSERT rather than assert.
2646 * linker.c (_bfd_generic_link_write_global_symbol): Add missing
2649 * hosts/i386v4.h (qsort, strtol): Remove incorrect and useless
2652 Fri Feb 25 16:35:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2654 * libhppa.h (hppa_rebuild_insn): Moved here from elf32-hppa.c.
2656 * elf32-hppa.h (elf_hppa_tc_symbol): Add new arguments.
2657 (elf_hppa_tc_make_sections): Likewise.
2658 (elf_hppa_final_processing): Add extern decl.
2660 * elf32-hppa.c: First half of major cleanup. Add/cleanup lots of
2661 comments. PARAMize some static functions. Delete unused functions.
2662 Delete unused/unnecessary arguments to many functions. Group
2663 static vars together. Collapse common case statements together
2664 in many places. Use default case when possible instead of listing
2665 each case separately. Abort for bad errors until we get error
2666 code propogation working. Work on spacing and indention problems.
2667 Add FIXMEs for some unresolved problems. Delete hopelessly broken
2668 COMPLEX relocation support (it's never used anyway).
2669 (hppa_elf_rebuild_insn): Delete. Moved into libhppa.h.
2670 (elf_hppa_tc_symbol): Accept and use new arguments (symext chains).
2671 (elf_hppa_tc_make_sections): Likewise.
2673 * format.c (bfd_check_format_matches): Initialize matching_vector
2674 to keep gcc -Wall quiet.
2676 * elfcode.h (elf_slurp_reloca_table): Fix typo.
2678 * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"
2679 not "sizeof (som_symbol_type *)".
2681 * elfcode.h (elf_get_symtab_upper_bound): Use "sizeof (asymbol *)"
2682 not "sizeof (asymbol"). Opps.
2684 Fri Feb 25 13:19:04 1994 Ted Lemon (mellon@pepper.ncd.com)
2686 * bfd.c (bfd_get_gp_size): Can't return gp value on an archive.
2687 (bfd_set_gp_size): Can't set gp value on an archive.
2689 Fri Feb 25 12:57:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
2691 * srec.c (pass_over): Don't skip too many characters when
2694 Fri Feb 25 11:41:57 1994 Ian Lance Taylor (ian@cygnus.com)
2696 * ecoff.c (ecoff_sizeof_headers): Align result to 16 byte
2699 Thu Feb 24 07:13:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2701 * som.c (som_bfd_derive_misc_symbol_info): Derive symbol_info
2702 field for absolute symbols in the same manner as undefined
2705 Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2707 * elfcode.h (elf_core_file_p): Check for core file e_machine match
2708 like in elf_object_p.
2710 Wed Feb 23 18:28:37 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2712 * elfcode.h (alloca): Delete declaration.
2714 * som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magic
2715 number rather than HP9000S800_ID. Note som.c is careful
2716 to make sure CPU_PA_RISC1_0 is always defined.
2718 Mon Feb 21 10:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
2720 * Makefile.in (targets.o, archures.o): Use ALL_CFLAGS to supply
2721 flags to explicit compile actions.
2723 Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
2725 * ecofflink.c (ecoff_write_symhdr): Set symhdr->magic here.
2726 * ecoff.c (ecoff_write_object_contents): Make sure .bss section
2727 ends on a page boundary if there is no symbol table.
2728 (ecoff_bfd_final_link): Don't set symhdr->magic here.
2730 * hosts/hp300.h: Include <stdlib.h>; don't declare free.
2732 * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
2733 rather than an array of variable size.
2734 (som_bfd_fill_in_ar_symbols): Likewise.
2735 (som_bfd_ar_write_symbol_stuff): Likewise.
2737 * coff-alpha.c (alpha_relocate_section): Rewrite mask and shift
2738 operation to avoid OSF 1.3 cc bug.
2739 * ecoff.c (ecoff_write_object_contents): Make text_size, data_size
2740 and bss_size bfd_size_type instead of unsigned long. Make
2741 text_start and data_start bfd_vma instead of unsigned long.
2742 * ecofflink.c (ecoff_add_string): Remove incorrect cast of return
2745 Sun Feb 20 16:06:54 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
2747 * linker.c (_bfd_generic_link_add_archive_symbols): Consider
2748 symbols in the order they appear in the archive map.
2750 Sat Feb 19 03:17:32 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2752 * coff-alpha.c (reloc_nil): Add forward declaration, add missing
2753 error_message argument.
2754 * coff-sparc.c (bfd_coff_generic_reloc): Add forward declaration,
2755 add missing error_message argument.
2756 * mipsbsd.c (mips_fix_hi16_s): Add forward declaration, add missing
2757 error_message argument.
2759 Fri Feb 18 11:41:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2761 Support for PowerPC NetWare.
2762 * nlm32-powerpc.c: New file.
2763 * config.bfd (powerpc-*-netware*): New target; use ppc-nlm.
2764 * config/ppc-nlm.mt: New file.
2765 * configure.in (nlm32_powerpc_vec): New target vector; use
2766 nlm32-powerpc.o, nlm32.o, nlm.o.
2767 * targets.c (nlm32_powerpc_vec): Declare.
2768 * Makefile.in (BFD32_BACKENDS): Add nlm32-powerpc.o.
2769 (CFILES): Add nlm32-powerpc.c.
2771 Initial support for PowerPC ELF. Done without an ABI, and
2772 probably to be changed when I get an ABI.
2773 * config.bfd (powerpc-*-sysv4*): New target; use ppc-elf.
2774 * config/ppc-elf.mt: New file.
2775 * configure.in (bfd_elf32_powerpc_vec): New target vector; use
2776 elf32-powerpc.o, elf32.o, elf.o.
2777 * elf32-powerpc.c: New file.
2778 * elfcode.h (prep_headers): Add bfd_arch_powerpc case.
2779 (elf_set_arch_mach): Likewise.
2780 * targets.c (bfd_elf32_powerpc_vec): Declare.
2781 * Makefile.in (BFD32_BACKENDS): Add elf32-powerpc.o.
2782 (CFILES): Add elf32-powerpc.c.
2783 Rebuilt dependencies.
2785 Thu Feb 17 15:29:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2787 * coffgen.c (coff_write_linenumbers): Always return a value.
2789 * elfcode.h (elf_slurp_symbol_table): Handle zero symbols
2790 reasonably. Allocate x_symp using alloca.
2792 * elfcode.h (map_program_segments): ELF program header entries
2793 must be sorted by load address. This used to generate the entries
2796 * section.c (SEC_IN_MEMORY): Define.
2797 (asection): Rename unused field otheruserdata to contents, and
2799 (bfd_make_section_anyway): Initialize contents field to NULL.
2800 (bfd_get_section_contents): If SEC_IN_MEMORY is set, get section
2801 contents from contents field rather than from file.
2802 * bfd-in2.h: Rebuilt.
2804 Thu Feb 17 08:30:53 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2806 * bfd.c (bfd_get_error, bfd_set_error): New functions.
2807 (bfd_error): Make static.
2808 (bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
2810 * bfd-in2.h: Regenerated.
2811 * aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
2812 aoutf1.h, aoutx.h, archive.c, archures.c,
2813 bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
2814 coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
2815 ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
2816 elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
2817 i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
2818 lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
2819 nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
2820 ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
2821 srec.c, sunos.c, syms.c, targets.c, tekhex.c,
2822 trad-core.c: Change callers.
2824 Tue Feb 15 22:27:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2826 * som.c: Remove FIXMEs for things which have been dealt with.
2828 Tue Feb 15 19:39:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2830 * section.c (bfd_get_section_contents): Since this function reads
2831 unrelocated contents, the section's raw size is always the one to
2832 use for bounds checking.
2834 * linker.c (default_indirect_link_order): In assertion, compare
2835 link_order size field against cooked size, not raw size, of input
2838 * bout.c (b_out_get_reloc_upper_bound): For BSS section, just
2840 (aligncode): When shrinking, the addend should be set to the
2841 current offset in the section plus the number of bytes of padding
2842 that will actually be retained.
2843 (b_out_relax_section): If a section contains no relocations, don't
2844 bother processing them.
2845 (b_out_get_relocated_section_contents): Set reloc_done. Assert
2846 that bfd_get_section_contents returns true. Check that relocs are
2848 (b_out_get_relocated_section_contents, case ALIGNDONE): Assert
2849 that reloc->addend falls between the current source offset and the
2850 raw size of the input section.
2852 * config.bfd: Support i960 vxworks versions > 5.0 with coff, not
2853 bout. Default with no version number is still bout. Support
2854 explicit i960-coff target too.
2856 * bout.c: Changed some indentation, deleted trailing whitespace,
2857 fixed some comments, removed some "#if 1" lines.
2858 (output_addr): New macro.
2859 (calljx_callback, callj_callback, get_value, abs32code, aligncode,
2860 b_out_get_relocated_section_contents): Use it for readability.
2862 Tue Feb 15 09:00:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2864 * som.c (som_bfd_prep_for_ar_write): Iterate through the SOM
2865 symbols, not the BFD symbols.
2866 (som_bfd_ar_write_symbol_stuff): Likewise.
2868 Mon Feb 14 22:55:20 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2870 * som.c (som_slurp_symbol_table): Do not die if a BFD doesn't
2873 * Finish basic read-write support for SOM archive libraries. Bugs
2874 surely remain as this hasn't been tested all that much.
2875 * som.c (SOM_LST_HASH_SIZE, SOM_LST_MODULE_LIMIT): Define.
2876 (struct som_misc_symbol_info): New structure to hold info necessary
2877 to build both normal and library symbol tables.
2878 (som_derive_misc_symbol_info): New function to derive info necessary
2879 to build both normal and library symbol tables.
2880 (som_build_and_write_symbol_table): Use new function to derive misc
2882 (som_slurp_symbol_table): Update backend private data for symbols
2884 (som_bfd_prep_for_ar_write): New function.
2885 (som_bfd_ar_symbol_hash): New function.
2886 (som_bfd_ar_write_symbol_stuff): New function.
2887 (som_write_armap): Flesh out.
2888 (som_vec): Fix ar padding character.
2890 * som.c: Consistently use memset rather than bzero.
2892 Mon Feb 14 17:02:28 1994 Stu Grossman (grossman at cygnus.com)
2894 * coff-rs6000.c: Add Lynx core file support, use HOST_AIX, where
2896 * rs6000-core.c: Use HOST_AIX instead of COREFILES_PLEASE.
2897 * config/rs6000.mh: Remove defs of ARCHIVES_PLEASE and
2899 * config/rs6000lynx.mh: Turn on Lynx core file support.
2900 * hosts/rs6000.h: #define HOST_AIX.
2901 * hosts/rs6000lynx.h: Create this to enable Lynx host support.
2903 Sun Feb 13 14:30:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2905 * som.h (som_symbol_data): Safely access backend private data
2906 for BFD symbols. All callers changed.
2908 * Read-only SOM archive support.
2909 * som.c (som_bfd_count_ar_symbols): New helper function.
2910 (som_bfd_fill_in_ar_symbols): New helper function.
2911 (som_slurp_armap): New function to read a SOM LST.
2913 * som.h: Include <lst.h> and <ar.h>.
2915 Sat Feb 12 22:34:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2917 * elfcode.h (elf_map_symbols): Fix typo.
2918 (write_object_contents): Check return values from prep_headers and
2919 elf_compute_section_file_positions.
2920 (set_section_contents): Likewise.
2922 Fri Feb 11 16:56:50 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2924 * archive.c (normalize) [VMS]: Call malloc, not bfd_xmalloc.
2925 (bfd_construct_extended_name_table): Check result of normalize.
2927 Tue Feb 8 08:57:31 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2929 Make all callers of malloc or realloc (including via obstacks)
2930 check the result for NULL. Most set bfd_error to no_memory and
2931 return in that case; a few are harder to fix, and are marked
2932 with "FIXME <return type>".
2934 * elf32-hppa.c (hppa_elf_build_arg_reloc_stub
2935 hppa_elf_build_long_branch_stub): Check bfd_make_empty_symbol return.
2936 * linker.c (_bfd_generic_link_output_symbols
2937 _bfd_generic_link_write_global_symbol): Ditto
2938 * section.c (bfd_make_section_anyway): Ditto.
2940 * tekhex.c (find_chunk tekhex_mkobject): Check bfd_alloc.
2941 (first_phase): Ditto. FIXME void
2942 (tekhex_make_empty_symbol): Check bfd_zalloc.
2944 * sunos.c (sunos_read_dynamic_info): Check bfd_zalloc.
2945 (MY(read_dynamic_symbols) MY(read_dynamic_relocs)): Check bfd_alloc.
2947 * stringhash.c (_bfd_stringtab_hash_newfunc): Check bfd_hash_allocate.
2950 (fillup_symbols): Check bfd_alloc. FIXME void
2951 (srec_mkobject srec_get_section_contents
2952 srec_set_section_contents): Check bfd_alloc.
2953 (srec_make_empty_symbol): Check bfd_zalloc.
2955 * som.c (hppa_som_gen_reloc_type): Check bfd_alloc_by_size_t.
2956 (make_unique_section): Check bfd_alloc.
2957 (som_new_section_hook): Check bfd_zalloc.
2958 (bfd_som_attach_aux_hdr): Ditto. FIXME void
2960 * rs6000-core.c (rs6000coff_core_p): Check bfd_zalloc.
2962 * osf-core.c (osf_core_make_empty_symbol): Check bfd_zalloc.
2963 (osf_core_core_file_p): Check bfd_alloc.
2965 * oasys.c (oasys_slurp_symbol_table oasys_archive_p
2966 oasys_mkobject oasys_object_p oasys_new_section_hook
2967 oasys_set_section_contents): Check bfd_alloc.
2968 (oasys_slurp_section_data): Check bfd_zalloc and bfd_alloc.
2969 (oasys_make_empty_symbol): Check bfd_zalloc.
2971 * nlmcode.h (nlm_make_empty_symbol): Check bfd_zalloc.
2972 (nlm_slurp_symbol_table): Check bfd_zalloc and bfd_alloc.
2974 * nlm32-sparc.c (nlm_sparc_read_import): Check bfd_alloc.
2976 * nlm32-i386.c (nlm_i386_read_import): Check bfd_alloc.
2978 * nlm32-alpha.c (nlm_alpha_read_import): Check bfd_alloc.
2980 * linker.c (_bfd_link_hash_newfunc
2981 (generic_link_hash_newfunc
2982 (archive_hash_newfunc
2983 (_bfd_generic_link_add_one_symbol): Check bfd_hash_allocate.
2984 (_bfd_generic_final_link
2985 (_bfd_generic_link_output_symbols
2986 (default_indirect_link_order): Check bfd_alloc.
2987 (bfd_new_link_order): Check bfd_alloc_by_size_t.
2989 * irix-core.c (irix_core_make_empty_symbol): Check bfd_zalloc.
2992 (read_id get_symbol get_section_entry ieee_archive_p ieee_object_p
2993 ieee_slurp_section_data ieee_new_section_hook): Check bfd_alloc.
2994 (do_one): Check bfd_alloc. Return a boolean.
2995 (ieee_slurp_section_data): Check it.
2996 (init_for_output): Check bfd_alloc. Return a boolean.
2997 (ieee_set_section_contents): Check it.
2998 (do_with_relocs): Check bfd_alloc. Return a boolean.
2999 (ieee_bfd_debug_info_accumulate): Ditto. FIXME void.
3000 (ieee_mkobject): Check bfd_zalloc.
3001 (ieee_make_empty_symbol): Check bfd_zmalloc.
3003 * hpux-core.c (hpux_core_make_empty_symbol): Check
3006 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Check
3008 (hppabsd_core_core_file_p): Check bfd_zalloc.
3010 * hp300hpux.c (MY(slurp_symbol_table)): Check bfd_alloc.
3012 * elfcode.h (elf_new_section_hook): Check bfd_alloc.
3013 (bfd_section_from_phdr): Ditto.
3014 (write_relocs): Ditto. FIXME void
3015 (elf_map_symbols assign_section_numbers map_program_segments):
3016 Ditto. Return a boolean.
3017 (swap_out_syms): Ditto. Check elf_map_symbols.
3018 (elf_slurp_symbol_table): Check bfd_zalloc.
3019 (elf_slurp_reloca_table): Check bfd_alloc.
3020 (elf_slurp_reloc_table): Ditto.
3021 (elf_compute_section_file_positions): Check assign_section_numbers.
3022 (assign_file_positions_except_relocs): Return a boolean.
3023 Check map_program_segments.
3024 (elf_compute_section_file_positions): Check it.
3026 * elf32-mips.c (mips_elf_final_link): Check bfd_alloc.
3028 * elf32-hppa.c (hppa_elf_stub_branch_reloc): Check bfd_zmalloc and
3030 (hppa_elf_stub_reloc): Ditto.
3031 (hppa_elf_build_arg_reloc_stub): Check bfd_zalloc.
3032 (hppa_elf_build_long_branch_stub): Ditto.
3033 (elf32_hppa_backend_symbol_table_processing): Ditto.
3035 * ecoff.c (ecoff_set_symbol_info): Check bfd_alloc. Return a boolean.
3036 (ecoff_slurp_symbol_table): Check it.
3037 (ecoff_slurp_armap): Check bfd_alloc.
3038 (ecoff_write_armap): Check bfd_zalloc.
3039 (ecoff_link_hash_newfunc): Check bfd_hash_allocate and
3040 _bfd_link_hash_newfunc.
3041 (ecoff_link_add_externals): Check bfd_alloc.
3043 * ctor.c (bfd_constructor_entry): Check bfd_alloc.
3045 * coffgen.c (coff_real_object_p): Check bfd_alloc.
3046 (coff_renumber_symbols): Check bfd_alloc_by_size_t. Return a boolean.
3047 (coff_write_symbol): Check bfd_alloc. FIXME int
3048 (coff_write_linenumbers): Check bfd_alloc. Return a boolean.
3049 (coff_section_symbol): Check bfd_alloc_by_size_t.
3050 (coff_get_normalized_symtab): Check bfd_alloc.
3051 (coff_bfd_make_debug_symbol): Check bfd_zalloc.
3052 * libcoff-in.h: Change decls of coff_renumber_symbols,
3053 coff_write_linenumbers.
3054 * libcoff.h: Rebuilt.
3055 * coffcode.h (coff_write_object_contents): Check
3056 coff_renumber_symbols, coff_write_linenumbers.
3058 * coffcode.h: Indent.
3059 (coff_add_missing_symbols): Check bfd_alloc_by_size_t. Return a
3061 (coff_write_object_contents): Check it.
3063 * coff-alpha.c (alpha_relocate_section): Check bfd_alloc.
3064 * coff-mips.c (mips_relocate_section): Ditto.
3066 * archive.c (bfd_slurp_bsd_armap_f2): Check bfd_alloc value.
3067 (do_slurp_bsd_armap): Ditto.
3068 (compute_and_write_armap): Check bfd_realloc value.
3070 * aoutx.h (translate_from_native_sym_flags): Check bfd_alloc
3071 return value. Return boolean value.
3072 (NAME(aout,make_empty_symbol)): Check bfd_zalloc return value.
3073 (NAME(aout,slurp_symbol_table)): Check bf_alloc and bfd_zalloc
3075 (add_to_stringtab): Ditto. FIXME void
3076 (aout_link_hash_newfunc): Check bfd_hash_allocate return value.
3077 (aout_link_add_symbols): Check bfd_alloc value.
3078 (translate_symbol_table): Check translate_from_native_sym_flags.
3079 * hp300hpux.c (MY(slurp_symbol_table)): Ditto.
3080 * aoutx.h (aout_link_hash_newfunc): Check _bfd_link_hash_newfunc.
3082 * opncls.c (bfd_zalloc bfd_realloc): Check result of bfd_alloc.
3084 * opncls.c (obstack_chunk_alloc): Define as malloc, not
3085 bfd_xmalloc_by_size_t.
3086 (_bfd_new_bfd): Check obstack_begin for 0 return.
3088 * ieee.c (obstack_chunk_alloc): Define as malloc, not
3089 bfd_xmalloc_by_size_t.
3090 (ieee_archive_p): Check obstack_begin for 0 return and
3091 obstack_finish for NULL return.
3093 * hash.c (obstack_chunk_alloc): Define as malloc, not
3094 bfd_xmalloc_by_size_t.
3095 (bfd_hash_table_init_n): Check obstack_begin for 0 return and
3096 obstack_finish for NULL return.
3097 (bfd_hash_lookup): Check obstack_alloc for NULL return.
3099 * ecofflink.c (obstack_chunk_alloc): Define as malloc, not
3100 bfd_xmalloc_by_size_t.
3101 bfd_ecoff_debug_accumulate
3102 bfd_ecoff_debug_accumulate_other): Check obstack_alloc.
3103 (add_file_shuffle add_memory_shuffle): Check obstack_alloc for
3104 NULL return. Return boolean, not void.
3105 (bfd_ecoff_debug_init): Check obstack_begin for 0 return.
3106 (bfd_ecoff_debug_accumulate): Check add_file_shuffle
3107 and add_memory_shuffle return.
3108 (string_hash_newfunc): Check bfd_hash_allocate and bfd_hash_newfunc.
3109 (bfd_ecoff_debug_accumulate): Check bfd_alloc.
3110 (ecoff_add_string): Check add_memory_shuffle return.
3112 * libbfd-in.h (xmalloc, bfd_xmalloc, bfd_xmalloc_by_size_t):
3114 * libbfd.h: Rebuilt.
3116 Fri Feb 11 15:35:32 1994 Stu Grossman (grossman at cygnus.com)
3118 * configure.host: Add Lynx/rs6000 support.
3119 * config/i386-nlm.mt: Enable a.out file support.
3120 * config/rs6000lynx.mh: Lynx/rs6000 host support.
3122 Fri Feb 11 17:25:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3124 * archive.c (compute_and_write_armap): Rewrite somewhat to improve
3127 Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com)
3129 * archive.c: Change all references to '\n' in archive magic
3130 to '\012', for greater portability.
3131 * ecoff.c (ecoff_write_armap): Ditto.
3133 Thu Feb 10 12:58:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3135 * aoutx.h (aout_link_write_other_symbol): Check strip settings to
3136 see whether symbol should be output.
3137 * genlink.h (struct generic_write_global_symbol_info): Added info
3139 * linker.c (_bfd_generic_final_link): Initialize wginfo.info.
3140 (_bfd_generic_link_write_global_symbol): Check strip settings to
3141 see whether symbol should be output.
3142 * elf32-mips.c (mips_elf_final_link): Initialize wginfo.info.
3144 Wed Feb 9 21:34:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3146 * som.c (som_reloc_queue_find): Do not examine a NULL queue entry.
3148 * som.c: Cast return values from BFD memory allocation routines to
3149 avoid warnings from the HP compiler.
3151 Wed Feb 9 12:55:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3153 * coff-alpha.c (alpha_relocate_section): Accept a LITERAL
3154 reloc on an "ldl" instruction too.
3156 * archive.c (bfd_ar_hdr_from_filesystem): Cast status elements
3157 when passing them to sprintf. Use %ld instead of %d.
3159 * coff-rs6000.c (rs6000coff_mkarchive): Return false.
3160 (rs6000_coff_snarf_ar_hdr): Don't declare errno; it's not used.
3161 Also removed unused variable namelen.
3162 (rs6000coff_write_armap): Declare orl_count and stridx parameters.
3164 Tue Feb 8 18:00:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3166 * libbfd-in.h (xmalloc): Don't declare parameter type, to avoid
3168 * libbfd.h: Rebuilt.
3170 Tue Feb 8 15:55:50 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3172 * coff-alpha.c (reloc_nil): New function.
3173 (alpha_howto_table): Use it as special_function to prevent certain
3174 relocs from being adjusted by bfd_perform_relocation. IGNORE
3175 reloc should be partial_inplace.
3176 (alpha_ecoff_get_relocated_section_contents): Accept a LITERAL
3177 reloc on an "ldl" instruction too.
3179 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3181 * elf32-hppa.c (CURRENT_STUB_OFFSET, hppa_elf_build_arg_reloc_stub,
3182 hppa_elf_build_long_branch_stub): Cast to char * instead of int
3183 before performing pointer arithmetic.
3185 Mon Feb 7 20:56:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3187 * config.bfd (hppa*-*-osf*): Use bfd_name hppaosf for this
3189 (hppa*-*-*elf*): This configuration used hppa-elf now.
3191 * som.c: This file is also used for HOST_HPPAOSF.
3193 * targets.c (bfd_target_vector): Enable som_vec for HOST_HPPAOSF.
3195 * hosts/hppaosf.h: New host configuration file.
3197 * config/hppabsd.mt (SELECT_VECS): Add bfd_elf32_hppa_vec as
3198 BSD handles both SOM and ELF object files.
3200 * config/hppaosf.mh (HDEFINES): Delete. No longer needed.
3201 (RANLIB): Doesn't do anything, define it to be "echo".
3203 * config/hppaosf.mt: New target makefile fragment for a PA running
3206 Mon Feb 7 15:02:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3208 * archures.c (enum bfd_architecture): Added bfd_arch_powerpc.
3209 (archures_init_table): If SELECT_ARCHITECTURES is not defined,
3210 added bfd_powerpc_arch.
3211 * bfd-in2.h: Rebuilt.
3212 * cpu-powerpc.c: New file.
3213 * Makefile.in (ALL_MACHINES, CFILES): Added cpu-powerpc.c.
3214 Rebuilt dependencies.
3216 * elfcode.h (bfd_section_from_shdr): Get vma and alignment_power
3217 of an SHT_STRTAB section from sh_addr and sh_addralign, rather
3218 than just setting them to zero.
3220 Sun Feb 6 20:04:10 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3222 * elfcode.h (prep_headers, swap_out_syms): Check for NULL return
3223 from bfd_new_strtab.
3224 (elf_compute_section_file_positions): Check for false return from
3227 * linker.c (default_indirect_link_order): Check for NULL return
3228 from bfd_get_relocated_section_contents.
3230 * syms.c: Make example application in doc call xmalloc, not
3233 * aoutx.h (NAME(aout,slurp_symbol_table),
3234 aout_link_get_symbols, NAME(aout,link_hash_table_create)):
3235 * bout.c (b_out_slurp_reloc_table, b_out_squirt_out_relocs):
3236 * ecoff.c (ecoff_bfd_link_hash_table_create):
3237 * ecofflink.c (bfd_ecoff_debug_init):
3238 * format.c (bfd_check_format_matches):
3239 * linker.c (_bfd_generic_link_hash_table_create):
3240 (_bfd_generic_final_link):
3241 * reloc16.c (bfd_coff_reloc16_relax_section):
3242 (bfd_coff_reloc16_get_relocated_section_contents):
3243 * elf32-hppa.c (hppa_elf_build_arg_reloc_stub):
3244 * elf32-mips.c (mips_elf_final_link):
3245 * elfcode.h (bfd_new_strtab):
3246 (bfd_add_2_to_strtab):
3247 (elf_slurp_symbol_table):
3248 (elf_corefile_note):
3249 * libbfd.c (bfd_zmalloc):
3250 Use malloc and check the result, instead of bfd_xmalloc.
3252 Sat Feb 5 12:39:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3254 * config.bfd: Put m68*-*-sysv* line after m68*-*-sysv4*.
3256 Sat Feb 5 05:32:44 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3258 * srec.c (srec_write_record): Put CONST keyword for "src" before
3259 "unsigned", some compilers don't like it after "unsigned".
3260 * libcoff.h, libcoff-in.h (bfd_perform_slip): Rename "value" to
3261 "val" in prototype declaration because some compilers don't like
3262 arguments whose names are the same as types.
3264 Sat Feb 5 01:14:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3266 * aoutx.h (aout_link_check_ar_symbols): Correct test for whether
3267 object file defines symbol. Also, if skipping a symbol, skip the
3268 second symbol of a N_WARNING or N_INDR symbol as well.
3270 Fri Feb 4 23:55:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3272 Add basic support for writing RS/6000 XCOFF files.
3273 * coff-rs6000.c (dummy_reloc): Removed.
3274 (rs6000coff_howto_table): Defined XCOFF relocs.
3275 (RTYPE2HOWTO): Defined to use rs6000coff_rtype2howto.
3276 (rs6000coff_rtype2howto): New function.
3277 (coff_bfd_reloc_type_lookup): Defined to use
3278 rs6000coff_reloc_type_lookup.
3279 (rs6000coff_reloc_type_lookup): New function.
3280 (SELECT_RELOC): Defined to set r_type and r_size fields.
3281 (COFF_LONG_FILENAMES): Defined.
3282 * coffcode.h (combined_entry_type): Changed fix_tag and fix_end
3283 fields to bitfields. Added fields fix_value and fix_scnlen.
3284 (sec_to_styp_flags): If STYP_DEBUG is defined, use it rather than
3285 STYP_INFO for the type of a section named .debug.
3286 (coff_add_missing_symbols): Don't define if RS6000COFF_C.
3287 (coff_write_object_contents): If RS6000COFF_C, don't call
3288 coff_add_missing_symbols.
3289 (coff_slurp_symbol_table): If RS6000COFF_C, then if the last aux
3290 entry has type STY_LD change the x_scnlen into a pointer to a
3291 symbol and set fix_scnlen. Also, for a C_BSTAT symbol, change the
3292 value into a pointer to a symbol and set fix_value.
3293 * libcoff.h: Rebuilt.
3294 * coffgen.c (coff_mangle_symbols): Reindent. If fix_value is set,
3295 get the symbol offset. Likewise for fix_scnlen.
3296 (string_size): Change type to bfd_size_type.
3297 (debug_string_size, debug_string_section): New static variables.
3298 (coff_fix_symbol_name): If bfd_coff_symname_in_debug returns true,
3299 write the symbol name into the .debug section; assume that the
3300 section has already been created with the right size.
3301 (coff_write_symbols): Initialize debug_string_size to 0. If
3302 bfd_coff_symname_in_debug returns true, don't put symbol name in
3303 usual string table. After writing out all symbols, if
3304 debug_string_size is not 0, check that it matches the size of the
3306 (coff_get_normalized_symtab): Clear new fix_value and fix_scnlen
3307 fields. If the string offset is 0, always use an empty string as
3309 (coff_make_empty_symbol): Zero out the symbol structure.
3310 * reloc.c (bfd_perform_relocation): Work around one gross hack
3311 with another: actually look at the target name to avoid the broken
3313 (bfd_reloc_code_real_type): Add BFD_RELOC_PPC_B26,
3314 BFD_RELOC_PPC_BA26 and BFD_RELOC_PPC_TOC16.
3315 * bfd-in2.h: Rebuilt.
3317 Fri Feb 4 17:28:32 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3319 * libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.
3320 (bfd_xmalloc, bfd_xmalloc_by_size_t): Functions deleted.
3321 * libbfd-in.h: Define them as macros calling xmalloc and declare
3323 * libbfd.h: Rebuilt.
3325 Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3327 * ecofflink.c (bfd_ecoff_debug_externals): If a small undefined
3328 symbol has a value in the ECOFF symbol but not in the BFD symbol,
3329 keep the value in the ECOFF symbol. This helps gas.
3331 * linker.c (_bfd_generic_link_output_symbols,
3332 _bfd_generic_link_write_global_symbol): Don't require that all
3333 references to a common symbol be themselves common symbols.
3335 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
3337 Wed Feb 2 20:37:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3339 * libbfd.c, bfd-in.h, hosts/alphaosf.h, hosts/sparc-ll.h, aoutf1.h,
3340 sparclynx.c, Makefile.in: Change HOST_64_BIT to BFD_HOST_64_BIT.
3341 * bfd-in2.h: Rebuilt.
3343 Wed Feb 2 12:30:13 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3345 * coffswap.h (coff_swap_reloc_out): If RS6000COFF_C, handle type
3347 (coff_swap_aux_in): If RS6000COFF_C, change x_csect.x_scnlen to
3348 x_csect.x_scnlen.l to match change in coff/internal.h.
3349 (coff_swap_aux_out): Likewise.
3351 * coff-mips.c (mips_ecoff_backend_data), coff-alpha.c
3352 (alpha_ecoff_backend_data): Change casts of aux_in and aux_out
3353 fields to match yesterday's changes.
3355 * coffcode.h (coff_write_relocs): If SELECT_RELOC is defined, pass
3356 in the internal_reloc itself, not the type.
3357 * coff-apollo.c, coff-h8300.c, coff-h8500.c, coff-i386.c,
3358 coff-m68k.c, coff-sh.c, coff-we32k.c, coff-z8k.c: Changed
3359 definition of SELECT_RELOC accordingly.
3361 Tue Feb 1 12:05:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3363 * coffcode.h (bfd_coff_backend_data): Added new arguments to
3364 _bfd_coff_swap_aux_in and _bfd_coff_swap_aux_out: aux index number
3365 and number of aux entries.
3366 (bfd_coff_swap_aux_in, bfd_coff_swap_aux_out): Changed
3368 * libcoff.h: Rebuilt.
3369 * coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Accept new
3370 arguments. If RS6000COFF_C, only treat C_EXT and C_HIDEXT
3371 specially if this is the last aux entry.
3372 * coffgen.c (coff_write_symbol, coff_get_normalized_symtab): Pass
3373 new arguments to swap_aux functions.
3375 Sun Jan 30 15:14:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3377 * gen-aout.c (main): Set DEFAULT_ARCH based on preprocessor macros
3378 (only testing for m68k and vax at the moment); do verify that the
3379 preprocessor didn't trash the arch name inside the string version.
3380 Don't print out "pagesize =" line that prevents output from
3381 compiling. Derive BYTES_IN_WORD and ARCH values from sizeof
3383 * Makefile.in (aout-params.h): Pass gen-aout a dummy target name.
3384 (check, installcheck): Identify directory in "no testsuites"
3387 Sun Jan 30 13:25:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3389 * aoutx.h (aout_link_write_symbols): Write out correct value for
3392 Fri Jan 28 18:34:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3394 * hosts/vaxbsd.h (HOST_STACK_END_ADDR): Vax BSD doesn't define
3395 KERNBASE, so hard-code 0x80000000 instead.
3397 Thu Jan 27 13:54:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3399 * linker.c (generic_link_add_symbol_list): If symbol is common,
3400 set the BSF_OLD_COMMON flag.
3402 Wed Jan 26 13:47:15 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3404 * format.c (bfd_check_format_matches): Put the new entry in the
3405 correct element of matching_vector.
3407 Tue Jan 25 11:43:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3409 * som.c, som.h (bfd_som_set_section_attributes,
3410 bfd_som_set_subsection_attributes): Change parameters from char
3411 to int. Following a prototype with an old-style function definition
3412 in the presence of widened parameters is a GCC-ism not supported
3413 by the HP compiler in ANSI mode.
3415 Tue Jan 25 11:46:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3417 * reloc.c (bfd_get_reloc_size): Size of type -2 is 4 bytes, not 2.
3419 * hp300hpux.c (MY(write_object_contents)): Write out the symbols
3420 before writing out the relocs, so that the right symbol indices
3423 * archive.c (do_slurp_bsd_armap, bfd_slurp_bsd_armap_f2): Do not
3424 try to overlay the internal carsyms on the external symdefs. That
3425 can not work if the size of a host pointer is larger than 4 bytes.
3427 * format.c (bfd_check_format_matches): Cast result of
3428 bfd_xmalloc_by_size_t.
3429 * opncls.c (_bfd_new_bfd): Avoid ANSI C prototype.
3431 * archive.c: Reindented to GNU standards.
3433 Mon Jan 24 14:41:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3435 * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): Add
3436 "_bfd_" to function names.
3437 * archive.c (_bfd_create_empty_archive_element_shell),
3438 libbfd-in.h: Change callers.
3440 * libbfd.c (bfd_zmalloc): Renamed from zalloc.
3441 * libbfd.c (bfd_add_to_string_table),
3442 trad-core.c (trad_unix_core_file_p),
3443 targets.c (bfd_target_list),
3444 ptrace-core.c (ptrace_unix_core_file_p),
3445 opncls.c (new_bfd), libbfd-in.h,
3446 ieee.c (ieee_make_empty_symbol),
3447 elf32-hppa.c (hppa_elf_stub_branch_reloc),
3448 (hppa_elf_stub_reloc): Change callers.
3449 * libbfd.h: Regenerated.
3451 * archive.c (_bfd_look_for_bfd_in_cache): Add "_bfd_" to name.
3452 (_bfd_get_elt_at_filepos),
3453 coff-rs6000.c (rs6000coff_get_elt_at_filepos), libbfd-in.h:
3456 * format.c (bfd_check_format_matches), libbfd-in.h, targets.c,
3457 elfcode.h (elf_object_p): Rename target_vector to bfd_target_vector
3458 and default_vector to bfd_default_vector.
3459 * libbfd.h: Regenerated.
3461 * format.c (bfd_check_format_matches): New function.
3462 (bfd_check_format): Call it.
3463 (bfd_matching_formats): Function removed.
3464 * targets.c: Replace the vector added on Jan 21 with a count of
3465 entries in default_vector.
3466 * bfd-in2.h: Regenerated.
3468 Mon Jan 24 12:38:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3470 * coff-alpha.c (alpha_ecoff_object_p): New function. Set size of
3471 .pdata section based on lnnoptr field, not section header.
3472 (alpha_relocate_section): Don't bother to check if r_symndx >= 0,
3473 since it is unsigned.
3474 (ecoffalpha_little_vec): Use alpha_ecoff_object_p rather than
3476 * ecoff.c (ecoff_new_section_hook): Set alignment_power field of
3477 .pdata section to 3.
3478 (ecoff_compute_section_file_positions): Save the size of the
3479 .pdata section in the line_filepos field, and actually align the
3480 .pdata section to an alignment power of 4.
3481 (ecoff_compute_reloc_file_positions): Set output_has_begun after
3482 calling ecoff_compute_section_file_positions.
3483 (ecoff_write_object_contents): Set s_lnnoptr for the .pdata
3484 section from the line_filepos field. Set vstamp for the optional
3485 header from the vstamp of the symbolic header.
3486 (ecoff_bfd_final_link): Set vstamp of the symbolic header to the
3487 vstamp used by the first object file in the link.
3489 * ecofflink.c (ecoff_align_debug): Align RFDs to debug_align.
3491 * linker.c (generic_link_check_achive_element): Set SEC_ALLOC flag
3492 for a created common section.
3493 (_bfd_generic_link_add_one_symbol): Likewise.
3495 * elfcode.h (swap_out_syms): Use elf_section_from_bfd_section to
3496 get the index of a common section, rather than always using
3497 SHN_COMMON (MIPS has multiple common sections).
3499 * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
3501 * bfd/aoutx.h (aout_link_input_section_std,
3502 aout_link_input_section_ext): Pass additional arguments to
3503 reloc_overflow callback.
3504 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents,
3505 alpha_relocat_section): Likewise.
3506 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise.
3507 * coff-h8500.c (extra_case): Likewise.
3508 * coff-mips.c (mips_relocate_section): Likewise.
3509 * coff-z8k.c (extra_case): Likewise.
3510 * elf32-hppa.c (hppa_elf_stub_finish): Likewise.
3511 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
3513 * bout.c (calljx_callback, callj_callback): Use get_value to get
3514 the symbol value and check for undefined symbols.
3515 (get_value): If the symbol is undefined, look it up in the linker
3517 (b_out_get_relocated_section_contents): For PCREL24 and PCREL13
3518 use get_value to get the symbol value and check for undefined
3520 * reloc16.c (bfd_coff_reloc16_get_value): If the symbol is
3521 undefined, look it up in the linker hash table.
3523 * aoutx.h (translate_symbol_table): The string index 0 has a
3524 special meaning for normal symbols, but not for dynamic symbols.
3526 Sat Jan 22 12:26:01 1994 Stu Grossman (grossman at cygnus.com)
3528 * sparclynx.c: Setup appropriate macros to enable core file
3531 Fri Jan 21 16:25:35 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3533 * targets.c: Add a vector of matching format names.
3534 * format.c (bfd_matching_formats): New function to return it.
3535 (bfd_check_format): Set it.
3536 * bfd-in2.h: Regenerated.
3538 * bfd-in.h: Remove decls of bfd_ec type and error printing functions.
3539 Remove decl of type symclass; wasn't used.
3540 * bfd.c: Document error handling, including code fragments
3541 containing the error decls that were in bfd-in.h.
3543 * bfd-in2.h: Regenerated.
3545 Fri Jan 21 14:11:16 1994 Sean Fagan (sef@cygnus.com)
3547 * nlmcode.h, liblnm.h, nlm32-alpha.c nlm32-i386.c nlm32-sparc.c:
3548 The sparc (and possibly other?) NLM format requires a different
3549 way to write exports, so add a write_export field to the backend
3550 data (and set it to NULL for everything but the sparc).
3552 Fri Jan 21 14:11:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3554 * sunos.c (MY(read_dynamic_relocs)): Compare info->dynrel with NULL,
3555 not (struct external_nlist *) NULL. info->dynrel is a PTR, not
3556 a struct external_nlist *.
3558 Fri Jan 21 09:29:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3560 * bfd.c: Remove error strings for errors removed below.
3561 * aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),
3562 oasys.c (oasys_write_sections): Rename
3563 bfd_error_nonrepresentable_section to nonrepresentable_section.
3564 None of the other bfd error names start with "bfd_error".
3565 Remove errors symbol_not_found and no_relocation_info, which seem
3567 * bfd-in2.h: Regenerated.
3569 Fri Jan 21 01:11:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3571 * bfd.c (bfd_get_gp_size): Added support for ELF.
3573 * syms.c (BSF_DYNAMIC): New symbol flag.
3574 (bfd_print_symbol_vandf): Print it.
3575 * bfd-in2.h: Rebuilt.
3576 * libaout.h (struct aout_backend_data): New read_dynamic_symbols
3577 and read_dynamic_relocs fields.
3578 (struct aoutdata): New dynamic_info field.
3579 (obj_aout_dynamic_info): New accessor macro.
3580 * sunos.c (struct sunos_dynamic_info): New structure.
3581 (sunos_read_dynamic_info, MY(read_dynamic_symbols),
3582 MY(read_dynamic_relocs)): New functions to read dynamic symbols
3584 * aoutx.h (NAME(aout,some_aout_object_p)): If the object is
3585 dynamically linked, set SEC_RELOC for both the .text and .data
3587 (translate_from_native_sym_flags): Don't set BSF_LOCAL for an
3589 (translate_symbol_table): New function, split out of
3590 slurp_symbol_table; set the BSF_DYNAMIC flag appropriately.
3591 (NAME(aout,slurp_symbol_table)): Read dynamic symbols, if any.
3592 (NAME(aout,slurp_reloc_table)): Read dynamic relocs, if any.
3593 (NAME(aout,get_reloc_upper_bound)): Include dynamic reloc count in
3595 * aoutf1.h (NAME(aout,sunos4_write_object_contents)): Don't write
3596 out dynamic symbols or relocs against reloc symbols, since they
3597 are already in the .text section and we wouldn't know where to
3599 (sunos4_aout_backend): Initialize read_dynamic_symbols and
3600 read_dynamic_relocs fields.
3601 * aout-target.h (MY(backend_data)): Initialize
3602 read_dynamic_symbols and read_dynamic_relocs fields.
3604 Thu Jan 20 20:57:27 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3606 * hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete
3607 typedefs, since HOST_64_BIT will take care of defining them in
3610 Wed Jan 19 17:28:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3612 * config/alphaosf.mh (HDEFINES): Don't define HOST_64_BIT here;
3613 that's dealt with elsewhere.
3614 * hosts/alphaosf.h (sprintf_vma, fprintf_vma): New macros.
3615 (uint64_typeHIGH, uint64_typeLOW): Comment with HOST_64_BIT so
3616 they get copied to bfd.h.
3618 * reloc.c (enum bfd_reloc_code_real): Add some Alpha relocation
3619 types. Reorganized some of the existing ones.
3620 * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one
3621 values in case of compilation on a 32-bit machine. Fix pcrel
3622 fields of some reloc types.
3623 (alpha_bfd_reloc_type_lookup): Handle more relocation types.
3625 * bfd-in.h (uint64_typeHIGH, uint64_typeLOW): Supply default
3626 definitions when not defined, regardless of whether uint64_type is
3627 a defined macro or not.
3628 (fprintf_vma, sprintf_vma): Define only if fprintf_vma is not
3631 Wed Jan 19 00:02:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3633 * aoutx.h (translate_to_native_sym_flags): Set the type of a
3634 BSF_WARNING symbol to N_WARNING.
3636 Tue Jan 18 16:43:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3638 * aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p
3639 for an indirect or warning symbol.
3640 (aout_link_write_symbols): Update sym_hash with the target of an
3641 indirect or warning symbol. If an indirect symbol is defined,
3642 output the calculated value and don't output the target symbol.
3644 Tue Jan 18 03:54:59 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3646 * aoutx.h (translate_from_native_sym_flags): Give warning symbols
3647 an (unused) nonzero section value, needed for check below.
3649 Mon Jan 17 15:12:07 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3651 * aoutx.h (translate_from_native_sym_flags,
3652 aout_link_add_symbols): Treat N_SET[ABDT] | N_EXT like
3655 Fri Jan 14 16:45:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3657 * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set
3658 the DYNAMIC flag for the BFD.
3659 (NAME(bfd_elf,write_object_contents)): Don't try to write out a
3660 BFD with the DYNAMIC flag set, since we don't generate the program
3661 header table correctly.
3663 Fri Jan 14 01:04:36 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3665 * elfcode.h (elf_slurp_symbol_table): Free x_symp at the end
3666 of the function to avoid storage leak.
3668 Thu Jan 13 23:07:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3670 * ecoff.c (ecoff_link_write_external): An ifd can be -1.
3672 Thu Jan 13 12:33:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3674 * som.c (som_set_reloc_info): Provide a default symbol for
3675 relocations which don't actually have an associated symbol.
3677 * som.c (hppa_som_reloc): Add new "error message" argument.
3679 Wed Jan 12 13:36:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3681 Enable gdb to write to core files on more core file readers.
3682 * libbfd.c (bfd_generic_set_section_contents): Remove range check
3683 for section size, it is already done in bfd_set_section_contents
3684 with bfd_get_section_size_now.
3685 * aix386-core.c, hppabsd-core.c, hpux-core.c, irix-core.c,
3686 osf-core.c, ptrace-core.c, trad-core.c (*_set_section_contents):
3687 Use bfd_generic_set_section_contents instead of bfd_false.
3689 Wed Jan 12 15:31:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3691 * linker.c: Added initial documentation.
3693 * linker.c (default_indirect_link_order): Don't expect space for
3694 output relocations if there aren't any input relocations.
3696 Tue Jan 11 14:37:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3698 * aoutx.h (NAME(aout,final_link)): Set a_entry before computing
3701 * elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not
3704 Tue Jan 11 09:10:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3706 * config.bfd: Use ELF, not COFF for m88*-*-dgux*.
3707 Combine m88k-*-* and m88110-*-* cases into m88*-*-*.
3709 Tue Jan 11 00:07:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3711 * ecofflink.c: Extensive changes to compress and merge debugging
3712 information, and to write some of out directly rather than saving
3713 it in memory. Several new functions and structures, and new
3714 arguments to existing functions.
3715 * ecoff.c (ecoff_compute_reloc_file_positions): Compute
3716 sym_filepos as well.
3717 (ecoff_get_extr): Use ifdmap instead of ifdbase.
3718 (ecoff_write_object_contents): Don't compute sym_filepos here.
3719 Only output symbols if outsymbols is not NULL.
3720 (ecoff_bfd_final_link): Adjust for changes in ecoff_debug_info and
3721 bfd_ecoff_debug functions. Write out debugging information here.
3722 (ecoff_final_link_debug_accumulate): Adjust for changes in
3723 bfd_ecoff_debug functions.
3724 (ecoff_link_write_external): Use ifdmap rather than ifdbase.
3725 * elf32-mips.c (mips_elf_read_ecoff_info): Read external symbols
3726 first, to put them in the first memory buffer. Clear fdr field.
3727 (mips_elf_get_extr): Use pointer to unswapped external symbol.
3728 (mips_elf_final_link): Adjust for changes in bfd_ecoff functions.
3729 Preserve .text, .data and .bss even if they are empty. Save
3730 pointer to unswapped external symbol rather than copying it.
3731 Don't free up the external symbols.
3732 * libelf.h (elf_symbol_type): Change mips_extr to PTR.
3733 * bfd-in.h (bfd_ecoff_debug_init, bfd_ecoff_debug_free): Declare.
3734 (bfd_ecoff_debug_accumulate): Update declaration.
3735 (bfd_ecoff_debug_accumulate_other): Rename declaration from
3736 bfd_ecoff_debug_link_other and update.
3737 (bfd_ecoff_write_accumulated_debug): Declare.
3738 * bfd-in2.h: Rebuilt.
3739 * Makefile.in: Rebuilt dependencies.
3741 Mon Jan 10 20:46:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3743 * Makefile.in (install): Remove "@" which follows a backslash. In
3744 this position it just causes errors, not suppresses echoes.
3746 Mon Jan 10 09:06:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3748 * som.c (hppa_som_gen_reloc_type): Fix handling of LT and RT
3751 Sun Jan 9 04:32:25 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3753 * config/i386-netbsd.mt (SELECT_VECS): Include i386bsd_vec.
3755 Fri Jan 7 10:27:27 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3757 * aoutx.h (adjust_z_magic): Don't merge the start of bss with the
3758 end of data if they are not contiguous.
3760 * aoutf1.h (sunos4_aout_backend): Comment the fields' meanings.
3762 Fri Jan 7 15:40:16 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3764 * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flag
3765 for .reginfo section here.
3766 (ecoff_new_section_hook): Set it here instead.
3768 Fri Jan 7 10:29:27 1994 Stan Shebs (shebs@andros.cygnus.com)
3770 * bfd-in.h: (bfd_boolean): Add workaround for systems that also
3771 define true and false as enums.
3772 (ALMOST_STDC): Add as alternative to __STDC__.
3773 * bfd-in2.h: Rebuilt.
3774 * syms.c (bfd_print_symbol_vandf): Convert a PTR to FILE*.
3776 Thu Jan 6 14:24:44 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3778 * aoutx.h (translate_to_native_sym_flags): Catch the case where
3779 there is no output section.
3781 Thu Jan 6 14:37:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3783 * nlmcode.h (nlm_object_p): If we can't read the fixed header,
3784 count it as a wrong format error, not a system call error, since
3785 the object file might simply be too small.
3787 * targets.c (target_vector): Added nlm32_alpha_vec inside #ifdef
3789 * Makefile.in (BFD32_BACKENDS): Remove nlm32-alpha.o.
3790 (BFD64_BACKENDS): Add nlm32-alpha.o. It depends on 64 bit
3791 support, even though it is for an Alpha in 32 bit mode.
3792 * configure.in (nlm32_alpha_vec): Set target64 to true.
3794 * nlm32-gen.c, nlm64-gen.c: Removed. All nlm targets are
3795 different, so there is no point to providing a generic one.
3796 * libnlm.h: Don't bother to check for nlm_backend(bfd) being NULL
3797 in the backend accessor macros; that should no longer be possible.
3798 * targets.c (target_vector): Removed nlm32_big_generic_vec,
3799 nlm64_big_generic_vec, nlm64_little_generic_vec.
3800 * configure.in (nlm32_big_generic_vec, nlm32_little_generic_vec,
3801 nlm64_big_generic_vec, nlm64_little_generic_vec): Removed.
3802 * Makefile.in: Rebuilt dependencies, and
3803 (BFD32_BACKENDS): Removed nlm32-gen.o.
3804 (BFD64_BACKENDS): Removed nlm64-gen.o.
3805 (CFILES): Removed nlm32-gen.c and nlm64-gen.c.
3807 * hp300hpux.c (ARCH_SIZE): Define before including aoutx.h.
3809 * linker.c (_bfd_generic_link_add_one_symbol): Add constructor and
3810 bitsize arguments. Changed all callers (aoutx.h).
3811 * libbfd-in.h (_bfd_generic_link_add_one_symbol): Add constructor
3812 and bitsize arguments to declaration.
3813 * libbfd.h: Rebuilt.
3815 * ecoff.c: First cut at new style of linker backend for
3816 ECOFF--added a bunch of functions. Also:
3817 (ecoff_sec_to_styp_flags): Set flags for .pdata and .xdata.
3818 (ecoff_slurp_symbolic_header): New function.
3819 (ecoff_slurp_symbolic_info): Call ecoff_slurp_symbolic_header.
3820 (ecoff_compute_reloc_file_positions): New function.
3821 (ecoff_set_section_contents): Get out quickly if count is zero.
3822 Check errors better.
3823 (ecoff_write_object_contents): Put .xdata section in data segment.
3824 Call ecoff_compute_reloc_file_positions. Don't output relocs or
3825 external symbols if outsymbols is NULL.
3826 (ecoff_bfd_final_link): Completely rewritten.
3827 * libecoff.h: Include bfdlink.h.
3828 (struct ecoff_backend_data): Add relocate_section field.
3829 (ecoff_data_type): Add sym_hashes and symndx_to_section fields.
3830 (struct ecoff_link_hash_entry): Define.
3831 (struct ecoff_link_hash_table): Define.
3832 (ecoff_bfd_link_add_symbols): Declare as function, not macro.
3833 (ecoff_bfd_link_hash_table_create): Likewise.
3834 * ecofflink.c (bfd_ecoff_debug_one_external): New function.
3835 (bfd_ecoff_debug_externals): Call bfd_ecoff_debug_one_external.
3836 * bfd-in.h (bfd_ecoff_debug_one_external): Declare.
3837 * bfd-in2.h: Rebuilt.
3838 * coff-alpha.c (alpha_howto_table): Mark BRADDR as
3839 partial_inplace, and set the src_mask to 0x1fffff.
3840 (alpha_ecoff_get_relocated_section_contents): Remove unused
3842 (alpha_convert_external_reloc): New static function.
3843 (alpha_relocate_section): New static function.
3844 (alpha_ecoff_backend_data): Initialize relocate_section field.
3845 * coff-mips.c (mips_relocate_refhi): New static function.
3846 (mips_relocate_section): New static function.
3847 (mips_ecoff_backend_data): Initialize relocate_section field.
3849 * reloc.c (_bfd_relocate_contents): Corrected signed overflow
3850 checking when there is an addend.
3852 * aoutx.h (NAME(aout,final_link)): Don't abort when trying to link
3853 a non a.out file, just pass it to _bfd_default_link_order.
3854 (aout_link_input_section_std): When doing a final PC relative link
3855 against a section symbol, subtract the VMA of the input section.
3856 (aout_link_input_section_ext): Likewise.
3858 * linker.c (default_indirect_link_order): Renamed from
3859 _bfd_generic_indirect_link_order and made static.
3860 (_bfd_generic_final_link): Don't switch on link_order type, just
3861 call _bfd_default_link_order.
3862 (_bfd_default_link_order): Handle bfd_indirect_link_order type.
3863 * genlink.h: Removed declaration of
3864 _bfd_generic_indirect_link_order.
3865 * elf32-mips.c (mips_elf_final_link): Don't switch on link_order
3866 type, just call _bfd_default_link_order.
3868 Tue Jan 4 21:23:37 1994 Ian Lance Taylor (ian@cygnus.com)
3870 * linker.c (generic_link_check_archive_element): Base the name of
3871 the created common section on the name of the section the symbol
3873 (_bfd_generic_link_add_one_symbol): (case BIG): A common symbol
3874 must have a section, so don't bother to create one.
3876 Mon Jan 3 15:32:16 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3878 * aout-target.h (MY(vec)): Add DYNAMIC to mask of object flags.
3879 * aoutf1.h (NAME(aout,sunos4_write_object_contents)):
3880 If the DYNAMIC flag is set, set it in the exec header.
3881 * aoutx.h (NAME(aout,some_aout_object_p)): If the object is
3882 dynamically linked, set the DYNAMIC flag in the BFD.
3883 * libaout.h (N_SET_DYNAMIC): New macro.
3884 (N_DYNAMIC): Add missing 0 in mask.
3886 Mon Jan 3 11:41:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3888 * ecoff.c (ecoff_get_extr): Don't output section symbols as
3891 * bfd-in.h, hash.c: Change bfd_hash_allocate argument from size_t
3892 to unsigned int, because size_t may not be defined in bfd.h.
3893 * bfd-in2.h: Rebuilt.
3895 * bfd-in.h (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to
3897 * bfd-in2.h: Rebuilt.
3898 * libbfd.c (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to
3900 * targets.c (bfd_target): Change swap function pointers
3902 * archive.c (do_slurp_coff_armap): Change swap accordingly.
3903 * aix386-core.c: Change NO_GET and NO_GETS accordingly.
3904 * hppabsd-core.c, hpux-core.c, irix-core.c, osf-core.c,
3905 ptrace-core.c, trad-core.c: Change NO_GET and NO_SIGNED_GET
3908 * libbfd-in.h (struct artdata): Added tdata field.
3909 (_bfd_add_bfd_to_archive_cache): Declare.
3910 (_bfd_get_elt_at_filepos): Declare.
3911 (_bfd_snarf_ar_hdr): Renamed from snarf_ar_hdr.
3912 * libbfd.h: Rebuilt.
3913 * archive.c: Cleaned up some more.
3914 (_bfd_generic_mkarchive, bfd_generic_archive_p): Initialize
3915 pointer elements of artdata.
3916 (_bfd_add_bfd_to_archive_cache): Renamed from add_bfd_to_cache.
3917 (_bfd_snarf_ar_hdr): Renamed from snarf_ar_hdr.
3918 (_bfd_get_elt_at_filepos): Renamed from get_elt_at_filepos.
3919 (get_extended_arelt_filename, bfd_construct_extended_name_table,
3920 bfd_ar_hdr_from_filesystem, compute_and_write_armap): Made static.
3921 * ecoff.c: Some comment changes.
3922 (ecoff_slurp_armap): Handle rename of snarf_ar_hdr. Set
3923 ardata->tdata to raw_armap.
3924 (ecoff_archive_p): Initialize pointer elements of artdata.
3925 * coff-rs6000.c (rs6000coff_get_elt_at_filepos): Handle rename of
3928 * hash.c: Added some documentation.
3930 Mon Jan 3 11:09:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3932 * aout-target.h, netbsd386.c: Replace NO_SWAP_MAGIC with SWAP_MAGIC,
3933 and do the swapping here rather than calling ntohl from the N_*
3934 macros. This cleans up assumptions about the size of a host long,
3935 the existence to ntohl, etc.
3937 Sat Jan 1 13:50:05 1994 Rob Savoye (rob@darkstar.cygnus.com)
3939 * config.bfd: Add support for VSTa micro-kernel. It currently uses
3942 Sat Jan 1 10:18:54 1994 David J. Mackenzie (djm@thepub.cygnus.com)
3944 * hosts/i386mach3.h (HOST_SEGMENT_SIZE): Fix value.
3945 * i386mach3.c (SEGMENT_SIZE): Fix value.
3947 Fri Dec 31 16:23:43 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3949 Minor cleanups suggested by CodeCenter.
3950 * aoutx.h, coffgen.c, ecoff.c, ecofflink.c, elf.c, libbfd.c,
3951 linker.c, reloc.c, section.c, srec.c: Added /*ARGSUSED*/ as
3953 * aoutx.h (struct external_exec): Removed unnecessary declaration.
3954 (NAME(aout,some_aout_object_p)): Set some tdata pointers to NULL.
3955 (adjust_z_magic): Removed useless variable data_vma.
3956 (stringtab_init): Initialize hash_zero.
3957 (add_to_stringtab): Removed unused fourth argument.
3958 (NAME(aout,swap_std_reloc_out)): Removed useless variable
3960 (aout_link_input_section): Added some casts.
3961 * archive.c (get_extended_arelt_filename, do_slurp_coff_armap,
3962 bfd_ar_hdr_from_filesystem, bsd_write_armap, coff_write_armap):
3963 Minor code rewriting to make it more C like.
3964 (do_slurp_bsd_armap): Added some casts.
3965 * ecoff.c (ecoff_write_object_contents): Removed useless variable
3967 (ecoff_write_armap): Added some casts. Use "" rather than "\0".
3968 * ecofflink.c (bfd_ecoff_write_debug): Added a cast.
3969 * libaout.h (struct internal_exec): Removed unnecessary
3971 * linker.c (_bfd_generic_indirect_link_order): Added a cast.
3972 * opncls.c (new_bfd): Removed a cast.
3973 * reloc.c (bfd_generic_get_relocated_section_contents): Added
3975 * srec.c (internal_srec_write_object_contents): Removed useless
3976 variable bytes_written.
3978 Fri Dec 31 11:46:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3980 * i386mach3.c (N_TXTADDR): Don't define after all.
3981 (TEXT_START_ADDR): Don't include exec header size in value.
3983 Thu Dec 30 15:47:54 1993 David J. Mackenzie (djm@thepub.cygnus.com)
3985 * i386mach3.c (N_TXTADDR): Define.
3987 Thu Dec 30 13:37:24 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3989 Extensive changes to move the bulk of the linker into BFD so that
3990 more efficient backend code can be written for specific object
3991 files. Only existing efficient backend is a.out.
3992 * seclet.c, seclet.h: Removed.
3993 * hash.c, linker.c, genlink.h: New files.
3994 * bfd-in.h: Removed bfd_error_vector. Declared hash table
3995 structures and functions.
3996 (JUMP_TABLE): Removed bfd_seclet_link, added
3997 bfd_link_hash_table_create, bfd_link_add_symbols and
3999 * All backends: Changed accordingly.
4000 * bfd-in2.h: Rebuilt.
4001 * bfd.c (struct _bfd): Added link_next and archive_pass fields.
4002 Removed ld_symbols field.
4003 (bfd_nonrepresentable_section, bfd_undefined_symbol,
4004 bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
4005 bfd_error_vector): Removed.
4006 (bfd_default_error_trap, bfd_error_trap,
4007 bfd_error_nonrepresentabltrap): Removed.
4008 (bfd_get_relocated_section_contents): Pass link_info. Pass
4009 link_order instead of seclet. Pass symbols.
4010 (bfd_relax_section): Pass link_info.
4011 (bfd_seclet_link): Removed.
4012 (bfd_link_hash_table_create, bfd_link_add_symbols,
4013 bfd_final_link): New macros.
4014 * libbfd-in.h: If __GNUC__ is defined and alloca is not, define
4015 alloca as __builtin_alloca. Declare internal linking functions.
4016 * libbfd.h: Rebuilt.
4017 * libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
4019 * reloc.c (reloc_howto_type): Added error_message argument to
4020 special_function field. Changed all callers and all definitions.
4021 (bfd_get_reloc_size): Make argument a const pointer.
4022 (bfd_perform_relocation): Add error_message argument to hold
4023 string set if return value if bfd_reloc_dangerous. Changed all
4025 (_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
4026 * section.c (asection): Renamed seclets_head and seclets_tail to
4027 link_order_head and link_order_tail.
4028 * targets.c (bfd_target): Replaced seclet argument with link_info
4029 and link_order and symbols arguments in
4030 bfd_get_relocated_section_contents. Added symbols argument to
4031 bfd_relax_section. Removed bfd_seclet_link. Added
4032 bfd_link_hash_table_create, bfd_link_add_symbols and
4034 * libaout.h (struct aoutdata): Added external_syms,
4035 external_sym_count, external_strings, sym_hashes fields.
4036 (obj_aout_external_syms, obj_aout_external_sym_count,
4037 obj_aout_external_strings, obj_aout_sym_hashes): New accessor
4039 (WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
4040 * aoutx.h: Wrote new back end linker routines.
4041 (translate_to_native_sym_flags): Return boolean value. Don't use
4043 (NAME(aout,write_syms)): Return boolean value. Check return value
4044 of translate_to_native_sym_flags and bfd_write.
4045 * aout-target.h (final_link_callback): New function.
4046 (MY_bfd_final_link): New function.
4047 * aout-adobe.c (aout_adobe_write_object_contents): Check return
4048 value of aout_32_write_syms.
4049 * hp300hpux.c (MY(write_object_contents)): Likewise.
4050 * i386lynx.c (WRITE_HEADERS): Likewise.
4051 * libaout.h (WRITE_HEADERS): Likewise.
4052 * bout.c: Changed functions to use link_info->callbacks rather
4053 than bfd_error_vector, and link_orders rather than seclets.
4054 * coff-alpha.c: Likewise.
4055 * coff-h8300.c: Likewise.
4056 * coff-h8500.c: Likewise.
4057 * coff-sh.c: Likewise.
4058 * coff-z8k.c: Likewise.
4059 * elf32-hppa.c: Likewise.
4060 * reloc16.c: Likewise.
4061 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
4062 up _gp in the hash table rather than in outsymbols.
4063 * coff-a29k.c (a29k_reloc): Pass errors back in new error_message
4064 argument rather than printing them.
4065 * coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
4066 link_order arguments rather than seclet. Changed all uses and
4068 (bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
4069 all uses and definitions.
4070 * libcoff.h: Rebuilt.
4071 * ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
4072 not by ECOFF, make it scAbs.
4073 (ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
4075 * elf32-mips.c (mips_elf_final_link): Renamed from
4076 mips_elf_seclet_link and rewritten.
4077 * elf32-hppa.c (elf32_hppa_stub_description): Added link_info
4079 (new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
4080 hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
4081 Added link_info arguments. Changed all callers.
4082 * elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
4084 * oasys.c (oasys_write_sections): Return boolean value rather than
4085 using bfd_error_vector.
4086 (oasys_write_object_contents): Check return value of
4087 oasys_write_sections.
4088 * hosts/std-host.h: Don't declare qsort or strtol.
4089 * Makefile.in: Rebuild dependencies.
4090 (BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
4091 (CFILES): Removed seclet.c. Added hash.c and linker.c.
4092 (HFILES): Removed seclet.h. Added genlink.h.
4094 Thu Dec 30 07:41:36 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4096 * section.c (bfd_get_section_contents): Return zero filled buffer
4097 if section has no contents.
4099 Tue Dec 28 12:43:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4101 * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc,
4102 then skip bfd_perform_relocation even if the addend is non-zero.
4104 Tue Dec 21 09:22:19 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4106 * coffcode.h (coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy
4107 addend to r_offset field.
4109 * Makefile.in (CFILES): Added coff-sparc.c. Rebuild dependencies.
4111 * coff-sparc.c (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET,
4112 CALC_ADDEND): Define.
4114 * aix386-core.c (aix386_core_file_p): Use cd_regs[0] for computing
4115 the offsetof because AIX /bin/cc does not like to take the address
4116 of an array. (From Minh Tran-Le.)
4118 Thu Dec 16 13:06:32 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4120 * Thu Dec 16 15:41:06 1993 Peter Hoogenboom (hoogen@cs.utah.edu)
4122 * elf32-hppa.c (hppa_elf_build_arg_reloc_stub): Make sure to copy
4123 the return pointer into %r2 if no jump-in-call-delay-slot
4124 optimization was done.
4126 * hosts/hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD.
4128 Wed Dec 15 08:04:16 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4130 * hosts/std-host.h: (time): Don't declare; conflicts on Mach3.
4132 * hosts/i386mach3.h (HOST_PAGE_SIZE): Set to 1 to avoid padding.
4133 (HOST_SEGMENT_SIZE): Set to 0 for same reason.
4135 * i386mach3.c (PAGE_SIZE, SEGMENT_SIZE): Same changes as above.
4136 (TEXT_START_ADDR): Correct.
4137 (MY_backend_data): Define.
4139 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic):
4140 New functions; code moved from aout_<size>_adjust_sizes_and_vmas.
4142 Tue Dec 14 21:48:33 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4144 * som.c (som_begin_writing): Fix thinkos in auxiliary header
4146 (bfd_som_attach_aux_hdr): Likewise.
4148 Mon Dec 13 23:34:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4150 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field
4151 selectors for PIC code.
4153 * som.c (hppa_som_gen_reloc_type): Handle 'T' field selectors.
4154 (som_write_fixups): Handle R_DLT_REL, R_FSEL, R_RSEL, R_LSEL
4155 relocations needed by PIC.
4157 Tue Dec 7 15:47:51 1993 Stu Grossman (grossman at cygnus.com)
4159 * nlmcode.h: Fixes to avoid compiler warnings...
4161 Tue Dec 7 15:10:54 1993 Ian Lance Taylor (ian@cygnus.com)
4163 * libnlm.h (nlm_backend_data): Removed macro definition.
4164 (nlm_alpha_backend_data): Adjusted accordingly.
4166 Sun Dec 5 19:32:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4168 * som.c (som_begin_writing): Flesh out code for handling simple
4170 (bfd_som_attach_aux_hdr): New function.
4172 * som.h (struct somdata): Add fields for attaching version and
4173 copyright headers. Add accessor macros.
4175 * som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protected
4176 definitions for old versions of HPUX which fail to define them.
4177 (som_hppa_howto_talbe): Add R_DLT_REL, R_AUX_UNWIND, and R_SEC_STMT
4178 now that they're safe. Delete bogus R_STATEMENT relocations.
4180 * som.c (som_hppa_howto_table): Add missing R_END_TRY. Delete
4181 extra R_DATA_OVERRIDE.
4182 (hppa_som_gen_reloc_type): Generate a relocation for the rounding
4183 mode selector if needed.
4184 (som_write_fixups): Handle requests for a change in the default
4185 rounding mode. Rounding modes do not consume input bytes, but
4186 are just markers much like R_ENTRY and R_EXIT.
4188 Sat Dec 4 19:40:32 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4190 Fri Dec 3 09:55:17 1993 Pete Hoogenboom (hoogen@cs.utah.edu)
4192 * elf32-hppa.c: (hppa_elf_reloc): Do not do code reordering when
4193 the branch instruction as originally been nullified.
4194 hppa_elf_reloc): Avoid useless call to bfd_put_32 () in the
4195 case of no code reordering due to an LDO instruction in the
4196 delay slot of the branch. Make sure to relocate the correct
4197 instruction. Do not perform instruction reordering for millicode
4199 (hppa_elf_build_arg_reloc_stub): Change the relocation type
4200 to R_HPPA_STUB_CALL_17 when special processing might be needed.
4201 (hppa_elf_build_long_branch_stub): Prevent code reordering on
4202 a call from a linker stub to another linker stub and for millicode
4203 calls. Do not trash the return register for calls from one linker
4204 stub to a second linker stub.
4206 * elf32-hppa.c: (elf_hppa_howto_table): PLABEL and DLT
4207 relocations are not pc-relative.
4209 * hppa_stubs.h: (BLE_N_XXX_0_31): New instruction used in
4211 (COPY_2_31): Likewise.
4213 Fri Dec 3 18:40:58 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4215 * config/solaris2.mh (HDEFINES): Remove -Dconst=
4216 * hosts/solaris.h: If not __GNUC__, define const as empty.
4218 Thu Dec 2 15:43:32 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4220 * ecoff.c: Added various casts for 32/64 bit cross targeting.
4221 (ecoff_mkobject_hook): Set SEC_SHARED_LIBRARY for the .reginfo
4222 section so that the linker ignores it.
4223 * ecofflink.c: Added various casts for 32/64 bit cross targeting.
4224 (ecoff_add_bytes): Changed need argument to size_t.
4225 (bfd_ecoff_debug_link_other): Check return value of
4228 * libbfd-in.h (new_bfd): Use void rather than an empty parameter
4230 * libbfd.h: Rebuilt.
4232 * libnlm.h (struct nlm_obj_tdata): New field backend_data.
4233 (nlm_backend_data, nlm_alpha_backend_data): New accessor macros.
4234 (struct nlm_backend_data): New field no_uninitialized_data.
4235 (nlm_no_uninitialized_data): New accessor macro.
4236 * nlmcode.h (nlm_compute_section_file_positions): Handle
4237 no_uninitialized_data.
4238 (nlm_external_reloc_compare): Sort relocs by address for a
4239 particular symbol, to make the sort more stable.
4240 (nlm_write_object_contents): Cast the arguments to qsort. Get the
4241 value of a debugging symbol the same way we get the value of a
4243 * nlm32-alpha.c: Various changes. Write out GP and .lita relocs.
4244 Set no_uninitialized_data to true.
4245 * nlm32-i386.c (nlm32_i386_backend), nlm32-sparc.c
4246 (nlm32_sparc_backend): Set no_uninitialized_data field false.
4247 * nlmswap.h (nlm_swap_fixed_header_out): Zero out destination
4248 before filling it in.
4250 Wed Dec 1 21:47:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4252 * som.c (som_section_type, som_decode_symcalss): New functions.
4253 (som_get_symbol_info): Use them.
4254 (som_slurp_symbol_table): Set the section of common and undefined
4257 Wed Dec 1 14:15:10 1993 Ken Raeburn (raeburn@cygnus.com)
4259 * elfcode.h (write_relocs): Initialize local var LAST_SYM_IDX, to
4262 * mipsbsd.c: Changes from Ralph Campbell:
4263 (mips_howto_table_ext): MIPS_RELOC_LO16 should use
4264 complain_overflow_dont.
4265 (aout_mips_*_vec): Make name use "a.out" instead of "aout", to
4268 * bfd.c (bfd_errmsgs): Reword invalid-target message.
4270 * config.bfd: For sparc*-*-coff, use sparc-coff.
4271 * configure.in: Handle sparccoff_vec.
4272 * targets.c (sparccoff_vec): Declare.
4274 * reloc.c (bfd_get_reloc_size): New function.
4275 (struct reloc_howto_type): Update documentation of size field.
4277 Wed Dec 1 14:39:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4279 * nlm32-alpha.c: New file; preliminary Alpha NetWare support.
4280 * config.bfd (alpha-*-netware*): New target; use alpha-nlm.
4281 * config/alpha-nlm.mt: New file.
4282 * configure.in (nlm32_alpha_vec): New vector; use nlm32-alpha.o,
4284 * Makefile.in (BFD32_BACKENDS): Added nlm32-alpha.o.
4285 (CFILES): Added nlm32-alpha.c.
4286 Rebuilt dependencies.
4287 * targets.c (nlm32_alpha_vec): Declare.
4289 * libnlm.h (struct nlm_backend_data): New fields
4290 optional_prefix_size, nlm_backend_object_p, nlm_write_prefix,
4291 nlm_set_public_section, nlm_get_public_offset. Removed unused
4292 nlm_write_reloc field. Changed nlm_write_import to remove
4293 unnecessary symbol argument. Renamed nlm_write_externals to
4294 nlm_write_external, and changed cound argument from bfd_vma to
4296 (nlm_optional_prefix_size, nlm_backend_object_p_func,
4297 nlm_write_prefix_func, nlm_set_public_section_func,
4298 nlm_get_public_offset_func): New accessor macros.
4299 (nlm_write_reloc_func): Removed.
4300 (nlm_write_external_func): Adjusted for field renaming.
4301 * nlm32-i386.c (nlm_i386_write_import): Renamed from
4302 nlm_i386_write_reloc. Removed old nlm_i386_write_import which
4303 just called old nlm_i386_write_reloc.
4304 (nlm_i386_write_external): Renamed from nlm_i386_write_externals.
4305 Declared. Changed second argument from bfd_vma to bfd_size_type.
4306 (nlm32_i386_backend): Adjusted for changes to fields and names.
4307 * nlm32-sparc.c (nlm_sparc_mangle_relocs): Removed unused,
4309 (nlm_sparc_write_import): Removed second argument.
4310 (nlm_sparc_write_external): Renamed from
4311 nlm_sparc_write_externals. Changed second argument from bfd_vma
4313 (nlm32_sparc_backend): Adjusted for changes to fields and names.
4314 * nlmcode.h: Removed some unused code.
4315 (nlm_object_p): Don't destroy tdata pointer. Call
4316 backend_object_p function if it exists.
4317 (nlm_slurp_symbol_table): Removed unused variable rcount. Call
4318 set_public_section_func if it exists instead of checking
4320 (nlm_compute_section_file_positions): Account for
4321 optional_prefix_size.
4322 (nlm_write_object_contents): Account for optional_prefix_size.
4323 Removed useless variable write_reloc_func. Changed declaration
4324 and call of write_import_func. Call write_prefix_func if it
4325 exists. Removed unused variables len and temp. Call
4326 get_public_offset_func if it exists rather than setting NLM_HIBIT.
4327 * nlmswap.h: Declare functions.
4329 * bfd-in.h (uint64_typeLOW, uint64_typeHIGH): Fully parenthesize
4331 (fprintf_vma, sprintf_vma): Use %lx, not %x.
4332 * bfd-in2.h: Rebuilt.
4333 * hosts/alphaosf.h (uint64_typeLOW, uint64_typeHIGH): Cast results
4336 * config.bfd: Don't set target64 here, as the setting is ignored.
4337 * configure.in (ecoffalpha_little_vec): Set target64.
4339 * config/alphaosf.mt (TDEFINES): Removed; setting host parameters
4340 in TDEFINES is wrong.
4342 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
4343 Remove unused variable output_section.
4345 Tue Nov 30 16:45:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4347 * irix-core.c: New file for Irix 4 and Irix 5 core support.
4348 Functions taken out of coff-mips.c. Handle vmap type VMAPFILE.
4349 * coff-mips.c: Irix 4 core file support moved to irix-core.c.
4350 * targets.c: If IRIX_CORE defined, include irix_core_vec in
4352 * config/irix4.mh (HDEFINES): Add -DIRIX_CORE.
4353 (HDEPFILES): Define to be irix-core.o.
4354 * config/irix5.mh (HDEFINES): Define to be -DIRIX_CORE.
4355 (HDEPFILES): Define to be irix-core.o.
4356 * Makefile.in (OPTIONAL_BACKENDS): Added irix-core.o. Removed
4357 sco-core.o, which no longer exists.
4358 (CFILES): Added all *-core.c files.
4359 Rebuilt dependencies.
4361 Wed Nov 24 02:02:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4363 * elfcode.h (map_program_segments): Restore check of file_size !=
4364 mem_size, but only if SHT_PROGBITS.
4366 * ecofflink.c: New file to hold ECOFF debug information linking
4368 * ecoff.c (ecoff_clear_output_flags, ecoff_rel, ecoff_dump_seclet,
4369 ecoff_add_string, ecoff_get_debug): Removed. Functionality now in
4371 (ecoff_get_extr, ecoff_set_index): New functions.
4372 (ecoff_slurp_symbolic_info): Don't save raw_size.
4373 (ecoff_bfd_seclet_link): Rewrote to use ecofflink.c functions.
4374 (ecoff_compute_section_file_positions): Don't set EXEC_P just
4375 because there is a start address.
4376 (ecoff_write_object_contents): Handle external symbols here. Use
4377 ecofflink.c functions to write out debugging information.
4378 * elf32-mips.c (mips_elf_read_ecoff_info, mips_elf_get_extr,
4379 mips_elf_set_index): New functions.
4380 (mips_elf_seclet_link): Discard empty sections, the .options
4381 section and .gptab sections. Handle linking .mdebug section.
4382 * libecoff.h (ecoff_data_type): Removed raw_size and ifdbase.
4383 * libelf.h (elf_symbol_type): Added mips_extr to tc_data union.
4384 * bfd-in.h: Added prototypes for routines in ecofflink.c (some are
4385 called by gas, so they are public).
4386 * bfd-in2.h: Rebuilt.
4387 * Makefile.in (BFD_LIBS): Added ecofflink.o.
4388 (CFILES): Added ecofflink.c.
4389 (ecofflink.o): New target. Rebuilt dependencies.
4391 Mon Nov 22 22:26:42 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4393 * som.c (hppa_object_p): Also recognize SHARED_MAGIC_CNX as
4394 a valid magic number if it's been defined.
4396 Mon Nov 22 14:17:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4398 * ecoff.c (ecoff_mkobject): Don't create .scommon section; linker
4399 no longer requires it.
4400 (ecoff_bfd_seclet_link, ecoff_sizeof_headers,
4401 ecoff_write_object_contents): Don't treat .scommon section
4404 Mon Nov 22 10:54:27 1993 Fred Fish (fnf@cygnus.com)
4406 Merged changes from kev@spuds.geg.mot.com (Kevin A. Buettner):
4407 * bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE.
4408 * bfd/config/delta88.mh (HDEPFILES): Defined to be ptrace-core.o.
4409 * bfd/ptrace-core.c: New file for dealing with core files with
4410 start with the ptrace_user structure found on BCS compliant systems.
4411 * bfd/targets.c (ptrace_core_vec): New vector.
4413 Mon Nov 22 02:33:12 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4415 * Minimal support for reading SOM fixup streams. Allows
4416 objdump -r to do something reasonable.
4417 * som.c (som_get_reloc_upper_bound): Implement.
4418 (som_canonicalize_reloc): Implement.
4419 (som_set_reloc_info, som_slurp_reloc_table): New functions.
4421 Sun Nov 21 13:46:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4423 * hosts/lynx.h (FPRINTF_ALREADY_DECLARED): Define.
4424 * hosts/sparclynx.h: Include lynx.h instead of duplicating it.
4426 Fri Nov 19 14:34:04 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4428 * coff-a29k.c (a29k_reloc): For R_IREL, don't left shift
4429 signed_value before sign extending it. Don't subtract out
4430 reloc_entry->address. This makes it compatible with what gas is
4433 * elfcode.h (elf_fake_sections): Accept .sbss as the name for a
4434 SHT_NOBITS sections.
4435 (map_program_segments): Don't leave the loop after the first
4437 (assign_file_positions_except_relocs): Only force sh_offset and
4438 sh_addr to match modulo maxpagesize for a section which is not
4439 SHT_NOBITS. Changed the method used to force page alignment after
4440 a SHT_NOBITS section to only do it for the last such consecutive
4441 section, and to really force page alignment.
4443 Fri Nov 19 04:02:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4445 * coffcode.h (coff_slurp_symbol_table): Print more verbose message
4446 in the case of an unknown (or unhandled) storage class.
4448 * config/i386-lynx.mt (TDEFINES): FPRINTF_ALREADY_DECLARED should
4449 not be defined here, since it is a host attribute, not a target
4451 * config/m68k-lynx.mt, config/sparc-lynx.mt: Ditto.
4453 * coffcode.h (coff_bfd_reloc_type_lookup): Don't define if already
4456 * coff-sparc.c: Define some relocations, based on ELF relocations.
4457 (enum reloc_type, bfd_coff_generic_reloc, coff_sparc_howto_table,
4458 struct coff_reloc_map, sparc_reloc_map,
4459 coff_sparc_reloc_type_lookup): Borrowed from elf32-sparc.c and
4461 (coff_bfd_reloc_type_lookup): Define to be coff_sparc_reloc_....
4462 (rtype2howto): Index into coff_sparc_howto_table using
4465 Thu Nov 18 11:45:39 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4467 * config.bfd (mips*-*-irix5*): New target; use mipsbelf.
4468 * configure.host (mips-sgi-irix5*) New host; use irix5 (no
4469 hosts/irix5.h created; just use std-host.h).
4470 * config/irix5.mh: New file; like irix4.mh, but don't use -G or
4472 * Makefile.in: Rebuilt dependencies.
4474 * ecoffswap.h: Changed type of internal pointers for swap out
4475 functions to const *.
4477 * elf32-mips.c (mips_elf_got16_reloc): New function. Handle GOT16
4478 correctly for assembler, but linker support not implemented.
4479 (elf_mips_howto_table): Use mips_elf_got16_reloc for GOT16.
4480 (mips_elf_sym_is_global): New function; at least on Irix 5, all
4481 non section symbols are considered global.
4482 (elf_backend_sym_is_global): Define.
4483 (mips_elf_final_write_processing): New function. Set the MIPS
4484 architecture level correctly.
4485 (elf_backend_final_write_processing): Define.
4486 (mips_elf_section_from_shdr): Handle SHT_MIPS_OPTIONS.
4487 (mips_elf_fake_sections): Set entsize of .mdebug or .reginfo
4488 section to 1. Handle .options section.
4489 (mips_elf_acom_section, mips_elf_acom_symbol,
4490 mips_elf_acom_symbol_ptr): New static variables, used to build a
4491 generic .acommon section to hold SHN_MIPS_ACOMMON symbols.
4492 (mips_elf_symbol_processing): Handle SHN_MIPS_ACOMMON symbols by
4493 putting them all in a global .acommon section.
4495 * elfcode.h (bfd_section_from_shdr): Don't dump core if target
4496 section has no ELF section data.
4497 (elf_make_sections): Set addralign of reloc section to 4.
4498 (elf_fake_sections): Likewise.
4499 (map_program_segments): Don't consider section 0.
4500 (assign_file_positions_except_relocs): Don't consider section 0.
4501 In the main loop, skip the symtab and strtab sections, since their
4502 positions are set elsewhere.
4503 (swap_out_syms): Set addralign of symtab section to 4. Set
4504 addralign of strtab sections to 1.
4505 (assign_file_positions_for_relocs): Don't consider section 0.
4506 (write_object_contents): Don't write out section 0.
4508 * libelf.h (struct elf_backend_data): Added fields
4509 elf_backend_sym_is_global and elf_backend_final_write_processing.
4510 * elf32-target.h (elf32_bed): Added corresponding initializers.
4511 * elf64-target.h (elf64_bed): Likewise.
4512 * elfcode.h (sym_is_global): Take abfd argument. Call
4513 elf_backend_sym_is_global if it is not NULL.
4514 (elf_map_symbols): Pass abfd to sym_is_global.
4515 (write_object_contents): Call elf_backend_final_write_processing
4518 Wed Nov 17 18:43:28 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4520 * libecoff.h: Include coff/ecoff.h.
4521 (struct ecoff_backend_data): Move external debugging information
4522 fields into a single field pointing to an ecoff_debug_swap
4524 (ecoff_data_type): Move debugging information fields into a single
4525 field pointing to an ecoff_debug_info structure.
4526 * coff-alpha.c, coff-mips.c, ecoff.c: Corresponding changes.
4528 Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
4530 * nlmswap.h: New file to swap fixed header. Included by NLM
4532 * libnlm.h (struct reloc_and_sec): Define.
4533 (struct nlm_backend_data): Add fields fixed_header_size,
4534 nlm_read_import, nlm_write_import, nlm_swap_fhdr_in,
4536 (nlm_fixed_header_size, nlm_read_import_func,
4537 nlm_write_import_func, nlm_swap_fixed_header_in_func,
4538 nlm_swap_fixed_header_out_func, nlm_write_external_func): New
4540 * nlmcode.h: Use new functions.
4541 * nlm32-i386.c: Provide new functions.
4542 * nlm32-sparc.c: New file; SPARC NLM backend.
4544 Wed Nov 17 13:56:10 1993 Stan Shebs (shebs@rtl.cygnus.com)
4546 * i386lynx.c (swap_std_reloc_in, swap_ext_reloc_in): Ignore
4547 garbage bits appearing in the upper end of symbolnums.
4549 * config/sparc-lynx.mt (TDEFINES): Add -DFPRINTF_ALREADY_DECLARED.
4551 Tue Nov 16 17:03:41 1993 Stu Grossman (grossman at cygnus.com)
4553 * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
4554 * m68klynx.c: Define core file macros.
4555 * hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h: Move all
4556 non-architecture specific stuff into lynx.h.
4558 Tue Nov 16 15:45:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4560 * i386linux.c: Define new macro ZMAGIC_DISK_BLOCK_SIZE to 1024, and
4561 change PAGE_SIZE to 4096.
4563 Mon Nov 15 11:48:08 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4565 * Makefile.in (diststuff): New target.
4569 Sun Nov 14 23:33:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4571 * som.c (som_object_setup): Do not create dummy ".text", ".data",
4572 and ".bss" sections.
4573 (setup_sections): Do not set SEC_HAS_CONTENTS if a section's size
4574 is zero. Recognize BSS type sections and turn off SEC_LOAD and
4575 SEC_DATA (so binutils/size works). Set the correct value for
4576 a section's _raw_size.
4577 (som_slurp_symbol_table): Program entry points, and millicode are
4578 also functions. Mark them as such. Also mark L$* symbols as
4581 * bfd-in2.h: Rebuilt.
4583 Sat Nov 13 15:27:15 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4585 * som.c (som_bfd_reloc_type_lookup): Add missing prototype. Returns
4586 a pointer to constant data. Delete bogus #define which made the
4589 * som.c (som_prep_for_fixups): New function.
4590 (som_write_fixups): New function.
4591 (som_write_space_strings): New function.
4592 (som_write_symbol_strings): New function.
4593 (som_begin_writing): New function.
4595 Fri Nov 12 15:29:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4597 * som.c (som_write_object_contents): Do not abort. Flesh out.
4598 (som_set_section_contents): Do not abort. Flesh out.
4600 * som.c (som_write_headers): New function.
4601 (som_prep_headers): New function.
4602 (som_build_and_write_symbol_table): New function.
4604 * som.c (som_sizeof_headers): Add missing prototype.
4605 (som_set_arch_mach): Do not abort.
4607 * som.c (som_count_spaces): New function.
4608 (som_count_subspaces): New function.
4609 (compare_syms): New function.
4610 (som_compute_checksum): New function.
4612 * som.c (hppa_som_gen_reloc_type): New function.
4613 (som_bfd_reloc_type_lookup): New function.
4615 * som.c (try_prev_fixup): New function.
4616 (som_reloc_skip): New function.
4617 (som_reloc_addend): New function.
4618 (som_reloc_call): New function.
4620 * som.c (som_initialize_reloc_queue): New function.
4621 (som_reloc_queue_insert): Likewise.
4622 (som_reloc_queue_fix): Likewise.
4623 (som_reloc_queue_find): Likewise.
4625 * som.c (som_hppa_howto_table): SOM howto relocation table.
4626 (hppa_som_reloc): New function.
4628 * som.c (struct reloc_queue): New structure to keep track of
4629 the last four multibyte relocations emitted.
4630 (enum pa_symbol_type): Type to fully describe the symbol types
4631 associated with .import/.export assembler directives.
4633 * som.c: Include libhppa.h
4635 * som.c (bfd_som_set_section_attributes): New function.
4636 (bfd_som_set_subsection_attributes): Likewise.
4637 (bfd_som_set_symboL_type): Likewise.
4638 (bfd_som_attach_unwind_info): Likewise.
4639 * som.h: Declare new exported functions.
4641 * som.h (struct som_symbol): Add new fields to hold additional
4642 information needed to build/write symbol tables and fixup streams.
4643 (struct som_section_data_struct): Add new fields to hold additional
4644 information needed to build/write space and subspace headers.
4645 (som_symbol_data): New accessor macro for SOM symbol information.
4646 (R_HPPA_*): Basic relocation types to be used by the assembler.
4648 Fri Nov 12 11:00:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4650 * trad-core.c (trad_unix_core_file_p): If new hook
4651 TRAD_CORE_ALLOW_ANY_EXTRA_SIZE defined, then skip the check for the
4652 corefile being too big.
4653 * hosts/i386sco.h: Define it.
4655 Thu Nov 11 15:16:28 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4657 * bfd.c (struct _bfd): Add hppabsd_core_data.
4658 * targets.c (target_vector): Add hppabsd_core_vec.
4659 * hpux-core.c (hpux_core_core_file_p): Fail if an unknown core
4660 section is encountered during core section scanning.
4661 * hppabsd-core.c: New file.
4662 * config/hppabsd.mh: Enable HPPA BSD core files.
4664 * elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code
4665 which is either commented out or ifdef'd out. Add, update and
4666 clean comments. Fix various indention and spacing problems. Handle
4667 problems related to using "ble" to jump to a stub rather than "bl"
4668 (%r31 is trashed by "ble", but not by "bl").
4669 (NEW_INSTRUCTION): Put inside curly braces.
4670 (CURRENT_STUB_OFFSET): Fix indention problems.
4671 (hppa_elf_build_arg_reloc_stub): Fix indention and spacing problems.
4672 Add, update and clean comments. Handle "ble" %r31 lossage problems.
4673 (hppa_elf_build_long_branch_stub): Likewise.
4674 (hppa_look_for_stubs_in_section): Likewise.
4675 (hppa_elf_stub_check): Remove obsolete function.
4677 * hppa_stubs.h: Add new instructions to deal with %r31 lossage
4678 problems. Delete unused instructions.
4680 Tue Nov 9 11:40:27 1993 Stan Shebs (shebs@rtl.cygnus.com)
4682 * m68klynx.c (TARGET_IS_BIG_ENDIAN_P): Define.
4684 Tue Nov 9 11:26:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4686 * elfcode.h (elf_object_p): Rather than looking through an array
4687 of architectures, get the ELF EM_xxx code from the backend
4688 information. Let the generic ELF target match any EM_xxx code not
4689 matched by another ELF target. Call elf_backend_object_p to let
4690 the backend do more checks and set global information.
4691 * libelf.h (struct elf_backend_data): Added elf_machine_code and
4692 elf_backend_object_p fields.
4693 (struct bfd_elf_arch_map): Removed.
4694 (bfd_elf_arch_map, bfd_elf_arch_map_size): Don't declare.
4695 * elf32-target.h, elf64-target.h: Initialize elf_machine_code
4696 field with ELF_MACHINE_CODE. Initialize elf_backend_object_p
4697 field with elf_backend_object_p (if it is defined).
4698 * elf32-gen.c, elf32-hppa.c, elf32-i386.c, elf32-i860.c,
4699 elf32-m68k.c, elf32-m88k.c, elf32-mips.c, elf32-sparc.c,
4700 elf64-gen.c (ELF_MACHINE_CODE): Defined.
4701 * elf32-mips.c: Include ecoffswap.h to get ECOFF swapping
4703 (mips_elf_object_p): Set the right machine number.
4704 (mips_elf_ecoff_debug_swap): Defined.
4705 (elf_backend_object_p): Defined to be mips_elf_object_p.
4706 (elf_backend_ecoff_debug_swap): Defined to be
4707 mips_elf_ecoff_debug_swap.
4708 * elf.c (bfd_elf_arch_map, bfd_elf_arch_map_size): Removed.
4710 * libbfd-in.h (target_vector, default_vector): Declare.
4711 * libbfd.h: Rebuilt.
4712 * format.c (target_vector, default_vector): Don't declare.
4714 * elf32-mips.c (elf_mips_howto_table): Don't complain on overflow
4715 for R_MIPS_26. Correct overflow detection requires matching the
4716 upper four bits of the destination against the PC. From Ted Lemon
4717 <mellon@pepper.ncd.com>.
4719 * bout.c (b_out_reloc_type_lookup): Return type should point to
4721 * coff-i960.c (coff_i960_reloc_type_lookup): Likewise.
4722 * elf32-hppa.c (elf_hppa_reloc_type_lookup): Likewise.
4723 * mipsbsd.c (MY(reloc_howto_type_lookup)): Likewise.
4724 * coff-i386.c (coff_i386_reloc): Made howto const.
4725 * oasys.c (oasys_write_data): Made how const.
4727 * libelf.h: Added some comments.
4728 (struct elf_backend_data): Added elf_backend_ecoff_debug_swap
4729 field. Removed unused write_relocs field.
4730 * elf32-target.h: Adjusted elf_backend_data initialization
4732 * elf64-target.h: Corrected elf_backend_data initialization to
4733 fill in all fields and to set elf_64_p to 1.
4735 Mon Nov 8 18:13:14 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4737 * elfcode.h (bfd_section_from_shdr): Remove duplicate assignment
4738 to filepos in SHT_STRTAB case.
4739 (assign_file_position_for_section): Set BFD section filepos as
4740 well as ELF section sh_offset.
4742 * reloc.c: Use const instead of CONST.
4743 (bfd_perform_relocation): Make variable howto a const pointer.
4744 * bfd-in2.h, libbfd.h: Rebuilt.
4746 Mon Nov 8 12:19:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4748 * Makefile.in (realclean): Don't remove generated headers. Reverts
4749 change of 2 Jul 1993.
4751 Mon Nov 8 06:08:31 1993 D. V. Henkel-Wallace (gumby@cirdan.cygnus.com)
4753 * configure.bfd: make unixware equivalent to sysv4.
4755 * config/i386-nlm.mt: bring in elf config; make it the default.
4757 Sun Nov 7 20:21:38 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4759 * libbfd.c (bfd_put_8): Add parens around reference to "val"
4762 Fri Nov 5 21:45:09 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4764 * hosts/i386mach3.h (HOST_SEGMENT_SIZE),
4765 i386mach3.c (SEGMENT_SIZE, TEXT_START_ADDR): Correct values (?).
4767 Fri Nov 5 15:17:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4769 * coffcode.h (coff_write_object_contents): Zero out internal_a.
4771 Fri Nov 5 10:41:07 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4773 * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coffcode.h,
4774 core.c, ctor.c, format.c, init.c, libbfd.c, opncls.c, reloc.c,
4775 section.c, syms.c, targets.c:
4776 Doc cleanup (spelling, punctuation, grammar, formatting).
4777 * bfd-in2.h, libbfd.h: Rebuild.
4779 Thu Nov 4 14:46:14 1993 John Gilmore (gnu@rtl.cygnus.com)
4781 * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.
4782 * bfd.c, opncls.c: Improve comments on file descriptor cacheing.
4784 Thu Nov 4 08:54:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4786 * From Pete Hoogenboom (hoogen@cs.utah.edu)
4787 * elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error
4788 in last change. Always rebuild symbol extension section the first
4789 time though if output sections exist (fixes ld -r problems).
4791 Thu Nov 04 08:08:46 1993 Jeffrey Wheat (cassidy@cygnus.com)
4793 * Makefile.in: Add .PHONY for check and installcheck rules.
4795 Tue Nov 2 14:42:27 1993 Bill Cox (bill@tarkas.cygnus.com)
4797 * libbfd-in.h (artdata): Use long, not time_t for portability, at
4798 least to HPUX. File below is a derived file.
4800 Tue Nov 2 14:42:27 1993 Bill Cox (bill@tarkas.cygnus.com)
4802 * libbfd.h (artdata): Use long, not time_t for portability, at
4805 Tue Nov 2 09:32:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4807 * config.bfd: Use bigmips for mips*-*-bsd*.
4809 Mon Nov 1 14:30:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4811 * elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
4812 Handle symbol number of zero.
4814 * reloc.c (enum bfd_reloc_code_real): Added
4815 BFD_RELOC_MIPS_LITERAL, BFD_RELOC_MIPS_GOT16,
4816 BFD_RELOC_MIPS_CALL16, BFD_RELOC_MIPS_GPREL32.
4817 * bfd-in2.h: Rebuilt.
4818 * coff-mips.c (mips_bfd_reloc_type_lookup): Handle
4819 BFD_RELOC_MIPS_LITERAL.
4820 * elf32-mips.c (mips_reloc_map): Handle new relocs.
4821 (mips_elf_hi16_reloc, mips_elf_lo16_reloc): Rearrange _gp_disp
4824 * aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end,
4825 MY_bfd_debug_info_accumulat [sic]): Remove unused definitions.
4826 (MY_bfd_get_relocated_section_contents, MY_bfd_relax_section,
4827 MY_bfd_seclet_link): Define.
4828 (MY_bfd_reloc_type_lookup): Rename from
4829 MY_reloc_howto_type_lookup.
4830 (MY_bfd_make_debug_symbol): Rename from MY_make_debug_symbol.
4831 (MY(vec)): Use JUMP_TABLE rather than listing functions.
4832 * hp300hpux.c (MY_get_symtab, MY_get_symtab_upper_bound,
4833 MY_canonicalize_reloc, MY_write_object_contents): Don't define in
4834 terms of MY, because that causes a recusive invocation of CAT when
4835 expanded within JUMP_TABLE, and ANSI compilers don't expand
4837 * mipsbsd.c (MY_bfd_reloc_type_lookup): Rename from
4838 MY_reloc_howto_type_lookup, and don't define in terms of MY.
4839 (MY_canonicalize_reloc): Don't define in terms of MY.
4840 (aout_mips_little_vec, aout_mips_big_vec): Use JUMP_TABLE rather
4841 than listing functions.
4843 Mon Nov 1 09:12:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4845 * config.bfd: Use m68k-elf for m68*-*-sysv4*.
4847 See file ChangeLog.1
4854 version-control: never