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