]> Git Repo - binutils.git/blame - bfd/ChangeLog
* libelf.h (bfd_elf32_swap_symbol_in): Declare.
[binutils.git] / bfd / ChangeLog
CommitLineData
42ec46c3
ILT
1Tue Jul 12 11:41:22 1994 Ian Lance Taylor ([email protected])
2
840846da
ILT
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.
7
42ec46c3
ILT
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.
13
18938e4d
ILT
14Mon Jul 11 20:08:23 1994 Ian Lance Taylor ([email protected])
15
16 * section.c (STD_SECTION): Make the sixth argument boolean, not
17 the seventh. From [email protected] (gary kopff).
18
4852416e
DHW
19Sun Jul 10 09:12:02 1994 D. V. Henkel-Wallace ([email protected])
20
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
24
25Thu Jul 7 14:18:06 1994 Ian Lance Taylor ([email protected])
26
27 * reloc.c (bfd_perform_relocation): Don't clobber the relocation
28 value for coff-Intel-little or coff-Intel-big. Hack upon hack.
29
fd4913f1
PS
30Thu Jul 7 10:10:34 1994 Peter Schauer ([email protected])
31
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.
35
48530c25
JL
36Thu Jul 7 10:19:20 1994 Jeff Law ([email protected])
37
38 * som.h (R_HPPA_COMPLEX): Fix dumb typo.
39
874a4327
ILT
40Wed Jul 6 19:21:57 1994 Ian Lance Taylor ([email protected])
41
42 * hosts/sysv4.h (qsort, strtol): Don't declare.
43
44 * elfcode.h (elf_link_output_sym): Don't call output_symbol_hook
45 if it is NULL.
46
47 * elf32-mips.c (mips_elf_final_write_processing): Add ignored info
48 argument to correspond to recent libelf.h change.
49
5fb54939
PS
50Wed Jul 6 00:48:57 1994 Peter Schauer ([email protected])
51
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.
58
2c0f3abc
JL
59Wed Jul 6 00:13:17 1994 Jeff Law ([email protected])
60
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.
63
11676adc
SS
64Tue Jul 5 13:26:02 1994 Stan Shebs ([email protected])
65
66 Mach 3 support.
67 * config.bfd (m88*-*-mach3*, mips*-dec-mach3*, mips*-*-mach3*):
68 New targets.
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
74 inside #if 0.
75 * aoutx.h (some_aout_object_p) [MACH]: Recognize executables by
76 checking for execute permission, instead of looking at entry
77 point.
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
82 makefile fragments.
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.
86
71edd06d
ILT
87Tue Jul 5 13:56:52 1994 Ian Lance Taylor ([email protected])
88
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.
91
edf7c1e4
JL
92Mon Jul 4 19:13:32 1994 Jeff Law ([email protected])
93
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.
97
98Fri Jul 1 12:07:41 1994 Jeff Law ([email protected])
99
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
110 it's defined.
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.
118
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
163 hash tables.
164 (hppa_elf_relocate_insn): Don't need argument location information
165 in this function.
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.
175
eeaed195
SC
176Mon Jun 27 18:07:06 1994 Steve Chamberlain ([email protected])
177
178 * section.c (bfd_get_section_contents): Put in parens to get
179 precedence right.
180
181Sun Jun 26 18:08:29 1994 Jeff Law ([email protected])
182
183 * libelf.h (relocate_section): New argument "output_names" added
184 to prototype.
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.
192
5e16521a
PS
193Fri Jun 24 08:15:42 1994 Peter Schauer ([email protected])
194
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.
205
51fc377b
ILT
206Thu Jun 23 15:31:28 1994 Ian Lance Taylor ([email protected])
207
8af74670
ILT
208 Preliminary support for generating shared libraries, from Eric
209 Youngdale <[email protected]>.
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.
221
51fc377b
ILT
222 * elfcode.h (elf_object_p): Don't set DYNAMIC just because there
223 is an SHT_DYNAMIC section.
224
225 * cf-i386lynx.c (i386coff_vec): Don't include DYNAMIC in
226 object_flags.
227 * coff-sparc.c (sparccoff_vec): Likewise.
228 * hppabsd-core.c (hppabsd_core_vec): Likewise.
229
230 * aoutx.h (NAME(aout,some_aout_object_p)): Don't set SEC_RELOC
231 just because DYNAMIC is set.
232
1f8b3b57
DM
233Thu Jun 23 12:53:41 1994 David J. Mackenzie ([email protected])
234
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.
238
3bf36e67
KR
239Wed Jun 22 17:59:59 1994 Ken Raeburn ([email protected])
240
241 * config.bfd (powerpc-*-elf*): New target, just like
242 powerpc-*-sysv4*.
243
2e66a627
KR
244 * linker.c (FAIL): Undefine macro before defining as enum.
245
4587b578
ILT
246Wed Jun 22 10:52:47 1994 Ian Lance Taylor ([email protected])
247
135a6815
ILT
248 * linker.c (_bfd_generic_link_add_archive_symbols): Initialize
249 pass from abfd->archive_pass, and save it there as well.
250
a537cb21
ILT
251 * hash.c (bfd_hash_allocate): Don't call bfd_set_error if
252 obstack_alloc returns NULL unless the size is non-zero.
253
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.
257
66f2c66f
ILT
258 * elfcode.h (elf_get_reloc_upper_bound): Correct.
259
d81843e8
ILT
260 * aout64.c (BMAGIC, QMAGIC): Define if not already defined. From
261 Peter Schauer <[email protected]>.
262
0630aba5
ILT
263 Linux ZMAGIC support from Eric Youngdale <[email protected]>.
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.
273
4587b578
ILT
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 [email protected] (Ralph Campbell).
277
badd23e3
ILT
278Tue Jun 21 11:47:20 1994 Ian Lance Taylor ([email protected])
279
4587b578
ILT
280 * coff-go32.c (go32coff_archive_p): Remove unused function.
281
badd23e3
ILT
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.
297
263a3f17
ILT
298Mon Jun 20 11:06:27 1994 Ian Lance Taylor ([email protected])
299
2f3508ad
ILT
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 *.
304
75f3ef7a
ILT
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.
308
aac6b32f
ILT
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.
314 Change all calls.
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
323 fields.
324 * configure.in (bfd_elf32_bigmips_vec): Use ecoff.o and
325 ecofflink.o.
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.
331
6c8fa8e6
ILT
332 * aoutx.h (NAME(aout,final_link)): Check flavour of sub, not abfd,
333 when computing reloc sizes. From Eric Youngdale
334 <[email protected]>.
335 * elfcode.h (elf_bfd_final_link): Don't try to compute maximum
336 reloc count or size for a non-ELF file.
337
6fea0659
ILT
338 * mipsbsd.c (MY_final_link_callback): Define to avoid warning.
339
263a3f17
ILT
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.
344
785e2b52
ILT
345Fri Jun 17 14:45:32 1994 Ian Lance Taylor ([email protected])
346
347 * aout-target.h (MY(callback)): Set the alignments of the text,
348 data and bss sections after determining the architecture.
349
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.
353
83b69190
JL
354Fri Jun 17 11:16:50 1994 Jeff Law ([email protected])
355
9fefc1be
JL
356 * libhppa.h (bfd_hppa_insn2fmt, hppa_rebuild_insn): Make INLINE.
357
83b69190
JL
358 * elf32-hppa.h (elf_hppa_final_processing): Delete decl.
359
c46b8ed7
JL
360Thu Jun 16 23:36:23 1994 Jeff Law ([email protected])
361
362 * elfcode.h (elf_link_input_bfd): Don't try to read local symbols
363 if there aren't any in the input file.
364
04003b57
ILT
365Thu Jun 16 14:25:22 1994 Eric Youngdale ([email protected])
366
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.
371
372Thu Jun 16 14:23:46 1994 Ian Lance Taylor ([email protected])
373
e3400040
ILT
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
378 c++filt.
379
0ff5d3a6
ILT
380 * elfcode.h (elf_bfd_final_link): If trying to generate a shared
381 object, warn and return false.
382
04003b57
ILT
383 * aoutx.h (NAME(aout,some_aout_object_p)): Accept BMAGIC objects
384 and treat them as OMAGIC.
385
485dc654
KR
386Wed Jun 15 18:02:21 1994 Ken Raeburn ([email protected])
387
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.
395
d17fc4c9
ILT
396Wed Jun 15 01:34:07 1994 Ian Lance Taylor ([email protected])
397
c1f84521
ILT
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
402 entry.
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.
406
7c726b66
ILT
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.
412
f1d42c04
ILT
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.
415
aeef32f0
ILT
416 * archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well as
417 __.SYMDEF; the former was used in old Linux archives. From
418 [email protected] (Rick Sladkey).
419
f7d2fa44
ILT
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 [email protected] (Rick Sladkey).
423 (MY_write_object_contents): Define.
424
2cd086e3
ILT
425 * aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbols
426 as N_DATA symbols.
427 (aout_link_add_symbols): Likewise.
428
d17fc4c9
ILT
429 * aoutx.h: Rewrite symbol duplicate elimination to use BFD hash
430 tables.
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.
440
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.
445
446 * hash.c (bfd_hash_allocate): If obstack_alloc fails, set
447 bfd_error_no_memory.
448
ac9ed096
ILT
449Tue Jun 14 13:00:04 1994 Ian Lance Taylor ([email protected])
450
f5419a59
ILT
451 * libaout.h (struct aoutdata): Add q_magic_format to subformat
452 enum.
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.
468
469 * aoutx.h (translate_to_native_sym_flags): Check both section and
470 output_section against sections of abfd.
471
ac9ed096
ILT
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.
483
9ae74960
ILT
484Mon Jun 13 14:20:07 1994 Ian Lance Taylor ([email protected])
485
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
492 accordingly.
493 * libaout.h (NAME(aout,machine_type)): Add new argument to
494 prototype.
495
8117e1ea
JL
496Sun Jun 12 20:21:03 1994 Jeff Law ([email protected])
497
498 * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID
499 or HIUX_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.
503
4298e311
ILT
504Sat Jun 11 16:32:30 1994 Ian Lance Taylor ([email protected])
505
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.
525
22aabad5
ILT
526Fri Jun 10 13:25:13 1994 Ian Lance Taylor ([email protected])
527
4f019d04
ILT
528 * aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.
529 (NAME(aout,get_reloc_upper_bound)): Likewise.
530
22aabad5
ILT
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.
534
535Wed Jun 8 23:15:53 1994 Stu Grossman ([email protected])
536
537 * nlmcode.h (nlm_object_p): Set EXEC_P and start address for GDB.
538
1b88cd18
ILT
539Wed Jun 8 23:57:34 1994 Ian Lance Taylor ([email protected])
540
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.
545
d38eee51
ILT
546Tue Jun 7 13:25:08 1994 Ian Lance Taylor ([email protected])
547
b9ac0a53
ILT
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 <[email protected]>.
551
d38eee51
ILT
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.
561
d8d67d66
ILT
562Mon Jun 6 10:57:28 1994 Ian Lance Taylor ([email protected])
563
e6667b2b
ILT
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.
568
118e8d1c
ILT
569 Better indirect and warning symbol handling inspired by Stuart
570 Quick <[email protected]>.
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.
588
35fee729
ILT
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.
603
469984d1
ILT
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.
609
30f34d07
ILT
610 * ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copy
611 data to a non-ECOFF file.
612
d8d67d66
ILT
613 * libbfd-in.h: Add warning that libbfd.h is a generated file.
614 * libbfd.h: Rebuilt.
615
a04e14b6
ILT
616Sun Jun 5 15:02:30 1994 Ian Lance Taylor ([email protected])
617
fa15568a
ILT
618 Changes to support ELF strip and objcopy on dynamically linked
619 files.
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
629 for all sections.
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
634 objects.
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
639 them.
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
643 flags.
644
a04e14b6
ILT
645 * elf.c (_bfd_elf_make_section_from_shdr): Only set SEC_DATA if
646 SEC_LOAD is set, rather than checking SEC_ALLOC.
647
648 * libbfd-in.h (bfd_realloc): Change last arg to "size_t size".
649
4ee3b9be
JL
650Fri Jun 3 10:58:02 1994 Jeff Law ([email protected])
651
99fa5510
JL
652 * som.c (som_write_object_contents): Don't compute the file header's
653 checksum here.
654 (som_write_headers): Instead do it here.
655
4ee3b9be
JL
656 * libbfd.h (bfd_realloc): Change last arg to "size_t size".
657
e85e8bfe
ILT
658Thu Jun 2 17:39:22 1994 Ian Lance Taylor ([email protected])
659
2855b89f
ILT
660 * hosts/sun3.h: Include <stdlib.h>. Don't declare free, exit or
661 getenv.
662
e85e8bfe
ILT
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
682 point, if it exists.
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
688 already been read.
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
694 bfdlink.h.
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
707 fields.
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.
713
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.
719
220642fd
ILT
720Wed Jun 1 14:37:50 1994 Ian Lance Taylor ([email protected])
721
722 * hosts/sun3.h: Don't declare qsort, malloc or realloc.
723
c06e55d9
KR
724Thu May 26 13:56:03 1994 Ken Raeburn ([email protected])
725
726 * nlmcode.h (nlm_swap_auxiliary_headers_in): Cast bfd_byte pointer
727 to char pointer to avoid compiler warnings.
728
729 * dep-in.sed: Remove spaces before colons.
730
731 Merged changes back in from FSF gas release 2.3:
732
733 * Makefile.in (stmp-bfd.h): Wrap `if' block around grep
734 invocation, to avoid a bug in BSD 4.4 make.
735
736 From Ralph Campbell:
737 * mipsbsd.c (mips_fix_jmp_addr): If symbol is undefined, return an
738 error.
739 (mips_fix_hi16_s): Ditto.
740
741 Fri May 13 21:21:00 1994 DJ Delorie ([email protected])
742
743 * makefile.dos: define a default target, or archives won't work
744 due to multiple matches.
745
746 Wed May 11 22:32:00 1994 DJ Delorie ([email protected])
747
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
753
ada45a2a
JL
754Thu May 26 10:10:21 1994 Jeff Law ([email protected])
755
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.
759
5315c428
ILT
760Tue May 24 16:17:18 1994 Ian Lance Taylor ([email protected])
761
762 Make MIPS ELF use new ELF backend linker. No shared library
763 support yet.
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.*
768 sections.
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
812 symbols.
813
88bbe402
JL
814Fri May 20 13:38:23 1994 Jeff Law ([email protected])
815
816 * som.c (som_set_reloc_info): Do not set any relocation info
817 for SOM fixups which are never passed to BFD.
818
497c5434
ILT
819Fri May 20 11:57:05 1994 Ian Lance Taylor ([email protected])
820
c8588f2f
ILT
821 * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflow
822 checking.
823
95b77361
ILT
824 * elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG to
825 the dynamic linking information for the benefit of the debugger.
826 From Peter Schauer.
827 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
828
497c5434
ILT
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.
838
013dec1a
ILT
839Thu May 19 11:37:11 1994 Ian Lance Taylor ([email protected])
840
7a0c782d
ILT
841 * elf32-target.h, elf64-target.h: Change ar_max_namelen value from
842 15 to 14 to match SVR4 ar.
843
013dec1a
ILT
844 Add support for ELF shared libraries. Loosely based on work by
845 Eric Youngdale <[email protected]>.
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,
854 elf_link_hash_flags.
855 (struct elf_link_hash_table): Add fields dynobj, dynsymcount,
856 dynstr, bucketcount.
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
867 visible.
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
873 section names.
874 (elf_write_phdrs): Remove.
875 (assign_file_position_for_section): Add new align argument.
876 Change all callers.
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
883 position here.
884 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC
885 section types.
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.
922
82492ca1
ILT
923Wed May 18 08:29:04 1994 Ian Lance Taylor ([email protected])
924
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.
932
673aceca
JL
933Wed May 18 09:09:32 1994 Jeff Law ([email protected])
934
935 * elf32-hppa.h (R_HPPA_ABS_CALL): Define.
936 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle absolute calls.
937
938 * som.h (R_HPPA_ABS_CALL): Define.
939 * som.c (hppa_som_gen_reloc_type): Delete complex relocation types.
940
0f62bdc0
KR
941Tue May 17 19:33:12 1994 Ken Raeburn ([email protected])
942
943 * coff-i960.c (icoff_little_vec, icoff_big_vec): Indicate leading
944 underscore, for compatibility with Intel tool chain (gnu960v2).
945
c3cb04b4
JL
946Mon May 16 10:09:22 1994 Jeff Law ([email protected])
947
459ae909
JL
948 * bfd-in2.h: Rebuilt.
949
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
953 function.
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
958 spec.
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
965 spec.
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.
970
c3cb04b4
JL
971 * libhppa.h (hppa_field_adjust): Avoid adding constant_value into
972 the final value twice for LR and RR field selectors.
973
cb9461ff
JK
974Sat May 14 09:09:19 1994 Jim Kingdon ([email protected])
975
976 * aoutx.h (add_to_stringtab): Use BFD_ASSERT not assert. This
977 avoids __eprintf troubles.
978
8db528c8
ILT
979Fri May 13 10:51:21 1994 Ian Lance Taylor ([email protected])
980
0d898d03
ILT
981 * bout.c (b_out_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR.
982
8db528c8
ILT
983 * config/mipsbelf.mt (SELECT_VECS): Add ecoff_big_vec and
984 ecoff_little_vec since Irix 5 supports ECOFF executables.
985
666f5925
ILT
986Wed May 11 00:31:57 1994 Ian Lance Taylor ([email protected])
987
4fa4476b
ILT
988 * ecoff.c (ecoff_find_nearest_line): Handle fdr.adr != pdr.adr
989 correctly.
990
666f5925
ILT
991 * Makefile.in (stmp-bfd.h): Use || instead of ; to force SunOS
992 make to invoke the shell.
993
c16313f0
ILT
994Tue May 10 14:23:43 1994 Ian Lance Taylor ([email protected])
995
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.
1003
eeb8c187
BC
1004Mon May 9 18:53:40 1994 Bill Cox ([email protected])
1005
1006 * linker.c: Add missing comment terminator.
1007
6ec3bb6a
ILT
1008Mon May 9 11:53:54 1994 Ian Lance Taylor ([email protected])
1009
8e5090ce
ILT
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.
1016
1017 * elfcode.h (assign_file_positions_except_relocs): Don't require
1018 page shared between .data and .bss segments to contain zeroes.
1019
6ec3bb6a
ILT
1020 * elfcode.h: Include bfdlink.h. Added several new functions to do
1021 linking.
1022 (ELF_R_TYPE): Define.
1023 (bfd_add_to_strtab): Return unsigned long. Change check for
1024 realloc failure.
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
1033 positions.
1034 (assign_file_positions_except_relocs): Add dosyms argument, and
1035 pass it on.
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
1065 linker.
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.
1079
1080 * Makefile.in (stmp-bfd.h): Avoid useless make error message in a
1081 different way; touch takes a numeric argument on some systems.
1082
1083Fri May 6 13:34:14 1994 Ian Lance Taylor ([email protected])
1084
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.
1089
1090Fri May 6 11:11:50 1994 D. V. Henkel-Wallace ([email protected])
1091
1092 * config.bfd: handle erricsson config (for OSE).
1093
1094Thu May 5 15:40:47 1994 Ken Raeburn ([email protected])
1095
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.
1100
d66da742
SC
1101Fri May 6 11:48:55 1994 Steve Chamberlain ([email protected])
1102
1103 * config/go32.mh: XX support.
1104
1105 From bill
1106 * Makefile.in: Build sysdep.h without causing worrying but
1107 harmless error message.
1108
77d11284
ILT
1109Wed May 4 11:09:53 1994 Ian Lance Taylor ([email protected])
1110
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.
1123
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
1129 info.
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
1133 backend info.
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.
1143
127f8e91
KR
1144Wed May 4 02:56:00 1994 Ken Raeburn ([email protected])
1145
1146 * config.bfd (i386-*-gnu*): Treat like i386-*-mach*.
1147 (m68*-apollo-*): Treat all Apollo configs the same, don't handle
1148 BSD specially.
1149
92400edb
ILT
1150Tue May 3 19:43:21 1994 Ian Lance Taylor ([email protected])
1151
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.
1156
e3361fc3
ILT
1157Fri Apr 29 15:08:23 1994 Ian Lance Taylor ([email protected])
1158
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.
1162
7c6ba201
SC
1163Fri Apr 29 09:42:39 1994 Steve Chamberlain ([email protected])
1164
dbf13547 1165 * config.bfd (*-go32): Changed to coff.
7c6ba201 1166 * coff-h8300.c (JMPL1): Get HOWTO right for 24bit branches.
dbf13547
SC
1167 * srec.c (srec_write_symbols): Write out the correct number of
1168 symbols and don't stick in extra nulls.
7c6ba201 1169
380c60b1
SS
1170Tue Apr 26 15:07:24 1994 Stan Shebs ([email protected])
1171
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.
1178
6c101bcf
JL
1179Tue Apr 26 15:04:26 1994 Jeffrey A. Law ([email protected])
1180
1181 * elf32-hppa.c (hppa_elf_reloc): Adjust the addend of relocations
1182 against section symbols to avoid losing during ld -r.
1183
1184Tue Apr 26 12:16:41 1994 Ian Lance Taylor ([email protected])
1185
1186 * elfcode.h (shstrtab_length_fixed): Remove useless static
1187 variable.
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
1195 null_shdr.
1196 (bfd_prpsinfo): Remove unused local variable newsect.
1197
2e03ce18
ILT
1198Mon Apr 25 15:31:04 1994 Ian Lance Taylor ([email protected])
1199
ba436e33
ILT
1200 * elfcode.h (write_relocs): Undo patch of Apr 10; breaks Solaris.
1201
2e03ce18
ILT
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
1211 bfd_make_section.
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.
1217
79167def
ILT
1218Fri Apr 22 11:08:38 1994 Ian Lance Taylor ([email protected])
1219
cc71e155
ILT
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
1231 register masks.
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.
1239
1bb42b1f
ILT
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.
1249
d290d8da
ILT
1250 * ieee.c (ieee_object_p): Set bfd_error_got_wrong_format if
1251 appropriate.
1252
1253 * targets.c (bfd_target_vector): Add bfd_elf32_powerpc_vec.
1254
80a903c9
ILT
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
1257 bfd_arch_unknown.
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.
1263
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.
1267
79167def
ILT
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
1280 to cygnus_ext.
1281
7f772644
SG
1282Thu Apr 21 22:54:22 1994 Stu Grossman (grossman at cygnus.com)
1283
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.
1287
cb71adf1
PS
1288Thu Apr 21 09:29:37 1994 Peter Schauer ([email protected])
1289
1290 * libelf.h (elf_obj_tdata): Add members for dynamic symbol table
1291 handling.
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
1300 symbol table.
1301 * elf32-target.h, elf64-target.h (BFD_JUMP_TABLE_DYNAMIC):
1302 Change to handle dynamic symbol table, provide default definitions
1303 for dynamic relocs.
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
1307 relocations.
1308
6c534df0
ILT
1309Thu Apr 21 11:58:19 1994 Ian Lance Taylor ([email protected])
1310
1eff2af3
ILT
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
1314 NULL.
1315 * srec.c (srec_vec): Use _bfd_dummy_target, not NULL, in
1316 _bfd_check_format.
1317 (symbolsrec_vec): Likewise.
1318 * tekhex.c (tekhex_vec): Likewise.
1319
6c534df0
ILT
1320 * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr
1321 field.
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
1330 sections header.
1331
71363c41
KR
1332Wed Apr 20 16:45:51 1994 Ken Raeburn ([email protected])
1333
4a5bfdbc
KR
1334 * coff-sparc.c (sparccoff_vec): Change minimum alignment power to
1335 2, so that stab sections can be multiples of 4 bytes only.
1336
71363c41
KR
1337 * hosts/i386aix.h: Changes to avoid prototypes conflicts with the
1338 ones defined in stdlib.h. (From Minh Tran-Le.)
1339
476d01f0 1340Wed Apr 20 14:15:21 1994 Ian Lance Taylor ([email protected])
476d01f0
ILT
1341
1342 * nlm32-ppc.c: Complete rewrite for new version of PowerPC
1343 NetWare. Old code still present, but ifdeffed out.
476d01f0
ILT
1344
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.
1351
69478700
JL
1352Mon Apr 18 14:27:17 1994 Jeffrey A. Law ([email protected])
1353
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.
1358
1359 * som.h (som_copyable_section_data_struct): Add space_number.
1360
2ec2e6a9
ILT
1361Fri Apr 15 12:22:07 1994 Ian Lance Taylor ([email protected])
1362
09ed3666
ILT
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.
1367
97ea252e
ILT
1368 * bfd/archive.c: Consistently use ARFMAG; from
1369 [email protected] (Andreas Schwab).
1370 (_bfd_write_archive_contents): Use ARFMAG rather than '`' and
1371 '\012'.
1372 (bsd_write_armap): Likewise.
1373 (coff_write_armap): Likewise.
1374
ef79dba3
ILT
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.
1379
2ec2e6a9
ILT
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.
1386
4f996613
ILT
1387Thu Apr 14 13:05:10 1994 Ian Lance Taylor ([email protected])
1388
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
1395 bits.
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
1408 relocs.
1409 (mips_relax_section): Adjust MIPS_R_RELHI/MIPS_R_RELLO pairs when
1410 expanding a PC relative call.
1411
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.
1415
1a000744
SS
1416Wed Apr 13 11:50:07 1994 Stan Shebs ([email protected])
1417
1418 * coff-sparc.c (sparccoff_vec): Set minimum alignment power to 3.
1419
41194a4a
JL
1420Tue Apr 12 13:36:20 1994 Jeffrey A. Law ([email protected])
1421
1422 * som.c (som_write_fixups): Always emit at least
1423 one relocation for any non-bss section.
1424
bf08d1e2
ILT
1425Mon Apr 11 14:41:44 1994 Ian Lance Taylor ([email protected])
1426
1427 * elfcode.h (assign_file_positions_except_relocs): Don't require
1428 the file alignment to correspond to the page size when linking
1429 with -N.
1430
9a5334e5
JL
1431Sun Apr 10 01:02:24 1994 Jeffrey A. Law ([email protected])
1432
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.
1437
e48f985c
ILT
1438Fri Apr 8 12:22:02 1994 Ian Lance Taylor ([email protected])
1439
ec6b18c4
ILT
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.
1454
e48f985c
ILT
1455 * aoutx.h (NAME(aout,new_section_hook)): Don't set N_EXT in target
1456 index.
1457
06863047
PS
1458Wed Apr 6 20:44:56 1994 Peter Schauer ([email protected])
1459
1460 * config.bfd, configure.host: Add mips-*-sysv4* support.
1461
dabf906e
ILT
1462Thu Apr 7 14:23:05 1994 Ian Lance Taylor ([email protected])
1463
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
1475 MIPS_R_SWITCH.
1476 (mips_relocate_section): Handle MIPS_R_SWITCH.
1477 (mips_relax_section): Adjust MIPS_R_SWITCH offset if necessary.
1478
99a6c761
JL
1479Thu Apr 7 11:10:51 1994 Jeffrey A. Law ([email protected])
1480
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.
1484
1485 * libelf.h (elf_backend_begin_write_processing): Declare.
1486
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.
1490
1491 * elf32-hppa.h (elf_hppa_tc_symbol): Delete extern declaration.
1492 (elf_hppa_tc_make_sections): Likewise.
1493
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
1501 longer special.
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.
1505
6812b607
ILT
1506Wed Apr 6 17:24:14 1994 Ian Lance Taylor ([email protected])
1507
dfc1c006
ILT
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):
1518 Define.
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
1534 canonical_dynrel.
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
1557 present.
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.
1572
1573 * cf-m68klynx.c: Include sysdep.h.
1574
1575 * hp300hpux.c: Removed some spaces in uses of NAME to avoid
1576 problems with traditional C compilers.
1577
6812b607
ILT
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
1588 JUMP_TABLE.
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
1606 were never called.
1607 * bfd-in2.h: Rebuilt.
1608 * libbfd.h: Rebuilt.
1609
65b1ef49
JL
1610Tue Apr 5 22:10:04 1994 Jeffrey A. Law ([email protected])
1611
1612 * Crude support for examining dynamic libraries.
1613 * som.c (som_object_setup): Set DYNAMIC flag for SHL_MAGIC and
1614 DL_MAGIC objects.
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
1621 objects.
1622 (object_flags): Add DYNAMIC.
1623
08a43162
SS
1624Tue Apr 5 17:48:52 1994 Stan Shebs ([email protected])
1625
1626 * i386lynx.c, sparclynx.c (NAME): Remove embedded whitespace in
1627 macro uses, confuses some non-ANSI compilers.
1628
b2452d39
JL
1629Tue Apr 5 15:50:01 1994 Jeffrey A. Law ([email protected])
1630
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.
1634
b3cee0a9
ILT
1635Tue Apr 5 11:22:38 1994 Ian Lance Taylor ([email protected])
1636
856613c4
ILT
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.
1640
1641 * elfcode.h (write_shdrs_and_ehdr): Correct bfd_write check.
1642
b3cee0a9
ILT
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.
1659
f3a14a9e
ILT
1660Mon Apr 4 15:30:49 1994 Ian Lance Taylor ([email protected])
1661
c4dd531f
ILT
1662 * aoutx.h (NAME(aout,bfd_free_cached_info)): Don't free anything
1663 if we don't have a bfd_object.
1664
4002f18a
ILT
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
1669 errors.
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,
1673 and return errors.
1674 (coff_write_object_contents): Check coff_write_relocs return
1675 value.
1676 * i386os9k.c (os9k_swap_exec_header_in): Change return type to
1677 boolean.
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
1684 return value.
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
1691 oasys_write_end.
1692 * srec.c (srec_write_record): Change return type to boolean.
1693 (srec_write_header): Likewise. Also, check srec_write_record
1694 return value.
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.
1700
f3a14a9e
ILT
1701 * Makefile.in: Rebuilt dependencies.
1702
3e2993b6
PS
1703Mon Apr 4 10:56:45 1994 Peter Schauer ([email protected])
1704
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
1708 bfd to asymbol.
1709 * trad-core.c (trad_unix_bfd_is_local_label): Correct cast from
1710 asection to asymbol.
1711
1f46bba3
JL
1712Sun Apr 3 18:27:29 1994 Jeffrey A. Law ([email protected])
1713
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
1718 relocation tables.
1719 (som_bfd_free_cached_info): Free the cached native strings,
1720 symbols, and relocations. Also free the canonical cached
1721 relocations.
1722
9deaaaf1
ILT
1723Fri Apr 1 12:40:58 1994 Ian Lance Taylor ([email protected])
1724
d6d6b18a
ILT
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.
1728
dfe09c49
ILT
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
1731 build a map.
1732 (compute_and_write_armap): After adding the symbols for a BFD,
1733 call bfd_free_cached_info on it.
1734
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
1741 bfd_alloc.
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
1745 symbols and relocs.
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.
1766
1767 Add a new entry point to free memory cached by a BFD.
9deaaaf1
ILT
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
1773 bfd_true.
1774
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.
1779
1780 * coff-a29k.c (a29k_reloc): Add reloc_entry->address to value of
1781 absolute R_IREL reloc.
1782
bfe8224f
ILT
1783Thu Mar 31 11:52:15 1994 Ian Lance Taylor ([email protected])
1784
f8ee1ebb
ILT
1785 Added some support for Irix 4 shared libraries.
1786 * ecoff.c (ecoff_new_section_hook): Set SEC_SHARED_LIBRARY for a
1787 .lib section.
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
1796 or bss_size either.
1797
492d52cc
ILT
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.
1802
1788b1bd
ILT
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.
1806
e9c6595d
ILT
1807 * reloc.c (bfd_reloc_code_real_type): Added BFD_RELOC_26 (from sef
1808 and raeburn).
1809 * bfd-in2.h: Rebuilt.
1810
3af0f479
ILT
1811 * nlm32-i386.c (nlm_i386_read_import): Null terminate the symbol
1812 name.
1813 * nlm32-alpha.c (nlm_alpha_read_import): Likewise.
1814 * nlm32-sparc.c (nlm_sparc_read_import): Likewise.
1815
bfe8224f
ILT
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
1827 coff_write_symbols.
1828
326e32d7
ILT
1829Wed Mar 30 16:25:41 1994 Ian Lance Taylor ([email protected])
1830
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
1838 errors.
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):
1929 Likewise.
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
1947 than bfd_0u.
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.
1953
1954 * nlm32-sparc.c (nlm_sparc_read_reloc): Remove unused variables
1955 temp and name.
1956
c2c818bc
JK
1957Wed Mar 30 08:33:04 1994 Jim Kingdon ([email protected])
1958
1959 * hosts/dpx2.h: Define POSIX_UTIME.
1960
bdf1b511
PS
1961Wed Mar 30 00:31:49 1994 Peter Schauer ([email protected])
1962
1963 * i386dynix.c, config/i386-dynix.mt: New files, handling Dynix
1964 variant of a.out.
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
1971 i386dynix.c
1972
a8a916c8
ILT
1973Mon Mar 28 12:53:27 1994 Ian Lance Taylor ([email protected])
1974
9f37f56a
ILT
1975 * Makefile.in (BFD32_BACKENDS): Add coff-sparc.o.
1976
09a28207
ILT
1977 * coffcode.h (coff_set_flags): Handle bfd_arch_powerpc like
1978 bfd_arch_rs6000.
1979
ce8f1f60 1980 * config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
34632537
ILT
1981 * config/rs6000.mt (SELECT_ARCHITECTURES): Add bfd_powerpc_arch.
1982
a8a916c8
ILT
1983 * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag
1984 for generated constructor section.
1985
06e6eb0e
JL
1986Sun Mar 27 16:25:22 1994 Jeffrey A. Law ([email protected])
1987
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!).
1992
25057836
JL
1993Sat Mar 26 10:25:43 1994 Jeffrey A. Law ([email protected])
1994
f977e865
JL
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.
1998
25057836
JL
1999 * libbfd.c (bfd_read): Set bfd_error as appropriate for a short
2000 read. (bfd_error_system_call or bfd_error_file_truncated).
2001
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.
2005
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.
2010
2011 * som.c: Check return values from several bfd_{seek,read,write}
2012 calls that we just assumed were not failing.
2013
471c3c3f
JK
2014Fri Mar 25 11:44:06 1994 Jim Kingdon ([email protected])
2015
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*.
2020
ec099b4b
ILT
2021Fri Mar 25 17:10:45 1994 Ian Lance Taylor ([email protected])
2022
a3a33af3 2023 Changes to support linker relaxing of embedded MIPS PIC code to
471c3c3f 2024 use a five instruction sequence for function calls which are out of
a3a33af3
ILT
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
2035 18 to 16.
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.
2052
ec099b4b
ILT
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.
2056
47e70c54
SC
2057Thu Mar 24 11:33:46 1994 Steve Chamberlain ([email protected])
2058
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
2062 overflow.
2063
9d7f682f
JL
2064Thu Mar 24 09:21:13 1994 Jeffrey A. Law ([email protected])
2065
2066 * som.c (som_bfd_prep_for_ar_write): Ignore non-SOM objects.
2067 (som_bfd_ar_write_symbol_stuff, som_write_armap): Likewise.
2068
2069Wed Mar 23 14:29:31 1994 David J. Mackenzie ([email protected])
2070
2071 * netbsd386.c (N_SET_FLAGS): Delete the old definition.
2072
456961d1
ILT
2073Wed Mar 23 14:58:44 1994 Ian Lance Taylor ([email protected])
2074
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
2079 symbols to again.
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
2088 all callers.
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
2102 asymbol list.
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
2108 asymbol list.
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.
2115
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.
2128
4335ce64
ILT
2129Tue Mar 22 13:09:44 1994 Ian Lance Taylor ([email protected])
2130
c031ba0b
ILT
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
2135 MIPS_R_PCREL16.
2136
4335ce64
ILT
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.
2142
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
2145 relocs.
2146
2147 * linker.c (_bfd_default_link_order): Handle bfd_data_link_order.
2148
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
2162 collect.
2163 * libbfd-in.h (_bfd_generic_link_add_symbols_collect): Declare.
2164 * libbfd.h: Rebuilt.
2165
9d92fe0a
JL
2166Tue Mar 22 10:04:00 1994 Jeffrey A. Law ([email protected])
2167
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.
2173
f1cca647
ILT
2174Mon Mar 21 12:28:19 1994 Ian Lance Taylor ([email protected])
2175
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,
2187 abort.
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
2198 input BFDs.
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
2209 BFD_RELOC_CTOR.
2210 * coff-mips.c (mips_bfd_reloc_type_lookup): Likewise.
2211
2212 * sunos.c (sunos_read_dynamic_info): Remove unused locals dynsym
2213 and buf.
2214
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.
2218
142f59f4
JL
2219Sun Mar 20 09:24:36 1994 Jeffrey A. Law ([email protected])
2220
17e64ad3
JL
2221 * bfd/som.c (som_begin_writing): Fix thinko (off by one error).
2222
c2e1207b
JL
2223 * som.c (bfd_section_from_som_symbol): Only to do the value
2224 comparison for function symbols within executables.
2225
c05d2d43
JL
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.)
2232
61bcbf40
JL
2233 * trad-core.c (trad_unix_core_file_p): Don't pass abfd to
2234 bfd_zmalloc.
2235
517a6af6
JL
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.)
2239
142f59f4
JL
2240 * som.c (som_begin_writing): Align text in all executables to
2241 make HPUX kernel happy. Fixes strip/objcopy for shared
2242 executables.
2243
00806436
JL
2244Sat Mar 19 07:06:59 1994 Jeffrey A. Law ([email protected])
2245
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.
2250
f3f29240
JK
2251Fri Mar 18 19:12:47 1994 Jim Kingdon ([email protected])
2252
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
2255 bfd_release, on it.
2256
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.
47dc9b52
JK
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.
f3f29240
JK
2264 * bfd-in2.h: Rebuilt.
2265
3b499495
JL
2266Fri Mar 18 18:13:49 1994 Jeffrey A. Law ([email protected])
2267
15766917
JL
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
2271 objcopy or strip.
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).
2276
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
2285 copyable data.
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.
2289
4359a7ef
JL
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.
2297
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
2309 exec_flags fields.
2310 (som_copy_private_backend_section_data): Always return a value.
2311
08b3c4f9
JL
2312 * libhppa.h (PA_PAGESIZE): Define.
2313
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.
2320
3b499495
JL
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.
2332
ff978570
KR
2333Fri Mar 18 20:35:24 1994 Ken Raeburn ([email protected])
2334
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.
2337
6f4aac6c
KR
2338Thu Mar 17 18:26:46 1994 Ken Raeburn ([email protected])
2339
5a66538b
KR
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.
2343
6f4aac6c
KR
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.
2346
8eb5d4be
JK
2347Thu Mar 17 10:37:07 1994 Jim Kingdon ([email protected])
2348
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.
2356
1c6042ee
ILT
2357Thu Mar 17 11:44:45 1994 Ian Lance Taylor ([email protected])
2358
7838792b
ILT
2359 * osf-core.c (osf_core_bfd_copy_private_bfd_data): Remove
2360 duplicate definition.
2361 (osf_core_bfd_is_local_label): Define.
2362
4bbf7a49
ILT
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.
2366
1c6042ee
ILT
2367 * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use space
2368 after NAME, since SunOS /bin/cc can't handle it.
2369
ae6710bc
DM
2370Wed Mar 16 16:43:33 1994 David J. Mackenzie ([email protected])
2371
2372 * netbsd386.c (N_SET_FLAGS): Don't nuke the machine id field.
2373 From [email protected] (Tasuki Hirata).
2374
2375Wed Mar 16 07:55:54 1994 Jim Kingdon ([email protected])
2376
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).
2380
35ac8aac
JL
2381Wed Mar 16 00:02:05 1994 Jeffrey A. Law ([email protected])
2382
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
2387 an executable.
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$".
2392
5b3577cb
JL
2393Tue Mar 15 22:58:28 1994 Jeffrey A. Law ([email protected])
2394
2395 * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.
2396
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.
2400
2401 * targets.c: Add new entries to the bfd_target structure.
2402
2403 * bfd.c (bfd_copy_private_bfd_data): New definition.
2404
2405 * section.c (bfd_copy_private_section_data): New definition.
2406
2407 * syms.c (bfd_is_local_label): New definition.
2408
2409 * libbfd-in.h (bfd_generic_is_local_label): Declare.
2410
2411 * libbfd.c (bfd_generic_is_local_label): New function.
2412
2413 * *-core.c: Provide default definitions for new functions in
2414 the target vector which all point to bfd_false.
2415
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.
2421
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.
2425
2426 * elf32-hppa.c (hppa_elf_is_local_label): New function.
2427
0069bd06
ILT
2428Tue Mar 15 23:55:47 1994 Ian Lance Taylor ([email protected])
2429
2430 * cf-m68klynx.c (CALC_ADDEND): Use _bfd_m68klynx_howto_table.
2431
57a1867e
DM
2432Tue Mar 15 04:41:13 1994 David J. Mackenzie ([email protected])
2433
2434 * Most files:
2435 Replace DEFUN and DEFUN_VOID with K&R-style function definition.
2436 Indent some of them to GNU standards.
2437
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.
2443
ec743cef
JL
2444Mon Mar 14 11:41:23 1994 Jeffrey A. Law ([email protected])
2445
baef2065
JL
2446 * som.c (som_prep_for_fixups): A relocation involving the section
2447 symbol for the *ABS* section is really a relocation involving
2448 no symbol.
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.
2452
b486fb13
JL
2453 * som (setup_sections): Set SEC_DEBUGGING and the section attributes
2454 for spaces and subspaces.
2455
4c9db344
JL
2456 * som.c (som_bfd_count_ar_symbols): Fix typo.
2457
ec743cef
JL
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
2466 on the BFD's flags.
2467 (som_bfd_fill_in_ar_symbols): Return false, not NULL on error.
2468
45ccfd58
ILT
2469Sat Mar 12 09:46:09 1994 Ian Lance Taylor ([email protected])
2470
2471 * elf32-ppc.c: Renamed from elf32-powerpc.c.
45ccfd58 2472 * nlm32-ppc.c: Renamed from nlm32-powerpc.c.
45ccfd58
ILT
2473 * Makefile.in, configure.in: Corresponding changes.
2474
92177c52
ILT
2475Fri Mar 11 22:27:19 1994 Ian Lance Taylor ([email protected])
2476
2477 * elf32-powerpc.c: Extensive changes to update to preliminary ABI.
2478
3e0b5554
PS
2479Fri Mar 11 00:34:59 1994 Peter Schauer ([email protected])
2480
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
2485 and STYP_COMMENT.
2486
80425e6c
JK
2487Wed Mar 9 17:17:53 1994 Jim Kingdon ([email protected])
2488
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,
d7fb4531
JK
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
80425e6c
JK
2499 freeing.
2500 * linker.c: Replace alloca with obstack_alloc.
2501 * libbfd.h: Rebuilt.
2502
1404c365
ILT
2503Tue Mar 8 12:10:38 1994 Ian Lance Taylor ([email protected])
2504
2505 * coff-mips.c (mips_relocate_section): Handle MIPS_R_LITERAL like
2506 MIPS_R_GPREL.
2507
25677b5b
PS
2508Sat Mar 5 14:08:54 1994 Peter Schauer ([email protected])
2509
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.
802f4fe2
PS
2513 * elfcode.h (bfd_section_from_shdr): Handle SHT_DYNAMIC section like
2514 SHT_PROGBITS section.
25677b5b 2515
7b5f6e48
JL
2516Thu Mar 3 20:03:39 1994 Jeffrey A. Law ([email protected])
2517
2518 * som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
2519
baf200d4
JK
2520Wed Mar 2 13:28:06 1994 Jim Kingdon ([email protected])
2521
2522 * configure.host: Recognize i[34]86-sequent-*.
2523
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.
2530
44fd6622
JL
2531Wed Mar 2 11:57:03 1994 Jeffrey A. Law ([email protected])
2532
4e64845c
JL
2533 * som.[ch]: Do not include libhppa.h in som.c, instead include
2534 it in som.h.
2535
2536 * elf32-hppa.[ch]: Do not include libhppa.h in elf32-hppa.c, instead
2537 include it in elf32-hppa.h.
2538
98ecc945
JL
2539 * som.c (log2): Return -1 on error rather than aborting.
2540 (setup_sections): Bubble up an error from log2.
2541
44fd6622
JL
2542 * Changes to make HP C compiler happy in both traditional
2543 and ANSI mode.
2544 * som.c (hppa_som_gen_reloc_type): Use correct enum type for
2545 field parameter.
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.
2550
2551 * som.h (bfd_som_set_section_attributes): Fix prototype to match
2552 som.c changes.
2553 (bfd_som_attach_aux_hdr): Add prototype.
2554 (hppa_som-gen_reloc_type): Likewise.
2555
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.
2559
d1f8b181
JK
2560Tue Mar 1 18:33:59 1994 Jim Kingdon ([email protected])
2561
2562 * bfd-in2.h: Rebuilt.
2563
85cc33c7
KH
2564Tue Mar 1 13:06:53 1994 Kung Hsu ([email protected])
2565
bb37e716
KH
2566 * i386os9k.c: use new functions bfd_set_error and bfd_get_error.
2567 * Makefile.in: delete an extra blank.
85cc33c7
KH
2568 * configure.in : Add i396os9k_vec.
2569
2f88343d
KH
2570Mon Feb 28 15:41:01 1994 Kung Hsu ([email protected])
2571
5143c305
KH
2572 * config.bfd : Add i386-os9k.
2573 * config/i386-os9k.mt : Newly add os9k target makefile.
2574
2f88343d
KH
2575 * i386os9k.c : new file to handle os9k format bfd.
2576 * Makefile.in : Handle new file i386os9k.c
2f88343d
KH
2577 * targets.c : Add bfd_target_os9k_flavour and i386os9k_vec.
2578 * cache.c : Initialize cache_sentinel to 0.
2579
6e58a4e5
JL
2580Sun Feb 27 16:30:55 1994 Jeffrey A. Law ([email protected])
2581
f3b477be
JL
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.
2586
6e58a4e5
JL
2587 * elf32-hppa.h (hppa_look_for_stub_in_section): Fix typo. Delete
2588 unused symbols argument.
2589
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.
2597
2598 * linker.c (_bfd_generic_link_output_symbols): Do not
2599 rebuild/clobber the output symbols if they already exist.
2600
4c8d6c9f
SS
2601Sun Feb 27 15:22:36 1994 Stan Shebs ([email protected])
2602
fdfe2d14
SS
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.
2606
4c8d6c9f
SS
2607 * srec.c (hex_value): Always set to a size of 256 bytes.
2608 (srec_init): Cosmetic changes.
2609
e08b9ad7
JL
2610Sun Feb 27 11:18:47 1994 Jeffrey A. Law ([email protected])
2611
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).
2621
68241b2b
ILT
2622Sat Feb 26 10:00:45 1994 Ian Lance Taylor ([email protected])
2623
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.
2627
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
2632 #if 0 code.
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.
2640
96db3187
ILT
2641Fri Feb 25 21:34:58 1994 Ian Lance Taylor ([email protected])
2642
2643 * elfcode.h: Don't include assert.h.
2644 (swap_out_syms): Use BFD_ASSERT rather than assert.
2645
2646 * linker.c (_bfd_generic_link_write_global_symbol): Add missing
2647 break in switch.
2648
2649 * hosts/i386v4.h (qsort, strtol): Remove incorrect and useless
2650 declarations.
2651
d6439785
JL
2652Fri Feb 25 16:35:57 1994 Jeffrey A. Law ([email protected])
2653
f5bfdacd
JL
2654 * libhppa.h (hppa_rebuild_insn): Moved here from elf32-hppa.c.
2655
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.
2659
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.
2672
43ebdfcf
JL
2673 * format.c (bfd_check_format_matches): Initialize matching_vector
2674 to keep gcc -Wall quiet.
2675
2676 * elfcode.h (elf_slurp_reloca_table): Fix typo.
2677
d6439785
JL
2678 * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"
2679 not "sizeof (som_symbol_type *)".
2680
2681 * elfcode.h (elf_get_symtab_upper_bound): Use "sizeof (asymbol *)"
2682 not "sizeof (asymbol"). Opps.
2683
fbb8fe5c
ILT
2684Fri Feb 25 13:19:04 1994 Ted Lemon ([email protected])
2685
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.
2688
5e808126
SC
2689Fri Feb 25 12:57:00 1994 Steve Chamberlain ([email protected])
2690
2691 * srec.c (pass_over): Don't skip too many characters when
2692 end of line seen.
2693
626f883f
ILT
2694Fri Feb 25 11:41:57 1994 Ian Lance Taylor ([email protected])
2695
2696 * ecoff.c (ecoff_sizeof_headers): Align result to 16 byte
2697 boundary.
2698
2699Thu Feb 24 07:13:22 1994 Jeffrey A. Law ([email protected])
2700
2701 * som.c (som_bfd_derive_misc_symbol_info): Derive symbol_info
2702 field for absolute symbols in the same manner as undefined
2703 and common symbols.
2704
a69b39f0
PS
2705Thu Feb 24 04:29:19 1994 Peter Schauer ([email protected])
2706
2707 * elfcode.h (elf_core_file_p): Check for core file e_machine match
2708 like in elf_object_p.
2709
2e7b92cf
JL
2710Wed Feb 23 18:28:37 1994 Jeffrey A. Law ([email protected])
2711
2712 * elfcode.h (alloca): Delete declaration.
4f42757e
JL
2713
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.
2717
891dc727
SS
2718Mon Feb 21 10:12:02 1994 Stan Shebs ([email protected])
2719
2720 * Makefile.in (targets.o, archures.o): Use ALL_CFLAGS to supply
2721 flags to explicit compile actions.
2722
22a71fef
ILT
2723Mon Feb 21 09:50:06 1994 Ian Lance Taylor ([email protected])
2724
2f0deb19
ILT
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.
2729
aaca79a8
ILT
2730 * hosts/hp300.h: Include <stdlib.h>; don't declare free.
2731
2ab0b7f3
ILT
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.
2736
22a71fef
ILT
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
2743 value.
2744
037ce95a
ILT
2745Sun Feb 20 16:06:54 1994 Ian Lance Taylor ([email protected])
2746
2747 * linker.c (_bfd_generic_link_add_archive_symbols): Consider
2748 symbols in the order they appear in the archive map.
2749
3a1de3cc
PS
2750Sat Feb 19 03:17:32 1994 Peter Schauer ([email protected])
2751
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.
2758
99ec1f66
ILT
2759Fri Feb 18 11:41:58 1994 Ian Lance Taylor ([email protected])
2760
99ec1f66 2761 Support for PowerPC NetWare.
92177c52 2762 * nlm32-powerpc.c: New file.
99ec1f66
ILT
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.
7ce8b9d1 2769 (CFILES): Add nlm32-powerpc.c.
99ec1f66
ILT
2770
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.
2784
42f62ead
ILT
2785Thu Feb 17 15:29:55 1994 Ian Lance Taylor ([email protected])
2786
2787 * coffgen.c (coff_write_linenumbers): Always return a value.
2788
2789 * elfcode.h (elf_slurp_symbol_table): Handle zero symbols
2790 reasonably. Allocate x_symp using alloca.
2791
2792 * elfcode.h (map_program_segments): ELF program header entries
2793 must be sorted by load address. This used to generate the entries
2794 in reverse order.
2795
2796 * section.c (SEC_IN_MEMORY): Define.
2797 (asection): Rename unused field otheruserdata to contents, and
2798 make it char *.
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.
2803
d1ad85a6
DM
2804Thu Feb 17 08:30:53 1994 David J. Mackenzie ([email protected])
2805
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
2809 all values.
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.
2823
7430a991
JL
2824Tue Feb 15 22:27:27 1994 Jeffrey A. Law ([email protected])
2825
2826 * som.c: Remove FIXMEs for things which have been dealt with.
2827
54196ea1
KR
2828Tue Feb 15 19:39:24 1994 Ken Raeburn ([email protected])
2829
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.
2833
2834 * linker.c (default_indirect_link_order): In assertion, compare
2835 link_order size field against cooked size, not raw size, of input
2836 section.
2837
2838 * bout.c (b_out_get_reloc_upper_bound): For BSS section, just
2839 return 0.
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
2847 properly ordered.
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.
2851
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.
2855
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.
2861
c6cdb69a
JL
2862Tue Feb 15 09:00:16 1994 Jeffrey A. Law ([email protected])
2863
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.
2867
6e033f86
JL
2868Mon Feb 14 22:55:20 1994 Jeffrey A. Law ([email protected])
2869
24a1f6a0
JL
2870 * som.c (som_slurp_symbol_table): Do not die if a BFD doesn't
2871 have any symbols.
2872
6e033f86
JL
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
2881 symbol information.
2882 (som_slurp_symbol_table): Update backend private data for symbols
2883 appropriately.
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.
2889
2890 * som.c: Consistently use memset rather than bzero.
2891
8b8ddedb
SG
2892Mon Feb 14 17:02:28 1994 Stu Grossman (grossman at cygnus.com)
2893
2894 * coff-rs6000.c: Add Lynx core file support, use HOST_AIX, where
2895 appropriate.
2896 * rs6000-core.c: Use HOST_AIX instead of COREFILES_PLEASE.
2897 * config/rs6000.mh: Remove defs of ARCHIVES_PLEASE and
2898 COREFILES_PLEASE.
2899 * config/rs6000lynx.mh: Turn on Lynx core file support.
2900 * hosts/rs6000.h: #define HOST_AIX.
5cf354ef 2901 * hosts/rs6000lynx.h: Create this to enable Lynx host support.
8b8ddedb 2902
6863eb4b
JL
2903Sun Feb 13 14:30:00 1994 Jeffrey A. Law ([email protected])
2904
50c5c4ad
JL
2905 * som.h (som_symbol_data): Safely access backend private data
2906 for BFD symbols. All callers changed.
2907
6e033f86 2908 * Read-only SOM archive support.
3c37f9ca
JL
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.
2912
6863eb4b
JL
2913 * som.h: Include <lst.h> and <ar.h>.
2914
5e829a34
JL
2915Sat Feb 12 22:34:14 1994 Jeffrey A. Law ([email protected])
2916
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.
2921
a15691a5
DM
2922Fri Feb 11 16:56:50 1994 David J. Mackenzie ([email protected])
2923
2924 * archive.c (normalize) [VMS]: Call malloc, not bfd_xmalloc.
2925 (bfd_construct_extended_name_table): Check result of normalize.
2926
9783e04a
DM
2927Tue Feb 8 08:57:31 1994 David J. Mackenzie ([email protected])
2928
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>".
2933
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.
2939
2940 * tekhex.c (find_chunk tekhex_mkobject): Check bfd_alloc.
2941 (first_phase): Ditto. FIXME void
2942 (tekhex_make_empty_symbol): Check bfd_zalloc.
2943
2944 * sunos.c (sunos_read_dynamic_info): Check bfd_zalloc.
2945 (MY(read_dynamic_symbols) MY(read_dynamic_relocs)): Check bfd_alloc.
2946
2947 * stringhash.c (_bfd_stringtab_hash_newfunc): Check bfd_hash_allocate.
2948
2949 * srec.c: Indent.
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.
2954
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
2959
2960 * rs6000-core.c (rs6000coff_core_p): Check bfd_zalloc.
2961
2962 * osf-core.c (osf_core_make_empty_symbol): Check bfd_zalloc.
2963 (osf_core_core_file_p): Check bfd_alloc.
2964
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.
2970
2971 * nlmcode.h (nlm_make_empty_symbol): Check bfd_zalloc.
2972 (nlm_slurp_symbol_table): Check bfd_zalloc and bfd_alloc.
2973
2974 * nlm32-sparc.c (nlm_sparc_read_import): Check bfd_alloc.
2975
2976 * nlm32-i386.c (nlm_i386_read_import): Check bfd_alloc.
2977
2978 * nlm32-alpha.c (nlm_alpha_read_import): Check bfd_alloc.
2979
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.
2988
2989 * irix-core.c (irix_core_make_empty_symbol): Check bfd_zalloc.
2990
2991 * ieee.c: Indent.
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.
3002
3003 * hpux-core.c (hpux_core_make_empty_symbol): Check
3004 bfd_zalloc.
3005
3006 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Check
3007 bfd_zalloc.
3008 (hppabsd_core_core_file_p): Check bfd_zalloc.
3009
3010 * hp300hpux.c (MY(slurp_symbol_table)): Check bfd_alloc.
3011
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.
3025
3026 * elf32-mips.c (mips_elf_final_link): Check bfd_alloc.
3027
3028 * elf32-hppa.c (hppa_elf_stub_branch_reloc): Check bfd_zmalloc and
3029 realloc.
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.
3034
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.
3042
3043 * ctor.c (bfd_constructor_entry): Check bfd_alloc.
3044
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.
3057
3058 * coffcode.h: Indent.
3059 (coff_add_missing_symbols): Check bfd_alloc_by_size_t. Return a
3060 boolean.
3061 (coff_write_object_contents): Check it.
3062
3063 * coff-alpha.c (alpha_relocate_section): Check bfd_alloc.
3064 * coff-mips.c (mips_relocate_section): Ditto.
3065
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.
3069
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
3074 return value.
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.
3081
3082 * opncls.c (bfd_zalloc bfd_realloc): Check result of bfd_alloc.
3083
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.
3087
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.
3092
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.
3098
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.
3111
3112 * libbfd-in.h (xmalloc, bfd_xmalloc, bfd_xmalloc_by_size_t):
3113 Remove decls.
3114 * libbfd.h: Rebuilt.
3115
30e441ca
SG
3116Fri Feb 11 15:35:32 1994 Stu Grossman (grossman at cygnus.com)
3117
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.
3121
5ee3886b
ILT
3122Fri Feb 11 17:25:58 1994 Ian Lance Taylor ([email protected])
3123
3124 * archive.c (compute_and_write_armap): Rewrite somewhat to improve
3125 memory usage.
3126
9a793780
SS
3127Fri Feb 11 13:10:42 1994 Stan Shebs ([email protected])
3128
3129 * archive.c: Change all references to '\n' in archive magic
3130 to '\012', for greater portability.
3131 * ecoff.c (ecoff_write_armap): Ditto.
3132
3133Thu Feb 10 12:58:48 1994 Ian Lance Taylor ([email protected])
3134
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
3138 field.
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.
3143
a62dd44f
JL
3144Wed Feb 9 21:34:58 1994 Jeffrey A. Law ([email protected])
3145
9a793780
SS
3146 * som.c (som_reloc_queue_find): Do not examine a NULL queue entry.
3147
a62dd44f
JL
3148 * som.c: Cast return values from BFD memory allocation routines to
3149 avoid warnings from the HP compiler.
3150
945f125b
ILT
3151Wed Feb 9 12:55:02 1994 Ian Lance Taylor ([email protected])
3152
0d634116
ILT
3153 * coff-alpha.c (alpha_relocate_section): Accept a LITERAL
3154 reloc on an "ldl" instruction too.
3155
945f125b
ILT
3156 * archive.c (bfd_ar_hdr_from_filesystem): Cast status elements
3157 when passing them to sprintf. Use %ld instead of %d.
3158
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.
3163
3164Tue Feb 8 18:00:34 1994 Ian Lance Taylor ([email protected])
3165
3166 * libbfd-in.h (xmalloc): Don't declare parameter type, to avoid
3167 conflicts.
3168 * libbfd.h: Rebuilt.
3169
fa965415
KR
3170Tue Feb 8 15:55:50 1994 Ken Raeburn ([email protected])
3171
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.
3178
7c202d37
PS
3179Tue Feb 8 00:32:28 1994 Peter Schauer ([email protected])
3180
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.
3184
9ed21f0e
JL
3185Mon Feb 7 20:56:27 1994 Jeffrey A. Law ([email protected])
3186
3187 * config.bfd (hppa*-*-osf*): Use bfd_name hppaosf for this
3188 configuration.
3189 (hppa*-*-*elf*): This configuration used hppa-elf now.
3190
3191 * som.c: This file is also used for HOST_HPPAOSF.
3192
3193 * targets.c (bfd_target_vector): Enable som_vec for HOST_HPPAOSF.
3194
3195 * hosts/hppaosf.h: New host configuration file.
3196
3197 * config/hppabsd.mt (SELECT_VECS): Add bfd_elf32_hppa_vec as
3198 BSD handles both SOM and ELF object files.
3199
3200 * config/hppaosf.mh (HDEFINES): Delete. No longer needed.
3201 (RANLIB): Doesn't do anything, define it to be "echo".
3202
3203 * config/hppaosf.mt: New target makefile fragment for a PA running
3204 OSF1.
3205
bf969135
ILT
3206Mon Feb 7 15:02:06 1994 Ian Lance Taylor ([email protected])
3207
66f1cff5
ILT
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.
3215
bf969135
ILT
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.
3219
b9d5cdf0
DM
3220Sun Feb 6 20:04:10 1994 David J. Mackenzie ([email protected])
3221
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
3225 swap_out_syms.
3226
3227 * linker.c (default_indirect_link_order): Check for NULL return
3228 from bfd_get_relocated_section_contents.
3229
3230 * syms.c: Make example application in doc call xmalloc, not
3231 bfd_xmalloc.
3232
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.
3251
6b054519
JK
3252Sat Feb 5 12:39:28 1994 Jim Kingdon ([email protected])
3253
3254 * config.bfd: Put m68*-*-sysv* line after m68*-*-sysv4*.
3255
bf430317
PS
3256Sat Feb 5 05:32:44 1994 Peter Schauer ([email protected])
3257
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.
3263
9b39ed6b
ILT
3264Sat Feb 5 01:14:38 1994 Ian Lance Taylor ([email protected])
3265
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.
3269
d352be4f
ILT
3270Fri Feb 4 23:55:44 1994 Ian Lance Taylor ([email protected])
3271
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
3305 .debug section.
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
3308 the name.
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
3312 COFF check.
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.
3316
0ee34272
DM
3317Fri Feb 4 17:28:32 1994 David J. Mackenzie ([email protected])
3318
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
3322 xmalloc.
3323 * libbfd.h: Rebuilt.
0ee34272 3324
fa2302b8
ILT
3325Thu Feb 3 16:49:35 1994 Ian Lance Taylor ([email protected])
3326
cbc174e7
ILT
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.
3330
5072b8e5
ILT
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.
3334
fa2302b8
ILT
3335 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
3336
96ad107b
JK
3337Wed Feb 2 20:37:19 1994 Jim Kingdon ([email protected])
3338
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.
0324156c 3341 * bfd-in2.h: Rebuilt.
96ad107b 3342
192d8ee8
ILT
3343Wed Feb 2 12:30:13 1994 Ian Lance Taylor ([email protected])
3344
38e1f0ce
ILT
3345 * coffswap.h (coff_swap_reloc_out): If RS6000COFF_C, handle type
3346 and size correctly.
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.
3350
ebf3b4cd
ILT
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.
3354
192d8ee8
ILT
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.
3360
330595d0
ILT
3361Tue Feb 1 12:05:44 1994 Ian Lance Taylor ([email protected])
3362
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
3367 accordingly.
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.
3374
4e810849
KR
3375Sun Jan 30 15:14:36 1994 Ken Raeburn ([email protected])
3376
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
3382 results.
3383 * Makefile.in (aout-params.h): Pass gen-aout a dummy target name.
26b572e4
KR
3384 (check, installcheck): Identify directory in "no testsuites"
3385 message.
4e810849 3386
2edc8357
ILT
3387Sun Jan 30 13:25:28 1994 Ian Lance Taylor ([email protected])
3388
3389 * aoutx.h (aout_link_write_symbols): Write out correct value for
3390 object file symbol.
3391
098630a0
KR
3392Fri Jan 28 18:34:05 1994 Ken Raeburn ([email protected])
3393
3394 * hosts/vaxbsd.h (HOST_STACK_END_ADDR): Vax BSD doesn't define
3395 KERNBASE, so hard-code 0x80000000 instead.
3396
c3156966
ILT
3397Thu Jan 27 13:54:08 1994 Ian Lance Taylor ([email protected])
3398
3399 * linker.c (generic_link_add_symbol_list): If symbol is common,
3400 set the BSF_OLD_COMMON flag.
3401
d6d4e4c3
DM
3402Wed Jan 26 13:47:15 1994 David J. Mackenzie ([email protected])
3403
3404 * format.c (bfd_check_format_matches): Put the new entry in the
3405 correct element of matching_vector.
3406
09f70549
JK
3407Tue Jan 25 11:43:28 1994 Jim Kingdon ([email protected])
3408
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.
3414
a927c32d
ILT
3415Tue Jan 25 11:46:46 1994 Ian Lance Taylor ([email protected])
3416
8638431e
ILT
3417 * reloc.c (bfd_get_reloc_size): Size of type -2 is 4 bytes, not 2.
3418
3b490cdd
ILT
3419 * hp300hpux.c (MY(write_object_contents)): Write out the symbols
3420 before writing out the relocs, so that the right symbol indices
3421 are used.
3422
71d58b59
ILT
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.
3426
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.
3430
a927c32d
ILT
3431 * archive.c: Reindented to GNU standards.
3432
aabda2da
DM
3433Mon Jan 24 14:41:23 1994 David J. Mackenzie ([email protected])
3434
f4bd7a8f
DM
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.
3439
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.
3450
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:
3454 Change callers.
3455
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.
3460
aabda2da
DM
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.
3467
ca1c6bec
ILT
3468Mon Jan 24 12:38:54 1994 Ian Lance Taylor ([email protected])
3469
3f048f7f
ILT
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
3475 coff_object_p.
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.
3488
3489 * ecofflink.c (ecoff_align_debug): Align RFDs to debug_align.
3490
a20bdb43
ILT
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.
3494
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).
3498
7a60ed8c
ILT
3499 * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
3500
4991ebb9
ILT
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.
3512
1cedfe03
ILT
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
3516 hash table.
3517 (b_out_get_relocated_section_contents): For PCREL24 and PCREL13
3518 use get_value to get the symbol value and check for undefined
3519 symbols.
3520 * reloc16.c (bfd_coff_reloc16_get_value): If the symbol is
3521 undefined, look it up in the linker hash table.
3522
ca1c6bec
ILT
3523 * aoutx.h (translate_symbol_table): The string index 0 has a
3524 special meaning for normal symbols, but not for dynamic symbols.
3525
3f2255e7
SG
3526Sat Jan 22 12:26:01 1994 Stu Grossman (grossman at cygnus.com)
3527
3528 * sparclynx.c: Setup appropriate macros to enable core file
3529 support.
3530
0f8f509c
DM
3531Fri Jan 21 16:25:35 1994 David J. Mackenzie ([email protected])
3532
3b31740c
DM
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.
3537
0f8f509c
DM
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.
3542 Remove DEFUNs.
3543 * bfd-in2.h: Regenerated.
3544
27814aa6 3545Fri Jan 21 14:11:16 1994 Sean Fagan ([email protected])
4733517b
JK
3546
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).
e7cc9a2e 3551
3f40d101
DM
3552Fri Jan 21 14:11:16 1994 Jim Kingdon ([email protected])
3553
e7cc9a2e
JK
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 *.
3557
6de49562
DM
3558Fri Jan 21 09:29:01 1994 David J. Mackenzie ([email protected])
3559
74788cf0 3560 * bfd.c: Remove error strings for errors removed below.
6de49562
DM
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
3566 to be unused.
3567 * bfd-in2.h: Regenerated.
3568
0ee75d02
ILT
3569Fri Jan 21 01:11:55 1994 Ian Lance Taylor ([email protected])
3570
fcc41f68
ILT
3571 * bfd.c (bfd_get_gp_size): Added support for ELF.
3572
0ee75d02
ILT
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
3583 and relocs.
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
3586 sections.
3587 (translate_from_native_sym_flags): Don't set BSF_LOCAL for an
3588 undefined symbol.
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
3594 return value.
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
3598 write them anyhow.
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.
3603
dc3da58f
KR
3604Thu Jan 20 20:57:27 1994 Ken Raeburn ([email protected])
3605
3606 * hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete
3607 typedefs, since HOST_64_BIT will take care of defining them in
3608 bfd.h.
3609
7e7fb4a8
KR
3610Wed Jan 19 17:28:59 1994 Ken Raeburn ([email protected])
3611
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.
3617
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.
3624
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
3629 already defined.
3630
d7e34f67
ILT
3631Wed Jan 19 00:02:54 1994 Ian Lance Taylor ([email protected])
3632
3633 * aoutx.h (translate_to_native_sym_flags): Set the type of a
3634 BSF_WARNING symbol to N_WARNING.
3635
53155af1
ILT
3636Tue Jan 18 16:43:19 1994 Ian Lance Taylor ([email protected])
3637
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
3a5b50f4
ILT
3641 indirect or warning symbol. If an indirect symbol is defined,
3642 output the calculated value and don't output the target symbol.
53155af1 3643
0c205af2
DM
3644Tue Jan 18 03:54:59 1994 David J. Mackenzie ([email protected])
3645
3646 * aoutx.h (translate_from_native_sym_flags): Give warning symbols
3647 an (unused) nonzero section value, needed for check below.
3648
964affdc
DM
3649Mon Jan 17 15:12:07 1994 David J. Mackenzie ([email protected])
3650
3651 * aoutx.h (translate_from_native_sym_flags,
3652 aout_link_add_symbols): Treat N_SET[ABDT] | N_EXT like
3653 N_SET[ABDT].
3654
38a5f510
ILT
3655Fri Jan 14 16:45:43 1994 Ian Lance Taylor ([email protected])
3656
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.
3662
3663Fri Jan 14 01:04:36 1994 Peter Schauer ([email protected])
3664
3665 * elfcode.h (elf_slurp_symbol_table): Free x_symp at the end
3666 of the function to avoid storage leak.
3667
75919b3b
ILT
3668Thu Jan 13 23:07:32 1994 Ian Lance Taylor ([email protected])
3669
3670 * ecoff.c (ecoff_link_write_external): An ifd can be -1.
3671
39961154
JL
3672Thu Jan 13 12:33:27 1994 Jeffrey A. Law ([email protected])
3673
9558d13f
JL
3674 * som.c (som_set_reloc_info): Provide a default symbol for
3675 relocations which don't actually have an associated symbol.
3676
39961154
JL
3677 * som.c (hppa_som_reloc): Add new "error message" argument.
3678
32476597
PS
3679Wed Jan 12 13:36:43 1994 Peter Schauer ([email protected])
3680
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.
3688
92f345b9
ILT
3689Wed Jan 12 15:31:57 1994 Ian Lance Taylor ([email protected])
3690
39961154
JL
3691 * linker.c: Added initial documentation.
3692
92f345b9
ILT
3693 * linker.c (default_indirect_link_order): Don't expect space for
3694 output relocations if there aren't any input relocations.
3695
fed872d3
ILT
3696Tue Jan 11 14:37:12 1994 Ian Lance Taylor ([email protected])
3697
c5481a5e
ILT
3698 * aoutx.h (NAME(aout,final_link)): Set a_entry before computing
3699 file offsets.
3700
fed872d3
ILT
3701 * elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not
3702 STT_NOTYPE.
3703
b36b8a6e
JK
3704Tue Jan 11 09:10:56 1994 Jim Kingdon ([email protected])
3705
3706 * config.bfd: Use ELF, not COFF for m88*-*-dgux*.
3707 Combine m88k-*-* and m88110-*-* cases into m88*-*-*.
3708
cf286547
ILT
3709Tue Jan 11 00:07:19 1994 Ian Lance Taylor ([email protected])
3710
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.
3740
2c96ba79
JK
3741Mon Jan 10 20:46:53 1994 Jim Kingdon ([email protected])
3742
3743 * Makefile.in (install): Remove "@" which follows a backslash. In
3744 this position it just causes errors, not suppresses echoes.
3745
2304e1e8
JL
3746Mon Jan 10 09:06:21 1994 Jeffrey A. Law ([email protected])
3747
3748 * som.c (hppa_som_gen_reloc_type): Fix handling of LT and RT
3749 field selectors.
3750
fb4cf140
KR
3751Sun Jan 9 04:32:25 1994 Ken Raeburn ([email protected])
3752
3753 * config/i386-netbsd.mt (SELECT_VECS): Include i386bsd_vec.
3754
d44b2ddb
DM
3755Fri Jan 7 10:27:27 1994 David J. Mackenzie ([email protected])
3756
5330499f
DM
3757 * aoutx.h (adjust_z_magic): Don't merge the start of bss with the
3758 end of data if they are not contiguous.
3759
d44b2ddb
DM
3760 * aoutf1.h (sunos4_aout_backend): Comment the fields' meanings.
3761
a5a835ff
ILT
3762Fri Jan 7 15:40:16 1994 Ian Lance Taylor ([email protected])
3763
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.
3767
442da995
SS
3768Fri Jan 7 10:29:27 1994 Stan Shebs ([email protected])
3769
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*.
3775
6f56c941
DM
3776Thu Jan 6 14:24:44 1994 David J. Mackenzie ([email protected])
3777
3778 * aoutx.h (translate_to_native_sym_flags): Catch the case where
3779 there is no output section.
3780
2f84ec0d
ILT
3781Thu Jan 6 14:37:42 1994 Ian Lance Taylor ([email protected])
3782
90d58284
ILT
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.
3786
3787 * targets.c (target_vector): Added nlm32_alpha_vec inside #ifdef
3788 BFD64.
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.
3793
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.
3806
559d5074
ILT
3807 * hp300hpux.c (ARCH_SIZE): Define before including aoutx.h.
3808
2f84ec0d
ILT
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.
3814
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
3841 variable gp_warned.
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.
3848
3849 * reloc.c (_bfd_relocate_contents): Corrected signed overflow
3850 checking when there is an addend.
3851
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.
3857
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.
3867
3868Tue Jan 4 21:23:37 1994 Ian Lance Taylor ([email protected])
3869
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
3872 came from.
3873 (_bfd_generic_link_add_one_symbol): (case BIG): A common symbol
3874 must have a section, so don't bother to create one.
3875
83acd9a2
DM
3876Mon Jan 3 15:32:16 1994 David J. Mackenzie ([email protected])
3877
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.
3885
031534b0
ILT
3886Mon Jan 3 11:41:45 1994 Ian Lance Taylor ([email protected])
3887
2f84ec0d
ILT
3888 * ecoff.c (ecoff_get_extr): Don't output section symbols as
3889 external symbols.
3890
85d73944
ILT
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.
3894
8120aa8f
ILT
3895 * bfd-in.h (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to
3896 be a const pointer.
3897 * bfd-in2.h: Rebuilt.
3898 * libbfd.c (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to
3899 be a const pointer.
3900 * targets.c (bfd_target): Change swap function pointers
3901 accordingly.
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
3906 accordingly.
3907
b59f0276
ILT
3908 * libbfd-in.h (struct artdata): Added tdata field.
3909 (_bfd_add_bfd_to_archive_cache): Declare.
2af2b7c4 3910 (_bfd_get_elt_at_filepos): Declare.
b59f0276
ILT
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.
2af2b7c4
ILT
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.
b59f0276
ILT
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
3926 add_bfd_to_cache.
3927
031534b0
ILT
3928 * hash.c: Added some documentation.
3929
3f99570e
JK
3930Mon Jan 3 11:09:28 1994 Jim Kingdon ([email protected])
3931
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.
3936
e38bcbdb
RS
3937Sat Jan 1 13:50:05 1994 Rob Savoye ([email protected])
3938
3939 * config.bfd: Add support for VSTa micro-kernel. It currently uses
3940 i386-aout.
3941
f4d7c848
DM
3942Sat Jan 1 10:18:54 1994 David J. Mackenzie ([email protected])
3943
00fe3f53 3944 * hosts/i386mach3.h (HOST_SEGMENT_SIZE): Fix value.
f4d7c848
DM
3945 * i386mach3.c (SEGMENT_SIZE): Fix value.
3946
728472f1
ILT
3947Fri Dec 31 16:23:43 1993 Ian Lance Taylor ([email protected])
3948
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
3952 appropriate.
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
3959 r_addend.
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
3966 scn_base.
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
3970 declaration.
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
3974 some casts.
3975 * srec.c (internal_srec_write_object_contents): Removed useless
3976 variable bytes_written.
3977
696df58f
DM
3978Fri Dec 31 11:46:13 1993 David J. Mackenzie ([email protected])
3979
3980 * i386mach3.c (N_TXTADDR): Don't define after all.
3981 (TEXT_START_ADDR): Don't include exec header size in value.
3982
e450eb45
DM
3983Thu Dec 30 15:47:54 1993 David J. Mackenzie ([email protected])
3984
3985 * i386mach3.c (N_TXTADDR): Define.
3986
4c3721d5
ILT
3987Thu Dec 30 13:37:24 1993 Ian Lance Taylor ([email protected])
3988
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
3998 bfd_final_link.
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
4018 for months.
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
4024 callers.
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
4033 bfd_final_link.
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
4038 macros.
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
4042 bfd_error_vector.
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
4067 definitions.
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
4074 rewritten.
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
4078 field.
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
4083 not NULL.
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.
4093
1adbf662
PS
4094Thu Dec 30 07:41:36 1993 Peter Schauer ([email protected])
4095
4096 * section.c (bfd_get_section_contents): Return zero filled buffer
4097 if section has no contents.
4098
d1b44e83
ILT
4099Tue Dec 28 12:43:54 1993 Ian Lance Taylor ([email protected])
4100
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.
4103
a2805287
KR
4104Tue Dec 21 09:22:19 1993 Ken Raeburn ([email protected])
4105
4106 * coffcode.h (coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy
4107 addend to r_offset field.
4108
4109 * Makefile.in (CFILES): Added coff-sparc.c. Rebuild dependencies.
4110
4111 * coff-sparc.c (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET,
4112 CALC_ADDEND): Define.
4113
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.)
4117
277b2d2b
JL
4118Thu Dec 16 13:06:32 1993 Jeffrey A. Law ([email protected])
4119
a2805287
KR
4120 * Thu Dec 16 15:41:06 1993 Peter Hoogenboom ([email protected])
4121
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.
4125
277b2d2b
JL
4126 * hosts/hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD.
4127
f8af9b40
DM
4128Wed Dec 15 08:04:16 1993 David J. Mackenzie ([email protected])
4129
4130 * hosts/std-host.h: (time): Don't declare; conflicts on Mach3.
4131
4132 * hosts/i386mach3.h (HOST_PAGE_SIZE): Set to 1 to avoid padding.
4133 (HOST_SEGMENT_SIZE): Set to 0 for same reason.
4134
4135 * i386mach3.c (PAGE_SIZE, SEGMENT_SIZE): Same changes as above.
4136 (TEXT_START_ADDR): Correct.
4137 (MY_backend_data): Define.
4138
4139 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic):
4140 New functions; code moved from aout_<size>_adjust_sizes_and_vmas.
4141
c97ae6e4
JL
4142Tue Dec 14 21:48:33 1993 Jeffrey A. Law ([email protected])
4143
4144 * som.c (som_begin_writing): Fix thinkos in auxiliary header
4145 support.
4146 (bfd_som_attach_aux_hdr): Likewise.
4147
a36b6f1d
JL
4148Mon Dec 13 23:34:48 1993 Jeffrey A. Law ([email protected])
4149
4150 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field
4151 selectors for PIC code.
4152
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.
4156
9e6f2498
SG
4157Tue Dec 7 15:47:51 1993 Stu Grossman (grossman at cygnus.com)
4158
4159 * nlmcode.h: Fixes to avoid compiler warnings...
4160
900e6d96
ILT
4161Tue Dec 7 15:10:54 1993 Ian Lance Taylor ([email protected])
4162
4163 * libnlm.h (nlm_backend_data): Removed macro definition.
4164 (nlm_alpha_backend_data): Adjusted accordingly.
4165
017a52d7
JL
4166Sun Dec 5 19:32:08 1993 Jeffrey A. Law ([email protected])
4167
f6c2300b
JL
4168 * som.c (som_begin_writing): Flesh out code for handling simple
4169 auxiliary headers.
4170 (bfd_som_attach_aux_hdr): New function.
4171
4172 * som.h (struct somdata): Add fields for attaching version and
4173 copyright headers. Add accessor macros.
4174
744069b8
JL
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.
4179
017a52d7
JL
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.
4187
48eb5281
JL
4188Sat Dec 4 19:40:32 1993 Jeffrey A. Law ([email protected])
4189
4190 Fri Dec 3 09:55:17 1993 Pete Hoogenboom ([email protected])
4191
017a52d7
JL
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
4198 calls.
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.
4205
4861ac76
JL
4206 * elf32-hppa.c: (elf_hppa_howto_table): PLABEL and DLT
4207 relocations are not pc-relative.
4208
48eb5281
JL
4209 * hppa_stubs.h: (BLE_N_XXX_0_31): New instruction used in
4210 linker stub code.
4211 (COPY_2_31): Likewise.
4212
ecb2d887
ILT
4213Fri Dec 3 18:40:58 1993 Ian Lance Taylor ([email protected])
4214
4215 * config/solaris2.mh (HDEFINES): Remove -Dconst=
4216 * hosts/solaris.h: If not __GNUC__, define const as empty.
4217
800748cd
ILT
4218Thu Dec 2 15:43:32 1993 Ian Lance Taylor ([email protected])
4219
4919d3ab
ILT
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
4226 ecoff_add_string.
4227
4228 * libbfd-in.h (new_bfd): Use void rather than an empty parameter
4229 list.
4230 * libbfd.h: Rebuilt.
4231
800748cd
ILT
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
4242 normal symbol.
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.
4249
a7f6a456
JL
4250Wed Dec 1 21:47:58 1993 Jeffrey A. Law ([email protected])
4251
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
4255 symbols correctly.
4256
848ace96
KR
4257Wed Dec 1 14:15:10 1993 Ken Raeburn ([email protected])
4258
4259 * elfcode.h (write_relocs): Initialize local var LAST_SYM_IDX, to
4260 make gcc happy.
4261
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
4266 make gdb happy.
4267
4268 * bfd.c (bfd_errmsgs): Reword invalid-target message.
4269
4270 * config.bfd: For sparc*-*-coff, use sparc-coff.
4271 * configure.in: Handle sparccoff_vec.
4272 * targets.c (sparccoff_vec): Declare.
4273
4274 * reloc.c (bfd_get_reloc_size): New function.
4275 (struct reloc_howto_type): Update documentation of size field.
4276
2f555d79
ILT
4277Wed Dec 1 14:39:05 1993 Ian Lance Taylor ([email protected])
4278
68eaffda
ILT
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,
4283 nlm32.o, and nlm.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.
4288
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
4295 bfd_size_type.
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,
4308 ifdeffed out code.
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
4312 to bfd_size_type.
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
4319 NLM_HIBIT.
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.
4328
2f555d79
ILT
4329 * bfd-in.h (uint64_typeLOW, uint64_typeHIGH): Fully parenthesize
4330 for clarity.
4331 (fprintf_vma, sprintf_vma): Use %lx, not %x.
4332 * bfd-in2.h: Rebuilt.
4333 * hosts/alphaosf.h (uint64_typeLOW, uint64_typeHIGH): Cast results
4334 to unsigned long.
4335
4336 * config.bfd: Don't set target64 here, as the setting is ignored.
4337 * configure.in (ecoffalpha_little_vec): Set target64.
4338
4339 * config/alphaosf.mt (TDEFINES): Removed; setting host parameters
4340 in TDEFINES is wrong.
4341
4342 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
4343 Remove unused variable output_section.
4344
7cd39d69
ILT
4345Tue Nov 30 16:45:23 1993 Ian Lance Taylor ([email protected])
4346
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
4351 target_vector.
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.
4360
8d12f138
ILT
4361Wed Nov 24 02:02:41 1993 Ian Lance Taylor ([email protected])
4362
6c35a16d
ILT
4363 * elfcode.h (map_program_segments): Restore check of file_size !=
4364 mem_size, but only if SHT_PROGBITS.
4365
8d12f138
ILT
4366 * ecofflink.c: New file to hold ECOFF debug information linking
4367 routines.
4368 * ecoff.c (ecoff_clear_output_flags, ecoff_rel, ecoff_dump_seclet,
4369 ecoff_add_string, ecoff_get_debug): Removed. Functionality now in
4370 ecofflink.c.
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.
4390
abb324b2
JL
4391Mon Nov 22 22:26:42 1993 Jeffrey A. Law ([email protected])
4392
4393 * som.c (hppa_object_p): Also recognize SHARED_MAGIC_CNX as
4394 a valid magic number if it's been defined.
4395
8f45f604
ILT
4396Mon Nov 22 14:17:36 1993 Ian Lance Taylor ([email protected])
4397
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
4402 specially.
4403
c236d8b3
FF
4404Mon Nov 22 10:54:27 1993 Fred Fish ([email protected])
4405
4406 Merged changes from [email protected] (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.
4412
36456a67
JL
4413Mon Nov 22 02:33:12 1993 Jeffrey A. Law ([email protected])
4414
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.
4420
8d12f138
ILT
4421Sun Nov 21 13:46:55 1993 Ken Raeburn ([email protected])
4422
4423 * hosts/lynx.h (FPRINTF_ALREADY_DECLARED): Define.
4424 * hosts/sparclynx.h: Include lynx.h instead of duplicating it.
4425
a1bff336
ILT
4426Fri Nov 19 14:34:04 1993 Ian Lance Taylor ([email protected])
4427
533af031
ILT
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
4431 generating.
4432
a1bff336
ILT
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
4436 SHT_NOBITS section.
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.
4442
96be1f52
KR
4443Fri Nov 19 04:02:01 1993 Ken Raeburn ([email protected])
4444
4c01d9b5
KR
4445 * coffcode.h (coff_slurp_symbol_table): Print more verbose message
4446 in the case of an unknown (or unhandled) storage class.
4447
96be1f52
KR
4448 * config/i386-lynx.mt (TDEFINES): FPRINTF_ALREADY_DECLARED should
4449 not be defined here, since it is a host attribute, not a target
4450 one.
4451 * config/m68k-lynx.mt, config/sparc-lynx.mt: Ditto.
4452
4453 * coffcode.h (coff_bfd_reloc_type_lookup): Don't define if already
4454 defined.
4455
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
4460 elf.c, renamed.
4461 (coff_bfd_reloc_type_lookup): Define to be coff_sparc_reloc_....
4462 (rtype2howto): Index into coff_sparc_howto_table using
4463 dst->r_type.
4464
f8944f84
ILT
4465Thu Nov 18 11:45:39 1993 Ian Lance Taylor ([email protected])
4466
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
4471 -lmalloc.
4472 * Makefile.in: Rebuilt dependencies.
4473
4474 * ecoffswap.h: Changed type of internal pointers for swap out
4475 functions to const *.
4476
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.
4494
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.
4507
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
4516 if it is defined.
4517
c9668c58
ILT
4518Wed Nov 17 18:43:28 1993 Ian Lance Taylor ([email protected])
4519
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
4523 structure.
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.
4527
2f555d79
ILT
4528Wed Nov 17 17:38:58 1993 Sean Eric Fagan ([email protected])
4529
4530 * nlmswap.h: New file to swap fixed header. Included by NLM
4531 backends.
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,
4535 nlm_swap_fhdr_out.
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
4539 accessor macros.
4540 * nlmcode.h: Use new functions.
4541 * nlm32-i386.c: Provide new functions.
4542 * nlm32-sparc.c: New file; SPARC NLM backend.
4543
55ff7aef
SS
4544Wed Nov 17 13:56:10 1993 Stan Shebs ([email protected])
4545
4546 * i386lynx.c (swap_std_reloc_in, swap_ext_reloc_in): Ignore
4547 garbage bits appearing in the upper end of symbolnums.
4548
4549 * config/sparc-lynx.mt (TDEFINES): Add -DFPRINTF_ALREADY_DECLARED.
4550
343c1a96
SG
4551Tue Nov 16 17:03:41 1993 Stu Grossman (grossman at cygnus.com)
4552
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.
4557
794057a7
JK
4558Tue Nov 16 15:45:54 1993 Jim Kingdon ([email protected])
4559
4560 * i386linux.c: Define new macro ZMAGIC_DISK_BLOCK_SIZE to 1024, and
4561 change PAGE_SIZE to 4096.
4562
4563Mon Nov 15 11:48:08 1993 Ken Raeburn ([email protected])
4564
4565 * Makefile.in (diststuff): New target.
4566
4567 * VERSION: Updated.
4568
09796011
JL
4569Sun Nov 14 23:33:01 1993 Jeffrey A. Law ([email protected])
4570
3be54498
JL
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
4579 debugging symbols.
4580
09796011
JL
4581 * bfd-in2.h: Rebuilt.
4582
aff97790
JL
4583Sat Nov 13 15:27:15 1993 Jeffrey A. Law ([email protected])
4584
91c0bcbb
JL
4585 * som.c (som_bfd_reloc_type_lookup): Add missing prototype. Returns
4586 a pointer to constant data. Delete bogus #define which made the
4587 function useless.
4588
aff97790 4589 * som.c (som_prep_for_fixups): New function.
9d0dea6f 4590 (som_write_fixups): New function.
0b35f7ec 4591 (som_write_space_strings): New function.
6eb64408
JL
4592 (som_write_symbol_strings): New function.
4593 (som_begin_writing): New function.
aff97790 4594
40249bfb
JL
4595Fri Nov 12 15:29:36 1993 Jeffrey A. Law ([email protected])
4596
980bac64
JL
4597 * som.c (som_write_object_contents): Do not abort. Flesh out.
4598 (som_set_section_contents): Do not abort. Flesh out.
4599
efc0df7c
JL
4600 * som.c (som_write_headers): New function.
4601 (som_prep_headers): New function.
713de7ec 4602 (som_build_and_write_symbol_table): New function.
7057b78f 4603
2212ff92
JL
4604 * som.c (som_sizeof_headers): Add missing prototype.
4605 (som_set_arch_mach): Do not abort.
4606
5532fc5a
JL
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.
4611
32619c58
JL
4612 * som.c (hppa_som_gen_reloc_type): New function.
4613 (som_bfd_reloc_type_lookup): New function.
4614
54bbfd37
JL
4615 * som.c (try_prev_fixup): New function.
4616 (som_reloc_skip): New function.
4617 (som_reloc_addend): New function.
efc0df7c 4618 (som_reloc_call): New function.
54bbfd37 4619
d125665c
JL
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.
4624
fcb0c846
JL
4625 * som.c (som_hppa_howto_table): SOM howto relocation table.
4626 (hppa_som_reloc): New function.
4627
4fdb66cd
JL
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.
4632
70f1d738
JL
4633 * som.c: Include libhppa.h
4634
40249bfb
JL
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.
4640
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.
4647
115f7430
JK
4648Fri Nov 12 11:00:28 1993 Jim Kingdon ([email protected])
4649
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.
4654
3e80841e
JL
4655Thu Nov 11 15:16:28 1993 Jeffrey A. Law ([email protected])
4656
8a71bf96
JL
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.
4663
3e80841e
JL
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.
4676
4677 * hppa_stubs.h: Add new instructions to deal with %r31 lossage
4678 problems. Delete unused instructions.
4679
0f5bc783
SS
4680Tue Nov 9 11:40:27 1993 Stan Shebs ([email protected])
4681
4682 * m68klynx.c (TARGET_IS_BIG_ENDIAN_P): Define.
4683
95469b02
ILT
4684Tue Nov 9 11:26:05 1993 Ian Lance Taylor ([email protected])
4685
346f0414
ILT
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
4702 routines.
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.
4709
4710 * libbfd-in.h (target_vector, default_vector): Declare.
4711 * libbfd.h: Rebuilt.
4712 * format.c (target_vector, default_vector): Don't declare.
4713
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 <[email protected]>.
4718
4719 * bout.c (b_out_reloc_type_lookup): Return type should point to
4720 const data.
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.
4726
95469b02
ILT
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
4731 accordingly.
4732 * elf64-target.h: Corrected elf_backend_data initialization to
4733 fill in all fields and to set elf_64_p to 1.
4734
e2756048
ILT
4735Mon Nov 8 18:13:14 1993 Ian Lance Taylor ([email protected])
4736
7b8106b4
ILT
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.
4741
e2756048
ILT
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.
4745
4746Mon Nov 8 12:19:15 1993 Jim Kingdon ([email protected])
4747
4748 * Makefile.in (realclean): Don't remove generated headers. Reverts
4749 change of 2 Jul 1993.
4750
007455de
DHW
4751Mon Nov 8 06:08:31 1993 D. V. Henkel-Wallace ([email protected])
4752
4753 * configure.bfd: make unixware equivalent to sysv4.
4754
4755 * config/i386-nlm.mt: bring in elf config; make it the default.
4756
1d3e8847
JL
4757Sun Nov 7 20:21:38 1993 Jeffrey A. Law ([email protected])
4758
4759 * libbfd.c (bfd_put_8): Add parens around reference to "val"
4760 argument.
4761
2ccb88c0
DM
4762Fri Nov 5 21:45:09 1993 David J. Mackenzie ([email protected])
4763
4764 * hosts/i386mach3.h (HOST_SEGMENT_SIZE),
4765 i386mach3.c (SEGMENT_SIZE, TEXT_START_ADDR): Correct values (?).
4766
0f396d2a
ILT
4767Fri Nov 5 15:17:57 1993 Ian Lance Taylor ([email protected])
4768
4769 * coffcode.h (coff_write_object_contents): Zero out internal_a.
4770
c188b0be
DM
4771Fri Nov 5 10:41:07 1993 David J. Mackenzie ([email protected])
4772
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.
c188b0be 4778
baf205c4
JG
4779Thu Nov 4 14:46:14 1993 John Gilmore ([email protected])
4780
4781 * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors.
4782 * bfd.c, opncls.c: Improve comments on file descriptor cacheing.
4783
fa8e8648
JL
4784Thu Nov 4 08:54:30 1993 Jeffrey A. Law ([email protected])
4785
4786 * From Pete Hoogenboom ([email protected])
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).
4790
d5d53b0a
JW
4791Thu Nov 04 08:08:46 1993 Jeffrey Wheat ([email protected])
4792
4793 * Makefile.in: Add .PHONY for check and installcheck rules.
4794
4795Tue Nov 2 14:42:27 1993 Bill Cox ([email protected])
4796
4797 * libbfd-in.h (artdata): Use long, not time_t for portability, at
4798 least to HPUX. File below is a derived file.
4799
31eb3ead
BC
4800Tue Nov 2 14:42:27 1993 Bill Cox ([email protected])
4801
4802 * libbfd.h (artdata): Use long, not time_t for portability, at
4803 least to HPUX.
4804
242f60e2
JK
4805Tue Nov 2 09:32:25 1993 Jim Kingdon ([email protected])
4806
4807 * config.bfd: Use bigmips for mips*-*-bsd*.
4808
55d5b62d
ILT
4809Mon Nov 1 14:30:09 1993 Ian Lance Taylor ([email protected])
4810
f2e945df
ILT
4811 * elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table):
4812 Handle symbol number of zero.
4813
7386c3b7
ILT
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
4822 checks slightly.
4823
55d5b62d
ILT
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
4836 recursive macros.
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.
4842
6198b7a1
JK
4843Mon Nov 1 09:12:25 1993 Jim Kingdon ([email protected])
4844
4845 * config.bfd: Use m68k-elf for m68*-*-sysv4*.
4846
ceeca31c 4847See file ChangeLog.1
e6d739eb 4848
41126f15
JK
4849\f
4850Local Variables:
4851mode: indented-text
4852left-margin: 8
6ec3bb6a
ILT
4853fill-column: 74
4854version-control: never
4855End:
This page took 0.783354 seconds and 4 git commands to generate.