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