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