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