Update.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2000-05-31 Ulrich Drepper <drepper@redhat.com>
2
3 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
4 definitions. We must not assume they are sorted in the file
5 according to their index numbers.
6
7 2000-05-31 Alan Modra <alan@linuxcare.com.au>
8
9 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
10 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
11 R_PARISC_DIR17F are for absolute branches; Handle them as such.
12
13 2000-05-30 Nick Clifton <nickc@cygnus.com>
14
15 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
16 80960CA, 80960MC as valid machine names.
17
18 2000-05-30 H.J. Lu <hjl@gnu.org>
19
20 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
21 visibility bits if the symbol is undefined. Correctly handle
22 weak undefined symbols with hidden and internal attributes.
23
24 * elflink.h (elf_link_add_object_symbols): Always turn the
25 symbol into local if it has the hidden or internal attribute.
26
27 2000-05-29 Philip Blundell <philb@gnu.org>
28
29 * ppcboot.c: Add packed attribute if compiling with GCC.
30
31 2000-05-29 Anatoly Vorobey <mellon@pobox.com>
32
33 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
34
35 2000-05-26 Alan Modra <alan@linuxcare.com.au>
36
37 * Makefile.am: Update dependencies with "make dep-am"
38 * Makefile.in: Regenerate.
39
40 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
41 bindtextdomain): Replace defines with those from intl/libgettext.h
42 to quieten gcc warnings.
43
44 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
45
46 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
47
48 * archive.c (normalize, bfd_bsd_truncate_arname,
49 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
50 file names with backslashes.
51
52 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
53 before opening it.
54
55 * sysdep.h: Include filenames.h.
56
57 2000-05-26 Alan Modra <alan@linuxcare.com.au>
58
59 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
60
61 2000-05-26 Jakub Jelinek <jakub@redhat.com>
62
63 * elf64-sparc.c (sparc64_elf_relax_section): New.
64 (sparc64_elf_relocate_section): Optimize tail call into branch always
65 if possible.
66 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
67 (elf32_sparc_relax_section): New.
68
69 2000-05-26 Jakub Jelinek <jakub@redhat.com>
70
71 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
72 Remove unusued variables.
73 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
74 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
75 previous fix, so that shared libs really don't influence targets
76 extension mask and memory model.
77
78 2000-05-23 H.J. Lu <hjl@gnu.org>
79
80 * elf64-alpha.c (elf64_alpha_relocate_section): Check
81 h->root.other not h->other.
82 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
83
84 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
85
86 2000-05-23 H.J. Lu <hjl@gnu.org>
87
88 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
89 undefined symbol with the non-default visibility attributes.
90 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
91 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
92 * elf32-i370.c (i370_elf_relocate_section): Likewise.
93 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
94 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
95 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
96 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
97 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
98 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
99 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
100 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
101
102 2000-05-22 Richard Henderson <rth@cygnus.com>
103
104 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
105 PCREL22, PCREL64I. Zero size of special relocs.
106 (elf64_ia64_reloc_type_lookup): Likewise.
107 (USE_BRL, oor_brl, oor_ip): New.
108 (elf64_ia64_relax_section): New.
109 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
110 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
111 (elf64_ia64_relocate_section): Likewise.
112 (bfd_elf64_bfd_relax_section): New.
113 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
114 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
115 * bfd-in2.h, libbfd.h: Regenerate.
116
117 2000-05-22 Nick Clifton <nickc@cygnus.com>
118
119 * configure.in : Add peigen.lo to MIPS PE targets.
120 * configure: Regenerate.
121
122 2000-05-22 Momchil Velikov <velco@fadata.bg>
123
124 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
125 only if it is known for both input and output bfds. Separate
126 error message strings as in some languages, it may be necessary
127 to change more than one place in the string to change between
128 'big' and 'little'.
129
130 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
131 endianess checks, call _bfd_generic_verify_endian_match() instead.
132
133 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
134
135 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
136
137 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
138 endianess before checking bfd flavours.
139
140 2000-05-22 H.J. Lu <hjl@gnu.org>
141
142 * elflink.h (elf_link_output_extsym): Clear the visibility
143 field for symbols not defined locally.
144
145 2000-05-18 Alan Modra <alan@linuxcare.com.au>
146
147 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
148 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
149 (hppa_rebuild_insn): Mask immediate bits here instead.
150 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
151
152 2000-05-18 Momchil Velikov <velco@fadata.bg>
153
154 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
155 relocs for an executable, ensure that they are virtual addresses.
156
157 Thu May 18 10:55:47 2000 Jeffrey A Law (law@cygnus.com)
158
159 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
160
161 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
162 Rick Gorton <gorton@scrugs.lkg.dec.com>
163
164 * elflink.h: Add emitrelocations support: when enabled, relocation
165 information and relocation sections are put into final output
166 executables. If the emitrelocations flag is set, do the following:
167 (elf_bfd_final_link): Emit relocation sections.
168 (elf_link_input_bfd): Compute relocation section contents.
169 (elf_gc_sections): Don't clean relocation sections.
170
171 2000-05-16 Catherine Moore <clm@cygnux.com>
172
173 * som.c (som_decode_symclass): Recognize weak symbols.
174
175 2000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
176
177 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
178 read idata section only from dataoff.
179 (pe_print_edata): Correctly check for valid eat_member.
180
181 Tue May 16 00:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
182
183 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
184
185 2000-05-14 Philip Blundell <philb@gnu.org>
186
187 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
188
189 2000-05-12 Alan Modra <alan@linuxcare.com.au>
190
191 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
192
193 * peigen.c (pe_print_idata): Look for .idata section and print
194 info even if data directory has zero entries. Read idata section
195 starting from dataoff, and adjust all data offsets to suit. Cast
196 all bfd_vma vars to unsigned long before passing to fprintf.
197 * peigen.c (pe_print_edata): Similarly, look for .edata section
198 and print info even if data directory has zero entries. Cast
199 all bfd_vma vars to unsigned long before passing to fprintf.
200
201 From Szabolcs Szakacsits <szaka@F-Secure.com>
202 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
203 directory size which may be bogus.
204 * peigen.c (pe_print_edata): Similarly.
205
206 2000-05-09 Alan Modra <alan@linuxcare.com.au>
207
208 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
209 section is empty.
210 (copy_private_bfd_data): Allow for space possibly taken up by elf
211 headers when calculating segment physical address from lma.
212
213 2000-05-08 Alan Modra <alan@linuxcare.com.au>
214
215 * versados.c (versados_scan): Init stringlen and pass_2_done.
216
217 * trad-core.c (trad_unix_core_file_p): Return
218 bfd_error_wrong_format rather than bfd_error_file_truncated.
219
220 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
221 add_data_entry. DataDirectory virtual address is relative.
222 (pe_print_idata): Account for relative DataDirectory virtual
223 addresses. Don't trash datasize inside POWERPC_LE_PE code.
224 (pe_print_edata): Similarly.
225
226 From Szabolcs Szakacsits <szaka@F-Secure.com>
227 * peigen.c (dir_names): Add Delay Import Directory.
228 (pe_print_idata): Always search for bfd section containing
229 idata address rather than looking up section name. Print this
230 section name rather than .idata.
231 (pe_print_edata): Similarly. Also print some fields as %08lx.
232 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
233 Win32Version.
234
235 Fri May 5 20:44:40 2000 Clinton Popetz <cpopetz@cygnus.com>
236
237 * xcoff.h: Rename to xcoff-target.h
238 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
239 * coff-rs6000.c: Ditto.
240 * coff64-rs6000.c: Ditto.
241 * coff-pmac.c: Ditto.
242 * Makefile.in: Regenerate.
243
244 Fri May 5 16:51:03 2000 Clinton Popetz <cpopetz@cygnus.com>
245
246 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
247 Change U802TOC64MAGIC to U803XTOCMAGIC.
248
249 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
250
251 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
252 * bfd-in.h: Prototype bfd_elf_get_arch_size.
253 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
254
255 2000-05-04 Alan Modra <alan@linuxcare.com.au>
256
257 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
258
259 2000-05-03 Martin v. Löwis <loewis@informatik.hu-berlin.de>
260
261 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
262 hidden and internal symbols.
263 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
264 visibility.
265 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
266 assign a PLT or GOT entry to symbols with hidden and
267 internal visibility.
268
269 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
270
271 * bfd/coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
272 the .bss section.
273 * bfd/coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
274
275 2000-05-02 H.J. Lu <hjl@gnu.org>
276
277 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
278 ELFOSABI_SYSV.
279
280 2000-05-02 Alan Modra <alan@linuxcare.com.au>
281
282 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
283 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
284 dependencies.
285 * Makefile.in: Regenerate.
286
287 Mon May 1 16:56:47 2000 Jim Wilson <wilson@cygnus.com>
288
289 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
290 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
291 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
292 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
293 * Makefile.in: Rebuild.
294
295 2000-05-02 Alan Modra <alan@linuxcare.com.au>
296
297 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
298 doesn't work very well.
299
300 * elf-hppa.h (elf_hppa_internal_shdr): Define.
301 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
302 Set hdr->s_type to 1 if ARCH_SIZE == 32.
303 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
304 (elf_hppa_info_to_howto): Likewise.
305 (elf_hppa_info_to_howto_rel): Likewise.
306 (elf_hppa_reloc_type_lookup): Likewise.
307 (elf_hppa_is_local_label_name): Likewise.
308 (elf_hppa_fake_sections): Likewise.
309 (elf_hppa_final_write_processing): Likewise.
310 (elf_hppa_howto_table): Fully initialise all entries.
311 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
312 (elf_hppa_info_to_howto): Likewise.
313 (elf_hppa_info_to_howto_rel): Likewise.
314 (elf_hppa_reloc_type_lookup): Likewise.
315 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
316 elf_hppa_unmark_useless_dynamic_symbols,
317 elf_hppa_remark_useless_dynamic_symbols,
318 elf_hppa_record_segment_addrs, elf_hppa_final_link,
319 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
320 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
321 elf32-hppa.c mess is cleaned up.
322 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
323 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
324 r_field then call hppa_field_adjust inline func with variable
325 r_field arg, instead call hppa_field_adjust with fixed arg.
326 In case R_PARISC_PCREL22F, don't set r_field.
327 (elf_hppa_relocate_insn): Change args and return type to unsigned
328 int. Call re_assemble_* funcs to do the work.
329
330 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
331 sign extending.
332
333 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
334 extending.
335 (sign_extend): Mask first before sign extending.
336 (low_sign_extend): Rewrite without condition expression.
337 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
338 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
339 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
340 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
341 result as function return value rather than through pointer arg.
342 Accept unsigned int args, and return unsigned int.
343 (re_assemble_3): New. Combines function of dis_assemble_3 with
344 re-assembly of opcode and immediate.
345 (re_assemble_12): Likewise.
346 (re_assemble_16): Likewise.
347 (re_assemble_17): Likewise.
348 (re_assemble_21): Likewise.
349 (re_assemble_22): Likewise.
350 (hppa_field_adjust): Rewrite and document, paying attention to
351 size of types and signed/unsigned issues.
352 (get_opcode): Shift before masking.
353 (FDLW): Rename to FLDW.
354 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
355 (hppa_rebuild_insn): Change args and return value to unsigned
356 int. Make use of re_assemble_*. Correct case 11.
357
358 * dep-in.sed: Handle ../opcodes/.
359 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
360 elf64-hppa.h, hppa_stubs.h, xcoff.h.
361 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
362 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
363 elfarm-nabi.lo dependencies outside of auto-dependency area.
364 Regenerate dependencies.
365 * Makefile.in: Regenerate.
366
367 * configure.in (TRAD_HEADER): Test non-null before
368 AC_DEFINE_UNQUOTED.
369 * configure: Regenerate.
370
371 * reloc.c: Fix mis-spelling in comment.
372
373 2000-05-01 Alan Modra <alan@linuxcare.com.au>
374
375 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
376 * vms.c (vms_openr_next_archived_file): Return NULL.
377
378 Fri Apr 28 21:34:44 2000 Clinton Popetz <cpopetz@cygnus.com>
379
380 * coffcode.h Copy changes mistakenly done to libcoff.h in
381 4/24/2000 patch.
382
383 2000-04-29 Andreas Jaeger <aj@suse.de>
384
385 * libbfd-in.h: Correctly check GCC version.
386 * bfd-in.h: Likewise.
387 * libhppa.h: Likewise.
388 * libbfd.h: Regenerate.
389 * bfd-in2.h: Regenerate.
390
391 Fri Apr 28 14:58:37 2000 Clinton Popetz <cpopetz@cygnus.com>
392
393 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
394 coffdu-rs6000.{lo,c}.
395 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
396 on xcoff.h
397 * Makefile.in: Regenerate.
398 * xcoff.h: New file.
399 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
400 * coff-rs6000.c: Move all declarations and defines that are
401 common to the xcoff backends into xcoff.h
402 * coff64-rs6000.c: Ditto,
403
404 Fri Apr 28 08:35:21 2000 Clinton Popetz <cpopetz@cygnus.com>
405
406 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
407 _bfd_coff_force_symnames in strings and
408 _bfd_coff_debug_string_prefix_length to their default values.
409 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
410
411 Fri Apr 28 08:05:12 2000 Clinton Popetz <cpopetz@cygnus.com>
412
413 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
414 _bfd_coff_force_symnames in strings and
415 _bfd_coff_debug_string_prefix_length to their default values.
416
417 2000-04-27 Alan Modra <alan@linuxcare.com.au>
418
419 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
420 Check local_got_refcounts before dereferencing.
421
422 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
423 before deciding we don't need R_PPC_PLT32 relocation.
424 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
425 dereferencing.
426
427 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
428
429 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
430 .plt entries.
431 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
432 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
433 (elf_i386_relocate_section): Allow for .plt to go missing.
434 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
435 can use a relative reloc for got as elf_i386_relocate_section.
436 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
437
438 Wed Apr 26 16:31:28 2000 Clinton Popetz <cpopetz@cygnus.com>
439
440 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
441
442 Mon Apr 24 15:20:35 2000 Clinton Popetz <cpopetz@cygnus.com>
443
444 * Makefile.am (coff64-rs6000.lo): New rule.
445 * Makefile.in: Regenerate.
446 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
447 xcoff_is_local_label_name, xcoff_rtype2howto,
448 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
449 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
450 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
451 (NO_COFF_SYMBOLS): Define.
452 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
453 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
454 internally.
455 (MINUS_ONE): New macro.
456 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
457 relocation.
458 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
459 coff_SWAP_aux_out): Map to the new functions.
460 * coff64-rs6000.c: New file.
461 * libcoff.h (bfd_coff_backend_data): Add new fields
462 _bfd_coff_force_symnames_in_strings and
463 _bfd_coff_debug_string_prefix_length.
464 (bfd_coff_force_symnames_in_strings,
465 bfd_coff_debug_string_prefix_length): New macros for above fields.
466 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
467 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
468 of using coff_swap_sym_in directly.
469 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
470 (coff_set_flags) Set magic for XCOFF64.
471 (coff_compute_section_file_positions): Add symbol name length to
472 string section length if bfd_coff_debug_string_prefix_length is
473 true.
474 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
475 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
476 using coff_swap_lineno_in directly.
477 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
478 and _bfd_coff_debug_string_prefix_length fields.
479 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
480 symbol names into strings table when
481 bfd_coff_force_symnames_in_strings is true.
482 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
483 SET_RELOC_VADDR): New macros.
484 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
485 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
486 code.
487 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
488 changes within RS6000COFF_C specific code.
489 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
490 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
491 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
492 Extend existing hack on target name.
493 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
494 target name.
495 * coff-tic54x.c (ticof): Keep up to date with new fields
496 in bfd_coff_backend_data.
497 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
498 targ_selvecs to include rs6000coff64_vec for rs6000.
499 * configure.in: Add rs6000coff64_vec case.
500 * cpu-powerpc.c: New bfd_arch_info_type.
501
502 Mon Apr 24 02:17:31 2000 Jeffrey A Law (law@cygnus.com)
503
504 * config.bfd: Only disable elf32-hppa vectors, not all of the
505 BSD and OSF configuration support. Provide (disabled) clauses
506 for PA64 support.
507 * configure.in: Add clause for PA64 support.
508 * configure: Rebuilt.
509
510 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
511 (bfd_elf64_hppa_vec): Declare.
512
513 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
514 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
515 (elf64-hppa.lo): Add dependencies.
516 * Makefile.in: Rebuilt.
517
518 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
519
520 Mon Apr 24 02:14:29 2000 Jason Eckhardt <jle@cygnus.com>
521
522 * libhppa.h (dis_assemble_16): New function.
523 (pa_arch): Added pa20w element.
524
525 Mon Apr 24 01:49:03 2000 Ulrich Drepper <drepper@cygnus.com>
526
527 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
528 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
529 bfd_elf64_slurp_reloc_table.
530
531 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
532 definitions to get external names.
533 (elf_write_relocs): Renamed from write_relocs and make global.
534 (elf_slurp_reloc_table): Make global.
535 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
536
537 * archive.c (hpux_uid_gid_encode): New function.
538 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
539 defined and the ID is greater than 99999.
540 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
541 special uid/gid fields into 32 bit values.
542
543 2000-04-21 Matthew Green <mrg@cygnus.com>
544
545 * config.bfd: Add NetBSD/sparc64 support.
546
547 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
548 David Mosberger <davidm@hpl.hp.com>
549 Timothy Wall <twall@cygnus.com>
550 Jim Wilson <wilson@cygnus.com>
551
552 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
553 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
554 (BFD64_BACKENDS): Add elf64-ia64.lo.
555 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
556 (cpu-ia64.lo, elf64-ia64.lo): New rules.
557 * Makefile.in: Rebuild.
558 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
559 (bfd_ia64_arch): Declare.
560 (bfd_archures_list): Add bfd_ia64_arch.
561 * bfd-in2.h: Rebuild.
562 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
563 * configure: Rebuild.
564 * configure.host: (ia64-*-linux*): New host.
565 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
566 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
567 * elf.c (prep_headers): Add bfd_arch_ia64.
568 * libbfd.h: Rebuild.
569 * reloc.c: Add IA-64 relocations.
570 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
571 Declare.
572 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
573 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
574
575 2000-04-21 Richard Henderson <rth@cygnus.com>
576
577 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
578 contents when performing a partial link.
579 (bfd_elf_d30v_reloc_21): Likewise.
580
581 2000-04-20 H.J. Lu <hjl@gnu.org>
582
583 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
584 patch to symbols defined by a shared object.
585 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
586
587 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
588
589 K&R compiler fixes.
590 * dwarf2.c (concat_filename): Avoid string literal concatenation.
591 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
592
593 Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
594
595 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
596 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
597 (coff-ia64.lo): Add dependency.
598 * Makefile.in: Regenerate.
599 * coff-ia64.c: New file.
600 * efi-app-ia32.c: Ditto.
601 * efi-app-ia64.c: Ditto.
602 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
603 (coff_set_flags): Ditto.
604 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
605 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
606 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
607 * configure: Regenerate.
608 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
609 (PUT_OPTHDR_IMAGE_BASE): Ditto.
610 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
611 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
612 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
613 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
614 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
615 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
616 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
617 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
618 (GET_PDATA_ENTRY): Ditto.
619 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
620 data_start. Use above macros to read fields that are 64 bit wide for
621 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
622 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
623 FileAlignment and SectionAlignment to minimum alignment if they
624 are zero.
625 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
626 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
627 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
628 Use above macros to write fields that are 64 bit wide for
629 COFF_WITH_PEP64.
630 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
631 5*4 otherwise. This should be right for IA-32 and IA-64, but may
632 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
633 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
634 begin address, end address, and unwind info address only. Use
635 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
636 print addresses.
637 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
638 HIGH3ADJ relocation names.
639 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
640 * targets.c: Declare bfd_efi_app_ia32_vec and
641 bfd_efi_app_ia64_vec.
642 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
643 bfd_efi_app_ia64_vec.
644
645 2000-04-17 Timothy Wall <twall@cygnus.com>
646
647 * bfd-in2.h: Add prototypes for tic54x load page access.
648 * bfd-in.h: Regenerate.
649 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
650 in customized _set_arch_mach function.
651 * coffcode.h (coff_set_alignment_hook): Set section load page if
652 the appropriate macro is defined.
653 (write_object_contents): Read section load page.
654
655 2000-04-13 Alan Modra <alan@linuxcare.com.au>
656
657 * elf32-hppa.h: Update copyright date.
658
659 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
660 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
661
662 * elf32-d30v.c (MAX32): Don't use LL suffix.
663 (MIN32): Define in terms of MAX32.
664 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
665
666 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
667 expression.
668
669 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
670
671 2000-04-12 Alan Modra <alan@linuxcare.com.au>
672
673 * dep-in.sed: Match space before file name, not after.
674 * Makefile.am: Regenerate dependencies.
675 * Makefile.in: Regenerate.
676
677 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
678 case, allow address wrap-around stupidly removed 2000-03-17. Sign
679 extend without an if statement.
680
681 2000-04-11 Alan Modra <alan@linuxcare.com.au>
682
683 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
684 signed quantites.
685 * elf32-mips.c (gprel16_with_gp): Likewise.
686 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
687 here using -0x40000, not (int)0xfffc0000.
688 (elf32_hppa_size_of_stub): Likewise.
689
690 2000-04-11 Timothy Wall <twall@cygnus.com>
691
692 * coff-tic54x.c: Now builds with all targets.
693 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
694 * Makefile.in: Regenerate.
695 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
696 unitialized variable.
697
698 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
699
700 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
701 --enable-build-warnings option.
702 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
703 * Makefile.in, configure: Re-generate.
704
705 2000-04-07 Nick Clifton <nickc@cygnus.com>
706
707 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
708 BFD_RELOC_THUMB_PCREL_BLX.
709
710 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
711 R_ARM_XPC25 and R_ARM_THM_PC22.
712
713 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
714 R_ARM_XPC25 and R_ARM_THM_XPC22.
715 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
716 R_ARM_[XPC25|THM_XPC22].
717
718 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
719 elf/arm-oabi.h to elf/arm.h
720
721 * Makefile.am: Fix dependency for elfarm-oabi.c
722 * Makefile.in: Regenerate.
723
724 * bfd-in2.h: Regenerate.
725 * libbfd.h: Regenerate.
726
727 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
728
729 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
730 and restore it on failure. Release newly allocated tdata on
731 failure.
732
733 Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
734
735 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
736 (decode_line_info): Set it. Report error if unit->line_offset is
737 equal to or larger than it.
738
739 2000-04-07 Timothy Wall <twall@cygnus.com>
740
741 * targets.c: Added vecs for tic54x.
742 * reloc.c: Added relocs for tic54x.
743 * libbfd.h: Regenerated.
744 * configure: Add TI COFF vecs for tic54x.
745 * configure.in: Ditto.
746 * config.bfd (targ_cpu): Recognize new tic54x target.
747 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
748 * bfd-in2.h: Add tic54x target and relocations.
749 * Makefile.am, Makefile.in: Add tic54x target.
750 * archures.c (bfd_archures_list): Add tic54x target.
751 * coff-tic54x.c: New.
752 * cpu-tic54x.c: New.
753
754 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
755
756 * elfcore.h (elf_core_file_p): call backend_object_p which
757 thereby gets an opportunity to update the arch/machine type.
758
759 2000-04-06 Timothy Wall <twall@cygnus.com>
760
761 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
762 class. Handle SEC_CLINK and SEC_BLOCK flags.
763 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
764 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
765
766 2000-04-06 Nick Clifton <nickc@cygnus.com>
767
768 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
769 EF_INTERWORK if this is an unknown EABI.
770 (elf32_arm_merge_private_bfd_data): Check EABI version
771 numbers. Only check EF_xxx flags if the EABI version number
772 is unknown.
773 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
774 if the EABI version number is unknown.
775 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
776 if the EABI version number is unknown.
777
778 Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
779
780 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
781 BFD_RELOC_SH_LOOP_END.
782 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
783 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
784 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
785 (sh_elf_reloc_loop): New function.
786 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
787 any more.
788 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
789 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
790 * bfd-in2.h, libbfd.h: Regenerate.
791
792 2000-04-04 Alan Modra <alan@linuxcare.com.au>
793
794 * po/bfd.pot: Regenerate.
795
796 * Makefile.am: Remove extraneous mkdep comment.
797 (MKDEP): Use gcc -MM rather than mkdep.
798 (DEP): Quote when passing vars to sub-make. Add warning
799 message to end.
800 (DEP1): Rewrite for "gcc -MM".
801 (CLEANFILES): Add DEP2.
802 Update dependencies.
803 * Makefile.in: Regenerate.
804
805 2000-04-03 Kevin Buettner <kevinb@redhat.com>
806
807 * configure.in: Added corefile support for AIX 4.3. In particular,
808 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
809 compiling rs6000-core.c.
810 * configure: Regenerated.
811
812 2000-04-03 H.J. Lu <hjl@gnu.org>
813
814 * cache.c (bfd_open_file): Unlink the output file only if
815 it has non-zero size.
816
817 2000-04-01 Ken Block USG <block@zk3.dec.com>
818
819 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
820 relative relocations for non-loaded sections in shared objects.
821 (elf64_alpha_check_relocs): Similarly.
822
823 Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
824
825 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
826 BFD_RELOC_16 to switch for extended relocs.
827 (MY_swap_ext_reloc_in): New.
828 (MY_swap_ext_reloc_out): New.
829 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
830 than NAME(aout,swap_ext_reloc_in) for extended relocs.
831 (NAME(aout,squirt_out_relocs)): Similarly use
832 MY_swap_ext_reloc_out.
833 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
834
835 2000-04-03 Kazu Hirata <kazu@hxi.com>
836
837 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
838 the R_PCRWORD_B case.
839
840 2000-03-31 Thomas de Lellis <tdel@wrs.com>
841
842 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
843 on some targets.
844 * ihex.c : Ditto.
845
846 Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
847
848 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
849 HOWTO references to bfd_elf_generic_reloc, that have
850 partial_inplace == true, now use the new function. The function
851 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
852 extends its fixes to the R_M32R_{16,24,32} relocs.
853 The new logic in m32r_elf_lo16_reloc() has been removed, and
854 it instead calls the new routine to obtain that functionality.
855
856 2000-03-27 Alan Modra <alan@linuxcare.com.au>
857
858 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
859 elf32_avr_check_relocs, avr_final_link_relocate,
860 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
861 elf32_avr_object_p): Add prototypes.
862 (elf32_avr_gc_mark_hook): Add default for h->root.type.
863 (bfd_elf_avr_final_write_processing): Make static.
864
865 2000-03-27 Denis Chertykov <denisc@overta.ru>
866
867 * cpu-avr.c: New file. BFD support routines for AVR architecture.
868 * archures.c (bfd_architecture): Add AVR architecture.
869 (bfd_archures_list): Add reference to AVR architecture info.
870 * elf.c (prep_headers): Handle bfd_arch_avr.
871 * reloc.c: Add various AVR relocation enums.
872 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
873 list.
874 * Makefile.am: Add support for AVR elf.
875 * configure.in: Likewise.
876 * config.bfd: Likewise.
877 * Makefile.in: Regenerate.
878 * configure: This too.
879 * bfd-in2.h: And this.
880 * libbfd.h: And this.
881
882 2000-03-24 H.J. Lu <hjl@gnu.org>
883
884 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
885 (elf64_alpha_find_reloc_at_ofs): Likewise.
886
887 2000-03-17 Alan Modra <alan@linuxcare.com.au>
888
889 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
890 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
891 allowable range used to be -2**(n-1) to 2**n-1.
892 * reloc.c (_bfd_relocate_contents): Same here. Also replace
893 "boolean overflow" with "bfd_reloc_status_type flag".
894
895 2000-03-14 Doug Evans <dje@casey.transmeta.com>
896
897 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
898
899 2000-03-14 Kazu Hirata <kazu@hxi.com>
900
901 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
902 of shrinks properly, including the last reloc.
903
904 2000-03-13 Kazu Hirata <kazu@hxi.com>
905
906 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
907 check for R_MOVL2.
908
909 2000-03-11 Alan Modra <alan@linuxcare.com.au>
910
911 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
912 a format mismatch rather than an "error" from bfd_read such as
913 bfd_error_file_truncated.
914
915 2000-03-10 Geoff Keating <geoffk@cygnus.com>
916
917 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
918 sign-extension and big-endian compensation for
919 R_MIPS_64 even in ld -r.
920
921 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
922
923 * elf32-mips.c (mips_elf_next_relocation): Rename from
924 mips_elf_next_lo16_relocation, and generalize to look
925 for any relocation type.
926 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
927 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
928 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
929 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
930 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
931 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
932 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
933 (mips_rtype_to_howto): Likewise.
934 (mips_elf_calculate_relocation): Handle new relocs.
935 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
936 are paired. The addend for R_MIPS_GNU_REL16_S2
937 is shifted right two bits.
938
939 2000-03-10 Alan Modra <alan@linuxcare.com.au>
940
941 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
942 comment, and ensure it doesn't happen again.
943 (bfd_install_relocation): Same here.
944 (_bfd_relocate_contents): Don't bother assigning unused signmask
945 shift result. Fix typos in comments.
946 Remove trailing whitespace throughout file.
947
948 2000-03-07 Doug Evans <dje@casey.transmeta.com>
949
950 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
951 * bfd-in2.h: Rebuild.
952
953 2000-03-06 Nick Clifton <nickc@cygnus.com>
954
955 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
956 sym_ptr_ptr fields.
957 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
958 (SIZEOF_ILF_STRINGS): Redefine.
959 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
960 relative reloc, as opposed to a section relative reloc.
961 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
962 not C_LABEL.
963 Add length of symbol's prefix to string pointer.
964 Store a pointer to the symbol in the symbol pointer table.
965 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
966 Initialise the symbol pointer table.
967 Store the hint in the Hint/Name table.
968 Make the jump reloc be symbol realtive, not section relative.
969 Create an import symbol for imported code.
970
971 2000-03-06 Catherine Moore <clm@cygnus.com>
972
973 * elf.c (swap_out_syms): Check for null type_ptr.
974
975 2000-03-01 Hans-Peter Nilsson <hp@axis.com>
976
977 * aout-target.h (MY(write_object_contents)): Remove unused
978 and unusable "#if CHOOSE_RELOC_SIZE".
979 * pc532-mach.c (MY(write_object_contents)): Ditto.
980 * netbsd.h (MY(write_object_contents)): Ditto.
981 * hp300hpux.c (MY(write_object_contents)): Ditto.
982 * freebsd.h (MY(write_object_contents)): Ditto.
983 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
984
985 2000-02-29 H.J. Lu <hjl@gnu.org>
986
987 * peicode.h (jtab): Make it static.
988
989 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
990 defined and COFF_IMAGE_WITH_PE is not defined.
991 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
992 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
993
994 2000-03-01 Nick Clifton <nickc@cygnus.com>
995
996 * coff-arm.c (bfd_arm_process_before_allocation): Make
997 'symndx' signed to prevent compile time warning.
998
999 * coff-mcore.c: Remove unused prototype for pe_object_p.
1000
1001 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
1002 functions that are not used when COFF_IMAGE_WITH_PE is
1003 defined.
1004 (struct sh_opcode): Change type of 'flags' field to unsigned
1005 long so that it can hold the USESAS flag.
1006
1007 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
1008
1009 * elf-m10300.c (mn10300_elf_relax_section): Initialise
1010 'sym_sec'.
1011
1012 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
1013 parameters.
1014 Remove unusued variables and code.
1015 (elf_backend_add_symbol_hook): Fix prototype.
1016
1017 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
1018 'srelgot'.
1019
1020 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
1021 'oldinst'.
1022
1023 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
1024 parameters.
1025 Remove unusued variables and code.
1026 (elf_backend_add_symbol_hook): Fix prototype.
1027
1028 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
1029
1030 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
1031 to unused function parameter.
1032
1033 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
1034 parameters.
1035 Use EMPTY_HOWTO to initialise empty howto slots.
1036 Remove unused variables.
1037
1038 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
1039
1040 2000-03-01 H.J. Lu <hjl@gnu.org>
1041
1042 * aoutx.h (aout_link_input_section_std): Pass "true" to
1043 the undefined_symbol callback.
1044 (aout_link_input_section_ext): Likewise.
1045 * bout.c (get_value): Likewise.
1046 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
1047 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
1048 Likewise.
1049 (alpha_relocate_section): Likewise.
1050 * coff-arm.c (coff_arm_relocate_section): Likewise.
1051 * coff-i960.c (coff_i960_relocate_section): Likewise.
1052 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
1053 * coff-mips.c (mips_relocate_section): Likewise.
1054 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
1055 * coff-sh.c (sh_relocate_section): Likewise.
1056 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
1057 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
1058 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
1059 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1060 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
1061 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1062 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1063 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1064 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1065 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1066 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1067 * elf32-v850.c (v850_elf_relocate_section): Likewise.
1068 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
1069 * elflink.h (elf_link_output_extsym): Likewise.
1070 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
1071 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
1072 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
1073
1074 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
1075 undefined_symbol callback when building shared library with
1076 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
1077 "true".
1078 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
1079 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1080 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1081 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
1082 (elf32_mips_get_relocated_section_content): Likewise.
1083 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1084 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1085 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1086 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1087
1088 2000-02-28 Nick Clifton <nickc@cygnus.com>
1089
1090 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
1091 * Makefile.in: Regenerate.
1092
1093 * configure.in: Add support for mips and sh pe vectors.
1094 * configure: regenerate.
1095
1096 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
1097 targets.
1098
1099 * targets.c: Add mips and sh pe vectors.
1100
1101 * libpei.h (coff_final_link_postscript): Only define if not
1102 already defined.
1103
1104 * coffcode.h: Add support for WinCE magic numbers.
1105
1106 * peigen.c (pe_print_reloc): Update comment and rearrange
1107 appending of newline character.
1108
1109 * peicode.h: Add support for Image Library Format.
1110 (pe_ILF_vars): Structure containing data used by ILF code.
1111 (pe_ILF_make_a_section): New function. Create a section based
1112 on ILF data.
1113 (pe_ILF_make_a_reloc): New function. Create a reloc based on
1114 ILF data.
1115 (pe_ILF_make_a_symbol): New function. Create a symbol based
1116 on ILF data.
1117 (pe_ILF_save_relocs): New function. Store the relocs created
1118 by pe_ILF_make_a_reloc in a section.
1119 (pe_ILF_build_a_bfd): New function. Create a BFD describing
1120 an ILF object.
1121 (pe_ILF_object_p): New function. Return a bfd_target pointer
1122 for an ILF object.
1123 (pe_bfd_object_p): If an ILF object is detected call
1124 pe_ILF_object_p on it.
1125
1126 * coff-arm.c: Add support for WinCE relocs which are different
1127 from normal ARM COFF relocs.
1128 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
1129
1130 * coff-sh.c: Add support for sh-pe target.
1131 * pe-sh.c: New file. Support code for sh-pe target.
1132 * pei-sh.c: New file. Support code for sh-pe target.
1133
1134 * pe-mips.c: New file. Support code for mips-pe target.
1135 * pei-mips.c: New file. Support code for mips-pe target.
1136
1137 2000-02-27 Jakub Jelinek <jakub@redhat.com>
1138
1139 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
1140 architecture if the object causing the bump is dynamic.
1141 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
1142 and also don't it for memory ordering.
1143 (sparc64_elf_write_relocs): Take src_rela out of the loop.
1144
1145 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1146
1147 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
1148 calling bfd_get_section_size_before_reloc.
1149 (decode_line_info): Likewise.
1150 (_bfd_dwarf2_find_nearest_line): Likewise.
1151
1152 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
1153
1154 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
1155 name of the libtool directory.
1156 * Makefile.in: Rebuild.
1157
1158 Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
1159
1160 * som.c (SOM_HOWTO): Define.
1161 (som_hppa_howto_table): Use it.
1162
1163 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1164
1165 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
1166
1167 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
1168
1169 2000-02-24 Catherine Moore <clm@cygnus.com>
1170
1171 * som.c (som_misc_symbol_info): Add field
1172 secondary_def.
1173 (som_bfd_derive_misc_symbol_info): Initialize
1174 secondary_def.
1175 (som_build_and_write_symbol_table): Keep track
1176 of secondary_def field.
1177 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
1178 if secondary_def field is set.
1179 (som_bfd_ar_write_symbol_stuff): Initialize
1180 secondary_def.
1181
1182 2000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
1183
1184 * dwarf2.c (read_address): Read 16-bits addresses.
1185 (parse_comp_unit): Accept addr_size == 2.
1186
1187 2000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
1188
1189 * bfd-in.h: Update copyright date.
1190
1191 2000-02-23 Linas Vepstas <linas@linas.org>
1192
1193 * cpu-i370.c: New file.
1194 * elf32-i370.c: New file.
1195 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
1196 (bfd_i370_arch): New.
1197 (bfd_archures_list): Add bfd_i370_arch.
1198 * elf.c (prep_headers): Add bfd_arch_i370.
1199 * Makefile.am: Add support for IBM 370 elf.
1200 * config.bfd: Likewise.
1201 * configure.in: Likewise.
1202 * libbfd.h (bfd_reloc_code_real_names): Likewise.
1203 * reloc.c (bfd_reloc_code_type): Likewise.
1204 * targets.c: Likewise.
1205
1206 * Makefile.in: Regenerate.
1207 * configure: Regenerate.
1208 * bfd-in2.h: Regenerate.
1209
1210 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1211
1212 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
1213 invalid relocation types, and change them to R_386_NONE.
1214
1215 2000-02-22 H.J. Lu <hjl@gnu.org>
1216
1217 * elflink.h (elf_link_add_object_symbols): If a version symbol is
1218 not defined, don't add a second ELF_VER_CHR.
1219
1220 * elflink.h (elf_bfd_final_link): Call output_extsym for global
1221 symbols converted to local symbols even when stripping all
1222 symbols.
1223 (elf_link_output_extsym): Process global symbols converted to
1224 local symbols even if they are being stripped.
1225
1226 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1227
1228 * archures.c (bfd_octets_per_byte): Return unsigned int.
1229 (bfd_arch_mach_octets_per_byte): Ditto.
1230 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
1231 comparison warning.
1232 * section.c (bfd_get_section_size_before_reloc): Quell signed
1233 vs. unsigned comparison warning.
1234 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
1235 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
1236 change. What was I thinking?
1237 * bfd-in2.h: Regenerate.
1238
1239 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
1240 (elf_gc_sections): Same here.
1241 (elf_gc_common_finalize_got_offsets): And here.
1242
1243 2000-02-21 Ian Lance Taylor <ian@zembu.com>
1244
1245 ELF HPPA doesn't work at present; remove it until it does.
1246 * config.bfd: Comment out setting targ_defvec to
1247 bfd_elf32_hppa_vec.
1248 * Makefile.am: Rebuild dependencies.
1249 (BFD32_BACKENDS): Remove elf32-hppa.lo.
1250 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
1251 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
1252 * Makefile.in: Rebuild.
1253 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
1254
1255 2000-02-18 Geoff Keating <geoffk@cygnus.com>
1256
1257 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
1258 is no bfd_free(). Revert bfd_free part of previous change.
1259
1260 2000-02-18 Geoff Keating <geoffk@cygnus.com>
1261
1262 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
1263 arrays.
1264 (coff_compute_section_file_positions): Use bfd_free to pair
1265 bfd_malloc.
1266 (coff_write_object_contents): Likewise.
1267
1268 * coff-rs6000.c (xcoff_howto_table_16): New variable.
1269 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
1270
1271 2000-02-18 Ulrich Drepper <drepper@cygnus.com>
1272
1273 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
1274 (xcoff_ar_file_hdr_big): New structure.
1275 (SIZEOF_AR_FILE_HDR_BIG): New macro.
1276 (xcoff_ar_hdr_big): New structure.
1277 (SIZEOF_AR_HDR_BIG): New macro.
1278 (xcoff_big_format_p): New macro.
1279 (xcoff_ardata_big): New macro.
1280 (arch_xhdr_big): New macro.
1281 (xcoff_slurp_armap): Handle large archives.
1282 (xcoff_archive_p): Detect large archives.
1283 (xcoff_read_ar_hdr): Handle large archives.
1284 (xcoff_openr_next_archived_file): Handle large archives.
1285 (xcoff_generic_stat_arch_elt): Handle large archives.
1286 (xcoff_write_armap_old): Rename from xcoff_write_armap.
1287 (xcoff_write_armap_big): New function.
1288 (xcoff_write_armap): New function, dispatch to _old or _big.
1289 (xcoff_write_archive_contents_old): Rename from
1290 xcoff_write_archive_contents.
1291 (xcoff_write_archive_contents_big): New function.
1292 (xcoff_write_archive_contents): New function, dispatch to _old or
1293 _big.
1294
1295 2000-02-18 Richard Henderson <rth@cygnus.com>
1296
1297 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
1298 and hide_symbol members.
1299 (elf_link_hash_copy_indirect): Remove.
1300 (elf_link_hash_hide_symbol): Remove.
1301 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
1302 and elf_backend_hide_symbol.
1303 (_bfd_elf_link_hash_copy_indirect): Declare.
1304 (_bfd_elf_link_hash_hide_symbol): Declare.
1305 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
1306 (_bfd_elf_link_hash_hide_symbol): Likewise.
1307 (_bfd_elf_link_hash_table_init): Don't init killed members.
1308 * elflink.h (elf_link_add_object_symbols): Use the bed function
1309 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
1310 (elf_link_assign_sym_version): Likewise.
1311 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
1312 (elf_backend_hide_symbol): Likewise.
1313 (elfNN_bed): Update for new members.
1314
1315 2000-02-17 Kevin Buettner <kevinb@redhat.com>
1316
1317 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
1318 STACK_END_ADDR): Define for new core file format.
1319 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
1320 for handling the vagaries of the various core file structures used
1321 by AIX over the years.
1322 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
1323 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
1324 core_dumpx structure.
1325
1326 Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1327
1328 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
1329 (bfd_mach_sh3_dsp): Likewise.
1330 (bfd_mach_sh4): Reinstate.
1331 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
1332 * bfd-in2.h: Regenerate.
1333 * coff-sh.c (struct sh_opcode): flags is no longer short.
1334 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
1335 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
1336 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
1337 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
1338 (sh_opcodes): No longer const.
1339 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
1340 (sh_insn_uses_reg): Check for USESAS and USESR8.
1341 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
1342 (_bfd_sh_align_load_span): Return early for SH4.
1343 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
1344 Take into account that field b of a parallel processing insn
1345 could be mistaken for a separate insn.
1346 * cpu-sh.c (arch_info_struct): New array elements for
1347 sh2, sh-dsp and sh3-dsp.
1348 Reinstate element for sh4.
1349 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
1350 (SH4_NEXT): Reinstate.
1351 (SH3_NEXT, SH3E_NEXT): Adjust.
1352 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
1353 * elf32-sh.c (sh_elf_set_private_flags): New function.
1354 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
1355 (sh_elf_merge_private_data): New function.
1356 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
1357 (bfd_elf32_bfd_copy_private_bfd_data): Define.
1358 (bfd_elf32_bfd_merge_private_bfd_data): Change to
1359 sh_elf_merge_private_data.
1360
1361 2000-02-13 Richard Henderson <rth@cygnus.com>
1362
1363 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
1364 hide_symbol members.
1365 (elf_link_hash_copy_indirect): New.
1366 (elf_link_hash_hide_symbol): New.
1367 * elflink.h (elf_link_add_object_symbols): Break out copy from
1368 indirect new new symbol to elf.c.
1369 (elf_link_assign_sym_version): Break out privatization of
1370 non-exported symbol to elf.c.
1371 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
1372 (_bfd_elf_link_hash_hide_symbol): New.
1373 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
1374
1375 2000-02-13 Ian Lance Taylor <ian@zembu.com>
1376
1377 * section.c (_bfd_strip_section_from_output): Add info parameter.
1378 If it passed as non-NULL, use it to check whether any input BFD
1379 has an input section which uses this output section. Change all
1380 callers.
1381 * bfd-in2.h: Rebuild.
1382
1383 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
1384 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
1385 1999-11-29.
1386 * bfd-in2.h: Rebuild.
1387
1388 2000-02-10 Timothy Wall <twall@cygnus.com>
1389
1390 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
1391 allow final modifications of swapped-in symbol.
1392 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
1393 * coffcode.h (coff_write_relocs): Use macro
1394 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
1395 symbol index should be set to -1.
1396
1397 Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
1398
1399 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
1400 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
1401 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
1402 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
1403 sh_insns_uses_or_sets_freg): New functions.
1404 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
1405 * (sh_insns_conflict): Use new functions and new macros to
1406 detect conflicts when two instructions both set same integer registers,
1407 both set same fp register, and both set special register.
1408
1409 2000-02-09 Timothy Wall <twall@cygnus.com>
1410
1411 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
1412 swapping in sections, so that the swapping routines have access to
1413 the arch/mach info.
1414
1415 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
1416
1417 * coff-go32.c: Update comment. Update copyright.
1418
1419 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1420
1421 * syms.c (bfd_decode_symclass)
1422 Two new class characters were added - 'V' and 'v'. The
1423 meaning of 'W' is now restricted to just weak non-object
1424 symbols. This allows differentiation between, for example,
1425 weak functions vs weak objects. nm for example now dumps:
1426 'W' = weak global
1427 'w' = weak unresolved
1428 'V' = weak global object
1429 'v' = weak unresolved object
1430
1431 (bfd_is_undefined_symclass): New function. Return true if the
1432 given symbol class represents and undefined/unresolved symbol.
1433
1434 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
1435 unresolved symbols.
1436
1437 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
1438
1439 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
1440 STT_ARM_16BIT flag set, but it is not attached to a data object
1441 return STT_ARM_16BIT so that it will be treated as code by the
1442 disassembler.
1443
1444 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1445
1446 * coff-i386.c (i3coff_object_p): Remove prototype.
1447 Update copyright.
1448
1449 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
1450 to name. Update copyright.
1451
1452 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
1453 assignment to avoid warning. Update copyright.
1454
1455 2000-01-24 Robert Lipe (robertl@sco.com)
1456
1457 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
1458 instead of using GNU C extension.
1459
1460 2000-01-21 Nick Clifton <nickc@cygnus.com>
1461
1462 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
1463 amount from a bfd_in_memory structure.
1464 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
1465 structure.
1466
1467 2000-01-14 Nick Clifton <nickc@cygnus.com>
1468
1469 * linker.c (default_indirect_link_order): oops - fix incorrectly
1470 applied patch from Tim Wall.
1471
1472 2000-01-13 Timothy Wall (twall@tiac.net>
1473
1474 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
1475 = scnhsz, filhsz, relsz, aoutsz, etc)
1476
1477 * coffswap.h: Ditto.
1478
1479 2000-01-13 Nick Clifton <nickc@cygnus.com>
1480
1481 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
1482 interwork thumb to arm stub.
1483
1484 2000-01-13 Timothy Wall (twall@tiac.net>
1485
1486 * archures.c (bfd_octets_per_byte): New function: Return
1487 target byte size.
1488 (bfd_arch_mach_octets_per_byte): New function: Return target
1489 byte size.
1490
1491 * section.c: Distinguish between octets and bytes for usage of
1492 _cooked_size, _raw_size, and output_offset. Clarify
1493 description of bfd_set_section_contents.
1494
1495 * bfd-in2.h: Regenerate.
1496
1497 * coffgen.c: Indicate that the offset parameter is in bytes, not
1498 octets.
1499
1500 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
1501 where appropriate to get the octet offset when calling
1502 bfd_set_section_contents.
1503 (bfd_coff_reloc_link_order): Ditto.
1504
1505 * linker.c (bfd_generic_reloc_link_order): Ditto.
1506 (_bfd_default_link_order): Ditto.
1507
1508 * reloc.c (bfd_perform_relocation): Distinguish between octets
1509 and bytes. Use octets when indexing into octet data; use bytes
1510 when calculating target addresses.
1511 (bfd_install_relocation): Ditto.
1512
1513 * srec.c (srec_write_section): Ditto.
1514
1515 2000-01-13 Nick Clifton <nickc@cygnus.com>
1516
1517 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
1518 3 to 2. This allows 4 byte sized sections, which is necessary for
1519 dlltool to build funcitoning DLLs.
1520
1521 2000-01-10 Philip Blundell <pb@futuretv.com>
1522
1523 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
1524 (arm*-*-conix*): New target.
1525
1526 2000-01-10 Egor Duda <deo@logos-m.ru>
1527
1528 * config.bfd: Include elf32_i386 vector to target list for cygwin
1529 and mingw.
1530
1531 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
1532 * configure.in: Test for structure win32_pstatus_t in
1533 <sys/procfs.h>
1534 * configure: Regenerate.
1535
1536 * elf.c (elfcore_grok_win32pstatus): New function: process
1537 win32_pstatus_t notes in elf core file.
1538 (elfcore_grok_note): Detect win32_pstatus notes.
1539
1540 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
1541
1542 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
1543 visibility.
1544 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
1545 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
1546
1547 1999-12-29 Richard Henderson <rth@cygnus.com>
1548
1549 * elflink.h (bfd_elf,size_dynamic_sections): Don't export all
1550 if no dynamic sections created.
1551
1552 1999-12-27 Nick Clifton <nickc@cygnus.com>
1553
1554 * peicode.h (pe_bfd_object_p): Only define for PE format
1555 targets.
1556
1557 1999-12-17 Nick Clifton <nickc@cygnus.com>
1558
1559 * coff-i386.c (i3coff_object_p): Delete.
1560 (i386coff_vec): Replace reference to i3coff_object_p with a
1561 reference to coff_object_p.
1562
1563 * coff-mcore.c (pe_object_p): Delete.
1564
1565 * peicode.h (pe_bfd_object_p): New function: Detect the
1566 presence of a PE format COFF object file. Also detect and
1567 warn about the presence of LINK6 format Image Library Format
1568 object files.
1569
1570 1999-12-16 Nick Clifton <nickc@cygnus.com>
1571
1572 * coff-arm.c (NUM_ELEM): New macro.
1573 (NUM_RELOCS): New macro: The number of known ARM relocs.
1574 (RTYPE2HOWTO): Return NULL if the reloc type is out of range.
1575 (coff_arm_rtype_to_howto): Return NULL if the reloc type is out
1576 of range.
1577 (bfd_arm_process_before_allocation): Produce a warning message if
1578 an out of range symbol index is encountered.
1579
1580 1999-12-14 Nick Clifton <nickc@cygnus.com>
1581
1582 * elflink.h (is_global_symbol_definition): New Function: Return
1583 true iff the symbol is being given a global definition in this
1584 bfd.
1585 (elf_link_is_defined_archive_symbol): Do not bother processing
1586 symbols for an archive element that has already been included
1587 in the link.
1588 Use is_global_symbol_definition().
1589
1590 1999-12-09 Andrew Cagney <cagney@cygnus.com>
1591
1592 * config.bfd: Add support for sparc-*-netbsdelf* and
1593 sparc-*-netbsdaout*.
1594
1595 1999-12-13 Nick Clifton <nickc@cygnus.com>
1596
1597 * elflink.h (elf_link_is_defined_archive_symbol): Check to see
1598 if the symbol is in the common section.
1599
1600 1999-12-10 Nick Clifton <nickc@cygnus.com>
1601
1602 * elflink.h (elf_link_is_defined_archive_symbol): New
1603 function: Decide if a symbol, in an archive map is there
1604 because it is defined in the archive element, or because it is
1605 just another common declaration of it.
1606 (elf_link_add_archive_symbols): Use
1607 elf_link_is_defined_archive_symbol to decide if an archive
1608 element contain a reference to a common symbol should be
1609 linked in or not.
1610
1611 1999-12-10 Nick Clifton <nickc@cygnus.com>
1612
1613 * elflink.h: Revert previous patch.
1614 * targets.c: Revert previous patch.
1615 * libbfd-in2.h: Revert previous patch.
1616 * libbfd.h: Revert previous patch.
1617 * elfxx-target.h: Revert previous patch.
1618 * archive.c: Revert previous patch.
1619 * aout-target.h: Revert previous patch.
1620 * aout-tic30.h: Revert previous patch.
1621 * bfd.c: Revert previous patch.
1622 * coff-alpha.c: Revert previous patch.
1623 * coff-rs6000.c: Revert previous patch.
1624 * elf64-mips.c: Revert previous patch.
1625 * ieee.c: Revert previous patch.
1626 * libecoff.h: Revert previous patch.
1627 * oasys.c: Revert previous patch.
1628 * som.c: Revert previous patch.
1629 * vms.c: Revert previous patch.
1630
1631 1999-12-09 Nick Clifton <nickc@cygnus.com>
1632
1633 * elflink.h (elf_link_add_archive_symbols): Add an archive
1634 element even if contains a symbol which is currently only
1635 considered to be a common.
1636
1637 * targets.c (struct bfd_target): Add new field
1638 _bfd_allow_commons_in_armap.
1639 * bfd-in2.h:Regenerate.
1640
1641 * libbfd-in2.h (_bfd_noarchive_allow_commons_in_armap):
1642 Define.
1643 (_bfd_archive_bsd_allow_commons_in_armap): Define.
1644 * libbfd.h: Regenerate.
1645
1646 * elfxx-target.h: If using COFF archive map, override
1647 definition of allow_commons_in_armap and replace with
1648 bfd_false.
1649
1650 * archive.c (bfd_compute_and_write_armap): Do not place common
1651 symbols into the archive map unless _bfd_allow_commons_in_armap
1652 returns true.
1653
1654 * aout-target.h (MY_allow_commons_in_armap): Define.
1655 * aout-tic30.h (MY_allow_commons_in_armap): Define.
1656 * bfd.c (bfd_allow_commons_in_armap): Define.
1657 * coff-alpha.h (alpha_ecoff_allow_commons_in_armap): Define.
1658 * coff-rs6000.h (xcoff_allow_commons_in_armap): Define.
1659 * elf64-mips.c (bfd_elf64_allow_commons_in_armap): Define.
1660 * ieee.c (ieee_ecoff_allow_commons_in_armap): Define.
1661 * libecoff.h (_bfd_ecoff_allow_commons_in_armap): Define.
1662 * oasys.c (oasys_allow_commons_in_armap): Define.
1663 * som.c (som_allow_commons_in_armap): Define.
1664 * vms.c (vms_allow_commons_in_armap): Define.
1665
1666 1999-12-07 Jim Blandy <jimb@cygnus.com>
1667
1668 Add support for SSE registers in ELF core files.
1669 * elf.c (elfcore_make_note_pseudosection): New function.
1670 (elfcore_grok_prfpreg): Use it.
1671 (elfcore_grok_prxfpreg): New function.
1672 (elfcore_grok_note): Recognize Linux NT_PRXFPREG notes.
1673
1674 1999-12-03 Ian Lance Taylor <ian@zembu.com>
1675
1676 * elf32-mips.c (mips_elf_calculate_relocation): Divide R_MIPS_PC16
1677 value by 4 before storing it back in the field. From
1678 Koundinya. K <kk@ddeorg.soft.net>.
1679
1680 Tue Nov 30 22:41:14 1999 Jeffrey A Law (law@cygnus.com)
1681
1682 * archures.c (bfd_mach_am33): Define.
1683 * bfd-in2.h: Rebuilt.
1684 * cpu-m10300.c (bfd_am33_arch): Add to the mn103 architecture list
1685 * elf-m10300.c (mn10300_elf_relax_section): Handle am33 instructions.
1686 (compute_function_info): Handle additional registers saved by
1687 movm on the am33.
1688 (elf_mn10300_mach): Handle E_MN10300_MACH_AM33.
1689 (_bfd_mn10300_elf_final_write_processing): Handle bfd_mach_am33.
1690
1691 1999-11-29 Jim Blandy <jimb@cygnus.com>
1692
1693 * elf.c (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New
1694 functions.
1695 * bfd-in2.h (bfd_get_elf_phdrs, bfd_get_elf_phdr_upper_bound): New
1696 declarations.
1697
1698 1999-11-27 Michael Meissner <meissner@cygnus.com>
1699
1700 * reloc.c (BFD_RELOC_ALPHA_USER_LITERAL): New relocation for
1701 internal use within gas for alpha explicit relocations.
1702 (BFD_RELOC_ALPHA_USER_LITUSE_BASE): Ditto.
1703 (BFD_RELOC_ALPHA_USER_LITUSE_BYTOFF): Ditto.
1704 (BFD_RELOC_ALPHA_USER_LITUSE_JSR): Ditto.
1705 (BFD_RELOC_ALPHA_USER_GPDISP): Ditto.
1706 (BFD_RELOC_ALPHA_USER_GPRELHIGH): Ditto.
1707 (BFD_RELOC_ALPHA_USER_GPRELLOW): Ditto.
1708
1709 * elf64-alpha.c (elf64_alpha_reloc_map): Add mappings for
1710 BFD_RELOC_ALPHA_USER_*.
1711
1712 * bfd-in2.h: Regenerate.
1713 * libbfd.h: Regenerate.
1714
1715 1999-11-26 Fred Fish <fnf@cygnus.com>
1716
1717 * elf.c (elfcore_read_notes): Add prototype for static function.
1718 (_bfd_elf_make_section_from_phdr): Renamed from bfd_section_from_phdr.
1719 (bfd_section_from_phdr): Replacement function that calls
1720 _bfd_elf_make_section_from_phdr for generic segment types and
1721 backend fucntion pointed to by elf_backend_section_from_phdr for
1722 backend specific segment types.
1723 (_bfd_elfcore_section_from_phdr): Remove call to elfcore_read_notes,
1724 now called by _bfd_elf_make_section_from_phdr. Note that this func
1725 is now just a stub between the caller and bfd_section_from_phdr.
1726
1727 * elf-bfd.h (struct elf_backend_data): Add new function pointer
1728 elf_backend_section_from_phdr.
1729 (elf_backend_section_from_phdr): Add prototype.
1730
1731 * elfxx-target.h (elf_backend_section_from_phdr): Define default.
1732 (elfNN_bed): Add elf_backend_section_from_phdr.
1733
1734 1999-11-25 Nick Clifton <nickc@cygnus.com>
1735
1736 * coff-arm.c (bfd_arm_get_bfd_for_interworking): Add
1737 SEC_CODE and SEC_READONLY flags to glue sections.
1738
1739 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Add
1740 SEC_CODE and SEC_READONLY flags to glue sections.
1741
1742 1999-11-20 Nick Clifton <nickc@cygnus.com>
1743
1744 * coff-mcore.c (coff_mcore_relocate_section): Fix typo in previous
1745 delta.
1746
1747 1999-11-19 Catherine Moore <clm@cygnus.com>
1748
1749 * elf32-m68k.c (elf_cpu32_plt0_entry): Fix encoding.
1750 (elf_cpu32_plt_entry): Likewise.
1751
1752 1999-11-18 Nick Clifton <nickc@cygnus.com>
1753
1754 * coff-mcore.c (coff_mcore_rtype_to_howto): Special case handling
1755 for RVA relocs.
1756 (coff_mcore_relocate_section): Initialise addend to 0.
1757 Special case processing of RVA reloc.
1758
1759 1999-11-17 Richard Henderson <rth@cygnus.com>
1760
1761 * elf-bfd.h (struct elf_backend_data): Reorder collect and
1762 type_change_ok; add sign_extend_vma.
1763 * elf32-mips.c (elf_backend_sign_extend_vma): Define.
1764 * elfcode.h (elf_swap_symbol_in): Mind be->sign_extend_vma.
1765 (elf_swap_shdr_in, elf_swap_phdr_in): Likewise.
1766 * elfxx-target.h (elf_backend_sign_extend_vma): Default.
1767 (elfNN_bed): Follow struture changes.
1768
1769 1999-11-09 Ian Lance Taylor <ian@zembu.com>
1770
1771 * libbfd.c (bfd_read): Check result of read against desired result
1772 using !=, not <.
1773 (_bfd_generic_get_section_contents): Set bfd_error if the seek is
1774 invalid compared to the section size.
1775
1776 * ieee.c (ieee_slurp_debug): Get the length of the debug
1777 information right if there is no data part.
1778
1779 Tue Nov 2 01:44:41 1999 Jeffrey A Law (law@cygnus.com)
1780
1781 * som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND,
1782 R_LINETAB, R_LINETAB_ESC, and R_COMMENT.
1783
1784 1999-10-28 Ian Lance Taylor <ian@zembu.com>
1785
1786 * elflink.h (elf_bfd_final_link): Make last_local signed.
1787
1788 1999-10-27 Ian Lance Taylor <ian@zembu.com>
1789
1790 * stabs.c (_bfd_link_section_stabs): Make sure .stabstr section
1791 starts with a zero.
1792
1793 Sat Oct 23 17:36:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
1794
1795 * archures.c: Add definitions bfd_mach_d10v, bfd_mach_d10v_ts2 and
1796 bfd_mach_d10v_ts3.
1797 * cpu-d10v.c (d10v_ts3_info, d10v_ts2_info): Add.
1798 * bfd-in2.h: Regenerate.
1799
1800 1999-10-15 Andrew Haley <aph@cygnus.com>
1801
1802 * dwarf1.c (parse_die): Fail to parse a die if its length is zero.
1803
1804 Sun Oct 17 17:19:00 1999 Jeffrey A Law (law@cygnus.com)
1805
1806 * libhppa.h (bfd_hppa_insn2fmt): Change to return an int.
1807
1808 1999-10-08 Ian Lance Taylor <ian@zembu.com>
1809
1810 * elflink.h (elf_merge_symbol): When overriding a weak symbol with
1811 a defined symbol in a shared library, clear the DEF_DYNAMIC flag
1812 too.
1813
1814 Fri Oct 8 13:03:45 1999 Geoffrey Keating <geoffk@cygnus.com>
1815
1816 * elf32-mips.c (mips_elf_calculate_relocation): R_MIPS_LITERAL
1817 relocs also need the GP value.
1818 (_bfd_mips_elf_relocate_section): Handle unpaired LO16 relocs
1819 properly. Handle sign-extension for R_MIPS_64 correctly. Correct
1820 the GP value for R_MIPS_LITERAL relocs too. Handle
1821 R_MIPS_64 relocs properly on big-endian MIPS.
1822 (mips_elf_sign_extend): Behave properly with 'long long'.
1823 (mips_elf_highest): Correct typo.
1824
1825 Mon Oct 4 17:49:45 1999 Nick Clifton <nickc@cygnus.com>
1826
1827 * cpu-m32r.c (arch_info_struct): New static global.
1828 (bfd_m32r_arch): Refer to it.
1829 * elf32-m32r.c (m32r_elf_object_p): Recognize E_M32RX_ARCH.
1830 (m32r_elf_print_private_bfd_data): Ditto.
1831 (m32r_elf_final_write_processing): Handle bfd_mach_m32rx.
1832 * archures.c (bfd_mach_m32rx): Define it.
1833 * bfd-in2.h: Rebuild.
1834
1835 1999-09-28 Fred Fish <fnf@cygnus.com>
1836
1837 * targets.c (cisco_core_vec): Replaced with two new vecs ...
1838 (cisco_core_big_vec): Add new bigendian vec.
1839 (cisco_core_little_vec): Add new little endian vec.
1840
1841 * cisco-core.c (CRASH_INFO): Fixed offset replaced with ...
1842 (crash_info_locs): Add array of possible offsets.
1843 (MASK_ADDR): Mask to apply to crash info offset.
1844 (crashinfo_external): Add textbase, database, bssbase and
1845 turn into a typedef.
1846 (cisco_core_file_validate): Renamed from cisco_core_file_p.
1847 Many small changes to account for additional hardware versions.
1848 Pick a reasonable size for ".reg" section. Add a ".crash"
1849 section to allow access to crashinfo_external struct.
1850 (cisco_core_file_p): New version of this function that
1851 iterates over crash_info_locs, calling cisco_core_file_validate.
1852 (cisco_core_vec): Old big endian only vec replaced with ...
1853 (cisco_core_big_vec): Add big endian version.
1854 (cisco_core_little_vec): Add little endian version.
1855
1856 * configure.in (cisco_core_vec): Split to two new vectors ...
1857 (cisco_core_big_vec): New target vector.
1858 (cisco_core_little_vec): New target vector.
1859 * configure: Regenerate.
1860 * config.bfd (targ): For m68*-*-aout* targ, change cisco_core_vec
1861 to cisco_core_big_vec in targ_selvecs.
1862
1863 1999-09-28 Geoffrey Keating <geoffk@cygnus.com>
1864
1865 * elf32-mips.c (mips_elf_relocate_hi16): Unused, delete.
1866 (mips_elf_relocate_got_local): Unused, delete.
1867 (mips_elf_relocate_global_got): Unused, delete.
1868
1869 1999-09-24 Fred Fish <fnf@cygnus.com>
1870
1871 * elf.c (bfd_section_from_phdr): Add typename variable. Use p_type
1872 to initialize it to something meaningful. Then use it to generate
1873 more useful segment names.
1874
1875 Sun Sep 19 12:16:47 1999 Jeffrey A Law (law@cygnus.com)
1876
1877 * som.c (NO_PCREL_MODES): Define if the system does not define
1878 R_SHORT_PCREL_MODE.
1879 (hppa_som_gen_reloc_type): Handle both short and long pcrel branches.
1880 (som_write_fixups): Eliminate redundant pcrel mode relocs. Handle
1881 R_LONG_PCREL_MODE and R_SHORT_PCREL_MODE
1882 * libhppa.h (dis_assemble_22): New function.
1883 (bfd_hppa_insn2fmt): Handle long branch.
1884
1885 * libhppa.h (bfd_hppa_insn2fmt): Decode and handle formats found
1886 in PA2.0.
1887
1888 1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
1889
1890 * coff-i386.c (coff_i386_reloc_type_lookup): Support BFD_RELOC_16,
1891 BFD_RELOC_16_PCREL, BFD_RELOC_8, BFD_RELOC_8_PCREL relocs.
1892 (reloc_howto_type howto_table): Tidy comments and whitespace.
1893
1894 1999-09-17 Nick Clifton <nickc@cygnus.com>
1895
1896 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Undo
1897 previous delta. Set sec->gc_mark instead.
1898
1899 Thu Sep 16 11:21:13 1999 Catherine Moore <clm@cygnus.com>
1900
1901 * elf32-m68k.c (elf_cpu32_plt0_entry): Use a1 instead of a0.
1902 (elf_cpu32_plt_entry): Likewise.
1903
1904 Thu Sep 16 10:48:17 1999 Jeffrey A Law (law@cygnus.com)
1905
1906 * elf-hppa.h (elf_hppa_final_write_processing): Turn on TRAPNIL.
1907
1908 * elf-hppa.h (elf_hppa_final_link): If unable to find __gp in the
1909 symbol table, then just compute a suitable value (but do not
1910 create a __gp symbol).
1911
1912 * elf-hppa.h (elf_hppa_relocate_section): Allow undefined
1913 symbols when building shared libraries.
1914 (elf_hppa_final_link_relocate): Correct handling of PCREL
1915 relocations against undefined symbols.
1916
1917 1999-09-16 Nick Clifton <nickc@cygnus.com>
1918
1919 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Mark
1920 interworking sections as linker created so that they will not
1921 be removed by garbage collection.
1922
1923 Wed Sep 15 02:31:57 1999 Jeffrey A Law (law@cygnus.com)
1924
1925 * elf-hppa.h (elf_hppa_final_link): Revamp __gp handling.
1926 (elf_hppa_final_link_relocate): Consistently create an absolute
1927 address, then subtract out the value of __gp.
1928
1929 1999-09-14 Michael Meissner <meissner@cygnus.com>
1930
1931 * configure.in (Canonicalization of target names): Remove adding
1932 ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
1933 generates $ac_config_sub with a ${CONFIG_SHELL} already.
1934 * configure: Regenerate.
1935
1936 1999-09-14 Nick Clifton <nickc@cygnus.com>
1937
1938 * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of
1939 Mitsubishi).
1940
1941 Mon Sep 13 20:01:47 1999 Jeffrey A Law (law@cygnus.com)
1942
1943 * elf-hppa.h (elf_hppa_record_segment_addrs): New function.
1944 (elf_hppa_final_link): Initialize text_segment_base and
1945 data_segment_base.
1946 (elf_hppa_final_link_relocate): Handle SEGREL relocations.
1947
1948 * elf-hppa.h (elf_hppa_final_link): Remove unused variables.
1949 (elf_hppa_final_link_relocate): Likewise.
1950 (elf_hppa_relocate_insn): Likewise.
1951 (elf_hppa_relocate_section): Initialize HOWTO.
1952
1953 1999-09-13 Donn Terry <donn@interix.com>
1954
1955 * coffcode.h (styp_to_sec_flags): Further refinement of COMDAT
1956 handling to support both GNU and MS objects.
1957
1958 * coffcode.h (coff_write_object_contents): Don't check reloc_count
1959 when determining whether to set F_RELFLG.
1960
1961 1999-09-13 Philip Blundell <pb@nexus.co.uk>
1962
1963 * elf32-arm.h (elf32_arm_final_link_relocate): Don't range-check
1964 PC24 relocs if the target is an undefined weak symbol.
1965 (arm_add_to_rel): Fix compiler warning.
1966 (elf32_arm_plt0_entry): Correct comments.
1967
1968 1999-09-13 Alan Modra <alan@spri.levels.unisa.edu.au>
1969
1970 * elfcode.h (write_relocs): Check for the_bfd NULL when handling
1971 an absolute symbol in REL relocs.
1972
1973 Sun Sep 12 23:47:58 1999 Jeffrey A Law (law@cygnus.com)
1974
1975 * elf-hppa.h (elf_hppa_final_link_relocate): Handle SECREL32.
1976 Stub SEGREL32. Return an error for any relocation not handled.
1977
1978 1999-09-12 Ian Lance Taylor <ian@zembu.com>
1979
1980 * cofflink.c (coff_link_add_symbols): Look for special MSVC string
1981 constant symbols, and avoid multiple definition errors on them.
1982
1983 1999-09-12 Donn Terry <donn@interix.com>
1984
1985 * libbfd.c (bfd_log2): Rewrite to avoid infinite loop if most
1986 significant bit is set.
1987
1988 1999-09-11 Ian Lance Taylor <ian@zembu.com>
1989
1990 * coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1991
1992 * elfcode.h (write_relocs): Handle an absolute symbol in REL
1993 relocs as we do for RELA relocs.
1994
1995 1999-09-11 Donn Terry <donn@interix.com>
1996
1997 * libpei.h (_bfd_pei_final_link_postscript): Declare.
1998 (coff_final_link_postscript): Define.
1999 * peigen.c (_bfd_pei_swap_aouthdr_out): Don't set value for data
2000 directory entries here.
2001 (_bfd_pei_final_link_postscript): New function.
2002
2003 * peigen.c (_bfd_pei_swap_scnhdr_out): Remove code which sets
2004 section flags based on the section name.
2005
2006 * peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the
2007 get the overflow of the s_nlnno field from the s_nreloc field.
2008 * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap
2009 the s_nlnno overflow of the .text section into the s_nreloc
2010 field.
2011
2012 * peigen.c (add_data_entry): Declare.
2013 (pei_swap_aouthdr_out): Get image size right. Set linker version
2014 more intuitively.
2015 (pei_swap_scnhdr_out): Test for UNINIT section, not .bss.
2016 (pe_print_idata): Code cleanup, print more info, get rid of (now)
2017 extraneous ImageBase.
2018 (pe_print_edata): Likewise.
2019 (pe_print_pdata): Likewise. Print exception entries.
2020 (pe_print_reloc): Likewise. Print MIPS_JMPADDR.
2021 (tbl): Make const, add "UNKNOWN".
2022 (_bfd_pe_print_private_bfd_data_common): Print timestamp.
2023 (_bfd_pe_bfd_copy_private_bfd_data_common): Don't copy deleted
2024 section data directory.
2025 (_bfd_pe_bfd_copy_private_section_data): Copy pe_flags.
2026
2027 * libpei.h (_bfd_pe_bfd_get_symbol_info): Declare.
2028 * peigen.c (_bfd_pe_bfd_get_symbol_info): New function.
2029 * peicode.h (coff_get_symbol_info): Define.
2030
2031 * config.bfd (i[3456]86-*-interix*): Set targ_cflags to
2032 -DSTRICT_PE_FORMAT.
2033 * coffcode.h (styp_to_sec_flags): Check STRICT_PE_FORMAT rather
2034 than __INTERIX.
2035 (coff_classify_symbol): Re-revert 1999-08-08 patch if
2036 STRICT_PE_FORMAT.
2037
2038 * libpei.h: New file, broken out of peicode.h.
2039 * peigen.c: New file, broken out of peicode.h.
2040 * peicode.h: A bunch of code moved out to libpei.h and peigen.c.
2041 * configure.in: Add peigen.lo to list of files required for each
2042 PE target.
2043 * Makefile.am: Rebuild dependencies.
2044 (BFD32_BACKENDS): Add peigen.lo.
2045 (BFD32_BACKENDS_CFILES): Add peigen.c.
2046 (SOURCE_HFILES): Add libpei.h.
2047 * configure, Makefile.in: Rebuild.
2048
2049 * peicode.h (coff_swap_scnhdr_in): Don't check for a special
2050 section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA
2051 instead. Don't clear the s_paddr field for an uninitialized data
2052 section.
2053
2054 * coffcode.h (coff_mkobject_hook): Set timestamp field in
2055 coff_data_type to f_timdat.
2056 * peicode.h (pe_mkobject_hook): Likewise.
2057
2058 * peicode.h (coff_swap_filehdr_in): Check the NT executable magic
2059 number if COFF_IMAGE_WITH_PE.
2060
2061 * coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG
2062 to the reverse of IMAGE_FILE_DEBUG_STRIPPED.
2063 (coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if
2064 there is no SEC_DEBUGGING section.
2065 * peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of
2066 IMAGE_FILE_DEBUG_STRIPPED.
2067
2068 * pe-i386.c (COFF_LONG_FILENAMES): Define.
2069 (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
2070 * pei-i386.c (COFF_LONG_FILENAMES): Define.
2071 (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
2072
2073 * coffswap.h (IMAGE_BASE): Don't define.
2074 * pei-arm.c (IMAGE_BASE): Don't define.
2075 * pei-i386.c (IMAGE_BASE): Don't define.
2076 * pei-mcore.c (IMAGE_BASE): Don't define.
2077 * pei-ppc.c (IMAGE_BASE): Don't define.
2078
2079 * cofflink.c (_bfd_coff_link_input_bfd): When writing out a
2080 symbol, switch on the class when determining whether to modify the
2081 value. For PE, don't modify the value of a C_FCN symbol not named
2082 .bf.
2083
2084 * libbfd-in.h (_bfd_abort): Declare.
2085 (abort): Define.
2086 * bfd.c (_bfd_abort): New function.
2087 * libbfd.h: Rebuild.
2088
2089 * coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE
2090 special handling.
2091
2092 * cofflink.c (_bfd_coff_link_input_bfd): If a symbol is stripped,
2093 don't write out the associated line numbers.
2094
2095 * cofflink.c (_bfd_coff_write_global_sym): Handle section symbol
2096 aux entries.
2097
2098 * cofflink.c (coff_link_add_symbols): Don't warn about symbol type
2099 changes when the base type is unknown.
2100
2101 * coffgen.c (coff_print_symbol): Fix printing of aux record for
2102 function symbols.
2103
2104 * syms.c (BSF_DEBUGGING_RELOC): Define.
2105 * coffcode.h (coff_slurp_symbol_table): If PE, set BSF_DEBUGGING
2106 for C_FCN/C_EFCN symbols, and set BSF_DEBUGGING_RELOC for such
2107 symbols named .bf.
2108 * coffgen.c (fixup_symbol_value): Relocate a symbol which has
2109 BSF_DEBUGGING_RELOC set.
2110 * bfd-in2.h: Rebuild.
2111
2112 1999-09-10 Ian Lance Taylor <ian@zembu.com>
2113
2114 * ecoff.c (bfd_debug_section): Update initialization for new
2115 comdat_info field.
2116 (_bfd_ecoff_styp_to_sec_flags): Add section parameter.
2117 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Update declaration.
2118
2119 1999-09-10 H.J. Lu <hjl@gnu.org>
2120
2121 * coff-alpha.c (alpha_ecoff_backend_data): Initialize the new
2122 _bfd_filnmlen field.
2123 * coff-mips.c (mips_ecoff_backend_data): Likewise.
2124
2125 Fri Sep 10 00:35:14 1999 Jeffrey A Law (law@cygnus.com)
2126
2127 * elf-hppa.h (elf_hppa_final_link_relocate): Create .opd entries
2128 for FPTR relocs involving local symbols.
2129
2130 * elf-hppa.h (elf_hppa_final_link_relocate): Get the right
2131 value for the stub address in a call through a stub.
2132 Install the value for a local symbol directly into the DLT
2133 instead of generating a reloc. Correctly handle FPTR64 relocs.
2134
2135 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): New function.
2136 (elf_hppa_remark_useless_dynamic_symbols): Similarly.
2137 (elf_hppa_final_link): Call them.
2138
2139 1999-09-10 Ian Lance Taylor <ian@zembu.com>
2140
2141 * elflink.h (elf_fix_symbol_flags): Move weakdef handling here...
2142 (elf_adjust_dynamic_symbol): ...from here.
2143
2144 Wed Sep 8 17:56:11 1999 Jeffrey A Law (law@cygnus.com)
2145
2146 * elf-hppa.h (elf_hppa_howto_table); There is no DIR64WR, DIR64DR
2147 relocation, remove them. SECREL64->LTOFF16WF.
2148 (elf_hppa_final_link_relocate): Handle LTOFF* relocations. Handle
2149 DIR* relocations.
2150 (elf_hppa_relocate_insn): Similarly.
2151
2152 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PLTOFF* relocs.
2153 (elf_hppa_relocate_insn): Similarly.
2154
2155 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DPREL* and
2156 GPREL* relocations.
2157 (elf_hppa_relocate_insn): Similarly.
2158
2159 * elf-hppa.h (elf_hppa_link_final_relocate): Fix typos.
2160 Handle LTOFF_TP* relocs.
2161 (elf_hppa_relocate_insn): Similarly.
2162
2163 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs.
2164 Consistently deal with addends. Handle DLTIND14F and DLTREL14F.
2165 (elf_hppa_relocate_insn): Handle PCREL* relocs.
2166
2167 * elf-hppa.h (elf_hppa_final_link_relocate): Handle LT_OFF_FPTR*,
2168 DIR32, DIR64 and FPTR64 relocations.
2169 (elf_hppa_relocate_insn): Similarly.
2170
2171 * elf-hppa.h (elf_hppa_final_link): Set the value of __gp to the
2172 address of the .PARISC.global section.
2173 (elf_hppa_relocate_section): Lookup and pass the PA64 hash
2174 table entry elf_hppa_final_link_relocate. Do not give a warning
2175 for a reloc against an external symbol if it has a PA64 hash
2176 table entry.
2177 (elf_hppa_final_link_relocate): Significantly rework. Handle
2178 DLTIND relocations. Compute the final value of the relocation
2179 before passing the value of elf_hppa_relocate_insn.
2180 (elf_hppa_relocate_insn): Revamp to handle just bit tiwiddling
2181 relocation support. Handle DLTIND relocation requests just like
2182 DLTREL relocation requests. Simplify branch handling.
2183
2184 1999-09-08 Ulrich Drepper <drepper@cygnus.com>
2185
2186 * elf-hppa.h (elf_hppa_relocate_section): Catch problems with
2187 non-allocated section as done in i386 version.
2188 (elf_hppa_final_link_relocate): Uncomment R_PARISC_14F in switch
2189 statement since this is no know relocation.
2190
2191 Tue Sep 7 17:25:12 1999 Jeffrey A Law (law@cygnus.com)
2192
2193 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F
2194 relocs.
2195 (elf_hppa_relocate_insn): Similarly.
2196
2197 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR and
2198 DLTREL14WD relocs.
2199 (elf_hppa_relocate_insn): Similarly.
2200
2201 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14R and
2202 DLTREL21L relocs. Pass the output bfd to elf_hppa_relocate_insn.
2203 Pass the relocate type rather than the insn format to
2204 elf_hppa_relocate_insn.
2205 (elf_hppa_relocate_insn): Make switch dependent on relocation type
2206 rather than the opcode. Handle DLTREL21L and DLTREL14R relocs.
2207
2208 1999-09-07 Ian Lance Taylor <ian@zembu.com>
2209
2210 * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.
2211 (bfd_coff_filnmlen): Define.
2212 (bfd_coff_std_swap_table): Initialize new field.
2213 * coffgen.c (coff_fix_symbol_name): Use bfd_coff_filnmlen rather
2214 than FILNMLEN.
2215 (coff_write_symbols): Likewise.
2216 (coff_get_normalized_symtab): Likewise.
2217 * coff-sh.c (bfd_coff_small_swap_table): Initialize new field.
2218 * libcoff.h: Rebuild.
2219
2220 1999-09-06 Donn Terry <donn@interix.com>
2221
2222 * coffcode.h (sort_by_secaddr): New static function if
2223 COFF_IMAGE_WITH_PE.
2224 (coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort
2225 sections by VMA when assigning target_index values. Always set
2226 virt_size.
2227
2228 * libcoff-in.h (struct pei_section_tdata): Add pe_flags field.
2229 * coffcode.h (coff_set_alignment_hook) [COFF_WITH_PE version]: Set
2230 pe_flags field.
2231 * libcoff.h: Rebuild.
2232
2233 * coffcode.h (coff_set_custom_section_alignment): Add const to
2234 declaration to match definition.
2235 (coff_write_object_contents): Don't set F_AR32W(R)? if
2236 COFF_WITH_PE.
2237
2238 * coff-i386.c (in_reloc_p): Add declaration.
2239 (i386coff_vec): Simplify initialization of
2240 application_section_flags.
2241
2242 * coffcode.h (sec_to_styp_flags): Write separate COFF_WITH_PE
2243 version. Move COFF_WITH_PE specific code to new version.
2244 (stype_to_sec_flags): Likewise. Add section parameter.
2245 * coffgen.c (make_a_section_from_file): Set target_index before
2246 calling styp_to_sec_flags. Pass section to styp_to_sec_flags.
2247 * libcoff.h: Rebuild.
2248
2249 * syms.c (stt): Add some PE/PEI section names.
2250 (bfd_decode_symclass): Return 'w', not 'U', for a weak undefined
2251 symbol.
2252 (bfd_symbol_info): Check for 'w'.
2253
2254 * section.c (struct bfd_comdat_info): Define.
2255 (asection): Add comdat field.
2256 (STD_SECTION): Initialize comdat field.
2257 (bfd_make_section_anyway): Likewise.
2258 * bfd-in2.h: Rebuild.
2259
2260 1999-09-06 Andreas Schwab <schwab@suse.de>
2261
2262 * elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flag
2263 to version symbols.
2264
2265 1999-09-06 Nick Clifton <nickc@cygnus.com>
2266
2267 * elflink.h (elf_gc_record_vtentry): Use bfd_zmalloc and
2268 bfd_realloc instead of calloc and realloc.
2269
2270 1999-09-04 Steve Chamberlain <sac@pobox.com>
2271
2272 * cpu-pj.c: New file.
2273 * elf32-pj.c: New file.
2274 * config.bfd (pj*): New cpu.
2275 (pj-*-*, pjl-*-*): New targets.
2276 * configure.in (bfd_elf32_pj_vec): New target vector.
2277 (bfd_elf32_pjl_vec): New target vector.
2278 * archures.c (bfd_arch_pj): Define.
2279 * elf.c (prep_headers): Handle bfd_arch_pj.
2280 * reloc.c: Define BFD_RELOC_PJ_* relocations.
2281 * targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add
2282 to target vector list.
2283 * Makefile.am: Rebuild dependencies.
2284 (ALL_MACHINES): Add cpu-pj.lo.
2285 (ALL_MACHINES_CFILES): Add cpu-pj.c.
2286 (BFD32_BACKENDS): Add elf32-pj.lo.
2287 (BFD32_BACKENDS_CFILES): Add elf32-pj.c.
2288 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
2289
2290 1999-09-04 Ian Lance Taylor <ian@zembu.com>
2291
2292 * elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.
2293 * elflink.h (elf_adjust_dynamic_symbol): Copy REF_REGULAR_NONWEAK
2294 and NON_GOT_REF from weak defined symbol to real symbol.
2295 * elf32-i386.c (elf_i386_check_relocs): Set NON_GOT_REF.
2296 (elf_i386_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't
2297 create a COPY reloc.
2298 * elf32-sparc.c (elf32_sparc_check_relocs): Set NON_GOT_REF.
2299 (elf32_sparc_adjust_dynamic_symbol): If NON_GOT_REF is not set,
2300 don't create a COPY reloc.
2301
2302 1999-09-03 Ian Lance Taylor <ian@zembu.com>
2303
2304 * elflink.h (elf_bfd_final_link): When counting relocations, don't
2305 count those in sections we are not including in the link.
2306
2307 Thu Sep 2 17:41:20 1999 Jeffrey A Law (law@cygnus.com)
2308
2309 * elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINK
2310 field in hpux11 shared libraries.
2311
2312 1999-09-02 Nick Clifton <nickc@cygnus.com>
2313
2314 * elflink.h (elf_gc_record_vtentry): Fix memory leak.
2315
2316 Wed Sep 1 13:34:29 1999 Jeffrey A Law (law@cygnus.com)
2317
2318 * elf-hppa.h (elf_hppa_add_symbol_hook): New function.
2319 (elf_hppa_final_link, elf_hppa_relocate_section): Likewise.
2320 (elf_hppa_final_link_relocate, elf_hppa_relocate_insn): Likewise.
2321
2322 1999-08-31 Alexandre Petit-Bianco <apbianco@cygnus.com>
2323
2324 * elflink.h (record_link_assignment): When possible, keep the
2325 original type of the symbol.
2326
2327 Mon Aug 30 15:26:48 1999 Jeffrey A Law (law@cygnus.com)
2328
2329 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both
2330 R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the
2331 tools were configured.
2332 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
2333
2334 1999-08-26 Mark Mitchell <mark@codesourcery.com>
2335
2336 * elf32-mips.c (_bfd_mips_elf_check_relocs): Don't allocate local
2337 GOT entries for GOT16 relocations; they're not required.
2338
2339 1999-08-24 Nick Clifton <nickc@cygnus.com>
2340
2341 From a patch submitted by Roland McGrath <roland@baalperazim.frob.com>
2342
2343 * config.bfd (arm-*-netbsd*): New target.
2344 * configure.in (armnetbsd_vec): New target vector.
2345 * configure: Regenerate
2346 * targets.c (bfd_target_vector): Add &armnetbsd_vec.
2347
2348 * Makefile.am (BFD32_BACKENDS): Add armnetbsd.lo.
2349 (ALL_MACHINES_CFILES): Add armnetbsd.c.
2350 (armnetbsd.lo): New rule with deps.
2351 * Makefile.in: Regenerate.
2352
2353 * armnetbsd.c: New file: Definitions specific to arm-netbsd
2354 target.
2355
2356 Tue Aug 24 00:25:58 1999 Jeffrey A Law (law@cygnus.com)
2357
2358 * som.c (som_slurp_symbol_table): Fix typo in comment.
2359
2360 Fri Aug 20 17:01:23 1999 Jeffrey A Law (law@cygnus.com)
2361
2362 * elf-hppa.h (elf_hppa_fake_sections): Compute section indices
2363 here instead of using elf_section_data...
2364
2365 1999-08-19 Nick Clifton <nickc@cygnus.com>
2366
2367 * coff-mcore.c (mcore_emit_base_file_entry): New function: Emit
2368 relocations into the base file.
2369 (coff_mcore_relocate_section): Call mcore_emit_base_file_entry if
2370 we are building a base file.
2371
2372 1999-08-19 Nick Clifton <nickc@cygnus.com>
2373
2374 * elf32-arm.h (arm_add_to_rel): New function. Add a value to
2375 a REL style reloc.
2376 (elf32_arm_relocate_section): Use arm_add_to_rel to increment
2377 REL relocs when performing a partial relocation.
2378
2379 1999-08-18 Donn Terry <donn@interix.com>
2380
2381 * cofflink.c: Move definitions of N_TMASK, et. al., out of
2382 _bfd_coff_link_input_bfd into top level.
2383
2384 * coff-i386.c (coff_i386_reloc): Handle R_IMAGEBASE.
2385 (RTYPE2HOWTO): Return NULL if reloc type is out of range.
2386 (coff_i386_rtype_to_howto): Likewise.
2387 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
2388 Completely ignore symbols which are all zero.
2389 (dummy_reloc16_estimate): Add return 0.
2390 * cofflink.c (_bfd_coff_link_input_bfd): Rename inner scope
2391 variable copy to name_copy to avoid shadowing outer scope
2392 variable.
2393 * libcoff-in.h (coff_data_type): Change raw_syment_count field
2394 from unsigned int to unsigned long. Add timestamp field.
2395 * libcoff.h: Rebuild.
2396
2397 1999-08-17 H.J. Lu <hjl@gnu.org>
2398
2399 * elf32-hppa.c (bfd_elf32_bfd_is_local_label_name): Fix typo in
2400 macro definition.
2401
2402 1999-08-17 Ian Lance Taylor <ian@zembu.com>
2403
2404 * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMIC
2405 for special section symbols.
2406 * elflink.h (elf_merge_symbol): If we have no old BFD, check
2407 BSF_DYNAMIC on the section symbol to see whether the old BFD is
2408 dynamic.
2409
2410 1999-08-15 Mark Mitchell <mark@codesourcery.com>
2411
2412 * elf32-mips.c (mips_elf_calculate_relocation): Fix unfortunate
2413 coincidence of variable names between old and new code.
2414
2415 1999-08-12 Nick Clifton <nickc@cygnus.com>
2416
2417 * elf32-arm.h (elf32_arm_to_thumb_stub): Make 'offset' parameter
2418 into a bfd_vma and 'addend' parameter a 'bfd_signed_vma'.
2419 (elf32_thumb_to_arm_stub): Make 'offset' parameter into a bfd_vma
2420 and 'addend' parameter a 'bfd_signed_vma'.
2421 (elf32_arm_final_link_relocate): Do not involve stubs in
2422 R_ARM_THM_PC22 relocs relative to section symbols, they are long
2423 jumps, not function calls.
2424
2425 1999-08-11 Robin Farine <advanc@dial.eunet.ch>
2426
2427 * elf32-arm.h (elf32_arm_final_link_relocate): Check for overflow
2428 in R_ARM_PC24 relocs.
2429
2430 Tue Aug 10 12:48:09 1999 Jeffrey A Law (law@cygnus.com)
2431
2432 * elf-hppa.h (elf_hppa_fake_sections): New function.
2433 * elf32-hppa.c (elf_backend_fake_sections): Define.
2434
2435 * elf-hppa.h (elf_hppa_final_write_processing): Update for
2436 recent changes to the arch_info structure.
2437
2438 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
2439 R_HPPA_SEGBASE and R_HPPA_SEGREL32.
2440 * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
2441 list.
2442
2443 Tue Aug 10 00:34:29 1999 Mark P. Mitchell <mark@codesourcery.com>
2444 Ralf Baechle <ralf@uni-koblenz.de>
2445
2446 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Always
2447 output DT_MIPS_GOTSYM.
2448 (_bfd_mips_elf_finish_dynamic_sections): Use the same value as
2449 DT_MIPS_SYMTABNO if there are no global GOT symbols.
2450
2451 Tue Aug 10 00:21:08 1999 Mark P. Mitchell <mark@codesourcery.com>
2452
2453 * elf32-mips.c (mips_elf_create_dynamic_relocation): Change
2454 prototype. Handle local symbols. Add commentary.
2455 (mips_elf_calculate_relocation): Adjust accordingly.
2456 (_bfd_mips_elf_check_relocs): Handle local symbols in R_MIPS_32
2457 relocations.
2458
2459 * elflink.h (elf_bfd_final_link): Tweak last change.
2460
2461 1999-08-09 Mark Mitchell <mark@codesourcery.com>
2462
2463 * elflink.h (elf_link_size_reloc_section): Use the counts in the
2464 elf-section data to allocate just the right amount of relocation
2465 space. Don't allocate the hash space twice.
2466 (elf_bfd_final_link): Calculate the amount of space to allocate in
2467 each relocation section.
2468
2469 Mon Aug 9 17:37:30 1999 Jeffrey A Law (law@cygnus.com)
2470
2471 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case 32): When in
2472 64bit mode, generate a section relative relocation for a 32bit
2473 wide relocation.
2474 (elf_hppa_is_local_label_name): New function.
2475 * elf32-hppa.c (elf_hppa_is_local_label_name): Deleted. To be
2476 shared between 32bit and 64bit port.
2477
2478 1999-08-09 Mark Mitchell <mark@codesourcery.com>
2479
2480 * elf32-mips.c (elf_mips_howto_table): Fix src_mask for
2481 R_MIPS_GOT16 and R_MIPS_CALL16.
2482 (mips_elf_got16_entry): Use mips_elf_high to calculate the value
2483 to use when looking for a preexisting GOT entry.
2484
2485 1999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
2486
2487 * elf64-sparc.c (sparc64_elf_relocate_section): Back out part of
2488 the Sep. 4th, 1998 change. glibc 2.0.x dynamic linker had bug,
2489 not binutils.
2490 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2491
2492 1999-08-09 Geoff Keating <geoffk@cygnus.com>
2493
2494 * elflink.h (elf_link_output_extsym): Don't output a weak
2495 reference to an undefined symbol just because it was defined weak
2496 in a shared object.
2497
2498 1999-08-09 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * coffgen.c (coff_find_nearest_line): When looking for file, use
2501 last best match rather than first. If address is beyond last line
2502 number record, don't return the last line as the correct value.
2503
2504 1999-08-08 Ian Lance Taylor <ian@zembu.com>
2505
2506 * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
2507 * bfd-in2.h: Rebuild.
2508
2509 1999-08-08 Mark Elbrecht <snowball3@bigfoot.com>
2510
2511 * libcoff-in.h (struct coff_section_alignment_entry): Define.
2512 * coffcode.h (coff_set_custom_section_alignment): New static
2513 function.
2514 (coff_section_alignment_table): New static array.
2515 (coff_new_section_hook): Use coff_set_customer_section_alignment.
2516 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
2517 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
2518 * libcoff.h: Rebuild.
2519
2520 1999-08-08 Ian Lance Taylor <ian@zembu.com>
2521
2522 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
2523 MKDEP.
2524 * Makefile.in: Rebuild.
2525
2526 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
2527
2528 * section.c (SEC_SHARED): Define.
2529 * coffcode.h (sec_to_styp_flags): Handle SEC_SHARED.
2530 (styp_to_sec_flags): Likewise.
2531 * peicode.h (coff_swap_scnhdr_out): Likewise.
2532 * bfd-in2.h: Rebuild.
2533
2534 1999-08-08 Ian Lance Taylor <ian@zembu.com>
2535
2536 * coffcode.h (coff_classify_symbol): Comment out part of
2537 1999-08-05 change which breaks cygwin DLLs.
2538
2539 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.
2540 * aclocal.m4, configure: Rebuild.
2541
2542 1999-08-06 Ian Lance Taylor <ian@zembu.com>
2543
2544 * section.c (global_syms): Only initialize union field if
2545 __STDC__.
2546
2547 1999-08-04 Mark Mitchell <mark@codesourcery.com>
2548
2549 * elf32-mips.c (mips_elf_got16_entry): Don't multiply GOT index by
2550 the size of a GOT entry here.
2551 (mips_elf_calculate_relocation): Don't create a local GOT entry
2552 for the symbol in a GOT16 relocation; just for it's high-order bit
2553 (_bfd_mips_elf_relocate_section): Fix thinko.
2554
2555 1999-08-05 Ian Lance Taylor <ian@zembu.com>
2556
2557 Based on patches from Donn Terry <donn@interix.com>:
2558 * coffcode.h (enum coff_symbol_classification): Define.
2559 (bfd_coff_backend_data): Rename _bfd_coff_sym_is_global to
2560 _bfd_coff_classify_symbol. Change return type.
2561 (bfd_coff_classify_symbol): Rename from bfd_coff_sym_is_global.
2562 (coff_slurp_symbol_table): Use coff_classify_symbol.
2563 (coff_classify_symbol): New static function.
2564 (coff_sym_is_global): Never define.
2565 (bfd_coff_std_swap_table): Initialize with coff_classify_symbol.
2566 * cofflink.c (coff_link_check_ar_symbols): Use
2567 bfd_coff_classify_symbol rather than bfd_coff_sym_is_global.
2568 (coff_link_add_symbols): Likewise.
2569 (_bfd_coff_link_input_bfd): Likewise.
2570 * coff-sh.c (bfd_coff_small_swap_table): Initialize with
2571 coff_classify_symbol.
2572 * libcoff.h: Rebuild.
2573
2574 Wed Aug 4 18:08:07 1999 Jeffrey A Law (law@cygnus.com)
2575
2576 * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectors
2577 (e_ltpsel, e_rtpsel): Similarly.
2578
2579 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 21bit e_ltpsel
2580 and 14bit ertpsel. Handle 64bit psel.
2581
2582 1999-08-04 Mark Mitchell <mark@codesourcery.com>
2583
2584 * elf32-mips.c (_bfd_mips_elf_relocate_section): Tweak HI16/LO16
2585 handling for REL relocations. And only left-shift R_MIPS26
2586 relocation addends where necessary.
2587
2588 1999-08-03 Mark Mitchell <mark@codesourcery.com>
2589
2590 * elf32-mips.c (mips_elf_next_lo16_addend): Rename to ...
2591 (mips_elf_next_lo16_relocation): Don't compute the addend here.
2592 Just return the relocation found.
2593 (mips_elf_relocate_section): Pull the LO16 addend out of the
2594 section itself when using REL relocations.
2595
2596 * elf32-mips.c (mips_elf_calculate_relocation): Restore
2597 _DYNAMIC_LINK handling and handling of undefined symbols in shared
2598 libraries.
2599
2600 1999-08-03 Ian Lance Taylor <ian@zembu.com>
2601
2602 * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocation
2603 value of a symbol in a SEC_DEBUGGING section. Warn when doing a
2604 relocation against a symbol in an input section with no output
2605 section. From Daniel Jacobowitz <drow@false.org>.
2606
2607 * coff-stgo32.c (go32_stubbed_coff_object_p): Remove; not used.
2608
2609 * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and to
2610 look for generated file correctly.
2611 * aclocal.m4, configure: Rebuild.
2612
2613 1999-08-02 Mark Mitchell <mark@codesourcery.com>
2614
2615 * elf32-mips.c (_bfd_mips_elf_relocate_section): Handle R_MIPS_26
2616 and R_MIPS16_26 relocations correctly when relocating.
2617 (_bfd_mips_elf_check_relocs): Don't assume that R_MIPS_CALL_HI16
2618 and R_MIPS_CALL_LO16 are for global symbols.
2619
2620 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
2621
2622 * elflink.h (elf_bfd_final_link): Copy the whole isym, not just
2623 some fields.
2624 * elf64-sparc.c (sparc64_elf_output_arch_syms): Declare used
2625 variables and initialize them.
2626
2627 1999-08-01 Mark Mitchell <mark@codesourcery.com>
2628
2629 * elf32-mips.c (_bfd_mips_elf_final_link): Handle the case where
2630 there are no global symbols requiring GOT entries.
2631 (_bfd_mips_elf_size_dynamic_sections): Likewise.
2632 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
2633 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
2634
2635 * elf32-mips.c (mips_elf_calculate_relocation): Undefined weak
2636 symbols are considered to have the value zero.
2637 (_bfd_mips_elf_relocate_section): Don't try to perform a
2638 relocation for an undefined symbol.
2639 (_bfd_mips_elf_check_relocs): Allocate locate GOT space for local
2640 GOT16 relocations.
2641
2642 1999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
2643
2644 * elf64-sparc.c (sparc64_elf_build_plt): Cosmetic change - ABI
2645 wants ba,a,pt %xcc instead of %icc.
2646 Emit correct .PLT0-(.PLTN+4) initial value into the pointer slots
2647 of large PLT entries.
2648 (sparc64_elf_plt_ptr_offset): Fix calculation.
2649 (sparc64_elf_finish_dynamic_symbol): Negative value of R_SPARC_JMP_SLOT
2650 addend should be relative to load address, not .plt section start.
2651 (sparc64_elf_size_info): Sparc64 uses 32bit .hash entries.
2652
2653 1999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
2654
2655 * elf-bfd.h (struct elf_backend_data): Add
2656 print_symbol_all and output_arch_syms backend methods.
2657 * elfxx-target.h: Likewise.
2658 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create,
2659 sparc64_elf_add_symbol_hook, sparc64_elf_output_arch_syms,
2660 sparc64_elf_get_symbol_type, sparc64_elf_symbol_processing): New
2661 functions.
2662 (sparc64_elf_size_dynamic_sections): Leave space for STT_REGISTER
2663 symbols in .dynsym, add their names into .dynstr. Put those symbols
2664 into dynlocal.
2665 (sparc64_elf_finish_dynamic_sections): Fix up DT_SPARC_REGISTER
2666 pointers to STT_REGISTER symbols in dynsym section.
2667 (sparc64_elf_print_symbol_all): New function.
2668 * elf.c (bfd_elf_print_symbol): Allow special backend symbol
2669 printing using the print_symbol_all hook.
2670
2671 1999-07-30 Catherine Moore <clm@cygnus.com>
2672
2673 * elf32-arm.h (elf32_arm_check_relocs): Use r_offset for
2674 R_ARM_GNU_VTENTRY.
2675
2676 1999-07-29 Richard Henderson <rth@cygnus.com>
2677
2678 * elf32-mips.c (_bfd_mips_elf_final_link): Only re-sort dynsyms if
2679 dynamic_sections_created.
2680
2681 1999-07-29 Richard Henderson <rth@cygnus.com>
2682
2683 * elf32-mips.c (mips_info_to_howto_rel): Split out switch to ...
2684 (mips_rtype_to_howto): ... new function.
2685 (_bfd_mips_elf_relocate_section): Use it.
2686
2687 1999-07-28 Mark Mitchell <mark@codesourcery.com>
2688
2689 * elf32-mips.c (_bfd_mips_elf_relocate_section): Fix typo.
2690
2691 1999-07-27 Nick Clifton <nickc@cygnus.com>
2692
2693 Patch generated by Bernd Schmidt. <bernds@cygnus.co.uk>
2694
2695 * coff-arm.c (coff_arm_is_local_label_name): Change to strip
2696 out only symbols that start with LOCAL_LABEL_PREFIX followed by 'L'.
2697
2698 1999-07-23 Donn Terry <donn@interix.com>
2699
2700 * libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags
2701 field, and define COFF_LINK_HASH_PE_SECTION_SYMBOL.
2702 * cofflink.c (coff_link_add_symbols): If PE, handle section
2703 symbols specially.
2704 * libcoff.h: Rebuild.
2705
2706 * config.bfd (i[3456]86-*-interix*): New target.
2707
2708 1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
2709
2710 * coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
2711 COFF_SUPPORT_GNU_LINKONCE, mark sections whose names begin with
2712 .gnu.linkonce with SEC_LINKONCE and SEC_LINK_DUPLICATES_DISCARD.
2713 * coff-go32.c: (COFF_LONG_SECTION_NAMES): Define.
2714 (COFF_SUPPORT_GNU_LINKONCE): Define.
2715 * coff-stgo32.c: (COFF_LONG_SECTION_NAMES): Define.
2716 (COFF_SUPPORT_GNU_LINKONCE): Define.
2717
2718 1999-07-21 Ian Lance Taylor <ian@zembu.com>
2719
2720 From Mark Elbrecht:
2721 * makefile.dos: Remove; obsolete.
2722 * configure.bat: Remove; obsolete.
2723
2724 1999-07-21 H.J. Lu <hjl@gnu.org>
2725
2726 * config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes.
2727
2728 1999-07-21 Philippe De Muyter <phdm@macqel.be>
2729
2730 * cofflink.c (_bfd_coff_generic_relocate_section): Issue an error
2731 message and fail if a symbol index is out of range.
2732
2733 1999-07-21 Ian Lance Taylor <ian@zembu.com>
2734
2735 * elf32-mips.c (mips_elf_calculate_relocation): Get the GP value
2736 when looking at a R_MIPS_GOT16 relocation.
2737
2738 1999-07-20 Nick Clifton <nickc@cygnus.com>
2739
2740 * coff-m88k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2741
2742 Mon Jul 19 14:03:44 1999 Mark P. Mitchell <mark@codesourcery.com>
2743
2744 * elf32-mips.c (_bfd_mips_elf_final_link): Restore setting of GP
2745 removed in previous change.
2746 (_bfd_mips_elf_relocate_section): Adjust GP relative relocations
2747 in relocateable output.
2748
2749 1999-07-19 Ian Lance Taylor <ian@zembu.com>
2750
2751 * coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
2752 structure.
2753
2754 * elflink.h (elf_merge_symbol): Do merge symbols from the same BFD
2755 if they appear to be specially created by the linker.
2756
2757 1999-07-19 Nick Clifton <nickc@cygnus.com>
2758
2759 * targets.c (alternative_target): New field in bfd_target
2760 structure.
2761 (bfd_search_for_target): New function: Find a target that
2762 satisifies a search function.
2763 * bfd-in2.h: Regenerate.
2764
2765 * elfxx-target.h: Initialise the alternative_target field of
2766 the bfd_target structures to point to the other target (if
2767 defined).
2768 * nlm-target.h: Initialise the alternative_target field of
2769 the bfd_target structures to point to the other target (if
2770 defined).
2771
2772 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): New macro.
2773 (CREATE_LITTLE_COFF_TARGET_VEC): New macro.
2774
2775 * aix386-core.c: Initialise new field of bfd_target structure.
2776 * aout-adobe.c: Initialise new field of bfd_target structure.
2777 * aout-arm.c: Initialise new field of bfd_target structure.
2778 * aout-target.h: Initialise new field of bfd_target structure.
2779 * aout-tic30.c: Initialise new field of bfd_target structure.
2780 * binary.c: Initialise new field of bfd_target structure.
2781 * bout.c: Initialise new field of bfd_target structure.
2782 * cisco-core.c: Initialise new field of bfd_target structure.
2783 * coff-a29k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2784 * coff-alpha.c: Initialise new field of bfd_target structure.
2785 * coff-apollo.c: Use CREATE_BIG_COFF_TARGET_VEC.
2786 * coff-arm.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
2787 * coff-h8300.c: Use CREATE_BIG_COFF_TARGET_VEC.
2788 * coff-h8500.c: Use CREATE_BIG_COFF_TARGET_VEC.
2789 * coff-i386.c: Initialise new field of bfd_target structure.
2790 * coff-i860.c: Initialise new field of bfd_target structure.
2791 * coff-i960.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
2792 * coff-m68k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2793 * coff-mcore.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
2794 * coff-mips.c: Initialise new field of bfd_target structure.
2795 * coff-ppc.c: Initialise new field of bfd_target structure.
2796 * coff-rs6000.c: Initialise new field of bfd_target structure.
2797 * coff-sh.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
2798 * coff-sparc.c: Use CREATE_BIG_COFF_TARGET_VEC.
2799 * coff-tic30.c: Initialise new field of bfd_target structure.
2800 * coff-tic80.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
2801 * coff-w65.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
2802 * coff-we32k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2803 * coff-z8k.c: Use CREATE_BIG_COFF_TARGET_VEC.
2804 * hppabsd-core.c: Initialise new field of bfd_target structure.
2805 * hpux-core.c: Initialise new field of bfd_target structure.
2806 * i386msdos.c: Initialise new field of bfd_target structure.
2807 * i386os9k.c: Initialise new field of bfd_target structure.
2808 * ieee.c: Initialise new field of bfd_target structure.
2809 * ihex.c: Initialise new field of bfd_target structure.
2810 * irix-core.c: Initialise new field of bfd_target structure.
2811 * mipsbsd.c: Initialise new field of bfd_target structure.
2812 * netbsd-core.c: Initialise new field of bfd_target structure.
2813 * oasys.c: Initialise new field of bfd_target structure.
2814 * osf-core.c: Initialise new field of bfd_target structure.
2815 * ppcboot.c: Initialise new field of bfd_target structure.
2816 * ptrace-core.c: Initialise new field of bfd_target structure.
2817 * sco5-core.c: Initialise new field of bfd_target structure.
2818 * som.c: Initialise new field of bfd_target structure.
2819 * srec.c: Initialise new field of bfd_target structure.
2820 * tekhex.c: Initialise new field of bfd_target structure.
2821 * trad-core.c: Initialise new field of bfd_target structure.
2822 * versados.c: Initialise new field of bfd_target structure.
2823 * vms.c: Initialise new field of bfd_target structure.
2824
2825 1999-07-19 Andreas Schwab <schwab@suse.de>
2826
2827 * elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
2828 and rel_hdr.
2829
2830 Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com>
2831
2832 * elflink.h (elf_link_adjust_relocs): New function.
2833 (elf_bfd_final_link): Use it.
2834 (elf_link_input_bfd): Deal with the fact that there can be
2835 two relocation sections for a single section.
2836 (elf_reloc_link_order): Likewise.
2837
2838 * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for
2839 a relocateable object.
2840 (_bfd_mips_elf_relocate_section): Handle relocateable links.
2841
2842 1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
2843
2844 * elf64-sparc.c (sparc64_elf_info_to_howto): Use ELF64_R_TYPE_ID.
2845 (sparc64_elf_get_reloc_upper_bound,
2846 sparc64_elf_get_dynamic_reloc_upper_bound,
2847 sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
2848 sparc64_elf_canonicalize_dynamic_reloc, sparc64_elf_write_relocs):
2849 New functions.
2850 (sparc64_elf_check_relocs, sparc64_elf_relocate_section): Use
2851 ELF64_R_TYPE_ID/DATA where appropriate.
2852
2853 1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
2854
2855 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Remove
2856 DT_SPARC_PLTFMT.
2857
2858 1999-07-16 Ian Lance Taylor <ian@zembu.com>
2859
2860 * elf32-mips.c (mips_elf_local_relocation_p): New static
2861 function.
2862 (mips_elf_next_lo16_addend): Call bfd_set_error on failure.
2863 (mips_elf_calculate_relocation): Use mips_elf_local_relocation_p.
2864 Always set *require_jalxp.
2865 (mips_elf_stub_section_p): Mark abfd parameter as unused.
2866 (_bfd_mips_elf_relocate_section): Only look for LO16 following
2867 GOT16 if the GOT16 is against a local symbol. Don't return false
2868 for an undefined symbol. If there is an overflow, assert that we
2869 have a name.
2870
2871 1999-07-16 Andreas Schwab <schwab@suse.de>
2872
2873 * elflink.h (elf_link_record_local_dynamic_symbol): Remove unused
2874 variables `link' and `elfsec'.
2875 (elf_bfd_final_link): Remove unused variable `os'.
2876
2877 Thu Jul 15 17:55:31 1999 Mark P. Mitchell <mark@codesourcery.com>
2878
2879 * elf32-mips.c (_bfd_mips_elf_modify_segment_map): Don't require
2880 a PT_PHDR program headers.
2881 (_bfd_mips_elf_final_link): Don't assume there are going to be
2882 section symbols when we're not building a shared object.
2883 (_bfd_mips_elf_check_relocs): Make sure we have a GOT when
2884 we need one.
2885
2886 1999-07-15 J.T. Conklin <jtc@redback.com>
2887
2888 * config.bfd (i[3456]86-*-vxworks*): New target.
2889
2890 1999-07-15 Mark Mitchell <mark@codesourcery.com>
2891
2892 * elf32-mips.c (mips_elf_stub_section_p): New function.
2893 (mips_elf_calculate_relocation): Handle MIPS16 stub functions.
2894 (mips_elf_relocate_section): Adjust calling sequence for
2895 mips_elf_calculate_relocation and mips_elf_perform_relocation.
2896 (mips_elf_perform_relocation): Turn `jal' into `jalx' where
2897 required.
2898
2899 1999-07-15 Ian Lance Taylor <ian@zembu.com>
2900
2901 * configure.in: Bump version number to 2.9.5.
2902 * configure: Rebuild.
2903
2904 Thu Jul 15 02:56:15 1999 Jeffrey A Law (law@cygnus.com)
2905
2906 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case R_HPPA): Handle
2907 64bit format.
2908 (_bfd_elf_hppa_gen_reloc_type, case R_GOTOFF): Use base reloc type
2909 to derive final type instead of hardwiring a selection.
2910
2911 1999-07-14 Mark Mitchell <mark@codesourcery.com>
2912
2913 * elf32-mips.c (mips_elf_obtain_contents): Swap 16-bit halves of
2914 things relocated by R_MIPS16_GPREL.
2915 (mips_elf_perform_relocation): Likewise.
2916
2917 Wed Jul 14 15:23:19 1999 Jim Wilson <wilson@cygnus.com>
2918
2919 * elfxx-target.h (elfNN_bed): Add elf_backend_want_dynbss.
2920
2921 1999-07-14 Richard Henderson <rth@cygnus.com>
2922
2923 * elf32-mips.c (struct mips_got_info): Add global_gotno.
2924 (_bfd_mips_elf_size_dynamic_sections): Set it.
2925 (_bfd_mips_elf_final_link): Re-sort; verify the got did not grow.
2926 (mips_elf_sort_hash_table): Set max_non_got_dynindex based off
2927 new argument max_local.
2928
2929 1999-07-14 Mark Mitchell <mark@codesourcery.com>
2930
2931 * elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit
2932 subwords when handling an R_MIPS16_26 relocation.
2933 (mips_elf_perform_relocation): Don't be paranoid abour right-shift
2934 semantics.
2935
2936 * elf32-mips.c (elf_mips16_gprel_howto): Adjust src_mask and
2937 dst_mask to match reality.
2938 (_bfd_mips_elf_calculate_relocation): Handle R_MIPS16_GPREL.
2939 (mips_elf_obtain_contents): Use bfd_get.
2940 (mips_elf_perform_relocation): Handle R_MIPS16_GPREL.
2941 (mips_elf_relocate_section): Likewise.
2942
2943 1999-07-13 Mark Mitchell <mark@codesourcery.com>
2944
2945 * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
2946 (mips_elf_relocate_section): Adjust calling sequence for
2947 mips_elf_perform_relocation.
2948 (mips_elf_perform_relocation): Take additional argument. Handle
2949 R_MIPS16_26. Use bfd_put for convenience.
2950
2951 1999-07-13 Richard Henderson <rth@cygnus.com>
2952
2953 * elf.c (assign_file_positions_for_segments): Thinko last change.
2954 Always overwrite p_flags.
2955
2956 1999-07-13 Richard Henderson <rth@cygnus.com>
2957
2958 * elf-bfd.h (struct elf_backend_data): Add want_dynbss.
2959 * elflink.c (_bfd_elf_create_dynamic_sections): Only create
2960 .dynbss and .rel[a].bss if want_dynbss.
2961 * elfxx-target.h (elf_backend_want_dynbss): Provide default.
2962
2963 1999-07-13 Richard Henderson <rth@cygnus.com>
2964
2965 * elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
2966
2967 1999-07-13 Richard Henderson <rth@cygnus.com>
2968
2969 * elf-bfd.h (struct elf_link_local_dynamic_entry): New.
2970 (struct elf_link_hash_table): Add dynlocal.
2971 (_bfd_elf_link_lookup_local_dynindx): Prototype.
2972 (_bfd_elf_link_adjust_dynindx): Delete.
2973 (_bfd_elf_link_renumber_dynsyms): Prototype.
2974 (_bfd_elf,link_record_local_dynamic_symbol): Prototype.
2975 * elfcode.h (elf_link_record_local_dynamic_symbol): New alias.
2976 * elflink.c (_bfd_elf_link_adjust_dynindx): Delete.
2977 (_bfd_elf_link_lookup_local_dynindx): New function.
2978 (elf_link_renumber_hash_table_dynsyms): New function.
2979 (_bfd_elf_link_renumber_dynsyms): New function.
2980 * elflink.h (elf_link_record_local_dynamic_symbol): New function.
2981 (struct elf_assign_sym_version_info): Delete removed_dynamic.
2982 (bfd_elf,size_dynamic_sections): Use _bfd_strip_section_from_output
2983 instead of elf_link_remove_section_and_adjust_dynindices.
2984 Remove removed_dynamic code. Use _bfd_elf_link_renumber_dynsyms.
2985 (elf_link_assign_sym_version): Remove removed_dynamic code.
2986 (elf_link_renumber_dynsyms): Delete.
2987 (elf_bfd_final_link): Install section and local symbols into .dynsym.
2988
2989 * elf32-m68k.c (elf_m68k_adjust_dynindx): Delete.
2990 (elf_m68k_size_dynamic_sections): Don't set section dynindicies.
2991 (elf_m68k_finish_dynamic_sections): Don't write section dynsyms.
2992 * elf32-mips.c: Similarly.
2993 * elf32-ppc.c: Similarly.
2994 * elf32-sparc.c: Similarly.
2995 * elf64-alpha.c: Similarly.
2996 * elf64-sparc.c: Similarly.
2997
2998 1999-07-13 Mark Mitchell <mark@codesourcery.com>
2999
3000 * elf32-mips.c (mips_elf_calculate_relocation): Do not complain
3001 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
3002 when the relocation is against _gp_disp.
3003
3004 1999-07-12 Mark Mitchell <mark@codesourcery.com>
3005
3006 * dwarf2.c (read_attribute): Support DW_FORM_ref8.
3007 * elf32-mips.c (mips_elf_link_hash_entry): Change mips_32_relocs
3008 to possibly_dynamic_relocs. Adjust usage throughout code.
3009 (elf_mips_howto_table): Handle R_MIPS_64 correctly.
3010 (elf_mips_ctor64_howto): Likewise.
3011 (mips_elf_calculate_relocation): Handle R_MIPS_64 like R_MIPS_32.
3012 Adjust indentation.
3013 (mips_elf_relocate_section): Handle R_MIPS_64 in 32-bit mode.
3014 (_bfd_mips_elf_check_relocs): Handle R_MIPS_64 like R_MIPS_32.
3015 Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
3016 * elf64-mips.c (elf_backend_may_use_rel_p): Define.
3017
3018 1999-07-12 Ian Lance Taylor <ian@zembu.com>
3019
3020 * Makefile.am: Rebuild dependencies.
3021 * Makefile.in: Rebuild.
3022
3023 * bfd-in.h: Remove tests of COFF_IMAGE_WITH_PE.
3024 * bfd-in2.h: Rebuild.
3025
3026 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
3027 as appropriate. Use EMPTY_HOWTO as appropriate. Fill in
3028 structure initializations. Add casts.
3029 * reloc.c (EMPTY_HOWTO): Define.
3030 * bfd-in2.h: Rebuild.
3031 * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless
3032 comparisons against 0.
3033 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change
3034 previous_ibfd_e_flags to unsigned long.
3035 * vms.h (struct vms_private_data_struct): Change section_count to
3036 unsigned.
3037 * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned.
3038 (_bfd_vms_write_gsd): Change symnum to unsigned.
3039 * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned.
3040 * vms-tir.c (etir_sta): Change psect to unsigned.
3041 (alloc_section): Change idx to unsigned.
3042 (tir_sta, tir_ctl): Change psect to unsigned.
3043 (_bfd_vms_write_tir): Change len and before to bfd_size_type.
3044 * vms.c (priv_section_count): Change to unsigned.
3045
3046 1999-07-12 Andreas Schwab <schwab@suse.de>
3047
3048 * elf32-m68k.c: Add some ATTRIBUTE_UNUSED.
3049 * m68klinux.c: Likewise.
3050
3051 1999-07-12 Ian Lance Taylor <ian@zembu.com>
3052
3053 * Many files: Changes to avoid gcc warnings: Remove unused local
3054 variables. Add default case to enum switches.
3055 * coff-arm.c (bfd_arm_allocate_interworking_sections): Only
3056 compile if not COFF_IMAGE_WITH_PE.
3057 (record_arm_to_thumb_glue, record_thumb_to_arm_glue): Likewise.
3058 (bfd_arm_get_bfd_for_interworking): Likewise.
3059 (bfd_arm_process_before_allocation): Likewise.
3060 * epoc-pei-arm.c: Don't rename bfd_arm functions.
3061 * pei-arm.c: Likewise.
3062 * elf32-mips.c (mips_elf_link_hash_table_create): Don't declare.
3063 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Correct last change.
3064 (mips_elf_got16_entry): Put parens around & in body of ==.
3065 (mips_elf_calculate_relocation): Correct test for empty string.
3066 * vms-gsd.c: Use _bfd_error_handler rather than fprintf to
3067 stderr.
3068 * vms-misc.c (_bfd_vms_length_hash_symbol): Correct sprintf
3069 format.
3070
3071 1999-07-11 Ian Lance Taylor <ian@zembu.com>
3072
3073 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
3074 as appropriate. Fill in structure initializations. Add variable
3075 initializations. Add casts.
3076 * dwarf1.c (parse_line_table): Change eachLine to unsigned long.
3077 (dwarf1_unit_find_nearest_line): Change i to unsigned long.
3078
3079 * elf.c (bfd_elf_hash): Change parameter from unsigned char * to
3080 char *.
3081 * elf-bfd.h (bfd_elf_hash): Update declaration.
3082 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove casts
3083 when calling bfd_elf_hash.
3084
3085 1999-07-11 Mark Mitchell <mark@codesourcery.com>
3086
3087 * libbfd.c (bfd_put_8): Make it of type `void'.
3088 * bfd-in2.h: Regenerated.
3089 * elf32-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Conditionalize
3090 for 32-bit hosts.
3091 (_bfd_mips_elf_final_link): Likewise.
3092
3093 * elflink.h (elf_link_read_relocs_from_section): Be type-correct.
3094
3095 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
3096
3097 * config.bfd (hppa*-*-linux-gnu*): New target
3098
3099 1999-07-07 Mark Mitchell <mark@codesourcery.com>
3100
3101 * elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify.
3102 (_bfd_mips_elf_create_dynamic_sections): New function.
3103 (_bfd_mips_elf_add_symbol_hook): Likewise.
3104 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
3105 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
3106 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
3107 (_bfd_mips_elf_gc_mark_hook): Likewise.
3108 (_bfd_mips_elf_gc_sweep_hook): Likewise.
3109 (_bfd_mips_elf_always_size_sections): Likewise.
3110 (_bfd_mips_elf_size_dynamic_sections): Likewise.
3111 (_bfd_mips_elf_check_relocs): Likewise.
3112 (_bfd_mips_elf_link_hash_table_create): Likewise.
3113 (_bfd_mips_elf_print_private_data): Likewise.
3114 (_bfd_mips_elf_link_output_symbol_hook): Likewise.
3115 (_bfd_mips_elf_final_link): Likewise.
3116 (_bfd_mips_elf_additional_program_headers): Likewise.
3117 (_bfd_mips_elf_modify_segment_map): Likewise.
3118 (_bfd_mips_elf_relocate_section): Likewise.
3119 * elf32-mips.c (mips_elf32_object_p): Move contents into
3120 _bfd_mips_elf_object_p.
3121 (mips_elf_additional_program_headers): Rename to
3122 _bfd_mips_elf_additional_program_headers.
3123 (mips_elf_modify_segment_map): Rename to
3124 _bfd_mips_elf_modify_segment_map.
3125 (elf_mips_abi_name): Change prototype.
3126 (mips_elf32_section_from_shdr): Merge into
3127 _bfd_mips_elf_section_from_shdr.
3128 (mips_elf32_section_processing): Merge into
3129 _bfd_mips_elf_section_processing.
3130 (mips_elf_final_link): Rename to _bfd_mips_elf_final_link. Invoke
3131 the right back-end ELF linker.
3132 (mips_elf_relocate_section): Rename to
3133 _bfd_mips_elf_relocate_section. Clean up. Adjust for 64-bit code.
3134 (mips_elf_link_output_symbol_hook): Rename to
3135 _bfd_mips_elf_link_output_symbol_hook.
3136 (mips_elf_create_dynamic_section): Rename to
3137 _bfd_mips_elf_create_dynamic_section.
3138 (mips_elf_check_relocs): Rename to _bfd_mips_elf_check_relocs.
3139 Adjust for 64-bit code. Use mips_elf_got_section.
3140 (mips_elf_adjust_dynamic_symbol): Rename to
3141 _bfd_mips_elf_adjust_dynamic_symbol. Use
3142 mips_elf_allocate_dynamic_relocations.
3143 (mips_elf_finish_dynamic_symbol): Rename to
3144 _bfd_mips_elf_finish_dynamic_symbol. Use mips_elf_got_section.
3145 Adjust for 64-bit code.
3146 (mips_elf_finish_dynamic_sections): Rename to
3147 _bfd_mips_elf_finish_dynamic_sections. Adjust for 64-bit code.
3148 (mips_elf_always_size_sections): Rename to
3149 _bfd_mips_elf_always_size_sections.
3150 (mips_elf_add_symbol_hook): Rename to
3151 _bfd_mips_elf_add_symbol_hook.
3152 (mips_elf_next_lo16_addend): Constify.
3153 (mips_elf_calculate_relocation): Likewise.
3154 (mips_elf_obtain_contents): Likewise.
3155 (mips_elf_perform_relocation): Likewise.
3156 (mips_elf_create_dynamic_relocation): Likewise.
3157 (mips_elf_allocate_dynamic_relocations): New function.
3158 (MIPS_ELF_REL_DYN_SECTION_NAME): New macro.
3159 (MIPS_ELF_REL_SIZE): Likewise.
3160 (MIPS_ELF_DYN_SIZE): Likewise.
3161 (MIPS_ELF_GOT_SIZE): Likewise.
3162 (MIPS_ELF_SYM_SIZE): Likewise.
3163 (MIPS_ELF_LOG_FILE_ALIGN): Likewise.
3164 (MIPS_ELF_GET_WORD): Likewise.
3165 (MIPS_ELF_PUT_WORD): Likewise.
3166 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
3167 (STUB_LW): Conditionalize for 64-bit value.
3168 (elf_mips_howto_table): Add R_MIPS_HIGHER and R_MIPS_HIGHEST
3169 entries.
3170 (_bfd_mips_elf_merge_private_bfd_data): Merge e_ident[EI_CLASS].
3171 Check it for inconsistency.
3172 (_bfd_mips_elf_print_private_bfd_data): Print ABI=64 for 64-bit
3173 ABI.
3174 (_bfd_mips_elf_fake_sections): Remove duplicate handling of
3175 .msym.
3176 (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
3177 (mips_elf_got_offset_from_index): Use misp_elf_got_section.
3178 (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
3179 (mips_elf_local_got_index): Likewise.
3180 (mips_elf_got_page): Likewise.
3181 (mips_elf_got_info): Likewise.
3182 (mips_elf_create_dynamic_relocation): Handle 32-bit/64-bit split.
3183 (ELF_DYNAMIC_INTERPRETER): Handle 64-bit code.
3184 (mips_elf_create_dynamic_sections): Use MIPS_ELF_LOG_FILE_ALIGN,
3185 instead of constant `2'.
3186 (mips_elf_create_got_section): Tidy. Use MIPS_ELF_GOT_SIZE.
3187 (mips_elf_create_msym_section): Use MIPS_ELF_LOG_FILE_ALIGN.
3188 (mips_elf_size_dynamic_sections): Use
3189 MIPS_ELF_REL_DYN_SECTION_NAME, MIPS_ELF_GOT_SIZE,
3190 MIPS_ELF_ADD_DYNAMIC_ENTRY. Remove #if 0'd code.
3191 Adjust all releveant entries in elf backend table.
3192 * elf64-mips.c (mips_elf64_section_from_shdr): Remove.
3193 (mips_elf64_section_processing): Likewise.
3194 Adjust elf backend entries to use _bfd_mips_elf variants now
3195 publicly available.
3196
3197 * elflink.h (elf_link_create_dynamic_sections): Handle non-standard
3198 hash-entry sizes.
3199 (size_dynamic_sections): Likewise.
3200 (elf_link_output_extsym): Likewise.
3201 * elf.c: (elf_fake_sections): Likewise.
3202 * libbfd.c (bfd_get): New macro.
3203 (bfd_put): Likewise.
3204 * bfd-in2.h: Regenerated.
3205
3206 1999-07-07 Mark Mitchell <mark@codesourcery.com>
3207
3208 * elf-bfd.h (elf_size_info): Add hash_entry_size,
3209 int_rels_per_ext_rel, swap_dyn_out, swap_reloc_in, swap_reloc_out,
3210 wap_reloca_in, and swap_reloca_out.
3211 * elflink.h (elf_link_read_relocs_from_section): Adjust to handle
3212 multiple internal relocations per external relocation.
3213 (link_read_relocs): Likewise.
3214 (elf_bfd_final_link): Likewise.
3215 (elf_link_input_bfd): Likewise.
3216 (elf_gc_mark): Likewise.
3217 (elf_gc_smash_unused_vtentry_relocs): Likewise.
3218 * elfcode.h (elf_swap_dyn_out): Adjust type to match
3219 elf_swap_dyn_in.
3220 (size_info): Add entries for new fields.
3221 * elf64-mips.c (mips_elf64_swap_reloc_out): Enable.
3222 (mips_elf64_be_swap_reloc_in): New function.
3223 (mips_elf64_be_swap_reloc_out): Likewise.
3224 (mips_elf64_be_swap_reloca_in): Likewise.
3225 (mips_elf64_be_swap_reloca_out): Likewise.
3226 (mips_elf64_size_info): Add entries for new fields.
3227
3228 1999-07-07 Ian Lance Taylor <ian@zembu.com>
3229
3230 * elflink.h (elf_bfd_final_link): Assert that section reloc_count
3231 field equals the new rel_count field.
3232 (elf_link_input_bfd): When doing a relocateable link, use the new
3233 rel_count field rather than the reloc_count field.
3234 (elf_reloc_link_order): Likewise.
3235 (elf_finish_pointer_linker_section): Likewise.
3236
3237 Based on patch from H.J. Lu <hjl@gnu.org>:
3238 * elflink.h (elf_merge_symbol): Permit a non-weak definition in a
3239 shared library to override a weak definition in a regular object.
3240
3241 Tue Jul 6 10:23:39 1999 Jeffrey A Law (law@cygnus.com)
3242
3243 * libhppa.h: Revert July 2, 1999 patch.
3244
3245 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): T mode selectors
3246 need to generate DLTIND relocations, not DLTREL relocations.
3247
3248 1999-07-05 Nick Clifton <nickc@cygnus.com>
3249
3250 * coffcode.h (coff_set_arch_mach_hook): Recognise arm 5
3251 architectures.
3252 (coff_set_flags): Recognise arm 5 architectures.
3253
3254 * cpu-arm.c: Add support for strongarm and arm9 cpus.
3255 Add support for armv5 architecture.
3256
3257 * archures.c: Add bfd_mach_arm_5 and bfd_mach_arm_5T.
3258
3259 * reloc.c: Add new, assembler only, ARM reloc:
3260 BFD_RELOC_ARM_ADRL_IMMEDIATE.
3261
3262 * bfd-in2.h: Regenerate.
3263
3264 1999-07-02 Mark Mitchell <mark@codesourcery.com>
3265
3266 * dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
3267 (_bfd_dwarf2_find_nearest_line): Add ADDR_SIZE parameter.
3268 * elf.c (_bfd_elf_find_nearest_line): Pass it.
3269 * elf32-arm.h (elf32_arm_find_nearest_line): Likewise.
3270 * elf32-mips.c (ABI_64_P): New macro.
3271 (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
3272 (_bfd_mips_elf_find_nearest_line): Adjust call to
3273 _bfd_dwarf2_find_nearest_line.
3274 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
3275 * libbfd.h: Regenerated.
3276
3277 1999-07-02 Ian Lance Taylor <ian@zembu.com>
3278
3279 * config.bfd: Add * at the end of i[3456]86-*-unixware.
3280
3281 Fri Jul 2 12:21:10 1999 Jeffrey A Law (law@cygnus.com)
3282
3283 * libhppa.h (HPPA_R_ARG_RELOC): Delete.
3284 (HPPA_R_CONSTANT, HPPA_R_ADDEND): Likewise.
3285
3286 1999-07-01 Mark Mitchell <mark@codesourcery.com>
3287
3288 * elf-bfd.h (bfd_elf_section_data): Add rel_count and rel_count2
3289 fields.
3290 (_bfd_elf_init_reloc_shdr): New function.
3291 * elf.c (_bfd_elf_new_section_hook): Use bfd_zalloc, rather than
3292 bfd_alloc followed by memset.
3293 (_bfd_elf_init_reloc_shdr): New function, split out from ...
3294 (elf_fake_sections): Here.
3295 (assign_section_numbers): Assign section numbers for the second
3296 relocation section, if required.
3297 * elflink.h (elf_link_output_relocs): New function.
3298 (elf_link_size_reloc_section): Likewise.
3299 (elf_bfd_final_link): Use elf_link_size_reloc_section.
3300 (elf_link_input_bfd): Use elf_link_output_relocs.
3301
3302 * elf32-mips.c (_bfd_mips_elf_fake_sections): Use
3303 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
3304
3305 Thu Jul 1 13:58:48 1999 Jeffrey A Law (law@cygnus.com)
3306
3307 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL
3308 with 22bit format.
3309
3310 1999-06-28 Mark Mitchell <mark@codesourcery.com>
3311
3312 * elf32-mips.c (mips_elf_got_info): Move declaration before
3313 prototypes. Change global_gotsym to be a pointer to a hash entry,
3314 rather than a number index.
3315 (mips_elf_link_hash_entry): Move declaration before prototypes.
3316 (mips_elf_irix6_finish_dynamic_symbol): New function.
3317 (mips_elf_sign_extend): Likewise.
3318 (mips_elf_high): Likewise.
3319 (mips_elf_higher): Likewise.
3320 (mips_elf_highest): Likewise.
3321 (mips_elf_global_got_index): Likewise.
3322 (mips_elf_local_got_index): Likewise.
3323 (mips_elf_got_offset_from_index): Likeiwse.
3324 (mips_elf_record_global_got_symbol): Likewise.
3325 (mips_elf_got_page): Likewise.
3326 (mips_elf_next_lo16_addend): Likewise.
3327 (mips_elf_calculate_relocation): Likewise.
3328 (mips_elf_obtain_contents): Likewise.
3329 (mips_elf_perform_relocation): Likewise.
3330 (mips_elf_assign_gp): Likewise.
3331 (mips_elf_sort_hash_table_f): Likewise.
3332 (mips_elf_sort_hash_table): Likewise.
3333 (mips_elf_got_section): Likewise.
3334 (mips_elf_got_info): Likewise.
3335 (mips_elf_create_local_got_entry): Likewise.
3336 (mips_elf_got16_entry): Likewise.
3337 (mips_elf_create_dynamic_relocation): Likewise.
3338 (elf_mips_howto_table): Add description of R_MIPS_SCN_DISP.
3339 (mips_elf_final_gp): Use mips_elf_assign_gp.
3340 (_bfd_mips_elf_symbol_processing): Don't move SHN_COMMON symbols
3341 into SHN_SCOMMON automatically on IRIX6.
3342 (mips_elf_add_symbol_hook): Likewise.
3343 (mips_elf_relocate_section): Rewrite, using
3344 mips_elf_calculate_relocation and mips_elf_perform_relocation.
3345 (mips_elf_create_dynamic_section): Use MIPS_ELF_STUB_SECTION_NAME.
3346 Don't deal with .rld_map on IRIX6.
3347 (mips_elf_create_got_section): Adjust use of global_gotsym. Set
3348 section flags appropriately for .got.
3349 (mips_elf_check_relocs): Handle IRIX6 relocations making use of
3350 the got. Call mips_elf_record_global_got_symbol and allocate
3351 local got space appropriately.
3352 (mips_elf_size_dynamic_sections): Use bfd_byte *, not unsigned
3353 char *. Rework calculation of GOT size. Sort dynamic symbol
3354 table entries so entries that do not require GOT entries appear at
3355 the beginning. Don't use DT_MIPS_HIPAGENO on IRIX6. Remove dead
3356 code dealing with DT_INIT and DT_FINI. Remove fiddling with
3357 global_gotsym.
3358 (mips_elf_finish_dynamic_symbol): Adjust creation of global GOT
3359 entries.
3360 (mips_elf_finish_dynamic_symbol): Use
3361 mips_elf_irix6_finish_dynamic_symbol.
3362 (mips_elf_finish_dynamic_sections): Correct off-by-one error
3363 setting DT_MIPS_UNREFEXTNO. Adjust setting of DT_MIPS_GOTSYM for
3364 change to global_gotsym. Set DT_MIPS_OPTIONS on IRIX6.
3365
3366 1999-06-30 Ian Lance Taylor <ian@zembu.com>
3367
3368 * elf32-mips.c (mips_elf_final_link): Don't set CPIC when doing a
3369 relocateable link. From Ralf Baechle <ralf@uni-koblenz.de>.
3370
3371 1999-06-04 Philip Blundell <philb@gnu.org>
3372
3373 * elf32-arm.h (elf_backend_got_header_size): Define.
3374 (elf_backend_plt_header_size): Likewise.
3375
3376 1999-06-28 Jim Pick <jim@jimpick.com>
3377
3378 * elf32-arm.h (elf32_arm_relocate_section): Mind no_undefined
3379
3380 Tue Jun 29 02:25:03 1999 Jeffrey A Law (law@cygnus.com)
3381
3382 * elf-hppa.c (elf_hppa_howto_table): Use bfd_elf_generic_reloc as
3383 relocation function.
3384 * elf32-hppa.c (hppa_elf_reloc): Kill unused/unwanted function.
3385
3386 1999-06-27 Mark Mitchell <mark@codesourcery.com>
3387
3388 * elf32-mips.c (MIPS_ELF_SRDATA_SECTION_NAME): New macro.
3389 (MIPS_ELF_OPTIONS_SECTION_NAME): Likewise.
3390 (MIPS_ELF_STUB_SECTION_NAME): Likewise.
3391 (_bfd_mips_elf_section_from_shdr): Use them.
3392 (_bfd_mips_elf_fake_sections): Likewise. Add .srdata to the list
3393 of GP-relative sections.
3394 (_bfd_mips_elf_set_section_contents): Use them.
3395 (_bfd_mips_elf_section_processing): Share code between .sdata and
3396 .lit4/.lit8 sections. Set appropriate flags for .srdata.
3397 (mips_elf_additional_program_headers): Add handling for
3398 PT_MIPS_OPTIONS segment on IRIX6.
3399 (mips_elf_modify_segment_map): Likeiwse.
3400 (mips_elf_final_link): Set EF_MIPS_CPIC when required by the ABI.
3401 Include the options sections on IRIX6. Don't look for GP-relative
3402 sections by name; use SHF_MIPS_GPREL instead.
3403 (ELF_DYNAMIC_INTERPRETER): Adjust to use /usr/lib32/libc.so.1 for
3404 the N32 ABI.
3405 (mips_elf_create_dynamic_sections): Don't muck about with section
3406 alignments and such on IRIX6.
3407 (mips_elf_adjust_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
3408 (mips_elf_size_dynamic_sections): Likewise. Adjust to handle the
3409 fact that ELF_DYNAMIC_INTERPRETER is no longer a constant. Use
3410 bfd_zalloc rather than bfd_alloc and memset.
3411 (mips_elf_finish_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
3412 Don't assert the existence of .rld_map on IRIX6.
3413 (mips_elf_finish_dynamic_sections): Use MIPS_ELF_STUB_SECTION_NAME.
3414
3415 * elf32-mips.c (mips_elf_adjust_dynindx): Remove.
3416 (mips_elf_size_dynamic_sections): Use _bfd_elf_link_adjust_dynindx
3417 instead.
3418
3419 1999-06-26 Mark Mitchell <mark@codesourcery.com>
3420
3421 * elf32-mips.c (mips_elf_swap_msym_in): New function.
3422 (mips_elf_swap_msym_out): New function.
3423 (mips_elf_create_msym_section): Likewise.
3424 (MIPS_ELF_MSYM_SECTION_NAME): New macro.
3425 (_bfd_mips_elf_final_write_processing): Set sh_link for .msym.
3426 (_bfd_mips_elf_section_from_shdr): Reject an SHT_MIPS_MSYM
3427 section not named .msym.
3428 (_bfd_mips_elf_fake_sections): Use MIPS_ELF_MSYM_SECTION_NAME, not
3429 .msym directly. Set appropriate attributes for the .msym
3430 section.
3431 (mips_elf_link_hash_entry): Add min_dyn_reloc_index field.
3432 (mips_elf_link_hash_newfunc): Clear it.
3433 (mips_elf_create_dynamic_sections): Create the .msym section
3434 on IRIX6.
3435 (mips_elf_size_dynamic_sections): Allocate space for the
3436 .msym section. Add a DT_MIPS_MSYM entry.
3437 (mips_elf_finish_dynamic_symbol): Write out a .msym entry for
3438 the symbol.
3439 (mips_elf_finish_dynamic_sections): Assign a value for
3440 DT_MIPS_MSYM. Add .msym entries for the section symbols as well.
3441
3442 * elf32-mips.c (irix_compat_t): New enumeration.
3443 (ABI_N32_P): New macro.
3444 (IRIX_COMPAT): Likewise.
3445 (SGI_COMPAT): Implement in terms of IRIX_COMPAT.
3446 (mips_elf_relocate_section): Fix typo.
3447
3448 1999-06-26 Mumit Khan <khan@xraylith.wisc.edu>
3449
3450 * peicode.h (coff_swap_scnhdr_out): Mark non readonly BFD sections
3451 as writable PE sections.
3452
3453 1999-06-26 David Mosberger <davidm@hpl.hp.com>
3454
3455 * dwarf2.c (struct arange): New type.
3456 (struct comp_unit): Replace LOW and HIGH by member ARANGE.
3457 (arange_add): New function.
3458 (decode_line_info): Keep track of address ranges that a compilation
3459 unit covers.
3460 (comp_unit_contains_address): Return true if address is contained
3461 in _any_ of the address ranges associated with a compilation unit.
3462 (_bfd_dwarf2_find_nearest_line): Call comp_unit_find_nearest_line
3463 on the first comp_unit that contains the address.
3464
3465 1999-06-26 David Mosberger <davidm@hpl.hp.com>
3466
3467 * dwarf2.c (struct dwarf2_debug): Add member dwarf_line_buffer.
3468 (decode_line_info): Add variable STASH and initialize it to point
3469 to the per-bfd dwarf2_debug info. Remove static variable
3470 dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
3471
3472 1999-06-26 Ian Lance Taylor <ian@zembu.com>
3473
3474 * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
3475 shared library to have an undefined symbol.
3476
3477 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
3478 * elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
3479
3480 Thu Jun 24 20:59:11 1999 Jeffrey A Law (law@cygnus.com)
3481
3482 * elf-hppa.c (elf_hppa_final_write_processing): New function.
3483 * elf32-hppa.c: Remove everything related to symbol extension
3484 sections & records. Use the common elf_hppa_final_write_processing.
3485
3486 1999-06-22 Mark Mitchell <mark@codesourcery.com>
3487
3488 * elflink.h (size_dynamic_sections): Use user-specified init/fini
3489 functions instead of _init/_fini if requested.
3490
3491 1999-06-23 Ian Lance Taylor <ian@zembu.com>
3492
3493 * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_link
3494 field.
3495
3496 1999-06-22 Ian Lance Taylor <ian@zembu.com>
3497
3498 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
3499 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set unused dynindx
3500 field to 0, not -1.
3501 (ppc_elf_finish_dynamic_sections): Check for positive section
3502 dynindx field, rather than comparing against -1.
3503 (ppc_elf_relocate_section): Only return false if undefined_symbol
3504 or reloc_overflow fail, not always upon encountering an error.
3505
3506 1999-06-22 Mark Mitchell <mark@codesourcery.com>
3507
3508 * elflink.h (link_read_relocs): Explicitly cast external_relocs to
3509 bfd_byte * before performing pointer arithmetic.
3510
3511 Tue Jun 22 13:06:25 1999 Jeffrey A Law (law@cygnus.com)
3512
3513 * elf-hppa.h: New file. Common stuff for elf32 and elf64 PA
3514 support.
3515 * elf32-hppa.c: Include elf-hppa.h.
3516 (ARCH_SIZE): Define.
3517 (elf_hppa_reloc_type_lookup): Delete. Found in the common code
3518 now.
3519 (elf32_hppa_info_to_howto): Similarly.
3520 (elf_hppa_howto_table): Similarly.
3521 (elf_hppa_reloc_type_lookup): Similarly.
3522 (hppa_elf_gen_reloc_type): Similarly.
3523 * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
3524
3525 1999-06-22 Nick Clifton <nickc@cygnus.com>
3526
3527 * elf32-v850.c (v850_elf_final_link_relocate): Catch overflow
3528 handling R_V850_22_PCREL relocation.
3529
3530 1999-06-21 Ian Lance Taylor <ian@zembu.com>
3531
3532 * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return
3533 type.
3534
3535 Sun Jun 20 14:13:57 1999 Richard Henderson <rth@cygnus.com>
3536
3537 * section.c (_bfd_strip_section_from_output): Ignore sections
3538 DISCARDed by the link script.
3539
3540 1999-06-19 Ian Lance Taylor <ian@zembu.com>
3541
3542 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
3543 Remove unused local variable spp.
3544
3545 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash if
3546 the entry symbol is not set.
3547
3548 Fri Jun 18 04:24:57 1999 Richard Henderson <rth@cygnus.com>
3549
3550 * elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust
3551 GPDISP or LITUSE in a relocatable link.
3552
3553 Thu Jun 17 21:24:43 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3554
3555 * dwarf1.c (alloc_dwarf1_unit): Allocate using bfd_zalloc.
3556 * (alloc_dwarf1_func): Likewise.
3557
3558 Wed Jun 16 03:09:57 1999 Jeffrey A Law (law@cygnus.com)
3559
3560 * libhppa.h: Fix various formatting errors.
3561 (assemble_3); Rewrite using CATENATE.
3562 (assemble_17): Fix various bugs.
3563
3564 1999-06-16 Nick Clifton <nickc@cygnus.com>
3565
3566 * elf32-mcore.c (R_MCORE_RAW): Fix definition.
3567
3568 1999-06-15 Richard Henderson <rth@cygnus.com>
3569
3570 * section.c (SEC_SHORT): Define.
3571 * bfd-in2.h: Rebuild.
3572
3573 1999-06-13 Mark Mitchell <mark@codesourcery.com>
3574
3575 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
3576 Remove abfd parameter. Use _bfd_strip_section_from_output.
3577 (bfd_elf_size_dynamic_sections): Adjust callers accordingly.
3578
3579 * elf-bfd.h (_bfd_elf_link_adjust_dynindx): New function.
3580 * elflink.c (_bfd_elf_link_adjust_dynindx): Define it.
3581 * elflink.h (elf_link_remove_section_and_adjust_dynindices): New
3582 function.
3583 (bfd_elf_size_dynamic_sections): Use it.
3584
3585 1999-06-13 Alan Modra <alan@spri.levels.unisa.edu.au>
3586
3587 * elf32-i386.c (elf_howto_table): Change R_386_PC8 from
3588 complain_overflow_bitfield to complain_overflow_signed.
3589
3590 1999-06-13 Mark Mitchell <mark@codesourcery.com>
3591
3592 * elflink.h (elf_link_read_relocs_from_section): New function,
3593 split out from ...
3594 (elf_link_read_relocs): Here. Use it for both relocation
3595 sections.
3596
3597 1999-06-12 Mark Mitchell <mark@codesourcery.com>
3598
3599 * elfcode.h (elf_slurp_reloc_table_from_section): Don't assume
3600 asect->reloc_count is valid.
3601
3602 1999-06-12 Ian Lance Taylor <ian@zembu.com>
3603
3604 * elf32-mips.c (mips_elf32_section_processing): Permit a
3605 SHT_MIPS_REGINFO section to have a size of 0.
3606
3607 1999-06-12 David O'Brien <obrien@freebsd.org>
3608
3609 * config.bfd (alpha*-*-freebsd*): New target.
3610 (i[3456]86-*-freebsd*): Now defaults to ELF.
3611
3612 1999-06-11 Ian Lance Taylor <ian@zembu.com>
3613
3614 * reloc.c (_bfd_relocate_contents): Permit bitfield relocations to
3615 wrap if the relocation covers the high bit of an address.
3616
3617 * dwarf2.c (decode_line_info): Remove unused variable first_time.
3618
3619 1999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
3620
3621 * elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std
3622 instead of R_SPARC_max.
3623 (sparc64_elf_info_to_howto): Likewise.
3624 * elf32_sparc.c (elf32_sparc_relocate_section): Likewise.
3625 (elf32_sparc_info_to_howto): Likewise; handle vtable relocations.
3626
3627 1999-06-07 Richard Henderson <rth@cygnus.com>
3628
3629 * section.c (_bfd_strip_section_from_output): Remove output
3630 sections with no initial link_order.
3631
3632 1999-06-07 Nick Clifton <nickc@cygnus.com>
3633
3634 * elf32-m88k.c (ELF_MAXPAGESIZE): Define.
3635
3636 Mon Jun 7 11:49:43 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3637
3638 * Makefile.am (SOURCE_HFILES): Add missing headers.
3639 * Makefile.in: Regenerated.
3640
3641 1999-06-06 Mark Mitchell <mark@codesourcery.com>
3642
3643 * elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
3644 the N32 ABI.
3645
3646 1999-06-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3647
3648 * elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
3649 range undefweak symbols.
3650 * hash.c: Add missing comma after @xref{}
3651 * linker.c: Likewise.
3652
3653 1999-06-04 Nick Clifton <nickc@cygnus.com>
3654
3655 * elfxx-target.h (ELF_MAXPAGESIZE): Produce an error message
3656 if not defined.
3657 * elf32-gen.c (ELF_MAXPAGESIZE): Define.
3658 * elf32-i860.c (ELF_MAXPAGESIZE): Define.
3659 * elf32-i960.c (ELF_MAXPAGESIZE): Define.
3660 * elf64-gen.c (ELF_MAXPAGESIZE): Define.
3661
3662 1999-06-04 Ian Lance Taylor <ian@zembu.com>
3663
3664 * Makefile.am: Rebuild dependencies.
3665 (BFD32_BACKENDS): Add dwarf1.lo.
3666 (BFD32_BACKENDS_CFILES): Add dwarf1.c.
3667 * Makefile.in: Rebuild.
3668
3669 1999-06-04 Nick Clifton <nickc@cygnus.com>
3670
3671 * Makefile.am: Add epoc-arm-pe target.
3672 * Makefile.in: Regenerate.
3673 * pe-arm.c: Only redefine interworking function names if they have
3674 not already been redefined.
3675 * pei-arm.c: Only redefine interworking function names if they have
3676 not already been redefined.
3677 * epoc-pe-arm.c: Redefine interworking function names to avoid a
3678 name space clash.
3679 * epoc-pei-arm.c: Redefine interworking function names to avoid a
3680 name space clash.
3681
3682 1999-06-03 Nick Clifton <nickc@cygnus.com>
3683
3684 * elfxx-target.h (ELF_MAXPAGESIZE): Default to 0x1000 not 1.
3685
3686 Fri Jun 4 10:05:11 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3687
3688 * elf.c (elf_fake_sections): Undo change of 1999-05-10.
3689
3690 Fri Jun 4 03:10:49 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3691
3692 * elf32-sh.c (sh_elf_relax_delete_bytes): Fix setting of
3693 start / stop for recalculating of r_addend of R_SH_SWITCH*.
3694
3695 Fri Jun 4 02:53:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3696
3697 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH32
3698 in other text sections.
3699
3700 Fri Jun 4 02:29:34 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
3701
3702 * libbfd.c (_bfd_generic_verify_endian_match): New function.
3703 * libbfd-in.h (_bfd_generic_verify_endian_match): Declare.
3704 * libbfd.h: Regenerate.
3705 * coff-sh.c (sh_merge_private_data): Delete.
3706 (coff_bfd_merge_private_bfd_data): Change to
3707 _bfd_generic_verify_endian_match.
3708 (elf32-sh.c): bfd_elf32_bfd_merge_private_bfd_data: Define.
3709
3710 1999-06-03 Ulrich Drepper <drepper@cygnus.com>
3711
3712 * elf32-arm.h: Fix typo: change ELF_MAXPAGE_SIZE to ELF_MAXPAGESIZE.
3713
3714 1999-06-03 Ian Lance Taylor <ian@zembu.com>
3715
3716 * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
3717 prototype.
3718 (bfd_elf32_arm_process_before_allocation): Likewise.
3719 * bfd-in2.h: Rebuild.
3720
3721 1999-06-03 David Mosberger <davidm@hpl.hp.com>
3722
3723 * dwarf2.c (struct line_info): Add member END_SEQUENCE to keep
3724 track of end_sequence markers.
3725 (add_line_info): Add END_SEQUENCE arg.
3726 (decode_line_info): Don't try to infer lo_pc and hi_pc from the
3727 debug-line info---it doesn't work right if a compilation unit
3728 consists of multiple discontiguous code-sequences. It would be
3729 worthwhile to optimize for the common case where a compilation
3730 unit results in a contiguous set of code sequences, but this is
3731 quite tricky to get right for arbitrary DWARF2 files.
3732 (lookup_address_in_line_info_table): Don't use the last line entry
3733 for a compilation unit for anything with an address higher than
3734 this line entry. Also, check for end_sequence markers to
3735 correctly handle discontinuities.
3736 (_bfd_dwarf2_find_nearest_line): When checking previously loaded
3737 compilation units, check all compilation units with each->high==0
3738 just like when reading compilation units.
3739
3740 * dwarf2.c (decode_line_info): Initialize table->files and
3741 table->last_line to NULL to avoid segfaults due to random
3742 values in these members.
3743 (concat_filename): Check for out-of-range file number before
3744 indexing filename table. Segfaults suck.
3745
3746 * dwarf2.c (decode_line_info): Don't truncate address to least
3747 significant 32 bits (breaks 64 bit targets).
3748 (lookup_address_in_function_table): Ditto.
3749 (comp_unit_contains_address): Ditto.
3750
3751 1999-06-02 Mark Mitchell <Mark Mitchell <mark@codesourcery.com>>
3752
3753 * elf32-mips.c (elf_mips_howto_table): Add R_MIPS_JALR.
3754 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
3755 (mips_elf64_howto_table_rela): Likewise.
3756
3757 * elfcode.h (elf_slurp_reloc_table_from_section): New function,
3758 split out from ...
3759 (elf_slurp_reloc_table): Here. Use it to handle the case where a
3760 single section has two associated relocation sections.
3761
3762 1999-06-02 Mark Salter <msalter@cygnus.com>
3763
3764 * coffcode.h (coff_set_alignment_hook): Set lma from s_vaddr if
3765 COFF_WITH_PE defined.
3766
3767 1999-06-02 Nick Clifton <nickc@cygnus.com>
3768
3769 * pe-arm.c: Rename global arm interworking functions to avoid name
3770 collision when all targets BFD is built.
3771 * pei-arm.c: Ditto.
3772
3773 1999-05-31 Mark Mitchell <mark@codesourcery.com>
3774
3775 * elf-bfd.h (elf_backend_data): Remove use_rela_p. Add
3776 may_use_rel_p, may_use_rela_p, default_use_rela_p.
3777 (bfd_elf_section_data): Add use_rela_p.
3778 * elf.c (bfd_section_from_shdr): Set use_rela_p appropriately.
3779 (_bfd_elf_new_section_hook): Likewise.
3780 (elf_fake_sections): Use may_use_rela_p, etc., instead of
3781 use_rela_p.
3782 (_bfd_elf_copy_private_section_data): Copy use_rela_p.
3783 * elfcode.h (write_relocs): Determine whether or not use rela
3784 relocs based on the relocation section header.
3785 * elflink.c (_bfd_elf_create_dynamic_sections): Use default_use_rela_p
3786 instead of use_rela_p.
3787 * elfxx-target.h (elf_backend_may_use_relp): New macro.
3788 (elf_backend_may_use_rela_p): Likewise.
3789 (elf_backend_default_use_rela_p): Likewise.
3790 (elfNN_bed): Use them.
3791
3792 Wed Jun 2 12:38:49 1999 Miodrag Vallat <miodrag@multimania.com>
3793
3794 * hosts/alphalinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Expand to 4096.
3795
3796 Tue Jun 1 17:57:58 1999 Mark P. Mitchell <mitchell@n02.acl.lanl.gov>
3797
3798 * reloc.c (BFD_RELOC_MIPS_SUB): New relocation.
3799 (BFD_RELOC_MIPS_GOT_PAGE): Likewise.
3800 (BFD_RELOC_MIPS_GOT_OFST): Likewise.
3801 (BFD_RELOC_MIPS_GOT_DISP): Likewise.
3802 * bfd-in2.h: Regenerated.
3803 * libbfd.h: Likewise.
3804 * elf32-mips.c (mips_info_to_howto_rela): New function.
3805 (USE_REL): Adjust for new conventions.
3806 (MINUS_ONE): New macro.
3807 (elf_mips_howto_table): Add R_MIPS_SUB.
3808 (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE, MIPS_GOT_OFST,
3809 and MIPS_GOT_DISP.
3810 (mips_elf_final_write_processing): Set sh_link, not sh_info, for a
3811 .MIPS.content section.
3812 (_bfd_mips_elf_fake_sections): Treat all sections that begin
3813 with .MIPS.content as .MIPS.content sections. Set
3814 SHF_MNIPS_NOSTRIP for such section.
3815 (elf_info_to_howto): Define to mips_info_to_howto_rela.
3816 * elf64-mips.c (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE,
3817 MIPS_GOT_OFST, and MIPS_GOT_DISP.
3818
3819 Wed Jun 2 11:51:12 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3820
3821 * vms-misc.c (_bfd_vms_hash_newfunc): Fix use of uninitialized
3822 variable.
3823
3824 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous
3825 `else'.
3826
3827 1999-05-30 Philip Blundell <philb@gnu.org>
3828
3829 * elf32-arm.h (elf32_arm_relocate_section): Reinstate change of
3830 1993-03-25 (!!). Take into account the bitmasks for the reloc so
3831 the addend does not overflow into the rest of the word.
3832
3833 1999-05-29 Nick Clifton <nickc@cygnus.com>
3834
3835 * bfd-in.h: Amend prototype for
3836 bfd_elf32_arm_process_before_allocation .
3837 * bfd-in.h: Regenerate.
3838
3839 * elfarm-oabi.c (NUM_ELEM): New macro: Compute the number of
3840 elements in a fixed sized array.
3841 (ARM_ELF_ABI_VERSION): Define.
3842 (ARM_ELF_OS_ABI_VERSION): Define.
3843 (R_ARM_THM_ABS5): Fix rightshift and size.
3844 (R_ARM_THM_PC22): Fix size.
3845 (R_ARM_PLT32): Define Howto.
3846 (find_howto): New function: Locate a howto based on a reloc
3847 number.
3848 (elf32_arm_info_to_howto): Use find_howto if necessary.
3849 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
3850 bfd_reloc_code_real_type.
3851 (elf32_arm_reloc_map[]): Add entries for BFD_RELOC_VTABLE_INHERIT
3852 and BFD_RELOC_VTABLE_ENTRY.
3853 (elf32_arm_reloc_type_lookup): Use find_howto if necessary.
3854
3855 * elfarm-nabi.c (NUM_ELEM): New macro: Compute the number of
3856 elements in a fixed sized array.
3857 (ARM_ELF_ABI_VERSION): Define.
3858 (ARM_ELF_OS_ABI_VERSION): Define.
3859 (R_ARM_THM_ABS5): Fix rightshift and size.
3860 (R_ARM_THM_PC22): Fix size.
3861 (elf32_arm_info_to_howto_rel): Rename to elf32_arm_info_to_howto.
3862 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
3863 bfd_reloc_code_real_type.
3864
3865 * elf32-arm.h (struct elf32_arm_link_hash_table): Add new field:
3866 no_pipeline_knowledge.
3867 (elf32_arm_link_hash_create): Initialise new field to zero.
3868 (bfd_elf32_arm_process_before_allocation): Add new paraemter:
3869 no_pipeline_knowledge. Use this parameter to initialise the field
3870 in the globals data structure.
3871 (elf32_arm_final_link_relocate): Only add in pipeline offset if
3872 no_pipeline_knowledge is false and the binary is from an old
3873 toolchain.
3874 (elf32_arm_merge_private_data): Generate an error if an attempt is
3875 made to linl together big endian and little endian code.
3876 (elf32_arm_post_process_headers): New function: Initialise the
3877 EI_OSABI and EI_ABIVERSION fields of the newly created ELF program
3878 header.
3879 (elf_backend_post_process_headers): Define.
3880
3881 1999-05-28 Nick Clifton <nickc@cygnus.com>
3882
3883 * elf-bfd.h (struct elf_backend_data): Add new field:
3884 elf_backend_post_process_headers.
3885
3886 * elfxx-target.h (elf_backend_post_process_headers): Define to
3887 NULL if not already defined.
3888 (elfNN_bed): Initialise elf_backend_post_process_headers field.
3889
3890 * elf.c (prep_headers): Set the EI_OSABI and EI_ABIVERSION fields
3891 to zero.
3892 (_bfd_elf_compute_section_file_positions): Call
3893 elf_backend_post_process_headers if defined.
3894
3895 1999-05-28 Ian Lance Taylor <ian@zembu.com>
3896
3897 * configure.in: Check whether getuid and getgid exist.
3898 * archive.c: Define getuid and getgid as macros if HAVE_GETUID or
3899 HAVE_GETGID are not defined, respectively.
3900 (bfd_write_armap): Don't special case on _WIN32 for getuid and
3901 getgid.
3902 * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*.
3903 * configure, config.in: Rebuild.
3904
3905 1999-05-28 Martin Dorey <mdorey@madge.com>
3906
3907 * elf32-i960.c: New file.
3908 * elf.c (prep_headers): Handle bfd_arch_i960.
3909 * targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec.
3910 * config.bfd (i960-*-elf*): New target.
3911 * configure.in (bfd_elf32_i960_vec): New target vector.
3912 * Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo.
3913 (BFD32_BACKENDS_CFILES): Add elf32-i960.c.
3914 * Makefile.in, aclocal.m4, configure: Rebuild.
3915
3916 1999-05-27 Nick Clifton <nickc@cygnus.com>
3917
3918 * elfarm-oabi.c (elf32_arm_howto_table): Add entry for
3919 R_ARM_PLT32.
3920 (find_howto): New function: Find entries in the
3921 elf32_arm_howto_table.
3922 (elf32_arm_info_to_howto): Use find_howto if the entry cannot be
3923 computed simply.
3924 (elf32_arm_reloc_type_lookup): Add lookup for
3925 BFD_RELOC_ARM_PLT32.
3926
3927 1999-05-25 Philip Blundell <pb@nexus.co.uk>
3928
3929 * bfd/elf32-arm.h (elf32_arm_link_hash_newfunc): New function.
3930 (elf32_arm_link_hash_table_create): Use above function as the
3931 constructor for hash table entries.
3932 (elf32_arm_relocate_section): Avoid crash when there is no output
3933 section.
3934 (elf32_arm_final_link_relocate): New parameter h.
3935 (elf32_arm_relocate_section): Pass symbol hash entry to above
3936 routine.
3937 (elf32_arm_gc_sweep_hook, elf32_arm_check relocs): Correct
3938 comments.
3939
3940 1999-05-25 Catherine Moore <clm@cygnus.com>
3941
3942 * coff-arm.c (coff_arm_relocate_section): Don't emit
3943 base file entries for pc-relative values.
3944
3945 1999-05-25 DJ Delorie <dj@cygnus.com>
3946
3947 * peicode.h (coff_swap_sym_in): When we create the actual section
3948 to reflect the not-there section C_SECTION symbols refer to,
3949 change the symbol class to C_STAT as the section is now really
3950 there.
3951
3952 1999-05-24 Philip Blundell <pb@nexus.co.uk>
3953
3954 * elf32-arm.h (elf32_arm_relocate_section): Undo change of
3955 1999-03-25.
3956
3957 Mon May 17 13:35:35 1999 Stan Cox <scox@cygnus.com>
3958
3959 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed
3960 F_PIC_INT to F_PIC.
3961 * coffcode.h (coff_set_arch_mach_hook): Added F_ARM_2a, and
3962 F_ARM_3M labels. Changed F_PIC_INT to F_PIC.
3963
3964 1999-05-16 Nick Clifton <nickc@cygnus.com>
3965
3966 * coff-mcore.c (in_reloc_p): Reinstate.
3967
3968 1999-05-15 Nick Clifton <nickc@cygnus.com>
3969
3970 * reloc.c (BFD_RELOC_MCORE_RVA): Define.
3971 * bfd-in2.h: Regenerate.
3972 * coff-mcore.c (in_reloc_p): Remove defintion.
3973 (mcore_coff_howto): Add IMAGE_REL_MCORE_RVA.
3974 (mcore_coff_reloc_type_lookup): Map BFD_RELOC_RVA to
3975 IMAGE_REL_MCORE_RVA.
3976 (coff_mcore_rtype_to_howto): Add special processing for
3977 IMAGE_REL_MCORE_RVA.
3978 (coff_mcore_relocate_section): Add support for
3979 IMAGE_REL_MCORE_RVA.
3980 * elf32-mcore (mcore_elf_howto_): Add R_MCORE_RELATIVE.
3981 (mcore_elf_reloc_type_lookup): Map BFD_RELOC_RVA to
3982 R_MCORE_RELATIVE.
3983 (mcore_elf_relocate_section): Delete redundant case labels.
3984
3985 Fri May 14 10:59:55 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
3986
3987 * elf32-arm.h (elf32_arm_relocate_section): Fix operator
3988 precedence between bit-and and comparison.
3989
3990 Thu May 13 09:45:23 1999 Joel Sherrill (joel@OARcorp.com)
3991
3992 * config.bfd (i[3456]86*-*-rtems*, m68k*-*-rtems*): Added to
3993 list of target formats (targ_selvecs).
3994 (i[3456]86*-*-rtemself*, mips*el-*-rtems*): New targets.
3995 (powerpcle*-*rtems*, sh-*-rtemself*): New targets.
3996
3997 1999-05-10 DJ Delorie <dj@cygnus.com>
3998
3999 * ecoff.c (_bfd_ecoff_write_armap): give the symtab element a
4000 reasonable mode until "ar x" is smart enough to skip it (fixes
4001 gcc/libgcc.a builds on mips-ecoff targets
4002
4003 * coffcode.h (styp_to_sec_flags): Explain how COMDATs are supposed
4004 to work. Hack to support MS import libraries, which use different
4005 COMDAT types than GNU.
4006 (coff_slurp_symbol_table): C_SECTION symbols are local; they refer
4007 to implied zero-length sections (see peicode below)
4008 * coffgen.c (coff_get_normalized_symtab): Properly read long MS
4009 filename symbols, which use one *or more* auxents.
4010 * coffswap.h (coff_swap_aux_in): ditto
4011 * peicode.h (coff_swap_sym_in): Build the implied zero-length
4012 sections
4013
4014 Tue May 11 15:51:58 1999 Jeffrey A Law (law@cygnus.com)
4015
4016 * elf32-v850.c (v850_elf_howto_table): Make partial_inplace false
4017 for all relocations.
4018
4019 1999-05-10 Catherine Moore <clm@cygnus.com>
4020
4021 * bfd-in.h (bfd_arm_allocate_interworking_sections): Static
4022 if COFF_IMAGE_WITH_PE.
4023 (bfd_arm_process_before_allocation): Likewise.
4024 (bfd_arm_get_bfd_for_interworking): Likewise.
4025 * coff-arm.c: Likewise.
4026 * bfd-in2.h: Regenerate.
4027 * configure.in (armpe_little_vec): Remove coff-arm.lo.
4028 (armpe_big_vec): Likewise.
4029 * configure: Rebuild.
4030
4031 1999-05-10 Nick Clifton <nickc@cygnus.com>
4032
4033 * elf.c (elf_fake_sections): Check for .rel. as start of rel
4034 section, not just .rel. Same for .rela.
4035
4036 1999-05-07 Nick Clifton <nickc@cygnus.com>
4037
4038 * coff-mcore.c (coff_mcore_relocate_section): Replace assert about
4039 endianism with an error message.
4040
4041 Thu May 6 17:09:09 1999 Fred Fish <fnf@be.com>
4042
4043 * dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer
4044 assignment from "unsigned char *" to "char *".
4045 (decode_line_info): Likewise for dwarf_line_buffer assignment.
4046
4047 1999-05-05 Catherine Moore <clm@cygnus.com>
4048
4049 * coff-arm.c (coff_arm_relocate_section): Add one to
4050 address of ARM_RVA32 thumb functions.
4051
4052 1999-05-05 Catherine Moore <clm@cygnus.com>
4053
4054 * elf32-m68k.c (elf32_m68k_set_private_flags): New.
4055 (elf32_m68k_copy_private_bfd_data): New.
4056 (elf32_m68k_merge_private_bfd_data): New.
4057 (elf32_m68k_print_private_bfd_data): New.
4058 (CPU32_FLAG): Define.
4059 (PLT_CPU32_ENTRY_SIZE): Define.
4060 (elf_cpu32_plt0_entry): Declare.
4061 (elf_cpu32_plt_entry): Declare.
4062 (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
4063 (elf_m68k_finish_dynamic_symbol): Likewise.
4064 (elf_m68k_finish_dynamic_sections): Likewise.
4065 (elf_backend_plt_header_size): Remove definition.
4066 (bfd_elf32_bfd_copy_private_bfd_data): Define.
4067 (bfd_elf32_bfd_merge_private_bfd_data): Define.
4068 (bfd_elf32_bfd_set_private_flags): Define.
4069 (bfd_elf32_bfd_print_private_bfd_data): Define.
4070
4071 Mon May 3 09:24:49 1999 Jeffrey A Law (law@cygnus.com)
4072
4073 * som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
4074 and R_LONG_PCREL_MODE.
4075
4076 1999-04-29 Nick Clifton <nickc@cygnus.com>
4077
4078 * coff-mcore.c (coff_mcore_relocate_section): Fix typos.
4079
4080 Fri Apr 28 16:36:19 1999 Stan Cox <scox@cygnus.com>
4081
4082 * elf32-sh.c (sh_elf_relocate_section): Include relocation addend
4083 in relocation calculation.
4084
4085 1999-04-26 Tom Tromey <tromey@cygnus.com>
4086
4087 * aclocal.m4, configure: Updated for new version of libtool.
4088
4089 1999-04-21 Nick Clifton <nickc@cygnus.com>
4090
4091 * coff-mcore.c: Add support for mcore relocs.
4092
4093 1999-04-20 Gavin Romig-Koch <gavin@cygnus.com>
4094
4095 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): Scrap the
4096 incorrect use EF_MIPS_xxBITPTRS.
4097
4098 1999-04-18 Ian Lance Taylor <ian@zembu.com>
4099
4100 * elf64-alpha.c (elf64_alpha_relax_section): Remove unused local
4101 variable insn.
4102
4103 * bfd-in2.h: Rebuild.
4104 * libbfd.h: Rebuild.
4105
4106 Sat Apr 17 20:55:15 1999 Catherine Moore <clm@cygnus.com>
4107
4108 * coff-arm.c (coff_arm_rtype_to_howto): Remove ARM26D transform.
4109 (coff_arm_relocate_section): Add ARM26D transform. Only
4110 change to ARM26D for relocateable links.
4111
4112 1999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
4113
4114 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): New.
4115 (bfd_elf32_bfd_print_private_bfd_data): New.
4116
4117 1999-04-15 Doug Evans <devans@casey.cygnus.com>
4118
4119 * elf32-arm.h (elf32_arm_final_link_relocate): For R_ARM_THM_ABS5,
4120 refetch addend if USE_REL, add many comments regarding current state.
4121 For R_ARM_THM_PC22, refetch addend if USE_REL, simplify.
4122 * elfarm-nabi.c (elf32_arm_howto_table): For R_ARM_THM_ABS5, fix
4123 size and rightshift. For R_ARM_THM_PC22, fix bitsize.
4124 * elfarm-oabi.c (elf32_arm_howto_table): Ditto.
4125
4126 Wed Apr 14 14:33:08 1999 Richard Henderson <rth@cygnus.com>
4127
4128 * elf32-mips.c (_bfd_mips_elf_read_ecoff_info): Zero `debug'.
4129 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Likewise.
4130
4131 1999-04-13 David Mosberger <davidm@hpl.hp.com>
4132
4133 * dwarf2.c (decode_line_info): Don't truncate address to least
4134 significant 32 bits (breaks 64 bit targets).
4135 (lookup_address_in_function_table): Ditto.
4136 (comp_unit_contains_address): Ditto.
4137
4138 Tue Apr 13 21:27:19 1999 Catherine Moore <clm@cygnus.com>
4139
4140 * coff-arm.c (arm_emit_base_file_entry): New routine.
4141 (A2T3_OFFSET): Define.
4142 (T2A3_OFFSET): Define.
4143 (coff_arm_relocate_section): Emit base file entries for interworking
4144 stubs.
4145
4146 1999-04-13 Philip Blundell <philb@gnu.org>
4147
4148 * elfarm-nabi.c (elf32_arm_howto_table): Add dummy entries for
4149 relocs 17 through 19.
4150
4151 Sun Apr 11 01:25:17 1999 Richard Henderson <rth@cygnus.com>
4152
4153 * elfcode.h: Remove fnmatch.h.
4154 * elflink.h (elf_link_assign_sym_version): Call back to ld
4155 instead of calling fnmatch.
4156
4157 * config.bfd (i?86-*-beoself): Include pe vecs.
4158
4159 Sun Apr 11 01:14:06 1999 Richard Henderson <rth@cygnus.com>
4160
4161 * elf32-i386.c (elf_i386_finish_dynamic_sections): Allow .plt
4162 to go missing.
4163
4164 1999-04-10 Richard Henderson <rth@cygnus.com>
4165
4166 * elf32-i386.c (elf_i386_relocate_section): Mind no_undefined
4167 when trying to resolve dynamic symbol references.
4168 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4169 * elf32-mips.c (mips_elf_relocate_section): Likewise.
4170 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4171 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4172 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4173 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4174 * elflink.h (elf_link_output_extsym): Likewise.
4175
4176 Sat Apr 10 15:12:09 1999 Richard Henderson <rth@cygnus.com>
4177
4178 * section.c (_bfd_strip_section_from_output): New function moved from
4179 * elf64-alpha.c (elf64_alpha_strip_section_from_output): ... here.
4180 * elf32-i386.c (elf_i386_size_dynamic_sections): Use it.
4181 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
4182 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
4183 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
4184 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
4185 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
4186 * bfd-in2.h: Update.
4187
4188 1999-04-09 Ian Lance Taylor <ian@zembu.com>
4189
4190 * elf64-sparc.c: Fix incorrect calls to bfd_check_overflow.
4191
4192 1999-04-08 Nick Clifton <nickc@cygnus.com>
4193
4194 * coff-mcore.c: New File: Support for mcore-pe targets.
4195 * cpu-mcore.c: New File: Support for mcore targets.
4196 * elf32-mcore.c: New File: Support for mcore-elf target.
4197 * pe-mcore.c: New File: Definitions for mcore-pe target.
4198 * pei-mcore.c: New File: Definitions for mcore-pei target.
4199 * Makefile.am: Add support for MCore targets.
4200 * Makefile.in: Regenerate.
4201 * config.bfd: Add support for MCore targets.
4202 * configure.in: Add support for MCore targets.
4203 * configure: Regenerate.
4204 * archures.c: Add support for MCore architecture.
4205 * bfd-in2.h: Regenerate.
4206 * coffcode.h: Add support for mcore-pe targets.
4207 * elf.c: Add support for mcore-elf target.
4208 * reloc.c: Add support for MCore relocs.
4209 * targets.c: Add support for MCore targets.
4210
4211 1999-04-07 Nick Clifton <nickc@cygnus.com>
4212
4213 * elfarm-nabi.c (elf32_arm_howto_table): Add entries for
4214 R_ARM_XPC25 and R_ARM_THM_XPC22.
4215 (elf32_arm_reloc_map): Remove redundant entries.
4216
4217 1999-04-06 Ian Lance Taylor <ian@zembu.com>
4218
4219 * sysdep.h (LC_MESSAGES): Never define.
4220
4221 1999-04-06 Chris Torek <torek@bsdi.com>
4222
4223 * reloc.c (bfd_check_overflow): Add addrsize parameter. Change
4224 all callers. Rewrite completely.
4225 (_bfd_relocate_contents): Rewrite overflow checking.
4226 * bfd-in2.h: Rebuild.
4227
4228 1999-04-05 Ian Lance Taylor <ian@zembu.com>
4229
4230 From Gabriel Paubert <paubert@iram.es>:
4231 * elf32-ppc.c (ppc_elf_howto_raw): Set R_PPC_GOT16_LO,
4232 R_PPC_PLT16_LO and R_PPC_SECTOFF_LO to be complain_overflow_dont.
4233 Set R_PPC_PLT16_HA, R_PPC_SECTOFF_HA and R_PPC_EMB_NADDR16_HA to
4234 have a rightshift of 16 and use ppc_elf_addr16_ha_reloc.
4235 * ppcboot.c (ppcboot_vec): Use little endian routines for
4236 headers.
4237
4238 * elf.c (elfcore_strndup): Only define if it will be used.
4239 * elf32-ppc.c (ppc_elf_relax_section): Remove unused locals irel
4240 and irelend.
4241 (ppc_elf_check_relocs): Remove unused local i.
4242 (ppc_elf_gc_mark_hook): Add default case to switch.
4243
4244 From Bernd Nitzler <nitzler@kagcpd01.ag01.kodak.COM>:
4245 * srec.c (srec_scan): Accept \r in symbol definitions.
4246 (srec_object_p): Set HAS_SYMS if we saw any symbols.
4247 (symbolsrec_object_p): Likewise.
4248
4249 1999-04-04 Don Bowman <don@pixsci.com>
4250
4251 * config.bfd: Add mips*el-*-vxworks* and mips*-*-vxworks*.
4252
4253 1999-04-04 Ian Lance Taylor <ian@zembu.com>
4254
4255 * dwarf1.c (parse_line_table): Remove unused locals last_pc and
4256 last_line.
4257 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Declare.
4258 * elf32-i386.c (elf_i386_gc_mark_hook): Add default case to
4259 switch.
4260 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove unused
4261 local i.
4262 * syms.c (_bfd_stab_section_find_nearest_line): Remove unused
4263 local val.
4264
4265 1999-03-31 Nick Clifton <nickc@cygnus.com>
4266
4267 * config.bfd: Add support for arm-epoc-pe target.
4268 * configure.in: Add support for arm-epoc-pe target.
4269 * configure: Regenerate.
4270 * targets.c: Add support for arm-epoc-pe target.
4271 * coff-arm.c: Allow header files to override definition of
4272 TARGET_UNDERSCORE and USER_LABEL_PREFIX.
4273 * pe-arm.h: Allow previous header files to override definition of
4274 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
4275 * pei-arm.h: Allow previous header files to override definition of
4276 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
4277 * epoc-pe-arm.c: New file. Support arm-epoc-pe target.
4278 * epoc-pei-arm.c: New file. Support arm-epoc-pei target.
4279
4280 1999-03-30 Nick Clifton <nickc@cygnus.com>
4281
4282 * elf.c (elf_map_symbols): Handle the case where section
4283 symbols are generated for content-less sections which are
4284 not mapped to the output file.
4285
4286 * linker.c: Replace direct references to fields in BFD structure
4287 with accessor macros.
4288
4289 * elflink.h: Replace direct references to fields in BFD structure
4290 with accessor macros.
4291
4292 1999-03-25 Philip Blundell <pb@nexus.co.uk>
4293
4294 * config.bfd: Eliminate redundancy in checks for Linux/ARM.
4295
4296 * elf32-arm.h (elf32_arm_relocate_section): Take the rightshift into
4297 account when adjusting section symbols during a partial link.
4298
4299 1999-03-24 Nick Clifton <nickc@cygnus.com>
4300
4301 * coff-sparc.c (struct coff_reloc_map): Change type of field
4302 'bfd_reloc_val' to bfd_reloc_code_real_type.
4303 * elf-m10200.c (struct mn10200_reloc_map): Ditto.
4304 * elf-m10300.c (struct mn10300_reloc_map): Ditto.
4305 * elf32-arc.c (struct arc_reloc_map): Ditto.
4306 * elf32-d10v.c (struct d10v_reloc_map): Ditto.
4307 * elf32-d30v.c (struct d30v_reloc_map): Ditto.
4308 * elf32-fr30.c (struct fr30_reloc_map): Ditto.
4309 * elf32-m32r.c (struct m32r_reloc_map): Ditto.
4310 * elf32-sh.c (struct elf_reloc_map): Ditto.
4311 * elf32-sparc.c (struct elf_reloc_map): Ditto.
4312 * elf32-v850.c (struct v850_reloc_map): Ditto.
4313 * elf64-sparc.c (struct elf_reloc_map): Ditto.
4314 * elfarm-nabi.c (struct elf32_arm_reloc_map): Ditto.
4315 * elfarm-oabi.c (struct elf32_arm_reloc_map): Ditto.
4316
4317 1999-03-17 Martin Hunt <hunt@cygnus.com>
4318
4319 * syms.c (_bfd_stab_section_find_nearest_line): Changed this
4320 function so source-level assembly works. If multiple N_SOs
4321 are seen without and N_FUNs, create an indextable entry with
4322 a NULL function name.
4323
4324 1999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
4325
4326 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data) Allow merging
4327 of certian similar cpus.
4328
4329 1999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
4330
4331 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
4332 Add the 5000. Change the architecture for the 5400 to mips4.
4333 (elf_mips_mach): Add r5000.
4334
4335 1999-03-11 Doug Evans <devans@casey.cygnus.com>
4336
4337 * cpu-i960.c (scan_i960_mach): Recognize i960:ka_sa and i960:kb_sb.
4338
4339 1999-03-11 Nick Clifton <nickc@cygnus.com>
4340
4341 * binary.c (binary_set_section_contents): Generate warning about
4342 huge file offsets for any section that will occupy file space, not
4343 just those that are loadable.
4344
4345 1999-02-24 Jim Blandy <jimb@zwingli.cygnus.com>
4346
4347 * libbfd.h: Regenerate after Nick Clifton's Feb 17 changes.
4348
4349 1999-02-22 Jim Lemke <jlemke@cygnus.com>
4350
4351 * elf32-ppc.c: Add ppc_elf_relax_section() for the ld option mpc860c0.
4352
4353 Mon Feb 22 18:26:51 1999 Ian Lance Taylor <ian@cygnus.com>
4354
4355 * elf-bfd.h (ELF_LINK_HASH_REF_REGULAR_NONWEAK): Define.
4356 * elflink.h: Revert all changes since Feb 16. Instead:
4357 (elf_link_add_object_symbols): Set REF_REGULAR_NONWEAK flag if
4358 appropriate. Copy it to version symbols.
4359 (elf_fix_symbol_flags): Set REF_REGULAR_NONWEAK for non ELF
4360 symbols if appropriate.
4361 (elf_adjust_dynamic_symbol): Set REF_REGULAR_NONWEAK for weakdef
4362 symbol if appropriate.
4363 (elf_link_output_extsym): If symbol is marked as undefined, and
4364 has no nonweak references, mark it as weak undefined.
4365
4366 Fri Feb 19 16:01:12 1999 Ian Lance Taylor <ian@cygnus.com>
4367
4368 * elflink.h (elf_merge_symbol): When overriding a dynamic
4369 definition with a weak undefined symbol, set NEEDS_PLT if it is a
4370 function.
4371 (elf_link_add_object_symbols): Don't copy the other field if we
4372 are overridding.
4373
4374 Thu Feb 18 18:07:43 1999 Ian Lance Taylor <ian@cygnus.com>
4375
4376 * elflink.h (elf_merge_symbol): Do not merge any symbol from a
4377 shared object with a weak undefined symbol.
4378
4379 1999-02-18 Nick Clifton <nickc@cygnus.com>
4380
4381 * elfarm-nabi.c: Set partial_inplace back to false.
4382
4383 1999-02-17 Nick Clifton <nickc@cygnus.com>
4384
4385 * coff-arm.c (TARGET_UNDERSCORE): Re-enable.
4386 (USER_LABEL_PREFIX): Set to "_".
4387
4388 The following patches are from: Scott Bambrough
4389 <scottb@corelcomputer.com>
4390
4391 * libaout.h (M_ARM6_NETBSD): Set to 143.
4392
4393 * reloc.c: Add ARM PIC relocs: BFD_RELOC_ARM_GOT12,
4394 BFD_RELOC_ARM_GOT32, BFD_RELOC_ARM_JUMP_SLOT, BFD_RELOC_ARM_COPY,
4395 BFD_RELOC_ARM_GLOB_DAT, BFD_RELOC_ARM_PLT32,
4396 BFD_RELOC_ARM_RELATIVE, BFD_RELOC_ARM_GOTOFF, BFD_RELOC_ARM_GOTPC.
4397 * bfd-in2.h: Regenerate.
4398
4399 * elfarm-nabi.c (elf32_arm_howto_table): Set partial_inplace to
4400 'true' as REL relocs are now being used. Add new PIC relocs:
4401 R_ARM_COPY, R_ARM_GLOB_DAT, R_ARM_JUMP_SLOT, R_ARM_RELATIVE,
4402 R_ARM_GOTOFF, R_ARM_GOTPC, R_ARM_GOT32, R_ARM_PLT32.
4403
4404 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Check byte order
4405 of targets.
4406 (elf32_arm_final_link_relocate): Change parameters so that entire
4407 reloc is passed. Add support for PIC relocs.
4408 (elf32_arm_relocate_section): Pass entire reloc to
4409 elf32_arm_final_link_relocate.
4410 (elf32_arm_check_relocs): Handle new PIC relocs.
4411 (elf32_arm_adjust_dynamic_symbol): New function.
4412 (elf32_arm_size_dynamic_sections): New function.
4413 (elf32_arm_discard_copies): New function.
4414 (elf32_arm_finish_dynamic_symbol): New function.
4415 (elf32_arm_finish_dynamic_sections): New function.
4416 (ELF_MAXPAGE_SIZE): Define.
4417 (bfd_elf32_bfd_reloc_type_lookup): Define.
4418 (elf_backend_relocate_section): Define.
4419 (elf_backend_adjust_dynamic_symbol): Define.
4420 (elf_backend_create_dynamic_sections): Define.
4421 (elf_backend_finish_dynamic_symbol): Define.
4422 (elf_backend_finish_dynamic_sections): Define.
4423 (elf_backend_size_dynamic_sections): Define.
4424 (elf_backend_plt_readonly): Define.
4425 (elf_backend_want_got_plt): Define.
4426 (elf_backend_want_plt_sym): Define.
4427
4428 Wed Feb 17 12:02:26 1999 Stan Cox <scox@cygnus.com>
4429
4430 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Make reginfo
4431 sections SEC_LINK_ONCE and SEC_LINK_DUPLICATES_SAME_SIZE.
4432 (_bfd_mips_elf_fake_sections): Likewise.
4433
4434 Wed Feb 17 12:07:23 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4435
4436 * elfarm-oabi.c (bfd_elf32_arm_allocate_interworking_sections,
4437 bfd_elf32_arm_get_bfd_for_interworking,
4438 bfd_elf32_arm_process_before_allocation): Define to avoid clash
4439 with elfarm-nabi.c.
4440
4441 * elf32-arm.h: Don't declare elf32_arm_info_to_howto.
4442 (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
4443 elf32_arm_find_nearest_line): Make them static.
4444
4445 Tue Feb 16 22:44:37 1999 Ian Lance Taylor <ian@cygnus.com>
4446
4447 * elflink.h (elf_merge_symbol): Add pflags parameter. Change all
4448 callers. Do not merge a definition from a shared object with a
4449 weak undefined symbol.
4450 (elf_link_add_object_symbols): Do not change the symbol type or
4451 size if the old symbol overrides the new one.
4452
4453 1999-02-08 Nick Clifton <nickc@cygnus.com>
4454
4455 * config.bfd: Add support for strongarm target.
4456
4457 Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4458
4459 * elf32-m68k.c (reloc_map): Use the correct types for the struct
4460 fields instead of unsigned char.
4461
4462 Fri Feb 5 00:22:36 1999 Ian Lance Taylor <ian@cygnus.com>
4463
4464 * Makefile.am: Rebuild dependencies.
4465 * Makefile.in: Rebuild.
4466
4467 Thu Feb 4 22:30:13 1999 Ian Lance Taylor <ian@cygnus.com>
4468
4469 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.
4470 Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to
4471 AC_PROG_INSTALL. Add comments to uses of AC_DEFINE.
4472 * acinclude.m4: Add comments to uses of AC_DEFINE.
4473 * acconfig.h: Remove.
4474 * configure: Rebuild with current autoconf/automake.
4475 * aclocal.m4: Likewise.
4476 * config.in: Likewise.
4477 * Makefile.in: Likewise.
4478
4479 1999-02-04 DJ Delorie <dj@cygnus.com>
4480
4481 * libbfd.c (real_read): don't call fread for zero bytes. This
4482 covers up a bug (or misuse of bfd) that's exposed by Solaris.
4483
4484 Thu Feb 4 12:38:10 1999 Stan Cox <scox@cygnus.com>
4485
4486 * elf32-mips.c (mips_elf_relocate_section): Insure that the target
4487 of a jump is in the current 256 MB region.
4488
4489 Thu Feb 4 12:15:38 1999 Ian Lance Taylor <ian@cygnus.com>
4490
4491 * format.c (bfd_check_format_matches): Change last patch to only
4492 take effect for the binary target.
4493
4494 Wed Feb 3 19:40:12 1999 Ian Lance Taylor <ian@cygnus.com>
4495
4496 * elf32-i386.c (elf_i386_reloc_type_lookup): Add BFD_RELOC_CTOR.
4497
4498 Wed Feb 3 15:02:44 1999 Catherine Moore <clm@cygnus.com>
4499
4500 * elf32-fr30.c (fr30_elf_check_relocs): New routine.
4501
4502 Tue Feb 2 21:38:28 1999 Ian Lance Taylor <ian@cygnus.com>
4503
4504 * format.c (bfd_check_format_matches): If the target was
4505 previously specified, don't check other targets when checking for
4506 an archive file.
4507
4508 Tue Feb 2 18:16:43 1999 Catherine Moore <clm@cygnus.com>
4509
4510 * elf32-arm.h (elf32_arm_reloc_map): Removed.
4511 (elf32_arm_reloc_type_lookup): Removed
4512 * elfarm-nabi.c (elf32_arm_reloc_map): New.
4513 (elf32_arm_reloc_type_lookup): New.
4514 * elfarm-oabi.c (elf32_arm_reloc_map): New.
4515 (elf32_arm_reloc_type_lookup): New.
4516
4517 Mon Feb 1 19:49:21 1999 Catherine Moore <clm@cygnus.com>
4518
4519 * elfarm-nabi.c: Renamed from elf32-arm-newabi.c.
4520 * elfarm-oabi.c: Renamed from elf32-arm-oldabi.c
4521 * Makefile.am: Use new files.
4522 * Makefile.in: Regenerate.
4523 * configure.in: Use new files.
4524 * configure: Regenerate.
4525
4526 1999-02-01 Nick Clifton <nickc@cygnus.com>
4527
4528 * elf32-fr30.c (fr30_elf_gc_mark_hook): New function.
4529 (fr30_elf_gc_sweep_hook): New function.
4530 (elf_backend_can_gc_sections): Define.
4531
4532 Mon Feb 1 12:21:47 1999 Catherine Moore <clm@cygnus.com>
4533
4534 * targets.c (bfd_target_vector): Add bfd_elf32_littlearm_oabi_vec
4535 and bfd_elf32_bigarm_oabi_vec.
4536
4537 Mon Feb 1 11:46:31 1999 Catherine Moore <clm@cygnus.com>
4538
4539 * Makefile.am (elf32-arm-oldabi.lo): New.
4540 (elf32-arm-newabi.lo): New.
4541 * Makefile.in: Regenerate.
4542 * config.bfd (thumb-*-elf): Remove definition of targ_underscore.
4543 (arm-*-elf): Likewise.
4544 (arm-*-oabi): New.
4545 (thumb-*-oabi): New.
4546 * configure: Regenerate.
4547 * configure.in (bfd_elf32_littlearm_oabi_vec): New.
4548 (bfd_elf32_bigarm_oabi_vec): New.
4549 * elf32-arm-newabi.c: New.
4550 * elf32-arm-oldabi.c: New.
4551 * elf32-arm.c: Removed.
4552 * elf32-arm.h: New.
4553
4554 Mon Feb 1 11:52:12 1999 Frank Ch. Eigler <fche@cygnus.com>
4555
4556 * binary.c (binary_set_section_contents): Omit warnings for
4557 unloadable sections.
4558
4559 1999-01-31 Michael Meissner <meissner@cygnus.com>
4560
4561 * config.bfd (powerpc{,le}-*-vxworks*): Add aliases to
4562 powerpc{,le}-*-eabi.
4563
4564 1999-01-29 Nick Clifton <nickc@cygnus.com>
4565
4566 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
4567 * dwarf2.c (read_signed_leb128): Remove unused variables.
4568
4569 Fri Jan 29 00:47:21 1999 H.J. Lu <hjl@gnu.org>
4570
4571 * elf.c (assign_file_positions_for_segments): Only adjust
4572 p_align when needed.
4573
4574 Thu Jan 28 20:05:22 1999 Ian Lance Taylor <ian@cygnus.com>
4575
4576 * binary.c (binary_set_section_contents): Don't return early for a
4577 non-loadable section, in case the first section is non-loadable.
4578 Don't set the low lma for a SEC_NEVER_LOAD section. From Maciej
4579 W. Rozycki <macro@ds2.pg.gda.pl>.
4580
4581 1999-01-28 Nick Clifton <nickc@cygnus.com>
4582
4583 * elf32-fr30.c (fr30_reloc_map): Add R_FR30_GNU_VTINHERIT and
4584 R_FR30_GNU_VTENTRY relocs.
4585
4586 Thu Jan 28 11:08:16 1999 Catherine Moore <clm@cygnus.com>
4587
4588 * elflink.h (elf_link_output_sym): Zero syms which are
4589 part of sections which have been excluded.
4590
4591 Wed Jan 27 13:35:35 1999 Stan Cox <scox@cygnus.com>
4592
4593 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC
4594 to F_PIC_INT.
4595 * coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and
4596 F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
4597
4598 1999-01-27 Nick Clifton <nickc@cygnus.com>
4599
4600 * elf32-fr30.c (fr30_elf_howto_table): Fix name of R_FR30_48
4601 relocation.
4602 (fr30_final_link_relocate): Use computed value as result of
4603 relocation.
4604
4605 1999-01-26 Frank Ch. Eigler <fche@cygnus.com>
4606
4607 * binary.c (binary_set_section_contents): Emit warning for
4608 huge file offsets due to widely-dispersed section LMAs.
4609
4610 Mon Jan 18 03:35:35 1999 Ian Lance Taylor <ian@cygnus.com>
4611
4612 * elf.c (assign_file_positions_for_segments): If not D_PAGED,
4613 align first section to largest section alignment, not first
4614 section alignment.
4615
4616 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
4617
4618 * configure.in: Require autoconf 2.12.1 or higher.
4619
4620 Tue Dec 22 15:21:41 1998 Catherine Moore <clm@cygnus.com>
4621
4622 * archures.c (bfd_mach_i386_i386_intel_syntax): Define.
4623 * bfd-in2.h: Likewise.
4624 * cpu-i386.c (bfd_i386_arch_intel_syntax): New.
4625
4626 1998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
4627
4628 * archures.c,bfd-in2.h (bfd_mach_mips4111): New.
4629 * cpu-mips.c: Add support for and independent 4111.
4630 * elf32-mips.c (elf_mips_mach): E_MIPS_MACH_4111 -> bfd_mach_mips4111.
4631 (_bfd_mips_elf_final_write_processing):
4632 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
4633
4634 1998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
4635
4636 * elf32-mips.c (elf_mips_abi_name): New.
4637 (_bfd_mips_elf_merge_private_bfd_data): Compare EF_MIPS_ABI flags.
4638
4639 1998-12-12 Gavin Romig-Koch <gavin@cygnus.com>
4640
4641 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
4642 Handle bfd_mach_mips4300.
4643
4644 1998-12-11 Ulrich Drepper <drepper@cygnus.com>
4645
4646 * elf32-i386.c: Remove leaked development code from patch
4647 1998-12-10 by Richard Henderson.
4648
4649 1998-12-10 Richard Henderson <rth@cygnus.com>
4650
4651 * elf32-i386.c (elf_i386_relocate_section): Don't fail relocations
4652 in debug sections for symbol defined externally.
4653
4654 Thu Dec 10 10:58:38 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4655
4656 * targets.c (bfd_target_vector): Remove duplicate entry for
4657 tekhex_vec.
4658
4659 1998-12-09 Nick Clifton <nickc@cygnus.com>
4660
4661 * elf32-fr30.c (fr30_elf_howto_table): Set src_mask fields to 0
4662 since we are using RELAs.
4663
4664 Tue Dec 8 22:15:48 1998 Ian Lance Taylor <ian@cygnus.com>
4665
4666 SCO Open Server Release 5 core file support, from Jouke Numan
4667 <jnuman@hiscom.nl>:
4668 * sco5-core.c: New file.
4669 * configure.in (i[3456]86-*-sco3.2v5*): Use sco5-core.lo.
4670 (sco5-core.lo): Define SCO5_CORE in COREFLAG.
4671 * Makefile.am: Rebuild dependencies.
4672 (OPTIONAL_BACKENDS): Add sco5-core.lo.
4673 (OPTIONAL_BACKENDS_CFILES): Add sco5-core.c.
4674 * bfd.c (struct _bfd): Add sco5_core_data field to tdata.
4675 * targets.c (sco5_core_vec): Add to target list if SCO5_CORE.
4676 * bfd-in2.h, configure, Makefile.in: Rebuild.
4677
4678 Tue Dec 8 19:38:42 1998 Mark Klein <mklein@dis.com>
4679
4680 * config.bfd (hppa*-*-mpeix*): New target.
4681 * configure.in: Add AC_HEADER_DIRENT.
4682 (hppa*-*-mpeix*): New target.
4683 * configure.host (hppa*-*-mpeix*): New host.
4684 * hpux-core.c: Check HOST_HPPAMPEIX. Use HAVE_DIRENT_H and
4685 friends rather than just including <sys/dir.h>.
4686 * som.h (struct som_symbol): Add hppa_priv_level and apto
4687 tc_data. Change all users.
4688 (struct somdata): Add comp_unit field.
4689 (obj_som_compilation_unit): Define.
4690 (bfd_som_attach_compilation_unix): Declare.
4691 * som.c: Check HOST_HPPAMPEIX.
4692 (struct som_misc_symbol_info): Add new field priv_level.
4693 (som_object_setup): Add current_offset parameter. Change all
4694 callers.
4695 (setup_sections): Likewise.
4696 (som_object_p): For EXECLIBMAGIC, read the lst header.
4697 (som_write_symbol_strings): Add compilation_unit parameter.
4698 Change all callers.
4699 (som_finish_writing): Write out compilation_unit.
4700 (som_bfd_derive_misc_symbol_info): Set priv_level.
4701 (som_build_and_write_symbol_table): Set xleast field to 3.
4702 (som_slurp_symbol_table): Set symbol priv_level.
4703 (bfd_som_attach_compilation_unit): New function.
4704 (som_bfd_ar_write_symbol_stuff): Set xleast field to 3. Set
4705 priv_level into symbol_value.
4706 * configure, config.in: Rebuild.
4707
4708 Tue Dec 8 16:21:35 1998 Ian Lance Taylor <ian@cygnus.com>
4709
4710 * hpux-core.c (hpux_core_core_file_p): Change call to nonexistent
4711 warning function to call _bfd_error_handler instead.
4712
4713 * libbfd.c (COERCE32): Cast through unsigned long and long to
4714 avoid bug in old version of gcc.
4715
4716 * elf64-alpha.c (elf64_alpha_additional_program_headers): Remove.
4717 (elf_backend_additional_program_headers): Don't define.
4718
4719 1998-12-08 Nick Clifton <nickc@cygnus.com>
4720
4721 * elf32-fr30.c (fr30_final_link_relocate): Fix PC relative
4722 relocations to include offset of 2 included in the insns, and the
4723 offset of the relocs within the section.
4724
4725 Wed Dec 2 15:03:59 1998 David Taylor <taylor@texas.cygnus.com>
4726
4727 The following changes were made by David Taylor
4728 <taylor@texas.cygnus.com>, Edith Epstein
4729 <eepstein@sophia.cygnus.com>, Jim Blandy
4730 <jimb@zwingli.cygnus.com>, and Elena Zannoni
4731 <ezannoni@kwikemart.cygnus.com> as part of the project to merge in
4732 changes originally made by HP; HP did not create ChangeLog
4733 entries.
4734
4735 * aclocal.m4, configure, Makefile.in: Rebuilt using latest
4736 automake macro library.
4737
4738 * hpux-core.c (hpux_core_core_file_p): this function now
4739 understands HPUX 10.30 thread info. Yes, the thread stacks can be
4740 found in the corefile! Also, in hpux_core_core_file_p, if we
4741 encounter a section with an unknown type, don't punt. Instead,
4742 just skip it. Also, count the number of sections of known type
4743 that we encounter. If we encounter at least one good one, then
4744 we'll declare that the file is a core file. If we encounter any
4745 unknown ones but some known ones, then we'll issue a warning (but
4746 still declare it to be a core file). Also, correctly decide when a
4747 file is not a core.
4748 (PROC_INFO_HAS_THREAD_ID): define if CORE_ANON_SHMEM defined.
4749 (CORE_ANON_SHMEM): define if not defined.
4750 (hpux_core_struct): add members lwpid and user_tid.
4751 (core_kernel_thread_id, core_user_thread_id): new macros.
4752 (make_bfd_asection): use bfd_alloc to allocate room for a copy of
4753 the name before storing it in the bfd.
4754 (hpux_core_core_file_p): handle threads.
4755
4756 * libhppa.h (GET_FIELD): protect against redefinition.
4757 (HPPA_WIDE): define.
4758 (GET_FIELD): define.
4759 (GET_BIT): define.
4760 (MASK): define.
4761 (CATENATE): define.
4762 (ELEVEN): define.
4763 (sign_extend): redefine.
4764 (assemble_6): define.
4765 (assemble_12): rewrite.
4766 (assemble_16): define.
4767 (assemble_16a): define.
4768 (assemble_17): rewrite.
4769 (assemble_22): define.
4770
4771 1998-12-07 Nick Clifton <nickc@cygnus.com>
4772
4773 * elf32-fr30.c (fr30_final_link_relocate): Using signed
4774 relocations for signed values.
4775
4776 Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
4777
4778 * mipsbsd.c (MY(set_arch_mach)): Make static.
4779 * aoutx.h (NAME(aout,machine_type)): For bfd_arch_mips, use
4780 bfd_mach_mips* macros rather than simple numbers.
4781
4782 COFF weak symbol support, based on patches from Mark Elbrecht
4783 <snowball3@usa.net>:
4784 * coffcode.h (coff_slurp_symbol_table): Handle C_WEAKEXT.
4785 * coffgen.c (coff_renumber_symbols): Handle weak symbols.
4786 (coff_write_alien_symbol): Likewise.
4787 * cofflink.c (coff_link_check_ar_symbols): Likewise.
4788 (coff_link_add_symbols): Likewise.
4789 (_bfd_coff_link_input_bfd): Likewise.
4790 (_bfd_coff_write_global_sym): Likewise.
4791
4792 * elf.c (copy_private_bfd_data): Always initialize the
4793 includes_phdrs field.
4794
4795 * elflink.h (elf_fix_symbol_flags): Check for case where a non-ELF
4796 file defines a symbol first mentioned in an ELF file.
4797
4798 * bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
4799 possible, rather than only if BFD64.
4800 * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT,
4801 not __GNUC__.
4802 * bfd-in2.h: Rebuild.
4803
4804 * srec.c (srec_set_section_contents): Correct test to avoid
4805 switching to 4 byte addresses after seeing a second section which
4806 requires 3 byte addresses. From Joel Schantz
4807 <joel.schantz@argosys.boeing.com>.
4808
4809 * config.bfd (m68*-*-gnu*): New target. From Aymeric Vincent
4810 <aymeric.vincent@emi.u-bordeaux.fr>.
4811
4812 1998-12-04 Jim Blandy <jimb@zwingli.cygnus.com>
4813
4814 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Fix logic to
4815 decide whether the output file is -mrelocatable-lib,
4816 -mrelocatable, or neither. (gdb.base/nodebug.exp)
4817
4818 1998-12-03 Nick Clifton <nickc@cygnus.com>
4819
4820 * elf32-fr30.c: Add support for R_FR30_48 reloc.
4821 * reloc.c: Add BFD_RELOC_FR30_48 relocation.
4822 * bfd-in2.h: Regenerate.
4823 * libbfd.h: Regenerate
4824
4825 Wed Dec 2 00:58:37 1998 Ian Lance Taylor <ian@cygnus.com>
4826
4827 * elflink.h (elf_adjust_dynamic_symbol): Warn on an attempt to
4828 link against a dynamic symbol with no type or size.
4829
4830 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
4831
4832 * elf32-i386.c (i386_check_relocs) [R_386_32]: Don't emit
4833 relocation for section which does not get loaded.
4834 (elf_i386_relocate_section) [R_386_32]: Likewise.
4835
4836 Tue Dec 1 11:33:33 1998 Jim Wilson <wilson@cygnus.com>
4837
4838 * coff-h8300.c (h8300_bfd_link_add_symbols): Make reloc_size,
4839 reloc_count and i long instead of unsigned long. Handle error
4840 return from bfd_canonicalize_reloc.
4841
4842 1998-12-01 Nick Clifton <nickc@cygnus.com>
4843
4844 * elf32-v850.c (v850_elf_relocate_section): Detect the absence of
4845 a hash table.
4846
4847 Mon Nov 30 15:28:09 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
4848
4849 * elf32-sh.c (elf/sh.h): Include.
4850 sh_reloc_type: Delete. Changed all references to elf_sh_reloc_type.
4851 (sh_elf_howto_tab): Add HOWTO for R_SH_SWITCH8.
4852 (sh_reloc_map): Map BFD_RELOC_8_PCREL to R_SH_SWITCH8.
4853 (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
4854 * Makefile.in: Add dependency of elf32-sh.lo on $(INCDIR)/elf/sh.h.
4855
4856 Fri Nov 27 17:51:38 1998 Geoff Keating <geoffk@ozemail.com.au>
4857
4858 * elflink.h (compute_bucket_count): Don't allow minsize==0, it
4859 causes division by zero later on.
4860
4861 Thu Nov 26 11:19:35 1998 Dave Brolley <brolley@cygnus.com>
4862
4863 * elf32-fr30.c (fr30_elf_pc9_reloc,fr30_elf_pc12_reloc): Not
4864 needed.
4865
4866 1998-11-25 DJ Delorie <dj@cygnus.com>
4867
4868 * coff-i386.c (i3coff_object_p): Remove hack. Use new emulation
4869 hook now.
4870
4871 Tue Nov 24 10:25:27 1998 Nick Clifton <nickc@cygnus.com>
4872
4873 * elf32-fr30.c (fr30_elf_relocate_section): Call
4874 fr30_final_link_relocate.
4875 (fr30_final_link_relocate): New function: Handle I20 and I32
4876 relocs.
4877 (fr30_elf_i32_reloc): New function: Handle I32 relocs.
4878 (fr30_elf_pc9_reloc): New function: Handle 9_PCREL relocs.
4879 (fr30_elf_pc12_reloc): New function: Handle 12_PCREL relocs.
4880
4881 * elf32-v850.c (v850_elf_relocate_section): Reset hi16s reloc
4882 chain to empty.
4883
4884 The following changes are based on a patch submitted by Gianluca
4885 Moro <glctr@abc.it>:
4886
4887 (v850_elf_perform_relocation): Only update a hi16s reloc if it has
4888 not already been updated.
4889 (find_remembered_hi16s_reloc): New parameter 'already_found'
4890 returns state of remembered hi16s reloc.
4891 (remember_hi16s_reloc): Set 'found' field to false.
4892 (hi16s_location): Add 'found' field.
4893
4894 1998-11-23 DJ Delorie <dj@cygnus.com>
4895
4896 * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants
4897 to see .DLL files as unrecognized.
4898 (i3coff_object_p): Sorry, had to hack it to not recognize these
4899 files (pei-i386) on request.
4900
4901 1998-11-23 DJ Delorie <dj@cygnus.com>
4902
4903 * opncls.c (bfd_make_readable): need more cleanup for symbols and
4904 relents. Call bfd_check_format to reinitialize.
4905
4906 Fri Nov 20 14:21:36 1998 Nick Clifton <nickc@cygnus.com>
4907
4908 * elf32-fr30.c (fr30_elf_relocate_section): Remove spurious
4909 warnings.
4910
4911 Thu Nov 19 14:42:15 1998 Geoffrey Noer <noer@cygnus.com>
4912
4913 * aclocal.m4: regenerate
4914 * configure: regenerate
4915
4916 Tue Nov 17 20:23:35 1998 Richard Henderson <rth@cygnus.com>
4917
4918 * elf-bfd.h (struct elf_link_hash_entry): Add vtable_entries_size.
4919 * elf.c (_bfd_elf_link_hash_newfunc): Clear it.
4920 * elflink.h (elf_gc_propagate_vtable_entries_used): Copy it, and
4921 respect it as an upper bound on what memory to reference.
4922 (elf_gc_smash_unused_vtentry_relocs): Likewise.
4923 (elf_gc_record_vtentry): Handle as-yet undefined vtables. Set and
4924 update vtable_entries_size appropriately.
4925
4926 Tue Nov 17 15:28:31 1998 Nick Clifton <nickc@cygnus.com>
4927
4928 * elf32-fr30.c (fr30_reloc_type_lookup): Used integers to hold
4929 reloc number.
4930
4931 Mon Nov 16 22:19:21 1998 DJ Delorie <dj@cygnus.com>
4932
4933 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORY
4934 bfds; they have no "file" so we fake it.
4935 * bfd-in2.h: add bfd_make_writable and bfd_make_readable (regen)
4936 * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by
4937 resizing the memory buffer.
4938 * opncls.c (bfd_make_writable): New function; lets you write a
4939 bfd_create'd bfd to an in-memory buffer.
4940 (bfd_make_readable): New function; lets you read back that buffer
4941 as if it were from bfd_openr. Used to build generated archive
4942 members (winsup's ld's dlltool)
4943
4944 Mon Nov 16 19:15:19 1998 Dave Brolley <brolley@cygnus.com>
4945
4946 * po/bfd.pot: Regenerated.
4947
4948 Mon Nov 16 10:57:06 1998 Nick Clifton <nickc@cygnus.com>
4949
4950 * elf32-v850.c (hi16s_location): Replaced fixed size array with
4951 linked list.
4952
4953 Sun Nov 15 20:28:25 1998 Richard Henderson <rth@cygnus.com>
4954
4955 * elf64-alpha.c (elf64_alpha_relax_section): Search for the proper
4956 element of the gotentry list for local symbols too.
4957 (elf64_alpha_relocate_section): Unify local and global handling.
4958 Assert that gotent->use_count > 0.
4959
4960 Sat Nov 14 15:16:01 1998 Ian Lance Taylor <ian@cygnus.com>
4961
4962 * configure.in (vms_alpha_vec): Rename from evax_alpha_vec, and
4963 update for file name changes of July 2, 1998.
4964 (vms_vax_vec): New.
4965 * configure: Rebuild.
4966
4967 Thu Nov 12 19:19:54 1998 Dave Brolley <brolley@cygnus.com>
4968
4969 * po/bfd.pot: Regenerated.
4970
4971 Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>
4972
4973 * acinclude.m4, config.bfd: detect cygwin* instead of cygwin32*.
4974 * aclocal.m4, configure: regenerate
4975
4976 Tue Nov 10 15:13:59 1998 Nick Clifton <nickc@cygnus.com>
4977
4978 * elf.c (prep_headers): Add support for bfd_arch_fr30.
4979
4980 Tue Nov 10 13:37:36 1998 Felix Lee <flee@cygnus.com>
4981
4982 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE,
4983 BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): didn't define macro when value
4984 was cached.
4985 * aclocal.m4, configure: regenerated.
4986
4987 Tue Nov 10 14:31:01 1998 Catherine Moore <clm@cygnus.com>
4988
4989 * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and
4990 R_D10V_GNU_VTENTRY relocs.
4991 (elf_d10v_howto_table): Likewise.
4992 (d10v_reloc_map d10v_reloc_map): Likewise.
4993 (elf32_d10v_gc_mark_hook): New.
4994 (elf32_d10v_gc_sweep_hook): New.
4995 (elf32_d10v_check_relocs): New.
4996 (elf32_d10v_relocate_section): New.
4997 (elf_backend_relocate_section): Define.
4998 (elf_backend_can_gc_sections): Define.
4999
5000 Sat Nov 7 18:07:51 1998 Peter Schauer <peter.schauer@regent.e-technik.tu-muenchen.de>
5001
5002 * Makefile.am (BFD32_BACKENDS): Move vms files here...
5003 (BFD64_BACKENDS): ...from here.
5004 (BFD32_BACKENDS_CFILES): Move vms files here...
5005 (BFD64_BACKENDS_CFILES): ...from here.
5006 * Makefile.in: Rebuild.
5007
5008 Wed Nov 4 15:58:48 1998 Nick Clifton <nickc@cygnus.com>
5009
5010 * Makefile.am: Add FR30 target.
5011 * Makefile.in: Add FR30 target.
5012 * archures.c: Add support for FR30.
5013 * config.bfd: Add support for FR30.
5014 * configure.in: Add support for FR30.
5015 * reloc.c: Add support for FR30 relocations.
5016 * targets.c: Add support for FR30 relocations.
5017 * bfd-in2.h: Regenerate.
5018 * configure: Regenerate.
5019 * libbfd.h: Regenerate.
5020 * cpu-fr30.c: New file.
5021 * elf32-fr30.c: New file.
5022
5023 Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com>
5024
5025 * configure.in: detect cygwin* instead of cygwin32*
5026 * configure: regenerate
5027
5028 Sun Nov 1 19:32:28 1998 Jeffrey A Law (law@cygnus.com)
5029
5030 * elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
5031 use bfd_malloc and free instead and check return value from bfd_malloc.
5032
5033 Sun Nov 1 16:20:35 1998 Ian Lance Taylor <ian@cygnus.com>
5034
5035 * libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.
5036 * libbfd.h: Rebuild.
5037
5038 * elf32-mips.c (mips_elf_dynsym_sec_names): Comment out.
5039 (SIZEOF_MIPS_DYNSYM_SECNAMES): Likewise.
5040 (MIPS_TEXT_DYNSYM_SECN): Likewise.
5041 (_bfd_mips_elf_fake_sections): Don't set sh_info field of a .hash
5042 section.
5043 (struct mips_elf_link_hash_table): Remove dynsym_sec_strindex
5044 field.
5045 (mips_elf_link_hash_table_create): Don't initialize
5046 dynsym_sec_strindex.
5047 (mips_elf_gc_mark_hook): Add default case to avoid warning.
5048 (mips_elf_size_dynamic_sections): Generate a section symbol for
5049 every output section.
5050 (mips_elf_finish_dynamic_sections): Count all sections for
5051 DT_MIPS_UNREFEXTNO.
5052 (mips_elf_finish_dynamic_sections): Use dynamic symbols for all
5053 output sections.
5054
5055 Sun Nov 1 12:46:53 1998 Geoff Keating <geoffk@ozemail.com.au>
5056
5057 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Allocate two slots
5058 for later PLT entries in large PLTs.
5059 (ppc_elf_finish_dynamic_symbol): Allow for the extra slots.
5060
5061 Sat Oct 31 20:10:09 1998 Jeffrey A Law (law@cygnus.com)
5062
5063 * elf32-ppc.c (ppc_elf_reload_section): Fix typo.
5064
5065 1998-10-26 15:58 Ulrich Drepper <drepper@cygnus.com>
5066
5067 * elf-bfd.h (struct elf_link_hash_entry): Add new field elf_hash_value.
5068 * elflink.h (elf_collect_hash_codes): New function. This function is
5069 called for each exported symbol and we compute the ELF hash value for
5070 it.
5071 (compute_bucket_value): New function. It is called from
5072 size_dynamic_sections to determine the hash table size. When we are
5073 optimizing a better, but slower, algorithm is used.
5074 (size_dynamic_sections): Call compute_bucket_value.
5075
5076 * elf.c (bfd_elf_hash): Optimize the hash function a bit.
5077
5078 Mon Oct 19 20:03:21 1998 Catherine Moore <clm@cygnus.com>
5079
5080 * elf32-sh.c: Add HOWTO entries for R_SH_GNU_VTINHERIT and
5081 R_SH_GNU_VTENTRY.
5082 (sh_elf_gc_mark_hook): New.
5083 (sh_elf_gc_sweep_hook): New.
5084 (sh_elf_check_relocs): New.
5085 (elf_backend_can_gc_sections): Define.
5086
5087 Mon Oct 19 16:57:05 1998 Felix Lee <flee@cygnus.com>
5088
5089 * acinclude.m4: undo previous gettext change
5090 * aclocal.m4: rebuild with right version of aclocal.
5091
5092 Mon Oct 19 01:47:21 1998 Felix Lee <flee@cygnus.com>
5093
5094 * acinclude.m4, aclocal.m4: move gettext-related fragments from
5095 aclocal.m4 to acinclude.m4, so they don't get lost.
5096
5097 * elfcore.h: rewrite for better corefile support.
5098 * elf.c (elfcore_*): new functions.
5099 * elf-bfd.h (elf_obj_tdata): new structure members.
5100 * acconfig.h, acinclude.m4, configure.in: add feature-tests for
5101 flavor of procfs.
5102 * aclocal.m4, config.in, configure, Makefile.in: regenerated.
5103
5104 Fri Oct 16 14:07:45 1998 Catherine Moore <clm@cygnus.com>
5105
5106 * elf32-m32r.c: Add HOWTO entries for R_M32R_GNU_VTINHERIT
5107 and R_M32R_GNU_VTENTRY.
5108 (elf_backend_can_gc_sections): Define.
5109 (m32r_elf_check_relocs): New.
5110 (m32r_elf_gc_mark_hook): New.
5111 (m32r_elf_gc_sweep_hook): New.
5112 (m32r_elf_relocate_section): Handle VT relocs.
5113
5114 Mon Oct 12 14:18:40 1998 Nick Clifton <nickc@cygnus.com>
5115
5116 * coff-arm.c (arm_relocate_section): Remove redundant test.
5117
5118 * bfd-in2.h (struct reloc_howto_struct): Improve comment to make
5119 cleat that the 'bitsize' field is the size of the bitfield AFTER
5120 relocation not before.
5121
5122 * elf32-m32r.c (R_M32R_18_PCREL): Fix size of bitfield.
5123
5124 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
5125 relocs.
5126
5127 Tue Oct 6 09:20:44 1998 Catherine Moore <clm@cygnus.com>
5128
5129 * elf32-sparc.c: Add HOWTO entries for R_SPARC_GNU_VTINHERIT and
5130 R_SPARC_GNU_VTENTRY.
5131 (elf32_sparc_check_relocs): Handle them.
5132 (elf32_sparc_reloc_type_lookup): Likewise.
5133 (elf32_sparc_relocate_section): Likewise.
5134 (elf32_sparc_gc_mark_hook): New.
5135 (elf32_sparc_gc_sweep_hook): New.
5136
5137 Mon Oct 5 14:55:30 1998 Jeffrey A Law (law@cygnus.com)
5138
5139 * som.c (som_finish_writing): Perform some sanity checks when
5140 writing an executable or shared library.
5141
5142 Mon Oct 5 12:02:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
5143
5144 * dwarf1.c : New file. Adds _bfd_dwarf1_find_nearest_line.
5145 * configure.in (elf): Add dwarf1.lo.
5146 * elf_bfd.h (elf_ob_tdata): Add dwarf1_find_line_info.
5147 * elf.c (_bfd_elf_find_nearest_line): Add call to
5148 _bfd_dwarf1_find_nearest_line.
5149 * elf32-mips.c (_bfd_mips_elf_find_nearest_line):
5150 Add call to _bfd_dwarf1_find_nearest_line.
5151 * configure: Rebuilt.
5152
5153 Mon Oct 5 10:06:22 1998 Catherine Moore <clm@cygnus.com>
5154
5155 * elflink.h (elf_gc_sections): Do not allow garbage
5156 collection if dynamic sections have been created.
5157
5158 Mon Oct 5 09:07:37 1998 Catherine Moore <clm@cygnus.com>
5159
5160 * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
5161 R_V850_GNU_VTENTRY.
5162 (v850_elf_check_relocs): Handle VTINHERIT and VTENTRY relocs.
5163 (v850_elf_perform_relocation): Likewise.
5164 (v850_elf_final_link_relocate): Likewise.
5165 (v850_elf_relocate_section): Likewise.
5166 (v850_elf_gc_sweep_hook): New routine.
5167 (v850_elf_gc_mark_hook): New routine.
5168 (elf_backend_can_gc_sections): Define.
5169
5170 Mon Oct 5 09:04:25 1998 Catherine Moore <clm@cygnus.com>
5171
5172 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Don't assume
5173 that dynobj exists.
5174
5175 Sun Oct 4 23:29:34 1998 David Edelsohn <edelsohn@mhpcc.edu>
5176
5177 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
5178 Declare size as bfd_size_type.
5179 (rs6000coff_get_section_contents): Declare count as bfd_size_type.
5180
5181 Sun Oct 4 20:38:29 1998 Jeffrey A Law (law@cygnus.com)
5182
5183 * cpu-hppa.c (bfd_hppa20_arch): Define. Link it into the bfd_hppa_arch
5184 structure.
5185 * som.c (CPU_PA_RISC2_0): Define.
5186 (_PA_RISC2_0_ID): Likewise.
5187 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
5188
5189 Sun Oct 4 21:19:09 1998 Ian Lance Taylor <ian@cygnus.com>
5190
5191 * elflink.h (elf_link_add_object_symbols): When a versioned symbol
5192 has a base which is already defined, only add the referenced
5193 symbol to the dynamic symbol table if it is defined or referenced
5194 by a regular file.
5195
5196 * elf32-i386.c (elf_i386_info_to_howto_rel): Handle vtable relocs
5197 correctly.
5198
5199 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5200
5201 * elflink.h (elf_link_add_object_symbols): Undo last change.
5202
5203 Wed Sep 23 16:09:31 1998 Richard Henderson <rth@cygnus.com>
5204
5205 * elflink.h (elf_link_add_object_symbols): Don't record a dynamic
5206 symbol for the indirect alias to a versioned symbol.
5207
5208 Mon Sep 21 12:15:22 1998 Catherine Moore <clm@cygnus.com>
5209
5210 * elf32-i386.c (elf32_i386_vtinherit_howto): New.
5211 (elf32_i386_vtentry_howto): New.
5212 (elf_i386_reloc_type_lookup): Return elf32_i386_vtentry_howto
5213 or elf32_i386_vtinherit_howto on lookup.
5214
5215 Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5216
5217 * elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum
5218 reloc_type. Rename R_68K__max to R_68K_max.
5219 (howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY
5220 reloc.
5221
5222 Sun Sep 20 00:09:25 1998 Chris Torek <torek@bsdi.com>
5223
5224 * libbfd.c (bfd_getb32): Rewrite expression to get better code.
5225 (bfd_getl32, bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
5226
5227 * libbfd.c (bfd_log2): Cast to bfd_vma before shifting, not
5228 after.
5229
5230 Sat Sep 19 22:42:23 1998 Doug Rabson <dfr@nlsystems.com>
5231
5232 * elflink.h (elf_link_add_object_symbols): Ensure that the warning
5233 message has a null byte terminator.
5234
5235 Fri Sep 18 14:35:29 1998 Nick Clifton <nickc@cygnus.com>
5236
5237 * elf32-v850.c (v850_elf_perform_relocation): Ignore contents of
5238 word subject to R_V850_32 relocation.
5239
5240 Thu Sep 17 17:20:36 1998 Nick Clifton <nickc@cygnus.com>
5241
5242 * dwarf2.c: Add comment describing problem computing line numbers
5243 for undefined symbols at link time.
5244
5245 Thu Sep 17 16:03:28 1998 Richard Henderson <rth@cygnus.com>
5246
5247 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
5248 transform a defweak into a plt entry.
5249 (elf64_alpha_calc_dynrel_sizes): Allow room for secondary
5250 plt entry references to receive a RELATIVE reloc.
5251 (elf64_alpha_finish_dynamic_symbol): Fill them in.
5252 (elf64_alpha_relocate_section): Assert we don't overrun
5253 the allocated relocation space.
5254
5255 Wed Sep 16 18:03:13 1998 Nick Clifton <nickc@cygnus.com>
5256
5257 * elf.c (swap_out_syms): Always treat section symbols as
5258 special, even if they are attached to a common section.
5259
5260 Wed Sep 16 10:34:13 1998 Nick Clifton <nickc@cygnus.com>
5261
5262 * elf32-v850.c (v850_elf_symbol_processing): Move symbols in
5263 sections with v850 common section attributes into named v850
5264 common sections.
5265 (v850_elf_add_symbol_hook): Move symbols in sections with v850
5266 common section attributes into named v850 common sections.
5267
5268 Wed Sep 16 11:26:49 CDT 1998 Catherine Moore <clm@cygnus.com>
5269
5270 * elf32-arm.c (elf32_arm_gc_mark_hook): Remove print
5271 statement.
5272
5273 1998-09-15 Geoff Keating <geoffk@ozemail.com.au>
5274
5275 * elf32-ppc.c (ppc_elf_relocate_section): Reverse output_offset
5276 part of Vladimir's change of 1998-08-19. Make a R_PPC_SDAREL16
5277 reloc to the wrong section a warning, not an error. .dynsbss
5278 is not an output section, so there is no need to check for it.
5279
5280 Tue Sep 15 12:40:05 1998 Catherine Moore <clm@cygnus.com>
5281
5282 * elf-bfd.h: Add argument to elf_backend_get_symbol_type.
5283
5284 Tue Sep 15 08:34:40 1998 Catherine Moore <clm@cygnus.com>
5285
5286 * elf.c (swap_out_syms): Pass type to elf_backend_get_symbol_type.
5287 * elf32-arm.c: Add HOWTO entries for R_ARM_GNU_VTINHERIT and
5288 R_ARM_GNU_VTENTRY.
5289 (elf32_arm_gc_mark_hook): New.
5290 (elf32_arm_gc_sweep_hook): New.
5291 (elf32_arm_check_relocs): New.
5292 (elf32_arm_final_link_relocate): Handle VTINHERIT and VTENTRY
5293 relocations.
5294 (elf32_arm_relocate_section): Handle VTINHERIT and VTENTRY
5295 relocations.
5296
5297 1998-09-10 Geoff Keating <geoffk@ozemail.com.au>
5298
5299 * elf32-ppc.c (ppc_elf_relocate_section): If dynobj is NULL,
5300 assume there is no PLT or GOT.
5301
5302 Wed Sep 9 14:24:12 1998 Nick Clifton <nickc@cygnus.com>
5303
5304 * elf32-arm.c (elf32_arm_find_nearest_line): New function: just
5305 like _elf_bfd_find_nearest_line() except that STT_ARM_TFUNC is
5306 also accepted as a function symbol type.
5307
5308 Mon Sep 7 13:24:03 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5309
5310 * rs6000-core.c (_LONG_LONG): Define for AIX 4.x only.
5311
5312 Sat Sep 5 20:40:18 1998 Ian Lance Taylor <ian@cygnus.com>
5313
5314 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): Correct definition to
5315 match definition of _bfd_gc_sections field.
5316 * libbfd.h: Rebuild.
5317
5318 Fri Sep 4 13:54:23 1998 David Miller <davem@dm.cobaltmicro.com>
5319
5320 * elf32-sparc.c (elf32_sparc_relocate_section): Properly adjust
5321 the addend of a dynamic relocation referencing a section.
5322 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5323 (sparc64_elf_finish_dynamic_symbol): Fix the PLT relocation offset.
5324
5325 Thu Sep 3 17:28:50 1998 Richard Henderson <rth@cygnus.com>
5326
5327 * elflink.h (bfd_elfNN_size_dynamic_sections): Verify that the
5328 bed has a size_dynamic_sections routine before trying to use it.
5329
5330 Mon Aug 31 14:49:22 1998 Richard Henderson <rth@cygnus.com>
5331
5332 * elf32-mips.c (elf_mips_gnu_vtentry_howto): Use
5333 _bfd_elf_rel_vtable_reloc_fn.
5334
5335 Mon Aug 31 10:23:40 1998 Catherine Moore <clm@cygnus.com>
5336
5337 * Makefile.am: Add elf32-arm.c.
5338 * Makefile.in: Rebuild.
5339 * elf-bfd.h: Add elf_backend_get_symbol_type.
5340 * elf.c (swap_out_syms): If defined, call
5341 elf_backend_get_symbol_type.
5342 * elf32-arm.c: Define elf_backend_get_symbol_type.
5343 (elf32_arm_get_symbol-type): New routine.
5344 (record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
5345 (bfd_elf32_arm_process_before_allocation): Change to
5346 check for STT_ARM_TFUNC.
5347 (elf32_arm_final_link_relocate): Likewise.
5348 * elfxx-target.h: Add elf_backend_get_symbol_type.
5349
5350 Fri Aug 28 19:44:07 1998 Richard Henderson <rth@cygnus.com>
5351
5352 * archures.c (bfd_mach_alpha_ev[456]): New.
5353 * cpu-alpha.c: Rework to match these types.
5354 * bfd-in2.h: Rebuild.
5355
5356 Fri Aug 28 19:38:53 1998 Richard Henderson <rth@cygnus.com>
5357
5358 * elf-bfd.h (_bfd_elf_rel_vtable_reloc_fn): Declare.
5359 * elf.c (_bfd_elf_rel_vtable_reloc_fn): New.
5360
5361 * elf32-i386.c (elf_howto_table): Add vtable relocs.
5362 (elf_i386_reloc_type_lookup): Recognize them.
5363 (elf_i386_check_relocs): Pass them off to generic code.
5364 (elf_i386_relocate_section): Ignore them.
5365 (elf_i386_gc_mark_hook, elf_i386_gc_sweep_hook): New.
5366 (elf_backend_can_gc_sections): True.
5367
5368 Thu Aug 20 15:03:45 1998 Nick Clifton <nickc@cygnus.com>
5369
5370 * elf32-arm.c (elf32_thumb_to_arm_stub): Check sym_sec is not NULL
5371 before looking at owner field.
5372 (elf32_arm_to_thumb_stub): Ditto.
5373 (elf32_arm_relocate_section): Compute name before calling
5374 elf32_arm_final_link_relocate().
5375
5376 Thu Aug 20 11:30:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
5377
5378 * elf.c: comment and formatting cleanups.
5379 * elfcore.h: ditto.
5380
5381 Wed Aug 19 15:43:26 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
5382
5383 * elfcode.h (elf_object_p): Reject files of header type ET_CORE
5384 (core files are treated differently than object files).
5385 * elf-bfd.h (_bfd_elf_write_corefile_contents,
5386 bfd_elf_mkcorefile): declare.
5387 * elfxx-target.h (_bfd_elf_write_corefile_contents,
5388 bfd_elf_mkcorefile): add to bfd_target vector.
5389 * elfcore.h (elf_core_file_p): save the program header table,
5390 and set the bfd architecture from the elf file header.
5391 * elf.c (bfd_elf_mkcorefile): new function.
5392 (_bfd_elf_write_corefile_contents): new function.
5393 (assign_file_positions_for_segments): add cases for handling
5394 PT_NOTE segments. (assign_file_positions_except_relocs):
5395 core files should be handled the same as exec files.
5396 (prep_headers): identify core files as type ET_CORE.
5397 (copy_private_bfd_data): identify the sections belonging to
5398 the PT_NOTE segment.
5399
5400 * elf32-sparc.c (elf32_sparc_final_write_processing):
5401 add break statement to default case.
5402
5403 1998-08-19 Vladimir N. Makarov <vmakarov@cygnus.com>
5404
5405 * elf32-ppc.c (ppc_elf_relocate_section): Check that output
5406 section (not input) will be in sections ".sbss", ".sbss2",
5407 ".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL,
5408 R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore
5409 output_offset for correct evaluation of addend.
5410
5411 Tue Aug 18 11:48:12 1998 Catherine Moore <clm@cygnus.com>
5412
5413 * elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
5414 elf32_arm_allocate_interworking_sections and
5415 elf32_arm_process_before_allocation.
5416
5417 Tue Aug 18 11:46:00 1998 Nick Clifton <nickc@cygnus.com>
5418
5419 * bfd-in.h: Ammend prototype for
5420 elf32_arm_process_before_allocation to remove surplus third
5421 argument.
5422
5423 * bfd-in2.h: Regenerate.
5424
5425 Sat Aug 15 20:55:08 1998 Richard Henderson <rth@cygnus.com>
5426
5427 * elf64-alpha.c (elf64_alpha_relax_section): Handle indirect symbols.
5428
5429 Fri Aug 14 09:12:28 1998 Stan Cox <scox@cygnus.com>
5430
5431 * aoutx.h (aout_link_input_section_ext): Use the relocation already
5432 calculated for RELOC_SPARC_REV32 case.
5433
5434 Thu Aug 13 14:02:02 1998 Catherine Moore <clm@cygnus.com>
5435
5436 * bfd-in.h: Add prototypes for elf32_arm_get_bfd_for_interworking,
5437 elf32_arm_allocate_interworking_sections and
5438 elf32_arm_process_before_allocation.
5439 * bfd-in2.h: Regenerated.
5440 * elf32-arm.c Define elf32_arm_link_hash_table.
5441 (insert_thumb_branch): New routine.
5442 (find_thumb_glue): New routine.
5443 (find_arm_glue): New routine.
5444 (record_arm_to_thumb_glue): New routine.
5445 (record_thumb_to_arm_glue): New routine.
5446 (elf32_arm_link_hash_table_create): New routine.
5447 (elf32_arm_get_bfd_for_interworking): New routine.
5448 (elf32_arm_allocate_interworking_sections) New routine.
5449 (elf32_arm_process_before_allocation) New routine.
5450 (elf32_thumb_to_arm_stub): New routine.
5451 (elf32_arm_to_thumb_stub): New routine.
5452 (elf32_print_private_bfd_data): Fix typo.
5453 (elf32_arm_final_link_relocate): Add argument sym_sec.
5454 Check for branches to thumb symbols in case R_ARM_PC24.
5455 Check for branches to arm symbols in case R_ARM_THM_PC22.
5456 (elf32_arm_relocate_section): Pass symbol section to
5457 elf32_arm_final_link_relocate.
5458
5459 Wed Aug 12 19:00:39 1998 Geoff Keating <geoffk@ozemail.com.au>
5460
5461 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Generate PLT
5462 entries unless the symbol is defined in the executable; in
5463 particular, undefined weak symbols get a PLT entry.
5464
5465 Wed Aug 12 14:48:33 1998 Ian Lance Taylor <ian@cygnus.com>
5466
5467 * libaout.h: Remove nested comment to avoid warning.
5468
5469 Wed Aug 12 08:10:11 1998 Catherine Moore <clm@cygnus.com>
5470
5471 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
5472 R_ARM_PC24 relocation.
5473
5474 Tue Aug 11 14:42:26 1998 Catherine Moore <clm@cygnus.com>
5475
5476 * elf32-arm.c (elf32_arm_final_link_relocate): Remove unused
5477 argument is_local. Add argument sym_flags. Check sym_flags
5478 in R_ARM_ABS32 case. Include addend for R_ARM_THM_PC22 case.
5479 (elf32_arm_relocate_section): Don't pass local sym and pass
5480 sym_flags to elf32_arm_final_link_relocate.
5481
5482 Mon Aug 10 20:38:39 1998 Richard Henderson <rth@cygnus.com>
5483
5484 * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Correct last change
5485 to not count too few relocs for dynamicly linked executables.
5486
5487 Mon Aug 10 15:35:34 1998 Richard Henderson <rth@cygnus.com>
5488
5489 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Never consider
5490 symbols without a dynamic index dynamic. Consider all weak
5491 symbols dynamic.
5492 (elf64_alpha_strip_section_from_output): Don't assume 1-1
5493 correspondance between input and output sections.
5494
5495 Mon Aug 10 15:31:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5496
5497 * elflink.h (elf_gc_common_finalize_got_offsets): For backends
5498 that use a .got.plt section start the got offset at zero.
5499
5500 Mon Aug 10 17:31:21 1998 Ian Lance Taylor <ian@cygnus.com>
5501
5502 * ieee.c (ieee_write_processor): Correct the processor ID written
5503 out for bfd_arch_m68k, accommodating change of March 25.
5504
5505 Sun Aug 9 20:55:44 1998 Catherine Moore <clm@cygnus.com>
5506
5507 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
5508 R_ARM_THM_RPC22 relocations.
5509
5510 Sat Aug 8 15:15:30 1998 Richard Henderson <rth@cygnus.com>
5511
5512 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Undef weak symbols
5513 are always dynamic.
5514 (elf64_alpha_calc_dynrel_sizes): Allow enough room for RELATIVE
5515 .got relocs in -Bsymbolic shared objects.
5516
5517 Wed Aug 5 15:48:08 1998 Nick Clifton <nickc@cygnus.com>
5518
5519 * elf32-arm.c: Add private flags to ELF header.
5520 (elf32_arm_print_private_bfd_data): New Function.
5521 (elf32_arm_set_private_flags): New Function.
5522 (elf32_arm_copy_private_flags): New Function.
5523 (elf32_arm_merge_private_bfd_data): New Function.
5524
5525 Mon Aug 3 17:10:15 1998 Ian Lance Taylor <ian@cygnus.com>
5526
5527 * elf32-sparc.c (elf32_sparc_check_relocs): Permit WPLT30 against
5528 a local symbol.
5529 (elf32_sparc_relocate_section): Likewise.
5530
5531 Sun Aug 2 03:19:23 1998 Richard Henderson <rth@cygnus.com>
5532
5533 * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the
5534 .got if any relocation referrs to _GLOBAL_OFFSET_TABLE_.
5535 (ppc_elf_relocate_section): Pull sgot and splt search to the start
5536 of the function. Recognize no .plt as static linking.
5537
5538 1998-08-01 Ulrich Drepper <drepper@cygnus.com>
5539
5540 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Don't pass
5541 ".liblist" string through gettext.
5542
5543 Fri Jul 31 16:38:14 1998 Catherine Moore <clm@cygnus.com>
5544
5545 * Makefile.am: Add support for elf32-arm.lo.
5546 * Makefile.in: Rebuild.
5547 * config.bfd (arm-*-elf): Define targ_defvec and targ_selvecs.
5548 (thumb-*-elf): Define targ_defvec and targ_selvecs.
5549 * configure.in: Handle bfd_elf32_littlearm_vec and bfd_elf32_bigarm_vec.
5550 * configure: Regenerate.
5551 * elf.c: (prep_headers): Support arch_type of EM_ARM.
5552 * targets.c: Support new targets bfd_elf32_bigarm_vec and
5553 bfd_target bfd_elf32_littlearm_vec.
5554 * elf32-arm.c: New file.
5555
5556 Tue Jun 28 19:05:28 1998 Stan Cox <scox@cygnus.com>
5557
5558 * libaout.h (M_SPARCLITE_LE): New machine.
5559 * sunos.c (MACHTYPE_OK): Add machine M_SPARCLITE_LE.
5560 * aoutf1.h (sunos_set_arch_mach): Add machine M_SPARCLITE_LE.
5561 (sunos_write_object_contents): Add machine bfd_mach_sparc_sparclite_le
5562 * aoutx.h (howto_table_ext): Add relocation R_SPARC_REV32.
5563 (NAME(aout,machine_type)) Add machine bfd_mach_sparc_sparclite_le
5564 (aout_link_input_section_ext): Add RELOC_SPARC_REV32 support.
5565 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
5566 elf32_sparc_relocate_section): Rename R_SPARC_32LE to be R_SPARC_REV32
5567 * libbfd.h (bfd_reloc_code_real_names): Rename BFD_RELOC_SPARC_32LE to
5568 be BFD_RELOC_SPARC_REV32.
5569 * reloc.c: Ditto.
5570 * config.bfd (sparc86x-*-aout): New
5571
5572 Fri Jul 24 13:54:19 1998 Nick Clifton <nickc@cygnus.com>
5573
5574 * linker.c (_bfd_generic_final_link): Allocate NULL symbol before
5575 actually mapping the output sections.
5576
5577 Fri Jul 24 11:24:29 1998 Jeffrey A Law (law@cygnus.com)
5578
5579
5580 * elf-m10300.c (mn10300_elf_howto): Add R_MN10300_24 entry.
5581 (mn10300_elf_reloc_map): Similarly.
5582 (mn10300_elf_final_link_relocate): Handle R_MN10300_24.
5583
5584 Fri Jul 24 12:36:04 1998 Ian Lance Taylor <ian@cygnus.com>
5585
5586 * elf32-mips.c (elf_mips_howto_table): Add reloc types used on
5587 Irix 6.
5588 (bfd_elf32_bfd_reloc_type_lookup): Add default case.
5589 * elf64-mips.c: Replace all uses of mips_elf64_reloc_type with
5590 elf_mips_reloc_type defined in elf/mips.h.
5591
5592 1998-07-24 Ulrich Drepper <drepper@cygnus.com>
5593
5594 * elf64-mips.c: Remove reloc_type definition completely. It's now
5595 in elf/mips.h.
5596
5597 Thu Jul 23 13:33:19 1998 Doug Evans <devans@canuck.cygnus.com>
5598
5599 * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations
5600 as they are defined in elf/mips.h now.
5601
5602 Thu Jul 23 11:29:43 1998 Jeffrey A Law (law@cygnus.com)
5603
5604
5605 * Re-add lost change:
5606 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
5607 "movm_stack_size".
5608 (mn10300_elf_relax_section): Include stack space for register saves
5609 in the imm8 field of a "call" instruction.
5610 (compute_function_info): Determine how much stack is allocated by
5611 the movm instruction. Fix typo.
5612 (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
5613
5614 Thu Jul 23 11:38:05 1998 Ian Lance Taylor <ian@cygnus.com>
5615
5616 * elf32-sparc.c (elf_backend_got_header_size): Define as 4.
5617 * elf64-sparc.c (elf_backend_got_header_size): Define as 8.
5618
5619 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
5620
5621 * elf32-ppc.c: Change use of pp_reloc_type to elf_ppc_reloc_type.
5622
5623 Wed Jul 22 16:27:18 1998 Nick Clifton <nickc@cygnus.com>
5624
5625 * elf32-hppa.h: Let ELF header define the enum containing the
5626 external reloc numbers.
5627 * elf32-i386.h: Likewise.
5628
5629 1998-07-22 14:57 Ulrich Drepper <drepper@cygnus.com>
5630
5631 * elf-m10300.c: Let ELF header now define the macros to get the enum.
5632 * elf32-mips.c: Likewise.
5633 * elf32-ppc.c: Likewise.
5634
5635 Wed Jul 22 13:53:52 1998 Nick Clifton <nickc@cygnus.com>
5636
5637 * bfd-in2.h: Change type of 'class' parameter to 'unsigned int' in
5638 bfd_coff_set_symbol_class(), in order to avoid K&R compatability
5639 prblems.
5640 * bfd-in.h: Regenerate.
5641 * coffgen.c (bfd_coff_set_symbol_class): Change type of 'class'
5642 parameter to 'unsigned int' to avoid K&R compatability problems.
5643
5644 Wed Jul 22 16:43:24 1998 Ian Lance Taylor <ian@cygnus.com>
5645
5646 * ieee.c (ieee_find_nearest_line): Change filename_ptr and
5647 functionname_ptr to be const. Change line_ptr to be unsigned.
5648
5649 * coffcode.h (coff_link_output_has_begun): Simplify handling when
5650 macro is not defined. Change second parameter from bfd_link_info
5651 to coff_final_link_info. Add prototype.
5652 (coff_final_link_postscript): Simplify handling when macro is not
5653 defined. Add prototype.
5654
5655 1998-07-22 13:08 Ulrich Drepper <drepper@cygnus.com>
5656
5657 * elf-mn10300.c: Before include system specific ELF header define
5658 START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.
5659 * elf32-mips.c: Likewise.
5660 * elf32-ppc.c: Likewise.
5661
5662 Wed Jul 22 13:46:51 1998 Ian Lance Taylor <ian@cygnus.com>
5663
5664 * elf64-mips.c (mips_elf64_reloc_type): Copy Ulrich's elf32-mips.c
5665 temporary patch over to elf64-mips.c as well.
5666
5667 1998-07-21 Ulrich Drepper <drepper@cygnus.com>
5668
5669 * elf32-mips.c (reloc_type): Temporarily disable definition of
5670 standard relocation since they are now defined in elf/mips.h.
5671
5672 Tue Jul 21 09:47:00 1998 Catherine Moore <clm@cygnus.com>
5673
5674 * elf-m10200.c (mn10200_elf_final_link_relocate):
5675 Modify range test for case R_MN10200_8.
5676
5677 * elf-m10300.c (mn10300_elf_final_link_relocate):
5678 Modify range test for case R_MN10300_8.
5679
5680 Mon Jul 20 18:50:54 1998 Richard Henderson <rth@cygnus.com>
5681
5682 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
5683 * elf32-i386.c (elf_backend_got_header_size): Define.
5684 (elf_backend_plt_header_size): Define.
5685 * elf32-m68k.c, elf32-mips.c, elf32-ppc.c: Likewise.
5686 * elf32-sparc.c, elf64-alpha.c, elf64-sparc.c: Likewise.
5687 * elfxx-target.h: Provide a default of zero.
5688 * elflink.c (_bfd_elf_create_got_section): Use got_header_size.
5689 * elflink.h (elf_gc_common_finalize_got_offsets): Likewise.
5690
5691 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't remove a PLT
5692 entry from an executable, even if the plt refcount goes to 0.
5693
5694 Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5695
5696 * aoutx.h (NAME(aout,find_nearest_line)): Also remember the
5697 directory name at the line number.
5698
5699 * elf.c (_bfd_elf_find_nearest_line): Also consider symbols
5700 with an unspecified type.
5701
5702 Wed Jul 15 11:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
5703
5704 * sunos.c: Add undef of valid to avoid problem on SunOS.
5705
5706 Tue Jul 14 15:30:59 1998 Richard Henderson <rth@cygnus.com>
5707
5708 * config.bfd (i?86-pc-beos{pe,elf,}*): Recognize.
5709
5710 Tue Jul 14 11:22:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5711
5712 * elf32-m68k.c (elf_m68k_check_relocs): Also reference count
5713 R_68K_PCxx and R_68K_xx relocations. Make sure that
5714 ELF_LINK_HASH_NEEDS_PLT is always set for a PLT reloc reference.
5715 (elf_m68k_gc_sweep_hook): Also reference count R_68K_PCxx and
5716 R_68K_xx relocations.
5717 (elf_m68k_adjust_dynamic_symbol): Reset the plt offset of a symbol
5718 that has no plt entry.
5719 (elf_m68k_relocate_section): Ignore the plt offset in a static
5720 link.
5721 * elflink.h (elf_adjust_dynamic_symbol): Reset the plt offset for
5722 an ignored symbol.
5723 (elf_gc_common_finalize_got_offsets): Set the got offsets also in
5724 a static link.
5725
5726 * elf32-m68k.c (R_68K_GNU_VTINHERIT, R_68K_GNU_VTENTRY): New reloc
5727 types.
5728 (howto_table, reloc_map): Add entries for them.
5729 (elf_m68k_check_relocs): Handle them. Implement reference
5730 counting for got and plt entries.
5731 (elf_m68k_gc_mark_hook, elf_m68k_gc_sweep_hook): New functions.
5732 (elf_m68k_adjust_dynamic_symbol): Handle unreferenced plt
5733 symbols.
5734 (rtype_to_howto_rel, elf_info_to_howto_rel): Delete.
5735 (elf_m68k_relocate_section): Handle the new reloc types.
5736 (bfd_elf32_bfd_final_link, elf_backend_gc_mark_hook,
5737 elf_backend_gc_sweep_hook, elf_backend_can_gc_sections): Define.
5738 * elflink.h (elf_link_add_object_symbols): When creating an
5739 indirect reference for symbol versioning also copy the plt
5740 offset.
5741 (elf_fix_symbol_flags): When clearing the ELF_LINK_HASH_NEEDS_PLT
5742 flag also reset the plt offset.
5743 (elf_link_assign_sym_version): Likewise.
5744 (elf_gc_common_finalize_got_offsets): Increment the got offset by
5745 the size of the entry in bytes.
5746 (elf_gc_allocate_got_offsets): Likewise.
5747
5748 Tue Jul 14 11:18:14 1998 Ian Lance Taylor <ian@cygnus.com>
5749
5750 * elflink.h (elf_gc_sections): Return true rather than falling off
5751 the bottom.
5752
5753 * coffgen.c (bfd_coff_set_symbol_class): Call bfd_alloc, not
5754 xmalloc.
5755
5756 Mon Jul 13 11:06:31 1998 Nick Clifton <nickc@cygnus.com>
5757
5758 * coff-arm.c: Supress definition of TARGET_UNDERSCORE and add a
5759 comment describing when it should be enabled.
5760 Changed definition of USER_LABEL_PREFIX to "", to fall into line
5761 with GCC sources.
5762
5763 Mon Jul 13 13:06:54 1998 Ian Lance Taylor <ian@cygnus.com>
5764
5765 * ieee.c (ieee_slurp_external_symbols): Handle call optimization
5766 information ATN records.
5767
5768 Fri Jul 10 16:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
5769
5770 * ieee.c (ieee_slurp_external_symbols): Select an appropriate
5771 section for an absolute symbol in a fully linked file. Based on
5772 patch from Christian Holland <CHolland@de.lucent.com>.
5773
5774 Wed Jul 8 11:29:56 1998 Manfred Hollstein <manfred@s-direktnet.de>
5775
5776 * coff-m88k.c (m88k_special_reloc): Don't lose the information
5777 that a symbol is undefined.
5778
5779 Tue Jul 7 21:47:02 1998 Jeffrey A Law (law@cygnus.com)
5780
5781 * som.c (som_bfd_gc_sections): Define.
5782
5783 Mon Jul 6 11:35:50 1998 Nick Clifton <nickc@cygnus.com>
5784
5785 * coff-arm.c (aoutarm_std_reloc_howto): Do not complain about
5786 overflows in ARM_26D patches, since they have already been
5787 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
5788
5789 Sat Jul 4 12:25:36 1998 Ian Lance Taylor <ian@cygnus.com>
5790
5791 * coffcode.h (coff_write_object_contents): If we have any long
5792 section names, call coff_write_symbols even if there are no
5793 symbols.
5794
5795 Fri Jul 3 13:11:35 1998 Ian Lance Taylor <ian@cygnus.com>
5796
5797 * elf.c (copy_private_bfd_data): Only set phdr_included once for a
5798 PT_LOAD segment, rather than only setting it once for the entire
5799 file.
5800
5801 * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
5802 rather than ignoring every phdr with a p_paddr of 0, ignore all
5803 the phdrs if they all have a p_paddr of 0.
5804
5805 * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
5806 section was discarded from the link.
5807
5808 Fri Jul 3 14:39:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5809
5810 * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number.
5811
5812 Fri Jul 3 14:35:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
5813
5814 * coff-sh.c (sh_insns_conflict): Load of fpscr conflicts with
5815 floating point operations.
5816
5817 Thu Jul 2 18:37:25 1998 Ian Lance Taylor <ian@cygnus.com>
5818
5819 * cofflink.c (_bfd_coff_link_input_bfd): Skip undefined global
5820 function symbols.
5821
5822 Thu Jul 2 14:59:42 1998 Klaus Kaempf <kkaempf@rmi.de>
5823
5824 Merge of vax/vms (read-only) support
5825 * configure.com: Support Vax target.
5826 * makefile.vms: Support Vax target.
5827 * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
5828 * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
5829 support.
5830 * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
5831 support.
5832 * vms-gsd.c: Renamed from evax-egsd.c, merged vax/vms (read-only)
5833 support.
5834 * vms-tir.c: Renamed from evax-etir.c, merged vax/vms (read-only)
5835 support.
5836 * vms-misc.c: Renamed from evax-misc.c, merged vax/vms (read-only)
5837 support.
5838 * libbfd.c (real_read): Use unbuffered read on VMS/Vax.
5839 * targets.c (bfd_target_ovax_flavour): New flavour.
5840 (vms_alpha_vec): Renamed from evax_alpha_vec.
5841 (vms_vax_vec): New.
5842 (target_vector): Update accordingly.
5843 * config.bfd (alpha*-*-*vms*): Use vms_alpha_vec, not
5844 evax_alpha_vec.
5845 (vax*-*-*vms*): New target.
5846 * Makefile.am: Update for renamed files. Rebuild dependencies.
5847 * bfd-in2.h: Rebuild.
5848 * configure.in, Makefile.in, aclocal.m4: Rebuild.
5849
5850 Thu Jul 2 13:31:55 1998 Ian Lance Taylor <ian@cygnus.com>
5851
5852 Based on patch from Matt Semersky <matts@scd.hp.com>:
5853 * linker.c (_bfd_generic_final_link): Force a trailing NULL
5854 pointer on abfd->outsymbols.
5855 (generic_add_output_symbol): Handle NULL sym parameter.
5856
5857 Wed Jul 1 17:05:53 1998 Nick Clifton <nickc@cygnus.com>
5858
5859 * elf.c (copy_private_bfd_data): Add support for changing VMA or
5860 LMA of sections.
5861
5862 Wed Jul 1 16:58:50 1998 Ian Lance Taylor <ian@cygnus.com>
5863
5864 * coff-sh.c (sh_relax_delete_bytes): Correct address comparisons
5865 when handling 32 bit immediate relocs.
5866 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
5867
5868 Tue Jun 30 09:55:03 1998 Jeffrey A Law (law@cygnus.com)
5869
5870 * section.c (STD_SECTION): Account for recently added gc_mark
5871 field in struct asection.
5872
5873 * elf-m10300.c (bfd_mn10300_elf_merge_private_bfd_data): New function.
5874 (bfd_elf32_bfd_merge_private_bfd_data): Define.
5875
5876 Thu Jun 25 18:31:41 1998 Richard Henderson <rth@cygnus.com>
5877
5878 ELF Section-level Garbage Collection:
5879 * bfd.c (bfd_gc_sections): New.
5880 * aout-adobe.c: Hook to default implementation.
5881 * aout-target.h, aout-tic30.c, binary.c, bout.c: Likewise.
5882 * coff-alpha.c, coff-mips.c, coff-rs6000.c, coffcode.h: Likewise.
5883 * evax-alpha.c, i386msdos.c, i386os9k.c, ieee.c: Likewise.
5884 * ihex.c, nlm-target.h, oasys.c, ppcboot.c, srec.c: Likewise.
5885 * tekhex.c, versados.c: Likewise.
5886 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): New.
5887 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_gc_sections.
5888
5889 * reloc.c (BFD_RELOC_VTABLE_INHERIT, BFD_RELOC_VTABLE_ENTRY): New.
5890 (bfd_generic_gc_sections): New.
5891 * section.c (SEC_KEEP): New.
5892 (asection): Add gc_mark member.
5893
5894 * elfcode.h (elf_gc*): New name remappings.
5895 * elflink.h (elf_link_input_bfd): Don't set contents on stabs
5896 sections to be excluded.
5897 (elf_gc_mark, elf_gc_sweep, elf_gc_sweep_symbol): New.
5898 (elf_gc_propogate_vtable_entries_used): New.
5899 (elf_gc_smash_unused_vtentry_relocs): New.
5900 (elf_gc_sections, elf_gc_record_vtinherit, elf_gc_record_vtentry): New.
5901 (elf_gc_common_finalize_got_offsets): New.
5902 (elf_gc_allocate_got_offsets, elf_gc_common_final_link): New.
5903 * elfxx-target.h: Add and default gc hooks.
5904
5905 * elf-bfd.h (struct elf_link_hash_entry): Swap got_offset/plt_offset
5906 for unions.
5907 (struct elf_obj_tdata): Likewise for local_got_offsets.
5908 * elf.c, elf-i386.c, elf32-m68k.c, elf32-mips.c: Update all uses.
5909 * elf32-ppc.c, elf32-sparc.c, elf64-alpha.c: Likewise.
5910 * elf64-sparc.c, elflink.h: Likewise.
5911
5912 * elf-bfd.h (struct elf_link_hash_entry): Add vtable members.
5913 (ELF_LINK_HASH_MARK): Define.
5914 (struct elf_backend_data): Add GC hooks.
5915 * elf.c (_bfd_elf_link_hash_newfunc): Zero vtable members.
5916
5917 * elf-m10300.c (mn10300_elf_check_relocs): New.
5918 (mn10300_elf_gc_mark_hook): New.
5919 (R_MN10300_GNU_VTINHERIT, R_MN10300_GNU_VTENTRY): New.
5920 (elf_mn10300_howto, mn10300_reloc_map): Handle them.
5921 (mn10300_elf_final_link_relocate): Likewise.
5922 (mn10300_elf_relocate_section): Likewise.
5923 (elf_backend_can_gc_sections): Define.
5924 * elf32-mips.c (R_MIPS_GNU_VTINHERIT, R_MIPS_GNU_VTENTRY): New.
5925 (elf_mips_gnu_vtinherit_howto, elf_mips_gnu_vtentry_howto): New.
5926 (bfd_elf32_bfd_reloc_type_lookup): Handle them.
5927 (mips_info_to_howto_rel): Likewise.
5928 (mips_elf_relocate_section): Likewise.
5929 (mips_elf_check_relocs): Likewise.
5930 (mips_elf_gc_mark_hook, mips_elf_gc_sweep_hook): New.
5931 (elf_backend_can_gc_sections): Define.
5932 * elf32-ppc.c (R_PPC_GNU_VTINHERIT, R_PPC_GNU_VTENTRY): New.
5933 (ppc_elf_howto_raw): Handle them.
5934 (ppc_elf_reloc_type_lookup): Likewise.
5935 (ppc_elf_relocate_section): Likewise.
5936 (ppc_elf_check_relocs): Reference count .got and .plt entries.
5937 Handle new vtable relocs.
5938 (ppc_elf_adjust_dynamic_symbol): Recognize unused .plt entries.
5939 (ppc_elf_gc_mark_hook, ppc_elf_gc_sweep_hook): New.
5940 (elf_backend_can_gc_sections): Define.
5941
5942 Fri Jun 26 10:48:23 1998 Jeffrey A Law (law@cygnus.com)
5943
5944 * archures.c (bfd_mach_mn10300): Define.
5945 * elf-m10300.c: Include elf/mn10300.h
5946 (elf_mn10300_mach): New function.
5947 (_bfd_mn10300_elf_final_write_processing): Likewise.
5948 (_bfd_mn10300_elf_object_p): Likewise.
5949 (elf_backendfinal_write_processing): Define.
5950 (elf_backend_object_p): Likewise.
5951
5952 Thu Jun 25 18:31:08 1998 Nick Clifton <nickc@cygnus.com>
5953
5954 * elf32-v850.c (v850_elf_perform_relocation): Fix HI16_S
5955 relocation.
5956
5957 Wed Jun 24 17:17:57 1998 Ian Lance Taylor <ian@cygnus.com>
5958
5959 * elflink.h (elf_bfd_final_link): Loop over input_bfds using the
5960 link_next field, not the next field.
5961
5962 Sun Jun 21 19:38:39 1998 Ian Lance Taylor <ian@cygnus.com>
5963
5964 * elf.c (map_sections_to_segments): Check the section address
5965 against the phdr size both with and without a modulo of
5966 maxpagesize.
5967
5968 Fri Jun 19 17:08:18 1998 Ian Lance Taylor <ian@cygnus.com>
5969
5970 * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
5971 linker created empty input section if the output section has the
5972 same name.
5973
5974 * elflink.h (elf_link_output_extsym): Print an error message if
5975 _bfd_elf_section_from_bfd_section fails.
5976
5977 * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
5978 failure.
5979
5980 Tue Jun 16 11:55:55 1998 Ian Lance Taylor <ian@cygnus.com>
5981
5982 * elf.c (copy_private_bfd_data): Improve handling of Solaris
5983 native linker output. Avoid putting an empty section in more than
5984 one segment.
5985
5986 Fri Jun 12 13:30:17 1998 Tom Tromey <tromey@cygnus.com>
5987
5988 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
5989 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
5990
5991 Fri Jun 12 13:34:02 1998 Doug Evans <devans@canuck.cygnus.com>
5992
5993 * elf.c (swap_out_syms): New arg relocatable_p.
5994 Don't add section VMA to symbols for relocatable output.
5995 (_bfd_elf_compute_section_file_positions): Update call to
5996 swap_out_syms.
5997
5998 Mon Jun 8 15:20:57 1998 Nick Clifton <nickc@cygnus.com>
5999
6000 * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
6001 against 'addend' be signed rather than unsigned.
6002
6003 Sat Jun 6 00:31:21 1998 Nick Clifton <nickc@cygnus.com>
6004
6005 * elf32-m32r.c: Add prototyps for static functions.
6006
6007 * coff-arm.c: Add prototypes for static functions.
6008
6009 Fri Jun 5 17:21:51 1998 Nick Clifton <nickc@cygnus.com>
6010
6011 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
6012 LMA is used to order sections in a segment.
6013
6014 * elf32-v850.c: Add prototypes for static functions.
6015 Change type of addend parameter to bfd_vma in various functions.
6016
6017 Fri Jun 5 18:09:58 1998 Ian Lance Taylor <ian@cygnus.com>
6018
6019 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
6020 complain_overflow_signed instead of complain_overflow_bitfield.
6021
6022 Fri Jun 5 15:11:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6023
6024 * elf.c (elf_map_symbols): Don't add section VMA to symbol value
6025 when comparing against 0.
6026
6027 Wed Jun 3 17:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
6028
6029 * Makefile.am (config.status): New target.
6030 * Makefile.in: Rebuild.
6031
6032 Wed Jun 3 12:18:24 1998 Stan Cox <scox@equinox.cygnus.com>
6033
6034 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
6035 error if previous object endianness doesn't match current object.
6036
6037 Tue Jun 2 17:50:59 1998 Nick Clifton <nickc@cygnus.com>
6038
6039 * elf32-v850.c (v850_elf_print_private_bfd_data): Call
6040 _bfd_elf_print_private)bfd_data ().
6041
6042 Tue Jun 2 15:29:35 1998 Ian Lance Taylor <ian@cygnus.com>
6043
6044 * elflink.h (elf_merge_symbol): Don't always set type_change_ok
6045 and size_change_ok.
6046 (elf_link_add_object_symbols): Set type_change_ok and
6047 size_change_ok before calling elf_merge_symbol.
6048
6049 * elf32-mips.c (mips_elf_relocate_section): If we issue an
6050 undefined symbol error, don't also issue an overflow error.
6051
6052 Tue Jun 2 13:51:00 1998 Geoff Keating <geoffk@ozemail.com.au>
6053
6054 * elf32-ppc.c (ppc_elf_relocate_section): The target of an
6055 R_PPC_LOCAL24PC relocation should be local; if not, print an error
6056 message instead of crashing.
6057
6058 Mon Jun 1 18:23:12 1998 Yuli Barcohen <yuli.barcohen@telrad.co.il>
6059
6060 * archures.c (bfd_mach_cpu32): Define.
6061 (bfd_default_scan): Add case for 68060. Fix 68332 case to use
6062 bfd_mach_cpu32.
6063 * cpu-m68k.c (arch_info_struct): Add m68k:cpu32.
6064 * ieee.c: Include <ctype.h>.
6065 (ieee_object_p): Parse out process ID string to make it more
6066 likely to be acceptable for bfd_scan_arch.
6067 * bfd-in2.h: Rebuild.
6068
6069 Mon Jun 1 11:12:02 1998 Nick Clifton <nickc@cygnus.com>
6070
6071 * elf32-m32r.c (m32r_elf_print_private_bfd_data): Also call
6072 _bfd_elf_print_private_bfd_data() so that the program header will
6073 be displayed.
6074
6075 Mon Jun 1 12:14:28 1998 Ian Lance Taylor <ian@cygnus.com>
6076
6077 * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
6078 0x68. Reindent. Add some comments.
6079
6080 Fri May 29 09:58:08 1998 Nick Clifton <nickc@cygnus.com>
6081
6082 * elf.c (copy_private_bfd_data): Adjust physical address of
6083 segment in output BFD to contain LMAs of its sections.
6084
6085 Tue May 26 19:37:47 1998 Stan Cox <scox@equinox.cygnus.com>
6086
6087 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
6088 elf32_sparc_relocate_section): Added R_SPARC_32LE for little
6089 endian data 32 bit relocations.
6090 (elf32_sparc_merge_private_bfd_data): Check if linking little
6091 endian objects with big endian objects.
6092 (elf32_sparc_object_p): Set bfd_mach_sparc_sparclite_le.
6093 (elf32_sparc_final_write_processing): Set EF_SPARC_LEDATA in e_flags.
6094 * libbfd.h (bfd_reloc_code_real_names): Added BFD_RELOC_SPARC_32LE.
6095 * reloc.c: Same.
6096 * cpu-sparc.c (arch_info_struct): Added sparc:sparclite_le
6097 * archures.c (bfd_mach_sparc_sparclite_le): New.
6098 * bfd-in2.h (BFD_RELOC_SPARC_32LE, bfd_mach_sparc_sparclite_le): New.
6099
6100 Thu May 21 16:59:28 1998 Nick Clifton <nickc@cygnus.com>
6101
6102 * peicode.h (add_data_entry): Fix precedence of operators in if ()
6103 statement.
6104
6105 Tue May 19 18:41:19 1998 Ian Lance Taylor <ian@cygnus.com>
6106
6107 * bfd-in.h: Move over patch to bfd-in2.h.
6108
6109 * reloc.c (bfd_check_overflow): Add casts before shifts which may
6110 not fit in 32 bits.
6111 (_bfd_relocate_contents): Likewise.
6112
6113 Mon May 18 14:44:15 1998 Nick Clifton <nickc@cygnus.com>
6114
6115 * peicode.h (add_data_entry): If the section has no private data
6116 then do not create a Data Dictionary entry for it.
6117
6118 Mon May 18 00:09:28 1998 Richard Henderson <rth@cygnus.com>
6119
6120 * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
6121 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
6122 elf64_alpha_size_got_sections): Rewrite, handling multiple got
6123 subsections during relaxation more correctly.
6124
6125 Thu May 14 14:22:58 1998 Nick Clifton <nickc@cygnus.com>
6126
6127 * bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().
6128 Add extra argument to bfd_arm_process_before_allocation ().
6129 * bfd-in.h: Reflect changes made in bfd-in2.h.
6130 * coffgen.c (bfd_coff_set_symbol_class): New function. Set the
6131 coff class of a BFD symbol.
6132 * coff-arm.c: Add support for interworking between Thumb code and
6133 non-interworking aware ARM code.
6134
6135 Sun May 10 22:33:59 1998 Jeffrey A Law (law@cygnus.com)
6136
6137 * po/Make-in (install-info): New target.
6138
6139 Thu May 7 17:40:56 1998 Ian Lance Taylor <ian@cygnus.com>
6140
6141 * filemode.c: Remove; not used.
6142
6143 If sysdep.h includes a header file, don't include it again:
6144 * aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
6145 <errno.h>.
6146 * aoutx.h: Don't include <string.h>. Use "sysdep.h" rather than
6147 <sysdep.h>.
6148 * archive.c: Don't include <string.h> or <errno.h>.
6149 * evax-alpha.c; Don't include <stdio.h>.
6150 * evax-egsd.c: Likewise.
6151 * evax-etir.c: Likewise.
6152 * evax-misc.c: Likewise.
6153 * evax-emh.c: Likewise. Also, don't include <sys/types.h>.
6154 * hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
6155 <errno.h>.
6156 * hpux-core.c: Likewise.
6157 * netbsd-core.c: Likewise.
6158 * som.c: Likewise.
6159 * libbfd.c: Don't include <sys/types.h>.
6160 * nlmcode.h: Don't include <string.h>.
6161 * osf-core.c: Don't include <string.h> or <stdio.h>.
6162 * ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
6163 <errno.h>, or <unistd.h>.
6164 * trad-core.c: Don't include <stdio.h> or <sys/types.h>.
6165
6166 Thu May 7 13:12:50 1998 Klaus Kaempf <kkaempf@progis.de>
6167
6168 * configure.com: If the version number can not be found in
6169 configure.in, set it to "unknown" rather than "2.8.1".
6170
6171 Wed May 6 09:46:05 1998 Gavin Koch <gavin@cygnus.com>
6172
6173 * elf32-mips.c (elf_mips_mach): New.
6174 (_bfd_mips_elf_object_p): Use elf_mips_mach.
6175 (_bfd_mips_elf_final_write_processing): Use the names
6176 of machines, rather than the numbers. Set both the ARCH
6177 and MACH in e_flags. Handle a few more specific machines.
6178 (_bfd_mips_elf_merge_private_bfd_data): Merge both
6179 EF_MIPS_ARCH and EF_MIPS_MACH.
6180
6181 Tue May 5 21:01:53 1998 Richard Henderson <rth@cygnus.com>
6182
6183 * syms.c (bfd_is_local_label): Revert last change.
6184 * srec.c (srec_write_symbols): Discard debugging symbols.
6185
6186 Tue May 5 23:36:06 1998 Ian Lance Taylor <ian@cygnus.com>
6187
6188 * som.c: Include <ctype.h>.
6189 * som.h: Don't include sysdep.h.
6190
6191 Tue May 5 18:29:24 1998 Tom Tromey <tromey@cygnus.com>
6192
6193 * libbfd.h: Rebuilt.
6194 * libbfd-in.h: Removed gettext includes and defines.
6195 * sysdep.h: Moved gettext-related includes and defines here.
6196
6197 Tue May 5 16:47:54 1998 Richard Henderson <rth@cygnus.com>
6198
6199 * srec.c (srec_write_symbols): Use bfd_is_local_label rather than
6200 an ad-hoc test. Kill bogus #if 0 code.
6201 * syms.c (bfd_is_local_label): Consider BSF_DEBUGGING symbols local.
6202
6203 Mon May 4 16:10:33 1998 Ian Lance Taylor <ian@cygnus.com>
6204
6205 * sunos.c (sunos_check_dynamic_reloc): Don't use the PLT address
6206 when generating a normal executable for a symbol defined in a
6207 regular file. When copying a reloc into the output file, adjust
6208 the addend for a PC relative reloc against a global symbol.
6209
6210 Mon May 4 10:08:18 1998 Tom Tromey <tromey@cygnus.com>
6211
6212 * libbfd.h: Rebuilt.
6213 * libbfd-in.h (_): Define as dgettext.
6214
6215 Mon May 4 11:02:23 1998 Ian Lance Taylor <ian@cygnus.com>
6216
6217 * coff-arm.c (coff_arm_relocate_section): Cast to bfd_signed_vma,
6218 not signed.
6219 * peicode.h (pe_saved_coff_bfd_print_private_bfd_data): Use PARAMS
6220 when declaring parameter types.
6221 (pe_saved_coff_bfd_copy_private_bfd_data): Likewise.
6222
6223 Wed Apr 29 15:35:03 1998 Ian Lance Taylor <ian@cygnus.com>
6224
6225 * config.bfd: If we include any ELF targets in targ_defvec and/or
6226 targ_selvecs, then add the generic ELF targets to targ_selvecs.
6227 * elf32-gen.c (dummy): New static const variable.
6228 (elf_generic_info_to_howto): New static function.
6229 (elf_generic_info_to_howto_rel): New static function.
6230 (elf_info_to_howto): Define as elf_generic_info_to_howto.
6231 (elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
6232 * elf64-gen.c: Same changes as elf32-gen.c.
6233 * elfcode.h (elf_object_p): For the generic target, ignore a
6234 failure of bfd_default_set_arch_mach. Fix indentation a bit.
6235
6236 Tue Apr 28 20:05:52 1998 Ian Lance Taylor <ian@cygnus.com>
6237
6238 * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
6239 * configure: Rebuild.
6240
6241 Tue Apr 28 12:16:57 1998 Jason Molenda (crash@bugshack.cygnus.com)
6242
6243 * config.bfd: Update OSR5/Unixware patterns.
6244
6245 Mon Apr 27 18:02:24 1998 Richard Henderson <rth@cygnus.com>
6246
6247 * elf.c (assign_file_positions_for_segments): Allow for holes
6248 between sections added by a link script.
6249
6250 Mon Apr 27 11:49:55 1998 Ian Lance Taylor <ian@cygnus.com>
6251
6252 * configure.in: Change version number to 2.9.4
6253 * configure: Rebuild.
6254
6255 Based on patch from H.J. Lu <hjl@gnu.org>:
6256 * elf.c (bfd_elf_get_bfd_needed_list): New function.
6257 * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
6258 * bfd-in2.h: Rebuild.
6259
6260 Sat Apr 25 20:07:53 1998 Richard Henderson <rth@cygnus.com>
6261
6262 * elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
6263 Change all users.
6264
6265 Sat Apr 25 18:29:07 1998 Richard Henderson <rth@cygnus.com>
6266
6267 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
6268 (elf64_alpha_relax_section): Fill them in.
6269 (elf64_alpha_relax_opt_call): Implement more than a stub.
6270 (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
6271 alignment on .scommon.
6272 (elf64_alpha_merge_gots): Merge use counts as well.
6273
6274 Sat Apr 25 14:07:29 1998 Richard Henderson <rth@cygnus.com>
6275
6276 * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
6277 for calculating a local symbol's address.
6278 (elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
6279 Set the .got's cooked size as well as the raw size.
6280
6281 Fri Apr 24 09:16:00 1998 Nick Clifton <nickc@cygnus.com>
6282
6283 * elf32-v850.c (v850_elf_print_private_bfd_data): Add
6284 internationalisation of printed information.
6285
6286 * coff-arm.c (coff_arm_print_private_bfd_data): Add
6287 internationalisation of printed information.
6288
6289 Fri Apr 24 12:09:18 1998 Ian Lance Taylor <ian@cygnus.com>
6290
6291 * syms.c (struct indexentry): Change directory_name, file_name,
6292 and function_name fields to char *.
6293 (struct stab_find_info): Change cached_file_name field to char *.
6294
6295 Thu Apr 23 08:13:04 1998 Nick Clifton <nickc@cygnus.com>
6296
6297 * peicode.h (dir_names): Add missing N_() macros to dir_names array.
6298
6299 Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
6300
6301 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
6302
6303 Wed Apr 22 17:48:48 1998 Ian Lance Taylor <ian@cygnus.com>
6304
6305 * Makefile.am (install-data-local): Make $(includedir).
6306 * Makefile.in: Rebuild.
6307
6308 Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
6309
6310 * libbfd-in.h: Use `gettext' and not `dgettext' for now.
6311
6312 Wed Apr 22 12:53:40 1998 Ian Lance Taylor <ian@cygnus.com>
6313
6314 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
6315 * Makefile.in: Rebuild.
6316
6317 * bfd-in2.h: Rebuild for Nick's changes.
6318
6319 Tue Apr 21 23:11:51 1998 Richard Henderson <rth@cygnus.com>
6320
6321 * archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in last
6322 change wrt length == max_namelen.
6323
6324 Tue Apr 21 21:19:36 1998 Tom Tromey <tromey@scribbles.cygnus.com>
6325
6326 * Many files: Added gettext invocations around user-visible
6327 strings.
6328 * libbfd-in.h: Added gettext includes and defines.
6329 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
6330 HAVE_LC_MESSAGES): Define.
6331 * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and
6332 po/Makefile.
6333 * Makefile.am (SUBDIRS): Added po.
6334 (POTFILES): New macro.
6335 (po/POTFILES.in): New target.
6336 (SOURCE_HFILES): New macro.
6337 (HFILES): Use it.
6338 * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
6339
6340 Tue Apr 21 13:38:18 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6341
6342 * elfcore.h (bfd_prstatus): Copy core_prstatus from the first
6343 NT_PRSTATUS note section encountered, it contains the status of
6344 the currently executing thread when the core file was written.
6345
6346 Tue Apr 21 10:00:12 1998 Nick Clifton <nickc@cygnus.com>
6347
6348 * libcoff.h: Add extra parameter to
6349 bfd_coff_link_output_has_begun overrideable function.
6350 * cofflink.c: Pass extra parameter to
6351 bfd_coff_link_output_has_begun function.
6352 * bfd-in.h: Add prototypes for exported ARM interworking
6353 functions.
6354 * peicode.h: ARM specific code reorganised to conform to BFD
6355 coding conventions.
6356 * coffcode.h: ARM specific code reorganised to conform to BFD
6357 coding conventions.
6358 * coff-arm.c: Code reorganised to conform to the BFD coding
6359 conventions. Global variables have been moved into an ARM
6360 specific hash table structure and a new function:
6361 bfd_arm_get_bfd_for_interworking() has been created which is
6362 called from the linker scripts.
6363
6364 Tue Apr 21 00:11:51 1998 Richard Henderson <rth@cygnus.com>
6365
6366 * archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.
6367
6368 * elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed from
6369 elf64_alpha_relax_find_reloc_ofs. Changed all callers.
6370 (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss.
6371 (elf64_alpha_size_got_sections): Don't merge .got sections twice.
6372
6373 Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
6374
6375 * config.bfd: Added sparc86x support.
6376
6377 Fri Apr 17 22:29:04 1998 Ian Lance Taylor <ian@cygnus.com>
6378
6379 * elf32-mips.c (mips_elf_relocate_section): Do not complain about
6380 an out of range pc-relative jump/call to an undefined weak symbol.
6381
6382 Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com>
6383
6384 * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
6385 comparisons signed.
6386
6387 Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com>
6388
6389 * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
6390 an error other than bfd_error_system_call, set the error to
6391 bfd_error_wrong_format.
6392
6393 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
6394 bfd_elf32_powerpcle_vec.
6395
6396 * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
6397 program segments are zero, don't set p_paddr_valid.
6398
6399 Wed Apr 15 22:15:16 1998 Richard Henderson <rth@cygnus.com>
6400
6401 * elf64-alpha.c: Initial implementation of relaxation --
6402 (struct alpha_elf_link_hash_entry): Add use_count member.
6403 (elf64_alpha_check_relocs): Initialize and increment it.
6404 (elf64_alpha_can_merge_gots): Check it when considering merging.
6405 (elf64_alpha_merge_gots): Drop entries with zero use.
6406 (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
6407 (elf64_alpha_always_size_sections): Split out got sizing ...
6408 (elf64_alpha_size_got_sections): ... here. New function.
6409 (elf64_alpha_relax_find_reloc_ofs): New function.
6410 (elf64_alpha_relax_with_lituse): Likewise.
6411 (elf64_alpha_relax_without_lituse): Likewise.
6412 (elf64_alpha_relax_opt_call): Likewise.
6413 (elf64_alpha_relax_section): Likewise.
6414 (elf64_alpha_add_symbol_hook): Likewise.
6415 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
6416 (elf64_alpha_relocate_section): Likewise.
6417 (bfd_elf64_bfd_relax_section): Define.
6418 (elf_backend_add_symbol_hook): Likewise.
6419
6420 Wed Apr 15 16:08:46 1998 Richard Henderson <rth@cygnus.com>
6421
6422 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
6423 * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
6424 (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
6425
6426 Wed Apr 15 11:34:33 1998 Ian Lance Taylor <ian@cygnus.com>
6427
6428 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
6429 * configure: Rebuild.
6430
6431 Mon Apr 13 16:46:27 1998 Ian Lance Taylor <ian@cygnus.com>
6432
6433 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
6434 (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
6435 * configure.in: Define and substitute WIN32LDFLAGS and
6436 WIN32LIBADD.
6437 * aclocal.m4: Rebuild with new libtool.
6438 * configure, Makefile.in: Rebuild.
6439
6440 Fri Apr 10 13:44:27 1998 Ian Lance Taylor <ian@cygnus.com>
6441
6442 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
6443 before any other symbols in the same section.
6444
6445 Wed Apr 8 14:50:23 1998 Michael Meissner <meissner@cygnus.com>
6446
6447 * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
6448 systems.
6449
6450 Tue Apr 7 16:25:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
6451
6452 * dwarf2.c (comp_unit): Move it earlier in the source. Add
6453 addr_size.
6454 (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
6455 Use addr_size for address size, rather than sizeof(bfd_vma).
6456 (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
6457 Fix call to read_address.
6458 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
6459 Scrap other unneeded arguments. Fix call to read_address.
6460 (scan_unit_for_functions): Fix call to read_attribute.
6461 (parse_comp_unit): We now handle more values for addr_size.
6462 Set addr_size in unit. Fix call to read_attribute and
6463 decode_line_info.
6464
6465 Tue Apr 7 15:44:47 1998 Gavin Romig-Koch <gavin@cygnus.com>
6466
6467 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
6468
6469 Tue Apr 7 12:35:18 1998 Ian Lance Taylor <ian@cygnus.com>
6470
6471 * archures.c (bfd_default_scan): Add m68k cases back to default
6472 switch, reverting patch of March 25, since IEEE support depends
6473 upon them.
6474
6475 Mon Apr 6 14:06:40 1998 Ian Lance Taylor <ian@cygnus.com>
6476
6477 * Makefile.am (diststuff): New target.
6478 * Makefile.in: Rebuild.
6479
6480 Sun Apr 5 16:21:44 1998 Jeffrey A Law (law@cygnus.com)
6481
6482 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
6483 som_offset when we have an extended name table.
6484
6485 Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
6486
6487 * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
6488 trying to copy it.
6489 * Makefile.in: Rebuild.
6490
6491 Fri Apr 3 11:09:42 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6492
6493 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
6494 symbols when creating a shared library.
6495 (elf_m68k_adjust_dynindx): New function, used by above code.
6496 (elf_m68k_finish_dynamic_sections): Initialize the section
6497 symbols.
6498 (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
6499
6500 Wed Apr 1 16:04:02 1998 Nick Clifton <nickc@cygnus.com>
6501
6502 * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
6503 value 11.
6504
6505 Wed Apr 1 13:36:58 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6506
6507 * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
6508 assertion.
6509
6510 Tue Mar 31 00:12:12 1998 Jeffrey A Law (law@cygnus.com)
6511
6512 * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
6513 absolute symbols.
6514
6515 Mon Mar 30 12:46:15 1998 Ian Lance Taylor <ian@cygnus.com>
6516
6517 * configure.in: Set version to 2.9.1.
6518 * configure: Rebuild.
6519
6520 * Branched binutils 2.9.
6521
6522 Mon Mar 30 12:20:50 1998 Brent Baccala <baccala@freesoft.org>
6523
6524 * syms.c (ENABLE_CACHING): Define.
6525 (struct indexentry): Define.
6526 (struct stab_cache): Remove.
6527 (cmpindexentry): New static function.
6528 (struct stab_find_info): Add new fields: indextable,
6529 indextablesize, cached_indexentry, cached_offset, cached_stab, and
6530 cached_file_name. Remove fields: file_cache, function_cache, and
6531 line_cache.
6532 (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
6533 index table and search it.
6534
6535 Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com>
6536
6537 * elf.c (_bfd_elf_copy_private_section_data): Call
6538 copy_private_bfd_data once we've seen the last SEC_ALLOC section.
6539
6540 * cpu-mips.c: Remove trailing comma at end of enumeration list.
6541
6542 Sat Mar 28 16:33:02 1998 Ian Lance Taylor <ian@cygnus.com>
6543
6544 * coff-arm.c: Define all globally visible variables and functions
6545 only when COFF_WITH_PE is not defined.
6546 * configure.in (armpe_little_vec, armpe_big_vec): Add
6547 coff-arm.lo.
6548 * configure: Rebuild.
6549
6550 Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com>
6551
6552 Fix some gcc -Wall warnings:
6553 * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
6554 * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
6555 * archures.c (bfd_default_scan): Likewise.
6556 * bfd.c (bfd_scan_vma): Likewise.
6557 * binary.c (mangle_name): Likewise
6558 * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
6559 * coff-sh.c (sh_relocate_section): Likewise.
6560 * coff-stgo32.c (create_go32_stub): Likewise.
6561 * coffcode.h (coff_slurp_line_table): Likewise.
6562 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
6563 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
6564 (assign_file_positions_for_segments): Likewise.
6565 * elf32-mips.c (mips_elf_relocate_section): Likewise.
6566 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
6567 * oasys.c (oasys_write_sections): Likewise.
6568 * ppcboot.c (ppcboot_object_p): Likewise.
6569 (mangle_name): Likewise.
6570 * riscix.c (riscix_fix_pcrel_26): Likewise.
6571 * srec.c (srec_scan): Likewise.
6572 * stabs.c (_bfd_write_section_stabs): Likewise.
6573 * sunos.c (sunos_add_dynamic_symbols): Likewise.
6574 * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
6575 switch. Declare parameters for function pointers.
6576 * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
6577 warning.
6578 * elf.c (elf_sort_sections): Likewise.
6579 * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
6580 Add default cases to switches.
6581 (coff_arm_relocate_section): Remove unused local variables.
6582 Always set rstat.
6583 (coff_arm_bfd_set_private_flags): Change flag variable to type
6584 flagword.
6585 * coff-mips.c (mips_relocate_section): Initialize use_lo.
6586 * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
6587 (dump_toc): Change cat to const, and initialize it.
6588 * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
6589 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
6590 (sh_elf_relocate_section): Initialize r_symndx.
6591 * coffcode.h (coff_compute_section_file_positions): Only declare
6592 old_sofar if ALIGN_SECTIONS_IN_FILE.
6593 (coff_write_object_contents): Initialize csym.
6594 * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
6595 * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
6596 switch.
6597 * dwarf2.c: Include libiberty.h.
6598 (read_2_signed_bytes, read_4_signed_bytes): Comment out.
6599 (decode_line_info): Remove unused local variables.
6600 * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
6601 (m32r_elf_relocate_section): Likewise.
6602 * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
6603 (v850_elf_reloc): Likewise.
6604 * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
6605 (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
6606 * elf.c (assign_file_positions_for_segments): Always set adjust.
6607 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
6608 parenthesize expression.
6609 * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
6610 (m32r_elf_object_p): Return a value.
6611 (m32r_elf_print_private_bfd_data): Change fprintf format string.
6612 * elf32-mips.c (mips_elf_final_link): Initialize last.
6613 (mips_elf_finish_dynamic_sections): Initialize last and dindx.
6614 * elf32-v850.c (v850_elf_object_p): Return a value.
6615 (v850_elf_print_private_bfd_data): Change fprintf format string.
6616 * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
6617 unsigned long.
6618 * elflink.h (elf_link_add_object_symbols): Change vernum to
6619 unsigned int, and initialize it. Change fprintf format string.
6620 (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
6621 when setting or comparing to soname_indx.
6622 (elf_create_pointer_linker_section): Change num_symbols to
6623 unsigned int.
6624 * libcoff-in.h (coff_data_type): Change flags to flagword.
6625 * peicode.h (pe_print_idata): Initialize idx. Change j to
6626 bfd_size_type. Initialize hint_member. Remove useless test to
6627 time_stamp.
6628 (pe_print_edata): Change num_functions and num_names in struct
6629 EDT_type to unsigned long. Remove cast. Change fprintf format
6630 string.
6631 * ppcboot.c (ppcboot_object_p): Change i to size_t.
6632 * reloc.c (bfd_get_reloc_size): Change return type to unsigned
6633 int.
6634 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
6635 int *. Update uses. Change j to long.
6636 * bfd-in2.h, libcoff.h: Rebuild.
6637
6638 Fri Mar 27 10:10:46 1998 Catherine Moore <clm@cygnus.com>
6639
6640 * elf32-v850.c Remove definition of USE_REL.
6641 (v850_elf_info_to_howto_rela): New function.
6642 (v850_elf_perform_relocation): Renamed from
6643 v850_elf_store_addend_in_insn. Removed replace argument.
6644 (v850_elf_reloc): store the relocation in the addend field instead
6645 of the insn.
6646 (v850_elf_final_link_relocate): Now calls
6647 v850_elf_perform_relocation.
6648 (v850_elf_relocate_section): Remove code to generate REL
6649 relocations.
6650
6651 Thu Mar 26 13:32:17 1998 Ian Lance Taylor <ian@cygnus.com>
6652
6653 * coffcode.h (coff_new_section_hook): Set the type and storage
6654 class in the native symbol information allocated for a new section
6655 symbol.
6656
6657 Thu Mar 26 10:13:41 1998 Nick Clifton <nickc@cygnus.com>
6658
6659 * peicode.h: Chain together calls to
6660 coff_bfd_copy_private_bfd_data and
6661 coff_bfd_print_private_bfd_data.
6662
6663 * coff-arm.c: Add prototypes for
6664 coff_arm_bfd_print_private_bfd_data and
6665 coff_arm_bfd_copy_private_bfd_data.
6666
6667 Wed Mar 25 15:45:55 1998 Nick Clifton <nickc@cygnus.com>
6668
6669 * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
6670 build.
6671
6672 * peicode.h: Call arm-coff private data functions after handling
6673 pe private data.
6674
6675 * coff-arm.c: Turn statics into globals so that they can be shared
6676 both pe and pei backends.
6677
6678 Wed Mar 25 15:19:38 1998 Ian Lance Taylor <ian@cygnus.com>
6679
6680 * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
6681 plain numbers.
6682 (sunos_write_object_contents): Likewise.
6683 * aoutx.h (NAME(aout,machine_type)): Likewise.
6684 * coffcode.h (coff_set_arch_mach_hook): Likewise.
6685
6686 Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6687
6688 * archures.c (bfd_mach_m68*): Add definitions for various m68k
6689 variants.
6690 (bfd_default_scan): Remove m68k special cases.
6691 * bfd-in2.h: Rebuild.
6692 * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
6693 than plain numbers.
6694 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
6695 * cpu-m68k.c (arch_info_struct): Likewise. Add entry for
6696 m68k:68000.
6697 (bfd_m68k_arch): Set mach field to zero to signal no explicit
6698 selection, change printable_name to just "m68k" and make that the
6699 default instead of m68k:68020.
6700
6701 * aout-tic30.c (NAME): Define this to avoid multiple definitions
6702 from aoutx.h.
6703 (MY_get_section_contents): Define as aout_32_get_section_contents
6704 rather than NAME(aout,get_section_contents).
6705
6706 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
6707
6708 * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
6709 and call bfd_default_set_arch_mach to do the real work.
6710
6711 Wed Mar 25 10:41:35 1998 Richard Henderson <rth@cygnus.com>
6712
6713 * bout.c (BALX): Include return register g14 as part of the insn.
6714 (BALX_MASK): New.
6715 (calljx_callback): Use it.
6716
6717 Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com>
6718
6719 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
6720 * libbfd.h: Rebuild.
6721
6722 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
6723 byte_count to unsigned int.
6724 (mn10300_elf_relax_section): Initialize internal_relocs. Remove
6725 unused local variables.
6726
6727 * evax-alpha.c (evax_close_and_cleanup): Remove unused local
6728 variables er and er1.
6729
6730 * cpu-v850.c: Include <ctype.h>.
6731 (scan): Case isdigit argument to unsigned char.
6732
6733 From Yan Meroth <YAN.MEROTH@st.com>:
6734 * ihex.c (ihex_scan): Add extbase variable so that getting an
6735 extended linear address record does not ignore any previous
6736 extended address.
6737 (ihex_write_object_contents): When writing out an extended linear
6738 address record, zero out any previous extended address.
6739
6740 Tue Mar 24 16:09:43 1998 Manfred Hollstein <manfred@s-direktnet.de>
6741
6742 * ieee.c (do_one): Check section before dereferencing it.
6743 (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
6744 (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
6745
6746 Mon Mar 23 18:51:47 1998 Joel Sherrill <joel@OARcorp.com>
6747
6748 * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
6749
6750 Mon Mar 23 14:23:36 1998 Nick Clifton <nickc@cygnus.com>
6751
6752 * coff-arm.c: Add interworking functions to pe backends.
6753
6754 Fri Mar 20 18:47:20 1998 Ian Lance Taylor <ian@cygnus.com>
6755
6756 * configure.in: Use AM_DISABLE_SHARED.
6757 * aclocal.m4, configure: Rebuild with libtool 1.2.
6758
6759 Fri Mar 20 11:25:41 1998 Nick Clifton <nickc@cygnus.com>
6760
6761 * coff-arm.c (coff_arm_relocate_section): Better error messages
6762 when interowrking conflucts occur. Courtesy of Jonathan Walton
6763 and Tony Thompson.
6764 (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
6765 relocations. Patch courtesy of Jonathan Walton and Tony
6766 Thompson.
6767
6768 Fri Mar 20 02:26:43 1998 Richard Henderson <rth@cygnus.com>
6769
6770 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
6771 part of Feb 22 change controling when to override the existing
6772 symbol with the .plt entry.
6773
6774 Wed Mar 18 09:26:25 1998 Nick Clifton <nickc@cygnus.com>
6775
6776 * config.bfd (targ_cpu): Add thumb-pe target.
6777
6778 * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
6779 functions in PE build.
6780
6781 Sun Mar 8 23:37:26 1998 Stan Cox <scox@equinox.cygnus.com>
6782
6783 * config.bfd (sparclite-*-elf*): Added.
6784
6785 Mon Feb 23 19:31:19 1998 Ian Lance Taylor <ian@cygnus.com>
6786
6787 * configure.in: Add elf.lo to elf shell variable.
6788 * Makefile.am (BFD_LIBS): Remove elf.lo.
6789 (BFD_LIBS_CFILES): Remove elf.c.
6790 (BFD32_BACKENDS): Add elf.lo.
6791 (BFD32_BACKENDS_CFILES): Add elf.c.
6792 * configure, Makefile.in: Rebuild.
6793
6794 1998-02-23 15:53 Richard Henderson <rth@cygnus.com>
6795
6796 * elf32-i386.c (elf_i386_relocate_section): A pc-relative
6797 relocation against a non-local symbol should not have a dynamic
6798 relocation.
6799
6800 Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
6801
6802 * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
6803 COFF filehdr flags.
6804 (pe_print_private_bfd_data): Print PE flags. From Mikey
6805 <jeffdb@netzone.com>.
6806
6807 Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com>
6808
6809 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
6810 a plt entry when we can determine that we authoritatively define
6811 the symbol.
6812
6813 Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com>
6814
6815 * configure.in (COREFILE selection): Remove sparc-*-linux*. They
6816 don't actually use trad-core, but a SunOS-style core file handled
6817 by gdb directly.
6818 * hosts/sparclinux.h: Remove.
6819
6820 Wed Feb 18 15:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
6821
6822 * peicode.h (pe_print_idata): If there is no .idata section, look
6823 for the import tables in some other section. Make the initial
6824 label line up better with the data. Print the import address
6825 table even if there is no import name table. If the import
6826 address table holds actual addresses, print them.
6827
6828 Tue Feb 17 12:58:34 1998 Ian Lance Taylor <ian@cygnus.com>
6829
6830 * libbfd.c (bfd_seek): If fseek fails, save errno around call to
6831 bfd_tell. If errno is EINVAL, set bfd_error_file_truncated, not
6832 bfd_error_system_call.
6833
6834 Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com>
6835
6836 * Makefile.am (AUTOMAKE_OPTIONS): Define.
6837 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
6838
6839 From H.J. Lu <hjl@gnu.org>:
6840 * Makefile.am (libbfd_la_LDFLAGS): Define.
6841 * Makefile.in: Rebuild.
6842
6843 Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com>
6844
6845 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
6846 * netbsd.h (MACHTYPE_OK): Define.
6847 (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
6848 calling N_SET_MACHTYPE, rather than having a switch.
6849 * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
6850 and M_ALPHA_NETBSD.
6851 * i386netbsd.c (MACHTYPE_OK): Don't define.
6852 (DEFAULT_MID): Define.
6853 * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
6854 (MACHTYPE_OK): Don't define.
6855 (DEFAULT_MID): Define.
6856 * m68knetbsd.c: (MACHTYPE_OK): Don't define.
6857 (DEFAULT_MID): Define.
6858 * ns32knetbsd.c (MACHTYPE_OK): Don't define.
6859 (DEFAULT_MID): Define.
6860 * sparcnetbsd.c (MACHTYPE_OK): Don't define.
6861 (DEFAULT_MID): Define.
6862
6863 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
6864 * vaxnetbsd.c: New file.
6865 * netbsd-core.c: Clean up. Remove unused macros. Use netbsd
6866 rather than netbsd_core.
6867 * targets.c (vaxnetbsd_vec): Declare.
6868 (bfd_target_vector): Add vaxnetbsd_vec. If NETBSD_CORE is
6869 defined, add netbsd_core_vec.
6870 * configure.in: Set COREFILE for alpha*-*-netbsd* and
6871 powerpc-*-netbsd* to netbsd-core.lo. If COREFILE is
6872 netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
6873 * config.bfd (alpha*-*-netbsd*): New target.
6874 * Makefile.am: Rebuild dependencies.
6875 (BFD32_BACKENDS): Add vaxnetbsd.lo.
6876 (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
6877 * configure, Makefile.in: Rebuild.
6878
6879 * configure.host: Remove the old shared library build stuff. We
6880 now use libtool instead.
6881
6882 Wed Feb 11 17:13:09 1998 Richard Henderson <rth@cygnus.com>
6883
6884 * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
6885
6886 Tue Feb 10 19:23:28 1998 H.J. Lu <hjl@gnu.org>
6887
6888 * configure.in: Take stab-syms.lo out of sparclinux_vec list.
6889 * configure: Rebuild.
6890
6891 Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
6892 * elf32-v850.c (remember_hi16s_reloc): New function.
6893 (find_remembered_hi16s_reloc): New function.
6894 (v850_elf_store_addend_in_insn): Use the above new functions to
6895 match up HI6S relocs with LO16 relocs.
6896
6897 Tue Feb 10 15:01:39 1998 Ian Lance Taylor <ian@cygnus.com>
6898
6899 * configure.in: Change -linux* to -linux-gnu*.
6900 * config.bfd, configure.host: Likewise.
6901 * configure: Rebuild.
6902
6903 Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com>
6904
6905 * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
6906 LO16/HI16S bug and improve comments about what is going on.
6907
6908 Sat Feb 7 15:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
6909
6910 * configure, aclocal.m4: Rebuild with new libtool.
6911
6912 Fri Feb 6 14:48:20 1998 Nick Clifton <nickc@cygnus.com>
6913
6914 * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
6915 when merging v850 code into v850e/v850ea code. Do not initialise
6916 output flags if the input is the default architecture.
6917
6918 Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
6919
6920 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
6921 get the size from bfd_arch_bits_per_address instead of directly
6922 from the isa.
6923
6924 Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com>
6925
6926 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
6927 to wrap, just return all 1's bits instead.
6928 * libbfd.h: Regenerate.
6929
6930 Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com>
6931
6932 * coff-i386.c (coff_pe_i386_relocate_section): New static function
6933 if COFF_WITH_PE.
6934 (coff_relocate_section): If COFF_WITH_PE, define as
6935 coff_pe_i386_relocate_section.
6936 * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
6937 skip empty sections, to match coff_write_object_contents.
6938
6939 * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
6940 rather than swapping out r_offset twice. From Luke Deller
6941 <luked@cse.unsw.edu.au>.
6942
6943 Wed Feb 4 19:11:28 1998 Ian Lance Taylor <ian@cygnus.com>
6944
6945 * configure.in: Set libtool_enable_shared rather than
6946 libtool_shared. Remove diversion hack.
6947 * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
6948 with new libtool.
6949
6950 Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org>
6951
6952 * syms.c (struct stab_cache): Define.
6953 (struct stab_find_info): Remove cached_offset, cached_stab,
6954 cached_str, and cached_stroff fields. Add file_cache,
6955 function_cache, and line_cache fields.
6956 (_bfd_stab_section_find_nearest_line): Use extensive caching to
6957 speed up searches.
6958
6959 Wed Feb 4 13:34:22 1998 Ian Lance Taylor <ian@cygnus.com>
6960
6961 * peicode.h (pe_print_idata): Check for import of ordinal rather
6962 than name.
6963 (pe_print_edata): If there is no .edata section, look for the
6964 export data in some other section.
6965
6966 Mon Feb 2 20:05:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
6967
6968 * configure.in: Change version to 2.8.4.
6969 * configure: Regenerated.
6970
6971 Mon Feb 2 17:39:39 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
6972
6973 Add tms320c30 support:
6974 * cpu-tic30.c: New file.
6975 * aout-tic30.c: New file.
6976 * coff-tic30.c: New file.
6977 * archures.c (bfd_arch_tic30): Define.
6978 (bfd_tic30_arch): Declare.
6979 (bfd_archures_list): Add bfd_tic30_arch.
6980 * targets.c (bfd_target_vector): Add tic30_aout_vec and
6981 tic30_coff_vec.
6982 * reloc.c (BFD_RELOC_TIC30_LDP): Define.
6983 * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
6984 (coff_set_flags): Likewise.
6985 * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
6986 * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
6987 * Makefile.am: Rebuild dependencies.
6988 (ALL_MACHINES): Add cpu-tic30.lo.
6989 (ALL_MACHINES_CFILES): Add cpu-tic30.c.
6990 (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
6991 (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
6992 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
6993
6994 Mon Feb 2 12:25:12 1998 Nick Clifton <nickc@cygnus.com>
6995
6996 * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
6997 to lag behind LO16 reloc by a couple of instructions.
6998
6999 Mon Feb 2 14:09:46 1998 Ian Lance Taylor <ian@cygnus.com>
7000
7001 * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
7002 make to reexamine the file timestamp.
7003 ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
7004
7005 * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
7006 0x100000.
7007
7008 Fri Jan 30 19:07:07 1998 Geoff Keating <geoffk@ozemail.com.au>
7009
7010 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
7011 to create .dynsbss and .rela.sbss sections.
7012 (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
7013 copied from dynamic objects into .sbss.
7014 (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
7015 use it. Correct typo of .rela.sdata2.
7016 (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
7017 put the data, which may now be in .sbss.
7018 (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
7019 (elf_backend_create_dynamic_sections): Define as
7020 ppc_elf_create_dynamic_sections.
7021
7022 * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
7023 against _GLOBAL_OFFSET_TABLE_.
7024 (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
7025 shared libraries which refer to local symbols. Make sure that the
7026 test for allocating space for a reloc in a shared object is the
7027 same as the test for emitting a reloc.
7028
7029 Thu Jan 29 15:55:35 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
7030
7031 * config.bfd (i[3456]-*-mingw32*): New target.
7032 * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
7033 * aclocal.m4, configure: Rebuild.
7034
7035 Wed Jan 28 13:41:26 1998 Ian Lance Taylor <ian@cygnus.com>
7036
7037 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
7038 have a bfd_object.
7039
7040 Tue Jan 27 21:43:55 1998 Richard Henderson <rth@cygnus.com>
7041
7042 Sparc v9 ABI compliant PLT:
7043 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
7044 (plt_templates, sparc64_elf_build_plt_entry): Delete.
7045 (LARGE_PLT_THRESHOLD): New define.
7046 (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
7047 (sparc64_elf_build_plt): New function.
7048 (sparc64_elf_plt_entry_offset): Likewise.
7049 (sparc64_elf_plt_ptr_offset): Likewise.
7050 (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
7051 contain the index for convenience. Skip the initial entries
7052 in .rela.plt.
7053 (sparc64_elf_size_dynamic_sections): Zero the allocated contents
7054 memory for the benefit of .rela.plt.
7055 (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
7056 (sparc64_elf_finish_dynamic_symbol): Kill template stuff. Use
7057 sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
7058 (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
7059 Call sparc64_elf_build_plt.
7060 (elf_backend_want_got_plt): No.
7061 (elf_backend_plt_readonly): No.
7062 (elf_backend_plt_alignment): 8.
7063
7064 * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
7065 * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
7066 * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
7067 to be called.
7068
7069 Tue Jan 27 21:45:15 1998 Jeffrey A Law (law@cygnus.com)
7070
7071 * archures.c (bfd_mach_mips*): Add definitions for various MIPS
7072 processors.
7073 * cpu-mips.c (arch_info_struct): Add mips variants.
7074 * bfd-in2.h: Rebuilt.
7075
7076 Tue Jan 27 15:06:04 1998 Nick Clifton <nickc@cygnus.com>
7077
7078 * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
7079 t2a3_b_insn.
7080
7081 Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
7082
7083 * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
7084 (i[3456]86sco3.2v5*coff): New target.
7085
7086 Mon Jan 26 15:41:30 1998 Ian Lance Taylor <ian@cygnus.com>
7087
7088 * bfd-in2.h: Rebuild with changes to chew--tab expansion.
7089
7090 Thu Jan 22 21:26:48 1998 Richard Henderson <rth@cygnus.com>
7091
7092 * bfd.c (bfd_get_error_handler): Add orthogonal function.
7093 * bfd-in2.h: Regenerate.
7094
7095 Thu Jan 22 21:13:39 1998 Richard Henderson <rth@cygnus.com>
7096
7097 * tekhex.c (tekhex_write_object_contents): Check for no symbols.
7098
7099 Wed Jan 21 21:19:03 1998 Ian Lance Taylor <ian@cygnus.com>
7100
7101 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
7102 adjust addend for an output common symbol (from Jimmy Blair
7103 <jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative
7104 defined symbol to counteract adjustment made in generic relocation
7105 code.
7106
7107 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
7108
7109 Wed Jan 21 21:16:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
7110
7111 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
7112 (GET_SCNDHR_NLNNO): Likewise.
7113
7114 Mon Jan 19 12:49:52 1998 Ian Lance Taylor <ian@cygnus.com>
7115
7116 * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
7117
7118 Wed Jan 14 17:23:27 1998 Nick Clifton <nickc@cygnus.com>
7119
7120 * elf32-m32r.c: Add macros to handle NOP insertion.
7121
7122 Wed Jan 14 16:15:22 1998 Richard Henderson <rth@cygnus.com>
7123
7124 * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
7125 (xcoff_mark): Likewise.
7126 (xcoff_build_ldsyms): Mark absolute symbols.
7127
7128 Wed Jan 14 16:03:11 1998 Richard Henderson <rth@cygnus.com>
7129
7130 * bout.c (b_out_write_object_contents): Sort symbols before output
7131 to keep {CALL,BAL}NAME symbols adjacent.
7132 (b_out_symbol_cmp): New function.
7133
7134 For older changes see ChangeLog-9697
7135 \f
7136 Local Variables:
7137 mode: change-log
7138 left-margin: 8
7139 fill-column: 74
7140 version-control: never
7141 End:
This page took 0.175096 seconds and 5 git commands to generate.