Before include system specific ELF header define
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 1998-07-22 13:08 Ulrich Drepper <drepper@cygnus.com>
2
3 * elf-mn10300.c: Before include system specific ELF header define
4 START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.
5
6 Wed Jul 22 13:46:51 1998 Ian Lance Taylor <ian@cygnus.com>
7
8 * elf64-mips.c (mips_elf64_reloc_type): Copy Ulrich's elf32-mips.c
9 temporary patch over to elf64-mips.c as well.
10
11 1998-07-21 Ulrich Drepper <drepper@cygnus.com>
12
13 * elf32-mips.c (reloc_type): Temporarily disable definition of
14 standard relocation since they are now defined in elf/mips.h.
15
16 Tue Jul 21 09:47:00 1998 Catherine Moore <clm@cygnus.com>
17
18 * elf-m10200.c (mn10200_elf_final_link_relocate):
19 Modify range test for case R_MN10200_8.
20
21 * elf-m10300.c (mn10300_elf_final_link_relocate):
22 Modify range test for case R_MN10300_8.
23
24 Mon Jul 20 18:50:54 1998 Richard Henderson <rth@cygnus.com>
25
26 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
27 * elf32-i386.c (elf_backend_got_header_size): Define.
28 (elf_backend_plt_header_size): Define.
29 * elf32-m68k.c, elf32-mips.c, elf32-ppc.c: Likewise.
30 * elf32-sparc.c, elf64-alpha.c, elf64-sparc.c: Likewise.
31 * elfxx-target.h: Provide a default of zero.
32 * elflink.c (_bfd_elf_create_got_section): Use got_header_size.
33 * elflink.h (elf_gc_common_finalize_got_offsets): Likewise.
34
35 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't remove a PLT
36 entry from an executable, even if the plt refcount goes to 0.
37
38 Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
39
40 * aoutx.h (NAME(aout,find_nearest_line)): Also remember the
41 directory name at the line number.
42
43 * elf.c (_bfd_elf_find_nearest_line): Also consider symbols
44 with an unspecified type.
45
46 Wed Jul 15 11:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
47
48 * sunos.c: Add undef of valid to avoid problem on SunOS.
49
50 start-sanitize-beos
51 Tue Jul 14 15:30:59 1998 Richard Henderson <rth@cygnus.com>
52
53 * config.bfd (i?86-pc-beos{pe,elf,}*): Recognize.
54
55 end-sanitize-beos
56 Tue Jul 14 11:22:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
57
58 * elf32-m68k.c (elf_m68k_check_relocs): Also reference count
59 R_68K_PCxx and R_68K_xx relocations. Make sure that
60 ELF_LINK_HASH_NEEDS_PLT is always set for a PLT reloc reference.
61 (elf_m68k_gc_sweep_hook): Also reference count R_68K_PCxx and
62 R_68K_xx relocations.
63 (elf_m68k_adjust_dynamic_symbol): Reset the plt offset of a symbol
64 that has no plt entry.
65 (elf_m68k_relocate_section): Ignore the plt offset in a static
66 link.
67 * elflink.h (elf_adjust_dynamic_symbol): Reset the plt offset for
68 an ignored symbol.
69 (elf_gc_common_finalize_got_offsets): Set the got offsets also in
70 a static link.
71
72 * elf32-m68k.c (R_68K_GNU_VTINHERIT, R_68K_GNU_VTENTRY): New reloc
73 types.
74 (howto_table, reloc_map): Add entries for them.
75 (elf_m68k_check_relocs): Handle them. Implement reference
76 counting for got and plt entries.
77 (elf_m68k_gc_mark_hook, elf_m68k_gc_sweep_hook): New functions.
78 (elf_m68k_adjust_dynamic_symbol): Handle unreferenced plt
79 symbols.
80 (rtype_to_howto_rel, elf_info_to_howto_rel): Delete.
81 (elf_m68k_relocate_section): Handle the new reloc types.
82 (bfd_elf32_bfd_final_link, elf_backend_gc_mark_hook,
83 elf_backend_gc_sweep_hook, elf_backend_can_gc_sections): Define.
84 * elflink.h (elf_link_add_object_symbols): When creating an
85 indirect reference for symbol versioning also copy the plt
86 offset.
87 (elf_fix_symbol_flags): When clearing the ELF_LINK_HASH_NEEDS_PLT
88 flag also reset the plt offset.
89 (elf_link_assign_sym_version): Likewise.
90 (elf_gc_common_finalize_got_offsets): Increment the got offset by
91 the size of the entry in bytes.
92 (elf_gc_allocate_got_offsets): Likewise.
93
94 Tue Jul 14 11:18:14 1998 Ian Lance Taylor <ian@cygnus.com>
95
96 * elflink.h (elf_gc_sections): Return true rather than falling off
97 the bottom.
98
99 * coffgen.c (bfd_coff_set_symbol_class): Call bfd_alloc, not
100 xmalloc.
101
102 Mon Jul 13 11:06:31 1998 Nick Clifton <nickc@cygnus.com>
103
104 * coff-arm.c: Supress definition of TARGET_UNDERSCORE and add a
105 comment describing when it should be enabled.
106 Changed definition of USER_LABEL_PREFIX to "", to fall into line
107 with GCC sources.
108
109 Mon Jul 13 13:06:54 1998 Ian Lance Taylor <ian@cygnus.com>
110
111 * ieee.c (ieee_slurp_external_symbols): Handle call optimization
112 information ATN records.
113
114 Fri Jul 10 16:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
115
116 * ieee.c (ieee_slurp_external_symbols): Select an appropriate
117 section for an absolute symbol in a fully linked file. Based on
118 patch from Christian Holland <CHolland@de.lucent.com>.
119
120 Wed Jul 8 11:29:56 1998 Manfred Hollstein <manfred@s-direktnet.de>
121
122 * coff-m88k.c (m88k_special_reloc): Don't lose the information
123 that a symbol is undefined.
124
125 Tue Jul 7 21:47:02 1998 Jeffrey A Law (law@cygnus.com)
126
127 * som.c (som_bfd_gc_sections): Define.
128
129 Mon Jul 6 11:35:50 1998 Nick Clifton <nickc@cygnus.com>
130
131 * coff-arm.c (aoutarm_std_reloc_howto): Do not complain about
132 overflows in ARM_26D patches, since they have already been
133 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
134
135 Sat Jul 4 12:25:36 1998 Ian Lance Taylor <ian@cygnus.com>
136
137 * coffcode.h (coff_write_object_contents): If we have any long
138 section names, call coff_write_symbols even if there are no
139 symbols.
140
141 Fri Jul 3 13:11:35 1998 Ian Lance Taylor <ian@cygnus.com>
142
143 * elf.c (copy_private_bfd_data): Only set phdr_included once for a
144 PT_LOAD segment, rather than only setting it once for the entire
145 file.
146
147 * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
148 rather than ignoring every phdr with a p_paddr of 0, ignore all
149 the phdrs if they all have a p_paddr of 0.
150
151 * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
152 section was discarded from the link.
153
154 Fri Jul 3 14:39:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
155
156 * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number.
157
158 Fri Jul 3 14:35:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
159
160 * coff-sh.c (sh_insns_conflict): Load of fpscr conflicts with
161 floating point operations.
162
163 Thu Jul 2 18:37:25 1998 Ian Lance Taylor <ian@cygnus.com>
164
165 * cofflink.c (_bfd_coff_link_input_bfd): Skip undefined global
166 function symbols.
167
168 Thu Jul 2 14:59:42 1998 Klaus Kaempf <kkaempf@rmi.de>
169
170 Merge of vax/vms (read-only) support
171 * configure.com: Support Vax target.
172 * makefile.vms: Support Vax target.
173 * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
174 * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
175 support.
176 * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
177 support.
178 * vms-gsd.c: Renamed from evax-egsd.c, merged vax/vms (read-only)
179 support.
180 * vms-tir.c: Renamed from evax-etir.c, merged vax/vms (read-only)
181 support.
182 * vms-misc.c: Renamed from evax-misc.c, merged vax/vms (read-only)
183 support.
184 * libbfd.c (real_read): Use unbuffered read on VMS/Vax.
185 * targets.c (bfd_target_ovax_flavour): New flavour.
186 (vms_alpha_vec): Renamed from evax_alpha_vec.
187 (vms_vax_vec): New.
188 (target_vector): Update accordingly.
189 * config.bfd (alpha*-*-*vms*): Use vms_alpha_vec, not
190 evax_alpha_vec.
191 (vax*-*-*vms*): New target.
192 * Makefile.am: Update for renamed files. Rebuild dependencies.
193 * bfd-in2.h: Rebuild.
194 * configure.in, Makefile.in, aclocal.m4: Rebuild.
195
196 Thu Jul 2 13:31:55 1998 Ian Lance Taylor <ian@cygnus.com>
197
198 Based on patch from Matt Semersky <matts@scd.hp.com>:
199 * linker.c (_bfd_generic_final_link): Force a trailing NULL
200 pointer on abfd->outsymbols.
201 (generic_add_output_symbol): Handle NULL sym parameter.
202
203 Wed Jul 1 17:05:53 1998 Nick Clifton <nickc@cygnus.com>
204
205 * elf.c (copy_private_bfd_data): Add support for changing VMA or
206 LMA of sections.
207
208 Wed Jul 1 16:58:50 1998 Ian Lance Taylor <ian@cygnus.com>
209
210 * coff-sh.c (sh_relax_delete_bytes): Correct address comparisons
211 when handling 32 bit immediate relocs.
212 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
213
214 Tue Jun 30 09:55:03 1998 Jeffrey A Law (law@cygnus.com)
215
216 * section.c (STD_SECTION): Account for recently added gc_mark
217 field in struct asection.
218
219 * elf-m10300.c (bfd_mn10300_elf_merge_private_bfd_data): New function.
220 (bfd_elf32_bfd_merge_private_bfd_data): Define.
221
222 Thu Jun 25 18:31:41 1998 Richard Henderson <rth@cygnus.com>
223
224 ELF Section-level Garbage Collection:
225 * bfd.c (bfd_gc_sections): New.
226 * aout-adobe.c: Hook to default implementation.
227 * aout-target.h, aout-tic30.c, binary.c, bout.c: Likewise.
228 * coff-alpha.c, coff-mips.c, coff-rs6000.c, coffcode.h: Likewise.
229 * evax-alpha.c, i386msdos.c, i386os9k.c, ieee.c: Likewise.
230 * ihex.c, nlm-target.h, oasys.c, ppcboot.c, srec.c: Likewise.
231 * tekhex.c, versados.c: Likewise.
232 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): New.
233 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_gc_sections.
234
235 * reloc.c (BFD_RELOC_VTABLE_INHERIT, BFD_RELOC_VTABLE_ENTRY): New.
236 (bfd_generic_gc_sections): New.
237 * section.c (SEC_KEEP): New.
238 (asection): Add gc_mark member.
239
240 * elfcode.h (elf_gc*): New name remappings.
241 * elflink.h (elf_link_input_bfd): Don't set contents on stabs
242 sections to be excluded.
243 (elf_gc_mark, elf_gc_sweep, elf_gc_sweep_symbol): New.
244 (elf_gc_propogate_vtable_entries_used): New.
245 (elf_gc_smash_unused_vtentry_relocs): New.
246 (elf_gc_sections, elf_gc_record_vtinherit, elf_gc_record_vtentry): New.
247 (elf_gc_common_finalize_got_offsets): New.
248 (elf_gc_allocate_got_offsets, elf_gc_common_final_link): New.
249 * elfxx-target.h: Add and default gc hooks.
250
251 * elf-bfd.h (struct elf_link_hash_entry): Swap got_offset/plt_offset
252 for unions.
253 (struct elf_obj_tdata): Likewise for local_got_offsets.
254 * elf.c, elf-i386.c, elf32-m68k.c, elf32-mips.c: Update all uses.
255 * elf32-ppc.c, elf32-sparc.c, elf64-alpha.c: Likewise.
256 * elf64-sparc.c, elflink.h: Likewise.
257
258 * elf-bfd.h (struct elf_link_hash_entry): Add vtable members.
259 (ELF_LINK_HASH_MARK): Define.
260 (struct elf_backend_data): Add GC hooks.
261 * elf.c (_bfd_elf_link_hash_newfunc): Zero vtable members.
262
263 * elf-m10300.c (mn10300_elf_check_relocs): New.
264 (mn10300_elf_gc_mark_hook): New.
265 (R_MN10300_GNU_VTINHERIT, R_MN10300_GNU_VTENTRY): New.
266 (elf_mn10300_howto, mn10300_reloc_map): Handle them.
267 (mn10300_elf_final_link_relocate): Likewise.
268 (mn10300_elf_relocate_section): Likewise.
269 (elf_backend_can_gc_sections): Define.
270 * elf32-mips.c (R_MIPS_GNU_VTINHERIT, R_MIPS_GNU_VTENTRY): New.
271 (elf_mips_gnu_vtinherit_howto, elf_mips_gnu_vtentry_howto): New.
272 (bfd_elf32_bfd_reloc_type_lookup): Handle them.
273 (mips_info_to_howto_rel): Likewise.
274 (mips_elf_relocate_section): Likewise.
275 (mips_elf_check_relocs): Likewise.
276 (mips_elf_gc_mark_hook, mips_elf_gc_sweep_hook): New.
277 (elf_backend_can_gc_sections): Define.
278 * elf32-ppc.c (R_PPC_GNU_VTINHERIT, R_PPC_GNU_VTENTRY): New.
279 (ppc_elf_howto_raw): Handle them.
280 (ppc_elf_reloc_type_lookup): Likewise.
281 (ppc_elf_relocate_section): Likewise.
282 (ppc_elf_check_relocs): Reference count .got and .plt entires.
283 Handle new vtable relocs.
284 (ppc_elf_adjust_dynamic_symbol): Recognize unused .plt entries.
285 (ppc_elf_gc_mark_hook, ppc_elf_gc_sweep_hook): New.
286 (elf_backend_can_gc_sections): Define.
287
288 Fri Jun 26 10:48:23 1998 Jeffrey A Law (law@cygnus.com)
289
290 * archures.c (bfd_mach_mn10300): Define.
291 * elf-m10300.c: Include elf/mn10300.h
292 (elf_mn10300_mach): New function.
293 (_bfd_mn10300_elf_final_write_processing): Likewise.
294 (_bfd_mn10300_elf_object_p): Likewise.
295 (elf_backendfinal_write_processing): Define.
296 (elf_backend_object_p): Likewise.
297 start-sanitize-am33
298 * archures.c (bfd_mach_am33): Define.
299 * cpu-m10300.c (bfd_am33_arch): New arch info structure. Link it
300 into the NEXT field of bfd_mn10300_arch.
301 end-sanitize-am33
302
303 Thu Jun 25 18:31:08 1998 Nick Clifton <nickc@cygnus.com>
304
305 * elf32-v850.c (v850_elf_perform_relocation): Fix HI16_S
306 relocation.
307
308 Wed Jun 24 17:17:57 1998 Ian Lance Taylor <ian@cygnus.com>
309
310 * elflink.h (elf_bfd_final_link): Loop over input_bfds using the
311 link_next field, not the next field.
312
313 Sun Jun 21 19:38:39 1998 Ian Lance Taylor <ian@cygnus.com>
314
315 * elf.c (map_sections_to_segments): Check the section address
316 against the phdr size both with and without a modulo of
317 maxpagesize.
318
319 Fri Jun 19 17:08:18 1998 Ian Lance Taylor <ian@cygnus.com>
320
321 * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
322 linker created empty input section if the output section has the
323 same name.
324
325 * elflink.h (elf_link_output_extsym): Print an error message if
326 _bfd_elf_section_from_bfd_section fails.
327
328 * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
329 failure.
330
331 start-sanitize-sky
332 Thu Jun 18 23:59:30 1998 Doug Evans <devans@seba.cygnus.com>
333
334 * reloc.c: New relocs BFD_RELOC_MIPS_DVP_11_S4,
335 BFD_RELOC_MIPS_DVP_U15_S3.
336 * elf32-mips.c: Handle them.
337 * bfd-in2.h: Regenerate.
338 * libbfd.h: Regenerate.
339
340 end-sanitize-sky
341 Tue Jun 16 11:55:55 1998 Ian Lance Taylor <ian@cygnus.com>
342
343 * elf.c (copy_private_bfd_data): Improve handling of Solaris
344 native linker output. Avoid putting an empty section in more than
345 one segment.
346
347 Fri Jun 12 13:30:17 1998 Tom Tromey <tromey@cygnus.com>
348
349 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
350 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
351
352 Fri Jun 12 13:34:02 1998 Doug Evans <devans@canuck.cygnus.com>
353
354 * elf.c (swap_out_syms): New arg relocatable_p.
355 Don't add section VMA to symbols for relocatable output.
356 (_bfd_elf_compute_section_file_positions): Update call to
357 swap_out_syms.
358
359 Mon Jun 8 15:20:57 1998 Nick Clifton <nickc@cygnus.com>
360
361 * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
362 against 'addend' be signed rather than unsigned.
363
364 Sat Jun 6 00:31:21 1998 Nick Clifton <nickc@cygnus.com>
365
366 * elf32-m32r.c: Add prototyps for static functions.
367
368 * coff-arm.c: Add prototypes for static functions.
369
370 Fri Jun 5 17:21:51 1998 Nick Clifton <nickc@cygnus.com>
371
372 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
373 LMA is used to order sections in a segment.
374
375 * elf32-v850.c: Add prototypes for static functions.
376 Change type of addend parameter to bfd_vma in various functions.
377
378 Fri Jun 5 18:09:58 1998 Ian Lance Taylor <ian@cygnus.com>
379
380 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
381 complain_overflow_signed instead of complain_overflow_bitfield.
382
383 Fri Jun 5 15:11:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
384
385 * elf.c (elf_map_symbols): Don't add section VMA to symbol value
386 when comparing against 0.
387
388 Wed Jun 3 17:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
389
390 * Makefile.am (config.status): New target.
391 * Makefile.in: Rebuild.
392
393 start-sanitize-sky
394 Wed Jun 3 11:39:57 1998 Doug Evans <devans@canuck.cygnus.com>
395
396 * elf32-mips.c (_bfd_mips_elf_fake_sections): Update to use
397 Elf32_Dvp_External_Overlay instead of 64 bit version.
398
399 end-sanitize-sky
400 Wed Jun 3 12:18:24 1998 Stan Cox <scox@equinox.cygnus.com>
401
402 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
403 error if previous object endianness doesn't match current object.
404
405 Tue Jun 2 17:50:59 1998 Nick Clifton <nickc@cygnus.com>
406
407 * elf32-v850.c (v850_elf_print_private_bfd_data): Call
408 _bfd_elf_print_private)bfd_data ().
409
410 Tue Jun 2 15:29:35 1998 Ian Lance Taylor <ian@cygnus.com>
411
412 * elflink.h (elf_merge_symbol): Don't always set type_change_ok
413 and size_change_ok.
414 (elf_link_add_object_symbols): Set type_change_ok and
415 size_change_ok before calling elf_merge_symbol.
416
417 * elf32-mips.c (mips_elf_relocate_section): If we issue an
418 undefined symbol error, don't also issue an overflow error.
419
420 Tue Jun 2 13:51:00 1998 Geoff Keating <geoffk@ozemail.com.au>
421
422 * elf32-ppc.c (ppc_elf_relocate_section): The target of an
423 R_PPC_LOCAL24PC relocation should be local; if not, print an error
424 message instead of crashing.
425
426 Mon Jun 1 18:23:12 1998 Yuli Barcohen <yuli.barcohen@telrad.co.il>
427
428 * archures.c (bfd_mach_cpu32): Define.
429 (bfd_default_scan): Add case for 68060. Fix 68332 case to use
430 bfd_mach_cpu32.
431 * cpu-m68k.c (arch_info_struct): Add m68k:cpu32.
432 * ieee.c: Include <ctype.h>.
433 (ieee_object_p): Parse out process ID string to make it more
434 likely to be acceptable for bfd_scan_arch.
435 * bfd-in2.h: Rebuild.
436
437 Mon Jun 1 11:12:02 1998 Nick Clifton <nickc@cygnus.com>
438
439 * elf32-m32r.c (m32r_elf_print_private_bfd_data): Also call
440 _bfd_elf_print_private_bfd_data() so that the program header will
441 be displayed.
442
443 Mon Jun 1 12:14:28 1998 Ian Lance Taylor <ian@cygnus.com>
444
445 * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
446 0x68. Reindent. Add some comments.
447
448 start-sanitize-sky
449 Sun May 31 16:11:22 1998 Doug Evans <devans@canuck.cygnus.com>
450
451 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Set sh_link
452 field of .DVP.ovlytab to .DVP.ovlystrtab's section index.
453 (_bfd_mips_elf_section_from_shdr): Recognize SHT_DVP_OVERLAY_TABLE
454 and SHT_DVP_OVERLAY.
455 (_bfd_mips_elf_fake_sections): Ditto.
456
457 end-sanitize-sky
458 Fri May 29 09:58:08 1998 Nick Clifton <nickc@cygnus.com>
459
460 * elf.c (copy_private_bfd_data): Adjust physical address of
461 segment in output BFD to contain LMAs of its sections.
462
463 Tue May 26 19:37:47 1998 Stan Cox <scox@equinox.cygnus.com>
464
465 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
466 elf32_sparc_relocate_section): Added R_SPARC_32LE for little
467 endian data 32 bit relocations.
468 (elf32_sparc_merge_private_bfd_data): Check if linking little
469 endian objects with big endian objects.
470 (elf32_sparc_object_p): Set bfd_mach_sparc_sparclite_le.
471 (elf32_sparc_final_write_processing): Set EF_SPARC_LEDATA in e_flags.
472 * libbfd.h (bfd_reloc_code_real_names): Added BFD_RELOC_SPARC_32LE.
473 * reloc.c: Same.
474 * cpu-sparc.c (arch_info_struct): Added sparc:sparclite_le
475 * archures.c (bfd_mach_sparc_sparclite_le): New.
476 * bfd-in2.h (BFD_RELOC_SPARC_32LE, bfd_mach_sparc_sparclite_le): New.
477
478 Thu May 21 16:59:28 1998 Nick Clifton <nickc@cygnus.com>
479
480 * peicode.h (add_data_entry): Fix precedence of operators in if ()
481 statement.
482
483 Tue May 19 18:41:19 1998 Ian Lance Taylor <ian@cygnus.com>
484
485 * bfd-in.h: Move over patch to bfd-in2.h.
486
487 * reloc.c (bfd_check_overflow): Add casts before shifts which may
488 not fit in 32 bits.
489 (_bfd_relocate_contents): Likewise.
490
491 Mon May 18 14:44:15 1998 Nick Clifton <nickc@cygnus.com>
492
493 * peicode.h (add_data_entry): If the section has no private data
494 then do not create a Data Dictionary entry for it.
495
496 Mon May 18 00:09:28 1998 Richard Henderson <rth@cygnus.com>
497
498 * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
499 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
500 elf64_alpha_size_got_sections): Rewrite, handling multiple got
501 subsections during relaxation more correctly.
502
503 Thu May 14 14:22:58 1998 Nick Clifton <nickc@cygnus.com>
504
505 * bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().
506 Add extra argument to bfd_arm_process_before_allocation ().
507 * bfd-in.h: Reflect changes made in bfd-in2.h.
508 * coffgen.c (bfd_coff_set_symbol_class): New function. Set the
509 coff class of a BFD symbol.
510 * coff-arm.c: Add support for interworking between Thumb code and
511 non-interworking aware ARM code.
512
513 Sun May 10 22:33:59 1998 Jeffrey A Law (law@cygnus.com)
514
515 * po/Make-in (install-info): New target.
516
517 Thu May 7 17:40:56 1998 Ian Lance Taylor <ian@cygnus.com>
518
519 * filemode.c: Remove; not used.
520
521 If sysdep.h includes a header file, don't include it again:
522 * aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
523 <errno.h>.
524 * aoutx.h: Don't include <string.h>. Use "sysdep.h" rather than
525 <sysdep.h>.
526 * archive.c: Don't include <string.h> or <errno.h>.
527 * evax-alpha.c; Don't include <stdio.h>.
528 * evax-egsd.c: Likewise.
529 * evax-etir.c: Likewise.
530 * evax-misc.c: Likewise.
531 * evax-emh.c: Likewise. Also, don't include <sys/types.h>.
532 * hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
533 <errno.h>.
534 * hpux-core.c: Likewise.
535 * netbsd-core.c: Likewise.
536 * som.c: Likewise.
537 * libbfd.c: Don't include <sys/types.h>.
538 * nlmcode.h: Don't include <string.h>.
539 * osf-core.c: Don't include <string.h> or <stdio.h>.
540 * ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
541 <errno.h>, or <unistd.h>.
542 * trad-core.c: Don't include <stdio.h> or <sys/types.h>.
543
544 Thu May 7 13:12:50 1998 Klaus Kaempf <kkaempf@progis.de>
545
546 * configure.com: If the version number can not be found in
547 configure.in, set it to "unknown" rather than "2.8.1".
548
549 Wed May 6 09:46:05 1998 Gavin Koch <gavin@cygnus.com>
550
551 * elf32-mips.c (elf_mips_mach): New.
552 (_bfd_mips_elf_object_p): Use elf_mips_mach.
553 (_bfd_mips_elf_final_write_processing): Use the names
554 of machines, rather than the numbers. Set both the ARCH
555 and MACH in e_flags. Handle a few more specific machines.
556 (_bfd_mips_elf_merge_private_bfd_data): Merge both
557 EF_MIPS_ARCH and EF_MIPS_MACH.
558
559 Tue May 5 21:01:53 1998 Richard Henderson <rth@cygnus.com>
560
561 * syms.c (bfd_is_local_label): Revert last change.
562 * srec.c (srec_write_symbols): Discard debugging symbols.
563
564 Tue May 5 23:36:06 1998 Ian Lance Taylor <ian@cygnus.com>
565
566 * som.c: Include <ctype.h>.
567 * som.h: Don't include sysdep.h.
568
569 Tue May 5 18:29:24 1998 Tom Tromey <tromey@cygnus.com>
570
571 * libbfd.h: Rebuilt.
572 * libbfd-in.h: Removed gettext includes and defines.
573 * sysdep.h: Moved gettext-related includes and defines here.
574
575 Tue May 5 16:47:54 1998 Richard Henderson <rth@cygnus.com>
576
577 * srec.c (srec_write_symbols): Use bfd_is_local_label rather than
578 an ad-hoc test. Kill bogus #if 0 code.
579 * syms.c (bfd_is_local_label): Consider BSF_DEBUGGING symbols local.
580
581 Mon May 4 16:10:33 1998 Ian Lance Taylor <ian@cygnus.com>
582
583 * sunos.c (sunos_check_dynamic_reloc): Don't use the PLT address
584 when generating a normal executable for a symbol defined in a
585 regular file. When copying a reloc into the output file, adjust
586 the addend for a PC relative reloc against a global symbol.
587
588 Mon May 4 10:08:18 1998 Tom Tromey <tromey@cygnus.com>
589
590 * libbfd.h: Rebuilt.
591 * libbfd-in.h (_): Define as dgettext.
592
593 Mon May 4 11:02:23 1998 Ian Lance Taylor <ian@cygnus.com>
594
595 * coff-arm.c (coff_arm_relocate_section): Cast to bfd_signed_vma,
596 not signed.
597 * peicode.h (pe_saved_coff_bfd_print_private_bfd_data): Use PARAMS
598 when declaring parameter types.
599 (pe_saved_coff_bfd_copy_private_bfd_data): Likewise.
600
601 Wed Apr 29 15:35:03 1998 Ian Lance Taylor <ian@cygnus.com>
602
603 * config.bfd: If we include any ELF targets in targ_defvec and/or
604 targ_selvecs, then add the generic ELF targets to targ_selvecs.
605 * elf32-gen.c (dummy): New static const variable.
606 (elf_generic_info_to_howto): New static function.
607 (elf_generic_info_to_howto_rel): New static function.
608 (elf_info_to_howto): Define as elf_generic_info_to_howto.
609 (elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
610 * elf64-gen.c: Same changes as elf32-gen.c.
611 * elfcode.h (elf_object_p): For the generic target, ignore a
612 failure of bfd_default_set_arch_mach. Fix indentation a bit.
613
614 Tue Apr 28 20:05:52 1998 Ian Lance Taylor <ian@cygnus.com>
615
616 * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
617 * configure: Rebuild.
618
619 Tue Apr 28 12:16:57 1998 Jason Molenda (crash@bugshack.cygnus.com)
620
621 * config.bfd: Update OSR5/Unixware patterns.
622
623 Mon Apr 27 18:02:24 1998 Richard Henderson <rth@cygnus.com>
624
625 * elf.c (assign_file_positions_for_segments): Allow for holes
626 between sections added by a link script.
627
628 Mon Apr 27 11:49:55 1998 Ian Lance Taylor <ian@cygnus.com>
629
630 * configure.in: Change version number to 2.9.4
631 * configure: Rebuild.
632
633 Based on patch from H.J. Lu <hjl@gnu.org>:
634 * elf.c (bfd_elf_get_bfd_needed_list): New function.
635 * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
636 * bfd-in2.h: Rebuild.
637
638 Sat Apr 25 20:07:53 1998 Richard Henderson <rth@cygnus.com>
639
640 * elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
641 Change all users.
642
643 Sat Apr 25 18:29:07 1998 Richard Henderson <rth@cygnus.com>
644
645 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
646 (elf64_alpha_relax_section): Fill them in.
647 (elf64_alpha_relax_opt_call): Implement more than a stub.
648 (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
649 alignment on .scommon.
650 (elf64_alpha_merge_gots): Merge use counts as well.
651
652 Sat Apr 25 14:07:29 1998 Richard Henderson <rth@cygnus.com>
653
654 * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
655 for calculating a local symbol's address.
656 (elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
657 Set the .got's cooked size as well as the raw size.
658
659 Fri Apr 24 09:16:00 1998 Nick Clifton <nickc@cygnus.com>
660
661 * elf32-v850.c (v850_elf_print_private_bfd_data): Add
662 internationalisation of printed information.
663
664 * coff-arm.c (coff_arm_print_private_bfd_data): Add
665 internationalisation of printed information.
666
667 Fri Apr 24 12:09:18 1998 Ian Lance Taylor <ian@cygnus.com>
668
669 * syms.c (struct indexentry): Change directory_name, file_name,
670 and function_name fields to char *.
671 (struct stab_find_info): Change cached_file_name field to char *.
672
673 Thu Apr 23 08:13:04 1998 Nick Clifton <nickc@cygnus.com>
674
675 * peicode.h (dir_names): Add missing N_() macros to dir_names array.
676
677 Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
678
679 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
680
681 Wed Apr 22 17:48:48 1998 Ian Lance Taylor <ian@cygnus.com>
682
683 * Makefile.am (install-data-local): Make $(includedir).
684 * Makefile.in: Rebuild.
685
686 Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
687
688 * libbfd-in.h: Use `gettext' and not `dgettext' for now.
689
690 Wed Apr 22 12:53:40 1998 Ian Lance Taylor <ian@cygnus.com>
691
692 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
693 * Makefile.in: Rebuild.
694
695 * bfd-in2.h: Rebuild for Nick's changes.
696
697 Tue Apr 21 23:11:51 1998 Richard Henderson <rth@cygnus.com>
698
699 * archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in last
700 change wrt length == max_namelen.
701
702 Tue Apr 21 21:19:36 1998 Tom Tromey <tromey@scribbles.cygnus.com>
703
704 * Many files: Added gettext invocations around user-visible
705 strings.
706 * libbfd-in.h: Added gettext includes and defines.
707 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
708 HAVE_LC_MESSAGES): Define.
709 * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and
710 po/Makefile.
711 * Makefile.am (SUBDIRS): Added po.
712 (POTFILES): New macro.
713 (po/POTFILES.in): New target.
714 (SOURCE_HFILES): New macro.
715 (HFILES): Use it.
716 * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
717
718 Tue Apr 21 13:38:18 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
719
720 * elfcore.h (bfd_prstatus): Copy core_prstatus from the first
721 NT_PRSTATUS note section encountered, it contains the status of
722 the currently executing thread when the core file was written.
723
724 Tue Apr 21 10:00:12 1998 Nick Clifton <nickc@cygnus.com>
725
726 * libcoff.h: Add extra parameter to
727 bfd_coff_link_output_has_begun overrideable function.
728 * cofflink.c: Pass extra parameter to
729 bfd_coff_link_output_has_begun function.
730 * bfd-in.h: Add prototypes for exported ARM interworking
731 functions.
732 * peicode.h: ARM specific code reorganised to conform to BFD
733 coding conventions.
734 * coffcode.h: ARM specific code reorganised to conform to BFD
735 coding conventions.
736 * coff-arm.c: Code reorganised to conform to the BFD coding
737 conventions. Global variables have been moved into an ARM
738 specific hash table structure and a new function:
739 bfd_arm_get_bfd_for_interworking() has been created which is
740 called from the linker scripts.
741
742 Tue Apr 21 00:11:51 1998 Richard Henderson <rth@cygnus.com>
743
744 * archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.
745
746 * elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed from
747 elf64_alpha_relax_find_reloc_ofs. Changed all callers.
748 (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss.
749 (elf64_alpha_size_got_sections): Don't merge .got sections twice.
750
751 Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
752
753 * config.bfd: Added sparc86x support.
754
755 Fri Apr 17 22:29:04 1998 Ian Lance Taylor <ian@cygnus.com>
756
757 * elf32-mips.c (mips_elf_relocate_section): Do not complain about
758 an out of range pc-relative jump/call to an undefined weak symbol.
759
760 Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com>
761
762 * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
763 comparisons signed.
764
765 Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com>
766
767 * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
768 an error other than bfd_error_system_call, set the error to
769 bfd_error_wrong_format.
770
771 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
772 bfd_elf32_powerpcle_vec.
773
774 * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
775 program segments are zero, don't set p_paddr_valid.
776
777 Wed Apr 15 22:15:16 1998 Richard Henderson <rth@cygnus.com>
778
779 * elf64-alpha.c: Initial implementation of relaxation --
780 (struct alpha_elf_link_hash_entry): Add use_count member.
781 (elf64_alpha_check_relocs): Initialize and increment it.
782 (elf64_alpha_can_merge_gots): Check it when considering merging.
783 (elf64_alpha_merge_gots): Drop entries with zero use.
784 (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
785 (elf64_alpha_always_size_sections): Split out got sizing ...
786 (elf64_alpha_size_got_sections): ... here. New function.
787 (elf64_alpha_relax_find_reloc_ofs): New function.
788 (elf64_alpha_relax_with_lituse): Likewise.
789 (elf64_alpha_relax_without_lituse): Likewise.
790 (elf64_alpha_relax_opt_call): Likewise.
791 (elf64_alpha_relax_section): Likewise.
792 (elf64_alpha_add_symbol_hook): Likewise.
793 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
794 (elf64_alpha_relocate_section): Likewise.
795 (bfd_elf64_bfd_relax_section): Define.
796 (elf_backend_add_symbol_hook): Likewise.
797
798 Wed Apr 15 16:08:46 1998 Richard Henderson <rth@cygnus.com>
799
800 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
801 * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
802 (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
803
804 Wed Apr 15 11:34:33 1998 Ian Lance Taylor <ian@cygnus.com>
805
806 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
807 * configure: Rebuild.
808
809 Mon Apr 13 16:46:27 1998 Ian Lance Taylor <ian@cygnus.com>
810
811 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
812 (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
813 * configure.in: Define and substitute WIN32LDFLAGS and
814 WIN32LIBADD.
815 * aclocal.m4: Rebuild with new libtool.
816 * configure, Makefile.in: Rebuild.
817
818 Fri Apr 10 13:44:27 1998 Ian Lance Taylor <ian@cygnus.com>
819
820 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
821 before any other symbols in the same section.
822
823 Wed Apr 8 14:50:23 1998 Michael Meissner <meissner@cygnus.com>
824
825 * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
826 systems.
827
828 Tue Apr 7 16:25:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
829
830 * dwarf2.c (comp_unit): Move it earlier in the source. Add
831 addr_size.
832 (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
833 Use addr_size for address size, rather than sizeof(bfd_vma).
834 (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
835 Fix call to read_address.
836 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
837 Scrap other unneeded arguments. Fix call to read_address.
838 (scan_unit_for_functions): Fix call to read_attribute.
839 (parse_comp_unit): We now handle more values for addr_size.
840 Set addr_size in unit. Fix call to read_attribute and
841 decode_line_info.
842
843 Tue Apr 7 15:44:47 1998 Gavin Romig-Koch <gavin@cygnus.com>
844
845 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
846
847 Tue Apr 7 12:35:18 1998 Ian Lance Taylor <ian@cygnus.com>
848
849 * archures.c (bfd_default_scan): Add m68k cases back to default
850 switch, reverting patch of March 25, since IEEE support depends
851 upon them.
852
853 Mon Apr 6 14:06:40 1998 Ian Lance Taylor <ian@cygnus.com>
854
855 * Makefile.am (diststuff): New target.
856 * Makefile.in: Rebuild.
857
858 Sun Apr 5 16:21:44 1998 Jeffrey A Law (law@cygnus.com)
859
860 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
861 som_offset when we have an extended name table.
862
863 Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
864
865 * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
866 trying to copy it.
867 * Makefile.in: Rebuild.
868
869 Fri Apr 3 11:09:42 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
870
871 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
872 symbols when creating a shared library.
873 (elf_m68k_adjust_dynindx): New function, used by above code.
874 (elf_m68k_finish_dynamic_sections): Initialize the section
875 symbols.
876 (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
877
878 Wed Apr 1 16:04:02 1998 Nick Clifton <nickc@cygnus.com>
879
880 * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
881 value 11.
882
883 Wed Apr 1 13:36:58 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
884
885 * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
886 assertion.
887
888 Tue Mar 31 00:12:12 1998 Jeffrey A Law (law@cygnus.com)
889
890 * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
891 absolute symbols.
892
893 Mon Mar 30 12:46:15 1998 Ian Lance Taylor <ian@cygnus.com>
894
895 * configure.in: Set version to 2.9.1.
896 * configure: Rebuild.
897
898 * Branched binutils 2.9.
899
900 Mon Mar 30 12:20:50 1998 Brent Baccala <baccala@freesoft.org>
901
902 * syms.c (ENABLE_CACHING): Define.
903 (struct indexentry): Define.
904 (struct stab_cache): Remove.
905 (cmpindexentry): New static function.
906 (struct stab_find_info): Add new fields: indextable,
907 indextablesize, cached_indexentry, cached_offset, cached_stab, and
908 cached_file_name. Remove fields: file_cache, function_cache, and
909 line_cache.
910 (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
911 index table and search it.
912
913 Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com>
914
915 * elf.c (_bfd_elf_copy_private_section_data): Call
916 copy_private_bfd_data once we've seen the last SEC_ALLOC section.
917
918 * cpu-mips.c: Remove trailing comma at end of enumeration list.
919
920 Sat Mar 28 16:33:02 1998 Ian Lance Taylor <ian@cygnus.com>
921
922 * coff-arm.c: Define all globally visible variables and functions
923 only when COFF_WITH_PE is not defined.
924 * configure.in (armpe_little_vec, armpe_big_vec): Add
925 coff-arm.lo.
926 * configure: Rebuild.
927
928 Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com>
929
930 Fix some gcc -Wall warnings:
931 * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
932 * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
933 * archures.c (bfd_default_scan): Likewise.
934 * bfd.c (bfd_scan_vma): Likewise.
935 * binary.c (mangle_name): Likewise
936 * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
937 * coff-sh.c (sh_relocate_section): Likewise.
938 * coff-stgo32.c (create_go32_stub): Likewise.
939 * coffcode.h (coff_slurp_line_table): Likewise.
940 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
941 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
942 (assign_file_positions_for_segments): Likewise.
943 * elf32-mips.c (mips_elf_relocate_section): Likewise.
944 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
945 * oasys.c (oasys_write_sections): Likewise.
946 * ppcboot.c (ppcboot_object_p): Likewise.
947 (mangle_name): Likewise.
948 * riscix.c (riscix_fix_pcrel_26): Likewise.
949 * srec.c (srec_scan): Likewise.
950 * stabs.c (_bfd_write_section_stabs): Likewise.
951 * sunos.c (sunos_add_dynamic_symbols): Likewise.
952 * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
953 switch. Declare parameters for function pointers.
954 * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
955 warning.
956 * elf.c (elf_sort_sections): Likewise.
957 * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
958 Add default cases to switches.
959 (coff_arm_relocate_section): Remove unused local variables.
960 Always set rstat.
961 (coff_arm_bfd_set_private_flags): Change flag variable to type
962 flagword.
963 * coff-mips.c (mips_relocate_section): Initialize use_lo.
964 * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
965 (dump_toc): Change cat to const, and initialize it.
966 * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
967 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
968 (sh_elf_relocate_section): Initialize r_symndx.
969 * coffcode.h (coff_compute_section_file_positions): Only declare
970 old_sofar if ALIGN_SECTIONS_IN_FILE.
971 (coff_write_object_contents): Initialize csym.
972 * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
973 * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
974 switch.
975 * dwarf2.c: Include libiberty.h.
976 (read_2_signed_bytes, read_4_signed_bytes): Comment out.
977 (decode_line_info): Remove unused local variables.
978 * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
979 (m32r_elf_relocate_section): Likewise.
980 * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
981 (v850_elf_reloc): Likewise.
982 * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
983 (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
984 * elf.c (assign_file_positions_for_segments): Always set adjust.
985 start-sanitize-d30v
986 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
987 parenthesize expression.
988 end-sanitize-d30v
989 * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
990 (m32r_elf_object_p): Return a value.
991 (m32r_elf_print_private_bfd_data): Change fprintf format string.
992 * elf32-mips.c (mips_elf_final_link): Initialize last.
993 (mips_elf_finish_dynamic_sections): Initialize last and dindx.
994 * elf32-v850.c (v850_elf_object_p): Return a value.
995 (v850_elf_print_private_bfd_data): Change fprintf format string.
996 * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
997 unsigned long.
998 * elflink.h (elf_link_add_object_symbols): Change vernum to
999 unsigned int, and initialize it. Change fprintf format string.
1000 (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
1001 when setting or comparing to soname_indx.
1002 (elf_create_pointer_linker_section): Change num_symbols to
1003 unsigned int.
1004 * libcoff-in.h (coff_data_type): Change flags to flagword.
1005 * peicode.h (pe_print_idata): Initialize idx. Change j to
1006 bfd_size_type. Initialize hint_member. Remove useless test to
1007 time_stamp.
1008 (pe_print_edata): Change num_functions and num_names in struct
1009 EDT_type to unsigned long. Remove cast. Change fprintf format
1010 string.
1011 * ppcboot.c (ppcboot_object_p): Change i to size_t.
1012 * reloc.c (bfd_get_reloc_size): Change return type to unsigned
1013 int.
1014 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
1015 int *. Update uses. Change j to long.
1016 * bfd-in2.h, libcoff.h: Rebuild.
1017
1018 Fri Mar 27 10:10:46 1998 Catherine Moore <clm@cygnus.com>
1019
1020 * elf32-v850.c Remove definition of USE_REL.
1021 (v850_elf_info_to_howto_rela): New function.
1022 (v850_elf_perform_relocation): Renamed from
1023 v850_elf_store_addend_in_insn. Removed replace argument.
1024 (v850_elf_reloc): store the relocation in the addend field instead
1025 of the insn.
1026 (v850_elf_final_link_relocate): Now calls
1027 v850_elf_perform_relocation.
1028 (v850_elf_relocate_section): Remove code to generate REL
1029 relocations.
1030
1031 Thu Mar 26 13:32:17 1998 Ian Lance Taylor <ian@cygnus.com>
1032
1033 * coffcode.h (coff_new_section_hook): Set the type and storage
1034 class in the native symbol information allocated for a new section
1035 symbol.
1036
1037 Thu Mar 26 10:13:41 1998 Nick Clifton <nickc@cygnus.com>
1038
1039 * peicode.h: Chain together calls to
1040 coff_bfd_copy_private_bfd_data and
1041 coff_bfd_print_private_bfd_data.
1042
1043 * coff-arm.c: Add prototypes for
1044 coff_arm_bfd_print_private_bfd_data and
1045 coff_arm_bfd_copy_private_bfd_data.
1046
1047 Wed Mar 25 15:45:55 1998 Nick Clifton <nickc@cygnus.com>
1048
1049 * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
1050 build.
1051
1052 * peicode.h: Call arm-coff private data functions after handling
1053 pe private data.
1054
1055 * coff-arm.c: Turn statics into globals so that they can be shared
1056 both pe and pei backends.
1057
1058 Wed Mar 25 15:19:38 1998 Ian Lance Taylor <ian@cygnus.com>
1059
1060 * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
1061 plain numbers.
1062 (sunos_write_object_contents): Likewise.
1063 * aoutx.h (NAME(aout,machine_type)): Likewise.
1064 * coffcode.h (coff_set_arch_mach_hook): Likewise.
1065
1066 Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1067
1068 * archures.c (bfd_mach_m68*): Add definitions for various m68k
1069 variants.
1070 (bfd_default_scan): Remove m68k special cases.
1071 * bfd-in2.h: Rebuild.
1072 * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
1073 than plain numbers.
1074 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
1075 * cpu-m68k.c (arch_info_struct): Likewise. Add entry for
1076 m68k:68000.
1077 (bfd_m68k_arch): Set mach field to zero to signal no explicit
1078 selection, change printable_name to just "m68k" and make that the
1079 default instead of m68k:68020.
1080
1081 * aout-tic30.c (NAME): Define this to avoid multiple definitions
1082 from aoutx.h.
1083 (MY_get_section_contents): Define as aout_32_get_section_contents
1084 rather than NAME(aout,get_section_contents).
1085
1086 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
1087
1088 * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
1089 and call bfd_default_set_arch_mach to do the real work.
1090
1091 Wed Mar 25 10:41:35 1998 Richard Henderson <rth@cygnus.com>
1092
1093 * bout.c (BALX): Include return register g14 as part of the insn.
1094 (BALX_MASK): New.
1095 (calljx_callback): Use it.
1096
1097 Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com>
1098
1099 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
1100 * libbfd.h: Rebuild.
1101
1102 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
1103 byte_count to unsigned int.
1104 (mn10300_elf_relax_section): Initialize internal_relocs. Remove
1105 unused local variables.
1106
1107 * evax-alpha.c (evax_close_and_cleanup): Remove unused local
1108 variables er and er1.
1109
1110 * cpu-v850.c: Include <ctype.h>.
1111 (scan): Case isdigit argument to unsigned char.
1112
1113 From Yan Meroth <YAN.MEROTH@st.com>:
1114 * ihex.c (ihex_scan): Add extbase variable so that getting an
1115 extended linear address record does not ignore any previous
1116 extended address.
1117 (ihex_write_object_contents): When writing out an extended linear
1118 address record, zero out any previous extended address.
1119
1120 Tue Mar 24 16:09:43 1998 Manfred Hollstein <manfred@s-direktnet.de>
1121
1122 * ieee.c (do_one): Check section before dereferencing it.
1123 (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
1124 (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
1125
1126 Mon Mar 23 18:51:47 1998 Joel Sherrill <joel@OARcorp.com>
1127
1128 * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
1129
1130 Mon Mar 23 14:23:36 1998 Nick Clifton <nickc@cygnus.com>
1131
1132 * coff-arm.c: Add interworking functions to pe backends.
1133
1134 start-sanitize-r5900
1135 Sun Mar 22 13:05:08 1998 Jeffrey A Law (law@cygnus.com)
1136
1137 * elf32-mips.c (R_MIPS15_S3): New relocation type.
1138 (elf_mips_howto_table): Add R_MIPS15_S3.
1139 (mips_reloc_map): Map BFD_RELOC_MIPS15_S3 to R_MIPS15_S3.
1140 * reloc.c (BFD_RELOC_MIPS15_S3): New relocation type.
1141 * bfd-in2.h, libbfd.h: Rebuilt.
1142
1143 end-sanitize-r5900
1144 Fri Mar 20 18:47:20 1998 Ian Lance Taylor <ian@cygnus.com>
1145
1146 * configure.in: Use AM_DISABLE_SHARED.
1147 * aclocal.m4, configure: Rebuild with libtool 1.2.
1148
1149 Fri Mar 20 11:25:41 1998 Nick Clifton <nickc@cygnus.com>
1150
1151 * coff-arm.c (coff_arm_relocate_section): Better error messages
1152 when interowrking conflucts occur. Courtesy of Jonathan Walton
1153 and Tony Thompson.
1154 (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
1155 relocations. Patch courtesy of Jonathan Walton and Tony
1156 Thompson.
1157
1158 Fri Mar 20 02:26:43 1998 Richard Henderson <rth@cygnus.com>
1159
1160 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
1161 part of Feb 22 change controling when to override the existing
1162 symbol with the .plt entry.
1163
1164 Wed Mar 18 09:26:25 1998 Nick Clifton <nickc@cygnus.com>
1165
1166 * config.bfd (targ_cpu): Add thumb-pe target.
1167
1168 * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
1169 functions in PE build.
1170
1171 Sun Mar 8 23:37:26 1998 Stan Cox <scox@equinox.cygnus.com>
1172
1173 * config.bfd (sparclite-*-elf*): Added.
1174
1175 start-sanitize-vr4320
1176 Tue Mar 3 11:24:05 1998 Gavin Koch <gavin@cygnus.com>
1177
1178 * mips-cpu.c: Reorganize sanitization.
1179
1180 * archures.c, bfd-in2.h, mips-cpu.c : Added bfd_mach_mips4320.
1181
1182 end-sanitize-vr4320
1183 Mon Feb 23 19:31:19 1998 Ian Lance Taylor <ian@cygnus.com>
1184
1185 * configure.in: Add elf.lo to elf shell variable.
1186 * Makefile.am (BFD_LIBS): Remove elf.lo.
1187 (BFD_LIBS_CFILES): Remove elf.c.
1188 (BFD32_BACKENDS): Add elf.lo.
1189 (BFD32_BACKENDS_CFILES): Add elf.c.
1190 * configure, Makefile.in: Rebuild.
1191
1192 1998-02-23 15:53 Richard Henderson <rth@cygnus.com>
1193
1194 * elf32-i386.c (elf_i386_relocate_section): A pc-relative
1195 relocation against a now-local symbol should not have a dynamic
1196 relocation.
1197
1198 Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
1199
1200 * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
1201 COFF filehdr flags.
1202 (pe_print_private_bfd_data): Print PE flags. From Mikey
1203 <jeffdb@netzone.com>.
1204
1205 Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com>
1206
1207 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
1208 a plt entry when we can determine that we authoritatively define
1209 the symbol.
1210
1211 Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com>
1212
1213 * configure.in (COREFILE selection): Remove sparc-*-linux*. They
1214 don't actually use trad-core, but a SunOS-style core file handled
1215 by gdb directly.
1216 * hosts/sparclinux.h: Remove.
1217
1218 start-sanitize-sky
1219 Thu Feb 19 02:38:52 1998 Doug Evans <devans@charmed.cygnus.com>
1220
1221 * reloc.c (BFD_RELOC_MIPS_DVP_27_S4): New reloc type.
1222 * elf32-mips.c (enum reloc_type): Add R_MIPS_DVP_27_S4.
1223 (elf_mips_dvp_27_s4_howto): Describe it.
1224 (bfd_elf32_bfd_reloc_type_lookup): Handle it.
1225 (mips_info_to_how_rel): Handle it.
1226 (mips_elf_relocate_section): Handle it.
1227 * bfd-in2.h,libbfd.h: Regenerate.
1228
1229 end-sanitize-sky
1230 Wed Feb 18 15:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
1231
1232 * peicode.h (pe_print_idata): If there is no .idata section, look
1233 for the import tables in some other section. Make the initial
1234 label line up better with the data. Print the import address
1235 table even if there is no import name table. If the import
1236 address table holds actual addresses, print them.
1237
1238 start-sanitize-sky
1239 Tue Feb 17 20:00:26 1998 Doug Evans <devans@canuck.cygnus.com>
1240
1241 * config.bfd (targ_archs): If mips64r5900-sky-elf, add bfd_dvp_arch.
1242
1243 end-sanitize-sky
1244 Tue Feb 17 12:58:34 1998 Ian Lance Taylor <ian@cygnus.com>
1245
1246 * libbfd.c (bfd_seek): If fseek fails, save errno around call to
1247 bfd_tell. If errno is EINVAL, set bfd_error_file_truncated, not
1248 bfd_error_system_call.
1249
1250 Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com>
1251
1252 * Makefile.am (AUTOMAKE_OPTIONS): Define.
1253 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
1254
1255 From H.J. Lu <hjl@gnu.org>:
1256 * Makefile.am (libbfd_la_LDFLAGS): Define.
1257 * Makefile.in: Rebuild.
1258
1259 Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com>
1260
1261 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
1262 * netbsd.h (MACHTYPE_OK): Define.
1263 (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
1264 calling N_SET_MACHTYPE, rather than having a switch.
1265 * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
1266 and M_ALPHA_NETBSD.
1267 * i386netbsd.c (MACHTYPE_OK): Don't define.
1268 (DEFAULT_MID): Define.
1269 * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
1270 (MACHTYPE_OK): Don't define.
1271 (DEFAULT_MID): Define.
1272 * m68knetbsd.c: (MACHTYPE_OK): Don't define.
1273 (DEFAULT_MID): Define.
1274 * ns32knetbsd.c (MACHTYPE_OK): Don't define.
1275 (DEFAULT_MID): Define.
1276 * sparcnetbsd.c (MACHTYPE_OK): Don't define.
1277 (DEFAULT_MID): Define.
1278
1279 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
1280 * vaxnetbsd.c: New file.
1281 * netbsd-core.c: Clean up. Remove unused macros. Use netbsd
1282 rather than netbsd_core.
1283 * targets.c (vaxnetbsd_vec): Declare.
1284 (bfd_target_vector): Add vaxnetbsd_vec. If NETBSD_CORE is
1285 defined, add netbsd_core_vec.
1286 * configure.in: Set COREFILE for alpha*-*-netbsd* and
1287 powerpc-*-netbsd* to netbsd-core.lo. If COREFILE is
1288 netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
1289 * config.bfd (alpha*-*-netbsd*): New target.
1290 * Makefile.am: Rebuild dependencies.
1291 (BFD32_BACKENDS): Add vaxnetbsd.lo.
1292 (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
1293 * configure, Makefile.in: Rebuild.
1294
1295 * configure.host: Remove the old shared library build stuff. We
1296 now use libtool instead.
1297
1298 Wed Feb 11 17:13:09 1998 Richard Henderson <rth@cygnus.com>
1299
1300 * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
1301
1302 Tue Feb 10 19:23:28 1998 H.J. Lu <hjl@gnu.org>
1303
1304 * configure.in: Take stab-syms.lo out of sparclinux_vec list.
1305 * configure: Rebuild.
1306
1307 Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
1308 start-sanitize-m32rx
1309 * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Do not complain
1310 when merging m32r BFDs into m32rx BFDs.
1311 end-sanitize-m32rx
1312 * elf32-v850.c (remember_hi16s_reloc): New function.
1313 (find_remembered_hi16s_reloc): New function.
1314 (v850_elf_store_addend_in_insn): Use the above new functions to
1315 match up HI6S relocs with LO16 relocs.
1316
1317 start-sanitize-sky
1318 Tue Feb 10 13:25:14 1998 Doug Evans <devans@canuck.cygnus.com>
1319
1320 * archures.c (bfd_mach_dvp_{vif,gif}): Renamed from ..._{pke,gpuif}.
1321 (bfd_txvu_arch): Delete.
1322 * cpu-mips.c (arch_info_struct): dvp:{vif,gif} renamed from
1323 dvp:{pke,gpuif}.
1324 * bfd-in2.h: Regenerate.
1325
1326 end-sanitize-sky
1327 Tue Feb 10 15:01:39 1998 Ian Lance Taylor <ian@cygnus.com>
1328
1329 * configure.in: Change -linux* to -linux-gnu*.
1330 * config.bfd, configure.host: Likewise.
1331 * configure: Rebuild.
1332
1333 Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com>
1334
1335 * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
1336 LO16/HI16S bug and improve comments about what is going on.
1337
1338 Sat Feb 7 15:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
1339
1340 * configure, aclocal.m4: Rebuild with new libtool.
1341
1342 start-sanitize-v850e
1343 Fri Feb 6 14:48:20 1998 Nick Clifton <nickc@cygnus.com>
1344
1345 * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
1346 when merging v850 code into v850e/v850ea code. Do not initialise
1347 output flags if the input is the default architecture.
1348 end-sanitize-v850e
1349 Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
1350
1351 start-sanitize-r5900
1352 * cpu-mips.c (arch_info_struct): Make r5900 pointer size 32bits.
1353 end-sanitize-r5900
1354 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
1355 get the size from bfd_arch_bits_per_address instead of directly
1356 from the isa.
1357
1358 Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com>
1359
1360 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
1361 to wrap, just return all 1's bits instead.
1362 * libbfd.h: Regenerate.
1363
1364 Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com>
1365
1366 * coff-i386.c (coff_pe_i386_relocate_section): New static function
1367 if COFF_WITH_PE.
1368 (coff_relocate_section): If COFF_WITH_PE, define as
1369 coff_pe_i386_relocate_section.
1370 * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
1371 skip empty sections, to match coff_write_object_contents.
1372
1373 * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
1374 rather than swapping out r_offset twice. From Luke Deller
1375 <luked@cse.unsw.edu.au>.
1376
1377 Wed Feb 4 19:11:28 1998 Ian Lance Taylor <ian@cygnus.com>
1378
1379 * configure.in: Set libtool_enable_shared rather than
1380 libtool_shared. Remove diversion hack.
1381 * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
1382 with new libtool.
1383
1384 Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org>
1385
1386 * syms.c (struct stab_cache): Define.
1387 (struct stab_find_info): Remove cached_offset, cached_stab,
1388 cached_str, and cached_stroff fields. Add file_cache,
1389 function_cache, and line_cache fields.
1390 (_bfd_stab_section_find_nearest_line): Use extensive caching to
1391 speed up searches.
1392
1393 Wed Feb 4 13:34:22 1998 Ian Lance Taylor <ian@cygnus.com>
1394
1395 * peicode.h (pe_print_idata): Check for import of ordinal rather
1396 than name.
1397 (pe_print_edata): If there is no .edata section, look for the
1398 export data in some other section.
1399
1400 Mon Feb 2 20:05:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
1401
1402 * configure.in: Change version to 2.8.4.
1403 * configure: Regenerated.
1404
1405 Mon Feb 2 17:39:39 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
1406
1407 Add tms320c30 support:
1408 * cpu-tic30.c: New file.
1409 * aout-tic30.c: New file.
1410 * coff-tic30.c: New file.
1411 * archures.c (bfd_arch_tic30): Define.
1412 (bfd_tic30_arch): Declare.
1413 (bfd_archures_list): Add bfd_tic30_arch.
1414 * targets.c (bfd_target_vector): Add tic30_aout_vec and
1415 tic30_coff_vec.
1416 * reloc.c (BFD_RELOC_TIC30_LDP): Define.
1417 * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
1418 (coff_set_flags): Likewise.
1419 * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
1420 * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
1421 * Makefile.am: Rebuild dependencies.
1422 (ALL_MACHINES): Add cpu-tic30.lo.
1423 (ALL_MACHINES_CFILES): Add cpu-tic30.c.
1424 (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
1425 (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
1426 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
1427
1428 Mon Feb 2 12:25:12 1998 Nick Clifton <nickc@cygnus.com>
1429
1430 * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
1431 to lag behind LO16 reloc by a couple of instructions.
1432
1433 Mon Feb 2 14:09:46 1998 Ian Lance Taylor <ian@cygnus.com>
1434
1435 * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
1436 make to reexamine the file timestamp.
1437 ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
1438
1439 * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
1440 0x100000.
1441
1442 start-sanitize-sky
1443 Fri Jan 30 17:48:17 1998 Doug Evans <devans@canuck.cygnus.com>
1444
1445 * elf32-mips.c (elf_mips_dvp_11_pcrel_howto): Set pcrel_offset=true
1446 and partial_inplace=false.
1447 (mips_elf_relocate_section): Recognize R_MIPS_DVP_11_PCREL.
1448
1449 end-sanitize-sky
1450 Fri Jan 30 19:07:07 1998 Geoff Keating <geoffk@ozemail.com.au>
1451
1452 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
1453 to create .dynsbss and .rela.sbss sections.
1454 (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
1455 copied from dynamic objects into .sbss.
1456 (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
1457 use it. Correct typo of .rela.sdata2.
1458 (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
1459 put the data, which may now be in .sbss.
1460 (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
1461 (elf_backend_create_dynamic_sections): Define as
1462 ppc_elf_create_dynamic_sections.
1463
1464 * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
1465 against _GLOBAL_OFFSET_TABLE_.
1466 (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
1467 shared libraries which refer to local symbols. Make sure that the
1468 test for allocating space for a reloc in a shared object is the
1469 same as the test for emitting a reloc.
1470
1471 start-sanitize-sky
1472 Thu Jan 29 17:44:53 1998 Doug Evans <devans@canuck.cygnus.com>
1473
1474 * elf32-mips.c: Add dvp support.
1475
1476 end-sanitize-sky
1477 Thu Jan 29 15:55:35 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
1478
1479 * config.bfd (i[3456]-*-mingw32*): New target.
1480 * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
1481 * aclocal.m4, configure: Rebuild.
1482
1483 start-sanitize-sky
1484 Wed Jan 28 15:14:28 1998 Doug Evans <devans@canuck.cygnus.com>
1485
1486 * config.bfd, configure.in: Add dvp support.
1487 * configure: Regenerate.
1488 * aclocal.m4: Regenerate.
1489 * archures.c, reloc.c, cpu-mips.c: Add dvp support.
1490 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate.
1491
1492 end-sanitize-sky
1493 Wed Jan 28 13:41:26 1998 Ian Lance Taylor <ian@cygnus.com>
1494
1495 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
1496 have a bfd_object.
1497
1498 Tue Jan 27 21:43:55 1998 Richard Henderson <rth@cygnus.com>
1499
1500 Sparc v9 ABI compliant PLT:
1501 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
1502 (plt_templates, sparc64_elf_build_plt_entry): Delete.
1503 (LARGE_PLT_THRESHOLD): New define.
1504 (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
1505 (sparc64_elf_build_plt): New function.
1506 (sparc64_elf_plt_entry_offset): Likewise.
1507 (sparc64_elf_plt_ptr_offset): Likewise.
1508 (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
1509 contain the index for convenience. Skip the initial entries
1510 in .rela.plt.
1511 (sparc64_elf_size_dynamic_sections): Zero the allocated contents
1512 memory for the benefit of .rela.plt.
1513 (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
1514 (sparc64_elf_finish_dynamic_symbol): Kill template stuff. Use
1515 sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
1516 (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
1517 Call sparc64_elf_build_plt.
1518 (elf_backend_want_got_plt): No.
1519 (elf_backend_plt_readonly): No.
1520 (elf_backend_plt_alignment): 8.
1521
1522 * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
1523 * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
1524 * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
1525 to be called.
1526
1527 Tue Jan 27 21:45:15 1998 Jeffrey A Law (law@cygnus.com)
1528
1529 * archures.c (bfd_mach_mips*): Add definitions for various MIPS
1530 processors.
1531 * cpu-mips.c (arch_info_struct): Add mips variants.
1532 * bfd-in2.h: Rebuilt.
1533
1534 Tue Jan 27 15:06:04 1998 Nick Clifton <nickc@cygnus.com>
1535
1536 * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
1537 t2a3_b_insn.
1538
1539 Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
1540
1541 * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
1542 (i[3456]86sco3.2v5*coff): New target.
1543
1544 Mon Jan 26 15:41:30 1998 Ian Lance Taylor <ian@cygnus.com>
1545
1546 * bfd-in2.h: Rebuild with changes to chew--tab expansion.
1547
1548 Thu Jan 22 21:26:48 1998 Richard Henderson <rth@cygnus.com>
1549
1550 * bfd.c (bfd_get_error_handler): Add orthogonal function.
1551 * bfd-in2.h: Regenerate.
1552
1553 Thu Jan 22 21:13:39 1998 Richard Henderson <rth@cygnus.com>
1554
1555 * tekhex.c (tekhex_write_object_contents): Check for no symbols.
1556
1557 Wed Jan 21 21:19:03 1998 Ian Lance Taylor <ian@cygnus.com>
1558
1559 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
1560 adjust addend for an output common symbol (from Jimmy Blair
1561 <jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative
1562 defined symbol to counteract adjustment made in generic relocation
1563 code.
1564
1565 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
1566
1567 Wed Jan 21 21:16:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
1568
1569 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
1570 (GET_SCNDHR_NLNNO): Likewise.
1571
1572 Mon Jan 19 12:49:52 1998 Ian Lance Taylor <ian@cygnus.com>
1573
1574 * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
1575
1576 Wed Jan 14 17:23:27 1998 Nick Clifton <nickc@cygnus.com>
1577
1578 * elf32-m32r.c: Add macros to handle NOP insertion.
1579
1580 Wed Jan 14 16:15:22 1998 Richard Henderson <rth@cygnus.com>
1581
1582 * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
1583 (xcoff_mark): Likewise.
1584 (xcoff_build_ldsyms): Mark absolute symbols.
1585
1586 Wed Jan 14 16:03:11 1998 Richard Henderson <rth@cygnus.com>
1587
1588 * bout.c (b_out_write_object_contents): Sort symbols before output
1589 to keep {CALL,BAL}NAME symbols adjacent.
1590 (b_out_symbol_cmp): New function.
1591
1592 For older changes see ChangeLog-9697
1593 \f
1594 Local Variables:
1595 mode: change-log
1596 left-margin: 8
1597 fill-column: 74
1598 version-control: never
1599 End:
This page took 0.062498 seconds and 4 git commands to generate.