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