* configure.in: Revise sol-thread.o test.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
9ca108cd
DE
1Thu Jun 20 11:00:57 1996 Doug Evans <dje@canuck.cygnus.com>
2
3 * peicode.h (coff_swap_scnhdr_out): ".drectve" doesn't have trailing 0.
4
c2073f05
ILT
5Wed Jun 19 11:37:52 1996 Ian Lance Taylor <ian@cygnus.com>
6
7fc6a16a
ILT
7 * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
8 approximate the correct answer if SIZEOF_HEADERS was not used.
9
c2073f05
ILT
10 * binary.c (binary_set_section_contents): Set section file
11 position based on LMA rather than VMA.
12
4838929e
ILT
13Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de>
14
15 * linker.c (_bfd_generic_link_output_symbols): Don't output any
16 symbols if info->strip == strip_all.
17
18Tue Jun 18 15:17:36 1996 Jeffrey A. Law <law@rtl.cygnus.com>
19
20 * coff-h8300.c: Remove #if 0 code.
21 (compatable): Don't allow mixing/matching of different architectures.
22
23start-sanitize-h8s
24 * archures.c (bfd_mach_h8300s): Add.
25 * bfd-in2.h: Rebuilt.
26 * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too.
27 (BADMAG): Likewise.
28 (h8300_reloc16_estimate): Likewise.
29 (h8300_reloc16_extra_cases): Likewise.
30 (h8300_bfd_link_add_symbols): Likewise.
31 * coffcode.h (coff_set_arch_mach_hook): Likewise.
32 (coff_set_flags): Likewise.
33 * cpu-h8300.c (h8300_scan): Likewise.
34 Add H8/S to bfd_h8300_arch list.
35
36end-sanitize-h8s
c3d8e071
ILT
37Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de>
38
39 Added support for Alpha OpenVMS:
40 * evax.h, evax-alpha.c, evax-egsd.c, evax-emh.c: New files.
41 * evax-etir.c, evax-misc.c, hosts/alphavms.h: New files.
42 * config.h-vms, makefile.vms: New files.
43 * config.bfd (alpha-*-*vms*): New target.
44 * configure.in (evax_alpha_vec): New target vector.
45 * configure: Rebuild.
46 * reloc.c (BFD_RELOC_SWREL32, BFD_RELOC_SWREL64): Define.
47 (BFD_RELOC_ALPHA_LINKAGE, BFD_RELOC_ALPHA_BASEREG): Define.
48 * targets.c (bfd_target_evax_flavour): Define.
49 (evax_alpha_vec): Declare.
50 (bfd_target_vector): Add ecoffalpha_little_vec and evax_alpha_vec
51 if BFD64 is defined.
52 * bfd-in2.h, libbfd.h: Rebuild.
53 * Makefile.in: Rebuild dependencies.
54 (BFD64_BACKENDS): Add evax-alpha.o, evax-egsd.o, evax-etir.o,
55 evax-emh.o, and evax-misc.o.
56 (BFD64_BACKENDS_CFILES): Add evax-alpha.c, evax-egsd.c,
57 evax-etir.c, evax-emh.c, and evax-misc.c.
58 (HFILES): Add evax.h.
59
142aa7d9
ILT
60Tue Jun 18 13:54:18 1996 Ian Lance Taylor <ian@cygnus.com>
61
62 * coff-h8300.c (h8300_reloc16_extra_cases): Make name a const
63 pointer.
64 (h8300_bfd_link_add_symbols): Likewise.
65
b658d64d
JL
66Mon Jun 17 10:06:50 1996 Jeffrey A. Law <law@rtl.cygnus.com>
67
68 * som.h (R_HPPA_BEGIN_TRY, R_HPPA_END_TRY): Define.
69 * som.c (som_write_fixups): Handle R_BEGIN_TRY and R_END_TRY.
70
2df1e84b
ILT
71Mon Jun 17 12:49:11 1996 Ian Lance Taylor <ian@cygnus.com>
72
73 * elf32-mips.c (mips_elf_relocate_section): Don't create a reloc
74 for R_MIPS_REL32 and R_MIPS_32 relocs if no dynamic sections were
75 created.
76 (mips_elf_check_relocs): Only create .rel.dyn for R_MIPS_REL32 and
77 R_MIPS_32 relocs if creating a shared library.
78
79Thu Jun 13 20:14:51 1996 Doug Evans <dje@canuck.cygnus.com>
80
81 * peicode.h (add_data_entry): Use pei_section_data rather than
82 _cooked_size. Corresponds to May 13 change in coffcode.h.
83
8100e72c
ILT
84Thu Jun 13 10:23:40 1996 Ian Lance Taylor <ian@cygnus.com>
85
51bc9642
ILT
86 * cofflink.c (_bfd_coff_final_link): Handle long section names.
87 * coffcode.h (coff_write_object_contents): If there are long
88 section names, always set the f_symptr field, even if there are no
89 symbols.
90 * peicode.h (coff_swap_filehdr_in): Don't clear the f_symptr field
91 if there are no symbols.
92
8100e72c
ILT
93 * coffgen.c (make_a_section_from_file): Check return value of
94 _bfd_coff_read_string_table.
95 (coff_real_object_p): Check return value of
96 make_a_section_from_file.
97 (_bfd_coff_read_string_table): Check that there are some symbols
98 before trying to read the string table size.
99
0e3bd85e
ILT
100Wed Jun 12 11:16:37 1996 Ian Lance Taylor <ian@cygnus.com>
101
ed675a04
ILT
102 * xcofflink.c (xcoff_link_add_symbols): When considering whether
103 to replace a symbol in a dynamic object with a symbol from another
104 dynamic object, do the replacement if the existing symbol is
105 global linkage code.
106
49144784
ILT
107 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly
108 for _ptrgl, and treat it as global linkage code.
109
0e3bd85e
ILT
110 * aoutx.h (NAME(aout,find_nearest_line)): Notice if we find a
111 filename or N_SO symbol past the offset, and use it to indicate
112 that there is no line number or function when appropriate.
113
a5c7acea
ILT
114Tue Jun 11 15:24:48 1996 Ian Lance Taylor <ian@cygnus.com>
115
116 * xcofflink.c (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR for a
117 common symbol defined by the linker. Don't export function code
118 even if export_defineds is set.
119
120Mon Jun 10 11:57:27 1996 Jeffrey A Law (law@cygnus.com)
121
122 * coff-h8300.c (howto_table): Add new entries for R_BCC_INV
123 and R_JMP_DEL.
124 (rtype2howto): Handle R_BCC_INV and R_JMP_DEL.
125 (h8300_symbol_address_p): New function.
126 (h8300_reloc16_estimate): Eliminate jumps made unnecessary by
127 relaxing.
128
890f5b7f
JL
129Sun Jun 9 16:30:20 1996 Jeffrey A Law (law@cygnus.com)
130
131 * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing
132 problems.
133 (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot"
134 correctly for the two variants. Allow relaxing if the target
135 is 128 bytes away since after relaxation it'll be 126 bytes away.
136 (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust
137 "dot" and "value". Allow relaxing if the target is 128 bytes
138 away since after relaxation it'll be 126 bytes away.
139 * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing
140 the given section until nothing changes.
141
0593fc16
ILT
142Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu>
143
144 * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA
145 alignment hack--we can get the lnnoptr info another way without
146 suddenly increasing the alignment requirements. Set the flags for
147 the _PDATA section.
148 (ecoff_compute_section_file_positions): Do so.
149
9b263b79
ILT
150Thu Jun 6 11:24:37 1996 Ian Lance Taylor <ian@cygnus.com>
151
bbf7c335
ILT
152 * ieee.c (ieee_write_object_contents): Put a timestamp in the file
153 to keep the HP emulator database happy.
154
9b263b79
ILT
155 * config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
156 From Kevin Buettner <kev@primenet.com>.
157
158Wed Jun 5 15:16:04 1996 Ian Lance Taylor <ian@cygnus.com>
159
160 * aoutx.h (translate_to_native_sym_flags): Don't try to print the
161 name of a NULL section.
162
26145b15
ILT
163Tue Jun 4 18:53:58 1996 Ian Lance Taylor <ian@cygnus.com>
164
165 * linker.c (_bfd_generic_link_add_one_symbol): If notice_all is
166 set, always call the notice callback.
167
168 * VERSION: Increment for bfdlink.h change.
169
3a2080d8
ILT
170Mon Jun 3 11:01:53 1996 Ian Lance Taylor <ian@cygnus.com>
171
9d175198
ILT
172 * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
173 (sh_relax_delete_bytes): Correct handling of differently sized
174 trailing alignment reloc.
175
5a04f1bd
ILT
176 * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined.
177 * bfd-in2.h: Rebuild.
178 * configure.in: Warn if there is no known 64 bit type.
179 * configure: Rebuild.
180
60c8b04f
ILT
181 * Makefile.in: Rebuild dependencies.
182 (BFD32_BACKENDS): Add ppcboot.o.
183 (BFD32_BACKENDS_CFILES): Add ppcboot.c.
184
3a2080d8
ILT
185 * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c.
186 From Per Fogelstrom <per.fogelstrom@mailbox200.swipnet.se>.
187
903612a2
ILT
188Sat Jun 1 21:49:58 1996 Ian Lance Taylor <ian@cygnus.com>
189
190 * elf64-mips.c (bfd_mips_elf64_swap_reginfo_in)
191 (bfd_mips_elf64_swap_reginfo_out): Move from here...
192 * elf32-mips.c (bfd_mips_elf64_swap_reginfo_in)
193 (bfd_mips_elf64_swap_reginfo_out): ...to here.
194
38893c8c
ILT
195Fri May 31 13:51:28 1996 Ian Lance Taylor <ian@cygnus.com>
196
bc05732b
ILT
197 * elf64-mips.c: Improve reloc special_functions and handling of
198 SHT_MIPS_OPTIONS section.
199 * elf32-mips.c (_bfd_mips_elf_hi16_reloc): Rename from
200 mips_elf_hi16_reloc and make globally visible.
201 (_bfd_mips_elf_lo16_reloc): Rename from mips_elf_lo16_reloc and
202 make globally visible.
203 (_bfd_mips_elf_got16_reloc): Rename from mips_elf_got16_reloc and
204 make globally visible.
205 (_bfd_mips_elf_gprel16_reloc): Rename from mips_elf_gprel16_reloc
206 and make globally visible.
207 (gprel16_with_gp): Check howto->src_mask before using value in
208 insn.
209 (_bfd_mips_elf_gprel32_reloc): Rename from mips_elf_gprel32_reloc
210 and make globally visible.
211 (gprel32_with_gp): Check howto->src_mask before fetching value.
212 (bfd_mips_elf_swap_options_in): New function.
213 (bfd_mips_elf_swap_options_out): New function.
214 (_bfd_mips_elf_set_private_flags): Rename from
215 mips_elf_set_private_flags and make globally visible.
216 (_bfd_mips_elf_copy_private_bfd_data): Rename from
217 mips_elf_copy_private_bfd_data and make globally visible.
218 (_bfd_mips_elf_merge_private_bfd_data): Rename from
219 mips_elf_merge_private_bfd_data and make globally visible.
220 (_bfd_mips_elf_section_from_shdr): Accept .MIPS.options as a name
221 for a SHT_MIPS_OPTIONS section.
222 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
223 (_bfd_mips_elf_fake_sections): Consider .MIPS.options to be the
224 name of a SHT_MIPS_OPTIONS section.
225 (_bfd_mips_elf_set_section_contents): New function.
226 (mips_elf32_section_processing): Set the GP value in a
227 SHT_MIPS_OPTIONS section.
228 (_bfd_mips_elf_find_nearest_line): Rename from
229 mips_elf_find_nearest_line and make globally visible.
230 (bfd_elf32_set_section_contents): Define.
231 * elf-bfd.h (_bfd_mips_elf_hi16_reloc): Declare.
232 (_bfd_mips_elf_lo16_reloc): Declare.
233 (_bfd_mips_elf_gprel16_reloc): Declare.
234 (_bfd_mips_elf_got16_reloc): Declare.
235 (_bfd_mips_elf_gprel32_reloc): Declare.
236 (_bfd_mips_elf_set_private_flags): Declare.
237 (_bfd_mips_elf_copy_private_bfd_data): Declare.
238 (_bfd_mips_elf_merge_private_bfd_data): Declare.
239 (_bfd_mips_elf_find_nearest_line): Declare.
240 (_bfd_mips_elf_set_section_contents): Declare.
241
38893c8c
ILT
242 * elf32-hppa.c (elf32_hppa_info_to_howto): Rename from
243 elf_info_to_howto.
244 (elf_info_to_howto): Define.
245 * elf32-sparc.c (elf32_sparc_info_to_howto): Rename from
246 elf_info_to_howto.
247 (elf_info_to_howto): Define.
248 * elf64-sparc.c (sparc64_elf_info_to_howto): Rename from
249 elf_info_to_howto.
250 (elf_info_to_howto): Define.
251
252 * coff-w65.c (h8300_reloc16_estimate): Rename R_MOVB[12] to
253 R_MOV16B[12], to match change in coff/internal.h.
254
cabd8fa0
ILT
255Thu May 30 12:38:49 1996 Ian Lance Taylor <ian@cygnus.com>
256
00176555
ILT
257 * elf64-mips.c: Extensive additions to provide better support for
258 writing files and for gas.
259 * elf32-mips.c (_bfd_mips_elf_object_p): New function, broken out
260 of mips_elf_object_p.
261 (mips_elf32_object_p): Rename from mips_elf_object_p; call
262 _bfd_mips_elf_object_p.
263 (_bfd_mips_elf_final_write_processing): Rename from
264 mips_elf_final_write_processing and make globally visible.
265 (_bfd_mips_elf_fake_sections): Rename from
266 mips_elf_fake_sections and make globally visible.
267 (_bfd_mips_elf_section_from_bfd_section): Rename from
268 mips_elf_section_from_bfd_section and make globally visible.
269 (_bfd_mips_elf_section_processing): New function, broken out of
270 mips_elf_section_processing.
271 (mips_elf32_section_processing): Rename from
272 mips_elf_section_processing; call
273 _bfd_mips_elf_section_processing.
274 (_bfd_mips_elf_symbol_processing): Rename from
275 mips_elf_symbol_processing and make globally visible.
276 (_bfd_mips_elf_read_ecoff_info): Rename from
277 mips_elf_read_ecoff_info and make globally visible.
278 (mips_elf32_ecoff_debug_swap): Rename from
279 mips_elf_ecoff_debug_swap.
280 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Use asymbol rather than
281 struct symbol_cache_entry.
282 (_bfd_elf_validate_reloc): New function, moved in from
283 elfcode.h:validate_reloc.
284 * elfcode.h (validate_reloc): Remove; moved into elf.c and renamed
285 to _bfd_elf_validate_reloc. Change all callers.
286 * elf-bfd.h (bfd_section_from_shdr): Declare.
287 (_bfd_elf_symbol_from_bfd_symbol): Declare.
288 (_bfd_elf_validate_reloc): Declare.
289 (_bfd_mips_elf_object_p): Declare.
290 (_bfd_mips_elf_fake_sections): Declare.
291 (_bfd_mips_elf_section_from_bfd_section): Declare.
292 (_bfd_mips_elf_section_processing): Declare.
293 (_bfd_mips_elf_symbol_processing): Declare.
294 (_bfd_mips_elf_read_ecoff_info): Declare.
295 (_bfd_mips_elf_final_write_processing): Declare.
296 * elfxx-target.h (bfd_elfNN_get_reloc_upper_bound): Don't define
297 if already defined.
298
cabd8fa0
ILT
299 * elf32-mips.c (mips_elf_object_p): Handle E_MIPS_ARCH_4.
300 (mips_elf_final_write_processing): Likewise.
301
d1bf45aa
ILT
302Wed May 29 16:15:29 1996 Ian Lance Taylor <ian@cygnus.com>
303
304 64-bit MIPS ELF ABI objdump support:
305 * elf64-mips.c: New file.
306 * Makefile.in: Rebuild dependencies.
307 (BFD64_BACKENDS): Add elf64-mips.o.
308 (BFD64_BACKENDS_CFILES): Add elf64-mips.c.
309 * config.bfd (mips*el-*-elf*) Add bfd_elf64_bigmips_vec and
310 bfd_elf64_littlemips_vec to targ_selvecs.
311 (mips*-*-elf*): Likewise.
312 * confingure.in: Add bfd_elf64_bigmips_vec and
313 bfd_elf64_littlemips_vec to vector switch.
314 * configure: Rebuild.
315 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): New function,
316 broken out of mips_elf_section_from_shdr.
317 (mips_elf32_section_from_shdr): Rename from
318 mips_elf_section_from_shdr. Call new function.
319 (elf_backend_section_from_shdr): Update name of renamed function.
320 * elf-bfd.h (struct elf_size_info): Change second parameter of
321 write_out_phdrs to be const. Likewise for second parameter of
322 swap_symbol_out.
323 (struct bfd_elf_section_data): Add rel_hdr2 field.
324 (bfd_elf32_swap_symbol_in): Change second parameter to be const.
325 (bfd_elf32_swap_symbol_out): Likewise.
326 (bfd_elf32_swap_reloc_in): Likewise.
327 (bfd_elf32_swap_reloc_out): Likewise.
328 (bfd_elf32_swap_reloca_in): Likewise.
329 (bfd_elf32_swap_reloca_out): Likewise.
330 (bfd_elf32_swap_phdr_in): Likewise.
331 (bfd_elf32_swap_phdr_out): Likewise.
332 (bfd_elf32_swap_dyn_in): Likewise.
333 (bfd_elf32_swap_dyn_out): Likewise.
334 (bfd_elf32_slurp_symbol_table): Declare.
335 (bfd_elf32_write_shdrs_and_ehdr): Declare.
336 (bfd_elf32_write_out_phdrs): Declare.
337 (bfd_elf64_swap_symbol_in): Change second parameter to be const.
338 (bfd_elf64_swap_symbol_out): Likewise.
339 (bfd_elf64_swap_reloc_in): Likewise.
340 (bfd_elf64_swap_reloc_out): Likewise.
341 (bfd_elf64_swap_reloca_in): Likewise.
342 (bfd_elf64_swap_reloca_out): Likewise.
343 (bfd_elf64_swap_phdr_in): Likewise.
344 (bfd_elf64_swap_phdr_out): Likewise.
345 (bfd_elf64_swap_dyn_in): Likewise.
346 (bfd_elf64_swap_dyn_out): Likewise.
347 (bfd_elf64_slurp_symbol_table): Declare.
348 (bfd_elf64_write_shdrs_and_ehdr): Declare.
349 (bfd_elf64_write_out_phdrs): Declare.
350 (_bfd_mips_elf_section_from_shdr): Declare.
351 * elf.c (bfd_section_from_shdr): Remove assertion requiring
352 SHT_REL/SHT_RELA to match use_rela_p. If there is already a reloc
353 section for the section, add the new one to rel_hdr2. Increment
354 reloc_count rather than setting it.
355 * elfcode.h (elf_slurp_symbol_table): Define name as macro.
356 Remove static declaration.
357 (elf_write_shdrs_and_ehdr): Define name as macro.
358 (elf_write_out_phdrs): Likewise.
359 (elf_swap_ehdr_in, elf_swap_ehdr_out): Declare.
360 (elf_swap_shdr_in, elf_swap_shdr_out): Declare.
361 (elf_swap_symbol_in): Change second parameter to be const.
362 (elf_swap_symbol_out): Likewise.
363 (elf_swap_ehdr_in, elf_swap_ehdr_out): Likewise.
364 (elf_swap_shdr_in, elf_swap_shdr_out): Likewise.
365 (elf_swap_phdr_in, elf_swap_phdr_out): Likewise.
366 (elf_swap_reloc_in, elf_swap_reloc_out): Likewise.
367 (elf_swap_reloca_in, elf_swap_reloca_out): Likewise.
368 (elf_write_out_phdrs): Rename from write_out_phdrs. Change second
369 parameter to be const. Make non-static.
370 (elf_write_shdrs_and_ehdr): Rename from write_shdrs_and_ehdr.
371 Make non-static.
372 (elf_slurp_symbol_table): Make non-static.
373 (NAME(_bfd_elf,size_info)): Update names of renamed functions.
374 * elfxx-target.h (elf_info_to_howto): Define if not defined.
375 (elf_backend_size_info): Likewise.
376 (elfNN_bed): Use elf_backend_size_info.
377 * targets.c (bfd_elf64_bigmips_vec): Declare.
378 (bfd_elf64_littlemips_vec): Declare.
379 (bfd_target_vector): Add bfd_elf64_bigmips_vec and
380 bfd_elf64_littlemips_vec if BFD64 is defined.
381
382 * libbfd.c (bfd_get_file_window): Add cast to fprintf argument.
383
7dd3d45a
ILT
384Tue May 28 11:42:08 1996 Ian Lance Taylor <ian@cygnus.com>
385
07692951
ILT
386 * coff-sh.c (sh_relax_delete_bytes): Insert nop instructions, not
387 zeroes, in alignment holes.
388
a4322a77
ILT
389 * configure: Rebuild with autoconf 2.10.
390
7dd3d45a
ILT
391 * aoutx.h (NAME(aout,find_nearest_line)): Make room for the
392 potential leading underscore in the allocated buffer.
393
0293d5b0
MM
394Fri May 24 14:28:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
395
396 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not put small common
397 symbols into .sbss if this is a relocatable link.
398
a5d0cd50
ILT
399Thu May 23 12:26:24 1996 Ian Lance Taylor <ian@cygnus.com>
400
401 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Warn about
402 undefined symbols when creating a shared library.
403
404Fri May 17 13:54:15 1996 Ian Lance Taylor <ian@cygnus.com>
405
406 * coff-sh.c: Add a bunch of new code and static const arrays to
407 support aligning loads and stores on four byte memory boundaries.
408 Also:
409 (sh_coff_howtos): Add entries for R_SH_CODE, R_SH_DATA and
410 R_SH_LABEL.
411 (sh_relax_section): Look for R_SH_CODE relocs. If we find one,
412 call sh_align_loads.
413 (sh_relax_delete_bytes): Don't mark R_SH_CODE or R_SH_DATA relocs
414 as unused.
415
c403d358
ILT
416Thu May 16 16:34:13 1996 Ian Lance Taylor <ian@cygnus.com>
417
418 * cache.c (bfd_open_file): Unlink the file before opening it for
419 write. From Marty Leisner <leisner@sdsp.mc.xerox.com>.
420
421 * opncls.c (bfd_fdopenr): Set opened_once.
422
2f710e17
ILT
423Tue May 14 12:35:32 1996 Ian Lance Taylor <ian@cygnus.com>
424
ff60fc3a
ILT
425 * som.c (som_slurp_reloc_table): Clear external_relocs cache after
426 freeing it.
427
2f710e17
ILT
428 * libbfd.c: Remove #ifdef FILE_OFFSET_IS_CHAR_INDEX, and compile
429 the code unconditionally.
430
efb33f6b
ILT
431Mon May 13 19:51:37 1996 Ian Lance Taylor <ian@cygnus.com>
432
433 * libcoff-in.h (struct pei_section_tdata): Define structure.
434 (pei_section_data): Define macro.
435 * libcoff.h: Rebuild.
436 * coffcode.h (coff_set_alignment_hook): If COFF_IMAGE_WITH_PE,
437 store s_paddr field in pei_section_data.
438 (coff_compute_section_file_positions): Use pei_section_data rather
439 than _cooked_size, and don't overwrite an existing value.
440 (coff_write_object_contents): If COFF_OBJ_WITH_PE, set s_paddr to
441 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.
442 * peicode.h (coff_bfd_copy_private_section_data): Define if
443 COFF_IMAGE_WITH_PE.
444 (pe_bfd_copy_private_section_data): New static function if
445 COFF_IMAGE_WITH_PE.
446
5ecd6d7f
ILT
447Wed May 8 16:10:38 1996 Ian Lance Taylor <ian@cygnus.com>
448
db1e2aa7
ILT
449 * srec.c (srec_set_arch_mach): Write as a function rather than a
450 macro definition.
451
5ecd6d7f
ILT
452 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
453 no map, just check each member in turn to see whether it is
454 required.
455
aefee5c8
MM
456Wed May 8 09:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
457
458 * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition
459 table. Call BFD_ASSERT to validate header size, instead of
460 calling fatal.
461 (ppcboot_bfd_print_private_bfd_data): Put quotes around partition
462 name.
463
0d1fcbbb
MM
464Tue May 7 16:10:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
465
466 * ppcboot.c: New target for looking at PPCbug boot records.
467
468 * config{ure.in,.bfd}: Add support for ppcboot target.
469 * targets.c: Ditto.
470 * configure: Regenerate.
471
f4597f8c
JL
472Tue May 7 11:15:19 1996 Jeffrey A Law (law@cygnus.com)
473
474 * coff-h8300.c (howto_table): Update names to match recent
475 changes to include/coff/internal.h. Fix minor errors in the
476 existing relocs. Add R_MOVL1 and R_MOVL2.
477 (rtype2howto): Similarly.
478 (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
479 existing relaxing code and peform more relaxing.
480 (h8300_reloc16_extra_cases): Likewise.
481
0dc70e1a
JL
482Mon May 6 18:24:09 1996 Jeffrey A Law (law@cygnus.com)
483
484 * reloc16.c (bfd_coff_reloc16_get_value): Handle common
485 symbols correctly.
486
d1b8ccb0
PS
487Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
488
489 * elfcode.h (elf_object_p): Reject generic ELF target if
490 e_machine matches an alternate machine code in a specific backend.
491
492 * netbsd-core.c (netbsd_core_vec): Remove initializer for
493 obsolete align_power_min field.
494
c9f5444e
JL
495Fri May 3 13:07:35 1996 Jeffrey A Law (law@cygnus.com)
496
497 * coff-h8300.c (reloc_howto_type): Add howto entry for
498 R_PCRWORD_B.
499 (rtype2howto): Handle R_PCRWORD_B.
500 (h8300_reloc16_extra_cases): Handle R_PCRWORD_B.
501 (h8300_reloc_16_estimate): Likewise. Try to turn a 16bit
502 pc-relative branch (R_PCRWORD) into an 8bit pc-relative
503 branch (R_PCWORD_B).
504
4ad842aa
ILT
505Fri May 3 10:47:41 1996 Ian Lance Taylor <ian@cygnus.com>
506
340d654f
ILT
507 * aoutx.h (translate_from_native_sym_flags): Set the section for
508 BSF_CONSTRUCTOR symbols.
509
4ad842aa
ILT
510 * cofflink.c (_bfd_coff_link_input_bfd): Correct setting of
511 last_bf_index.
512
9c7a5748
DE
513Wed May 1 18:39:32 1996 Doug Evans <dje@canuck.cygnus.com>
514
515 * coffcode.h (coff_write_object_contents): In comdat section lookup,
516 stop looking when section is found.
517
622c93a3
ILT
518Wed May 1 14:17:57 1996 Ian Lance Taylor <ian@cygnus.com>
519
e8f3bb64 520 * coffcode.h (STRING_SIZE_SIZE): Define.
9aac8e83
ILT
521 (styp_to_sec_flags): Handle long symbol names when looking for the
522 section symbol.
e8f3bb64
ILT
523 (bfd_coff_backend_data): Add _bfd_coff_long_section_names field.
524 (bfd_coff_long_section_names): Define.
525 (coff_write_object_contents): Handle long section names.
526 (bfd_coff_std_swap_table): Initialize new field.
527 * libcoff.h: Rebuild.
528 * coffgen.c (make_a_section_from_file): Handle long section
529 names.
530 (coff_write_symbols): Handle long section names.
531 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
532 * coff-mips.c (mips_ecoff_backend_data): Likewise.
533 * pe-arm.c (COFF_LONG_SECTION_NAMES): Define.
534 * pei-arm.c (COFF_LONG_SECTION_NAMES): Define.
535 * pe-i386.c (COFF_LONG_SECTION_NAMES): Define.
536 * pei-i386.c (COFF_LONG_SECTION_NAMES): Define.
537 * pe-ppc.c (COFF_LONG_SECTION_NAMES): Define.
538 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Define.
539
622c93a3
ILT
540 * bout.c (b_out_callback): Set lma of sections.
541 (b_out_bfd_get_relocated_section_contents): Rename in_abfd
542 parameter to output_bfd. Used input_bfd instead of output_bfd in
543 several places.
544
6b725f83
ILT
545Tue Apr 30 17:56:39 1996 Ian Lance Taylor <ian@cygnus.com>
546
b7d1158a
ILT
547 * aoutx.h (translate_from_native_sym_flags): Don't create
548 SEC_CONSTRUCTOR sections.
549 * ecoff.c (ecoff_set_symbol_info): Likewise.
550
6b725f83
ILT
551 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
552 From Don Bowman <bowman@waterloo.hp.com>.
553
e28a1e77
DE
554Tue Apr 30 17:06:32 1996 Doug Evans <dje@canuck.cygnus.com>
555
556 * coff-arm.c (armcoff_little_vec): If COFF_WITH_PE is defined, add
557 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
558
abec70b9
ILT
559Mon Apr 29 13:15:17 1996 Ian Lance Taylor <ian@cygnus.com>
560
561 * elf32-mips.c (struct mips_elf_link_hash_entry): Add
562 mips_32_relocs field.
563 (mips_elf_link_hash_newfunc): Initialize mips_32_relocs field.
564 (mips_elf_relocate_section): Copy R_MIPS_REL32 and R_MIPS_32
565 relocs against a global symbol which is not defined in a regular
566 file.
567 (mips_elf_check_relocs): For a R_MIPS_REL32 or R_MIPS_32 reloc
568 against a global symbol, increment mips_32_relocs.
569 (mips_elf_adjust_dynamic_symbol): If mips_32_relocs is set, and
570 the symbol is not defined in a regular file, make room in the
571 .rel.dyn section.
572
ecba7a3a
ILT
573Fri Apr 26 18:00:37 1996 Ian Lance Taylor <ian@cygnus.com>
574
656c5b6d
ILT
575 * ecoff.c (ecoff_compute_section_file_positions): Track the real
576 file position and the virtual file position separately. Set
577 filepos information bsaed on the real file position.
578 (_bfd_ecoff_set_section_contents): Handle .lib sections like the
579 Jan 23 change to coffcode.h.
580
ecba7a3a
ILT
581 * som.c (som_slurp_symbol_table): Set the symbol count to the
582 number of BFD symbols created.
583
e25a7988
MM
584Fri Apr 26 12:34:29 1996 Michael Meissner <meissner@tiktok.cygnus.com>
585
586 * elf32-ppc.c (ppc_elf_check_relocs): Forward relocations to the
587 output file if linking shared objects. Loop to check all relocs,
588 rather than returning false on first error.
589
5c28a96e
MM
590Thu Apr 25 13:25:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
591
3f7ca26b
MM
592 * elf32-ppc.c (ppc_elf_create_linker_section): Add PLT case.
593 (ppc_elf_additional_program_headers): If .interp section, bump #
594 of program headers by 1.
595 (ppc_elf_adjust_dynamic_symbol): Flesh out support.
596 (ppc_elf_size_dynamic_sections): Add support for .plt section.
597 (ppc_elf_check_relocs): Print out filename in debug code. Enable
598 PLT support.
599 (ppc_elf_finish_dynamic_symbol): Add support for PLT's, beef up
600 debug output.
601 (ppc_elf_relocate_section): If the output section isn't defined,
602 don't abort, just give an error message.
603
5c28a96e
MM
604 * elflink.c (_bfd_elf_create_dynamic_sections): If the section
605 being created is .sdata or .sdata2, don't make the symbol dynamic.
606
f5d65485
ILT
607Wed Apr 24 14:04:07 1996 Ian Lance Taylor <ian@cygnus.com>
608
609 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through the
610 members of an archive for dynamic objects with no symbols, and
611 pass them directly to check_archive_element.
612 (xcoff_link_check_ar_symbols): Pass dynamic objects to
613 xcoff_link_check_dynamic_ar_symbols.
614 (xcoff_link_check_dynamic_ar_symbols): New static function.
615
616 * coff-rs6000.c (rs6000coff_vec): Change BFD_JUMP_TABLE_DYNAMIC
617 from _bfd_nodynamic to _bfd_xcoff.
618 * libcoff-in.h (_bfd_xcoff_get_dynamic_symtab_upper_bound):
619 Declare.
620 (_bfd_xcoff_canonicalize_dynamic_symtab): Declare.
621 (_bfd_xcoff_get_dynamic_reloc_upper_bound): Declare.
622 (_bfd_xcoff_canonicalize_dynamic_reloc): Declare.
623 * libcoff.h: Rebuild.
624 * xcofflink.c (xcoff_swap_ldrel_in): New static function.
625 (xcoff_get_section_contents): New static function.
626 (_bfd_xcoff_get_dynamic_symtab_upper_bound): New function.
627 (_bfd_xcoff_canonicalize_dynamic_symtab): New function.
628 (_bfd_xcoff_get_dynamic_reloc_upper_bound): New function.
629 (xcoff_dynamic_reloc): New static variable.
630 (_bfd_xcoff_canonicalize_dynamic_reloc): New function.
631 (xcoff_link_add_dynamic_symbols): Use xcoff_get_section_contents.
632
633Tue Apr 23 12:48:42 1996 Ian Lance Taylor <ian@cygnus.com>
634
635 * coff-sparc.c (bfd_coff_generic_reloc): Return bfd_reloc_ok even
636 if reloc_entry->addend is not 0.
637 (CALC_ADDEND): Just set the addend to reloc.r_offset.
638
34249b2f
DE
639Mon Apr 22 18:29:01 1996 Doug Evans <dje@canuck.cygnus.com>
640
641 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix spelling of
642 R_SPARC_GLOB_JMP.
643 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
644 Add entries for R_SPARC_[56].
645 (sparc_reloc_map): Add entries for R_SPARC_[56].
646
af50cd91
ILT
647Mon Apr 22 15:07:24 1996 Ian Lance Taylor <ian@cygnus.com>
648
1726b8f0
ILT
649 Optimize linking of stabs in sections as used in ELF and COFF.
650 * stabs.c: New file.
651 * libbfd-in.h (_bfd_link_section_stabs): Declare.
652 (_bfd_write_section_stabs): Declare.
653 (_bfd_write_stab_strings): Declare.
654 * libbfd.h: Rebuild.
655 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.
656 (struct coff_link_hash_table): Add stab_info field.
657 * libcoff.h: Rebuild.
658 * cofflink.c (_bfd_coff_link_hash_table_init): Initialize
659 stab_info field.
660 (coff_link_add_symbols): Call _bfd_link_section_stabs if
661 appropriate.
662 (_bfd_coff_final_link): Write out stab strings hash table.
663 (_bfd_coff_link_input_bfd): Handle optimized stabs sections.
664 * coff-ppc.c (ppc_bfd_coff_final_link): Write out stab strings
665 hash table.
666 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field.
667 (struct bfd_elf_section_data): Add stab_info field.
668 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
669 field.
670 * elflink.h (elf_link_add_object_symbols): If appropriate, call
671 _bfd_link_section_stabs.
672 (elf_bfd_final_link): Write out stab strings hash table.
673 (elf_link_input_bfd): Handle optimized stabs sections.
674 * reloc.c (_bfd_final_link_relocate): Check address against
675 _raw_size rather than _cooked_size.
676 * Makefile.in: Rebuild dependencies.
677 (BFD_LIBS): Add stabs.o
678 (BFD_LIBS_CFILES): Add stabs.c.
679
680 * VERSION: Increment for bfdlink.h change.
681
af50cd91
ILT
682 * coffgen.c (coff_renumber_symbols): Correct handling of
683 BSF_NOT_AT_END common symbols.
684
f9fa5df3
ILT
685Fri Apr 19 19:21:56 1996 Ian Lance Taylor <ian@cygnus.com>
686
687 * coff-ppc.c (record_toc): Add cast to avoid warning.
688 (ppc_allocate_toc_section): Likewise.
689 (coff_ppc_relocate_section): Remove ANSI C string concatenation.
690 (ppc_coff_reloc_type_lookup): Remove unreached code.
691 * coffcode.h (coff_write_object_contents): Don't take the address
692 of an array.
693 * peicode.h (pe_print_idata): Add casts to avoid warning.
694 (pe_print_edata): Likewise.
695 (pe_print_reloc): Remove ANSI C string concatenation.
696
d6e0e2f7
ILT
697Thu Apr 18 18:51:18 1996 Ian Lance Taylor <ian@cygnus.com>
698
699 * libcoff-in.h (struct coff_final_link_info): Add last_bf_index
700 and last_bf fields.
701 * libcoff.h: Rebuild.
702 * coffswap.h (coff_swap_aux_in): Swap endndx field for C_FCN
703 symbols.
704 (coff_swap_aux_out): Likewise.
705 * peicode.h (coff_swap_aux_in): Likewise.
706 (coff_swap_aux_out): Likewise.
707 * coffgen.c (coff_pointerize_aux): Check endndx field for C_FCN
708 symbols.
709 * cofflink.c (_bfd_coff_final_link): Initialize last_bf_index
710 field.
711 (_bfd_coff_link_input_bfd): Check endndx field for C_FCN symbols.
712 Fix up .bf endndx link fields.
713 * coff-ppc.c (ppc_bfd_coff_final_link): Initialize last_bf_index
714 field.
715 * xcofflink.c (xcoff_link_input_bfd): Check endndx field for C_FCN
716 symbols.
717
221d1e19
MM
718Wed Apr 17 12:08:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
719
720 * pe{,i}-ppc.c (PPC_PE): Define instead of PPC, so that compiling
721 on Solaris PowerPC systems doesn't get confused.
722
723 * ccffcode.h (coff_write_object_contents): Use #ifdef PPC_PE, not
724 #ifdef PPC.
725
726 * elfcore.h (bfd_prstatus, bfd_fpregset): Add thread argument.
727 (elf_corefile_note): If HAVE_SYS_PROCFS_H is not defined, don't
728 update did_reg and did_reg2.
729
8f9a56c6
ILT
730Wed Apr 17 13:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
731
f97fca78
ILT
732 * xcofflink.c (xcoff_link_input_bfd): Check for TOC overflow.
733
8f9a56c6
ILT
734 * linker.c (_bfd_generic_link_add_one_symbol): When calling the
735 callback routines, pass h->root.string rather than name, in case
736 copy is true and name is transient.
737
603fdf16
SG
738Tue Apr 16 16:36:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
739
740 * elfcore.h: Add support for core files with multiple threads.
741 (Primarily for Solaris.)
742
a2d914e1
ILT
743Tue Apr 16 13:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
744
cdf23557
ILT
745 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
746 section->orelocation is NULL.
747
a2d914e1
ILT
748 * coffgen.c (bfd_coff_get_syment): New function.
749 (bfd_coff_get_auxent): New function.
750 * bfd-in.h (bfd_coff_get_syment): Declare.
751 (bfd_coff_get_auxent): Declare.
752 * bfd-in2.h: Rebuild.
753
5cf36a32
ILT
754Mon Apr 15 19:06:59 1996 Ian Lance Taylor <ian@cygnus.com>
755
756 * elf32-mips.c (struct mips_hi16): Define.
757 (mips_hi16_addr, mips_hi16_addend): Remove.
758 (mips_hi16_list): New static variable.
759 (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
760 (mips_elf_lo16_reloc): Process mips_hi16_list.
761 (mips_elf_relocate_section): Permit an arbitrary number of HI16
762 relocs before the associated LO16 reloc.
763
b7fce5be
ILT
764Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
765
176512da
ILT
766 * versados.c (versados_scan): Check bfd_alloc return value.
767 (versados_object_p): Check all bfd_read return values. Require
768 that lang field be less than 10, to avoid confusion with Intel Hex
769 files.
770
18de3f19
ILT
771 * libaout.h (WRITE_HEADERS): Write out the relocs even if there
772 aren't any symbols.
773 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
774 not 0, for an absolute symbol.
775 (NAME(aout,swap_ext_reloc_out)): Likewise.
776
66ab4152
ILT
777 * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
778 (ihex_write_object_contents): For a large start address, output
779 the full 32 bit address in record type 5.
780
b7fce5be
ILT
781 * ieee.c (ieee_write_byte): Change second parameter from bfd_byte
782 to int to avoid promotion problems in prototype.
783
f1b45745
ILT
784Tue Apr 9 11:44:21 1996 Ian Lance Taylor <ian@cygnus.com>
785
f400f358
ILT
786 * configure.host: Use ${srcdir} when looking for picfrag.
787
3d9a5986
ILT
788 * configure.host: Switch on ${libdir}, not $(libdir). From
789 alan@spri.levels.unisa.edu.au (Alan Modra).
790
f1b45745
ILT
791 * aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
792 entry point, not just for DYNAMIC objects.
793 * sunos.c (sunos_add_dynamic_symbols): Always call
794 sunos_create_dynamic_sections. If called with a non DYNAMIC
795 object, don't do anything else.
796 (sunos_add_one_symbol): Don't call sunos_create_dynamic_sections.
797
6f21f2e3
ILT
798Mon Apr 8 12:09:36 1996 Ian Lance Taylor <ian@cygnus.com>
799
639b5a09
ILT
800 * configure.in: Permit --enable-shared to specify a list of
801 directories.
802 * configure: Rebuild.
803
6f21f2e3
ILT
804 * configure.host: Set HLDFLAGS and SHLIB_CFLAGS for *-dec-osf*
805 host when configuring with --enable-shard.
806
3f5f565b
ILT
807Fri Apr 5 12:24:13 1996 Ian Lance Taylor <ian@cygnus.com>
808
1ac75f5c
ILT
809 * config.bfd: Add i[345]86-*-freebsdelf* target; from John Polstra
810 <jdp@polstra.com>.
811
1a9951a9
ILT
812 * linker.c (link_action): For WARN_ROW/warn, use MWARN, not CYCLE,
813 to avoid crashing in bfd_hash_replace.
814
f1ac3acb 815 * sysdep.h: Use #ifdef, not #if.
3f5f565b 816
eb5f58e0
ILT
817Thu Apr 4 23:32:23 1996 Ian Lance Taylor <ian@cygnus.com>
818
819 * config.in: Rebuild.
820
ab1aa5cd
FF
821Thu Apr 4 18:49:09 1996 Fred Fish <fnf@cygnus.com>
822
823 * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
824 (AC_CHECK_HEADERS): Check for sys/time.h
825 (AC_HEADER_TIME): Add macro.
826 * configure: Rebuild.
827 * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
828 to control what combination of <time> and <sys/time.h>
829 get included.
830
d1f74cd2
DE
831Tue Apr 2 13:11:53 1996 Doug Evans <dje@canuck.cygnus.com>
832
833 * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
834 (aout_32_sunos4_write_object_contents): Likewise.
835 * aoutx.h (NAME(aout,machine_type)): Handle
836 bfd_mach_sparc_{sparclet,sparclite}.
837 * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
838 (bfd_mach_sparc_v9_p): Update.
839 * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
840 * libaout.h (enum machine_type): Add M_SPARCLET.
841 * sunos.c (MACHTYPE_OK): Define.
842 * bfd-in2.h: Regenerated.
843
1dad72bd
ILT
844Tue Apr 2 00:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
845
19bfbcbe
ILT
846 * elf-bfd.h (struct elf_link_hash_table): Add hgot field.
847 * elf.c (_bfd_elf_link_hash_table_init): Initialize hgot field.
848 * elflink.c (_bfd_elf_create_got_section): Store the
849 _GLOBAL_OFFSET_TABLE_ hash table entry in the hgot field.
850 * elf32-sparc.c (elf32_sparc_check_relocs): If the size of the
851 global offset table goes over 0x1000, set the value of
852 _GLOBAL_OFFSET_TABLE_ to 0x1000 into the section.
853 (elf32_sparc_relocate_section): Subtract the offset of
854 _GLOBAL_OFFSET_TABLE_ when handling GOT relocations.
855
1dad72bd
ILT
856 * elfcode.h: Don't include <string.h>.
857
ca4e2190
JL
858Mon Apr 1 10:39:24 1996 Jeffrey A Law (law@cygnus.com)
859
860 * linker.c (_bfd_generic_link_hash_newfunc): Renamed from
861 generic_link_hash_newfunc. All references changed.
862 * genlink.h (_bfd_generic_link_hash_newfunc): Declaration
863 moved here from libbfd-in.h.
864 * libbfd-in.h: Corresponding changes.
865 * libbfd.h: Regenerated.
866
ce6a7731
ILT
867Mon Apr 1 12:35:36 1996 Ian Lance Taylor <ian@cygnus.com>
868
aad53b0d
ILT
869 * aoutx.h (aout_link_input_section_std): When reporting an
870 overflow error, use the name of the symbol in the hash table if
871 available.
872 (aout_link_input_section_ext): Likewise.
873
ce6a7731
ILT
874 * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got
875 defined in a regular file, set ELF_LINK_HASH_DEF_REGULAR.
876
323b430f
SC
877Sun Mar 31 01:58:41 1996 steve chamberlain <sac@slash.cygnus.com>
878
879 * peicode.h (coff_swap_aouthdr_out): Delete test for .junk.
880 * coffcode.h (coff_compute_section_file_positions): Likewise.
881 (coff_write_object_contents): Likewise.
882
7fc1cd16
ILT
883Fri Mar 29 12:44:36 1996 Ian Lance Taylor <ian@cygnus.com>
884
5a28331f
ILT
885 * section.c (SEC_LINK_ONCE): Define.
886 (SEC_LINK_DUPLICATES): Define.
887 (SEC_LINK_DUPLICATES_DISCARD): Define.
888 (SEC_LINK_DUPLICATES_ONE_ONLY): Define.
889 (SEC_LINK_DUPLICATES_SAME_SIZE): Define.
890 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Define.
891 * bfd-in2.h: Rebuild.
892 * coffcode.h (sec_to_styp_flags): If COFF_WITH_PE, turn
893 SEC_LINK_ONCE into IMAGE_SCN_LNK_COMDAT.
894 (styp_to_sec_flags): If COFF_WITH_PE, turn IMAGE_SCN_LNK_REMOVE
895 into SEC_EXCLUDE. If IMAGE_SCN_LNK_COMDAT is set, set
896 SEC_LINK_ONCE, and look through the symbol table for the setting
897 for SEC_LINK_DUPLICATES.
898 (coff_write_object_contents): If COFF_WITH_PE, if SEC_LINK_ONCE is
899 set for a section, find the section symbol in the symbol table,
900 and set the aux entry based on SEC_LINK_DUPLICATES.
901 * coffgen.c (coff_print_symbol): Add a space before "checksum".
902 * coff-arm.c (armcoff_big_vec): If COFF_WITH_PE is defined, add
903 SEC_LINK_ONCE and SEC_LINK_DUPLICATES to section_flags.
904 * coff-i386.c (i386coff_vec): Likewise.
905 * coff-ppc.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Likewise.
906
7fc1cd16
ILT
907 * VERSION: Bump to 2.6.1.
908 * Makefile.in (stamp-h): Depend upon VERSION.
909
9399a257
JL
910Thu Mar 28 23:48:49 1996 Jeffrey A Law (law@cygnus.com)
911
912 * libbfd-in.h (generic_link_hash_newfunc): Add declaration.
913 * libbfd.h: Rebuilt.
914 * linker.c (generic_link_hash_newfunc): No longer static.
915 * coffcode.h (coff_bfd_link_hash_create): Allow specific targets
916 to override.
917 * coff-h8300.c: Add two derived hash tables and their associated
918 funtions and #defines for use by the h8300 linker.
919 (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in
920 the function vector as needed. Place the address of the function
921 vector entry in the location specified by the R_MEM_INDIRECT reloc.
922 Rewrite the vectors section contents as necessary.
923 (h8300_bfd_link_add_symbols): New function for the h8300 linker.
924 (coff_bfd_link_add_symbols): Define to use h8300 specific version.
925 (coff_bfd_link_hash_table_create): Likewise.
926
506f2bb4
ILT
927Thu Mar 28 17:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
928
929 * libhppa.h: If gcc 2.7 or higher, declare all the functions with
930 __attribute__ ((__unused__)) so that -Wall doesn't warn about
931 them.
932 (hppa_rebuild_insn): Pass pointer to correct type to
933 low_sign_unext and dis_assemble_21.
934
05a84ae1
DE
935Thu Mar 28 11:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
936
937 * config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
938 Stick with sparc-*-{sysv4*,solaris2*}.
939
919cf4b5
ILT
940Wed Mar 27 10:43:34 1996 Ian Lance Taylor <ian@cygnus.com>
941
8230f31c
ILT
942 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
943 (coff_swap_aux_out): Swap out extra PE x_scn fields.
944 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
945 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
946 fields is non-zero, print them.
947
9addd1d4
ILT
948 * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
949 ifdef. Remove unused variables.
950 (ppc_record_data_in_toc_entry): Ifdef out. Removed unused
951 variables.
952 (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
953 (get_symbol_value): Ifdef out.
954 (pe_ppc_reloc): Ifdef out. Remove unused variables.
955 (coff_ppc_relocate_section): Remove unused variables. Make
956 fprintf strings and argument types correspond. Put before_addr in
957 DEBUG_RELOC ifdef.
ff0e4a93
ILT
958 (dump_toc): Make fprintf strings and argument types correspond.
959 (ppc_process_before_allocation): Remove unused variables. Always
960 return a value.
9addd1d4
ILT
961 (ppc_reflo_reloc): Ifdef out.
962 (ppc_addr32nb_reloc): Ifdef out.
963 (ppc_coff_rtype2howto): Make fprintf strings and argument types
964 correspond.
965 (coff_ppc_rtype_to_howto): Likewise.
966 (ppc_coff_swap_sym_in_hook): Remove unused variables.
967
968 * peicode.h (pe_print_idata): Move otherwise unused variables into
969 the #ifdef where they are used. Always return a value.
ff0e4a93
ILT
970 (pe_print_edata): Make fprintf strings and argument types
971 correspond. Always return a value.
9addd1d4
ILT
972 (pe_print_pdata): Removed unused variable addr_value. Always
973 return a value.
974 (pe_print_reloc): Remove unused variable onaline. Make fprintf
ff0e4a93 975 strings and argument types correspond. Always return a value.
9addd1d4
ILT
976
977 * elf32-ppc.c (ppc_elf_fake_sections): Return true.
978 (ppc_elf_finish_dynamic_symbol): Move definition of unused
979 variable rela inside #if 0 section where it is used.
980
c877bdf1
ILT
981 * ns32k.h: New file.
982 * cpu-ns32k.h: Include ns32k.h. Rename externally visible
983 functions to start with _bfd_.
984 * aout-ns32k.c: Include ns32k.h. Change references to renamed
985 functions in cpu-ns32k.h.
986 * Makefile.in: Rebuild dependencies.
987 (HFILES): Add ns32k.h.
988
ff0e4a93
ILT
989 * section.c (struct sec): Add linker_mark field. Change
990 user_set_vma and reloc_done to be single bit fields.
991 (STD_SECTION): Update accordingly.
7ec49f91
ILT
992 * bfd-in2.h: Rebuild.
993 * aoutx.h (NAME(aout,final_link)): Mark sections included in the
994 link.
995 (aout_link_input_bfd): Don't link unmarked sections.
996 * cofflink.c (_bfd_coff_final_link): Mark sections included in the
997 link.
998 (_bfd_coff_link_input_bfd): Don't link unmarked sections.
999 * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
1000 the link.
1001 * elflink.h (elf_bfd_final_link): Mark sections included in the
1002 link.
1003 (elf_link_input_bfd): Don't link unmarked sections.
1004 * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
1005 in the link.
1006 (xcoff_link_input_bfd): Don't link unmarked sections.
1007
919cf4b5
ILT
1008 * coffswap.h (coff_swap_scnhdr_out): Include section name in
1009 overflow error messages.
1010
986cf3b8
ILT
1011Tue Mar 26 15:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
1012
fd681dcd
ILT
1013 * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name
1014 is not set, print "BFD: " before the error message.
1015
986cf3b8
ILT
1016 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
1017 Miles Bader <miles@gnu.ai.mit.edu>.
1018 * configure: Rebuild.
1019
3998d526
ILT
1020Fri Mar 22 12:17:00 1996 Ian Lance Taylor <ian@cygnus.com>
1021
c3dffbd7
ILT
1022 * xcofflink.c (xcoff_link_input_bfd): Fix scan for C_BINCL/C_EINCL
1023 symbols.
1024
3998d526
ILT
1025 * config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
1026 m68k-aout, m68k-coff, and m68k-elf targets.
1027
e4d27380
ILT
1028Fri Mar 22 11:33:44 1996 Martin Anantharaman <martin@goofy.imech.uni-duisburg.de>
1029
1030 * ieee.c: Changed #ifdef KEEPMINUSPCININST to #if KEEPMINUSPCININST.
1031 (ieee_generic_stat_arch_elt): Restructured to prevent
1032 ieee_object_p from being called repeatedly.
1033
51776a11
SC
1034Thu Mar 21 11:00:47 1996 steve chamberlain <sac@slash.cygnus.com>
1035
1036 * coffcode.h (coff_write_object_contents): Allocate
1037 buffers large enough for any FILEHDR or AOUTHDR.
1038
1039Thu Mar 21 16:28:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
1040
1041 * ecofflink.c (lookup_line): New static function, renamed and
1042 slighly changed from old _bfd_ecoff_locate_line.
1043 (_bfd_ecoff_locate_line): Cache line number information. Use
1044 lookup_line for actual lookup.
1045
9e4ebb1b
MM
1046Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1047
1048 * peicode.h (pe_print_pdata): Warn if the .pdata section is not a
1049 multiple of 20 bytes.
1050
9e7427a4
ILT
1051Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com>
1052
51776a11
SC
1053 * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
1054 allocate ecoff_find_line, and don't initialize by hand.
1055 * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
1056 mips_elf_find_line, and don't call memset.
1057
9e7427a4
ILT
1058 * coffcode.h (coff_compute_section_file_positions): If not
1059 producing a final executable, don't consider sofar when aligning
1060 the section to the correct size.
1061
1062Wed Mar 20 16:53:12 1996 Ian Lance Taylor <ian@cygnus.com>
1063
1064 * coffcode.h (coff_add_missing_symbols): Ifdef out.
1065 (coff_write_object_contents): Don't call coff_add_missing_symbols.
1066 * coffgen.c (coff_section_symbol): Ifdef out.
1067
e7f9ba4f
ILT
1068Mon Mar 18 12:54:41 1996 Ian Lance Taylor <ian@cygnus.com>
1069
1070 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
1071 output_bfd is not NULL.
1072
34c4d647
DE
1073Thu Mar 14 17:12:06 1996 Doug Evans <dje@charmed.cygnus.com>
1074
1075 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead
1076 of bfd_alloc (fixes fix_line not being initialized).
1077 Delete zeroing of fix_{value,tag,end,scnlen} fields.
1078
4e054247
JL
1079Thu Mar 14 16:06:06 1996 Jeffrey A Law (law@cygnus.com)
1080
57289b5c
JL
1081 * coffcode.h: Allow specific backends to override the
1082 bfd_link_add_symbols routine.
1083
4e054247
JL
1084 * coff-h8300.c: Include genlink.h.
1085 (howto_table): Add R_MEM_INDIRECT.
1086 (rtype2howto): Support R_MEM_INDIRECT.
1087 (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE
1088 for now.
1089
a10d3dec
ILT
1090Tue Mar 12 12:41:17 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>
1091
1092 * coff-alpha.c (alpha_relocate_section): Use
1093 info->callbacks_warning, rather than _bfd_error_handler, for
1094 "multiple gp" warning.
1095
ea2488ad
ILT
1096Tue Mar 12 12:10:55 1996 Ian Lance Taylor <ian@cygnus.com>
1097
8881b321
ILT
1098 * linker.c (bfd_wrapped_link_hash_lookup): New function.
1099 (_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash
1100 table string. Use bfd_wrapped_link_hash_lookup.
1101 (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash
1102 table string.
1103 * aoutx.h (aout_link_write_symbols): Use the name from the hash
1104 table, if any, when writing out symbols.
1105 (aout_link_input_section_std): Use the name from the hash table,
1106 if any, when reporting undefined symbols.
1107 (aout_link_input_section_ext): Likewise.
1108 (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup.
1109 * bout.c (get_value): Likewise.
1110 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
1111 * ecoff.c (ecoff_reloc_link_order): Likewise.
1112 * elflink.h (elf_link_add_object_symbols): Likewise.
1113 (elf_reloc_link_order): Likewise.
1114 * linker.c (_bfd_generic_link_output_symbols): Likewise.
1115 (_bfd_generic_reloc_link_order): Likewise.
1116 (default_indirect_link_order): Likewise.
1117 * reloc16.c (bfd_coff_reloc16_get_value): Likewise.
1118 * sunos.c (sunos_add_one_symbol): Likewise.
1119 * xcofflink.c (xcoff_link_add_symbols): Likewise.
1120 (bfd_xcoff_link_count_reloc): Likewise.
1121 (xcoff_reloc_link_order): Likewise.
1122
1123 * ecoffswap.h (ecoff_swap_fdr_in): If ECOFF_64, turn 0xffffffff
1124 into -1 for intern->rss.
1125
ea2488ad
ILT
1126 * configure: Rebuild with autoconf 2.8.
1127
c189fdfb
ILT
1128Mon Mar 11 12:28:31 1996 Ian Lance Taylor <ian@cygnus.com>
1129
1130 * stab-syms.c (__define_stab_duplicate): Define.
1131 (bfd_get_stab_name): Rename from aout_stab_name. Rewrite to use a
1132 switch.
1133 * bfd-in.h (bfd_get_stab_name): Declare.
1134 * bfd-in2.h: Rebuild.
1135 * Makefile.in: Rebuild dependencies.
1136 (BFD_LIBS): Add stab-syms.o.
1137 (BFD_LIBS_CFILES): Add stab-syms.c.
1138 (BFD32_BACKENDS): Remove stab-syms.o.
1139 (BFD32_BACKENDS_CFILES): Remove stab-syms.c.
1140 * configure.in: Don't list stab-syms.o in bfd_backends.
1141 * configure: Rebuild.
1142 * libaout.h (aout_stab_name): Don't declare.
1143 * aoutx.h (NAME(aout,get_symbol_info)): Call bfd_get_stab_name,
1144 not aout_stab_name.
1145
1146Fri Mar 8 11:26:20 1996 Ian Lance Taylor <ian@cygnus.com>
1147
1148 * elf.c (assign_file_positions_for_segments): Adjust file offset
1149 for section alignment even if SEC_LOAD is not set.
1150
c5bde1ef
ILT
1151Tue Mar 5 12:02:23 1996 Ian Lance Taylor <ian@cygnus.com>
1152
8f218e05
ILT
1153 * configure.in: Don't set SHLIB or SHLINK to an empty string,
1154 since they appear as targets in Makefile.in.
1155 * configure: Rebuild.
1156
c5bde1ef
ILT
1157 * sunos.c (sunos_scan_ext_relocs): If not making a shared library,
1158 don't fiddle with a symbol which is not defined anywhere.
1159
cb84f028
ILT
1160Mon Mar 4 12:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1161
4e59f523
ILT
1162 * xcofflink.c (xcoff_mark): Treat undefined imported symbols as
1163 though they are defined in a shared library.
1164 (xcoff_build_ldsyms): Likewise.
1165
ea2504d5
ILT
1166 * coffgen.c (coff_find_nearest_line): Don't look at the line
1167 numbers for the section if section->lineno is NULL.
1168
cb84f028
ILT
1169 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Print a useful error
1170 message rather than calling BFD_ASSERT.
1171 * elfcode.h (write_relocs): Check return value of
1172 _bfd_elf_symbol_from_bfd_symbol.
1173
6e036cf7
MM
1174Fri Mar 1 09:42:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1175
1176 * elf32-ppc.c (ppc_elf_add_symbol_hook): Don't set SEC_LOAD flag
1177 for .sbss section.
1178
d08435de
JL
1179Wed Feb 28 11:25:47 1996 Jeffrey A Law (law@cygnus.com)
1180
1181 * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
1182 and R_HPPA_NLRSEL.
1183 (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
1184 hppa_reloc_field_selector_type_alt.
1185 (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
1186 * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
1187 selectors.
1188 (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
1189
09609415
ILT
1190Wed Feb 28 11:00:24 1996 Ian Lance Taylor <ian@cygnus.com>
1191
1192 * elf.c (assign_file_positions_for_segments): Adjust the segment
1193 memory size for the alignment of a SEC_ALLOC section, not just a
1194 SEC_LOAD section.
1195
55626bf0
ILT
1196Tue Feb 27 14:17:31 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1197
1198 * m68klinux.c: New file.
1199 * hosts/m68klinux.h: New file.
1200 * config.bfd (m68*-*-linuxaout*, m68*-*-linux*): New targets.
1201 * configure.in (m68*-*-linux*): New native host.
1202 (m68klinux_vec): New vector.
1203 * configure: Rebuild.
1204 * targets.c (m68klinux_vec): Declare.
1205 * i386linux.c (bfd_i386linux_size_dynamic_sections): Renamed from
1206 bfd_linux_size_dynmic_sections to avoid clash with m68klinux.c.
1207 * bfd-in.h (bfd_i386linux_size_dynamic_sections): Rename
1208 declaration from bfd_linux_size_dynamic_sections.
1209 (bfd_m68klinux_size_dynamic_sections): Declare.
1210 * bfd-in2.h: Rebuild.
1211 * Makefile.in: Rebuild dependencies.
1212 (BFD32_BACKENDS): Add m68klinux.o.
1213 (BFD32_BACKENDS_CFILES): Add m68klinux.c.
1214
6c7b3090
JL
1215Tue Feb 27 11:31:34 1996 Jeffrey A Law (law@cygnus.com)
1216
1217 * libhppa.h (pa_arch): Add pa20.
1218 (hppa_reloc_field_selector_type): Add R_HPPA_NSEL.
1219 (e_nsel): Undefine. Add to hppa_reloc_field_selector_type_alt.
1220 (hppa_field_adjust): Handle e_nsel.
1221 * som.c: Provide default definitions for many new relocs found only
1222 in hpux10 include files.
1223 (som_fixup_formats): Add several new relocs from hpux10.
1224 (som_hppa_howto_table): Add hpux10 relocs.
1225 (som_write_fixups): Handle R_N0SEL and R_N1SEL hpux10 relocs.
1226
14fd4616
SS
1227Mon Feb 26 12:52:48 1996 Stan Shebs <shebs@andros.cygnus.com>
1228
1229 * mpw-make.sed: Edit out recent shared library support, and
1230 rules to rebuild .h files using doc/chew.
1231
3d9f042c
ILT
1232Mon Feb 26 14:48:39 1996 David Mosberger-Tang <davidm@AZStarNet.com>
1233
1234 * ecoff.c (ecoff_compute_section_file_positions): Adjust the file
1235 size even of sections with no contents.
1236
bdec6228
ILT
1237Mon Feb 26 14:01:13 1996 Ian Lance Taylor <ian@cygnus.com>
1238
88358469
ILT
1239 * cofflink.c (_bfd_coff_link_input_bfd): When merging, skip names
1240 starting with '$' the way we skip names starting with '.'. When
1241 updating x_endndx, don't be fooled by an index which has been
1242 merged.
1243
bdec6228
ILT
1244 * cofflink.c (_bfd_coff_link_input_bfd): Don't try to optimize a
1245 struct/union/enum type with no elements.
1246
053ae1d7
ILT
1247Sat Feb 24 11:38:58 1996 Ian Lance Taylor <ian@cygnus.com>
1248
15f4406c
ILT
1249 * bfd.c (bfd_errmsg): Handle a NULL return from strerror.
1250
c8435133
ILT
1251 * archive.c (bfd_generic_archive_p): If the first file in the
1252 archive can not be recognized as an object, don't assume that this
1253 is the wrong format.
1254
053ae1d7
ILT
1255 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
1256 format is not bfd_object.
1257 (bfd_elf_get_dt_soname): Likewise.
1258
ea74d979
ILT
1259Wed Feb 21 13:58:04 1996 Ian Lance Taylor <ian@cygnus.com>
1260
1261 * coff-sh.c (sh_relax_delete_bytes): Correct range of R_SH_USES
1262 reloc.
1263
871a3f3b
C
1264Tue Feb 20 16:22:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1265
1266 * bfd.c (tdata): Add netbsd_core_data.
1267 * bfd-in2.h: Regenerated.
1268
1269Tue Feb 20 16:50:02 1996 Ian Lance Taylor <ian@cygnus.com>
1270
fe6fc35f
ILT
1271 * sunos.c (SUNOS_CONSTRUCTOR): Define.
1272 (sunos_add_one_symbol): Don't let a symbol from a dynamic object
1273 override a constructor symbol. Set SUNOS_CONSTRUCTOR when
1274 appropriate.
1275
871a3f3b
C
1276 * bout.c (b_out_squirt_out_relocs): Use udata.i rather than flags
1277 to get the symbol index, matching 14 Jul 95 change.
1278
d3785301
FF
1279Tue Feb 20 08:26:27 1996 Fred Fish <fnf@phydeaux.cygnus.com>
1280
1281 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
1282 Remove duplicate definition of gp.
1283
60a49e7f
ILT
1284Mon Feb 19 12:37:41 1996 Ian Lance Taylor <ian@cygnus.com>
1285
81bdcecf
ILT
1286 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't
1287 assume that we can set the GP value and then get the same value,
1288 since it won't be true if the output file is neither ELF nor
1289 ECOFF.
1290 * coff-mips.c (mips_adjust_reloc_in): Don't bother to use
1291 _bfd_get_gp_value here.
1292 (mips_gprel_reloc): Don't assume we can set and get the GP value.
1293 * elf32-mips.c (mips_elf_hi16_reloc): Get gp value from
1294 mips_elf_final_gp.
1295 (mips_elf_lo16_reloc): Likewise.
1296 (mips_elf_final_gp): Add pgp parameter. Set it to the GP value.
1297 Don't require that the BFD be ELF.
1298 (mips_elf_gprel16_reloc): Get gp value from mips_elf_final_gp.
1299 (mips_elf_gprel32_reloc): Likewise.
1300 (mips_elf_relocate_section): Don't assume we can set and get the
1301 GP value.
1302 (mips_elf_finish_dynamic_symbol): Don't bother to use
1303 _bfd_get_gp_value here.
1304
1305 * elf32-mips.c (mips_elf_create_procedure_table): Initialize sv.
1306 Don't change epdr between malloc and free. Be careful not to free
1307 NULL pointers. Zero out the first RPDR.
1308
7b61165a
ILT
1309 * configure.host: On Linux, only pass -rpath option if $(libdir)
1310 is neither /lib nor /usr/lib. From Alan Modra
1311 <alan@mullet.Levels.UniSA.Edu.Au>.
1312
60a49e7f
ILT
1313 * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to
1314 dt_name.
1315 (elf_dt_name): Rename from elf_dt_needed_name.
1316 * elf.c (bfd_elf_set_dt_needed_name): Use elf_dt_name, not
1317 elf_dt_needed_name.
1318 (bfd_elf_get_dt_soname): New function.
1319 * elflink.h (elf_link_add_object_symbols): Use elf_dt_name, not
1320 elf_dt_needed_name. Save the SONAME back in elf_dt_name.
1321 * bfd-in.h (bfd_elf_get_dt_soname): Declare.
1322 * bfd-in2.h: Rebuild.
1323
b268e261
DE
1324Mon Feb 19 02:50:23 1996 Doug Evans <dje@charmed.cygnus.com>
1325
1326 * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from
1327 _bfd_sparc_elf_reloc_type_lookup.
1328 (bfd_elf32_bfd_reloc_type_lookup): Update.
1329 * elf64-sparc.c (SPARC64_OLD_RELOCS): Define.
1330 (sparc64_elf_howto_table): Define.
1331 (sparc_reloc_map): Define.
1332 (sparc64_elf_reloc_type_lookup): New function.
1333 (sparc_elf_wdisp16_reloc): New function.
1334 (elf_info_to_howto): Use sparc64_elf_howto_table.
1335 (sparc64_elf_relocate_section): Likewise.
1336 (bfd_elf64_bfd_reloc_type_lookup): Update.
1337
9e2ef098
ILT
1338Sun Feb 18 15:02:25 1996 Ian Lance Taylor <ian@cygnus.com>
1339
1340 * configure.host: Check for 'do not mix' from native linker before
1341 trying to use -rpath.
1342
4c70373f
ILT
1343Fri Feb 16 12:46:18 1996 Ian Lance Taylor <ian@cygnus.com>
1344
cba3f8a9
ILT
1345 * bfd.c (_bfd_get_gp_value): New function.
1346 (_bfd_set_gp_value): New function.
1347 * libbfd-in.h (_bfd_get_gp_value): Declare.
1348 (_bfd_set_gp_value): Declare.
1349 * libbfd.h: Rebuild.
1350 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
1351 _bfd_get_gp_value and _bfd_set_gp_value rather than referring
1352 directly to the fields in the tdata information.
1353 (alpha_relocate_section): Likewise.
1354 * coff-mips.c (mips_adjust_reloc_in): Likewise.
1355 (mips_gprel_reloc): Likewise.
1356 (mips_relocate_section): Likewise.
1357 * elf32-mips.c (mips_elf_hi16_reloc): Likewise.
1358 (mips_elf_lo16_reloc): Likewise.
1359 (mips_elf_final_gp): Likewise.
1360 (mips_elf_gprel16_reloc): Likewise.
1361 (mips_elf_gprel32_reloc): Likewise.
1362 (mips_elf_relocate_section): Likewise.
1363 (mips_elf_finish_dynamic_symbol): Likewise.
1364
4c70373f
ILT
1365 * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx.
1366
a0a2dd54
ILT
1367Thu Feb 15 11:29:13 1996 Ian Lance Taylor <ian@cygnus.com>
1368
f54c7482 1369 * configure.in: Call AC_PROG_CC before configure.host.
65eed095
ILT
1370 * configure: Rebuild.
1371 * configure.host: Don't set information which autoconf should
1372 figure out, namely CC, CFLAGS, LDFLAGS, AR, and RANLIB.
65eed095 1373
14293419
ILT
1374 * configure.host: Remove go32 and win32 host information, since it
1375 should no longer be needed.
1376
edf3fe48
ILT
1377 * elf.c (map_sections_to_segments): If we have a .dynamic section,
1378 then start a new segment rather than put a writable section in a
1379 readonly segment.
1380
b5e4f369
ILT
1381 * configure.host: Set RPATH_ENVVAR.
1382
f2e33e27
ILT
1383 * Makefile.in: Rebuild dependencies.
1384
a0a2dd54
ILT
1385 * elflink.c (_bfd_elf_create_linker_section): Remove unused
1386 zero_section variable.
1387
52c6bc4d
ILT
1388Thu Feb 15 10:39:17 1996 H.J. Lu <hjl@zoom.com>
1389
1390 * Makefile.in ($(srcdir)/bfd-in2.h): Rename target from bfd-in2.h.
1391 ($(srcdir)/libbfd.h): Rename from libbfd.h.
1392 ($(srcdir)/libcoff.h): Rename from libcoff.h.
1393
c9e5279f
ILT
1394Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
1395
cb50baea
ILT
1396 * ieee.c (ieee_write_expression): Only use an R variable for a
1397 local symbol. Don't output a zero offset. Handle a zero address.
1398 (SRC_MASK, PCREL_OFFSET): Define based on KEEPMINUSPCININST.
1399 (rel32_howto, rel16_howto, rel8_howto): Use SRC_MASK and
1400 PCREL_OFFSET.
1401 (parse_expression): Don't try to handle multiple occurrences of a
1402 P variable. Handle I variables differently from X variables. Fix
1403 the order of minus expressions.
1404 (ieee_slurp_external_symbols): Generate an I variable for an NN
1405 record. Fix handling of ATI and ATX records.
1406 (ieee_slurp_sections): Only set minimal section attributes.
1407 Adjust them later, based on the section contents.
1408 (ieee_object_p): Read in the file until just after the ME record.
1409 Call ieee_slurp_section_data to set the section flags.
1410 (do_one): Add iterations parameter. Only repeat the first load
1411 item. Set the section and file reloc flags.
1412 (ieee_slurp_section_data): Set section flags. Pass iterations to
1413 do_one.
1414 (ieee_canonicalize_reloc): Handle I variables.
1415 (do_with_relocs): Only emit relocation size when necessary.
1416 Increase MAXRUN to 127. Change ov to be assigned, and take
1417 src_mask and pcrel_offset into account.
1418 (ieee_write_data_part): Skip sections that are not loaded.
1419 (ieee_write_external_part): Don't output optional last entry of WX
1420 records.
1421 (ieee_write_me_part): Make setting of me_record neater.
1422 (ieee_generic_stat_arch_elt): Get the size of an archive element.
1423
c9e5279f
ILT
1424 * syms.c (stt): Add entries for zerovars, vars, and code.
1425
1426 * elfcode.h (validate_reloc): New static function.
1427 (write_relocs): Call validate_reloc for non ELF relocs.
1428
1429 * elfxx-target.h (elf_symbol_leading_char): Define if not defined.
1430 (TARGET_BIG_SYM): Use elf_symbol_leading_char.
1431 (TARGET_LITTLE_SYM): Likewise.
1432
1433 * config.bfd (m68*-*-psos*): New target.
1434
d9d65be6
ILT
1435Tue Feb 13 15:56:22 1996 Bryan Ford <baford@snake.cs.utah.edu>
1436
1437 * i386msdos.c: Remove some #if 0 code.
1438 (msdos_write_object_contents): Don't include empty sections in the
1439 size computation, regardless of their address.
1440
1441Tue Feb 13 15:36:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1442
1443 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj
1444 is NULL, ie, the -r switch is used.
1445
db5970c7
ILT
1446Tue Feb 13 14:35:15 1996 Ian Lance Taylor <ian@cygnus.com>
1447
e9f03cd4
ILT
1448 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
1449 (BFD_RELOC_MIPS_GOT_LO16): Define.
b7384d22 1450 (BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MIPS_CALL_LO16): Define.
e9f03cd4
ILT
1451 * bfd-in2.h, libbfd.h: Rebuild.
1452 * elf32-mips.c (mips_reloc_map): Map new relocs.
1453
fe7c066a
ILT
1454 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
1455
1ab628e4
ILT
1456 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
1457 $(SHLINK).
1458
db5970c7
ILT
1459 * ieee.c (get_symbol): Set the section to bfd_abs_section.
1460 (do_with_relocs): If EXEC_P is set and there are no relocs, use a
1461 simple number for the section address, rather than an expression.
1462 Limit the number of bytes between relocs to MAXRUN.
1463 (ieee_write_me_part): Set me_record to the file offset after the
1464 start address.
1465 (ieee_write_processor): New static function.
1466 (ieee_write_object_contents): Use ieee_write_processor.
1467
318b7c18
ILT
1468Fri Feb 9 10:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
1469
db5970c7
ILT
1470 * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
1471
1472 * coff-aux.c: Change include of aux.h to aux-coff.h.
318b7c18 1473
56b64690
ILT
1474Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1475
1476 * elf32-m68k.c (elf_m68k_relocate_section): For a R_68K_RELATIVE
1477 relocation put the addend both in the reloc entry and the data.
1478 (elf_m68k_finish_dynamic_symbol): Likewise. Mask out marker in
1479 GOT offset value.
1480
1481 * elf32-m68k.c (elf_m68k_relocate_section): If -Bsymbolic, resolve
1482 a R_68K_PCxx reloc against a defined global symbol directly.
1483 (elf_m68k_check_relocs): Don't count such a reloc.
1484
1485 * elf32-m68k.c (elf_m68k_check_relocs): Don't record a symbol with
1486 a PLTxx reloc as dynamic. Disallow PLTxxO reloc against a local
1487 symbol for now, otherwise always record the symbol as dynamic.
1488 (elf_m68k_adjust_dynamic_symbol): If a symbol with a PLTxx reloc
1489 is not referenced by a dynamic object, and we are not making a
1490 shared object, then don't make a PLT entry. If we do make a PLT
1491 entry, make sure the symbol has been recorded as dynamic.
1492
5d649ca8
ILT
1493Wed Feb 7 13:56:06 1996 Ian Lance Taylor <ian@cygnus.com>
1494
1495 * configure.host: When making a shared library, set HLDFLAGS to
1496 pass an appropriate -rpath option. Use the make variable SONAME
1497 as the shared library soname, rather than computing it here. On
1498 SunOS, build stamp-tshlink in place of $(SHLINK).
1499 * Makefile.in (SONAME): New variable.
1500 ($(SHLINK)): Make a link to the transformed name, as well.
1501 (stamp-tshlink): New target.
1502 (install): Skip stamp-tshlink during install.
1503
8cc98cd5
MM
1504Wed Feb 7 13:37:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1505
56b64690
ILT
1506 * elf32-ppc.c (ppc_elf_add_symbol_hook): Do not assume that the
1507 linker sections have been set up yet.
1508
8cc98cd5
MM
1509 * elf.c (make_mapping): Add an additional argument to suppress
1510 making the first section include the program headers.
1511 (map_sections_to_segments): If the user used -Ttext such that the
1512 program headers are on a different page, do not set the flags
1513 saying that this section includes the program headers.
1514
fe16107d
C
1515Tue Feb 6 14:04:49 1996 J.T. Conklin <jtc@rtl.cygnus.com>
1516
1517 * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.
1518 don't define TRAD_HEADER.
1519 * configure: Rebuild.
1520
1521 * netbsd-core.c: New file, support for NetBSD core files.
1522 * hosts/*nbsd.h: Removed.
1523
f1783016
DE
1524Tue Feb 6 11:47:49 1996 Doug Evans <dje@charmed.cygnus.com>
1525
1526 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.
1527 (BFD_RELOC_SPARC_LO7 reloc type): Deleted.
1528 * libbfd.h, bfd-in2.h: Regenerated.
1529 * elf32-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Renamed from
1530 bfd_elf32_bfd_reloc_type_lookup.
1531 (reloc_type{,_names}): Deleted.
1532 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
1533 Add sparc64 relocs.
1534 (sparc_reloc_map): Add sparc64 relocs.
1535 (sparc_elf_notsupported_reloc): New static function.
1536 (sparc_elf_wdisp16_reloc): New static function.
1537 (elf32_sparc_check_relocs): Handle R_SPARC_WDISP{16,19}.
1538 (elf32_sparc_relocate_section): Likewise.
1539 (bfd_elf32_bfd_reloc_type_lookup): Define.
1540 * elf64-sparc.c (sparc64_elf_wdisp16_reloc): Deleted.
1541 (reloc_type{,_names}): Deleted.
1542 (elf_sparc_howto_table): Deleted.
1543 (sparc_reloc_map): Deleted.
1544 (_bfd_sparc_elf_howto_table): Renamed from elf_sparc_howto_table.
1545 (bfd_elf64_bfd_reloc_type_lookup): Change from function to #define.
1546
48fd00b6
ILT
1547Tue Feb 6 12:12:22 1996 Ian Lance Taylor <ian@cygnus.com>
1548
2300e217
ILT
1549 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a
1550 *-*-hpux* host.
1551
48fd00b6
ILT
1552 * Makefile.in (program_transform_name): New variable.
1553 (install): Transform library name before installing it.
1554
8adca582
ILT
1555Mon Feb 5 10:38:27 1996 Ian Lance Taylor <ian@cygnus.com>
1556
cbe75cb6
ILT
1557 * archures.c (bfd_mach_i960_hx): Define.
1558 * bfd-in2.h: Rebuild.
1559 * cpu-i960.c (scan_960_mach): Accept machine "hx".
1560 (MATRIX): Expand entries for HX.
1561 (arch_info_struct): Add i960:hx entry.
1562 * bout.c (b_out_set_arch_mach): Handle bfd_mach_i960_hx.
1563 * coffcode.h (coff_set_arch_mach_hook): Handle F_I960HX.
1564 (coff_set_flags): Handle bfd_mach_i960_hx.
1565
44f795f7
ILT
1566 Support for building as a shared library, based on patches from
1567 Alan Modra <alan@spri.levels.unisa.edu.au>:
1568 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
1569 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
1570 SHLIB_CFLAGS, COMMON_SHLIB, PICLIST, SHLINK.
1571 * configure: Rebuild.
1572 * configure.host: If --enable-shared, adjust shared library stuff
1573 based on the host. If the host is SunOS, and the linker supports
1574 -rpath, set HLDFLAGS to use it.
1575 * Makefile.in (ALLLIBS): New variable.
1576 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
1577 (COMMON_SHLIB, SHLINK): New variables.
1578 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
1579 (STAGESTUFF): Remove variable.
1580 (all): Depend upon $(ALLLIBS) and @PICLIST@ rather than
1581 $(TARGETLIB).
1582 (stamp-ofiles): New target, like old ofiles target, but build
1583 using a temporary file and move-if-change, and touch stamp-ofiles
1584 when done.
1585 (ofiles): Just depend upon stamp-ofiles.
1586 (stamp-piclist, piclist): New targets.
1587 ($(SHLIB), $(SHLINK)): New targets.
1588 (targets.o, archures.o): Build twice if PICFLAG is set.
1589 (do_mostlyclean): Remove pic/*.o.
1590 (do_clean): Remove stamp-ofiles, $(SHLIB), $(SHLINK), piclist, and
1591 stamp-piclist.
1592 (do_distclean): Remove pic and stamp-picdir.
1593 (install): Install shared libraries.
1594 ($(OFILES)): Depend upon stamp-picdir.
1595 (stamp-picdir): New target.
1596
cb62d2bc
ILT
1597 * libcoff-in.h: Add comment reminding people that libcoff.h is a
1598 generated file.
1599 * libcoff.h: Rebuild.
1600
8adca582
ILT
1601 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the
1602 flavour of a section with no owner.
1603
1604 * elf32-mips.c (mips_elf_create_dynamic_sections): Clear
1605 ELF_LINK_NON_ELF flag.
1606 (mips_elf_create_got_section): Likewise.
1607
1608 * elf.c: Revert last change, since it breaks dynamic linking.
1609 * elf-bfd.h (struct elf_backend_data): Remove want_hdr_in_seg
1610 field.
1611 * elf32-mips.c (elf_backend_want_hdr_in_seg): Don't define.
1612 * elfxx-target.h (elf_backend_want_hdr_in_seg): Don't define.
1613 (elfNN_bed): Don't initialize want_hdr_in_seg field.
1614
1615Sun Feb 4 20:45:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1616
1617 * elf.c (assign_file_positions_for_segments): If the backend does
1618 not want the elf header or the program headers in the address
1619 space, do not include them in the calculations.
1620
1621 * elf32-ppc.c (ppc_elf_additional_program_headers): New hook
1622 function to determine if we need additional program headers.
1623 (ppc_elf_modify_segment_map): Define as a NOP function for now.
1624 (ppc_elf_create_linker_section): .sdata2 is a read-only section.
1625
0f09ddd4
ILT
1626Sat Feb 3 23:00:03 1996 Ian Lance Taylor <ian@cygnus.com>
1627
1628 * coffcode.h: Move today's libcoff.h change into coffcode.h.
1629
b48f10ba
FF
1630Sat Feb 3 15:43:44 1996 Fred Fish <fnf@cygnus.com>
1631
0f09ddd4
ILT
1632 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args
1633 back into one line. Some compilers (sunos 4.1.3 for example)
1634 won't accept args split across more than one line.
b48f10ba 1635
50761d3b
SC
1636Fri Feb 2 11:42:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
1637
1638 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.
1639 * configure: Regenerate.
1640
9dce8260
JL
1641Fri Feb 2 12:12:16 1996 Jeffrey A Law (law@cygnus.com)
1642
1643 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
1644 try to do arithmetic on a void *, cast it to a unsigned char * first.
1645
6c55897c
ILT
1646Thu Feb 1 16:04:06 1996 Ian Lance Taylor <ian@cygnus.com>
1647
869b7d80
ILT
1648 * elf-bfd.h (ELF_LINK_NON_ELF): Define.
1649 * elf.c (_bfd_elf_link_hash_newfunc): Set elf_link_hash_flags to
1650 ELF_LINK_NON_ELF.
1651 * elflink.h (elf_link_add_object_symbols): Reset ELF_LINK_NON_ELF
1652 flag for a newly defined symbol.
1653 (NAME(bfd_elf,record_link_assignment)): Likewise.
1654 (elf_adjust_dynamic_symbol): If ELF_LINK_NON_ELF is set, try to
1655 set the DEF or REF_REGULAR flags correctly.
1656
6f6956c6
ILT
1657 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.
1658 (libbfd.h, libcoff.h): Corresponding change.
1659
6c55897c
ILT
1660 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with
1661 a PLT32 reloc as dynamic.
1662 (elf_i386_adjust_dynamic_symbol): If a symbol with a PLT32 reloc
1663 is not referenced by a dynamic object, and we are not making a
1664 shared object, then don't make a PLT entry. If we do make a PLT
1665 entry, make sure the symbol has been recorded as dynamic.
1666
b06136f2
SC
1667Wed Jan 31 17:23:32 1996 Steve Chamberlain <sac@slash.cygnus.com>
1668
1669 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.
1670 * config.bfd (i[345]86-*-win32): Becomes i[345]86-*-cygwin32.
1671 (powerpcle-*-cygwin32): New.
1672 * peicode.h (add_data_entry): Get address from vma.
1673
5c867ecd
MM
1674Wed Jan 31 16:23:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1675
1676 * elflink.c (_bfd_elf_create_linker_section): If the symbol
1677 attached to the section has already been created as an undefined
1678 symbol, treat it as if it hasn't been created yet.
1679
28c16b55
ILT
1680Wed Jan 31 16:16:53 1996 Ian Lance Taylor <ian@cygnus.com>
1681
1682 * elflink.h (elf_bfd_final_link): Don't output initial dummy
1683 symbol or section symbols if stripping all symbols and this is not
1684 a relocateable link. Don't output the symbol string table if
1685 there are no symbols.
1686 (elf_link_flush_output_syms): Don't do anything if there are no
1687 symbols to flush.
1688
d19df9b5
ILT
1689Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
1690
1691 * coff-aux.c: New file.
1692 * hosts/m68kaux.h: New file.
1693 * config.bfd (m68*-apple-aux*): New target.
1694 * configure.in (m68*-apple-aux*): New native host.
1695 (m68kaux_coff_vec): New vector.
1696 * configure: Rebuild.
1697 * targets.c (m68kaux_coff_vec): Declare.
1698 * coffcode.h (bfd_coff_backend_data): Add field
1699 _bfd_coff_link_add_one_symbol.
1700 (bfd_coff_link_add_one_symbol): Define.
1701 (compare_arelent_ptr): New static function if TARG_AUX.
1702 (coff_write_relocs): If TARG_AUX, sort the relocs.
1703 (coff_write_object_contents): Set A/UX aouthdr magic number.
1704 (coff_link_add_one_symbol): Define if not defined.
1705 (bfd_coff_std_swap_table): Initialize new field.
1706 * libcoff.h: Rebuild.
1707 * cofflink.c (coff_link_add_symbols): Call
1708 bfd_coff_link_add_one_symbol rather than
1709 _bfd_generic_link_add_one_symbol.
1710 * coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
1711 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
1712 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1713 * Makefile.in: Rebuild dependencies.
1714 (BFD32_BACKENDS): Add coff-aux.o.
1715 (BFD32_BACKENDS_CFILES): Add coff-aux.c.
1716
a796aafd
ILT
1717Wed Jan 31 11:37:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1718
1719 * elf32-m68k.c (elf_m68k_relocate_section): Fix R_68K_GOT*
1720 relocation; ignore addend with R_68K_{GOT,PLT}*O relocation.
1721
a8763553
ILT
1722Tue Jan 30 12:09:04 1996 Ian Lance Taylor <ian@cygnus.com>
1723
66761e59
ILT
1724 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,
1725 $(srcdir)/libbfd.h and $(srcdir)/libcoff.h.
1726 (maintainer-clean): Warn about deleting special files.
1727 (bfd-in2.h, libbfd.h, libcoff.h): New targets.
1728
cf5138e3
ILT
1729 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect and
1730 warning symbols correctly.
1731 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1732 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1733 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1734 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1735 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1736 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1737
a8763553
ILT
1738 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoid
1739 warnings.
1740
bdd2e7f1
KK
1741Mon Jan 29 14:27:24 1996 Kim Knuttila <krk@cygnus.com>
1742
1743 * libcoff-in.h: aligned newly exported names with bfd naming
1744 conventions. Removed an erroneous define of POWERPC_LE_PE.
1745 * libcoff.h: Rebuild.
1746 * cofflink.c, coff-ppc.c: the above function name changes
1747
d2bb6c79
ILT
1748Mon Jan 29 13:06:28 1996 Ian Lance Taylor <ian@cygnus.com>
1749
eb5bc1f3
ILT
1750 From Basim Kadhim <kadhim@spock.cs.colorado.edu>:
1751 * ecoff.c (struct extsym_info): Define.
1752 (_bfd_ecoff_bfd_final_link): Pass a pointer to struct extsym_info
1753 to ecoff_link_write_external.
1754 (ecoff_link_write_external): Accept a struct extsym_info pointer.
1755 Strip symbols when appropriate.
1756
052b35d2
ILT
1757 Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:
1758 * syms.c (BSF_OBJECT): Define.
1759 (bfd_print_symbol_vandf): Print 'O' for BSF_OBJECT.
1760 * bfd-in2.h: Rebuild.
1761 * elfcode.h (elf_slurp_symbol_table): Set BSF_OBJECT for an
1762 STT_OBJECT symbol.
1763 * elf.c (swap_out_syms): Only set type to STT_OBJECT if BSF_OBJECT
1764 is set.
1765
53787b23
ILT
1766 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, when
1767 copying relocs into a shared object, treat a defined global symbol
1768 as a local symbol.
1769 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1770 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1771 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1772
d2bb6c79
ILT
1773 * elflink.h (elf_link_add_object_symbols): Only set weakdef to a
1774 real defined symbol, not to a weak defined symbol.
1775
13d1a4dd
KK
1776Mon Jan 29 11:34:36 1996 Kim Knuttila <krk@cygnus.com>
1777
1778 * cofflink.c: removed the POWERPC_LE_PE hack, promoted some types
1779 and made a few static functions externs.
1780
1781 * coff-ppc.c (ppc_bfd_coff_final_link): new function, replaces the
1782 POWERPC_LE_PE hack in cofflink.
1783
1784 * libcoff-in.h: promoted the following from cofflink.c to allow
1785 _bfd_coff_final_link to be overridden - STRING_SIZE_SIZE,
1786 coff_debug_merge_element, struct coff_debug_merge_type,
1787 coff_debug_merge_hash_entry, coff_debug_merge_hash_table,
1788 coff_debug_merge_hash_table_init, coff_debug_merge_hash_table_free,
1789 coff_debug_merge_hash_lookup, coff_link_section_info,
1790 coff_final_link_info, coff_debug_merge_hash_newfunc,
1791 coff_write_global_sym, coff_link_input_bfd, coff_reloc_link_order.
1792
1793 * libcoff.h: re-gen'd
1794
86aac8ea
ILT
1795Fri Jan 26 18:33:35 1996 Ian Lance Taylor <ian@cygnus.com>
1796
1797 * syms.c: Include "bfdlink.h".
1798 (struct stab_find_info): Define.
1799 (_bfd_stab_section_find_nearest_line): New function.
1800 * libbfd-in.h (_bfd_stab_section_find_nearest_line): Declare.
1801 * libbfd.h: Rebuild.
1802 * elf-bfd.h (struct elf_obj_tdata): Add line_info field.
1803 * elf.c (_bfd_elf_find_nearest_line): Try calling
1804 _bfd_stab_section_find_nearest_line before searching the ELF
1805 symbol table. Find the closest STT_FUNC symbol, not the last one.
1806 * libcoff-in.h (coff_data_type): Add line_info field.
bdd2e7f1 1807 * libcoff.h: Rebuild.
86aac8ea
ILT
1808 * coffgen.c (coff_find_nearest_line): Try calling
1809 _bfd_stab_section_find_nearest_line before searching the COFF
1810 symbol table.
1811 * Makefile.in: Rebuild dependencies.
1812
1813Fri Jan 26 16:11:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1814
1815 * elf32-ppc.c (R_PPC_EMB_SDA21 relocations): Make relocation size
1816 4 bytes, so we get the correct value when updating the register
1817 field in little endian mode.
1818
43d36aad
ILT
1819Thu Jan 25 12:14:16 1996 Ian Lance Taylor <ian@cygnus.com>
1820
f0a97077
ILT
1821 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
1822 entry_section fields. Add sntoc and snentry fields.
1823 * libcoff.h: Rebuild.
1824 * coffcode.h (coff_mkobject_hook): Initialize sntoc and snentry,
1825 not toc_section and entry_section (the COFF file does not have any
1826 sections at this point).
1827 (coff_write_object_contents): Set o_snentry and o_sntoc from
1828 snentry and sntoc rather than entry_section and toc_section.
1829 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy sntoc and
1830 snentry, not toc_section and entry_section.
1831 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't set
1832 entry_section from hentry.
1833 (xcoff_link_input_bfd): If a defined symbol has XCOFF_ENTRY set,
ea2504d5 1834 set snenty.
f0a97077
ILT
1835 (xcoff_link_input_bfd): Set sntoc, not toc_section.
1836 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
1837 than using toc_section directly.
1838
9b4598d0
ILT
1839 * archures.c: Add missing `.' in enum bfd_architecture.
1840 * bfd-in2.h: Rebuild.
1841
43d36aad
ILT
1842 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. From
1843 Robert Lipe <robertl@arnet.com>.
1844
eb82bc60
MM
1845Thu Jan 25 12:08:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1846
1847 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Add .rela.sdata{,2}
1848 to sections we allocate. Use bfd_zalloc to allocate initialial
1849 sections, not bfd_alloc.
1850 (ppc_elf_check_relocs): Remove BFD_ASSERTs for !shared from
1851 SDA{,2}I16 relocations.
1852 (ppc_elf_add_symbol_hook): Use the value of -G nn to determine
1853 whether to put something in .sbss or not.
1854 (ppc_elf_relocate_section): Add support for more relocations. Add
c1e65e24
MM
1855 in sec->output_offset where appropriate. Make error messages
1856 include the symbol name.
eb82bc60
MM
1857
1858 * elflink.c (_bfd_elf_create_linker_section): Lookup symbol before
1859 trying to add it to the symbol table, so _GLOBAL_OFFSET_TABLE_
1860 doesn't get redefined messages if -shared.
1861
1862 * elflink.h (elf_create_pointer_linker_section) Only bump RELA
1863 section if the rel_section field has been set up.
1864
9d621c7d
MM
1865Wed Jan 24 20:40:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1866
1867 * elf32-ppc.c (ppc_elf_relocate_section): Fix typo in eabi
1868 relocations.
1869
75c9ddc9
DE
1870Wed Jan 24 10:38:34 1996 Doug Evans <dje@charmed.cygnus.com>
1871
1872 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking
1873 of flags, only flags used are controlled by mach number. Bump up
1874 output file mach number to highest of input file mach numbers.
1875 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.
1876 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
1877
72c513bc
DE
1878 * config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
1879 bfd_elf64_sparc_vec support.
1880
3cbe19d2
MM
1881Tue Jan 23 14:33:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1882
1883 * elf32-ppc.c (ppc_elf_copy_private_bfd_data): Don't complain if
1884 the embedded bit is set on some objects and not on others. Just
1885 or it together.
d8fd85ad
MM
1886 (ppc_elf_relocate_section): Implement R_PPC_EMB_{SDA21,RELSDA}
1887 relocations.
3cbe19d2 1888
5eb83ede
ILT
1889Tue Jan 23 14:22:45 1996 Ian Lance Taylor <ian@cygnus.com>
1890
4a3d3b42
ILT
1891 * coffcode.h (coff_new_section_hook): Don't try to align the
1892 .stabstr section.
1893
5eb83ede
ILT
1894 * coffcode.h (coff_set_section_contents): Fix the handling of the
1895 .lib section to work even if the entire section contents are
1896 written at once. From Gvran Uddeborg <gvran@uddeborg.pp.se> and
1897 Robert Lipe <robertl@arnet.com>.
1898
05f927dd
MM
1899Mon Jan 22 18:45:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1900
1901 * elflink.h (elf_finish_pointer_linker_section): Don't allocate
1902 memory here for contents.
1903
1904 * elf32-ppc.c (ppc_elf_relocate_section): Bump up _SDA_BASE_ and
1905 _SDA2_BASE_ by 32768.
1906 (ppc_elf_size_dynamic_sections): #if out PLT code which we haven't
1907 started using. Allocate contents for .sdata and .sdata2 sections
1908 also.
1909 (ppc_elf_check_relocs): Use bfd_get_section_name in debug message,
1910 rather than _name.
1911 (ppc_elf_finish_dynamic_symbol): Remove code that attempted to
1912 size _SDA{,2}_BASE_.
1913 (ppc_elf_relocate_section): Change how sdata{,2} relocations are
1914 done.
1915
5bc513b4
DE
1916Mon Jan 22 08:52:04 1996 Doug Evans <dje@charmed.cygnus.com>
1917
5a5bac64
DE
1918 * elflink.h (elf_finish_pointer_linker_section): Fix typo.
1919
5bc513b4 1920 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
5bc513b4 1921 (bfd_mach_sparc_{v8plus,v8plusa}): Define.
5bc513b4 1922 (bfd_mach_sparc_v9a): Define.
049f3d4c 1923 (bfd_mach_sparc_v9_p): Define.
5bc513b4
DE
1924 * bfd-in2.h: Regenerated.
1925 * aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
1926 bfd_mach_sparc_v9.
d3366d23 1927 * elf64-sparc.c (sparc64_elf_object_p): Likewise.
5bc513b4
DE
1928 * config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
1929 to bfd_elf32_sparc_vec.
1930 * cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
5bc513b4 1931 Add v8plus{,a} support.
5bc513b4 1932 Add v9a support.
768b8ade 1933 (sparc_compatible): New function.
5bc513b4 1934 * elf32-sparc.h: #include "elf/sparc.h".
75c9ddc9 1935 (elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
5bc513b4 1936 elf32_sparc_final_write_processing): New functions.
75c9ddc9 1937 (bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
5bc513b4 1938 elf_backend_final_write_processing): Define.
5bc513b4 1939
3b3753b8
MM
1940Mon Jan 22 11:21:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1941
1942 * elf-bfd.h (struct elf_link_hash_entry): Add
1943 linker_section_pointer field.
1944 (enum elf_linker_section_enum): Enumeration for new way of
1945 creating linker dynamic sections and symbols.
1946 (elf_linker_section{,_pointers}): New structures for creating
1947 dynamic sections and symbols.
1948 (elf_obj_tdata): Add linker_section_pointers and linker_section
1949 fields.
1950 (elf_local_ptr_offsets,elf_linker_section): New accessor macros.
1951 (_bfd_elf_create_linker_section): New declarations.
1952 (_bfd_elf_find_pointer_linker_section): Ditto.
1953 (bfd_elf{32,64}_{create,finish}_pointer_linker_section): Ditto.
1954 (_bfd_elf_make_linker_section_rela): Ditto.
1955
1956 * elf.c (_bfd_elf_link_hash_newfunc): Initialize new fields.
1957
1958 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Delete.
1959 (ppc_elf_create_linker_section): New function to create the
1960 sections .got, .sdata, and .sdata2.
1961 (ppc_elf_size_dynamic_sections): Zap .rela.{sdata,sdata2} if
1962 needed.
1963 (ppc_elf_check_relocs): Support more of the eabi relocations.
1964 (ppc_elf_relocate_section): Ditto.
1965 (ppc_elf_finish_dynamic_symbols): Adjust _SDA{,2}_BASE_ by 32768
1966 if the .sdata{,2} + .sbss{,2} section size is > 32k.
1967
1968 * elflink.h (elf_create_pointer_linker_section): New function to
1969 create initialized pointers in dynamic linker sections.
1970 (elf_finish_pointer_linker_section): Actually intialize the
1971 pointers created above.
1972
1973 * elfcode.h (bfd_elf{32,64}_create_pointer_linker_section): New
1974 macros to provide both 32 and 64 bit versions of
1975 elf_create_pointer_linker_section.
1976 (bfd_elf{32,64}_finish_pointer_linker_section): New macros to
1977 provide both 32 and 64 bit versions of
1978 elf_finish_pointer_linker_section.
1979
1980 * elflink.c (_bfd_elf_create_linker_section): New function to
1981 create a linker section.
1982 (_bfd_elf_find_pointer_linker_section): Find a unique pointer to a
1983 given address in the linker pointer offsets created for a given
1984 symbol.
1985 (_bfd_elf_make_linker_section_rela): Make a RELA section
1986 corresponding to the generated linker section.
1987
6b3eb07e
DE
1988Sat Jan 20 08:36:10 1996 Doug Evans <dje@canuck.cygnus.com>
1989
1990 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.
1991
e7894f6b
KK
1992Thu Jan 18 18:25:34 1996 Kim Knuttila <krk@cygnus.com>
1993
1994 * coff-ppc.c (coff_ppc_relocate_section): changed TOCDEFN relocs.
1995 (coff_ppc_relocate_section): Handle special values for gcc built dlls.
1996 (dump_toc): fix diagnosing code to identify out-of-toc-bounds entries.
1997 Also begin the toc at 4 as an eye catcher ('31313131' marks the first
1998 toc entry in an objdump) for now.
1999 (ppc_do_last, ppc_get_last): New function - needed to save processing
2000 the toc owner to the end.
2001 (ppc_coff_swap_sym_in_hook): Removed an incorrect hack for doing the
2002 toc owner last.
2003
2004 * cofflink.c (_bfd_coff_final_link): Added a new hack to keep the
2005 toc owner from being done till last. Must define POWERPC_LE_PC
2006 to enable it.
2007
2008 * coffcode.h (coff_set_alignment_hook): alignment setting for .stab
2009
2010 * peicode.h (coff_swap_scnhdr_out): set section flags for stab/str
2011 to INFO.
2012 (coff_swap_aouthdr_out): Removed a non-working hack for computing the
2013 SizeOfImage for PowerPC. Ignore the size of the .junk section.
2014
80b99ca0
ILT
2015Thu Jan 18 17:42:12 1996 Ian Lance Taylor <ian@cygnus.com>
2016
2017 * elfcore.h: Include <signal.h> before <sys/procfs.h>.
2018
df96df4c
ILT
2019Wed Jan 17 12:40:14 1996 Ian Lance Taylor <ian@cygnus.com>
2020
2021 * cpu-powerpc.c (arch_info_struct): Change last entry to not point
2022 back to first.
2023 (bfd_powerpc_arch): Point at first entry in arch_info_struct.
2024
d49ddb85
ILT
2025Tue Jan 16 15:10:49 1996 Ian Lance Taylor <ian@cygnus.com>
2026
2027 * elf.c (assign_file_positions_for_segments): Don't increment file
2028 offset for a segment which contains no loadable sections.
2029
4500a112
MM
2030Mon Jan 15 17:46:27 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2031
2032 * reloc.c: Add new PowerPC relocations.
2033 * {bfd-in2,libbfd}.h: Regenerate.
2034
2035 * elf32-ppc.c (ppc_elf_howto_raw): Add more PPC relocations.
2036 (ppc_elf_reloc_type_lookup): Lookup new relocations.
2037
252239f8
ILT
2038Mon Jan 15 14:29:44 1996 Ian Lance Taylor <ian@cygnus.com>
2039
20ab764e
ILT
2040 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22
2041 entries.
2042
0a4ffa2d
ILT
2043 * sunos.c (sunos_scan_ext_relocs): Don't fail assert if
2044 info->shared.
2045
45ca3195
ILT
2046 * coffgen.c (coff_find_nearest_line): Don't try to cache
2047 information in sections that are not owned by a BFD. From Richard
2048 Henderson <richard@atheist.tamu.edu>.
2049
252239f8
ILT
2050 * elf32-mips.c: Numerous changes to dynamic linking code, mostly
2051 from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
2052 * elflink.h (elf_link_output_extsym): Remove special check for
2053 _rld_new_interface.
2054
2055 * ecoffswap.h: Add prototypes for static functions.
2056
bd2d10c0
MM
2057Sun Jan 14 21:36:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2058
2059 * elf32-ppc.c (ppc_elf_{unsupported,std}_reloc): Remove functions.
2060 (ppc_elf_howto_raw): Remove ppc_elf_{unsupported,std}_reloc
2061 references.
2062 (ppc_elf_relocate_section): No longer allow .sdata/.sbss sections
2063 to satisfy a TOC16 relocation. Rewrite unsupported relocation
2064 support. Begin support for R_PPC_SDA{2,}REL.
2065
1c3a295b
MM
2066Sat Jan 13 09:36:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2067
2068 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to
2069 create the .got and .got.neg sections.
2070 (ppc_elf_size_dynamic_sections): Call it.
2071 (ppc_elf_check_relocs): Call it.
2072 (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got.
2073 (ppc_elf_check_relocs): Add error messages for relocations we
2074 don't yet support. Do not include R_PPC_SDAREL16 like a GOT
2075 relocation.
2076
57081126
MM
2077Fri Jan 12 15:27:59 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2078
2079 * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new
2080 section flags for V.4 and eabi.
2081
3c38b3df
ILT
2082Fri Jan 12 13:59:16 1996 Ian Lance Taylor <ian@cygnus.com>
2083
14899eb7
ILT
2084 * elf.c (assign_file_positions_for_segments): If a segment
2085 contains no sections, don't mark it as readable.
2086
98bb57ad
ILT
2087 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
2088 * elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
2089
02fcd126
ILT
2090 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of
2091 dynamic section, if there is one.
2092 * elf-bfd.h (struct elf_size_info): Add swap_dyn_in field.
2093 (bfd_elf32_swap_dyn_in): Change type of second parameter to PTR.
2094 (bfd_elf64_swap_dyn_in): Likewise.
2095 * elfcode.h (elf_swap_dyn_in): Change type of second parameter to
2096 PTR.
2097 (NAME(_bfd_elf,size_info)): Initialize swap_dyn_in field.
2098
3c38b3df
ILT
2099 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a
2100 DT_TEXTREL entry because of .rel.plt. From Martin Pirker
2101 <pirker@eiunix.tuwien.ac.at>.
2102
83f4323e
MM
2103Thu Jan 11 17:06:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2104
2105 * section.c (SEC_{EXCLUDE,SORT_ENTRIES}): New section flags for
2106 PowerPC V.4 and eabi.
2107 * bfd-in2.h: Regenerate.
2108 * libfd.h: Regenerate.
2109
2110 * elfxx-target.h (TARGET_{BIG,LITTLE}_SYM): Add new flags.
2111
2112 * elf32-ppc.c (ppc_elf_section_from_shdr): Support SHT_ORDERED
2113 section type and SHF_EXCLUDE section flag, turning them into the
2114 appropriate bfd section flag.
2115
a0271667
ILT
2116Thu Jan 11 11:23:30 1996 Ian Lance Taylor <ian@cygnus.com>
2117
c9746fb6
ILT
2118 * xcofflink.c (xcoff_link_add_symbols): Create the special
2119 sections if we see a DYNAMIC object, in case that is the only
2120 XCOFF input object we see.
2121
5b3b9ff6
ILT
2122 * elf32-mips.c: Extensive changes for a start at dynamic linking
2123 support, from Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
2124
2125 * elf-bfd.h (struct elf_backend_data): Add type_change_ok field.
2126 (struct elf_backend_data): Remove
2127 elf_backend_create_program_headers field. Add
2128 elf_backend_additional_program_headers and
2129 elf_backend_modify_segment_map fields.
2130 * elfxx-target.h (elf_backend_type_change_ok): Define if not
2131 defined.
2132 (elf_backend_additional_program_headers): Likewise.
2133 (elf_backend_modify_segment_map): Likewise.
2134 (elf_backend_create_program_headers): Don't define.
2135 (elfNN_bed): Change to account for field changes.
2136 * elf.c (assign_file_positions_for_segments): Call new
2137 modify_segment_map backend function. Don't call old
2138 create_program_headers backend function.
2139 (get_program_header_size): Call additional_program_headers rather
2140 than create_program_headers.
2141 * elflink.h (elf_link_add_object_symbols): Initialize
2142 type_change_ok from new backend field.
2143 (elf_link_output_extsym): Don't warn if _rld_new_interface is
2144 defined.
2145 (elf_reloc_link_order): Treat a reloc against a defined symbol as
2146 a reloc against the appropriate section.
2147
761f377f
ILT
2148 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.
2149 (struct elf_obj_tdata): Rename ppc_flags_init field to flags_init.
2150 (elf_flags_init): Rename from elf_ppc_flags_init.
2151 * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not
2152 elf_ppc_flags_init.
2153 (ppc_elf_copy_private_bfd_data): Likewise.
2154 (ppc_elf_merge_private_bfd_data): Likewise.
2155
a0271667
ILT
2156 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
2157 relocation entries.
2158
64d5f5d0
ILT
2159Tue Jan 9 15:22:53 1996 David Mosberger-Tang <davidm@azstarnet.com>
2160
2161 * coff-alpha.c (alpha_relocate_section): During final link, allow
2162 output .lita section to be bigger than 64k by adjusting gp value
2163 on a per-input section basis.
2164 * libecoff.h (struct ecoff_tdata): Add issued_multiple_gp_warning
2165 field.
2166 (struct ecoff_section_tdata): Add gp field.
2167
c40d9c77
ILT
2168Tue Jan 9 12:00:36 1996 Ian Lance Taylor <ian@cygnus.com>
2169
64d5f5d0
ILT
2170 Handle Alpha ECOFF changes in OSF/1 3.2.
2171 * libecoff.h (struct ecoff_backend_data): Add get_elt_at_filepos
2172 field.
2173 * coff-alpha.c: Include "aout/ar.h".
2174 (alpha_ecoff_get_relocated_section_contents): Don't require an
2175 ALPHA_R_IGNORE reloc after an ALPHA_R_GPDISP reloc, since OSF/1
2176 3.2 doesn't generate one.
2177 (alpha_relocate_section): Likewise.
2178 (alpha_ecoff_slurp_armap): Define.
2179 (alpha_ecoff_slurp_extended_name_table): Define.
2180 (alpha_ecoff_construct_extended_name_table): Define.
2181 (alpha_ecoff_truncate_arname): Define.
2182 (alpha_ecoff_write_armap): Define.
2183 (alpha_ecoff_generic_stat_arch_elt): Define.
2184 (alpha_ecoff_update_armap_timestamp): Define.
2185 (ARFZMAG): Define.
2186 (alpha_ecoff_read_ar_hdr): New static function.
2187 (alpha_ecoff_get_elt_at_filepos): New static function.
2188 (alpha_ecoff_openr_next_archived_file): New static function.
2189 (alpha_ecoff_get_elt_at_index): New static function.
2190 (alpha_ecoff_backend_data): Initialize get_elt_at_filepos field.
2191 (ecoffalpha_little_vec): Change BFD_JUMP_TABLE_ARCHIVE from
2192 _bfd_ecoff to alpha_ecoff.
2193 * ecoff.c (ecoff_link_add_archive_symbols): Use get_elt_at_filepos
2194 field from backend structure, rather than always calling
2195 _bfd_get_elt_at_filepos.
2196 * coff-mips.c (mips_ecoff_backend_data): Initialize
2197 get_elt_at_filepos field.
2198 * archive.c (_bfd_generic_read_ar_hdr_mag): New function, copied
2199 from _bfd_generic_read_ar_hdr with minor changes.
2200 (_bfd_generic_read_ar_hdr): Use _bfd_generic_read_ar_hdr_mag.
2201 * libbfd-in.h (_bfd_generic_read_ar_hdr_mag): Declare.
2202 * libbfd.h: Rebuild.
2203
2204 * bfd-in.h (BFD_IN_MEMORY): Define.
2205 * libbfd-in.h (struct bfd_in_memory): Define.
2206 * libbfd.c (bfd_read): Handle BFD_IN_MEMORY flag.
2207 (bfd_get_file_window): Don't try to map a BFD_IN_MEMORY file.
2208 (bfd_write, bfd_stat): Abort if BFD_IN_MEMORY is set.
2209 (bfd_tell, bfd_flush, bfd_seek): Handle BFD_IN_MEMORY flag.
2210 * bfd.c (struct _bfd): Change iostream field from char * to PTR.
2211 (bfd_get_size): Handle BFD_IN_MEMORY flag.
2212 * cache.c (bfd_cache_close): Ignore BFD_IN_MEMORY files.
2213 (bfd_open_file): Cast to PTR, not char *, when setting iostream.
2214 (bfd_cache_lookup_worker): Abort if BFD_IN_MEMORY is set.
2215 * opncls.c (bfd_fdopenr): Cast to PTR, not char *, when setting
2216 iostream.
2217 (bfd_openstreamr): Likewise.
2218 * aoutx.h (NAME(aout,some_aout_object_p)): Only fstat iostream if
2219 BFD_IN_MEMORY is not set.
2220 * riscix.c (riscix_some_aout_object_p): Likewise.
2221 * bfd-in2.h, libbfd.h: Rebuild.
2222
2223 * targets.c (bfd_target): Add _bfd_get_elt_at_index field.
2224 (BFD_JUMP_TABLE_ARCHIVE): Add _get_elt_at_index.
2225 (bfd_get_elt_at_index): Define.
2226 * archive.c (_bfd_generic_get_elt_at_index): Rename from
2227 bfd_get_elt_at_index. Change index parameter from int to
2228 symindex.
2229 * libbfd-in.h (_bfd_generic_get_elt_at_index): Declare.
2230 (_bfd_noarchive_get_elt_at_index): Define.
2231 (_bfd_archive_bsd_get_elt_at_index): Define.
2232 (_bfd_archive_coff_get_elt_at_index): Define.
2233 * bfd-in2.h, libbfd.h: Rebuild.
2234 * aout-target.h (MY_get_elt_at_index): Define if not defined.
2235 * coff-rs6000.c (xcoff_get_elt_at_index): Define.
2236 * ieee.c (ieee_get_elt_at_index): Define.
2237 * libecoff.h (_bfd_ecoff_get_elt_at_index): Define.
2238 * oasys.c (oasys_get_elt_at_index): Define.
2239 * som.c (som_get_elt_at_index): Define.
2240
c40d9c77
ILT
2241 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line
2242 numbers to the .text section.
2243
efa77952
ILT
2244Mon Jan 8 17:00:57 1996 Ian Lance Taylor <ian@cygnus.com>
2245
2246 * ieee.c (ieee_write_debug_part): Change return type to boolean.
2247 If there is a SEC_DEBUGGING section, get the contents of the debug
2248 information part from it.
2249 (ieee_set_section_contents): Store the contents of a SEC_DEBUGGING
2250 section in memory.
2251 (ieee_write_object_contents): Check ieee_write_debug_part return.
2252
767f22d5
FF
2253Thu Jan 4 17:12:37 1996 Fred Fish <fnf@cygnus.com>
2254
2255 * config.bfd (i[345]86-*-freebsd*): Add target.
2256 * configure.in (i386freebsd_vec): Add vec.
2257 * configure: Regenerate.
2258 * Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
2259 (BFD32_BACKENDS_CFILES): Add i386freebsd.c.
2260 Rebuild dependencies..
2261 * freebsd.h: New file.
2262 * i386freebsd.c: New file.
2263 * targets.c (i386freebsd_vec): Declare.
2264 (bfd_target_vector): Add i386freebsd_vec.
2265 * i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
2266 * i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
2267
f8254a3c
ILT
2268Thu Jan 4 16:27:46 1996 Ian Lance Taylor <ian@cygnus.com>
2269
2270 * ieee.c (ieee_slurp_debug): New static function.
2271 (ieee_object_p): Call it.
2272 (ieee_slurp_section_data): Skip debugging sections.
2273 (ieee_get_reloc_upper_bound): Likewise.
2274 (ieee_get_section_contents): Likewise.
2275 (ieee_canonicalize_reloc): Likewise.
2276 (ieee_write_section_part): Likewise.
2277 (ieee_write_debug_part): Likewise.
2278 (ieee_write_data_part): Likewise.
2279 (init_for_output): Likewise.
2280
07a159db
MM
2281Wed Jan 3 19:42:47 1996 Michael Meissner <meissner@wogglebug.tiac.net>
2282
2283 * elf32-ppc.c (ppc_elf_relocate_section): Make @GOT relocations
2284 work.
2285 (ppc_elf_howto_raw): Just use bfd_elf_generic_reloc for all howto
2286 relocs, since ppc_elf_relocate_section handles the linker case.
2287 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_reloc): Delete, no longer
2288 used.
2289 (ppc_elf_{addr16_ha,got16,toc16,brtaken}_inner): Merge these into
2290 ppc_elf_relocate_section since that is now the only caller.
2291 (ppc_elf_relocate_section): Ditto.
2292
d812945a
ILT
2293Wed Jan 3 15:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
2294
2295 * coffcode.h (coff_write_object_contents): If we don't know the
2296 section of the entry point for an XCOFF executable, always set the
2297 entry address to -1.
2298
3a56d0b4
MM
2299Tue Jan 2 14:17:15 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2300
2301 * elf.c (bfd_section_from_shdr): Add support for note sections.
2302
c4406e50
ILT
2303Tue Jan 2 13:10:25 1996 Ian Lance Taylor <ian@cygnus.com>
2304
d812945a
ILT
2305 * bfd-in.h (struct _symbol_info): Add stab_type field.
2306 * bfd-in2.h: Rebuild.
2307 * aoutx.h (NAME(aout,get_symbol_info)): Set stab_type.
2308
c4406e50
ILT
2309 * elf32-ppc.c: Remove trailing newline from calls to
2310 _bfd_error_handler.
2311 (ppc_elf_merge_private_bfd_data): Only warn about endianness
2312 difference if target endianness is known.
2313
08556813
MM
2314Thu Dec 21 12:43:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2315
2316 * elf32-ppc.c (ppc_elf_howto_raw): Add a phony reloc to handle the
2317 old style TOC16 references without using R_PPC_GOT.
2318 (ppc_reloc_type): Ditto.
2319 (ppc_elf_reloc_type_lookup): Add support for TOC16.
2320 (ppc_elf_toc16_inner): Renamed from ppc_elf_got16_inner.
2321 (ppc_elf_toc16_reloc): Renamed from ppc_elf_toc16_reloc.
2322 (ppc_elf_got16_{inner,reloc}): Stubs for real GOT support.
2323 (ppc_elf_check_relocs): New function for GOT/PLT support that is
2324 work in progress.
2325 (ppc_elf_adjust_dynamic_symbol): Ditto.
2326 (ppc_elf_adjust_dynindx): Ditto.
2327 (ppc_elf_size_dynamic_sections): Ditto.
2328 (ppc_elf_finish_dynamic_symbol): Ditto.
2329 (ppc_elf_finish_dynamic_sections): Ditto.
2330 (ELF_DYNAMIC_INTERPRETER): Define.
2331
86587dd4
KR
2332Wed Dec 20 19:14:18 1995 Ken Raeburn <raeburn@cygnus.com>
2333
2334 * elf.c (copy_private_bfd_data): When attaching sections to
2335 segments ignore sections that won't be allocated. Patch from
2336 Andreas Schwab.
2337
bf7f243f
KR
2338Tue Dec 19 20:01:43 1995 Ken Raeburn <raeburn@cygnus.com>
2339
2340 * config.bfd: Match on m68k-cbm-* only if OS doesn't match
2341 anything else.
2342
d9518e2e
ILT
2343Tue Dec 19 16:38:59 1995 Ian Lance Taylor <ian@cygnus.com>
2344
2345 * coff-i960.c (CALC_ADDEND): Define.
2346 (coff_i960_relocate_section): Add the input section VMA to the
2347 addend for PC relative relocs.
2348
2349Sun Dec 17 20:11:55 1995 Kim Knuttila <krk@cygnus.com>
2350
2351 * peicode.h (pe_print_pdata): Must test the entire entry for zero
2352 to correctly terminate.
2353
010a405a
ILT
2354Fri Dec 15 12:05:57 1995 Ian Lance Taylor <ian@cygnus.com>
2355
dc092b6b
ILT
2356 * targets.c (enum bfd_endian): Define.
2357 (bfd_target): Rename byteorder_big_p to byteorder, and change it
2358 from boolean to enum bfd_endian. Change header_byteorder_big_p
2359 correspondingly.
2360 * bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
2361 (bfd_header_big_endian, bfd_header_little_endian): New macros.
2362 * bfd-in2.h: Rebuild.
2363 * All targets: Change initialization of byteorder and
2364 header_byteorder to use enum bfd_endian values rather than
2365 booleans.
2366 * All files: Change all references to byteorder_big_p and
2367 header_byteorder_big_p to use new bfd_*_endian macros.
2368
010a405a
ILT
2369 * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
2370 s_vaddr.
2371 * coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
2372 vma.
2373 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
2374
fcb43906
SC
2375Fri Dec 15 07:32:09 1995 steve chamberlain <sac@slash.cygnus.com>
2376
2377 * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
2378
0d709d31
ILT
2379Thu Dec 14 13:45:37 1995 Ian Lance Taylor <ian@cygnus.com>
2380
14578105
ILT
2381 * ieee.c: Lots of minor cleanups. Make many functions return
2382 errors rather than calling abort. Also:
2383 (ieee_write_twobyte): Remove; change callers to call existing
2384 ieee_write_2bytes function.
2385 (ieee_write_expression): Don't output the section twice when
2386 outputting a local symbol. Don't emit an extraneous zero if there
2387 is only one term.
2388 (ieee_slurp_sections): Set the lma as well as the vma.
2389 (ieee_archive_p): Use bfd_alloc_grow rather than an obstack.
2390
0d709d31
ILT
2391 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
2392 a recognized one or bfd_arch_unknown.
2393 (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
2394 to succeed.
2395 (ihex_get_symtab): Likewise.
2396
14dc2f77
ILT
2397Wed Dec 13 15:44:06 1995 Ian Lance Taylor <ian@cygnus.com>
2398
2399 * aoutx.h: Include <ctype.h>.
2400 (struct aout_link_includes_table): Define.
2401 (struct aout_link_includes_totals): Define.
2402 (struct aout_link_includes_entry): Define.
2403 (aout_link_includes_lookup): Define macro.
2404 (struct aout_final_link_info): Add includes field.
2405 (aout_link_includes_newfunc): New static function.
2406 (NAME(aout,final_link)): Initialize includes hash table.
2407 (aout_link_write_symbols): Eliminate duplicate N_BINCL entries.
2408
480ccad5
SS
2409Wed Dec 13 10:52:14 1995 Stan Shebs <shebs@andros.cygnus.com>
2410
2411 * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
2412
3920d9c9
KK
2413Wed Dec 13 11:07:45 1995 Kim Knuttila <krk@cygnus.com>
2414
2415 * coff-ppc.c (coff_ppc_relocate_section): removed debugging code.
2416
207345f2
KK
2417Tue Dec 12 17:42:06 1995 Kim Knuttila <krk@cygnus.com>
2418
2419 * peicode.h (pe_print_reloc): New function to dump the .reloc section.
2420 (pe_print_private_bfd_data): call pe_print_reloc.
2421 * coffcode.h (coff_set_alignment_hook): .reloc section alignment.
2422 * coff-ppc.c (in_reloc_p): Added missing non-eligible relocs. Spiffed
2423 up some debugging as well.
2424
273c019e
ILT
2425Tue Dec 12 11:34:23 1995 Ian Lance Taylor <ian@cygnus.com>
2426
2427 * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
2428 <rfg@monkeys.com>.
2429
010d9f2d
ILT
2430Fri Dec 8 17:47:07 1995 Ian Lance Taylor <ian@cygnus.com>
2431
2432 * elflink.h (elf_link_add_object_symbols): Set section_count to 0
2433 when setting sections to NULL.
2434
4a4a66bd
ILT
2435Wed Dec 6 17:05:37 1995 Ian Lance Taylor <ian@cygnus.com>
2436
2437 * xcofflink.c (struct xcoff_loader_info): Add export_defineds
2438 field.
2439 (bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
2440 (xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
2441 for all symbols.
2442 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
2443 * bfd-in2.h: Rebuild.
2444
545bf026
KK
2445Mon Dec 4 16:40:47 1995 Kim Knuttila <krk@cygnus.com>
2446
2447 * coffcode.h (coff_set_alignment_hook): Removed some debugging printf's
2448
1f4ae0d6
ILT
2449Mon Dec 4 11:25:39 1995 Ian Lance Taylor <ian@cygnus.com>
2450
55cac920
ILT
2451 * ihex.c (ihex_scan): Handle record types 4 and 5.
2452 (ihex_object_p): Permit types 4 and 5.
2453 (ihex_set_section_contents): Remove check for out of range
2454 addresses.
2455 (ihex_write_object_contents): Generate types 4 and 5.
2456
1f4ae0d6
ILT
2457 * elflink.h (elf_link_output_extsym): Just ignore warning and
2458 indirect references to symbols which don't really exist.
2459
53d45489
KK
2460Sun Dec 3 19:00:27 1995 Kim Knuttila <krk@cygnus.com>
2461
2462 * peicode.h (pe_print_idata): Minor format fixes
2463 (pe_print_edata): New function. Under private printing, this formats
2464 the edata section of a PE file.
2465 (pe_print_private_bfd_data): Added call to pe_print_edata.
2466
361e8876
DE
2467Sun Dec 3 16:46:54 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
2468
2469 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
2470 index, don't call stoi.
2471
58142f10
ILT
2472Fri Dec 1 14:46:51 1995 Ian Lance Taylor <ian@cygnus.com>
2473
ffd15489
ILT
2474 * srec.c (srec_scan): Set lma as well as vma.
2475
2476 * ihex.c: New file; support for Intel Hex format.
2477 * targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
2478 (ihex_vec): Declare.
2479 (bfd_target_vector): Always include ihex_vec.
2480 * bfd.c (struct _bfd): Add ihex_data field to tdata union.
2481 * Makefile.in: Rebuild dependencies.
2482 (BFD_LIBS): Add ihex.o
2483 (BFD_LIBS_CFILES): Add ihex.c.
2484 * bfd-in2.h: Rebuild.
2485
ae0a6bea
ILT
2486 * elf.c (assign_file_positions_for_segments): Sort the sections in
2487 each segment.
2488 (get_program_header_size): Return the right size if segment_map is
2489 not NULL.
2490 (copy_private_bfd_data): Don't bother to sort the sections.
2491
2492 * bfd.c (bfd_record_phdr): New function.
2493 * bfd-in.h (bfd_record_phdr): Declare.
2494 * bfd_in2.h: Rebuild.
2495
ce0ee4bf
ILT
2496 * elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
2497 BFD_ASSERT.
2498
58142f10
ILT
2499 * libbfd.c (bfd_malloc, bfd_realloc): New functions.
2500 (bfd_zmalloc): Return PTR, not char *. Take size_t, not
2501 bfd_size_type.
2502 * libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
2503 (bfd_zmalloc): Change declaration.
2504 * libbfd.h: Rebuild.
2505 * Many files: Use bfd_malloc and bfd_realloc rather than malloc
2506 and realloc. Don't set bfd_error_no_memory if they fail.
2507
59066248
KK
2508Thu Nov 30 19:32:26 1995 Kim Knuttila <krk@cygnus.com>
2509
2510 * coff-ppc.c: Added macros to tidy up toc cell treatment. Numerous
2511 uses as well. Added a new howto to deal with TOCREL16 relocs that
2512 are TOCDEFN as well.
2513 (coff_ppc_relocate_section): Expanded treatment of ADDR32NB relocs
2514 to handle RVA relocs from dlltool.
2515 (ppc_coff_rtype2howto): TOCDEFN reloc addition.
2516 (coff_ppc_rtype_to_howto): TOCDEFN reloc addition.
2517 (ppc_coff_reloc_type_lookup): TOCDEFN reloc addition.
2518
2519 * coffcode.h (coff_set_alignment_hook): check idata$X sections
2520 to get the right section alignment.
2521
6933148a
ILT
2522Thu Nov 30 16:48:18 1995 Ian Lance Taylor <ian@cygnus.com>
2523
2524 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
2525 p_paddr if p_paddr is zero.
2526 (make_mapping): Set includes_filehdr and includes_phdrs for first
2527 PT_LOAD segment.
2528 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
2529 segment.
2530 (assign_file_positions_for_segments): Handle includes_filehdr and
2531 includes_phdrs. Remove special handling of PT_PHDR and first
2532 PT_LOAD segments.
2533 (copy_private_bfd_data): Set includes_filehdr and includes_phdr
2534 when appropriate. Remove special handling of PT_PHDR segment.
2535 Use a more complex condition for when a section is included in a
2536 segment to handle Solaris linker oddities.
2537
f62fed1c
ILT
2538Thu Nov 30 11:17:33 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
2539
2540 * coff-m88k.c (howto_table): Reformatted for easier reading;
2541 special_function now points to new function m88k_special_reloc.
2542 (howto_hvrt16): Function previously used for handling HVRT16 relocs
2543 removed.
2544 (rtype2howto): Do not add reloc's r_offset to the addend, this will
2545 be done correctly by m88k_special_reloc.
2546 (reloc_processing): New function to be used by RELOC_PROCESSING.
2547 (RELOC_PROCESSING): Define to call reloc_processing.
2548
64ecde46
ILT
2549Wed Nov 29 12:42:36 1995 Ian Lance Taylor <ian@cygnus.com>
2550
b00c57ec
ILT
2551 * peicode.h (pe_print_idata): Call malloc rather than xmalloc.
2552 (pe_print_pdata): Likewise.
2553
a9713b91
ILT
2554 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if
2555 obstack_alloc fails.
2556 (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish
2557 fails.
2558 * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails.
2559 * Many files: don't set bfd_error_no_memory if one of the above
2560 routines fails.
2561
3dbf33ee
ILT
2562 * elf.c (assign_file_positions_for_segments): Don't adjust p_paddr
2563 if p_paddr_valid is set.
2564 (copy_private_bfd_data): New static function.
2565 (_bfd_elf_copy_private_section_data): Call copy_private_bfd_data.
2566
44ef8897
ILT
2567 * elf.c (assign_file_positions_for_segments): Fix case where extra
2568 program headers were allocated.
2569
27fb8f29
ILT
2570 * elf.c (_bfd_elf_print_private_bfd_data): New function.
2571 * elf-bfd.h (_bfd_elf_print_private_bfd_data): Declare.
2572 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define to
2573 _bfd_elf_print_private_bfd_data.
2574
64ecde46
ILT
2575 * coff-alpha.c (alpha_ecoff_swap_reloc_in): Don't abort if
2576 r_symndx is RELOC_SECTION_NONE for an ALPHA_R_IGNORE reloc.
2577 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
2578 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
2579 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
2580 (alpha_adjust_reloc_out): For ALPHA_R_IGNORE, don't change
2581 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
2582
fd0198f0
ILT
2583Tue Nov 28 16:59:50 1995 Ian Lance Taylor <ian@cygnus.com>
2584
2585 * elf-bfd.h (struct elf_obj_tdata): Add segment_map field.
2586 * elf.c (make_mapping): New static function.
2587 (map_sections_to_segments): New static function.
2588 (elf_sort_sections): New static function.
2589 (assign_file_positions_for_segments): New static function.
2590 (map_program_segments): Remove.
2591 (get_program_header_size): Remove sorted_hdrs, count, and
2592 maxpagesize parameters. Simplify.
2593 (assign_file_positions_except_relocs): When generating an
2594 executable, use assign_file_positions_for_segments.
2595 (elf_sort_hdrs): Remove.
2596 (_bfd_elf_sizeof_headers): Remove eliminated parameters from call
2597 to get_program_header_size.
2598
3b3f7625
ILT
2599Mon Nov 27 12:27:46 1995 Ian Lance Taylor <ian@cygnus.com>
2600
1ff0461b
ILT
2601 * hp300hpux.c (MY(callback)): Set lma as well as vma.
2602
80c8485c
ILT
2603 * configure, config.in: Regenerate with autoconf 2.7.
2604
3b3f7625
ILT
2605 * elf32-i386.c (elf_backend_plt_readonly): Set correctly, to 1.
2606 * elf32-sparc.c (elf_backend_plt_readonly): Set correctly, to 0.
2607
fa63d1ef
ILT
2608Wed Nov 22 12:02:09 1995 Ian Lance Taylor <ian@cygnus.com>
2609
a877f591
ILT
2610 * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.
2611 (ecoff_sec_to_styp_flags): Likewise.
2612 (_bfd_ecoff_styp_to_sec_flags): Handle STYP_RCONST.
2613 (ecoff_set_symbol_info): Handle scRConst.
2614 (ecoff_slurp_reloc_table): Handle RELOC_SECTION_RCONST.
2615 (ecoff_compute_section_file_positions): Handle .rconst section.
2616 (_bfd_ecoff_write_object_contents): Likewise.
2617 (ecoff_link_check_archive_element): Handle scRConst.
2618 (ecoff_link_add_externals): Likewise.
2619 (ecoff_link_write_external): Handle .rconst section.
2620 (ecoff_reloc_link_order): Likewise.
2621 * ecofflink.c (bfd_ecoff_debug_accumulate): Handle scRConst.
2622 * coff-alpha.c (alpha_convert_external_reloc): Handle .rconst
2623 section.
2624 (alpha_relocate_section): Handle RELOC_SECTION_RCONST.
2625
fa63d1ef
ILT
2626 * sunos.c (sunos_scan_dynamic_symbol): Only set written if the
2627 DEF_DYNAMIC flag is set.
2628
25bada65
KR
2629Tue Nov 21 13:25:29 1995 Ken Raeburn <raeburn@cygnus.com>
2630
2631 * host-aout.c: If TRAD_HEADER is defined, include it.
2632
7938b4cb
ILT
2633Tue Nov 21 13:03:57 1995 Ian Lance Taylor <ian@cygnus.com>
2634
85e493f0
ILT
2635 * aclocal.m4 (AC_PROG_CC): Remove local definition.
2636 (BFD_BINARY_FOPEN): Require AC_CANONICAL_SYSTEM.
2637 (BFD_NEED_DECLARATION): New function.
2638 * configure.in: Use BFD_NEED_DECLARATION.
bd77213b
ILT
2639 * acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
2640 * configure, config.in: Rebuild with autoconf 2.6.
85e493f0 2641
83dcdc61
ILT
2642 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Clear
2643 special_sections before returning when called with a non XCOFF
2644 BFD.
2645
7938b4cb
ILT
2646 * coffgen.c (coff_renumber_symbols): Sort common symbols with
2647 global symbols.
2648
2649 * coffcode.h (coff_compute_section_file_positions): Only pad the
2650 previous section to force file alignment when creating an
2651 executable.
2652
b5403ad7
ILT
2653Mon Nov 20 14:54:09 1995 Ian Lance Taylor <ian@cygnus.com>
2654
a418e05d
ILT
2655 * coffcode.h (coff_compute_section_file_positions): If
2656 RS6000COFF_C, set up the .debug section.
2657
b5403ad7
ILT
2658 * xcofflink.c (xcoff_link_input_bfd): Adjust the TOC anchor value
2659 if it is not large enough to accomodate the entire TOC area with
2660 signed 16 bit offsets.
2661 (xcoff_write_global_symbol): Handle negative TOC offsets in global
2662 linkage code.
2663 (_bfd_ppc_xcoff_relocate_section): Adjust relocations against a
2664 TOC anchor to use the TOC value used in the output file.
2665
90a7abbc
ILT
2666Sat Nov 18 18:01:41 1995 Ian Lance Taylor <ian@cygnus.com>
2667
2668 * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return.
2669 (_bfd_coff_read_string_table): Likewise.
2670
177b1932
DE
2671Sat Nov 18 19:43:04 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
2672
2673 * pe-arm.c: Fix typos.
2674 * coff-arm.c: Likewise.
2675
2676Fri Nov 17 16:22:04 1995 Kim Knuttila <krk@cygnus.com>
2677
2678 * coff-ppc.c (list_ele): Added "cat"egory member.
2679 (record_toc): New category parameter (priv or pub).
2680 (ppc_record_toc_entry): Check to see if toc bounds exceeded.
2681 (ppc_process_before_allocation): Removed embrionic data-in-toc from
2682 the mainline. It addes extra toc cells in error.
2683 (ppc_coff_swap_sym_in_hook): Added some documentation.
2684 (dump_toc): Can now diagnose "virtual toc" chicanery.
2685
e34314c4
ILT
2686Fri Nov 17 10:41:25 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
2687
2688 * elf-bfd.h (struct elf_link_hash_table): Change type of
2689 dynsymcount and bucketcount fields from size_t to bfd_size_type.
2690
73a68447
ILT
2691Fri Nov 17 10:02:58 1995 Ian Lance Taylor <ian@cygnus.com>
2692
535e9e29
ILT
2693 * coffcode.h (coff_pointerize_aux_hook): I960 version: don't
2694 pointerize C_LEAFSTAT or C_LEAFEXT entries.
2695
73a68447
ILT
2696 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create
2697 DT_INIT and DT_FINI entries if the _init or _fini symbol is
2698 defined or mentioned in a regular file.
2699
cd2b2402
KK
2700Thu Nov 16 15:16:42 1995 Kim Knuttila <krk@cygnus.com>
2701
2702 * coff-ppc.c (ppc_record_data_in_toc_entry): new function
2703 (coff_ppc_relocate_section): Handle TOCDEFN attribute
2704 (coff_ppc_relocate_section): Correct REL24 handling
2705 (ppc_process_before_allocation): Correct TOCDEFN handling
2706
2707 * peicode.h (dir_names): Added name descriptions
2708
b218076e
KR
2709Thu Nov 16 03:38:03 1995 Ken Raeburn <raeburn@cygnus.com>
2710
2711 * VERSION: Updated to cygnus-2.6.
2712
2713Wed Nov 15 19:30:07 1995 Ken Raeburn <raeburn@cygnus.com>
2714
2715 * targets.c (m68k4knetbsd_vec): Declare.
2716
e9f30616
ILT
2717Wed Nov 15 18:05:52 1995 Ian Lance Taylor <ian@cygnus.com>
2718
2719 * targets.c (bfd_target): Change type of second argument to
2720 _bfd_print_private_bfd_data from void * to PTR.
2721 * libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
2722 using PTR rather than void *.
2723 * bfd-in2, libbfd.h: Rebuild.
2724 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
2725 to PTR.
2726 * elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
2727 _bfd_generic_bfd_print_private_bfd_data rather than casting
2728 bfd_true.
2729
ae75c4a4
KR
2730Wed Nov 15 04:09:14 1995 Ken Raeburn <raeburn@cygnus.com>
2731
2732 * Makefile.in (.dep1): Fix stupid typo in last change. Remove any
2733 "DO NOT DELETE" lines or blank lines that mkdep writes on some
2734 systems.
2735 (BFD_LIBS_CFILES, ALL_MACHINES_CFILES, BFD32_BACKENDS_CFILES,
2736 BFD64_BACKENDS_CFILES): New variables.
2737 (CFILES): Use them.
2738
bebcd3db
ILT
2739Tue Nov 14 11:52:23 1995 Ian Lance Taylor <ian@cygnus.com>
2740
4b71e164
ILT
2741 * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
2742 not at the file position of the first section.
2743 * coffcode.h (coff_compute_section_file_positions): Avoid using
2744 unportable #elif.
2745 (coff_write_object_contents): When generating a PPC PE executable
2746 with no symbols, round up the file size to a COFF_PAGE_SIZE
2747 boundary.
2748 * cofflink.c (_bfd_coff_final_link): If there are no symbols,
2749 don't write out a string table.
2750
631b10f4
ILT
2751 * elf.c (bfd_section_from_shdr): When using a different section
2752 header, pass the new one to _bfd_elf_make_section_from_shdr.
2753 (elf_fake_sections): Don't set sh_info and sh_entsize fields.
2754 (elf_map_symbols): Add section VMA to symbol value when comparing
2755 against 0.
2756 (_bfd_elf_compute_section_file_positions): Only build symbol table
2757 if there are some symbols. Set file offset of symtab and strtab
2758 sections.
2759 (assign_file_positions_except_relocs): Remove dosyms parameter.
2760 Change all callers. Never set file offset of symtab and strtab
2761 sections.
2762 (_bfd_elf_copy_private_section_data): New function.
2763 (MAP_ONESYMTAB, MAP_DYNSYMTAB, MAP_STRTAB, MAP_SHSTRTAB): Define.
2764 (_bfd_elf_copy_private_symbol_data): New function.
2765 (swap_out_syms): Check for special mapping of st_shndx created by
2766 copy_private_symbol_data.
2767 * elfxx-target.h: Use new copy routines.
2768 * elf-bfd.h (_bfd_elf_copy_private_symbol_data): Declare.
2769 (_bfd_elf_copy_private_section_data): Declare.
2770
2771 * config.bfd (sh-*-*): Set targ_defvec to shcoff_vec.
2772
2773 * coffcode.h (coff_slurp_symbol_table): If COFF_WITH_PE, handle
2774 C_NT_WEAK.
2775
bebcd3db
ILT
2776 * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not
2777 _bfd_dummy_target, matching the recent change to archive
2778 recognition.
2779
7ad4ba81
ILT
2780Mon Nov 13 13:24:38 1995 Ian Lance Taylor <ian@cygnus.com>
2781
afa67334
ILT
2782 * libbfd.c (bfd_get_file_window): Use casts to avoid doing
2783 arithmetic on PTR types.
2784
f2bd8915
ILT
2785 * aout-target.h (MY(callback)): Set the lma of the sections.
2786
7ad4ba81
ILT
2787 * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined
2788 symbol into a reloc against the section.
2789
93b6a3f8
KK
2790Mon Nov 13 07:31:35 1995 Kim Knuttila <krk@cygnus.com>
2791
2792 * coff-ppc.c (ppc_coff_link_hash_entry): added support for inline
2793 glue for the relocs: IMGLUE and IFGLUE.
2794 (record_toc): new function - tracks toc contents
2795 (ppc_mark_symbol_as_glue): new function - supports the IMGLUE reloc
2796 (coff_ppc_relocate_section): Added support and fixes for IMGLUE/IFGLUE
2797 (ppc_coff_rtype2howto): removed invalid IMGLUE hack
2798 (coff_ppc_rtype_to_howto): removed invalid IMGLUE hack
125d37c4 2799 (ppc_record_toc_entry): Removed a debug define (duh)
93b6a3f8
KK
2800
2801 * peicode.h (coff_swap_scnhdr_out): Fixed invalid strcmp for ".reldata"
2802 (pe_print_idata): New function - formats the idata section data
2803 (pe_print_pdata): New function - formats the pdata section data
2804 (pe_print_private_bfd_data): calls to above
2805
c769947b
SS
2806Sun Nov 12 12:23:24 1995 Stan Shebs <shebs@andros.cygnus.com>
2807
2808 * Makefile.in (bfd_libs_here, etc): Provide empty definitions.
2809 * coff-rs6000.c (rs6000coff_vec): Add conditional defines
2810 TARGET_SYM and TARGET_NAME for vector and BFD name.
2811 * coff-pmac.c (pmac_xcoff_vec): Remove.
2812 (TARGET_SYM, TARGET_NAME): Define.
2813 * coffcode.h (coff_set_arch_mach_hook) [POWERMAC]: Set the
2814 machine to 0, not all PowerMacs are 601s.
2815
2816Fri Nov 10 12:10:14 1995 Ian Lance Taylor <ian@cygnus.com>
2817
2818 * elfcode.h (elf_object_p): Read in any program headers.
2819 * elf.c (_bfd_elf_make_section_from_shdr): Adjust section lma
2820 based on the program headers, if any.
2821 (elf_fake_sections): Set sh_addr from the vma, not the lma.
2822 (map_program_segments): Set p_paddr of program headers based on
2823 the lma.
2824
ee174815
ILT
2825Thu Nov 9 13:01:31 1995 Ian Lance Taylor <ian@cygnus.com>
2826
839087b7
ILT
2827 * archive.c (bfd_generic_archive_p): Preserve tdata in case of
2828 failure.
2829
922530a6
ILT
2830 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
2831 trying to do a relocateable link with a non-a.out object file.
2832
2833 * archive.c (bfd_generic_archive_p): Check the first object file
2834 in an archive even if target_defaulted is set. If the object file
2835 has the wrong xvec, reject it.
2836
a1774c51
ILT
2837 * aoutx.h (NAME(aout,set_section_contents)): If a section can not
2838 be represented, report the name via _bfd_error_handler.
2839 (translate_to_native_sym_flags): Likewise.
2840 * elf32-mips.c (mips_elf_final_link): Likewise.
2841 * oasys.c (oasys_write_sections): Likewise.
2842
4a378b13
ILT
2843 * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version
2844 which checks for STYP_OVRFLO sections.
2845 (coff_compute_section_file_positions): If RS6000COFF_C, handle
2846 reloc and lineno count overflows.
2847 (coff_write_object_contents): Call coff_count_linenumbers before
2848 coff_compute_section_file_positions. If RS6000COFF_C, handle
2849 reloc and lineno count overflows.
2850 * xcofflink.c (_bfd_xcoff_bfd_final_link): Count line numbers and
2851 relocs before dealing with .pad sections. Count overflow section
2852 headers when handling .pad sections.
2853
7906bf87
ILT
2854 * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1
2855 if RS6000COFF_C.
2856
ee174815
ILT
2857 * xcofflink.c (XCOFF_DESCRIPTOR): Define.
2858 (struct xcoff_link_hash_table): Add descriptor_section and
2859 special_sections fields.
2860 (_bfd_xcoff_bfd_link_hash_table_create): Initialize new fields.
2861 (xcoff_link_add_symbols): Set linkage section alignment. Create
2862 descriptor section. Check for magic symbol names (_text, etc.),
2863 and record them in special_sections if found. Set
2864 XCOFF_DESCRIPTOR flag for a function descriptor, and set its
2865 descriptor field to point back to the function code symbol.
2866 (xcoff_sweep): Always mark the special descriptor_section.
2867 (bfd_xcoff_export_symbol): Check whether the symbol might be a
2868 function descriptor, and mark it if it is.
2869 (bfd_xcoff_size_dynamic_sections): Add new special_sections
2870 parameter, and fill it in. Allocate space for the descriptor
2871 section.
2872 (xcoff_build_ldsyms): Set XCOFF_DEF_REGULAR flag when defining
2873 global linkage code. If an undefined function descriptor is
2874 exported, arrange to define it. Warn about any other undefined
2875 exported symbol.
2876 (_bfd_xcoff_bfd_final_link): Write out the descriptor section.
2877 (xcoff_write_global_symbol): Create a function descriptor when
2878 necessary.
2879 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
2880 * bfd-in2.h: Rebuild.
2881
0e829f18
KK
2882Thu Nov 9 08:40:23 1995 Kim Knuttila <krk@cygnus.com>
2883
2884 * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing
2885 (ppc_coff_link_hash_table): new types for hashing
2886 (ppc_coff_link_hash_newfunc): hash entry constructor
2887 (ppc_coff_link_hash_table_init): hash table initializer
2888 (ppc_coff_link_hash_table_create): hash table constructor
2889 (ppc_record_toc_entry): changed references to hash table
2890 (coff_ppc_relocate_section): changed references to hash table
2891
2892 * libcoff-in.h (coff_link_hash_entry): removed toc_offset
2893 * libcoff.h: Rebuild
2894
2895 * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init
2896 (coff_link_add_symbols): removed toc_offset init
2897
7ac84736
KR
2898Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com>
2899
b27cc4bc
KR
2900 * Makefile.in (.dep1): Make sure the file mkdep is to write exists
2901 first.
2902
7ac84736
KR
2903 * configure.in: Added new option --with[out]-mmap. Set USE_MMAP
2904 if it is given and mmep is available.
2905 * acconfig.h: Undef USE_MMAP.
2906 * configure, config.in: Regenerated.
2907 * aoutx.h: If USE_MMAP is not defined, do all symbol and string
2908 table handling the old way.
2909 (aout_get_external_symbols): Don't complain if last byte of string
2910 table is nonzero.
2911 * libbfd.c [HAVE_MADVISE]: Include sys/types.h and sys/mman.h.
2912 (bfd_free_window) [! USE_MMAP]: Don't define.
2913 (bfd_get_file_window,
2914 _bfd_generic_get_section_contents_in_window) [! USE_MMAP]: Abort.
2915
1b3b0c03
ILT
2916Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu>
2917
2918 * coff-a29k.c (SIGN_EXTEND_HWORD): Use ~0xffff rather than
2919 0xffff0000.
2920
092abcdf
ILT
2921Wed Nov 8 11:31:11 1995 Ian Lance Taylor <ian@cygnus.com>
2922
33698029
ILT
2923 * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be
2924 compatible with AMD generated COFF files. Try to support both AMD
2925 and GNU formats simultaneously.
2926 (coff_a29k_relocate_section): Likewise.
2927
0bb8ff19
ILT
2928 * libbfd.c (bfd_get_file_window): Change writable parameter from
2929 int to boolean; update all callers. Pass MAP_SHARED if not
2930 writable--it's required on Solaris. Cast fprintf argument to
2931 avoid warning.
2932 * bfd-in.h (bfd_get_file_window): Update declaration.
2933 * bfd-in2.h: Rebuild.
2934 * aoutx.h: Update calls to bfd_get_file_window.
2935
0634a431
ILT
2936 * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC.
2937 Change all uses.
2938 (xcoff_swap_ldhdr_in): New static function.
2939 (xcoff_swap_ldsym_in): New static function.
7812bf9c 2940 (xcoff_find_reloc): Handle the case of a single reloc correctly.
0634a431
ILT
2941 (xcoff_link_add_symbols): If we just created a descriptor, pass it
2942 to _bfd_generic_link_add_one_symbol, to save a hash lookup.
417acf22 2943 Handle XTY_ER/XMC_XO symbols correctly.
0634a431
ILT
2944 (xcoff_link_add_dynamic_symbols): Rewrite to read .loader symbols
2945 rather than normal symbol table.
417acf22
ILT
2946 (bfd_xcoff_import_symbol): It's not an error if the symbol is
2947 already defined with the same absolute value.
0634a431
ILT
2948 (xcoff_mark): When considering called symbols, check whether the
2949 descriptor is from a dynamic object, rather than the symbol
2950 itself.
2951 (xcoff_build_ldsyms): Likewise.
2952
092abcdf
ILT
2953 * libbfd.c (bfd_get_file_window): Change return type to boolean.
2954 Cast realloc and malloc return values. If malloc or realloc fail,
2955 set bfd_error_no_memory.
2956 * bfd-in.h (bfd_get_file_window): Change type to boolean.
2957 * bfd-in2.h: Rebuild.
2958
d6f41a7d
KK
2959Tue Nov 7 11:53:48 1995 Kim Knuttila <krk@cygnus.com>
2960
2961 * coff-ppc.c (ppc_record_toc_entry): new function.
2962 (in_reloc_p): changed return value.
2963 (coff_ppc_relocate_section): much rework.
2964 (ppc_allocate_toc_section): new function.
2965 (ppc_process_before_allocation): new function.
2966 (ppc_coff_swap_sym_in_hook): new function.
2967
2968 * cofflink.c (_bfd_coff_link_hash_newfunc): initialize toc_offset.
2969 (coff_link_add_symbols): initialize toc_offset.
2970
2971 * peicode.h (coff_swap_sym_in): Added coff_swap_sym_in_hook
2972 (coff_swap_aouthdr_out): Added more sections to the data
2973 dictionary for the pe file header. Also changed linker version
2974 number on the ppc side.
2975 (dir_names): small improvements to the dictionary printing.
2976 (pe_mkobject_hook): save the file level flags.
2977
2978 * libcoff-in.h (coff_link_hash_entry): added toc_offset field
2979 (pe_tdata): added real_flags field
2980 (coff_tdata): added local_toc_sym_map and access macro
2981
2982 * libcoff.h (coff_link_hash_entry): added toc_offset field
2983 (pe_tdata): added real_flags field
2984 (coff_tdata): added local_toc_sym_map and access macro
2985
2986 * coffcode.h (coff_set_alignment_hook): added hook for PE.
2987 (coff_mkobject): init for local_toc_sym_map
2988 (coff_write_object_contents): set the internal_a.magic to
2989 IMAGE_NT_OPTIONAL_HDR_MAGIC which appears to be what other
2990 ppc compilers use.
2991
6bc200f2
ILT
2992Tue Nov 7 13:48:58 1995 Ian Lance Taylor <ian@cygnus.com>
2993
c0971298
ILT
2994 * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs
2995 entries until both the line number address and the function name
2996 address are too large.
2997
6a468850
ILT
2998 * configure.in: Call AC_CHECK_PROG to find and cache AR.
2999 * configure: Rebuilt.
3000
6bc200f2
ILT
3001 * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it
3002 is defined in the environment.
3003
c44bf94c
JL
3004Tue Nov 7 10:57:24 1995 Jeffrey A Law (law@cygnus.com)
3005
3006 * som.c (som_get_section_contents_in_window): Define to use
3007 generic version.
3008
cf587de8
ILT
3009Mon Nov 6 17:13:15 1995 Harry Dolan <dolan@ssd.intel.com>
3010
3011 * coff-i860.c: New file, based on coff-i386.c.
3012 * cpu-i860.c: New file, based on cpu-i386.c.
3013 * hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
3014 * config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
3015 targets, using i860coff_vec.
3016 * configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
3017 trad-core.o and hosts/i860mach3.h.
3018 (i860coff_vec): Use coff-i860.o and cofflink.o.
3019 * configure: Rebuild.
3020 * Makefile.in: Rebuild dependencies.
3021 (ALL_MACHINES): Add cpu-i860.o.
3022 (BFD32_BACKENDS): Add coff-i860.o.
3023 (CFILES): Add cpu-i860.c and coff-i860.c.
3024 * targets.c (i860coff_vec): Declare.
3025 (bfd_target_vector): Add &i860coff_vec.
3026 * archures.c (bfd_i860_arch): Declare.
3027 (bfd_archures_list): Add &bfd_i860_arch.
3028 * coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
3029 (coff_set_flags): Handle bfd_arch_i860.
3030 (coff_write_object_contents): Handle I860 a.out magic number.
3031
83c23fca
ILT
3032Mon Nov 6 14:34:07 1995 Ian Lance Taylor <ian@cygnus.com>
3033
3034 * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of
3035 the created .tc section to 2.
3036 (xcoff_mark): Don't keep a .loader reloc for a call to an
3037 undefined symbol when creating a shared library.
3038 (xcoff_build_ldsyms): When creating a shared library, generate
3039 global linkage code for a call to an undefined symbol.
3040
5d9eb9c3
KR
3041Sun Nov 5 21:44:13 1995 Ken Raeburn <raeburn@cygnus.com>
3042
3043 * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES,
3044 BFD32_BACKENDS, BFD64_BACKENDS.
3045 (.dep1): Put mkdep output in a separate file.
3046 Rebuilt dependencies.
3047
ffacb892
KR
3048 * ecoff.c (_bfd_ecoff_slurp_armap): Cast _bfd_read_ar_hdr return
3049 value.
3050
4fe6d901
KR
3051 Permit use of mmap when available:
3052
3053 * configure.in: Check for mmap, madvise, mprotect.
3054 * config.in, configure: Regenerated.
3055
3056 * libbfd.c (struct _bfd_window_internal): Define type.
3057 (bfd_init_window, bfd_free_window, bfd_get_file_window): New
3058 functions.
3059 (ok_to_map): New static variable for debugging.
3060 (_bfd_generic_get_section_contents_in_window): New function.
3061 * bfd-in.h (bfd_window_internal): Declare type.
3062 (bfd_window): Define type.
3063 (bfd_init_window, bfd_free_window, bfd_get_file_window): Declare.
3064 * libbfd-in.h (_bfd_generic_get_section_contents_in_window):
3065 Declare.
3066
3067 * libaout.h (struct aoutdata): Add two window fields.
3068 (obj_aout_sym_window, obj_aout_string_window): New macros.
3069 * aoutx.h (some_aout_object_p): Initialize windows.
3070 (aout_get_external_symbols): Get symbol data and strings in
3071 windows instead of explicitly allocated buffers.
3072 (slurp_symbol_table): Free window instead of memory.
3073 (bfd_free_cached_info): Release windows instead of freeing storage
3074 directly.
3075 (aout_link_free_symbols): Ditto.
3076
3077 * targets.c (bfd_target): Add new field for
3078 get_section_contents_in_window.
3079 (BFD_JUMP_TABLE_GENERIC): Updated.
3080 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c,
3081 coff-mips.c, elfxx-target.h, i386msdos.c, i386os9k.c, ieee.c,
3082 libcoff-in.h, oasys.c, srec.c, tekhex.c, versados.c: Added new
3083 macros for get_section_contents_in_window field.
3084
d9e771e3
FF
3085Sat Nov 4 12:23:26 1995 Fred Fish <fnf@cygnus.com>
3086
3087 * core.c: Renamed to corefile.c
3088 * makefile.dos (OBJS): Change core.o to corefile.o
3089 * Makefile.in (CFILES, BFD_LIBS): Use corefile.c instead of core.c
3090
bf917766
SG
3091start-sanitize-gm
3092Sat Nov 4 10:16:54 1995 Stu Grossman (grossman@cygnus.com)
3093
3094 * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
3095 targ_selvecs to allow debugging under Irix-5 native.
3096
3097end-sanitize-gm
583db7a8
ILT
3098Fri Nov 3 15:54:59 1995 Ian Lance Taylor <ian@cygnus.com>
3099
3100 * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
3101 to o. Clobber and restore the list of new csects around the call
3102 to _bfd_generic_link_add_one_symbol, in case it wants to report a
3103 linker error and the linker wants to read the symbol table. Reset
3104 the line number count of a real section even if it has no relocs.
3105 (_bfd_xcoff_bfd_final_link): If shared, set the DYNAMIC flag.
3106
3107 * coffgen.c (_bfd_coff_read_string_table): Warn if the string size
3108 is too small.
3109
68aed7db
ILT
3110Thu Nov 2 23:16:39 1995 Ian Lance Taylor <ian@cygnus.com>
3111
18a9609c
ILT
3112 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about
3113 an undefined symbol in a shared link.
3114
68aed7db
ILT
3115 * linker.c (_bfd_generic_link_add_one_symbol): Correct type of
3116 oldtype from bfd_link_order_type to bfd_link_hash_type. From
3117 phdm@info.ucl.ac.be (Philippe De Muyter).
3118
7f82c7e1
ILT
3119Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
3120
3121 * coff-m88k.c (rtype2howto): New static function.
3122 (RTYPE2HOWTO): Use it rather than a macro definition.
3123
3124 * coffcode.h (coff_write_object_contents): set internal_a.magic
3125 to PAGEMAGICPEXECPAGED #if defined (M68) && !defined (LYNXOS).
3126
4c8b9746 3127 * configure.in: m68*-motorola-sysv* does not use ptrace-core.o;
7f82c7e1
ILT
3128 define TRAD_HEADER to new file hosts/delta68.h.
3129 m88*-motorola-sysv*, however, does use ptrace-core.o.
3130 * hosts/delta68.h: New file.
3131
3132 * ptrace-core.c (ptrace_unix_core_file_p): change bfd_zmalloc to
3133 bfd_zalloc; provide proper parm abfd to calls to bfd_zalloc.
3134
619c7730
KR
3135Wed Nov 1 13:51:54 1995 Ken Raeburn <raeburn@cygnus.com>
3136
3137 * i386linux.c (MY(vec)): Declare before use.
3138
73246ff8
ILT
3139Wed Nov 1 11:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
3140
e8d6d5d0
ILT
3141 * reloc16.c (bfd_coff_reloc16_get_relocated_section_contents):
3142 Pass input_bfd, not in_bfd, to bfd_coff_reloc16_extra_cases.
3143
b2193cc5
ILT
3144 * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
3145 BFD is not of the right type.
3146 (bfd_elf_get_needed_list): Likewise.
3147 * i386linux.c (bfd_linux_size_dynamic_sections): Likewise.
3148 * sunos.c (bfd_sunos_get_needed_list): Likewise.
3149 * xcofflink.c (XCOFF_XVECP): Define.
3150 (bfd_xcoff_link_record_set): Don't do anything if the BFD is not
3151 of the right type.
3152 (bfd_xcoff_import_symbol): Likewise.
3153 (bfd_xcoff_export_symbol): Likewise.
3154 (bfd_xcoff_link_count_reloc): Likewise.
3155 (bfd_xcoff_record_link_assignment): Likewise.
3156 (bfd_xcoff_size_dynamic_sections): Likewise.
3157
baabeb74
ILT
3158 * sunos.c (sunos_scan_ext_relocs): Only check the reloc symbol
3159 table index against the number of symbols for a base relative
3160 reloc.
3161
73246ff8
ILT
3162 * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Change from macro to
3163 static function.
3164 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Set
3165 full_aouthdr flag here...
3166 (_bfd_xcoff_bfd_final_link): ...not here.
3167
6ab826bd
FF
3168Tue Oct 31 12:52:02 1995 Fred Fish <fnf@cygnus.com>
3169
3170 * libelf.h: Rename to elf-bfd.h to avoid conflict with
3171 systems that have a system <libelf.h>.
3172 * Makefile.in: Globally replace libelf.h with elf-bfd.h.
3173 * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c,
3174 elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c,
3175 elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c,
3176 elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c,
3177 elfxx-target.h: Include elf-bfd.h rather than libelf.h.
3178 * elfxx-target.h: Change libelf.h reference to elf-bfd.h.
3179
999cc186
ILT
3180Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com>
3181
0652d579
ILT
3182 * ecoff.c (ecoff_set_symbol_info): Add new parameter weak. If
3183 set, set BSF_WEAK in symbol. Change all callers.
3184 (ecoff_get_extr): Set weakext based on BSF_WEAK.
3185 (ecoff_link_add_externals): If weakext is set, pass BSF_WEAK to
3186 _bfd_generic_link_add_one_symbol.
3187 (ecoff_indirect_link_order): Check that the section tdata relocs
3188 are not NULL before using them.
3189
999cc186
ILT
3190 * configure.in (alpha*-*-linux*): Set COREFILE to trad-core.o and
3191 define TRAD_HEADER as hosts/alphalinux.h.
3192 * configure: Rebuild.
3193 * hosts/alphalinux.h: New file.
3194 * trad-core.c (trad_unix_core_file_p): Cast u.u_ar0 to bfd_vma,
3195 not int.
3196
e6080520
ILT
3197Tue Oct 31 12:34:11 1995 Ian Lance Taylor <ian@cygnus.com>
3198
2bd0aeb9
ILT
3199 * coffcode.h (coff_slurp_symbol_table): Accept C_BCOMM and
3200 C_ECOMM storage classes.
3201
e6080520
ILT
3202 * xcofflink.c (xcoff_mark_symbol): New static function, broken out
3203 of xcoff_mark.
3204 (xcoff_mark): Call xcoff_mark_symbol.
3205 (bfd_xcoff_export_symbol): Call xcoff_mark_symbol.
3206 (bfd_xcoff_link_count_reloc): Call xcoff_mark_symbol rather than
3207 doing it by hand.
3208 (xcoff_build_ldsyms): Build a .loader symbol for an export symbol.
3209
5fe14a9f
ILT
3210Mon Oct 30 14:53:48 1995 Ian Lance Taylor <ian@cygnus.com>
3211
f630a0a4
ILT
3212 * xcofflink.c (struct xcoff_final_link_info): Add new line_filepos
3213 field.
3214 (xcoff_find_reloc): New static function.
3215 (xcoff_link_add_symbols): Use it.
3216 (_bfd_xcoff_bfd_final_link): Set finfo.line_filepos.
3217 (xcoff_link_input_bfd): Handle C_BINCL and C_EINCL. Don't
3218 relocate the value of C_DECL.
3219
5fe14a9f
ILT
3220 * elf.c (elf_fake_sections): Remove bogus BFD_ASSERT.
3221
dff77ed7
SC
3222Sat Oct 28 01:25:34 1995 steve chamberlain <sac@slash.cygnus.com>
3223
3224 * cofflink.c (_bfd_coff_generic_relocate_section): Make
3225 callback decide what goes in .relocs.
3226 * pe[i]-i386.c (TARGET_UNDERSCORE): Define.
3227 * peicode.h (pe_mkobject_hook): Only copy aouthdr if
3228 there is one.
3229
697a8fe8
ILT
3230Sat Oct 28 01:51:02 1995 Ian Lance Taylor <ian@cygnus.com>
3231
3232 * xcofflink.c (xcoff_link_add_symbols): Handle csects in the
3233 absolute section.
3234
2d7de17d
ILT
3235Fri Oct 27 18:14:39 1995 Ian Lance Taylor <ian@cygnus.com>
3236
3237 * xcofflink.c: More improvements, mostly to fix handling of
3238 constructors and a few other special cases.
3239 * coff-rs6000.c (rs6000coff_vec): Set symbol_leading_char back to
3240 zero, reverting yesterday's change.
3241 * bfd-in.h (bfd_xcoff_link_record_set): Declare.
3242 (bfd_xcoff_link_count_reloc): Declare.
3243 (bfd_xcoff_record_link_assignment): Declare.
3244 * bfd-in2.h: Rebuild.
3245
f552f751
NH
3246Fri Oct 27 14:42:15 1995 Niklas Hallqvist <niklas@appli.se>
3247
4906b2a3 3248 * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
f552f751
NH
3249 aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
3250 i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
3251 i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
3252 ns32knetbsd.c, pc532-mach.c, riscix.c, sparclynx.c, sparcnetbsd.c:
3253 Change PAGE_SIZE to TARGET_PAGE_SIZE.
3254
3255 * m68knetbsd.c: Ditto as well as add support for the m68k4k object
3256 format.
3257
3258 * netbsd.h: Double ditto (incl. m68k4k support). NetBSD's text
3259 segments includes the a.out header. See to that the magic number
3260 *always* is big-endian.
3261
3262 * config.bfd: Add m68*-hp*-netbsd* case. Cross-pollinate m68k and
3263 m68k4k NetBSD configurations.
3264
3265 * configure.in, configure: Separate i386 & mips NetBSD
3266 configurations from other BSD ones. Don't assume DEC is the only
3267 thing NetBSD/mips run on. Add {m68k,ns32k,sparc}-*-netbsd*
3268 configurations. Add support for m68k4k NetBSD object format.
3269
3270 * libaout.h: Added M_68K4K_NETBSD magic.
6fd1f40d
NH
3271
3272 * m68k4knetbsd.c: New file.
f552f751
NH
3273
3274 * hosts/{m68k,sparc}nbsd.h: Don't define HOST_BIG_ENDIAN_P.
3275
3276 * hosts/nbsd.h: Define HOST_BIG_ENDIAN_P according to
3277 <machine/endian.h>.
3278
6fd1f40d
NH
3279 * hosts/mipsnbsd.h: New file.
3280
d6d44ef9
SG
3281start-sanitize-gm
3282Fri Oct 27 09:41:51 1995 Stu Grossman (grossman@cygnus.com)
3283
3284 * config.bfd: Add config stuff for mips*-*-magic* to set
3285 targ_defvec to ecoff_big_vec.
3286
3287end-sanitize-gm
867d923d
ILT
3288Thu Oct 26 14:16:47 1995 Ian Lance Taylor <ian@cygnus.com>
3289
3290 * xcofflink.c: Numerous changes to get closer to a working XCOFF
3291 linker.
3292 * libcoff-in.h (struct xcoff_tdata): Add full_aouthdr,
3293 toc_section, and entry_section fields.
3294 (struct xcoff_section_tdata): Remove ldrel_count field.
3295 * libcoff.h: Rebuild.
3296 * coffcode.h (coff_mkobject_hook): Initialize new xcoff_data
3297 fields.
3298 (coff_compute_section_file_positions): If RS6000COFF_C, generate
3299 full a.out header if full_aouthdr is set in xcoff_data.
3300 (coff_write_object_contents): Likewise. Set o_snentry and o_sntoc
3301 based on sections stored in xcoff_data.
3302 * coff-rs6000.c (xcoff_copy_private_bfd_data): Copy new xcoff_data
3303 fields.
aad2c618
ILT
3304 (xcoff_reloc_type_lookup): Handle BFD_RELOC_CTOR.
3305 (rs6000coff_vec): Set symbol_leading_char to '.'.
867d923d
ILT
3306 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
3307 value stored in ret rather than returning a pointer value.
3308
6bd9ffdb
MM
3309Wed Oct 25 23:10:39 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3310
3311 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Remove MAC
3312 format for now.
3313
9d14250f
JL
3314Wed Oct 25 16:19:27 1995 Jeffrey A Law (law@cygnus.com)
3315
3316 * som.c (som_slurp_string_table): Allocate the strings with malloc
3317 since they're free'd by free_cached_info.
3318 (som_slurp_symbol_table): Similarly for the symbol table.
3319
a2bd0529
PB
3320Wed Oct 25 14:59:22 1995 Per Bothner <bothner@kalessin.cygnus.com>
3321
3322 * Makefile.in (diststuff): Don't make headers.
3323
28a0c103
ILT
3324Wed Oct 25 11:32:54 1995 Ian Lance Taylor <ian@cygnus.com>
3325
356cd465
ILT
3326 * Makefile.in: Rebuild dependencies.
3327
1edd3a7b
ILT
3328 * sunos.c (bfd_sunos_record_link_assignment): Don't do anything if
3329 output_bfd is not SunOS.
3330 (bfd_sunos_size_dynamic_sections): Likewise. Don't scan relocs of
3331 non-SunOS input files.
3332
28a0c103
ILT
3333 * xcofflink.c: Extensive changes to support linking shared objects
3334 and generating a .loader section.
3335 * libcoff-in.h (struct xcoff_tdata): Add import_file_id field.
b73322d9
ILT
3336 (struct xcoff_section_tdata): Add lineno_count, first_symndx,
3337 last_symndx, and ldrel_count fields.
28a0c103
ILT
3338 * libcoff.h: Rebuild.
3339 * coff-rs6000.c (xcoff_howto_table): Correct reloc names.
3340 * coffcode.h (styp_to_sec_flags): Don't set any flags if STYP_PAD
3341 is set.
3342 * bfd-in.h (bfd_xcoff_import_symbol): Declare.
3343 (bfd_xcoff_export_symbol): Declare.
3344 (bfd_xcoff_size_dynamic_sections): Declare.
3345 * bfd-in2.h: Rebuild.
3346
aadf04f7
SS
3347Tue Oct 24 17:44:20 1995 Stan Shebs <shebs@andros.cygnus.com>
3348
3349 * configure.in: Add xcofflink.o to pmac_xcoff_vec.
3350 * configure: Rebuild.
3351 * mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
3352 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
3353 contents.
3354 (pmac_xcoff_vec): Update to use new xcoff support.
3355 * coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
3356 (xcoff_write_armap): Declare buf as unsigned char.
3357 * xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
3358
3359 * mpw-make.sed: Generalize subdir_do edit.
3360
ddf4639b
JL
3361Tue Oct 24 10:25:01 1995 Jeffrey A Law (law@cygnus.com)
3362
3363 * hppabsd-core.c (make_bfd_asection): Initialize asect->filepos
3364 correctly. Don't initialize asect->vma.
3365
e7bedf65
KR
3366Fri Oct 20 13:23:48 1995 Ken Raeburn <raeburn@cygnus.com>
3367
3368 * opncls.c (_bfd_new_bfd): If _bfd_chunksize wasn't preset, use
3369 something a little less than the page size.
3370
3371Thu Oct 19 13:06:09 1995 Ian Lance Taylor <ian@cygnus.com>
3372
3373 * coff-i960.c (coff_i960_adjust_symndx): Clear *adjustedp.
3374
3a70e298
SC
3375Wed Oct 18 16:20:08 1995 steve chamberlain <sac@slash.cygnus.com>
3376
3377 * coff-i386.c (coff_i386_reloc_type_lookup): New.
3378 * coffcode.h (coff_write_object_contents): If .bss is before
3379 .data us that as data_start.
3380 * cofflink.c (_bfd_coff_generic_relocate_section): Get reloc
3381 calc correct.
3382 * peicode.h (add_data_entry): Use _cooked_size of data directory.
3383 (coff_swap_outhdr_out): Hardwire in version number.
3384
5a2846e3
KR
3385Wed Oct 18 16:50:54 1995 Ken Raeburn <raeburn@cygnus.com>
3386
3c3a5268
KR
3387 * sunos.c (sunos_add_dynamic_symbols): Rename local variables
3388 major and minor to *_vno, since the former are also macros in
3389 SunOS header files. Cast result of bfd_alloc to appropriate
3390 type.
3391
5a2846e3
KR
3392 * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value
3393 before assigning to sec_data.
3394
0f6c885e
ILT
3395Wed Oct 18 13:25:17 1995 Ian Lance Taylor <ian@cygnus.com>
3396
3397 * ecoff.c (_bfd_ecoff_find_nearest_line): The offset argument is
3398 now relative to the section, not absolute.
3399 * ecofflink.c (_bfd_ecoff_locate_line): Use the right symbol to
3400 get the file name when there is a N_SO directory name. When
3401 handling stabs, remember that section->vma was added to the
3402 offset.
3403
11fa6636
ILT
3404Tue Oct 17 18:24:54 1995 Ian Lance Taylor <ian@cygnus.com>
3405
3406 * sunos.c (struct sunos_link_hash_table): Add needed field.
3407 (sunos_link_hash_table_create): Call bfd_release, not free.
3408 (sunos_link_hash_table_create): Initialize needed field.
3409 (sunos_add_dynamic_symbols): Record needed objects.
3410 (bfd_sunos_get_needed_list): New function.
3411 * bfd-in.h (bfd_sunos_get_needed_list): Declare.
3412 * bfd-in2.h: Rebuild.
3413
c974e19e
SC
3414Mon Oct 16 14:43:59 1995 steve chamberlain <sac@slash.cygnus.com>
3415
3416 * libcoff-in.h (pe_data_type.in_reloc_p): New.
3417
22a35f0b
ILT
3418Mon Oct 16 10:52:50 1995 Ian Lance Taylor <ian@cygnus.com>
3419
54406786
ILT
3420 * bfd-in.h (struct bfd_link_needed_list): Rename from
3421 bfd_elf_link_needed_list.
3422 * bfd-in2.h: Rebuild.
3423 * elf.c, elflink.h, libelf.h: Corresponding changes.
3424
dd984644
ILT
3425 Add start at AIX linker support; no shared libraries yet.
3426 * xcofflink.c: New file.
3427 * configure.in (rs600coff_vec): Use xcofflink.o.
3428 * configure: Rebuild.
3429 * libcoff-in.h (struct xcoff_tdata): Add csects and debug_indices
3430 fields.
3431 (struct xcoff_section_tdata): Define.
3432 (xcoff_section_data): Define macro.
3433 (_bfd_xcoff_bfd_link_hash_table_create): Declare.
3434 (_bfd_xcoff_bfd_link_add_symbols): Declare.
3435 (_bfd_xcoff_bfd_final_link): Declare.
3436 (_bfd_ppc_xcoff_relocate_section): Declare.
3437 * libcoff.h: Rebuild.
3438 * coff-rs6000.c: Clean up a bit.
3439 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
3440 cputype, csects, and debug_indices.
3441 (xcoff_copy_private_bfd_data): Copy cputype.
3442 (xcoff_howto_table): Rename from rs6000coff_howto_table.
3443 (xcoff_rtype2howto): Rename from rs6000coff_rtype2howto.
3444 (xcoff_reloc_type_lookup): Rename from
3445 rs6000coff_reloc_type_lookup.
3446 (coff_relocate_section): Define.
3447 (_bfd_xcoff_sizeof_headers): Define.
3448 (_bfd_xcoff_bfd_get_relocated_section_contents): Define.
3449 (_bfd_xcoff_bfd_relax_section): Define.
3450 (_bfd_xcoff_bfd_link_split_section): Define.
3451 (rs6000coff_vec): For BFD_JUMP_TABLE_LINK, use _bfd_xcoff, not
3452 coff.
3453 * coffcode.h (coff_compute_section_file_positions): If AIX,
3454 increment sofar by SMALL_AOUTSZ if not executable.
3455 (coff_write_object_contents): If AIX, always output an a.out
3456 header; if not executable, header size of SMALL_AOUTSZ.
3457 * hash.c (struct bfd_strtab_hash): Add xcoff field.
3458 (_bfd_stringtab_init): Initialize xcoff field.
3459 (_bfd_xcoff_stringtab_init): New function.
3460 (_bfd_stringtab_add): In XCOFF mode, leave two bytes for length.
3461 (_bfd_stringtab_emit): In XCOFF mode, write out length.
3462 * libbfd-in.h (_bfd_xcoff_stringtab_init): Declare.
3463 * libbfd.h: Rebuild.
3464 * Makefile.in: Rebuild dependencies.
3465 (BFD32_BACKENDS): Add xcofflink.o.
3466 (CFILES): Add xcofflink.c.
3467
22a35f0b
ILT
3468 * elf32-mips.c (mips_elf_symbol_processing): Set SEC_ALLOC, not
3469 SEC_NO_FLAGS, for .acommon section. From Peter Schauer
3470 <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>.
3471
fb417a21
MM
3472Sat Oct 14 21:36:02 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3473
3474 * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c.
3475
3476Fri Oct 13 17:48:43 1995 Ken Raeburn <raeburn@cygnus.com>
3477
3478 * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment.
3479 * config.in: Regenerated.
3480
3481 * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048.
3482 (_bfd_chunksize): New variable.
3483 (_bfd_new_bfd): Set it to getpagesize() if negative, and use it
3484 for obstack chunk size.
3485 * configure.in: Check for getpagesize.
3486 * configure: Regenerated.
3487
3488 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3489
3490 * trad-core.c (rawptr): Make it a local variable of
3491 ptrace_unix_core_file_p.
3492
b1e46369
SC
3493Fri Oct 13 11:22:01 1995 steve chamberlain <sac@slash.cygnus.com>
3494
3495 * coff-arm.c (in_reloc_p): New.
3496 * coff-i386.c (in_reloc_p): New.
3497 * coffcode.h: Allways include peicode.h if COFF_WITH_PE.
3498 (coff_write_object_contents): Only set has_reloc_section
3499 if PE_IMAGE.
3500 * cofflink.c (_bfd_coff_generic_relocate_section): Call
3501 in_reloc_p to decide if reloc should be emitted.
3502 * libcoff.h (pe_data_type.in_reloc_p): New.
3503 * peicode.h (pe_mkobject): Initialize in_reloc_p.
3504
ee9f09cd
ILT
3505Wed Oct 11 00:49:29 1995 Ian Lance Taylor <ian@cygnus.com>
3506
b1e46369
SC
3507 * cofflink.c (_bfd_coff_internal_syment_name): Move to coffgen.c.
3508 (_bfd_coff_read_internal_relocs): Likewise.
3509 * coffgen.c (_bfd_coff_internal_syment_name): Copy from coffgen.c.
3510 (_bfd_coff_read_internal_relocs): Likewise.
3511
ee9f09cd
ILT
3512 * elflink.h (elf_link_add_object_symbols): Correct conditions
3513 under which type and size change warnings are issued.
3514
78b31b6b
ILT
3515Tue Oct 10 18:32:46 1995 Ian Lance Taylor <ian@cygnus.com>
3516
3517 * coffgen.c (coff_count_linenumbers): Don't count line numbers for
3518 a symbol which is not in a real section.
3519 (coff_write_native_symbol): Corresponding change.
3520
3521 * cofflink.c (_bfd_coff_link_hash_newfunc): Rename from
3522 coff_link_hash_newfunc and make non-static.
3523 (_bfd_coff_link_hash_table_init): New function, broken out of
3524 _bfd_coff_link_hash_table_create.
3525 (_bfd_coff_link_hash_table_create): Use it.
3526 (process_embedded_commands): Make static.
3527 * libcoff-in.h ((_bfd_coff_link_hash_newfunc): Declare.
3528 (_bfd_coff_link_hash_table_init): Declare.
3529 * libcoff.h: Rebuild.
3530
3531 * coffcode.h (coff_mkobject_hook): If RS6000COFF_C, set cputype
3532 field in XCOFF tdata.
3533 (coff_set_arch_mach_hook): Check ifdef RS6000COFF_C, not ifdef
3534 U802ROMAGIC, for clarity. Try to set arch and machine correctly
3535 based on cputype stored in a.out header, or in n_type of initial
3536 .file symbol.
3537 (coff_write_object_contents): Set cputype correctly in a.out
3538 header.
3539 (coff_slurp_symbol_table): Add casts to file_ptr to avoid
3540 warnings.
3541 * coffswap.h (coff_swap_aouthdr_in): Swap in cputype field.
3542 (coff_swap_aouthdr_out): Swap out cputype field. Don't clear
3543 old resv1 field.
3544 * libcoff-in.h (struct xcoff_tdata): Add cputype field.
3545 * libcoff.h: Rebuild.
3546
3547 * cpu-rs6000.c (rs6000_compatible): New static function.
3548 (bfd_rs6000_arch): Use it.
3549 * cpu-powerpc.c (powerpc_compatible): New static function.
3550 (arch_info_struct): Define various flavours of PowerPC.
3551 (bfd_powerpc_arch): Use powerpc_compatible. Point at
3552 arch_info_struct.
3553
9dd7e56f
FF
3554Tue Oct 10 10:50:46 1995 Fred Fish <fnf@cygnus.com>
3555
78b31b6b 3556 * Makefile.in (FLAGS_TO_PASS): Remove BISON.
9dd7e56f 3557
8235c112
ILT
3558Tue Oct 10 01:28:29 1995 Ian Lance Taylor <ian@cygnus.com>
3559
3560 * elflink.h (elf_link_add_object_symbols): Don't warn about
3561 changing the size or type if the old definition was weak.
3562
0322af0d
ILT
3563Mon Oct 9 11:24:08 1995 Ian Lance Taylor <ian@cygnus.com>
3564
49488f2b
ILT
3565 * coffcode.h (combined_entry_type): Add fix_line field.
3566 (coff_slurp_line_table): Warn if we try to set the lineno field of
3567 a symbol twice.
3568 (coff_slurp_symbol_table): If RS6000COFF_C, handle C_BINCL and
3569 C_EINCL by setting fix_line. Fix C_BSTAT symbol value.
3570 * coffgen.c (coff_mangle_symbols): Handle fix_line.
3571 (coff_write_symbol): Only use N_DEBUG if the symbol is in the
3572 absolute section.
3573 (coff_print_symbol): Print fix_value symbols in a useful fashion.
3574 * libcoff.h: Rebuild.
3575
5f710a3a
ILT
3576 * libcoff-in.h (struct xcoff_tdata): Define.
3577 (xcoff_data): Define.
3578 * bfd.c (struct _bfd): Add xcoff_obj_data field to tdata union.
3579 * bfd-in2.h, libcoff.h: Rebuild.
3580 * coff-rs6000.c (xcoff_mkobject): New static function.
3581 (coff_mkobject): Define.
3582 (xcoff_copy_private_bfd_data): New static function.
3583 (coff_bfd_copy_private_bfd_data): Define.
3584 (rs6000coff_howto_table): Change R_TOC complain_on_overflow from
3585 signed to bitfield.
3586 (rs6000coff_vec): Add DYNAMIC to object_flags.
3587 * coffcode.h (sec_to_styp_flags): If RS6000COFF_C, handle .pad and
3588 .loader sections specially.
3589 (coff_new_section_hook): If RS6000COFF_C, get the .text and .data
3590 section alignment from the XCOFF tdata information.
3591 (coff_mkobject_hook): If RS6000COFF_C, set DYNAMIC based on
3592 F_SHROBJ, and copy the extra a.out header information into the
3593 XCOFF tdata structure.
3594 (coff_write_object_contents): If RS6000COFF_C, set F_SHROBJ,
3595 F_DYNLOAD and the extra a.out header information.
3596 (coff_slurp_symbol_table): Set BSF_NOT_AT_END for a C_EXT or
3597 C_HIDEXT symbol with attached csect information.
3598 * coffswap.h (coff_swap_aouthdr_in): If RS6000COFF_C, swap
3599 in the o_maxdata field.
3600 (coff_swap_aouthdr_out): If RS6000COFF_C, swap extra XCOFF fields.
3601 * coffgen.c (coff_renumber_symbols): Don't move any symbol to the
3602 end if BSF_NOT_AT_END is set.
3f2c5b2d 3603
0322af0d
ILT
3604 * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to
3605 _bfd_read_ar_hdr_fn.
3606 * libbfd-in.h (_bfd_read_ar_hdr): Update accordingly.
3607 * bfd-in2.h, libbfd.h: Rebuild.
3608 * archive.c (_bfd_get_elt_at_filepos): Cast _bfd_read_ar_hdr
3609 return value.
3610 (do_slurp_bsd_armap, do_slurp_coff_armap): Likewise.
3611 (bfd_slurp_bsd_armap_f2): Likewise.
3612 (_bfd_slurp_extended_name_table): Likewise.
3613
3266eaff
KR
3614Fri Oct 6 16:18:35 1995 Ken Raeburn <raeburn@cygnus.com>
3615
3616 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3617
3618 * archive.c (bfd_get_next_mapent): Return BFD_NO_MORE_SYMBOLS
3619 when the symbol table is empty.
3620
3621 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Don't reserve
3622 space for section symbols, since we don't output them either.
3623 (elf_m68k_adjust_dynindx): Removed.
3624
3625 * ptrace-core.c (rawptr): Make it a local variable of
3626 ptrace_unix_core_file_p.
3266eaff 3627
249479fa
MM
3628Fri Oct 6 12:24:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3629
45b5d2f0
MM
3630 * coff-rs6000.c (xcoff_write_archive_contents): Return false, not
3631 NULL.
3632
249479fa
MM
3633 * config.bfd (powerpc{,le}-{elf,sysv4,eabi,solaris2}): Add NT, and
3634 Mac object file formats.
3635
c53fac12
ILT
3636Fri Oct 6 12:04:02 1995 Ian Lance Taylor <ian@cygnus.com>
3637
4372f33f
ILT
3638 * coffgen.c (coff_fix_symbol_name): Don't try to set up file
3639 auxent if there isn't one.
3640 (coff_write_symbols): If there is no file auxent, use SYMNMLEN
3641 rather than FILNMLEN as the maximum name length.
3642
0fc9ada9
ILT
3643 * coffcode.h (bfd_coff_backend_data): Add new field
3644 _bfd_coff_print_aux.
3645 (bfd_coff_print_aux): New static function.
3646 (coff_pointerize_aux_hook (RS6000COFF_C version)): Pointerize the
3647 scnlen field of an XTY_LD csect aux entry.
3648 (coff_print_aux): New static function.
3649 (coff_slurp_symbol_table): Don't pointerize scnlen field; now done
3650 in coff_pointerize_aux_hook.
3651 (bfd_coff_std_swap_table): Initialize new field.
3652 * coffgen.c (coff_print_symbol): Call bfd_coff_print_aux.
3653 * libcoff.h: Rebuild.
3654 * coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
3655 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3656
7860fe38
ILT
3657 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
3658 if there are symbols, for native AIX ld compatibility.
3659
c80cc833
ILT
3660 * coffcode.h (bfd_coff_backend_data): Add new field
3661 _bfd_coff_pointerize_aux_hook.
3662 (coff_pointerize_aux_hook): Define as a function if RS6000COFF_C
3663 or I960, and as 0 otherwise.
3664 (bfd_coff_std_swap_table): Initialize new field.
3665 * libcoff.h: Rebuild.
3666 * coffgen.c (coff_pointerize_aux): Change parameters to take
3667 symbol pointer instead of type and class, and to take aux index.
3668 Call _bfd_coff_pointerize_aux_hook if it is defined.
3669 (coff_get_normalized_symtab): Always call coff_pointerize_aux.
3670 * coff-alpha.c (alpha_ecoff_backend_data): Initialize all fields.
3671 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3672
c53fac12
ILT
3673 * coff-rs6000.c: Add full support for AIX archives. Rewrite old
3674 read-only/host-only support.
3675
3676 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
3677 BSF_LOCAL.
d11e6b52
ILT
3678 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
3679 RS6000COFF_C.
c53fac12
ILT
3680
3681 * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
3682 BFD_JUMP_TABLE_ARCHIVE accordingly.
3683 * libbfd-in.h (_bfd_snarf_ar_hdr): Don't declare.
3684 (_bfd_compute_and_write_armap): Declare.
3685 (_bfd_generic_read_ar_hdr): Declare.
3686 (_bfd_read_ar_hdr): Define.
3687 (_bfd_noarchive_read_ar_hdr): Define.
3688 (_bfd_archive_bsd_read_ar_hdr): Define.
3689 (_bfd_archive_coff_read_ar_hdr): Define.
3690 * archive.c: Change all callers of _bfd_snarf_ar_hdr to call
3691 _bfd_read_ar_hdr instead.
3692 (_bfd_generic_read_ar_hdr): Rename from _bfd_snarf_ar_hdr.
3693 (_bfd_compute_and_write_armap): Rename from
3694 compute_and_write_armap. Make non-static. Change all callers.
3695 * ecoff.c (_bfd_ecoff_slurp_armap): Call _bfd_read_ar_hdr rather
3696 than _bfd_snarf_ar_hdr.
3697 * aout-target.h (MY_read_ar_hdr): Define if not defined.
3698 * ieee.c (ieee_read_ar_hdr): Define.
3699 * libecoff.h (_bfd_ecoff_read_ar_hdr): Define.
3700 * oasys.c (oasys_read_ar_hdr): Define.
3701 * som.c (som_read_ar_hdr): Define.
3702 * bfd-in2.h, libbfd.h: Rebuild.
3703
f8e47484
SC
3704Thu Oct 5 14:04:07 1995 steve chamberlain <sac@slash.cygnus.com>
3705
3706 * peicode.c (coff_swap_filehdr_in): If symptr is
3707 zero, there aren't any symbols, even if nsyms is set.
3708
2b874a2d
ILT
3709Thu Oct 5 11:45:02 1995 Ian Lance Taylor <ian@cygnus.com>
3710
aca73687
ILT
3711 * libecoff.h (struct ecoff_backend_data): Add adjust_headers
3712 field.
3713 * ecoff.c (ecoff_sec_to_styp_flags): Check for various Alpha
3714 sections, and set styp correctly for them: .got, .hash, .dynamic,
3715 .liblist, .rel.dyn, .conflic, .dynstr, .dynsym, .comment.
3716 (_bfd_ecoff_styp_to_sec_flags): Check for various Alpha section
3717 types.
3718 (ecoff_sort_hdrs): New static function.
3719 (ecoff_compute_section_file_positions): Return boolean, not void.
3720 Sort the sections by VMA before looking through them. Put the
3721 first non SEC_ALLOC section on a new page. Put every SEC_ALLOC
3722 section on an appropriate boundary within the page.
3723 (ecoff_compute_reloc_file_positions): Check return value of
3724 ecoff_compute_section_file_positions.
3725 (_bfd_ecoff_set_section_contents): Likewise.
3726 (_bfd_ecoff_write_object_contents): Check for various Alpha
3727 section types when incrementing text_size and data_size. Call
3728 adjust_headers backend function if it exists.
3729 * coff-alpha.c (alpha_adjust_headers): New static function.
3730 (alpha_ecoff_backend_data): Initialize adjust_headers field.
3731 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3732
2b874a2d
ILT
3733 * hosts/i386bsd.h: Restore file incorrectly deleted on Sep 6.
3734
c780e5db
JL
3735Wed Oct 4 18:15:02 1995 Jeff Law (law@hurl.cygnus.com)
3736
3737 * rs6000-core.c (CORE_VERSION_1): Use CORE_VERSION_1 instead
3738 of ALTERNATE_AIX_CORE_FORMAT.
3739 * configure.in (aix4): No longer need CORE_FLAGS.
3740 * configure: Updated.
3741
2a01c351
KR
3742Wed Oct 4 15:36:36 1995 Ken Raeburn <raeburn@cygnus.com>
3743
3744 NS32k changes from Ian Dall:
3745 * aoutx.h (MY_final_link_relocate, MY_relocate_contents): New
3746 macros.
3747 (aout_link_input_section_std, aout_link_input_section_ext,
3748 aout_link_reloc_link_order): Call them instead of _bfd_*
3749 versions.
3750 * aout-target.h (MY_exec_header_not_counted): New macro, defaults
3751 to zero.
3752 (backend_data): Use it instead of hardcoded zero.
3753
3754 * aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
3755 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
3756
3757 * ns32knetbsd.c: Include bfd.h.
3758 (MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
3759 (MY_bfd_reloc_type_lookup): Declare function too.
3760 * pc532-mach.c (set_sizes): Don't declare.
3761 (MY_text_includes_header, MY_exec_header_not_counted): Define.
3762 (backend_data, MY_backend_data): Don't define.
3763
3764 * config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
3765 ns32k-*-lites* like ns32k-*-netbsd*.
3766
3767 * hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to
3768 compile on lites.
3769
5944d75b
ILT
3770Wed Oct 4 14:15:52 1995 Ian Lance Taylor <ian@cygnus.com>
3771
3772 * coffcode.h (coff_write_object_contents): Restore setting
3773 f_timdat to 0, deleted on August 22.
3774
db344f82
SC
3775Tue Oct 3 16:28:32 1995 steve chamberlain <sac@slash.cygnus.com>
3776
3777 * coffcode.h (coff_bfd_copy_private_symbol_data,
3778 coff_bfd_copy_private_section_data,
3779 coff_bfd_copy_private_bfd_data): ifdef to allow overrides.
3780 * peicode.h (coff_bfd_copy_private_bfd_data): New
3781 (pe_bfd_copy_private_bfd_data): New.
3782 (coff_swap_scnhdr_in): Swap bss size into the right place.
3783 (pe_print_private_bfd_data): Add some newlines.
5944d75b 3784
c780e5db 3785Tue Oct 3 11:53:04 1995 Jeff Law (law@hurl.cygnus.com)
97f1feda
JL
3786
3787 * som.c (setup_sections): Don't die if a space has no subspaces.
3788
3d7c42c9
ILT
3789Mon Oct 2 14:08:55 1995 Ian Lance Taylor <ian@cygnus.com>
3790
3791 * elflink.h (elf_link_add_object_symbols): Don't let a weak
3792 dynamic symbol override a common symbol. Don't change the size or
3793 type if they have been set and the new symbol is not a definition.
3794 Warn if the size or type changes.
3795
c780e5db 3796Sun Oct 1 01:34:41 1995 Jeff Law (law@hurl.cygnus.com)
709af562
JL
3797
3798 * som.c (som_begin_writing): Don't write the symbol table or
3799 symbol strings.
3800 (som_finish_writing): Write them here. Place them after the
3801 subspace data, but before the relocs.
3802
3803Fri Sep 29 11:01:55 1995 Ian Lance Taylor <ian@cygnus.com>
3804
3805 * sunos.c (sunos_add_one_symbol): Just pass false, not
3806 info->shared_library, to sunos_create_dynamic_sections.
3807 (sunos_scan_ext_relocs): Don't warn about a reloc in the .text
3808 section.
3809 (sunos_check_dynamic_reloc): Remove .text section assertion.
3810
7009e451
SS
3811Thu Sep 28 18:48:47 1995 Stan Shebs <shebs@andros.cygnus.com>
3812
3813 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.
3814 * configure, configure.in: Add pmac_xcoff_vec case.
3815 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
3816 * coff-pmac.c: New file, PowerMac XCOFF support.
3817 * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case.
3818 * targets.c (pmac_xcoff_vec): Declare.
3819
3820 * mpw-config.in: Various changes to be compatible with the
3821 autoconf-based configury.
3822 * mpw-make.sed: New file, sed commands to translate Unix
3823 makefile into MPW syntax.
3824 * mpw-make.in: Remove.
3825 * hosts/mpw.h: Remove.
3826 * bfd-in.h, bfd-in2.h: If MPW, include the file that defines
3827 true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
3828
b91537be
SC
3829Thu Sep 28 17:06:23 1995 steve chamberlain <sac@slash.cygnus.com>
3830
3831 * binary.c (binary_get_symtab): Return an empty string on error.
3832 * opncls.c (bfd_fdpenr): Change WIN32 restriction to WINGDB.
3833
30360a6f
KK
3834Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
3835
3836 * coff-ppc.c: Reformatted according to gnu conventions
3837 Removed irrelevant "if 0" code
3838
20d1e233
ILT
3839Thu Sep 28 11:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
3840
69fd4fdd
ILT
3841 * hp300hpux.c (convert_sym_type): Treat secondary symbols as weak
3842 symbols rather than as indirect symbols.
3843 (MY(slurp_symbol_table)): Don't do anything special about
3844 secondary symbols.
3845
46b5a892
ILT
3846 * coffcode.h (coff_new_section_hook): Make sure that the alignment
3847 of .ctors and .dtors sections is no larger than 2.
3848
9db59230
ILT
3849 * sunos.c (sunos_add_one_symbol): Don't change
3850 bfd_link_hash_common to bfd_link_hash_new, since it may be on the
3851 undef list.
3852 (bfd_sunos_record_link_assignment): Don't put __DYNAMIC in the
3853 dynamic symbols when creating a shared library.
3854 (sunos_scan_ext_relocs): Handle relocs correctly when creating a
3855 shared library.
3856 (sunos_scan_dynamic_symbol): Don't mark the __DYNAMIC symbol as
3857 written even if it is not defined in a regular object.
3858 (sunos_write_dynamic_symbol): Use plt_offset for the address of
3859 the jump table reloc. Add an assertion. Use RELOC_JMP_SLOT
3860 rather than the constant 22.
3861 (sunos_check_dynamic_reloc): Handle creating a shared library.
3862 (sunos_finish_dynamic_link): Set the first entry in the GOT to
3863 zero when creating a shared library.
3864 * aoutx.h (NAME(aout,final_link)): If there is a symbol __DYNAMIC,
3865 write it out at the start of the symbol table.
3866
20d1e233
ILT
3867 * Makefile.in (BFD32_BACKENDS): Add coff-arm.o.
3868
a11e10fe
DE
3869Thu Sep 28 00:58:05 1995 Doug Evans <dje@deneb.cygnus.com>
3870
3871 * config.bfd: Add arm-*-coff.
3872 * configure.in, configure: Add armcoff_{little,big}_vec.
3873 * targets.c (armcoff_{little,big}_vec): Declare.
3874 (bfd_target_vector): Add armcoff_{little,big}_vec.
3875 * coff-arm.c (armcoff_{little,big}_vec): Always define.
3876
99062cfc
ILT
3877Wed Sep 27 10:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
3878
3879 * targets.c (bfd_find_target): Remove debugging code.
3880
deacbe0f
KK
3881Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
3882
3883 * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE
3884 support on powerpc.
3885 * Makefile.in: added *-ppc files
3886 * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to
3887 allow pe based .o's to be shared with other tools on ppc/NT
3888 * config.bfd: added powerpc[le]-[pe|winnt] config support
3889 * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec
3890 * peicode.h: Added more section flags for PE on ppc
3891 Added coff_swap_filehdr_out to allow peicode.h to be
3892 used for non-image PE files on ppc.
3893 Check for image, or not, before copying pe_opthdr
3894 * targets.c: Added new bfd's
30360a6f
KK
3895 * targets.c: Removed two inactive bfds that shouldn't have made it this
3896 far.
deacbe0f 3897
d22b02e0
MM
3898Tue Sep 26 14:06:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3899
3900 * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use
3901 explicit values to initialize all relocs. Change all users.
3902 (ppc_elf_brtaken_inner): New function to handle branch predicition
3903 relocs.
3904 (ppc_elf_brtaken_reloc): Ditto.
3905 (ppc_elf_howto_raw): Use new functions. Make sure all unsupported
3906 relocs use ppc_elf_unsupported_reloc.
3907 (ppc_elf_merge_private_bfd_data): Keep track of whether an error
3908 needs to be reported.
3909 (ppc_elf_relocate_section): Support branch prediction relocs.
3910
fcf490c0
ILT
3911Tue Sep 26 12:48:05 1995 Ian Lance Taylor <ian@cygnus.com>
3912
e6cb7b41
ILT
3913 * bfd.c (bfd_assert): Remove \n from string passed to
3914 _bfd_error_handler.
3915
1af85fbb
ILT
3916 * coff-i386.c: (TWO_DATA_SECS): Don't define.
3917 * coffcode.h (bfd_coff_backend_data): Remove _bfd_make_section_hook.
3918 (bfd_coff_make_section_hook): Don't define.
3919 (coff_make_section_hook): Remove.
3920 (sec_to_styp_flags): Remove TWO_DATA_SECS case.
3921 (styp_to_sec_flags): Likewise.
3922 (coff_write_object_contents): Likewise.
3923 (bfd_coff_std_swap_table): Don't initialize make_section_hook
3924 field.
3925 * libcoff.h: Rebuild.
3926 * coffgen.c (make_a_section_from_file): Just call
3927 bfd_make_section_anyway, not bfd_make_section or
3928 bfd_coff_make_section_hook.
3929 * ecoff.c (_bfd_ecoff_make_section_hook): Remove.
3930 * libecoff.h (_bfd_ecoff_make_section_hook): Don't declare.
3931 * coff-alpha.c (alpha_ecoff_backend_data): Don't initialize
3932 make_section_hook field.
3933 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3934
fcf490c0
ILT
3935 * aoutx.h (translate_from_native_sym_flags): Don't try to stuff
3936 pointers into value field for warning and indirect symbols; just
3937 leave the value field alone.
3938 * linker.c (generic_link_add_symbol_list): Use next symbol for
3939 warning and indirect symbols, rather than looking in symbol value.
3940 * ecoff.c (ecoff_set_symbol_info): Remove indirect_ptr_ptr
3941 parameter. Change all callers. Remove support for indirect
3942 symbols; it didn't work anyhow.
3943 (_bfd_ecoff_slurp_symbol_table): Remove indirect_ptr variable.
3944 * syms.c: Change comments about BSF_WARNING and BSF_INDIRECT.
3945 * bfd-in2.h: Rebuild.
3946
cc47d19a
MM
3947Mon Sep 25 16:04:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3948
3949 * elf32-ppc.c (ppc_elf_howto_raw): For all 14-bit branch relocs,
3950 go back to telling the tools this reloc operates on 32 bits.
3951
81449d47
ILT
3952Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com>
3953
7a7fbffb
ILT
3954 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handler
3955 rather than a direct fprintf.
3956 * archive.c (_bfd_write_archive_contents): Likewise.
3957 * coffcode.h (coff_slurp_symbol_table): Likewise.
3958 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise.
3959 (ppc_elf_unsupported_reloc): Likewise.
3960 (ppc_elf_relocate_section): Likewise.
3961 * i386linux.c (linux_tally_symbols): Likewise.
3962 (linux_finish_dynamic_link): Likewise.
3963 * osf-core.c (osf_core_core_file_p): Likewise.
3964 * rs6000-core.c (rs6000coff_get_section_contents): Likewise.
3965 * som.c (som_sizeof_headers): Likewise.
3966 * srec.c (srec_bad_byte): Likewise.
3967 * bfd.c (bfd_assert): Likewise. Also change file to be const.
3968 * libbfd-in.h (bfd_assert): Declare first parameter const.
3969 * libbfd.h: Rebuild.
3970 * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning
3971 bfd_reloc_overflow is enough.
3972 * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort.
3973 * coff-h8500.c (rtype2howto): Likewise.
3974 * coff-z8k.c (rtype2howto): Likewise.
3975 * coffcode.h (dummy_reloc16_extra_cases): Likewise.
3976 * elf.c (_bfd_elf_get_lineno): Likewise.
3977 (_bfd_elf_no_info_to_howto): Likewise.
3978 (_bfd_elf_no_info_to_howto_rel): Likewise.
3979 * hp300hpux.c (convert_sym_type): Likewise.
3980 (MY(swap_std_reloc_in)): Likewise.
3981 * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
3982
f1c6dd5d
ILT
3983 * libaout.h (struct aoutdata): Add line_buf field.
3984 * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
3985 and filename_buffer. Instead, use a malloc buffer stored in the
3986 new line_buf field. Remove length restrictions.
3987
f0500a41
ILT
3988 * coffgen.c (string_size): Remove static variable.
3989 (debug_string_size, debug_string_section): Likewise.
3990 (coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
3991 and debug_string_size_p parameters. Use them instead of the
3992 global variables. Change all callers.
3993 (coff_write_symbol): Likewise.
3994 (coff_write_alien_symbol, coff_write_native_symbol): Likewise.
3995 (coff_write_symbols): Add local variables to replace removed
3996 global variables.
3997
25b5a53d
ILT
3998 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
3999 function, and line_base fields.
4000 * libcoff.h: Rebuild.
4001 * coffgen.c (coff_find_nearest_line): Use section tdata to cache
4002 information, rather than using static variables.
4003
641ac26a
ILT
4004 * sunos.c (sunos_read_dynamic_info): Adjust offsets in an NMAGIC
4005 file. From Peter DeWolf <pld@amt.tay1.dec.com>.
4006
81449d47
ILT
4007 * init.c (initialized): Remove static variable.
4008 (bfd_init): Don't bother setting initialized.
4009 (bfd_check_init): Remove.
4010 * opncls.c (_bfd_new_bfd): Don't call bfd_check_init.
4011 * libbfd.h: Rebuild.
4012
138b9b81
PS
4013Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4014
4015 * rs6000-core.c (rs6000coff_core_p): Don't check the core file
4016 size for full core dumps. Copy core file header to private data.
4017 (rs6000coff_core_file_failing_command,
4018 rs6000coff_core_file_failing_signal): New functions to extract
4019 the file name and terminating signal from the core file.
4020 * coff-rs6000.c: Use them.
4021
2ffbb79a
ILT
4022Fri Sep 22 17:44:47 1995 Ian Lance Taylor <ian@cygnus.com>
4023
4024 Change arch info to be const, initialized at compile time.
4025 * archures.c: Reindent many functions. Change CONST to const.
4026 (bfd_arch_info_type): Make arch_name const. Remove disassemble;
4027 nothing set it anyhow. Make next const.
4028 (bfd_arch_info_list): Remove.
4029 (bfd_archures_list): Rename from archures_init_table. Change from
4030 a table of function pointers to a table of bfd_arch_info_type
4031 structure addresses.
4032 (bfd_scan_arch): Rewrite accordingly. Return a const pointer.
4033 (bfd_lookup_arch): Likewise.
4034 (bfd_set_arch_info): Rewrite accordingly. Change argument to be a
4035 const pointer.
4036 (bfd_default_arch_struct): Make const.
4037 (bfd_arch_init, bfd_arch_linkin): Remove.
4038 (bfd_get_arch_info): Return a const pointer.
4039 * init.c (bfd_init): Don't call bfd_arch_init.
4040 * bfd.c (struct _bfd): Make arch_info const.
4041 * bfd-in2.h: Rebuild.
4042 * libbfd.h: Rebuild.
4043 * configure.in: Put & before everything in $selarchs.
4044 * configure: Rebuild.
4045 * cpu-*.c: Change bfd_*_arch from a function which calls
4046 bfd_arch_linkin to a const structure.
4047 * ieee.c (ieee_object_p): Make arch const.
4048
02f85cda
MM
4049Fri Sep 22 16:23:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
4050
4051 * reloc.c (bfd_reloc_code_type): Add relocations to support all of
4052 PowerPC V.4.
4053 * bfd-in2.h: Regenerate.
4054 * libbfd.h: Regenerate.
4055
4056 * elf32-ppc.c (reloc_type): Update names to match current draft.
4057 (ppc_elf_howto_raw): Mark 14 bit relocs as short sized and PC
4058 relative. Update names to current V.4 draft.
4059 (ppc_elf_reloc_type_lookup): Add support for more relocations.
4060 (ppc_elf_relocate_section): Rename relocations to match draft.
4061
dd82c578
MM
4062Thu Sep 21 21:53:18 1995 Michael Meissner <meissner@cygnus.com>
4063
4064 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Allow modules
4065 compiled with -mrelocatable-lib to be linked with either normal
4066 modules or -mrelocatable modules.
4067
f69e888e
ILT
4068Wed Sep 20 12:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
4069
e18c4e8f
ILT
4070 * coffcode.h (coff_write_object_contents): Clear the vstamp field
4071 in the a.out header.
4072
f69e888e
ILT
4073 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Don't set r_extern for
4074 a reloc against a local symbol, even if it's not a section.
4075
a5655244
ILT
4076Tue Sep 19 17:02:26 1995 Ian Lance Taylor <ian@cygnus.com>
4077
4078 * targets.c (bfd_target): Remove unused align_power_min field.
4079 * bfd-in2.h: Rebuild.
4080 * All backends: Remove initialization of align_power_min.
4081
500d7394
SC
4082Tue Sep 19 14:02:21 1995 steve chamberlain <sac@slash.cygnus.com>
4083
4084 * peicode.h (coff_swap_scnhdr_out): Get sizes for BSS right.
500d7394 4085
049df0a8
ILT
4086Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
4087
4088 * config.bfd (mips-dec-netbsd*): New target.
4089 * configure.host (mips-dec-netbsd*): New host.
4090 * configure.in (mips-dec-netbsd*): New native.
4091 * configure: Rebuild.
4092
1862bbd8
ILT
4093Fri Sep 15 10:24:36 1995 Ian Lance Taylor <ian@cygnus.com>
4094
4095 Make the COFF backend linker merge common types:
4096 * cofflink.c (struct coff_debug_merge_element): Define.
4097 (struct coff_debug_merge_type): Define.
4098 (struct coff_debug_merge_hash_entry): Define.
4099 (struct coff_debug_merge_hash_table): Define.
4100 (coff_debug_merge_hash_table_init): Define.
4101 (coff_debug_merge_hash_table_free): Define.
4102 (coff_debug_merge_hash_lookup): Define.
4103 (struct coff_final_link_info): Add debug_merge field.
4104 (coff_debug_merge_hash_newfunc): New static function.
4105 (_bfd_coff_final_link): Allocate and free debug_merge table.
4106 (coff_link_input_bfd): Merge identical enum, struct and union
4107 types.
4108
a208a70f
ILT
4109Thu Sep 14 14:53:58 1995 Ian Lance Taylor <ian@cygnus.com>
4110
4111 Convert i960 COFF to use COFF backend linker.
4112 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
4113 structure to store the symbol being used.
4114 (coff_i960_start_final_link): New static function.
4115 (coff_i960_relocate_section): New static function.
4116 (coff_i960_adjust_symndx): New static function.
4117 (coff_start_final_link): Define.
4118 (coff_relocate_section): Define.
4119 (coff_adjust_symndx): Define.
4120 * coffcode.h (bfd_coff_backend_data): Add new callback function
4121 _bfd_coff_start_final_link.
4122 (bfd_coff_start_final_link): Define.
4123 (coff_start_final_link): Define if not defined.
4124 (bfd_coff_std_swap_table): Add coff_start_final_link.
4125 * cofflink.c (_bfd_coff_internal_syment_name): Make globally
4126 visible.
4127 (_bfd_coff_final_link): Call bfd_coff_start_final_link if the
4128 function callback is not NULL.
4129 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
4130 (_bfd_coff_internal_syment_name): Declare.
4131 * libcoff.h: Rebuild.
4132 * configure.in (icoff_big_vec): Add cofflink.o.
4133 (icoff_little_vec): Likewise.
4134 * configure: Rebuild.
4135
f0abedbe
FF
4136Wed Sep 13 17:38:23 1995 Fred Fish <fnf@rtl.cygnus.com>
4137
4138 * Makefile.in (clean-info): Remove extraneous tab from line
4139 following action.
4140
aa4b3dc5
ILT
4141Wed Sep 13 13:27:53 1995 Ian Lance Taylor <ian@cygnus.com>
4142
4143 * cofflink.c (coff_link_input_bfd): Fail if a section with no
4144 contents has relocs.
4145
4ca63811 4146Thu Sep 12 12:45:34 1995 steve chamberlain <sac@slash.cygnus.com>
beee31b1
SC
4147
4148 * coffcode.h (coff_compute_section_file_positions): Keep the
4149 raw size safe.
4150 (coff_write_object_contents): Remember if it's a relocatable
4151 file.
4152 * libcoff-in.h (pe_data_type): New member 'has_reloc_section'
4153 * peicode.h (coff_swap_filehdr_out): Clear not-reloc flag
4154 if relocatable file. Swap out saved raw size.
4155
ae115e51
ILT
4156Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com>
4157
9521bac3
ILT
4158 * Makefile.in (do_maintainer_clean): Rename from do_realclean.
4159 (maintainer-clean): Rename from realclean, passing
4160 maintainer-clean down to subdirectories, but leave realclean as a
4161 synonym.
4162
4ca63811
ILT
4163 * linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
4164 warning callback.
4165
5aa4c3ff
ILT
4166 * dep-in.sed: Remove config.h from generated dependencies.
4167
396aaeb2
ILT
4168 * sunos.c (sunos_slurp_dynamic_symtab): New static function,
4169 broken out of sunos_canonicalize_dynamic_symtab.
4170 (sunos_canonicalize_dynamic_symtab): Call new function
4171 sunos_slurp_dynamic_symtab.
4172 (sunos_add_dynamic_symbols): Add three new parameters. Return the
4173 dynamic symbol table to the caller.
4174 * aoutx.h (aout_link_add_symbols): Permit add_dynamic_symbols
4175 callback to override the symbols being read.
4176 * libaout.h (struct aout_backend_data): Add three new parameters
4177 to add_dynamic_symbols callback.
4178
ae115e51
ILT
4179 Extensive minor changes to avoid various gcc warnings. Also:
4180 * Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
4181 * archures.c (bfd_arch_info_type): Change mach field from long to
4182 unsigned long.
4183 (bfd_lookup_arch): Change machine parameter from long to unsigned
4184 long.
4185
b088e4b2
ILT
4186Mon Sep 11 10:55:47 1995 Ian Lance Taylor <ian@cygnus.com>
4187
4188 * sunos.c (sunos_scan_std_relocs): Fix BFD_ASSERT: it's OK to find
4189 a symbol with a non-zero plt_offset.
4190
1dff7902
ILT
4191Fri Sep 8 11:47:24 1995 Ian Lance Taylor <ian@cygnus.com>
4192
2b71e1e4
ILT
4193 * elfcode.h (align_file_position): Remove; not used.
4194
1dff7902
ILT
4195 * configure.in: Only check for <sys/procfs.h> on a native system,
4196 and make sure it defines prstatus_t.
4197 * configure: Rebuild.
4198
870015b1
ILT
4199Thu Sep 7 12:48:01 1995 Ian Lance Taylor <ian@cygnus.com>
4200
535c89f0
ILT
4201 * sunos.c (sunos_write_dynamic_symbol): Correct m68k abort test.
4202
936b870c
ILT
4203 * config.in: Rename from config.h.in.
4204 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
a7873a6c 4205 Check for config.h:config.in when creating stamp-h.
936b870c 4206 * configure: Rebuild.
a7873a6c
ILT
4207 * Makefile.in (stamp-h): Depend upon config.in rather than
4208 config.h.in. Set CONFIG_HEADERS to config.h:config.in when
4209 calling config.status.
936b870c 4210
870015b1
ILT
4211 * Makefile.in (do_distclean): Remove config.h and stamp-h.
4212 (Makefile): Just rebuild Makefile.
4213 (config.h, stamp-h): New targets.
4214 * configure.in: Create stamp-h when rebuilding config.h.
4215 * configure: Rebuild.
4216
b7577823
ILT
4217Wed Sep 6 15:00:33 1995 Ian Lance Taylor <ian@cygnus.com>
4218
4219 * configure.in: Call AC_CONFIG_HEADER. Substitute
4220 HOST_64BIT_LONG. Check that various header files exist. Check
4221 that fcntl exists. Call BFD_BINARY_FOPEN. Check whether malloc
4222 and/or free need to be declared. Don't make a link to sysdep.h.
4223 Define TRAD_HEADER for various hosts.
4224 * configure: Rebuild.
4225 * configure.host: Don't set my_host. Add definitions taken from
4226 host header files for various entries. Remove entries which now
4227 do nothing.
4228 * acconfig.h: New file.
4229 * config.h.in: New file, built by autoheader.
4230 * sysdep.h: New file.
4231 * Makefile.in (do_distclean): Don't remove sysdep.h.
4232 (RECONFIG): Remove.
4233 (LOCAL_H_DEPS): New variable.
4234 ($(BFD_LIBS)): Use $(LOCAL_H_DEPS) rather than libbfd.h and
4235 $(RECONFIG).
4236 ($(BFD_MACHINES), $(BFD_BACKENDS)): Likewise.
4237 ($(OPTIONAL_BACKENDS)): Likewise.
4238 (stmp-bfd.h): Just substitute for BFD_HOST_64BIT_LONG, rather than
4239 looking through sysdep.h.
4240 * bfd-in.h (BFD_HOST_64BIT_LONG): Define; set by Makefile.
4241 (BFD_HOST_64_BIT): Define based on BFD_HOST_64BIT_LONG.
4242 (fprintf_vma, sprintf_vma): Likewise.
4243 (int64_type, uint64_type): Don't define.
4244 * bfd-in2.h: Rebuild.
4245 * archures.c, bfd.c, srec.c: Include <ctype.h>.
4246 * elfcore.h: Check HAVE_SYS_PROCFS_H rather than HAVE_PROCFS.
4247 * lynx-core.c: Include stuff from old hosts/lynx.h.
4248 * opncls.c (bfd_fdopenr): Check HAVE_FNCTL and defined (F_GETFL),
4249 rather than NO_FCNTL.
4250 * targets.c (bfd_target_list): Check HOST_HPPAHPUX and ! __STDC__
4251 rather than NATIVE_HPPAHPUX_COMPILER.
4252 * trad-core.c: Don't include <errno.h>. Include TRAD_HEADER if it
4253 is defined.
4254 * hosts/*.h: Remove all header files which merely include,
4255 declare, and define things. Leave header files which define
4256 information needed by trad-core.c.
4257
4258 * aclocal.m4 (BFD_BINARY_FOPEN): Define.
4259 (BFD_CC_FOR_BUILD): Define.
4260 * configure.in: Use BFD_CC_FOR_BUILD.
4261 * configure: Rebuild.
4262
7a93ebdd
ILT
4263Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4264
4c2e4d0e
ILT
4265 * aclocal.m4: Don't try to grep ../Makefile if it doesn't exist.
4266 * configure: Rebuild.
4267
7a93ebdd
ILT
4268 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
4269 a global symbol.
4270
866bb9e5
JM
4271Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
4272
4273 * config.bfd: i386pe_ve -> i386pe_vec.
4274
2b79a104
ILT
4275Mon Sep 4 14:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
4276
f515fb2f
ILT
4277 * configure.host: Incorporate host Makefile fragments by setting
4278 shell variables.
4279 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
4280 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
4281 value based on whether the code is being compiled by a cross
4282 compiler. Don't substitute host_makefile_frag or frags.
4283 * aclocal.m4: New file to define local AC_PROG_CC.
4284 * configure: Rebuild.
4285 * Makefile.in (INSTALL): Set to @INSTALL@.
4286 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
4287 (INSTALL_DATA): Set to @INSTALL_DATA@.
4288 (AR): Set to @AR@.
4289 (CC): Define as @CC@.
4290 (CFLAGS): Set to @CFLAGS@.
4291 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
4292 (@host_makefile_frag@): Remove.
4293 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
4294 after other options.
4295 (config.status): Remove dependency upon @frags@.
4296 * config/*.mh, config/README: Remove.
4297
2b79a104
ILT
4298 * config.bfd: Rewrite to incorporate the contents of the Makefile
4299 fragments by setting shell variables, rather than merely returning
4300 the name of a Makefile fragment.
4301 * configure.in: Use shell variables set by config.bfd rather than
4302 looking at the target Makefile fragment files. Don't substitute
4303 target_makefile_frag. Do substitute TDEFINES.
4304 * configure: Rebuild.
4305 * Makefile.in (@target_makefile_frag@): Remove.
4306 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
4307 * config/*.mt: Remove.
4308
2cb159a5
KR
4309Mon Sep 4 03:13:28 1995 Ken Raeburn <raeburn@cygnus.com>
4310
4311 * configure.in: Put changequote lines around "i[345]86" patterns
4312 section of core file support.
4313
ef07871c
JL
4314Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
4315
4316 * som.c (som_bfd_print_private_bfd_data): Define to use the
4317 generic version.
4318
1613e075
SC
4319Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
4320
4321 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
4322 entry, text_start and data_start.
4323
a52a3ce8
ILT
4324Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
4325
a21227ef
ILT
4326 * Makefile.in (OFILES): Remove $(TDEPFILES).
4327 * config/apollo.mt (TDEPFILES): Remove.
4328 * config/README: Update.
4329
a52a3ce8
ILT
4330 * configure.in: For a native configuration, set COREFILE and
4331 COREFLAG based on the canonical host name.
4332 * configure: Rebuild.
4333 * Makefile.in: Rebuild dependencies.
4334 (ALL_CFLAGS): Add @COREFLAG@.
4335 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
4336 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
4337 support routines. Check LYNX_CORE rather than HOST_LYNX.
4338 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
4339 * i386lynx.c: Likewise.
4340 * m68klynx.c: Likewise.
4341 * sparclynx.c: Likewise.
4342 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
4343 * *-core.c: Comment changes.
4344 * config/decstation.mh (HDEPFILES): Remove.
4345 (HDEFINES): Remove -DTRAD_CORE.
4346 * config/irix3.mh (RANLIB): Remove.
4347 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
4348 (HDEFINES): Remove -DIRIX_CORE.
4349 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
4350 (HDEFINES): Remove -DTRAD_CORE.
4351 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
4352 * config/ultra3.mh (RANLIB): Remove.
4353 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
4354 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
4355 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
4356 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
4357 * config/hppahpux.mh, config/hppaosf.mh: Remove.
4358 * config/i386aix.mh, config/i386bsd.mh: Remove.
4359 * config/i386linux.mh, config/i386mach3.mh: Remove.
4360 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
4361 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
4362 * config/mipsmach3.mh, config/news-mips.mh: Remove.
4363 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
4364 * config/rs600.mh, config/rs6000lynx.mh: Remove.
4365 * config/solaris2.mh, config/stratus.mh: Remove.
4366 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
4367 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
4368
d6f672b8
ILT
4369Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
4370
4371 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
4372 DT_FINI entry if the appropriate symbol is not in the hash table.
4373
4374 * libelf.h (struct elf_backend_data): Add create_program_headers
4375 and want_hdr_in_seg fields.
4376 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
4377 defined.
4378 (elf_backend_create_program_headers): Likewise.
4379 (elfNN_bed): Initialize create_program_headers and
4380 want_hdr_in_seg.
4381 * elf.c (get_program_header_size): Call create_program_headers
4382 backend routine.
4383 (map_program_segments): Check want_hdr_in_seg backend field. Call
4384 create_program_headers backend routine.
4385
4386 * elf.c (assign_file_positions_except_relocs): Align non allocated
4387 sections when creating an executable.
4388
4389 * elfcode.h (elf_swap_phdr_in): Make non static.
4390 (elf_swap_phdr_out): Make non static.
4391 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
4392 (bfd_elf32_swap_phdr_out): Declare.
4393 (bfd_elf64_swap_phdr_in): Declare.
4394 (bfd_elf64_swap_phdr_out): Declare.
4395
4396 * ecofflink.c (ecoff_collect_shuffle): New static function.
4397 (_bfd_ecoff_get_accumulated_pdr): New function.
4398 (_bfd_ecoff_get_accumulated_sym): New function.
4399 (_bfd_ecoff_get_accumulated_ss): New function.
4400 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
4401 (_bfd_ecoff_get_accumulated_sym): Declare.
4402 (_bfd_ecoff_get_accumulated_ss): Declare.
4403 * libbfd.h: Rebuild.
4404
0cb70568
ILT
4405Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
4406
d6f672b8
ILT
4407 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
4408
0cb70568
ILT
4409 * elflink.h (elf_link_add_object_symbols): Handle indirect and
4410 warning symbols. If any section is named .gnu.warning.XXX, treat
4411 the contents as a warning to be issued if the symbol XXX is
4412 referenced.
4413 (elf_link_output_extsym): For an indirect or warning symbol, just
4414 output the symbol it points to.
4415
4416 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
4417 if bfd_hash_allocate fails, since it will already be set.
4418 (generic_link_hash_newfunc): Likewise.
4419 (archive_hash_newfunc): Likewise.
4420 (hash_entry_bfd): New static function.
4421 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
4422 callback. Allocate a new warning using the hash table newfunc.
4423 Use bfd_hash_replace to update the entry in the hash table, rather
4424 than assuming we can copy the fields with structure assignment.
4425
4426 * hash.c (bfd_hash_replace): New function.
4427 * bfd-in.h (bfd_hash_replace): Declare.
4428 * bfd-in2.h: Rebuild.
4429
f14db880
JSC
4430Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
4431
4432 * config.bfd: Add mips*vr4300-*-elf* target.
4433 * config/mipsbvr4300.mt: Added.
4434
1613e075 4435See file ChangeLog.2
e6d739eb 4436
41126f15
JK
4437\f
4438Local Variables:
4439mode: indented-text
4440left-margin: 8
6ec3bb6a
ILT
4441fill-column: 74
4442version-control: never
4443End:
This page took 0.522959 seconds and 4 git commands to generate.