0b574426a9624ed1f5b7a97f8dee316eae93b0f3
[binutils-gdb.git] / bfd / ChangeLog
1 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
2
3 * elflink.h (elf_bfd_final_link): Copy the whole isym, not just
4 some fields.
5 * elf64-sparc.c (sparc64_elf_output_arch_syms): Declare used
6 variables and initialize them.
7
8 1999-08-01 Mark Mitchell <mark@codesourcery.com>
9
10 * elf32-mips.c (_bfd_mips_elf_final_link): Handle the case where
11 there are no global symbols requiring GOT entries.
12 (_bfd_mips_elf_size_dynamic_sections): Likewise.
13 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
14 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
15
16 * elf32-mips.c (mips_elf_calculate_relocation): Undefined weak
17 symbols are considered to have the value zero.
18 (_bfd_mips_elf_relocate_section): Don't try to perform a
19 relocation for an undefined symbol.
20 (_bfd_mips_elf_check_relocs): Allocate locate GOT space for local
21 GOT16 relocations.
22
23 1999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
24
25 * elf64-sparc.c (sparc64_elf_build_plt): Cosmetic change - ABI
26 wants ba,a,pt %xcc instead of %icc.
27 Emit correct .PLT0-(.PLTN+4) initial value into the pointer slots
28 of large PLT entries.
29 (sparc64_elf_plt_ptr_offset): Fix calculation.
30 (sparc64_elf_finish_dynamic_symbol): Negative value of R_SPARC_JMP_SLOT
31 addend should be relative to load address, not .plt section start.
32 (sparc64_elf_size_info): Sparc64 uses 32bit .hash entries.
33
34 1999-07-30 Jakub Jelinek <jj@ultra.linux.cz>
35
36 * elf-bfd.h (struct elf_backend_data): Add
37 print_symbol_all and output_arch_syms backend methods.
38 * elfxx-target.h: Likewise.
39 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create,
40 sparc64_elf_add_symbol_hook, sparc64_elf_output_arch_syms,
41 sparc64_elf_get_symbol_type, sparc64_elf_symbol_processing): New
42 functions.
43 (sparc64_elf_size_dynamic_sections): Leave space for STT_REGISTER
44 symbols in .dynsym, add their names into .dynstr. Put those symbols
45 into dynlocal.
46 (sparc64_elf_finish_dynamic_sections): Fix up DT_SPARC_REGISTER
47 pointers to STT_REGISTER symbols in dynsym section.
48 (sparc64_elf_print_symbol_all): New function.
49 * elf.c (bfd_elf_print_symbol): Allow special backend symbol
50 printing using the print_symbol_all hook.
51
52 1999-07-30 Catherine Moore <clm@cygnus.com>
53
54 * elf32-arm.h (elf32_arm_check_relocs): Use r_offset for
55 R_ARM_GNU_VTENTRY.
56
57 1999-07-29 Richard Henderson <rth@cygnus.com>
58
59 * elf32-mips.c (_bfd_mips_elf_final_link): Only re-sort dynsyms if
60 dynamic_sections_created.
61
62 1999-07-29 Richard Henderson <rth@cygnus.com>
63
64 * elf32-mips.c (mips_info_to_howto_rel): Split out switch to ...
65 (mips_rtype_to_howto): ... new function.
66 (_bfd_mips_elf_relocate_section): Use it.
67
68 1999-07-28 Mark Mitchell <mark@codesourcery.com>
69
70 * elf32-mips.c (_bfd_mips_elf_relocate_section): Fix typo.
71
72 1999-07-27 Nick Clifton <nickc@cygnus.com>
73
74 Patch generated by Bernd Schmidt. <bernds@cygnus.co.uk>
75
76 * coff-arm.c (coff_arm_is_local_label_name): Change to strip
77 out only symbols that start with LOCAL_LABEL_PREFIX followed by 'L'.
78
79 1999-07-23 Donn Terry <donn@interix.com>
80
81 * libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags
82 field, and define COFF_LINK_HASH_PE_SECTION_SYMBOL.
83 * cofflink.c (coff_link_add_symbols): If PE, handle section
84 symbols specially.
85 * libcoff.h: Rebuild.
86
87 * config.bfd (i[3456]86-*-interix*): New target.
88
89 1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
90
91 * coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and
92 COFF_SUPPORT_GNU_LINKONCE, mark sections whose names begin with
93 .gnu.linkonce with SEC_LINKONCE and SEC_LINK_DUPLICATES_DISCARD.
94 * coff-go32.c: (COFF_LONG_SECTION_NAMES): Define.
95 (COFF_SUPPORT_GNU_LINKONCE): Define.
96 * coff-stgo32.c: (COFF_LONG_SECTION_NAMES): Define.
97 (COFF_SUPPORT_GNU_LINKONCE): Define.
98
99 1999-07-21 Ian Lance Taylor <ian@zembu.com>
100
101 From Mark Elbrecht:
102 * makefile.dos: Remove; obsolete.
103 * configure.bat: Remove; obsolete.
104
105 1999-07-21 H.J. Lu <hjl@gnu.org>
106
107 * config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes.
108
109 1999-07-21 Philippe De Muyter <phdm@macqel.be>
110
111 * cofflink.c (_bfd_coff_generic_relocate_section): Issue an error
112 message and fail if a symbol index is out of range.
113
114 1999-07-21 Ian Lance Taylor <ian@zembu.com>
115
116 * elf32-mips.c (mips_elf_calculate_relocation): Get the GP value
117 when looking at a R_MIPS_GOT16 relocation.
118
119 1999-07-20 Nick Clifton <nickc@cygnus.com>
120
121 * coff-m88k.c: Use CREATE_BIG_COFF_TARGET_VEC.
122
123 Mon Jul 19 14:03:44 1999 Mark P. Mitchell <mark@codesourcery.com>
124
125 * elf32-mips.c (_bfd_mips_elf_final_link): Restore setting of GP
126 removed in previous change.
127 (_bfd_mips_elf_relocate_section): Adjust GP relative relocations
128 in relocateable output.
129
130 1999-07-19 Ian Lance Taylor <ian@zembu.com>
131
132 * coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
133 structure.
134
135 * elflink.h (elf_merge_symbol): Do merge symbols from the same BFD
136 if they appear to be specially created by the linker.
137
138 1999-07-19 Nick Clifton <nickc@cygnus.com>
139
140 * targets.c (alternative_target): New field in bfd_target
141 structure.
142 (bfd_search_for_target): New function: Find a target that
143 satisifies a search function.
144 * bfd-in2.h: Regenerate.
145
146 * elfxx-target.h: Initialise the alternative_target field of
147 the bfd_target structures to point to the other target (if
148 defined).
149 * nlm-target.h: Initialise the alternative_target field of
150 the bfd_target structures to point to the other target (if
151 defined).
152
153 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): New macro.
154 (CREATE_LITTLE_COFF_TARGET_VEC): New macro.
155
156 * aix386-core.c: Initialise new field of bfd_target structure.
157 * aout-adobe.c: Initialise new field of bfd_target structure.
158 * aout-arm.c: Initialise new field of bfd_target structure.
159 * aout-target.h: Initialise new field of bfd_target structure.
160 * aout-tic30.c: Initialise new field of bfd_target structure.
161 * binary.c: Initialise new field of bfd_target structure.
162 * bout.c: Initialise new field of bfd_target structure.
163 * cisco-core.c: Initialise new field of bfd_target structure.
164 * coff-a29k.c: Use CREATE_BIG_COFF_TARGET_VEC.
165 * coff-alpha.c: Initialise new field of bfd_target structure.
166 * coff-apollo.c: Use CREATE_BIG_COFF_TARGET_VEC.
167 * coff-arm.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
168 * coff-h8300.c: Use CREATE_BIG_COFF_TARGET_VEC.
169 * coff-h8500.c: Use CREATE_BIG_COFF_TARGET_VEC.
170 * coff-i386.c: Initialise new field of bfd_target structure.
171 * coff-i860.c: Initialise new field of bfd_target structure.
172 * coff-i960.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
173 * coff-m68k.c: Use CREATE_BIG_COFF_TARGET_VEC.
174 * coff-mcore.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
175 * coff-mips.c: Initialise new field of bfd_target structure.
176 * coff-ppc.c: Initialise new field of bfd_target structure.
177 * coff-rs6000.c: Initialise new field of bfd_target structure.
178 * coff-sh.c: Use CREATE_{BIG|LITTLE}_COFF_TARGET_VEC.
179 * coff-sparc.c: Use CREATE_BIG_COFF_TARGET_VEC.
180 * coff-tic30.c: Initialise new field of bfd_target structure.
181 * coff-tic80.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
182 * coff-w65.c: Use CREATE_LITTLE_COFF_TARGET_VEC.
183 * coff-we32k.c: Use CREATE_BIG_COFF_TARGET_VEC.
184 * coff-z8k.c: Use CREATE_BIG_COFF_TARGET_VEC.
185 * hppabsd-core.c: Initialise new field of bfd_target structure.
186 * hpux-core.c: Initialise new field of bfd_target structure.
187 * i386msdos.c: Initialise new field of bfd_target structure.
188 * i386os9k.c: Initialise new field of bfd_target structure.
189 * ieee.c: Initialise new field of bfd_target structure.
190 * ihex.c: Initialise new field of bfd_target structure.
191 * irix-core.c: Initialise new field of bfd_target structure.
192 * mipsbsd.c: Initialise new field of bfd_target structure.
193 * netbsd-core.c: Initialise new field of bfd_target structure.
194 * oasys.c: Initialise new field of bfd_target structure.
195 * osf-core.c: Initialise new field of bfd_target structure.
196 * ppcboot.c: Initialise new field of bfd_target structure.
197 * ptrace-core.c: Initialise new field of bfd_target structure.
198 * sco5-core.c: Initialise new field of bfd_target structure.
199 * som.c: Initialise new field of bfd_target structure.
200 * srec.c: Initialise new field of bfd_target structure.
201 * tekhex.c: Initialise new field of bfd_target structure.
202 * trad-core.c: Initialise new field of bfd_target structure.
203 * versados.c: Initialise new field of bfd_target structure.
204 * vms.c: Initialise new field of bfd_target structure.
205
206 1999-07-19 Andreas Schwab <schwab@suse.de>
207
208 * elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
209 and rel_hdr.
210
211 Sat Jul 17 02:28:28 1999 Mark P. Mitchell <mark@codesourcery.com>
212
213 * elflink.h (elf_link_adjust_relocs): New function.
214 (elf_bfd_final_link): Use it.
215 (elf_link_input_bfd): Deal with the fact that there can be
216 two relocation sections for a single section.
217 (elf_reloc_link_order): Likewise.
218
219 * elf32-mips.c (_bfd_mips_elf_final_link): Don't set GP for
220 a relocateable object.
221 (_bfd_mips_elf_relocate_section): Handle relocateable links.
222
223 1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
224
225 * elf64-sparc.c (sparc64_elf_info_to_howto): Use ELF64_R_TYPE_ID.
226 (sparc64_elf_get_reloc_upper_bound,
227 sparc64_elf_get_dynamic_reloc_upper_bound,
228 sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
229 sparc64_elf_canonicalize_dynamic_reloc, sparc64_elf_write_relocs):
230 New functions.
231 (sparc64_elf_check_relocs, sparc64_elf_relocate_section): Use
232 ELF64_R_TYPE_ID/DATA where appropriate.
233
234 1999-07-16 Jakub Jelinek <jj@ultra.linux.cz>
235
236 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Remove
237 DT_SPARC_PLTFMT.
238
239 1999-07-16 Ian Lance Taylor <ian@zembu.com>
240
241 * elf32-mips.c (mips_elf_local_relocation_p): New static
242 function.
243 (mips_elf_next_lo16_addend): Call bfd_set_error on failure.
244 (mips_elf_calculate_relocation): Use mips_elf_local_relocation_p.
245 Always set *require_jalxp.
246 (mips_elf_stub_section_p): Mark abfd parameter as unused.
247 (_bfd_mips_elf_relocate_section): Only look for LO16 following
248 GOT16 if the GOT16 is against a local symbol. Don't return false
249 for an undefined symbol. If there is an overflow, assert that we
250 have a name.
251
252 1999-07-16 Andreas Schwab <schwab@suse.de>
253
254 * elflink.h (elf_link_record_local_dynamic_symbol): Remove unused
255 variables `link' and `elfsec'.
256 (elf_bfd_final_link): Remove unused variable `os'.
257
258 Thu Jul 15 17:55:31 1999 Mark P. Mitchell <mark@codesourcery.com>
259
260 * elf32-mips.c (_bfd_mips_elf_modify_segment_map): Don't require
261 a PT_PHDR program headers.
262 (_bfd_mips_elf_final_link): Don't assume there are going to be
263 section symbols when we're not building a shared object.
264 (_bfd_mips_elf_check_relocs): Make sure we have a GOT when
265 we need one.
266
267 1999-07-15 J.T. Conklin <jtc@redback.com>
268
269 * config.bfd (i[3456]86-*-vxworks*): New target.
270
271 1999-07-15 Mark Mitchell <mark@codesourcery.com>
272
273 * elf32-mips.c (mips_elf_stub_section_p): New function.
274 (mips_elf_calculate_relocation): Handle MIPS16 stub functions.
275 (mips_elf_relocate_section): Adjust calling sequence for
276 mips_elf_calculate_relocation and mips_elf_perform_relocation.
277 (mips_elf_perform_relocation): Turn `jal' into `jalx' where
278 required.
279
280 1999-07-15 Ian Lance Taylor <ian@zembu.com>
281
282 * configure.in: Bump version number to 2.9.5.
283 * configure: Rebuild.
284
285 Thu Jul 15 02:56:15 1999 Jeffrey A Law (law@cygnus.com)
286
287 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case R_HPPA): Handle
288 64bit format.
289 (_bfd_elf_hppa_gen_reloc_type, case R_GOTOFF): Use base reloc type
290 to derive final type instead of hardwiring a selection.
291
292 1999-07-14 Mark Mitchell <mark@codesourcery.com>
293
294 * elf32-mips.c (mips_elf_obtain_contents): Swap 16-bit halves of
295 things relocated by R_MIPS16_GPREL.
296 (mips_elf_perform_relocation): Likewise.
297
298 Wed Jul 14 15:23:19 1999 Jim Wilson <wilson@cygnus.com>
299
300 * elfxx-target.h (elfNN_bed): Add elf_backend_want_dynbss.
301
302 1999-07-14 Richard Henderson <rth@cygnus.com>
303
304 * elf32-mips.c (struct mips_got_info): Add global_gotno.
305 (_bfd_mips_elf_size_dynamic_sections): Set it.
306 (_bfd_mips_elf_final_link): Re-sort; verify the got did not grow.
307 (mips_elf_sort_hash_table): Set max_non_got_dynindex based off
308 new argument max_local.
309
310 1999-07-14 Mark Mitchell <mark@codesourcery.com>
311
312 * elf32-mips.c (mips_elf_obtain_contents): Swap the 16-bit
313 subwords when handling an R_MIPS16_26 relocation.
314 (mips_elf_perform_relocation): Don't be paranoid abour right-shift
315 semantics.
316
317 * elf32-mips.c (elf_mips16_gprel_howto): Adjust src_mask and
318 dst_mask to match reality.
319 (_bfd_mips_elf_calculate_relocation): Handle R_MIPS16_GPREL.
320 (mips_elf_obtain_contents): Use bfd_get.
321 (mips_elf_perform_relocation): Handle R_MIPS16_GPREL.
322 (mips_elf_relocate_section): Likewise.
323
324 1999-07-13 Mark Mitchell <mark@codesourcery.com>
325
326 * elf32-mips.c (mips_elf_calculate_relocation): Handle R_MIPS16_26.
327 (mips_elf_relocate_section): Adjust calling sequence for
328 mips_elf_perform_relocation.
329 (mips_elf_perform_relocation): Take additional argument. Handle
330 R_MIPS16_26. Use bfd_put for convenience.
331
332 1999-07-13 Richard Henderson <rth@cygnus.com>
333
334 * elf.c (assign_file_positions_for_segments): Thinko last change.
335 Always overwrite p_flags.
336
337 1999-07-13 Richard Henderson <rth@cygnus.com>
338
339 * elf-bfd.h (struct elf_backend_data): Add want_dynbss.
340 * elflink.c (_bfd_elf_create_dynamic_sections): Only create
341 .dynbss and .rel[a].bss if want_dynbss.
342 * elfxx-target.h (elf_backend_want_dynbss): Provide default.
343
344 1999-07-13 Richard Henderson <rth@cygnus.com>
345
346 * elf.c (assign_file_positions_for_segments): Don't overwrite p_flags.
347
348 1999-07-13 Richard Henderson <rth@cygnus.com>
349
350 * elf-bfd.h (struct elf_link_local_dynamic_entry): New.
351 (struct elf_link_hash_table): Add dynlocal.
352 (_bfd_elf_link_lookup_local_dynindx): Prototype.
353 (_bfd_elf_link_adjust_dynindx): Delete.
354 (_bfd_elf_link_renumber_dynsyms): Prototype.
355 (_bfd_elf,link_record_local_dynamic_symbol): Prototype.
356 * elfcode.h (elf_link_record_local_dynamic_symbol): New alias.
357 * elflink.c (_bfd_elf_link_adjust_dynindx): Delete.
358 (_bfd_elf_link_lookup_local_dynindx): New function.
359 (elf_link_renumber_hash_table_dynsyms): New function.
360 (_bfd_elf_link_renumber_dynsyms): New function.
361 * elflink.h (elf_link_record_local_dynamic_symbol): New function.
362 (struct elf_assign_sym_version_info): Delete removed_dynamic.
363 (bfd_elf,size_dynamic_sections): Use _bfd_strip_section_from_output
364 instead of elf_link_remove_section_and_adjust_dynindices.
365 Remove removed_dynamic code. Use _bfd_elf_link_renumber_dynsyms.
366 (elf_link_assign_sym_version): Remove removed_dynamic code.
367 (elf_link_renumber_dynsyms): Delete.
368 (elf_bfd_final_link): Install section and local symbols into .dynsym.
369
370 * elf32-m68k.c (elf_m68k_adjust_dynindx): Delete.
371 (elf_m68k_size_dynamic_sections): Don't set section dynindicies.
372 (elf_m68k_finish_dynamic_sections): Don't write section dynsyms.
373 * elf32-mips.c: Similarly.
374 * elf32-ppc.c: Similarly.
375 * elf32-sparc.c: Similarly.
376 * elf64-alpha.c: Similarly.
377 * elf64-sparc.c: Similarly.
378
379 1999-07-13 Mark Mitchell <mark@codesourcery.com>
380
381 * elf32-mips.c (mips_elf_calculate_relocation): Do not complain
382 when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
383 when the relocation is against _gp_disp.
384
385 1999-07-12 Mark Mitchell <mark@codesourcery.com>
386
387 * dwarf2.c (read_attribute): Support DW_FORM_ref8.
388 * elf32-mips.c (mips_elf_link_hash_entry): Change mips_32_relocs
389 to possibly_dynamic_relocs. Adjust usage throughout code.
390 (elf_mips_howto_table): Handle R_MIPS_64 correctly.
391 (elf_mips_ctor64_howto): Likewise.
392 (mips_elf_calculate_relocation): Handle R_MIPS_64 like R_MIPS_32.
393 Adjust indentation.
394 (mips_elf_relocate_section): Handle R_MIPS_64 in 32-bit mode.
395 (_bfd_mips_elf_check_relocs): Handle R_MIPS_64 like R_MIPS_32.
396 Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
397 * elf64-mips.c (elf_backend_may_use_rel_p): Define.
398
399 1999-07-12 Ian Lance Taylor <ian@zembu.com>
400
401 * Makefile.am: Rebuild dependencies.
402 * Makefile.in: Rebuild.
403
404 * bfd-in.h: Remove tests of COFF_IMAGE_WITH_PE.
405 * bfd-in2.h: Rebuild.
406
407 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
408 as appropriate. Use EMPTY_HOWTO as appropriate. Fill in
409 structure initializations. Add casts.
410 * reloc.c (EMPTY_HOWTO): Define.
411 * bfd-in2.h: Rebuild.
412 * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless
413 comparisons against 0.
414 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change
415 previous_ibfd_e_flags to unsigned long.
416 * vms.h (struct vms_private_data_struct): Change section_count to
417 unsigned.
418 * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned.
419 (_bfd_vms_write_gsd): Change symnum to unsigned.
420 * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned.
421 * vms-tir.c (etir_sta): Change psect to unsigned.
422 (alloc_section): Change idx to unsigned.
423 (tir_sta, tir_ctl): Change psect to unsigned.
424 (_bfd_vms_write_tir): Change len and before to bfd_size_type.
425 * vms.c (priv_section_count): Change to unsigned.
426
427 1999-07-12 Andreas Schwab <schwab@suse.de>
428
429 * elf32-m68k.c: Add some ATTRIBUTE_UNUSED.
430 * m68klinux.c: Likewise.
431
432 1999-07-12 Ian Lance Taylor <ian@zembu.com>
433
434 * Many files: Changes to avoid gcc warnings: Remove unused local
435 variables. Add default case to enum switches.
436 * coff-arm.c (bfd_arm_allocate_interworking_sections): Only
437 compile if not COFF_IMAGE_WITH_PE.
438 (record_arm_to_thumb_glue, record_thumb_to_arm_glue): Likewise.
439 (bfd_arm_get_bfd_for_interworking): Likewise.
440 (bfd_arm_process_before_allocation): Likewise.
441 * epoc-pei-arm.c: Don't rename bfd_arm functions.
442 * pei-arm.c: Likewise.
443 * elf32-mips.c (mips_elf_link_hash_table_create): Don't declare.
444 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Correct last change.
445 (mips_elf_got16_entry): Put parens around & in body of ==.
446 (mips_elf_calculate_relocation): Correct test for empty string.
447 * vms-gsd.c: Use _bfd_error_handler rather than fprintf to
448 stderr.
449 * vms-misc.c (_bfd_vms_length_hash_symbol): Correct sprintf
450 format.
451
452 1999-07-11 Ian Lance Taylor <ian@zembu.com>
453
454 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
455 as appropriate. Fill in structure initializations. Add variable
456 initializations. Add casts.
457 * dwarf1.c (parse_line_table): Change eachLine to unsigned long.
458 (dwarf1_unit_find_nearest_line): Change i to unsigned long.
459
460 * elf.c (bfd_elf_hash): Change parameter from unsigned char * to
461 char *.
462 * elf-bfd.h (bfd_elf_hash): Update declaration.
463 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove casts
464 when calling bfd_elf_hash.
465
466 1999-07-11 Mark Mitchell <mark@codesourcery.com>
467
468 * libbfd.c (bfd_put_8): Make it of type `void'.
469 * bfd-in2.h: Regenerated.
470 * elf32-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Conditionalize
471 for 32-bit hosts.
472 (_bfd_mips_elf_final_link): Likewise.
473
474 * elflink.h (elf_link_read_relocs_from_section): Be type-correct.
475
476 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
477
478 * config.bfd (hppa*-*-linux-gnu*): New target
479
480 1999-07-07 Mark Mitchell <mark@codesourcery.com>
481
482 * elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify.
483 (_bfd_mips_elf_create_dynamic_sections): New function.
484 (_bfd_mips_elf_add_symbol_hook): Likewise.
485 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
486 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
487 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
488 (_bfd_mips_elf_gc_mark_hook): Likewise.
489 (_bfd_mips_elf_gc_sweep_hook): Likewise.
490 (_bfd_mips_elf_always_size_sections): Likewise.
491 (_bfd_mips_elf_size_dynamic_sections): Likewise.
492 (_bfd_mips_elf_check_relocs): Likewise.
493 (_bfd_mips_elf_link_hash_table_create): Likewise.
494 (_bfd_mips_elf_print_private_data): Likewise.
495 (_bfd_mips_elf_link_output_symbol_hook): Likewise.
496 (_bfd_mips_elf_final_link): Likewise.
497 (_bfd_mips_elf_additional_program_headers): Likewise.
498 (_bfd_mips_elf_modify_segment_map): Likewise.
499 (_bfd_mips_elf_relocate_section): Likewise.
500 * elf32-mips.c (mips_elf32_object_p): Move contents into
501 _bfd_mips_elf_object_p.
502 (mips_elf_additional_program_headers): Rename to
503 _bfd_mips_elf_additional_program_headers.
504 (mips_elf_modify_segment_map): Rename to
505 _bfd_mips_elf_modify_segment_map.
506 (elf_mips_abi_name): Change prototype.
507 (mips_elf32_section_from_shdr): Merge into
508 _bfd_mips_elf_section_from_shdr.
509 (mips_elf32_section_processing): Merge into
510 _bfd_mips_elf_section_processing.
511 (mips_elf_final_link): Rename to _bfd_mips_elf_final_link. Invoke
512 the right back-end ELF linker.
513 (mips_elf_relocate_section): Rename to
514 _bfd_mips_elf_relocate_section. Clean up. Adjust for 64-bit code.
515 (mips_elf_link_output_symbol_hook): Rename to
516 _bfd_mips_elf_link_output_symbol_hook.
517 (mips_elf_create_dynamic_section): Rename to
518 _bfd_mips_elf_create_dynamic_section.
519 (mips_elf_check_relocs): Rename to _bfd_mips_elf_check_relocs.
520 Adjust for 64-bit code. Use mips_elf_got_section.
521 (mips_elf_adjust_dynamic_symbol): Rename to
522 _bfd_mips_elf_adjust_dynamic_symbol. Use
523 mips_elf_allocate_dynamic_relocations.
524 (mips_elf_finish_dynamic_symbol): Rename to
525 _bfd_mips_elf_finish_dynamic_symbol. Use mips_elf_got_section.
526 Adjust for 64-bit code.
527 (mips_elf_finish_dynamic_sections): Rename to
528 _bfd_mips_elf_finish_dynamic_sections. Adjust for 64-bit code.
529 (mips_elf_always_size_sections): Rename to
530 _bfd_mips_elf_always_size_sections.
531 (mips_elf_add_symbol_hook): Rename to
532 _bfd_mips_elf_add_symbol_hook.
533 (mips_elf_next_lo16_addend): Constify.
534 (mips_elf_calculate_relocation): Likewise.
535 (mips_elf_obtain_contents): Likewise.
536 (mips_elf_perform_relocation): Likewise.
537 (mips_elf_create_dynamic_relocation): Likewise.
538 (mips_elf_allocate_dynamic_relocations): New function.
539 (MIPS_ELF_REL_DYN_SECTION_NAME): New macro.
540 (MIPS_ELF_REL_SIZE): Likewise.
541 (MIPS_ELF_DYN_SIZE): Likewise.
542 (MIPS_ELF_GOT_SIZE): Likewise.
543 (MIPS_ELF_SYM_SIZE): Likewise.
544 (MIPS_ELF_LOG_FILE_ALIGN): Likewise.
545 (MIPS_ELF_GET_WORD): Likewise.
546 (MIPS_ELF_PUT_WORD): Likewise.
547 (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
548 (STUB_LW): Conditionalize for 64-bit value.
549 (elf_mips_howto_table): Add R_MIPS_HIGHER and R_MIPS_HIGHEST
550 entries.
551 (_bfd_mips_elf_merge_private_bfd_data): Merge e_ident[EI_CLASS].
552 Check it for inconsistency.
553 (_bfd_mips_elf_print_private_bfd_data): Print ABI=64 for 64-bit
554 ABI.
555 (_bfd_mips_elf_fake_sections): Remove duplicate handling of
556 .msym.
557 (mips_elf_global_got_index): Use MIPS_ELF_GOT_SIZE.
558 (mips_elf_got_offset_from_index): Use misp_elf_got_section.
559 (mips_elf_create_local_got_entry): Use MIPS_ELF_GOT_SIZE.
560 (mips_elf_local_got_index): Likewise.
561 (mips_elf_got_page): Likewise.
562 (mips_elf_got_info): Likewise.
563 (mips_elf_create_dynamic_relocation): Handle 32-bit/64-bit split.
564 (ELF_DYNAMIC_INTERPRETER): Handle 64-bit code.
565 (mips_elf_create_dynamic_sections): Use MIPS_ELF_LOG_FILE_ALIGN,
566 instead of constant `2'.
567 (mips_elf_create_got_section): Tidy. Use MIPS_ELF_GOT_SIZE.
568 (mips_elf_create_msym_section): Use MIPS_ELF_LOG_FILE_ALIGN.
569 (mips_elf_size_dynamic_sections): Use
570 MIPS_ELF_REL_DYN_SECTION_NAME, MIPS_ELF_GOT_SIZE,
571 MIPS_ELF_ADD_DYNAMIC_ENTRY. Remove #if 0'd code.
572 Adjust all releveant entries in elf backend table.
573 * elf64-mips.c (mips_elf64_section_from_shdr): Remove.
574 (mips_elf64_section_processing): Likewise.
575 Adjust elf backend entries to use _bfd_mips_elf variants now
576 publicly available.
577
578 * elflink.h (elf_link_create_dynamic_sections): Handle non-standard
579 hash-entry sizes.
580 (size_dynamic_sections): Likewise.
581 (elf_link_output_extsym): Likewise.
582 * elf.c: (elf_fake_sections): Likewise.
583 * libbfd.c (bfd_get): New macro.
584 (bfd_put): Likewise.
585 * bfd-in2.h: Regenerated.
586
587 1999-07-07 Mark Mitchell <mark@codesourcery.com>
588
589 * elf-bfd.h (elf_size_info): Add hash_entry_size,
590 int_rels_per_ext_rel, swap_dyn_out, swap_reloc_in, swap_reloc_out,
591 wap_reloca_in, and swap_reloca_out.
592 * elflink.h (elf_link_read_relocs_from_section): Adjust to handle
593 multiple internal relocations per external relocation.
594 (link_read_relocs): Likewise.
595 (elf_bfd_final_link): Likewise.
596 (elf_link_input_bfd): Likewise.
597 (elf_gc_mark): Likewise.
598 (elf_gc_smash_unused_vtentry_relocs): Likewise.
599 * elfcode.h (elf_swap_dyn_out): Adjust type to match
600 elf_swap_dyn_in.
601 (size_info): Add entries for new fields.
602 * elf64-mips.c (mips_elf64_swap_reloc_out): Enable.
603 (mips_elf64_be_swap_reloc_in): New function.
604 (mips_elf64_be_swap_reloc_out): Likewise.
605 (mips_elf64_be_swap_reloca_in): Likewise.
606 (mips_elf64_be_swap_reloca_out): Likewise.
607 (mips_elf64_size_info): Add entries for new fields.
608
609 1999-07-07 Ian Lance Taylor <ian@zembu.com>
610
611 * elflink.h (elf_bfd_final_link): Assert that section reloc_count
612 field equals the new rel_count field.
613 (elf_link_input_bfd): When doing a relocateable link, use the new
614 rel_count field rather than the reloc_count field.
615 (elf_reloc_link_order): Likewise.
616 (elf_finish_pointer_linker_section): Likewise.
617
618 Based on patch from H.J. Lu <hjl@gnu.org>:
619 * elflink.h (elf_merge_symbol): Permit a non-weak definition in a
620 shared library to override a weak definition in a regular object.
621
622 Tue Jul 6 10:23:39 1999 Jeffrey A Law (law@cygnus.com)
623
624 * libhppa.h: Revert July 2, 1999 patch.
625
626 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): T mode selectors
627 need to generate DLTIND relocations, not DLTREL relocations.
628
629 1999-07-05 Nick Clifton <nickc@cygnus.com>
630
631 * coffcode.h (coff_set_arch_mach_hook): Recognise arm 5
632 architectures.
633 (coff_set_flags): Recognise arm 5 architectures.
634
635 * cpu-arm.c: Add support for strongarm and arm9 cpus.
636 Add support for armv5 architecture.
637
638 * archures.c: Add bfd_mach_arm_5 and bfd_mach_arm_5T.
639
640 * reloc.c: Add new, assembler only, ARM reloc:
641 BFD_RELOC_ARM_ADRL_IMMEDIATE.
642
643 * bfd-in2.h: Regenerate.
644
645 1999-07-02 Mark Mitchell <mark@codesourcery.com>
646
647 * dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
648 (_bfd_dwarf2_find_nearest_line): Add ADDR_SIZE parameter.
649 * elf.c (_bfd_elf_find_nearest_line): Pass it.
650 * elf32-arm.h (elf32_arm_find_nearest_line): Likewise.
651 * elf32-mips.c (ABI_64_P): New macro.
652 (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
653 (_bfd_mips_elf_find_nearest_line): Adjust call to
654 _bfd_dwarf2_find_nearest_line.
655 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
656 * libbfd.h: Regenerated.
657
658 1999-07-02 Ian Lance Taylor <ian@zembu.com>
659
660 * config.bfd: Add * at the end of i[3456]86-*-unixware.
661
662 Fri Jul 2 12:21:10 1999 Jeffrey A Law (law@cygnus.com)
663
664 * libhppa.h (HPPA_R_ARG_RELOC): Delete.
665 (HPPA_R_CONSTANT, HPPA_R_ADDEND): Likewise.
666
667 1999-07-01 Mark Mitchell <mark@codesourcery.com>
668
669 * elf-bfd.h (bfd_elf_section_data): Add rel_count and rel_count2
670 fields.
671 (_bfd_elf_init_reloc_shdr): New function.
672 * elf.c (_bfd_elf_new_section_hook): Use bfd_zalloc, rather than
673 bfd_alloc followed by memset.
674 (_bfd_elf_init_reloc_shdr): New function, split out from ...
675 (elf_fake_sections): Here.
676 (assign_section_numbers): Assign section numbers for the second
677 relocation section, if required.
678 * elflink.h (elf_link_output_relocs): New function.
679 (elf_link_size_reloc_section): Likewise.
680 (elf_bfd_final_link): Use elf_link_size_reloc_section.
681 (elf_link_input_bfd): Use elf_link_output_relocs.
682
683 * elf32-mips.c (_bfd_mips_elf_fake_sections): Use
684 _bfd_elf_init_reloc_shdr to initialize rel_hdr2.
685
686 Thu Jul 1 13:58:48 1999 Jeffrey A Law (law@cygnus.com)
687
688 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL
689 with 22bit format.
690
691 1999-06-28 Mark Mitchell <mark@codesourcery.com>
692
693 * elf32-mips.c (mips_elf_got_info): Move declaration before
694 prototypes. Change global_gotsym to be a pointer to a hash entry,
695 rather than a number index.
696 (mips_elf_link_hash_entry): Move declaration before prototypes.
697 (mips_elf_irix6_finish_dynamic_symbol): New function.
698 (mips_elf_sign_extend): Likewise.
699 (mips_elf_high): Likewise.
700 (mips_elf_higher): Likewise.
701 (mips_elf_highest): Likewise.
702 (mips_elf_global_got_index): Likewise.
703 (mips_elf_local_got_index): Likewise.
704 (mips_elf_got_offset_from_index): Likeiwse.
705 (mips_elf_record_global_got_symbol): Likewise.
706 (mips_elf_got_page): Likewise.
707 (mips_elf_next_lo16_addend): Likewise.
708 (mips_elf_calculate_relocation): Likewise.
709 (mips_elf_obtain_contents): Likewise.
710 (mips_elf_perform_relocation): Likewise.
711 (mips_elf_assign_gp): Likewise.
712 (mips_elf_sort_hash_table_f): Likewise.
713 (mips_elf_sort_hash_table): Likewise.
714 (mips_elf_got_section): Likewise.
715 (mips_elf_got_info): Likewise.
716 (mips_elf_create_local_got_entry): Likewise.
717 (mips_elf_got16_entry): Likewise.
718 (mips_elf_create_dynamic_relocation): Likewise.
719 (elf_mips_howto_table): Add description of R_MIPS_SCN_DISP.
720 (mips_elf_final_gp): Use mips_elf_assign_gp.
721 (_bfd_mips_elf_symbol_processing): Don't move SHN_COMMON symbols
722 into SHN_SCOMMON automatically on IRIX6.
723 (mips_elf_add_symbol_hook): Likewise.
724 (mips_elf_relocate_section): Rewrite, using
725 mips_elf_calculate_relocation and mips_elf_perform_relocation.
726 (mips_elf_create_dynamic_section): Use MIPS_ELF_STUB_SECTION_NAME.
727 Don't deal with .rld_map on IRIX6.
728 (mips_elf_create_got_section): Adjust use of global_gotsym. Set
729 section flags appropriately for .got.
730 (mips_elf_check_relocs): Handle IRIX6 relocations making use of
731 the got. Call mips_elf_record_global_got_symbol and allocate
732 local got space appropriately.
733 (mips_elf_size_dynamic_sections): Use bfd_byte *, not unsigned
734 char *. Rework calculation of GOT size. Sort dynamic symbol
735 table entries so entries that do not require GOT entries appear at
736 the beginning. Don't use DT_MIPS_HIPAGENO on IRIX6. Remove dead
737 code dealing with DT_INIT and DT_FINI. Remove fiddling with
738 global_gotsym.
739 (mips_elf_finish_dynamic_symbol): Adjust creation of global GOT
740 entries.
741 (mips_elf_finish_dynamic_symbol): Use
742 mips_elf_irix6_finish_dynamic_symbol.
743 (mips_elf_finish_dynamic_sections): Correct off-by-one error
744 setting DT_MIPS_UNREFEXTNO. Adjust setting of DT_MIPS_GOTSYM for
745 change to global_gotsym. Set DT_MIPS_OPTIONS on IRIX6.
746
747 1999-06-30 Ian Lance Taylor <ian@zembu.com>
748
749 * elf32-mips.c (mips_elf_final_link): Don't set CPIC when doing a
750 relocateable link. From Ralf Baechle <ralf@uni-koblenz.de>.
751
752 1999-06-04 Philip Blundell <philb@gnu.org>
753
754 * elf32-arm.h (elf_backend_got_header_size): Define.
755 (elf_backend_plt_header_size): Likewise.
756
757 1999-06-28 Jim Pick <jim@jimpick.com>
758
759 * elf32-arm.h (elf32_arm_relocate_section): Mind no_undefined
760
761 Tue Jun 29 02:25:03 1999 Jeffrey A Law (law@cygnus.com)
762
763 * elf-hppa.c (elf_hppa_howto_table): Use bfd_elf_generic_reloc as
764 relocation function.
765 * elf32-hppa.c (hppa_elf_reloc): Kill unused/unwanted function.
766
767 1999-06-27 Mark Mitchell <mark@codesourcery.com>
768
769 * elf32-mips.c (MIPS_ELF_SRDATA_SECTION_NAME): New macro.
770 (MIPS_ELF_OPTIONS_SECTION_NAME): Likewise.
771 (MIPS_ELF_STUB_SECTION_NAME): Likewise.
772 (_bfd_mips_elf_section_from_shdr): Use them.
773 (_bfd_mips_elf_fake_sections): Likewise. Add .srdata to the list
774 of GP-relative sections.
775 (_bfd_mips_elf_set_section_contents): Use them.
776 (_bfd_mips_elf_section_processing): Share code between .sdata and
777 .lit4/.lit8 sections. Set appropriate flags for .srdata.
778 (mips_elf_additional_program_headers): Add handling for
779 PT_MIPS_OPTIONS segment on IRIX6.
780 (mips_elf_modify_segment_map): Likeiwse.
781 (mips_elf_final_link): Set EF_MIPS_CPIC when required by the ABI.
782 Include the options sections on IRIX6. Don't look for GP-relative
783 sections by name; use SHF_MIPS_GPREL instead.
784 (ELF_DYNAMIC_INTERPRETER): Adjust to use /usr/lib32/libc.so.1 for
785 the N32 ABI.
786 (mips_elf_create_dynamic_sections): Don't muck about with section
787 alignments and such on IRIX6.
788 (mips_elf_adjust_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
789 (mips_elf_size_dynamic_sections): Likewise. Adjust to handle the
790 fact that ELF_DYNAMIC_INTERPRETER is no longer a constant. Use
791 bfd_zalloc rather than bfd_alloc and memset.
792 (mips_elf_finish_dynamic_symbol): Use MIPS_ELF_STUB_SECTION_NAME.
793 Don't assert the existence of .rld_map on IRIX6.
794 (mips_elf_finish_dynamic_sections): Use MIPS_ELF_STUB_SECTION_NAME.
795
796 * elf32-mips.c (mips_elf_adjust_dynindx): Remove.
797 (mips_elf_size_dynamic_sections): Use _bfd_elf_link_adjust_dynindx
798 instead.
799
800 1999-06-26 Mark Mitchell <mark@codesourcery.com>
801
802 * elf32-mips.c (mips_elf_swap_msym_in): New function.
803 (mips_elf_swap_msym_out): New function.
804 (mips_elf_create_msym_section): Likewise.
805 (MIPS_ELF_MSYM_SECTION_NAME): New macro.
806 (_bfd_mips_elf_final_write_processing): Set sh_link for .msym.
807 (_bfd_mips_elf_section_from_shdr): Reject an SHT_MIPS_MSYM
808 section not named .msym.
809 (_bfd_mips_elf_fake_sections): Use MIPS_ELF_MSYM_SECTION_NAME, not
810 .msym directly. Set appropriate attributes for the .msym
811 section.
812 (mips_elf_link_hash_entry): Add min_dyn_reloc_index field.
813 (mips_elf_link_hash_newfunc): Clear it.
814 (mips_elf_create_dynamic_sections): Create the .msym section
815 on IRIX6.
816 (mips_elf_size_dynamic_sections): Allocate space for the
817 .msym section. Add a DT_MIPS_MSYM entry.
818 (mips_elf_finish_dynamic_symbol): Write out a .msym entry for
819 the symbol.
820 (mips_elf_finish_dynamic_sections): Assign a value for
821 DT_MIPS_MSYM. Add .msym entries for the section symbols as well.
822
823 * elf32-mips.c (irix_compat_t): New enumeration.
824 (ABI_N32_P): New macro.
825 (IRIX_COMPAT): Likewise.
826 (SGI_COMPAT): Implement in terms of IRIX_COMPAT.
827 (mips_elf_relocate_section): Fix typo.
828
829 1999-06-26 Mumit Khan <khan@xraylith.wisc.edu>
830
831 * peicode.h (coff_swap_scnhdr_out): Mark non readonly BFD sections
832 as writable PE sections.
833
834 1999-06-26 David Mosberger <davidm@hpl.hp.com>
835
836 * dwarf2.c (struct arange): New type.
837 (struct comp_unit): Replace LOW and HIGH by member ARANGE.
838 (arange_add): New function.
839 (decode_line_info): Keep track of address ranges that a compilation
840 unit covers.
841 (comp_unit_contains_address): Return true if address is contained
842 in _any_ of the address ranges associated with a compilation unit.
843 (_bfd_dwarf2_find_nearest_line): Call comp_unit_find_nearest_line
844 on the first comp_unit that contains the address.
845
846 1999-06-26 David Mosberger <davidm@hpl.hp.com>
847
848 * dwarf2.c (struct dwarf2_debug): Add member dwarf_line_buffer.
849 (decode_line_info): Add variable STASH and initialize it to point
850 to the per-bfd dwarf2_debug info. Remove static variable
851 dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
852
853 1999-06-26 Ian Lance Taylor <ian@zembu.com>
854
855 * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
856 shared library to have an undefined symbol.
857
858 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
859 * elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
860
861 Thu Jun 24 20:59:11 1999 Jeffrey A Law (law@cygnus.com)
862
863 * elf-hppa.c (elf_hppa_final_write_processing): New function.
864 * elf32-hppa.c: Remove everything related to symbol extension
865 sections & records. Use the common elf_hppa_final_write_processing.
866
867 1999-06-22 Mark Mitchell <mark@codesourcery.com>
868
869 * elflink.h (size_dynamic_sections): Use user-specified init/fini
870 functions instead of _init/_fini if requested.
871
872 1999-06-23 Ian Lance Taylor <ian@zembu.com>
873
874 * elf.c (bfd_section_from_shdr): Avoid crashing on a bogus sh_link
875 field.
876
877 1999-06-22 Ian Lance Taylor <ian@zembu.com>
878
879 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
880 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set unused dynindx
881 field to 0, not -1.
882 (ppc_elf_finish_dynamic_sections): Check for positive section
883 dynindx field, rather than comparing against -1.
884 (ppc_elf_relocate_section): Only return false if undefined_symbol
885 or reloc_overflow fail, not always upon encountering an error.
886
887 1999-06-22 Mark Mitchell <mark@codesourcery.com>
888
889 * elflink.h (link_read_relocs): Explicitly cast external_relocs to
890 bfd_byte * before performing pointer arithmetic.
891
892 Tue Jun 22 13:06:25 1999 Jeffrey A Law (law@cygnus.com)
893
894 * elf-hppa.h: New file. Common stuff for elf32 and elf64 PA
895 support.
896 * elf32-hppa.c: Include elf-hppa.h.
897 (ARCH_SIZE): Define.
898 (elf_hppa_reloc_type_lookup): Delete. Found in the common code
899 now.
900 (elf32_hppa_info_to_howto): Similarly.
901 (elf_hppa_howto_table): Similarly.
902 (elf_hppa_reloc_type_lookup): Similarly.
903 (hppa_elf_gen_reloc_type): Similarly.
904 * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
905
906 1999-06-22 Nick Clifton <nickc@cygnus.com>
907
908 * elf32-v850.c (v850_elf_final_link_relocate): Catch overflow
909 handling R_V850_22_PCREL relocation.
910
911 1999-06-21 Ian Lance Taylor <ian@zembu.com>
912
913 * coff-arm.c (arm_emit_base_file_entry): Explicitly declare return
914 type.
915
916 Sun Jun 20 14:13:57 1999 Richard Henderson <rth@cygnus.com>
917
918 * section.c (_bfd_strip_section_from_output): Ignore sections
919 DISCARDed by the link script.
920
921 1999-06-19 Ian Lance Taylor <ian@zembu.com>
922
923 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
924 Remove unused local variable spp.
925
926 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash if
927 the entry symbol is not set.
928
929 Fri Jun 18 04:24:57 1999 Richard Henderson <rth@cygnus.com>
930
931 * elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust
932 GPDISP or LITUSE in a relocatable link.
933
934 Thu Jun 17 21:24:43 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
935
936 * dwarf1.c (alloc_dwarf1_unit): Allocate using bfd_zalloc.
937 * (alloc_dwarf1_func): Likewise.
938
939 Wed Jun 16 03:09:57 1999 Jeffrey A Law (law@cygnus.com)
940
941 * libhppa.h: Fix various formatting errors.
942 (assemble_3); Rewrite using CATENATE.
943 (assemble_17): Fix various bugs.
944
945 1999-06-16 Nick Clifton <nickc@cygnus.com>
946
947 * elf32-mcore.c (R_MCORE_RAW): Fix definition.
948
949 1999-06-15 Richard Henderson <rth@cygnus.com>
950
951 * section.c (SEC_SHORT): Define.
952 * bfd-in2.h: Rebuild.
953
954 1999-06-13 Mark Mitchell <mark@codesourcery.com>
955
956 * elflink.h (elf_link_remove_section_and_adjust_dynindices):
957 Remove abfd parameter. Use _bfd_strip_section_from_output.
958 (bfd_elf_size_dynamic_sections): Adjust callers accordingly.
959
960 * elf-bfd.h (_bfd_elf_link_adjust_dynindx): New function.
961 * elflink.c (_bfd_elf_link_adjust_dynindx): Define it.
962 * elflink.h (elf_link_remove_section_and_adjust_dynindices): New
963 function.
964 (bfd_elf_size_dynamic_sections): Use it.
965
966 1999-06-13 Alan Modra <alan@spri.levels.unisa.edu.au>
967
968 * elf32-i386.c (elf_howto_table): Change R_386_PC8 from
969 complain_overflow_bitfield to complain_overflow_signed.
970
971 1999-06-13 Mark Mitchell <mark@codesourcery.com>
972
973 * elflink.h (elf_link_read_relocs_from_section): New function,
974 split out from ...
975 (elf_link_read_relocs): Here. Use it for both relocation
976 sections.
977
978 1999-06-12 Mark Mitchell <mark@codesourcery.com>
979
980 * elfcode.h (elf_slurp_reloc_table_from_section): Don't assume
981 asect->reloc_count is valid.
982
983 1999-06-12 Ian Lance Taylor <ian@zembu.com>
984
985 * elf32-mips.c (mips_elf32_section_processing): Permit a
986 SHT_MIPS_REGINFO section to have a size of 0.
987
988 1999-06-12 David O'Brien <obrien@freebsd.org>
989
990 * config.bfd (alpha*-*-freebsd*): New target.
991 (i[3456]86-*-freebsd*): Now defaults to ELF.
992
993 1999-06-11 Ian Lance Taylor <ian@zembu.com>
994
995 * reloc.c (_bfd_relocate_contents): Permit bitfield relocations to
996 wrap if the relocation covers the high bit of an address.
997
998 * dwarf2.c (decode_line_info): Remove unused variable first_time.
999
1000 1999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
1001
1002 * elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std
1003 instead of R_SPARC_max.
1004 (sparc64_elf_info_to_howto): Likewise.
1005 * elf32_sparc.c (elf32_sparc_relocate_section): Likewise.
1006 (elf32_sparc_info_to_howto): Likewise; handle vtable relocations.
1007
1008 1999-06-07 Richard Henderson <rth@cygnus.com>
1009
1010 * section.c (_bfd_strip_section_from_output): Remove output
1011 sections with no initial link_order.
1012
1013 1999-06-07 Nick Clifton <nickc@cygnus.com>
1014
1015 * elf32-m88k.c (ELF_MAXPAGESIZE): Define.
1016
1017 Mon Jun 7 11:49:43 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1018
1019 * Makefile.am (SOURCE_HFILES): Add missing headers.
1020 * Makefile.in: Regenerated.
1021
1022 1999-06-06 Mark Mitchell <mark@codesourcery.com>
1023
1024 * elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
1025 the N32 ABI.
1026
1027 1999-06-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1028
1029 * elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
1030 range undefweak symbols.
1031 * hash.c: Add missing comma after @xref{}
1032 * linker.c: Likewise.
1033
1034 1999-06-04 Nick Clifton <nickc@cygnus.com>
1035
1036 * elfxx-target.h (ELF_MAXPAGESIZE): Produce an error message
1037 if not defined.
1038 * elf32-gen.c (ELF_MAXPAGESIZE): Define.
1039 * elf32-i860.c (ELF_MAXPAGESIZE): Define.
1040 * elf32-i960.c (ELF_MAXPAGESIZE): Define.
1041 * elf64-gen.c (ELF_MAXPAGESIZE): Define.
1042
1043 1999-06-04 Ian Lance Taylor <ian@zembu.com>
1044
1045 * Makefile.am: Rebuild dependencies.
1046 (BFD32_BACKENDS): Add dwarf1.lo.
1047 (BFD32_BACKENDS_CFILES): Add dwarf1.c.
1048 * Makefile.in: Rebuild.
1049
1050 1999-06-04 Nick Clifton <nickc@cygnus.com>
1051
1052 * Makefile.am: Add epoc-arm-pe target.
1053 * Makefile.in: Regenerate.
1054 * pe-arm.c: Only redefine interworking function names if they have
1055 not already been redefined.
1056 * pei-arm.c: Only redefine interworking function names if they have
1057 not already been redefined.
1058 * epoc-pe-arm.c: Redefine interworking function names to avoid a
1059 name space clash.
1060 * epoc-pei-arm.c: Redefine interworking function names to avoid a
1061 name space clash.
1062
1063 1999-06-03 Nick Clifton <nickc@cygnus.com>
1064
1065 * elfxx-target.h (ELF_MAXPAGESIZE): Default to 0x1000 not 1.
1066
1067 Fri Jun 4 10:05:11 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1068
1069 * elf.c (elf_fake_sections): Undo change of 1999-05-10.
1070
1071 Fri Jun 4 03:10:49 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1072
1073 * elf32-sh.c (sh_elf_relax_delete_bytes): Fix setting of
1074 start / stop for recalculating of r_addend of R_SH_SWITCH*.
1075
1076 Fri Jun 4 02:53:13 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1077
1078 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH32
1079 in other text sections.
1080
1081 Fri Jun 4 02:29:34 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
1082
1083 * libbfd.c (_bfd_generic_verify_endian_match): New function.
1084 * libbfd-in.h (_bfd_generic_verify_endian_match): Declare.
1085 * libbfd.h: Regenerate.
1086 * coff-sh.c (sh_merge_private_data): Delete.
1087 (coff_bfd_merge_private_bfd_data): Change to
1088 _bfd_generic_verify_endian_match.
1089 (elf32-sh.c): bfd_elf32_bfd_merge_private_bfd_data: Define.
1090
1091 1999-06-03 Ulrich Drepper <drepper@cygnus.com>
1092
1093 * elf32-arm.h: Fix typo: change ELF_MAXPAGE_SIZE to ELF_MAXPAGESIZE.
1094
1095 1999-06-03 Ian Lance Taylor <ian@zembu.com>
1096
1097 * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
1098 prototype.
1099 (bfd_elf32_arm_process_before_allocation): Likewise.
1100 * bfd-in2.h: Rebuild.
1101
1102 1999-06-03 David Mosberger <davidm@hpl.hp.com>
1103
1104 * dwarf2.c (struct line_info): Add member END_SEQUENCE to keep
1105 track of end_sequence markers.
1106 (add_line_info): Add END_SEQUENCE arg.
1107 (decode_line_info): Don't try to infer lo_pc and hi_pc from the
1108 debug-line info---it doesn't work right if a compilation unit
1109 consists of multiple discontiguous code-sequences. It would be
1110 worthwhile to optimize for the common case where a compilation
1111 unit results in a contiguous set of code sequences, but this is
1112 quite tricky to get right for arbitrary DWARF2 files.
1113 (lookup_address_in_line_info_table): Don't use the last line entry
1114 for a compilation unit for anything with an address higher than
1115 this line entry. Also, check for end_sequence markers to
1116 correctly handle discontinuities.
1117 (_bfd_dwarf2_find_nearest_line): When checking previously loaded
1118 compilation units, check all compilation units with each->high==0
1119 just like when reading compilation units.
1120
1121 * dwarf2.c (decode_line_info): Initialize table->files and
1122 table->last_line to NULL to avoid segfaults due to random
1123 values in these members.
1124 (concat_filename): Check for out-of-range file number before
1125 indexing filename table. Segfaults suck.
1126
1127 * dwarf2.c (decode_line_info): Don't truncate address to least
1128 significant 32 bits (breaks 64 bit targets).
1129 (lookup_address_in_function_table): Ditto.
1130 (comp_unit_contains_address): Ditto.
1131
1132 1999-06-02 Mark Mitchell <Mark Mitchell <mark@codesourcery.com>>
1133
1134 * elf32-mips.c (elf_mips_howto_table): Add R_MIPS_JALR.
1135 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
1136 (mips_elf64_howto_table_rela): Likewise.
1137
1138 * elfcode.h (elf_slurp_reloc_table_from_section): New function,
1139 split out from ...
1140 (elf_slurp_reloc_table): Here. Use it to handle the case where a
1141 single section has two associated relocation sections.
1142
1143 1999-06-02 Mark Salter <msalter@cygnus.com>
1144
1145 * coffcode.h (coff_set_alignment_hook): Set lma from s_vaddr if
1146 COFF_WITH_PE defined.
1147
1148 1999-06-02 Nick Clifton <nickc@cygnus.com>
1149
1150 * pe-arm.c: Rename global arm interworking functions to avoid name
1151 collision when all targets BFD is built.
1152 * pei-arm.c: Ditto.
1153
1154 1999-05-31 Mark Mitchell <mark@codesourcery.com>
1155
1156 * elf-bfd.h (elf_backend_data): Remove use_rela_p. Add
1157 may_use_rel_p, may_use_rela_p, default_use_rela_p.
1158 (bfd_elf_section_data): Add use_rela_p.
1159 * elf.c (bfd_section_from_shdr): Set use_rela_p appropriately.
1160 (_bfd_elf_new_section_hook): Likewise.
1161 (elf_fake_sections): Use may_use_rela_p, etc., instead of
1162 use_rela_p.
1163 (_bfd_elf_copy_private_section_data): Copy use_rela_p.
1164 * elfcode.h (write_relocs): Determine whether or not use rela
1165 relocs based on the relocation section header.
1166 * elflink.c (_bfd_elf_create_dynamic_sections): Use default_use_rela_p
1167 instead of use_rela_p.
1168 * elfxx-target.h (elf_backend_may_use_relp): New macro.
1169 (elf_backend_may_use_rela_p): Likewise.
1170 (elf_backend_default_use_rela_p): Likewise.
1171 (elfNN_bed): Use them.
1172
1173 Wed Jun 2 12:38:49 1999 Miodrag Vallat <miodrag@multimania.com>
1174
1175 * hosts/alphalinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Expand to 4096.
1176
1177 Tue Jun 1 17:57:58 1999 Mark P. Mitchell <mitchell@n02.acl.lanl.gov>
1178
1179 * reloc.c (BFD_RELOC_MIPS_SUB): New relocation.
1180 (BFD_RELOC_MIPS_GOT_PAGE): Likewise.
1181 (BFD_RELOC_MIPS_GOT_OFST): Likewise.
1182 (BFD_RELOC_MIPS_GOT_DISP): Likewise.
1183 * bfd-in2.h: Regenerated.
1184 * libbfd.h: Likewise.
1185 * elf32-mips.c (mips_info_to_howto_rela): New function.
1186 (USE_REL): Adjust for new conventions.
1187 (MINUS_ONE): New macro.
1188 (elf_mips_howto_table): Add R_MIPS_SUB.
1189 (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE, MIPS_GOT_OFST,
1190 and MIPS_GOT_DISP.
1191 (mips_elf_final_write_processing): Set sh_link, not sh_info, for a
1192 .MIPS.content section.
1193 (_bfd_mips_elf_fake_sections): Treat all sections that begin
1194 with .MIPS.content as .MIPS.content sections. Set
1195 SHF_MNIPS_NOSTRIP for such section.
1196 (elf_info_to_howto): Define to mips_info_to_howto_rela.
1197 * elf64-mips.c (mips_r): Add entries for MIPS_SUB, MIPS_GOT_PAGE,
1198 MIPS_GOT_OFST, and MIPS_GOT_DISP.
1199
1200 Wed Jun 2 11:51:12 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1201
1202 * vms-misc.c (_bfd_vms_hash_newfunc): Fix use of uninitialized
1203 variable.
1204
1205 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Avoid ambigous
1206 `else'.
1207
1208 1999-05-30 Philip Blundell <philb@gnu.org>
1209
1210 * elf32-arm.h (elf32_arm_relocate_section): Reinstate change of
1211 1993-03-25 (!!). Take into account the bitmasks for the reloc so
1212 the addend does not overflow into the rest of the word.
1213
1214 1999-05-29 Nick Clifton <nickc@cygnus.com>
1215
1216 * bfd-in.h: Amend prototype for
1217 bfd_elf32_arm_process_before_allocation .
1218 * bfd-in.h: Regenerate.
1219
1220 * elfarm-oabi.c (NUM_ELEM): New macro: Compute the number of
1221 elements in a fixed sized array.
1222 (ARM_ELF_ABI_VERSION): Define.
1223 (ARM_ELF_OS_ABI_VERSION): Define.
1224 (R_ARM_THM_ABS5): Fix rightshift and size.
1225 (R_ARM_THM_PC22): Fix size.
1226 (R_ARM_PLT32): Define Howto.
1227 (find_howto): New function: Locate a howto based on a reloc
1228 number.
1229 (elf32_arm_info_to_howto): Use find_howto if necessary.
1230 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
1231 bfd_reloc_code_real_type.
1232 (elf32_arm_reloc_map[]): Add entries for BFD_RELOC_VTABLE_INHERIT
1233 and BFD_RELOC_VTABLE_ENTRY.
1234 (elf32_arm_reloc_type_lookup): Use find_howto if necessary.
1235
1236 * elfarm-nabi.c (NUM_ELEM): New macro: Compute the number of
1237 elements in a fixed sized array.
1238 (ARM_ELF_ABI_VERSION): Define.
1239 (ARM_ELF_OS_ABI_VERSION): Define.
1240 (R_ARM_THM_ABS5): Fix rightshift and size.
1241 (R_ARM_THM_PC22): Fix size.
1242 (elf32_arm_info_to_howto_rel): Rename to elf32_arm_info_to_howto.
1243 (elf32_arm_reloc_map): Change type of field bfd_reloc_val to
1244 bfd_reloc_code_real_type.
1245
1246 * elf32-arm.h (struct elf32_arm_link_hash_table): Add new field:
1247 no_pipeline_knowledge.
1248 (elf32_arm_link_hash_create): Initialise new field to zero.
1249 (bfd_elf32_arm_process_before_allocation): Add new paraemter:
1250 no_pipeline_knowledge. Use this parameter to initialise the field
1251 in the globals data structure.
1252 (elf32_arm_final_link_relocate): Only add in pipeline offset if
1253 no_pipeline_knowledge is false and the binary is from an old
1254 toolchain.
1255 (elf32_arm_merge_private_data): Generate an error if an attempt is
1256 made to linl together big endian and little endian code.
1257 (elf32_arm_post_process_headers): New function: Initialise the
1258 EI_OSABI and EI_ABIVERSION fields of the newly created ELF program
1259 header.
1260 (elf_backend_post_process_headers): Define.
1261
1262 1999-05-28 Nick Clifton <nickc@cygnus.com>
1263
1264 * elf-bfd.h (struct elf_backend_data): Add new field:
1265 elf_backend_post_process_headers.
1266
1267 * elfxx-target.h (elf_backend_post_process_headers): Define to
1268 NULL if not already defined.
1269 (elfNN_bed): Initialise elf_backend_post_process_headers field.
1270
1271 * elf.c (prep_headers): Set the EI_OSABI and EI_ABIVERSION fields
1272 to zero.
1273 (_bfd_elf_compute_section_file_positions): Call
1274 elf_backend_post_process_headers if defined.
1275
1276 1999-05-28 Ian Lance Taylor <ian@zembu.com>
1277
1278 * configure.in: Check whether getuid and getgid exist.
1279 * archive.c: Define getuid and getgid as macros if HAVE_GETUID or
1280 HAVE_GETGID are not defined, respectively.
1281 (bfd_write_armap): Don't special case on _WIN32 for getuid and
1282 getgid.
1283 * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*.
1284 * configure, config.in: Rebuild.
1285
1286 1999-05-28 Martin Dorey <mdorey@madge.com>
1287
1288 * elf32-i960.c: New file.
1289 * elf.c (prep_headers): Handle bfd_arch_i960.
1290 * targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec.
1291 * config.bfd (i960-*-elf*): New target.
1292 * configure.in (bfd_elf32_i960_vec): New target vector.
1293 * Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo.
1294 (BFD32_BACKENDS_CFILES): Add elf32-i960.c.
1295 * Makefile.in, aclocal.m4, configure: Rebuild.
1296
1297 1999-05-27 Nick Clifton <nickc@cygnus.com>
1298
1299 * elfarm-oabi.c (elf32_arm_howto_table): Add entry for
1300 R_ARM_PLT32.
1301 (find_howto): New function: Find entries in the
1302 elf32_arm_howto_table.
1303 (elf32_arm_info_to_howto): Use find_howto if the entry cannot be
1304 computed simply.
1305 (elf32_arm_reloc_type_lookup): Add lookup for
1306 BFD_RELOC_ARM_PLT32.
1307
1308 1999-05-25 Philip Blundell <pb@nexus.co.uk>
1309
1310 * bfd/elf32-arm.h (elf32_arm_link_hash_newfunc): New function.
1311 (elf32_arm_link_hash_table_create): Use above function as the
1312 constructor for hash table entries.
1313 (elf32_arm_relocate_section): Avoid crash when there is no output
1314 section.
1315 (elf32_arm_final_link_relocate): New parameter h.
1316 (elf32_arm_relocate_section): Pass symbol hash entry to above
1317 routine.
1318 (elf32_arm_gc_sweep_hook, elf32_arm_check relocs): Correct
1319 comments.
1320
1321 1999-05-25 Catherine Moore <clm@cygnus.com>
1322
1323 * coff-arm.c (coff_arm_relocate_section): Don't emit
1324 base file entries for pc-relative values.
1325
1326 1999-05-25 DJ Delorie <dj@cygnus.com>
1327
1328 * peicode.h (coff_swap_sym_in): When we create the actual section
1329 to reflect the not-there section C_SECTION symbols refer to,
1330 change the symbol class to C_STAT as the section is now really
1331 there.
1332
1333 1999-05-24 Philip Blundell <pb@nexus.co.uk>
1334
1335 * elf32-arm.h (elf32_arm_relocate_section): Undo change of
1336 1999-03-25.
1337
1338 Mon May 17 13:35:35 1999 Stan Cox <scox@cygnus.com>
1339
1340 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed
1341 F_PIC_INT to F_PIC.
1342 * coffcode.h (coff_set_arch_mach_hook): Added F_ARM_2a, and
1343 F_ARM_3M labels. Changed F_PIC_INT to F_PIC.
1344
1345 1999-05-16 Nick Clifton <nickc@cygnus.com>
1346
1347 * coff-mcore.c (in_reloc_p): Reinstate.
1348
1349 1999-05-15 Nick Clifton <nickc@cygnus.com>
1350
1351 * reloc.c (BFD_RELOC_MCORE_RVA): Define.
1352 * bfd-in2.h: Regenerate.
1353 * coff-mcore.c (in_reloc_p): Remove defintion.
1354 (mcore_coff_howto): Add IMAGE_REL_MCORE_RVA.
1355 (mcore_coff_reloc_type_lookup): Map BFD_RELOC_RVA to
1356 IMAGE_REL_MCORE_RVA.
1357 (coff_mcore_rtype_to_howto): Add special processing for
1358 IMAGE_REL_MCORE_RVA.
1359 (coff_mcore_relocate_section): Add support for
1360 IMAGE_REL_MCORE_RVA.
1361 * elf32-mcore (mcore_elf_howto_): Add R_MCORE_RELATIVE.
1362 (mcore_elf_reloc_type_lookup): Map BFD_RELOC_RVA to
1363 R_MCORE_RELATIVE.
1364 (mcore_elf_relocate_section): Delete redundant case labels.
1365
1366 Fri May 14 10:59:55 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1367
1368 * elf32-arm.h (elf32_arm_relocate_section): Fix operator
1369 precedence between bit-and and comparison.
1370
1371 Thu May 13 09:45:23 1999 Joel Sherrill (joel@OARcorp.com)
1372
1373 * config.bfd (i[3456]86*-*-rtems*, m68k*-*-rtems*): Added to
1374 list of target formats (targ_selvecs).
1375 (i[3456]86*-*-rtemself*, mips*el-*-rtems*): New targets.
1376 (powerpcle*-*rtems*, sh-*-rtemself*): New targets.
1377
1378 1999-05-10 DJ Delorie <dj@cygnus.com>
1379
1380 * ecoff.c (_bfd_ecoff_write_armap): give the symtab element a
1381 reasonable mode until "ar x" is smart enough to skip it (fixes
1382 gcc/libgcc.a builds on mips-ecoff targets
1383
1384 * coffcode.h (styp_to_sec_flags): Explain how COMDATs are supposed
1385 to work. Hack to support MS import libraries, which use different
1386 COMDAT types than GNU.
1387 (coff_slurp_symbol_table): C_SECTION symbols are local; they refer
1388 to implied zero-length sections (see peicode below)
1389 * coffgen.c (coff_get_normalized_symtab): Properly read long MS
1390 filename symbols, which use one *or more* auxents.
1391 * coffswap.h (coff_swap_aux_in): ditto
1392 * peicode.h (coff_swap_sym_in): Build the implied zero-length
1393 sections
1394
1395 Tue May 11 15:51:58 1999 Jeffrey A Law (law@cygnus.com)
1396
1397 * elf32-v850.c (v850_elf_howto_table): Make partial_inplace false
1398 for all relocations.
1399
1400 1999-05-10 Catherine Moore <clm@cygnus.com>
1401
1402 * bfd-in.h (bfd_arm_allocate_interworking_sections): Static
1403 if COFF_IMAGE_WITH_PE.
1404 (bfd_arm_process_before_allocation): Likewise.
1405 (bfd_arm_get_bfd_for_interworking): Likewise.
1406 * coff-arm.c: Likewise.
1407 * bfd-in2.h: Regenerate.
1408 * configure.in (armpe_little_vec): Remove coff-arm.lo.
1409 (armpe_big_vec): Likewise.
1410 * configure: Rebuild.
1411
1412 1999-05-10 Nick Clifton <nickc@cygnus.com>
1413
1414 * elf.c (elf_fake_sections): Check for .rel. as start of rel
1415 section, not just .rel. Same for .rela.
1416
1417 1999-05-07 Nick Clifton <nickc@cygnus.com>
1418
1419 * coff-mcore.c (coff_mcore_relocate_section): Replace assert about
1420 endianism with an error message.
1421
1422 Thu May 6 17:09:09 1999 Fred Fish <fnf@be.com>
1423
1424 * dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer
1425 assignment from "unsigned char *" to "char *".
1426 (decode_line_info): Likewise for dwarf_line_buffer assignment.
1427
1428 1999-05-05 Catherine Moore <clm@cygnus.com>
1429
1430 * coff-arm.c (coff_arm_relocate_section): Add one to
1431 address of ARM_RVA32 thumb functions.
1432
1433 1999-05-05 Catherine Moore <clm@cygnus.com>
1434
1435 * elf32-m68k.c (elf32_m68k_set_private_flags): New.
1436 (elf32_m68k_copy_private_bfd_data): New.
1437 (elf32_m68k_merge_private_bfd_data): New.
1438 (elf32_m68k_print_private_bfd_data): New.
1439 (CPU32_FLAG): Define.
1440 (PLT_CPU32_ENTRY_SIZE): Define.
1441 (elf_cpu32_plt0_entry): Declare.
1442 (elf_cpu32_plt_entry): Declare.
1443 (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
1444 (elf_m68k_finish_dynamic_symbol): Likewise.
1445 (elf_m68k_finish_dynamic_sections): Likewise.
1446 (elf_backend_plt_header_size): Remove definition.
1447 (bfd_elf32_bfd_copy_private_bfd_data): Define.
1448 (bfd_elf32_bfd_merge_private_bfd_data): Define.
1449 (bfd_elf32_bfd_set_private_flags): Define.
1450 (bfd_elf32_bfd_print_private_bfd_data): Define.
1451
1452 Mon May 3 09:24:49 1999 Jeffrey A Law (law@cygnus.com)
1453
1454 * som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
1455 and R_LONG_PCREL_MODE.
1456
1457 1999-04-29 Nick Clifton <nickc@cygnus.com>
1458
1459 * coff-mcore.c (coff_mcore_relocate_section): Fix typos.
1460
1461 Fri Apr 28 16:36:19 1999 Stan Cox <scox@cygnus.com>
1462
1463 * elf32-sh.c (sh_elf_relocate_section): Include relocation addend
1464 in relocation calculation.
1465
1466 1999-04-26 Tom Tromey <tromey@cygnus.com>
1467
1468 * aclocal.m4, configure: Updated for new version of libtool.
1469
1470 1999-04-21 Nick Clifton <nickc@cygnus.com>
1471
1472 * coff-mcore.c: Add support for mcore relocs.
1473
1474 1999-04-20 Gavin Romig-Koch <gavin@cygnus.com>
1475
1476 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): Scrap the
1477 incorrect use EF_MIPS_xxBITPTRS.
1478
1479 1999-04-18 Ian Lance Taylor <ian@zembu.com>
1480
1481 * elf64-alpha.c (elf64_alpha_relax_section): Remove unused local
1482 variable insn.
1483
1484 * bfd-in2.h: Rebuild.
1485 * libbfd.h: Rebuild.
1486
1487 Sat Apr 17 20:55:15 1999 Catherine Moore <clm@cygnus.com>
1488
1489 * coff-arm.c (coff_arm_rtype_to_howto): Remove ARM26D transform.
1490 (coff_arm_relocate_section): Add ARM26D transform. Only
1491 change to ARM26D for relocateable links.
1492
1493 1999-04-16 Gavin Romig-Koch <gavin@cygnus.com>
1494
1495 * elf32-mips.c (_bfd_mips_elf_print_private_bfd_data): New.
1496 (bfd_elf32_bfd_print_private_bfd_data): New.
1497
1498 1999-04-15 Doug Evans <devans@casey.cygnus.com>
1499
1500 * elf32-arm.h (elf32_arm_final_link_relocate): For R_ARM_THM_ABS5,
1501 refetch addend if USE_REL, add many comments regarding current state.
1502 For R_ARM_THM_PC22, refetch addend if USE_REL, simplify.
1503 * elfarm-nabi.c (elf32_arm_howto_table): For R_ARM_THM_ABS5, fix
1504 size and rightshift. For R_ARM_THM_PC22, fix bitsize.
1505 * elfarm-oabi.c (elf32_arm_howto_table): Ditto.
1506
1507 Wed Apr 14 14:33:08 1999 Richard Henderson <rth@cygnus.com>
1508
1509 * elf32-mips.c (_bfd_mips_elf_read_ecoff_info): Zero `debug'.
1510 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Likewise.
1511
1512 1999-04-13 David Mosberger <davidm@hpl.hp.com>
1513
1514 * dwarf2.c (decode_line_info): Don't truncate address to least
1515 significant 32 bits (breaks 64 bit targets).
1516 (lookup_address_in_function_table): Ditto.
1517 (comp_unit_contains_address): Ditto.
1518
1519 Tue Apr 13 21:27:19 1999 Catherine Moore <clm@cygnus.com>
1520
1521 * coff-arm.c (arm_emit_base_file_entry): New routine.
1522 (A2T3_OFFSET): Define.
1523 (T2A3_OFFSET): Define.
1524 (coff_arm_relocate_section): Emit base file entries for interworking
1525 stubs.
1526
1527 1999-04-13 Philip Blundell <philb@gnu.org>
1528
1529 * elfarm-nabi.c (elf32_arm_howto_table): Add dummy entries for
1530 relocs 17 through 19.
1531
1532 Sun Apr 11 01:25:17 1999 Richard Henderson <rth@cygnus.com>
1533
1534 * elfcode.h: Remove fnmatch.h.
1535 * elflink.h (elf_link_assign_sym_version): Call back to ld
1536 instead of calling fnmatch.
1537
1538 * config.bfd (i?86-*-beoself): Include pe vecs.
1539
1540 Sun Apr 11 01:14:06 1999 Richard Henderson <rth@cygnus.com>
1541
1542 * elf32-i386.c (elf_i386_finish_dynamic_sections): Allow .plt
1543 to go missing.
1544
1545 1999-04-10 Richard Henderson <rth@cygnus.com>
1546
1547 * elf32-i386.c (elf_i386_relocate_section): Mind no_undefined
1548 when trying to resolve dynamic symbol references.
1549 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1550 * elf32-mips.c (mips_elf_relocate_section): Likewise.
1551 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1552 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1553 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1554 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1555 * elflink.h (elf_link_output_extsym): Likewise.
1556
1557 Sat Apr 10 15:12:09 1999 Richard Henderson <rth@cygnus.com>
1558
1559 * section.c (_bfd_strip_section_from_output): New function moved from
1560 * elf64-alpha.c (elf64_alpha_strip_section_from_output): ... here.
1561 * elf32-i386.c (elf_i386_size_dynamic_sections): Use it.
1562 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1563 * elf32-mips.c (mips_elf_size_dynamic_sections): Likewise.
1564 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1565 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1566 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
1567 * bfd-in2.h: Update.
1568
1569 1999-04-09 Ian Lance Taylor <ian@zembu.com>
1570
1571 * elf64-sparc.c: Fix incorrect calls to bfd_check_overflow.
1572
1573 1999-04-08 Nick Clifton <nickc@cygnus.com>
1574
1575 * coff-mcore.c: New File: Support for mcore-pe targets.
1576 * cpu-mcore.c: New File: Support for mcore targets.
1577 * elf32-mcore.c: New File: Support for mcore-elf target.
1578 * pe-mcore.c: New File: Definitions for mcore-pe target.
1579 * pei-mcore.c: New File: Definitions for mcore-pei target.
1580 * Makefile.am: Add support for MCore targets.
1581 * Makefile.in: Regenerate.
1582 * config.bfd: Add support for MCore targets.
1583 * configure.in: Add support for MCore targets.
1584 * configure: Regenerate.
1585 * archures.c: Add support for MCore architecture.
1586 * bfd-in2.h: Regenerate.
1587 * coffcode.h: Add support for mcore-pe targets.
1588 * elf.c: Add support for mcore-elf target.
1589 * reloc.c: Add support for MCore relocs.
1590 * targets.c: Add support for MCore targets.
1591
1592 1999-04-07 Nick Clifton <nickc@cygnus.com>
1593
1594 * elfarm-nabi.c (elf32_arm_howto_table): Add entries for
1595 R_ARM_XPC25 and R_ARM_THM_XPC22.
1596 (elf32_arm_reloc_map): Remove redundant entries.
1597
1598 1999-04-06 Ian Lance Taylor <ian@zembu.com>
1599
1600 * sysdep.h (LC_MESSAGES): Never define.
1601
1602 1999-04-06 Chris Torek <torek@bsdi.com>
1603
1604 * reloc.c (bfd_check_overflow): Add addrsize parameter. Change
1605 all callers. Rewrite completely.
1606 (_bfd_relocate_contents): Rewrite overflow checking.
1607 * bfd-in2.h: Rebuild.
1608
1609 1999-04-05 Ian Lance Taylor <ian@zembu.com>
1610
1611 From Gabriel Paubert <paubert@iram.es>:
1612 * elf32-ppc.c (ppc_elf_howto_raw): Set R_PPC_GOT16_LO,
1613 R_PPC_PLT16_LO and R_PPC_SECTOFF_LO to be complain_overflow_dont.
1614 Set R_PPC_PLT16_HA, R_PPC_SECTOFF_HA and R_PPC_EMB_NADDR16_HA to
1615 have a rightshift of 16 and use ppc_elf_addr16_ha_reloc.
1616 * ppcboot.c (ppcboot_vec): Use little endian routines for
1617 headers.
1618
1619 * elf.c (elfcore_strndup): Only define if it will be used.
1620 * elf32-ppc.c (ppc_elf_relax_section): Remove unused locals irel
1621 and irelend.
1622 (ppc_elf_check_relocs): Remove unused local i.
1623 (ppc_elf_gc_mark_hook): Add default case to switch.
1624
1625 From Bernd Nitzler <nitzler@kagcpd01.ag01.kodak.COM>:
1626 * srec.c (srec_scan): Accept \r in symbol definitions.
1627 (srec_object_p): Set HAS_SYMS if we saw any symbols.
1628 (symbolsrec_object_p): Likewise.
1629
1630 1999-04-04 Don Bowman <don@pixsci.com>
1631
1632 * config.bfd: Add mips*el-*-vxworks* and mips*-*-vxworks*.
1633
1634 1999-04-04 Ian Lance Taylor <ian@zembu.com>
1635
1636 * dwarf1.c (parse_line_table): Remove unused locals last_pc and
1637 last_line.
1638 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Declare.
1639 * elf32-i386.c (elf_i386_gc_mark_hook): Add default case to
1640 switch.
1641 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove unused
1642 local i.
1643 * syms.c (_bfd_stab_section_find_nearest_line): Remove unused
1644 local val.
1645
1646 1999-03-31 Nick Clifton <nickc@cygnus.com>
1647
1648 * config.bfd: Add support for arm-epoc-pe target.
1649 * configure.in: Add support for arm-epoc-pe target.
1650 * configure: Regenerate.
1651 * targets.c: Add support for arm-epoc-pe target.
1652 * coff-arm.c: Allow header files to override definition of
1653 TARGET_UNDERSCORE and USER_LABEL_PREFIX.
1654 * pe-arm.h: Allow previous header files to override definition of
1655 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
1656 * pei-arm.h: Allow previous header files to override definition of
1657 TARGET_LITTLE_SYM and TARGET_BIG_SYM.
1658 * epoc-pe-arm.c: New file. Support arm-epoc-pe target.
1659 * epoc-pei-arm.c: New file. Support arm-epoc-pei target.
1660
1661 1999-03-30 Nick Clifton <nickc@cygnus.com>
1662
1663 * elf.c (elf_map_symbols): Handle the case where section
1664 symbols are generated for content-less sections which are
1665 not mapped to the output file.
1666
1667 * linker.c: Replace direct references to fields in BFD structure
1668 with accessor macros.
1669
1670 * elflink.h: Replace direct references to fields in BFD structure
1671 with accessor macros.
1672
1673 1999-03-25 Philip Blundell <pb@nexus.co.uk>
1674
1675 * config.bfd: Eliminate redundancy in checks for Linux/ARM.
1676
1677 * elf32-arm.h (elf32_arm_relocate_section): Take the rightshift into
1678 account when adjusting section symbols during a partial link.
1679
1680 1999-03-24 Nick Clifton <nickc@cygnus.com>
1681
1682 * coff-sparc.c (struct coff_reloc_map): Change type of field
1683 'bfd_reloc_val' to bfd_reloc_code_real_type.
1684 * elf-m10200.c (struct mn10200_reloc_map): Ditto.
1685 * elf-m10300.c (struct mn10300_reloc_map): Ditto.
1686 * elf32-arc.c (struct arc_reloc_map): Ditto.
1687 * elf32-d10v.c (struct d10v_reloc_map): Ditto.
1688 * elf32-d30v.c (struct d30v_reloc_map): Ditto.
1689 * elf32-fr30.c (struct fr30_reloc_map): Ditto.
1690 * elf32-m32r.c (struct m32r_reloc_map): Ditto.
1691 * elf32-sh.c (struct elf_reloc_map): Ditto.
1692 * elf32-sparc.c (struct elf_reloc_map): Ditto.
1693 * elf32-v850.c (struct v850_reloc_map): Ditto.
1694 * elf64-sparc.c (struct elf_reloc_map): Ditto.
1695 * elfarm-nabi.c (struct elf32_arm_reloc_map): Ditto.
1696 * elfarm-oabi.c (struct elf32_arm_reloc_map): Ditto.
1697
1698 1999-03-17 Martin Hunt <hunt@cygnus.com>
1699
1700 * syms.c (_bfd_stab_section_find_nearest_line): Changed this
1701 function so source-level assembly works. If multiple N_SOs
1702 are seen without and N_FUNs, create an indextable entry with
1703 a NULL function name.
1704
1705 1999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
1706
1707 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data) Allow merging
1708 of certian similar cpus.
1709
1710 1999-03-16 Gavin Romig-Koch <gavin@cygnus.com>
1711
1712 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
1713 Add the 5000. Change the architecture for the 5400 to mips4.
1714 (elf_mips_mach): Add r5000.
1715
1716 1999-03-11 Doug Evans <devans@casey.cygnus.com>
1717
1718 * cpu-i960.c (scan_i960_mach): Recognize i960:ka_sa and i960:kb_sb.
1719
1720 1999-03-11 Nick Clifton <nickc@cygnus.com>
1721
1722 * binary.c (binary_set_section_contents): Generate warning about
1723 huge file offsets for any section that will occupy file space, not
1724 just those that are loadable.
1725
1726 1999-02-24 Jim Blandy <jimb@zwingli.cygnus.com>
1727
1728 * libbfd.h: Regenerate after Nick Clifton's Feb 17 changes.
1729
1730 1999-02-22 Jim Lemke <jlemke@cygnus.com>
1731
1732 * elf32-ppc.c: Add ppc_elf_relax_section() for the ld option mpc860c0.
1733
1734 Mon Feb 22 18:26:51 1999 Ian Lance Taylor <ian@cygnus.com>
1735
1736 * elf-bfd.h (ELF_LINK_HASH_REF_REGULAR_NONWEAK): Define.
1737 * elflink.h: Revert all changes since Feb 16. Instead:
1738 (elf_link_add_object_symbols): Set REF_REGULAR_NONWEAK flag if
1739 appropriate. Copy it to version symbols.
1740 (elf_fix_symbol_flags): Set REF_REGULAR_NONWEAK for non ELF
1741 symbols if appropriate.
1742 (elf_adjust_dynamic_symbol): Set REF_REGULAR_NONWEAK for weakdef
1743 symbol if appropriate.
1744 (elf_link_output_extsym): If symbol is marked as undefined, and
1745 has no nonweak references, mark it as weak undefined.
1746
1747 Fri Feb 19 16:01:12 1999 Ian Lance Taylor <ian@cygnus.com>
1748
1749 * elflink.h (elf_merge_symbol): When overriding a dynamic
1750 definition with a weak undefined symbol, set NEEDS_PLT if it is a
1751 function.
1752 (elf_link_add_object_symbols): Don't copy the other field if we
1753 are overridding.
1754
1755 Thu Feb 18 18:07:43 1999 Ian Lance Taylor <ian@cygnus.com>
1756
1757 * elflink.h (elf_merge_symbol): Do not merge any symbol from a
1758 shared object with a weak undefined symbol.
1759
1760 1999-02-18 Nick Clifton <nickc@cygnus.com>
1761
1762 * elfarm-nabi.c: Set partial_inplace back to false.
1763
1764 1999-02-17 Nick Clifton <nickc@cygnus.com>
1765
1766 * coff-arm.c (TARGET_UNDERSCORE): Re-enable.
1767 (USER_LABEL_PREFIX): Set to "_".
1768
1769 The following patches are from: Scott Bambrough
1770 <scottb@corelcomputer.com>
1771
1772 * libaout.h (M_ARM6_NETBSD): Set to 143.
1773
1774 * reloc.c: Add ARM PIC relocs: BFD_RELOC_ARM_GOT12,
1775 BFD_RELOC_ARM_GOT32, BFD_RELOC_ARM_JUMP_SLOT, BFD_RELOC_ARM_COPY,
1776 BFD_RELOC_ARM_GLOB_DAT, BFD_RELOC_ARM_PLT32,
1777 BFD_RELOC_ARM_RELATIVE, BFD_RELOC_ARM_GOTOFF, BFD_RELOC_ARM_GOTPC.
1778 * bfd-in2.h: Regenerate.
1779
1780 * elfarm-nabi.c (elf32_arm_howto_table): Set partial_inplace to
1781 'true' as REL relocs are now being used. Add new PIC relocs:
1782 R_ARM_COPY, R_ARM_GLOB_DAT, R_ARM_JUMP_SLOT, R_ARM_RELATIVE,
1783 R_ARM_GOTOFF, R_ARM_GOTPC, R_ARM_GOT32, R_ARM_PLT32.
1784
1785 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Check byte order
1786 of targets.
1787 (elf32_arm_final_link_relocate): Change parameters so that entire
1788 reloc is passed. Add support for PIC relocs.
1789 (elf32_arm_relocate_section): Pass entire reloc to
1790 elf32_arm_final_link_relocate.
1791 (elf32_arm_check_relocs): Handle new PIC relocs.
1792 (elf32_arm_adjust_dynamic_symbol): New function.
1793 (elf32_arm_size_dynamic_sections): New function.
1794 (elf32_arm_discard_copies): New function.
1795 (elf32_arm_finish_dynamic_symbol): New function.
1796 (elf32_arm_finish_dynamic_sections): New function.
1797 (ELF_MAXPAGE_SIZE): Define.
1798 (bfd_elf32_bfd_reloc_type_lookup): Define.
1799 (elf_backend_relocate_section): Define.
1800 (elf_backend_adjust_dynamic_symbol): Define.
1801 (elf_backend_create_dynamic_sections): Define.
1802 (elf_backend_finish_dynamic_symbol): Define.
1803 (elf_backend_finish_dynamic_sections): Define.
1804 (elf_backend_size_dynamic_sections): Define.
1805 (elf_backend_plt_readonly): Define.
1806 (elf_backend_want_got_plt): Define.
1807 (elf_backend_want_plt_sym): Define.
1808
1809 Wed Feb 17 12:02:26 1999 Stan Cox <scox@cygnus.com>
1810
1811 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Make reginfo
1812 sections SEC_LINK_ONCE and SEC_LINK_DUPLICATES_SAME_SIZE.
1813 (_bfd_mips_elf_fake_sections): Likewise.
1814
1815 Wed Feb 17 12:07:23 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1816
1817 * elfarm-oabi.c (bfd_elf32_arm_allocate_interworking_sections,
1818 bfd_elf32_arm_get_bfd_for_interworking,
1819 bfd_elf32_arm_process_before_allocation): Define to avoid clash
1820 with elfarm-nabi.c.
1821
1822 * elf32-arm.h: Don't declare elf32_arm_info_to_howto.
1823 (elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub,
1824 elf32_arm_find_nearest_line): Make them static.
1825
1826 Tue Feb 16 22:44:37 1999 Ian Lance Taylor <ian@cygnus.com>
1827
1828 * elflink.h (elf_merge_symbol): Add pflags parameter. Change all
1829 callers. Do not merge a definition from a shared object with a
1830 weak undefined symbol.
1831 (elf_link_add_object_symbols): Do not change the symbol type or
1832 size if the old symbol overrides the new one.
1833
1834 1999-02-08 Nick Clifton <nickc@cygnus.com>
1835
1836 * config.bfd: Add support for strongarm target.
1837
1838 Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1839
1840 * elf32-m68k.c (reloc_map): Use the correct types for the struct
1841 fields instead of unsigned char.
1842
1843 Fri Feb 5 00:22:36 1999 Ian Lance Taylor <ian@cygnus.com>
1844
1845 * Makefile.am: Rebuild dependencies.
1846 * Makefile.in: Rebuild.
1847
1848 Thu Feb 4 22:30:13 1999 Ian Lance Taylor <ian@cygnus.com>
1849
1850 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.
1851 Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to
1852 AC_PROG_INSTALL. Add comments to uses of AC_DEFINE.
1853 * acinclude.m4: Add comments to uses of AC_DEFINE.
1854 * acconfig.h: Remove.
1855 * configure: Rebuild with current autoconf/automake.
1856 * aclocal.m4: Likewise.
1857 * config.in: Likewise.
1858 * Makefile.in: Likewise.
1859
1860 1999-02-04 DJ Delorie <dj@cygnus.com>
1861
1862 * libbfd.c (real_read): don't call fread for zero bytes. This
1863 covers up a bug (or misuse of bfd) that's exposed by Solaris.
1864
1865 Thu Feb 4 12:38:10 1999 Stan Cox <scox@cygnus.com>
1866
1867 * elf32-mips.c (mips_elf_relocate_section): Insure that the target
1868 of a jump is in the current 256 MB region.
1869
1870 Thu Feb 4 12:15:38 1999 Ian Lance Taylor <ian@cygnus.com>
1871
1872 * format.c (bfd_check_format_matches): Change last patch to only
1873 take effect for the binary target.
1874
1875 Wed Feb 3 19:40:12 1999 Ian Lance Taylor <ian@cygnus.com>
1876
1877 * elf32-i386.c (elf_i386_reloc_type_lookup): Add BFD_RELOC_CTOR.
1878
1879 Wed Feb 3 15:02:44 1999 Catherine Moore <clm@cygnus.com>
1880
1881 * elf32-fr30.c (fr30_elf_check_relocs): New routine.
1882
1883 Tue Feb 2 21:38:28 1999 Ian Lance Taylor <ian@cygnus.com>
1884
1885 * format.c (bfd_check_format_matches): If the target was
1886 previously specified, don't check other targets when checking for
1887 an archive file.
1888
1889 Tue Feb 2 18:16:43 1999 Catherine Moore <clm@cygnus.com>
1890
1891 * elf32-arm.h (elf32_arm_reloc_map): Removed.
1892 (elf32_arm_reloc_type_lookup): Removed
1893 * elfarm-nabi.c (elf32_arm_reloc_map): New.
1894 (elf32_arm_reloc_type_lookup): New.
1895 * elfarm-oabi.c (elf32_arm_reloc_map): New.
1896 (elf32_arm_reloc_type_lookup): New.
1897
1898 Mon Feb 1 19:49:21 1999 Catherine Moore <clm@cygnus.com>
1899
1900 * elfarm-nabi.c: Renamed from elf32-arm-newabi.c.
1901 * elfarm-oabi.c: Renamed from elf32-arm-oldabi.c
1902 * Makefile.am: Use new files.
1903 * Makefile.in: Regenerate.
1904 * configure.in: Use new files.
1905 * configure: Regenerate.
1906
1907 1999-02-01 Nick Clifton <nickc@cygnus.com>
1908
1909 * elf32-fr30.c (fr30_elf_gc_mark_hook): New function.
1910 (fr30_elf_gc_sweep_hook): New function.
1911 (elf_backend_can_gc_sections): Define.
1912
1913 Mon Feb 1 12:21:47 1999 Catherine Moore <clm@cygnus.com>
1914
1915 * targets.c (bfd_target_vector): Add bfd_elf32_littlearm_oabi_vec
1916 and bfd_elf32_bigarm_oabi_vec.
1917
1918 Mon Feb 1 11:46:31 1999 Catherine Moore <clm@cygnus.com>
1919
1920 * Makefile.am (elf32-arm-oldabi.lo): New.
1921 (elf32-arm-newabi.lo): New.
1922 * Makefile.in: Regenerate.
1923 * config.bfd (thumb-*-elf): Remove definition of targ_underscore.
1924 (arm-*-elf): Likewise.
1925 (arm-*-oabi): New.
1926 (thumb-*-oabi): New.
1927 * configure: Regenerate.
1928 * configure.in (bfd_elf32_littlearm_oabi_vec): New.
1929 (bfd_elf32_bigarm_oabi_vec): New.
1930 * elf32-arm-newabi.c: New.
1931 * elf32-arm-oldabi.c: New.
1932 * elf32-arm.c: Removed.
1933 * elf32-arm.h: New.
1934
1935 Mon Feb 1 11:52:12 1999 Frank Ch. Eigler <fche@cygnus.com>
1936
1937 * binary.c (binary_set_section_contents): Omit warnings for
1938 unloadable sections.
1939
1940 1999-01-31 Michael Meissner <meissner@cygnus.com>
1941
1942 * config.bfd (powerpc{,le}-*-vxworks*): Add aliases to
1943 powerpc{,le}-*-eabi.
1944
1945 1999-01-29 Nick Clifton <nickc@cygnus.com>
1946
1947 * dwarf2.c (read_unsigned_leb128): Remove unused variables.
1948 * dwarf2.c (read_signed_leb128): Remove unused variables.
1949
1950 Fri Jan 29 00:47:21 1999 H.J. Lu <hjl@gnu.org>
1951
1952 * elf.c (assign_file_positions_for_segments): Only adjust
1953 p_align when needed.
1954
1955 Thu Jan 28 20:05:22 1999 Ian Lance Taylor <ian@cygnus.com>
1956
1957 * binary.c (binary_set_section_contents): Don't return early for a
1958 non-loadable section, in case the first section is non-loadable.
1959 Don't set the low lma for a SEC_NEVER_LOAD section. From Maciej
1960 W. Rozycki <macro@ds2.pg.gda.pl>.
1961
1962 1999-01-28 Nick Clifton <nickc@cygnus.com>
1963
1964 * elf32-fr30.c (fr30_reloc_map): Add R_FR30_GNU_VTINHERIT and
1965 R_FR30_GNU_VTENTRY relocs.
1966
1967 Thu Jan 28 11:08:16 1999 Catherine Moore <clm@cygnus.com>
1968
1969 * elflink.h (elf_link_output_sym): Zero syms which are
1970 part of sections which have been excluded.
1971
1972 Wed Jan 27 13:35:35 1999 Stan Cox <scox@cygnus.com>
1973
1974 * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC
1975 to F_PIC_INT.
1976 * coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and
1977 F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
1978
1979 1999-01-27 Nick Clifton <nickc@cygnus.com>
1980
1981 * elf32-fr30.c (fr30_elf_howto_table): Fix name of R_FR30_48
1982 relocation.
1983 (fr30_final_link_relocate): Use computed value as result of
1984 relocation.
1985
1986 1999-01-26 Frank Ch. Eigler <fche@cygnus.com>
1987
1988 * binary.c (binary_set_section_contents): Emit warning for
1989 huge file offsets due to widely-dispersed section LMAs.
1990
1991 Mon Jan 18 03:35:35 1999 Ian Lance Taylor <ian@cygnus.com>
1992
1993 * elf.c (assign_file_positions_for_segments): If not D_PAGED,
1994 align first section to largest section alignment, not first
1995 section alignment.
1996
1997 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1998
1999 * configure.in: Require autoconf 2.12.1 or higher.
2000
2001 Tue Dec 22 15:21:41 1998 Catherine Moore <clm@cygnus.com>
2002
2003 * archures.c (bfd_mach_i386_i386_intel_syntax): Define.
2004 * bfd-in2.h: Likewise.
2005 * cpu-i386.c (bfd_i386_arch_intel_syntax): New.
2006
2007 1998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
2008
2009 * archures.c,bfd-in2.h (bfd_mach_mips4111): New.
2010 * cpu-mips.c: Add support for and independent 4111.
2011 * elf32-mips.c (elf_mips_mach): E_MIPS_MACH_4111 -> bfd_mach_mips4111.
2012 (_bfd_mips_elf_final_write_processing):
2013 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
2014
2015 1998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
2016
2017 * elf32-mips.c (elf_mips_abi_name): New.
2018 (_bfd_mips_elf_merge_private_bfd_data): Compare EF_MIPS_ABI flags.
2019
2020 1998-12-12 Gavin Romig-Koch <gavin@cygnus.com>
2021
2022 * elf32-mips.c (_bfd_mips_elf_final_write_processing):
2023 Handle bfd_mach_mips4300.
2024
2025 1998-12-11 Ulrich Drepper <drepper@cygnus.com>
2026
2027 * elf32-i386.c: Remove leaked development code from patch
2028 1998-12-10 by Richard Henderson.
2029
2030 1998-12-10 Richard Henderson <rth@cygnus.com>
2031
2032 * elf32-i386.c (elf_i386_relocate_section): Don't fail relocations
2033 in debug sections for symbol defined externally.
2034
2035 Thu Dec 10 10:58:38 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2036
2037 * targets.c (bfd_target_vector): Remove duplicate entry for
2038 tekhex_vec.
2039
2040 1998-12-09 Nick Clifton <nickc@cygnus.com>
2041
2042 * elf32-fr30.c (fr30_elf_howto_table): Set src_mask fields to 0
2043 since we are using RELAs.
2044
2045 Tue Dec 8 22:15:48 1998 Ian Lance Taylor <ian@cygnus.com>
2046
2047 SCO Open Server Release 5 core file support, from Jouke Numan
2048 <jnuman@hiscom.nl>:
2049 * sco5-core.c: New file.
2050 * configure.in (i[3456]86-*-sco3.2v5*): Use sco5-core.lo.
2051 (sco5-core.lo): Define SCO5_CORE in COREFLAG.
2052 * Makefile.am: Rebuild dependencies.
2053 (OPTIONAL_BACKENDS): Add sco5-core.lo.
2054 (OPTIONAL_BACKENDS_CFILES): Add sco5-core.c.
2055 * bfd.c (struct _bfd): Add sco5_core_data field to tdata.
2056 * targets.c (sco5_core_vec): Add to target list if SCO5_CORE.
2057 * bfd-in2.h, configure, Makefile.in: Rebuild.
2058
2059 Tue Dec 8 19:38:42 1998 Mark Klein <mklein@dis.com>
2060
2061 * config.bfd (hppa*-*-mpeix*): New target.
2062 * configure.in: Add AC_HEADER_DIRENT.
2063 (hppa*-*-mpeix*): New target.
2064 * configure.host (hppa*-*-mpeix*): New host.
2065 * hpux-core.c: Check HOST_HPPAMPEIX. Use HAVE_DIRENT_H and
2066 friends rather than just including <sys/dir.h>.
2067 * som.h (struct som_symbol): Add hppa_priv_level and apto
2068 tc_data. Change all users.
2069 (struct somdata): Add comp_unit field.
2070 (obj_som_compilation_unit): Define.
2071 (bfd_som_attach_compilation_unix): Declare.
2072 * som.c: Check HOST_HPPAMPEIX.
2073 (struct som_misc_symbol_info): Add new field priv_level.
2074 (som_object_setup): Add current_offset parameter. Change all
2075 callers.
2076 (setup_sections): Likewise.
2077 (som_object_p): For EXECLIBMAGIC, read the lst header.
2078 (som_write_symbol_strings): Add compilation_unit parameter.
2079 Change all callers.
2080 (som_finish_writing): Write out compilation_unit.
2081 (som_bfd_derive_misc_symbol_info): Set priv_level.
2082 (som_build_and_write_symbol_table): Set xleast field to 3.
2083 (som_slurp_symbol_table): Set symbol priv_level.
2084 (bfd_som_attach_compilation_unit): New function.
2085 (som_bfd_ar_write_symbol_stuff): Set xleast field to 3. Set
2086 priv_level into symbol_value.
2087 * configure, config.in: Rebuild.
2088
2089 Tue Dec 8 16:21:35 1998 Ian Lance Taylor <ian@cygnus.com>
2090
2091 * hpux-core.c (hpux_core_core_file_p): Change call to nonexistent
2092 warning function to call _bfd_error_handler instead.
2093
2094 * libbfd.c (COERCE32): Cast through unsigned long and long to
2095 avoid bug in old version of gcc.
2096
2097 * elf64-alpha.c (elf64_alpha_additional_program_headers): Remove.
2098 (elf_backend_additional_program_headers): Don't define.
2099
2100 1998-12-08 Nick Clifton <nickc@cygnus.com>
2101
2102 * elf32-fr30.c (fr30_final_link_relocate): Fix PC relative
2103 relocations to include offset of 2 included in the insns, and the
2104 offset of the relocs within the section.
2105
2106 Wed Dec 2 15:03:59 1998 David Taylor <taylor@texas.cygnus.com>
2107
2108 The following changes were made by David Taylor
2109 <taylor@texas.cygnus.com>, Edith Epstein
2110 <eepstein@sophia.cygnus.com>, Jim Blandy
2111 <jimb@zwingli.cygnus.com>, and Elena Zannoni
2112 <ezannoni@kwikemart.cygnus.com> as part of the project to merge in
2113 changes originally made by HP; HP did not create ChangeLog
2114 entries.
2115
2116 * aclocal.m4, configure, Makefile.in: Rebuilt using latest
2117 automake macro library.
2118
2119 * hpux-core.c (hpux_core_core_file_p): this function now
2120 understands HPUX 10.30 thread info. Yes, the thread stacks can be
2121 found in the corefile! Also, in hpux_core_core_file_p, if we
2122 encounter a section with an unknown type, don't punt. Instead,
2123 just skip it. Also, count the number of sections of known type
2124 that we encounter. If we encounter at least one good one, then
2125 we'll declare that the file is a core file. If we encounter any
2126 unknown ones but some known ones, then we'll issue a warning (but
2127 still declare it to be a core file). Also, correctly decide when a
2128 file is not a core.
2129 (PROC_INFO_HAS_THREAD_ID): define if CORE_ANON_SHMEM defined.
2130 (CORE_ANON_SHMEM): define if not defined.
2131 (hpux_core_struct): add members lwpid and user_tid.
2132 (core_kernel_thread_id, core_user_thread_id): new macros.
2133 (make_bfd_asection): use bfd_alloc to allocate room for a copy of
2134 the name before storing it in the bfd.
2135 (hpux_core_core_file_p): handle threads.
2136
2137 * libhppa.h (GET_FIELD): protect against redefinition.
2138 (HPPA_WIDE): define.
2139 (GET_FIELD): define.
2140 (GET_BIT): define.
2141 (MASK): define.
2142 (CATENATE): define.
2143 (ELEVEN): define.
2144 (sign_extend): redefine.
2145 (assemble_6): define.
2146 (assemble_12): rewrite.
2147 (assemble_16): define.
2148 (assemble_16a): define.
2149 (assemble_17): rewrite.
2150 (assemble_22): define.
2151
2152 1998-12-07 Nick Clifton <nickc@cygnus.com>
2153
2154 * elf32-fr30.c (fr30_final_link_relocate): Using signed
2155 relocations for signed values.
2156
2157 Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
2158
2159 * mipsbsd.c (MY(set_arch_mach)): Make static.
2160 * aoutx.h (NAME(aout,machine_type)): For bfd_arch_mips, use
2161 bfd_mach_mips* macros rather than simple numbers.
2162
2163 COFF weak symbol support, based on patches from Mark Elbrecht
2164 <snowball3@usa.net>:
2165 * coffcode.h (coff_slurp_symbol_table): Handle C_WEAKEXT.
2166 * coffgen.c (coff_renumber_symbols): Handle weak symbols.
2167 (coff_write_alien_symbol): Likewise.
2168 * cofflink.c (coff_link_check_ar_symbols): Likewise.
2169 (coff_link_add_symbols): Likewise.
2170 (_bfd_coff_link_input_bfd): Likewise.
2171 (_bfd_coff_write_global_sym): Likewise.
2172
2173 * elf.c (copy_private_bfd_data): Always initialize the
2174 includes_phdrs field.
2175
2176 * elflink.h (elf_fix_symbol_flags): Check for case where a non-ELF
2177 file defines a symbol first mentioned in an ELF file.
2178
2179 * bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
2180 possible, rather than only if BFD64.
2181 * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT,
2182 not __GNUC__.
2183 * bfd-in2.h: Rebuild.
2184
2185 * srec.c (srec_set_section_contents): Correct test to avoid
2186 switching to 4 byte addresses after seeing a second section which
2187 requires 3 byte addresses. From Joel Schantz
2188 <joel.schantz@argosys.boeing.com>.
2189
2190 * config.bfd (m68*-*-gnu*): New target. From Aymeric Vincent
2191 <aymeric.vincent@emi.u-bordeaux.fr>.
2192
2193 1998-12-04 Jim Blandy <jimb@zwingli.cygnus.com>
2194
2195 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Fix logic to
2196 decide whether the output file is -mrelocatable-lib,
2197 -mrelocatable, or neither. (gdb.base/nodebug.exp)
2198
2199 1998-12-03 Nick Clifton <nickc@cygnus.com>
2200
2201 * elf32-fr30.c: Add support for R_FR30_48 reloc.
2202 * reloc.c: Add BFD_RELOC_FR30_48 relocation.
2203 * bfd-in2.h: Regenerate.
2204 * libbfd.h: Regenerate
2205
2206 Wed Dec 2 00:58:37 1998 Ian Lance Taylor <ian@cygnus.com>
2207
2208 * elflink.h (elf_adjust_dynamic_symbol): Warn on an attempt to
2209 link against a dynamic symbol with no type or size.
2210
2211 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
2212
2213 * elf32-i386.c (i386_check_relocs) [R_386_32]: Don't emit
2214 relocation for section which does not get loaded.
2215 (elf_i386_relocate_section) [R_386_32]: Likewise.
2216
2217 Tue Dec 1 11:33:33 1998 Jim Wilson <wilson@cygnus.com>
2218
2219 * coff-h8300.c (h8300_bfd_link_add_symbols): Make reloc_size,
2220 reloc_count and i long instead of unsigned long. Handle error
2221 return from bfd_canonicalize_reloc.
2222
2223 1998-12-01 Nick Clifton <nickc@cygnus.com>
2224
2225 * elf32-v850.c (v850_elf_relocate_section): Detect the absence of
2226 a hash table.
2227
2228 Mon Nov 30 15:28:09 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2229
2230 * elf32-sh.c (elf/sh.h): Include.
2231 sh_reloc_type: Delete. Changed all references to elf_sh_reloc_type.
2232 (sh_elf_howto_tab): Add HOWTO for R_SH_SWITCH8.
2233 (sh_reloc_map): Map BFD_RELOC_8_PCREL to R_SH_SWITCH8.
2234 (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
2235 * Makefile.in: Add dependency of elf32-sh.lo on $(INCDIR)/elf/sh.h.
2236
2237 Fri Nov 27 17:51:38 1998 Geoff Keating <geoffk@ozemail.com.au>
2238
2239 * elflink.h (compute_bucket_count): Don't allow minsize==0, it
2240 causes division by zero later on.
2241
2242 Thu Nov 26 11:19:35 1998 Dave Brolley <brolley@cygnus.com>
2243
2244 * elf32-fr30.c (fr30_elf_pc9_reloc,fr30_elf_pc12_reloc): Not
2245 needed.
2246
2247 1998-11-25 DJ Delorie <dj@cygnus.com>
2248
2249 * coff-i386.c (i3coff_object_p): Remove hack. Use new emulation
2250 hook now.
2251
2252 Tue Nov 24 10:25:27 1998 Nick Clifton <nickc@cygnus.com>
2253
2254 * elf32-fr30.c (fr30_elf_relocate_section): Call
2255 fr30_final_link_relocate.
2256 (fr30_final_link_relocate): New function: Handle I20 and I32
2257 relocs.
2258 (fr30_elf_i32_reloc): New function: Handle I32 relocs.
2259 (fr30_elf_pc9_reloc): New function: Handle 9_PCREL relocs.
2260 (fr30_elf_pc12_reloc): New function: Handle 12_PCREL relocs.
2261
2262 * elf32-v850.c (v850_elf_relocate_section): Reset hi16s reloc
2263 chain to empty.
2264
2265 The following changes are based on a patch submitted by Gianluca
2266 Moro <glctr@abc.it>:
2267
2268 (v850_elf_perform_relocation): Only update a hi16s reloc if it has
2269 not already been updated.
2270 (find_remembered_hi16s_reloc): New parameter 'already_found'
2271 returns state of remembered hi16s reloc.
2272 (remember_hi16s_reloc): Set 'found' field to false.
2273 (hi16s_location): Add 'found' field.
2274
2275 1998-11-23 DJ Delorie <dj@cygnus.com>
2276
2277 * coff-i386.c (bfd_pe_dll_not_recognized_hack): the linker wants
2278 to see .DLL files as unrecognized.
2279 (i3coff_object_p): Sorry, had to hack it to not recognize these
2280 files (pei-i386) on request.
2281
2282 1998-11-23 DJ Delorie <dj@cygnus.com>
2283
2284 * opncls.c (bfd_make_readable): need more cleanup for symbols and
2285 relents. Call bfd_check_format to reinitialize.
2286
2287 Fri Nov 20 14:21:36 1998 Nick Clifton <nickc@cygnus.com>
2288
2289 * elf32-fr30.c (fr30_elf_relocate_section): Remove spurious
2290 warnings.
2291
2292 Thu Nov 19 14:42:15 1998 Geoffrey Noer <noer@cygnus.com>
2293
2294 * aclocal.m4: regenerate
2295 * configure: regenerate
2296
2297 Tue Nov 17 20:23:35 1998 Richard Henderson <rth@cygnus.com>
2298
2299 * elf-bfd.h (struct elf_link_hash_entry): Add vtable_entries_size.
2300 * elf.c (_bfd_elf_link_hash_newfunc): Clear it.
2301 * elflink.h (elf_gc_propagate_vtable_entries_used): Copy it, and
2302 respect it as an upper bound on what memory to reference.
2303 (elf_gc_smash_unused_vtentry_relocs): Likewise.
2304 (elf_gc_record_vtentry): Handle as-yet undefined vtables. Set and
2305 update vtable_entries_size appropriately.
2306
2307 Tue Nov 17 15:28:31 1998 Nick Clifton <nickc@cygnus.com>
2308
2309 * elf32-fr30.c (fr30_reloc_type_lookup): Used integers to hold
2310 reloc number.
2311
2312 Mon Nov 16 22:19:21 1998 DJ Delorie <dj@cygnus.com>
2313
2314 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORY
2315 bfds; they have no "file" so we fake it.
2316 * bfd-in2.h: add bfd_make_writable and bfd_make_readable (regen)
2317 * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by
2318 resizing the memory buffer.
2319 * opncls.c (bfd_make_writable): New function; lets you write a
2320 bfd_create'd bfd to an in-memory buffer.
2321 (bfd_make_readable): New function; lets you read back that buffer
2322 as if it were from bfd_openr. Used to build generated archive
2323 members (winsup's ld's dlltool)
2324
2325 Mon Nov 16 19:15:19 1998 Dave Brolley <brolley@cygnus.com>
2326
2327 * po/bfd.pot: Regenerated.
2328
2329 Mon Nov 16 10:57:06 1998 Nick Clifton <nickc@cygnus.com>
2330
2331 * elf32-v850.c (hi16s_location): Replaced fixed size array with
2332 linked list.
2333
2334 Sun Nov 15 20:28:25 1998 Richard Henderson <rth@cygnus.com>
2335
2336 * elf64-alpha.c (elf64_alpha_relax_section): Search for the proper
2337 element of the gotentry list for local symbols too.
2338 (elf64_alpha_relocate_section): Unify local and global handling.
2339 Assert that gotent->use_count > 0.
2340
2341 Sat Nov 14 15:16:01 1998 Ian Lance Taylor <ian@cygnus.com>
2342
2343 * configure.in (vms_alpha_vec): Rename from evax_alpha_vec, and
2344 update for file name changes of July 2, 1998.
2345 (vms_vax_vec): New.
2346 * configure: Rebuild.
2347
2348 Thu Nov 12 19:19:54 1998 Dave Brolley <brolley@cygnus.com>
2349
2350 * po/bfd.pot: Regenerated.
2351
2352 Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>
2353
2354 * acinclude.m4, config.bfd: detect cygwin* instead of cygwin32*.
2355 * aclocal.m4, configure: regenerate
2356
2357 Tue Nov 10 15:13:59 1998 Nick Clifton <nickc@cygnus.com>
2358
2359 * elf.c (prep_headers): Add support for bfd_arch_fr30.
2360
2361 Tue Nov 10 13:37:36 1998 Felix Lee <flee@cygnus.com>
2362
2363 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE,
2364 BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): didn't define macro when value
2365 was cached.
2366 * aclocal.m4, configure: regenerated.
2367
2368 Tue Nov 10 14:31:01 1998 Catherine Moore <clm@cygnus.com>
2369
2370 * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and
2371 R_D10V_GNU_VTENTRY relocs.
2372 (elf_d10v_howto_table): Likewise.
2373 (d10v_reloc_map d10v_reloc_map): Likewise.
2374 (elf32_d10v_gc_mark_hook): New.
2375 (elf32_d10v_gc_sweep_hook): New.
2376 (elf32_d10v_check_relocs): New.
2377 (elf32_d10v_relocate_section): New.
2378 (elf_backend_relocate_section): Define.
2379 (elf_backend_can_gc_sections): Define.
2380
2381 Sat Nov 7 18:07:51 1998 Peter Schauer <peter.schauer@regent.e-technik.tu-muenchen.de>
2382
2383 * Makefile.am (BFD32_BACKENDS): Move vms files here...
2384 (BFD64_BACKENDS): ...from here.
2385 (BFD32_BACKENDS_CFILES): Move vms files here...
2386 (BFD64_BACKENDS_CFILES): ...from here.
2387 * Makefile.in: Rebuild.
2388
2389 Wed Nov 4 15:58:48 1998 Nick Clifton <nickc@cygnus.com>
2390
2391 * Makefile.am: Add FR30 target.
2392 * Makefile.in: Add FR30 target.
2393 * archures.c: Add support for FR30.
2394 * config.bfd: Add support for FR30.
2395 * configure.in: Add support for FR30.
2396 * reloc.c: Add support for FR30 relocations.
2397 * targets.c: Add support for FR30 relocations.
2398 * bfd-in2.h: Regenerate.
2399 * configure: Regenerate.
2400 * libbfd.h: Regenerate.
2401 * cpu-fr30.c: New file.
2402 * elf32-fr30.c: New file.
2403
2404 Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com>
2405
2406 * configure.in: detect cygwin* instead of cygwin32*
2407 * configure: regenerate
2408
2409 Sun Nov 1 19:32:28 1998 Jeffrey A Law (law@cygnus.com)
2410
2411 * elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
2412 use bfd_malloc and free instead and check return value from bfd_malloc.
2413
2414 Sun Nov 1 16:20:35 1998 Ian Lance Taylor <ian@cygnus.com>
2415
2416 * libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.
2417 * libbfd.h: Rebuild.
2418
2419 * elf32-mips.c (mips_elf_dynsym_sec_names): Comment out.
2420 (SIZEOF_MIPS_DYNSYM_SECNAMES): Likewise.
2421 (MIPS_TEXT_DYNSYM_SECN): Likewise.
2422 (_bfd_mips_elf_fake_sections): Don't set sh_info field of a .hash
2423 section.
2424 (struct mips_elf_link_hash_table): Remove dynsym_sec_strindex
2425 field.
2426 (mips_elf_link_hash_table_create): Don't initialize
2427 dynsym_sec_strindex.
2428 (mips_elf_gc_mark_hook): Add default case to avoid warning.
2429 (mips_elf_size_dynamic_sections): Generate a section symbol for
2430 every output section.
2431 (mips_elf_finish_dynamic_sections): Count all sections for
2432 DT_MIPS_UNREFEXTNO.
2433 (mips_elf_finish_dynamic_sections): Use dynamic symbols for all
2434 output sections.
2435
2436 Sun Nov 1 12:46:53 1998 Geoff Keating <geoffk@ozemail.com.au>
2437
2438 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Allocate two slots
2439 for later PLT entries in large PLTs.
2440 (ppc_elf_finish_dynamic_symbol): Allow for the extra slots.
2441
2442 Sat Oct 31 20:10:09 1998 Jeffrey A Law (law@cygnus.com)
2443
2444 * elf32-ppc.c (ppc_elf_reload_section): Fix typo.
2445
2446 1998-10-26 15:58 Ulrich Drepper <drepper@cygnus.com>
2447
2448 * elf-bfd.h (struct elf_link_hash_entry): Add new field elf_hash_value.
2449 * elflink.h (elf_collect_hash_codes): New function. This function is
2450 called for each exported symbol and we compute the ELF hash value for
2451 it.
2452 (compute_bucket_value): New function. It is called from
2453 size_dynamic_sections to determine the hash table size. When we are
2454 optimizing a better, but slower, algorithm is used.
2455 (size_dynamic_sections): Call compute_bucket_value.
2456
2457 * elf.c (bfd_elf_hash): Optimize the hash function a bit.
2458
2459 Mon Oct 19 20:03:21 1998 Catherine Moore <clm@cygnus.com>
2460
2461 * elf32-sh.c: Add HOWTO entries for R_SH_GNU_VTINHERIT and
2462 R_SH_GNU_VTENTRY.
2463 (sh_elf_gc_mark_hook): New.
2464 (sh_elf_gc_sweep_hook): New.
2465 (sh_elf_check_relocs): New.
2466 (elf_backend_can_gc_sections): Define.
2467
2468 Mon Oct 19 16:57:05 1998 Felix Lee <flee@cygnus.com>
2469
2470 * acinclude.m4: undo previous gettext change
2471 * aclocal.m4: rebuild with right version of aclocal.
2472
2473 Mon Oct 19 01:47:21 1998 Felix Lee <flee@cygnus.com>
2474
2475 * acinclude.m4, aclocal.m4: move gettext-related fragments from
2476 aclocal.m4 to acinclude.m4, so they don't get lost.
2477
2478 * elfcore.h: rewrite for better corefile support.
2479 * elf.c (elfcore_*): new functions.
2480 * elf-bfd.h (elf_obj_tdata): new structure members.
2481 * acconfig.h, acinclude.m4, configure.in: add feature-tests for
2482 flavor of procfs.
2483 * aclocal.m4, config.in, configure, Makefile.in: regenerated.
2484
2485 Fri Oct 16 14:07:45 1998 Catherine Moore <clm@cygnus.com>
2486
2487 * elf32-m32r.c: Add HOWTO entries for R_M32R_GNU_VTINHERIT
2488 and R_M32R_GNU_VTENTRY.
2489 (elf_backend_can_gc_sections): Define.
2490 (m32r_elf_check_relocs): New.
2491 (m32r_elf_gc_mark_hook): New.
2492 (m32r_elf_gc_sweep_hook): New.
2493 (m32r_elf_relocate_section): Handle VT relocs.
2494
2495 Mon Oct 12 14:18:40 1998 Nick Clifton <nickc@cygnus.com>
2496
2497 * coff-arm.c (arm_relocate_section): Remove redundant test.
2498
2499 * bfd-in2.h (struct reloc_howto_struct): Improve comment to make
2500 cleat that the 'bitsize' field is the size of the bitfield AFTER
2501 relocation not before.
2502
2503 * elf32-m32r.c (R_M32R_18_PCREL): Fix size of bitfield.
2504
2505 * coff-mips.c (mips_relocate_hi): Cope with missing refhi or reflo
2506 relocs.
2507
2508 Tue Oct 6 09:20:44 1998 Catherine Moore <clm@cygnus.com>
2509
2510 * elf32-sparc.c: Add HOWTO entries for R_SPARC_GNU_VTINHERIT and
2511 R_SPARC_GNU_VTENTRY.
2512 (elf32_sparc_check_relocs): Handle them.
2513 (elf32_sparc_reloc_type_lookup): Likewise.
2514 (elf32_sparc_relocate_section): Likewise.
2515 (elf32_sparc_gc_mark_hook): New.
2516 (elf32_sparc_gc_sweep_hook): New.
2517
2518 Mon Oct 5 14:55:30 1998 Jeffrey A Law (law@cygnus.com)
2519
2520 * som.c (som_finish_writing): Perform some sanity checks when
2521 writing an executable or shared library.
2522
2523 Mon Oct 5 12:02:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
2524
2525 * dwarf1.c : New file. Adds _bfd_dwarf1_find_nearest_line.
2526 * configure.in (elf): Add dwarf1.lo.
2527 * elf_bfd.h (elf_ob_tdata): Add dwarf1_find_line_info.
2528 * elf.c (_bfd_elf_find_nearest_line): Add call to
2529 _bfd_dwarf1_find_nearest_line.
2530 * elf32-mips.c (_bfd_mips_elf_find_nearest_line):
2531 Add call to _bfd_dwarf1_find_nearest_line.
2532 * configure: Rebuilt.
2533
2534 Mon Oct 5 10:06:22 1998 Catherine Moore <clm@cygnus.com>
2535
2536 * elflink.h (elf_gc_sections): Do not allow garbage
2537 collection if dynamic sections have been created.
2538
2539 Mon Oct 5 09:07:37 1998 Catherine Moore <clm@cygnus.com>
2540
2541 * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
2542 R_V850_GNU_VTENTRY.
2543 (v850_elf_check_relocs): Handle VTINHERIT and VTENTRY relocs.
2544 (v850_elf_perform_relocation): Likewise.
2545 (v850_elf_final_link_relocate): Likewise.
2546 (v850_elf_relocate_section): Likewise.
2547 (v850_elf_gc_sweep_hook): New routine.
2548 (v850_elf_gc_mark_hook): New routine.
2549 (elf_backend_can_gc_sections): Define.
2550
2551 Mon Oct 5 09:04:25 1998 Catherine Moore <clm@cygnus.com>
2552
2553 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Don't assume
2554 that dynobj exists.
2555
2556 Sun Oct 4 23:29:34 1998 David Edelsohn <edelsohn@mhpcc.edu>
2557
2558 * rs6000-core.c (rs6000coff_core_file_matches_executable_p):
2559 Declare size as bfd_size_type.
2560 (rs6000coff_get_section_contents): Declare count as bfd_size_type.
2561
2562 Sun Oct 4 20:38:29 1998 Jeffrey A Law (law@cygnus.com)
2563
2564 * cpu-hppa.c (bfd_hppa20_arch): Define. Link it into the bfd_hppa_arch
2565 structure.
2566 * som.c (CPU_PA_RISC2_0): Define.
2567 (_PA_RISC2_0_ID): Likewise.
2568 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
2569
2570 Sun Oct 4 21:19:09 1998 Ian Lance Taylor <ian@cygnus.com>
2571
2572 * elflink.h (elf_link_add_object_symbols): When a versioned symbol
2573 has a base which is already defined, only add the referenced
2574 symbol to the dynamic symbol table if it is defined or referenced
2575 by a regular file.
2576
2577 * elf32-i386.c (elf_i386_info_to_howto_rel): Handle vtable relocs
2578 correctly.
2579
2580 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2581
2582 * elflink.h (elf_link_add_object_symbols): Undo last change.
2583
2584 Wed Sep 23 16:09:31 1998 Richard Henderson <rth@cygnus.com>
2585
2586 * elflink.h (elf_link_add_object_symbols): Don't record a dynamic
2587 symbol for the indirect alias to a versioned symbol.
2588
2589 Mon Sep 21 12:15:22 1998 Catherine Moore <clm@cygnus.com>
2590
2591 * elf32-i386.c (elf32_i386_vtinherit_howto): New.
2592 (elf32_i386_vtentry_howto): New.
2593 (elf_i386_reloc_type_lookup): Return elf32_i386_vtentry_howto
2594 or elf32_i386_vtinherit_howto on lookup.
2595
2596 Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2597
2598 * elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum
2599 reloc_type. Rename R_68K__max to R_68K_max.
2600 (howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY
2601 reloc.
2602
2603 Sun Sep 20 00:09:25 1998 Chris Torek <torek@bsdi.com>
2604
2605 * libbfd.c (bfd_getb32): Rewrite expression to get better code.
2606 (bfd_getl32, bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
2607
2608 * libbfd.c (bfd_log2): Cast to bfd_vma before shifting, not
2609 after.
2610
2611 Sat Sep 19 22:42:23 1998 Doug Rabson <dfr@nlsystems.com>
2612
2613 * elflink.h (elf_link_add_object_symbols): Ensure that the warning
2614 message has a null byte terminator.
2615
2616 Fri Sep 18 14:35:29 1998 Nick Clifton <nickc@cygnus.com>
2617
2618 * elf32-v850.c (v850_elf_perform_relocation): Ignore contents of
2619 word subject to R_V850_32 relocation.
2620
2621 Thu Sep 17 17:20:36 1998 Nick Clifton <nickc@cygnus.com>
2622
2623 * dwarf2.c: Add comment describing problem computing line numbers
2624 for undefined symbols at link time.
2625
2626 Thu Sep 17 16:03:28 1998 Richard Henderson <rth@cygnus.com>
2627
2628 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
2629 transform a defweak into a plt entry.
2630 (elf64_alpha_calc_dynrel_sizes): Allow room for secondary
2631 plt entry references to receive a RELATIVE reloc.
2632 (elf64_alpha_finish_dynamic_symbol): Fill them in.
2633 (elf64_alpha_relocate_section): Assert we don't overrun
2634 the allocated relocation space.
2635
2636 Wed Sep 16 18:03:13 1998 Nick Clifton <nickc@cygnus.com>
2637
2638 * elf.c (swap_out_syms): Always treat section symbols as
2639 special, even if they are attached to a common section.
2640
2641 Wed Sep 16 10:34:13 1998 Nick Clifton <nickc@cygnus.com>
2642
2643 * elf32-v850.c (v850_elf_symbol_processing): Move symbols in
2644 sections with v850 common section attributes into named v850
2645 common sections.
2646 (v850_elf_add_symbol_hook): Move symbols in sections with v850
2647 common section attributes into named v850 common sections.
2648
2649 Wed Sep 16 11:26:49 CDT 1998 Catherine Moore <clm@cygnus.com>
2650
2651 * elf32-arm.c (elf32_arm_gc_mark_hook): Remove print
2652 statement.
2653
2654 1998-09-15 Geoff Keating <geoffk@ozemail.com.au>
2655
2656 * elf32-ppc.c (ppc_elf_relocate_section): Reverse output_offset
2657 part of Vladimir's change of 1998-08-19. Make a R_PPC_SDAREL16
2658 reloc to the wrong section a warning, not an error. .dynsbss
2659 is not an output section, so there is no need to check for it.
2660
2661 Tue Sep 15 12:40:05 1998 Catherine Moore <clm@cygnus.com>
2662
2663 * elf-bfd.h: Add argument to elf_backend_get_symbol_type.
2664
2665 Tue Sep 15 08:34:40 1998 Catherine Moore <clm@cygnus.com>
2666
2667 * elf.c (swap_out_syms): Pass type to elf_backend_get_symbol_type.
2668 * elf32-arm.c: Add HOWTO entries for R_ARM_GNU_VTINHERIT and
2669 R_ARM_GNU_VTENTRY.
2670 (elf32_arm_gc_mark_hook): New.
2671 (elf32_arm_gc_sweep_hook): New.
2672 (elf32_arm_check_relocs): New.
2673 (elf32_arm_final_link_relocate): Handle VTINHERIT and VTENTRY
2674 relocations.
2675 (elf32_arm_relocate_section): Handle VTINHERIT and VTENTRY
2676 relocations.
2677
2678 1998-09-10 Geoff Keating <geoffk@ozemail.com.au>
2679
2680 * elf32-ppc.c (ppc_elf_relocate_section): If dynobj is NULL,
2681 assume there is no PLT or GOT.
2682
2683 Wed Sep 9 14:24:12 1998 Nick Clifton <nickc@cygnus.com>
2684
2685 * elf32-arm.c (elf32_arm_find_nearest_line): New function: just
2686 like _elf_bfd_find_nearest_line() except that STT_ARM_TFUNC is
2687 also accepted as a function symbol type.
2688
2689 Mon Sep 7 13:24:03 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2690
2691 * rs6000-core.c (_LONG_LONG): Define for AIX 4.x only.
2692
2693 Sat Sep 5 20:40:18 1998 Ian Lance Taylor <ian@cygnus.com>
2694
2695 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): Correct definition to
2696 match definition of _bfd_gc_sections field.
2697 * libbfd.h: Rebuild.
2698
2699 Fri Sep 4 13:54:23 1998 David Miller <davem@dm.cobaltmicro.com>
2700
2701 * elf32-sparc.c (elf32_sparc_relocate_section): Properly adjust
2702 the addend of a dynamic relocation referencing a section.
2703 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2704 (sparc64_elf_finish_dynamic_symbol): Fix the PLT relocation offset.
2705
2706 Thu Sep 3 17:28:50 1998 Richard Henderson <rth@cygnus.com>
2707
2708 * elflink.h (bfd_elfNN_size_dynamic_sections): Verify that the
2709 bed has a size_dynamic_sections routine before trying to use it.
2710
2711 Mon Aug 31 14:49:22 1998 Richard Henderson <rth@cygnus.com>
2712
2713 * elf32-mips.c (elf_mips_gnu_vtentry_howto): Use
2714 _bfd_elf_rel_vtable_reloc_fn.
2715
2716 Mon Aug 31 10:23:40 1998 Catherine Moore <clm@cygnus.com>
2717
2718 * Makefile.am: Add elf32-arm.c.
2719 * Makefile.in: Rebuild.
2720 * elf-bfd.h: Add elf_backend_get_symbol_type.
2721 * elf.c (swap_out_syms): If defined, call
2722 elf_backend_get_symbol_type.
2723 * elf32-arm.c: Define elf_backend_get_symbol_type.
2724 (elf32_arm_get_symbol-type): New routine.
2725 (record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
2726 (bfd_elf32_arm_process_before_allocation): Change to
2727 check for STT_ARM_TFUNC.
2728 (elf32_arm_final_link_relocate): Likewise.
2729 * elfxx-target.h: Add elf_backend_get_symbol_type.
2730
2731 Fri Aug 28 19:44:07 1998 Richard Henderson <rth@cygnus.com>
2732
2733 * archures.c (bfd_mach_alpha_ev[456]): New.
2734 * cpu-alpha.c: Rework to match these types.
2735 * bfd-in2.h: Rebuild.
2736
2737 Fri Aug 28 19:38:53 1998 Richard Henderson <rth@cygnus.com>
2738
2739 * elf-bfd.h (_bfd_elf_rel_vtable_reloc_fn): Declare.
2740 * elf.c (_bfd_elf_rel_vtable_reloc_fn): New.
2741
2742 * elf32-i386.c (elf_howto_table): Add vtable relocs.
2743 (elf_i386_reloc_type_lookup): Recognize them.
2744 (elf_i386_check_relocs): Pass them off to generic code.
2745 (elf_i386_relocate_section): Ignore them.
2746 (elf_i386_gc_mark_hook, elf_i386_gc_sweep_hook): New.
2747 (elf_backend_can_gc_sections): True.
2748
2749 Thu Aug 20 15:03:45 1998 Nick Clifton <nickc@cygnus.com>
2750
2751 * elf32-arm.c (elf32_thumb_to_arm_stub): Check sym_sec is not NULL
2752 before looking at owner field.
2753 (elf32_arm_to_thumb_stub): Ditto.
2754 (elf32_arm_relocate_section): Compute name before calling
2755 elf32_arm_final_link_relocate().
2756
2757 Thu Aug 20 11:30:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
2758
2759 * elf.c: comment and formatting cleanups.
2760 * elfcore.h: ditto.
2761
2762 Wed Aug 19 15:43:26 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
2763
2764 * elfcode.h (elf_object_p): Reject files of header type ET_CORE
2765 (core files are treated differently than object files).
2766 * elf-bfd.h (_bfd_elf_write_corefile_contents,
2767 bfd_elf_mkcorefile): declare.
2768 * elfxx-target.h (_bfd_elf_write_corefile_contents,
2769 bfd_elf_mkcorefile): add to bfd_target vector.
2770 * elfcore.h (elf_core_file_p): save the program header table,
2771 and set the bfd architecture from the elf file header.
2772 * elf.c (bfd_elf_mkcorefile): new function.
2773 (_bfd_elf_write_corefile_contents): new function.
2774 (assign_file_positions_for_segments): add cases for handling
2775 PT_NOTE segments. (assign_file_positions_except_relocs):
2776 core files should be handled the same as exec files.
2777 (prep_headers): identify core files as type ET_CORE.
2778 (copy_private_bfd_data): identify the sections belonging to
2779 the PT_NOTE segment.
2780
2781 * elf32-sparc.c (elf32_sparc_final_write_processing):
2782 add break statement to default case.
2783
2784 1998-08-19 Vladimir N. Makarov <vmakarov@cygnus.com>
2785
2786 * elf32-ppc.c (ppc_elf_relocate_section): Check that output
2787 section (not input) will be in sections ".sbss", ".sbss2",
2788 ".sdata", and ".sdata" for R_PPC_SDAREL16, R_PPC_EMB_SDA2REL,
2789 R_PPC_EMB_SDA21, R_PPC_EMB_RELSDA. In all these cases also ignore
2790 output_offset for correct evaluation of addend.
2791
2792 Tue Aug 18 11:48:12 1998 Catherine Moore <clm@cygnus.com>
2793
2794 * elf32-arm.c: Add prefix bfd_ to elf32_arm_get_bfd_for_interworking,
2795 elf32_arm_allocate_interworking_sections and
2796 elf32_arm_process_before_allocation.
2797
2798 Tue Aug 18 11:46:00 1998 Nick Clifton <nickc@cygnus.com>
2799
2800 * bfd-in.h: Ammend prototype for
2801 elf32_arm_process_before_allocation to remove surplus third
2802 argument.
2803
2804 * bfd-in2.h: Regenerate.
2805
2806 Sat Aug 15 20:55:08 1998 Richard Henderson <rth@cygnus.com>
2807
2808 * elf64-alpha.c (elf64_alpha_relax_section): Handle indirect symbols.
2809
2810 Fri Aug 14 09:12:28 1998 Stan Cox <scox@cygnus.com>
2811
2812 * aoutx.h (aout_link_input_section_ext): Use the relocation already
2813 calculated for RELOC_SPARC_REV32 case.
2814
2815 Thu Aug 13 14:02:02 1998 Catherine Moore <clm@cygnus.com>
2816
2817 * bfd-in.h: Add prototypes for elf32_arm_get_bfd_for_interworking,
2818 elf32_arm_allocate_interworking_sections and
2819 elf32_arm_process_before_allocation.
2820 * bfd-in2.h: Regenerated.
2821 * elf32-arm.c Define elf32_arm_link_hash_table.
2822 (insert_thumb_branch): New routine.
2823 (find_thumb_glue): New routine.
2824 (find_arm_glue): New routine.
2825 (record_arm_to_thumb_glue): New routine.
2826 (record_thumb_to_arm_glue): New routine.
2827 (elf32_arm_link_hash_table_create): New routine.
2828 (elf32_arm_get_bfd_for_interworking): New routine.
2829 (elf32_arm_allocate_interworking_sections) New routine.
2830 (elf32_arm_process_before_allocation) New routine.
2831 (elf32_thumb_to_arm_stub): New routine.
2832 (elf32_arm_to_thumb_stub): New routine.
2833 (elf32_print_private_bfd_data): Fix typo.
2834 (elf32_arm_final_link_relocate): Add argument sym_sec.
2835 Check for branches to thumb symbols in case R_ARM_PC24.
2836 Check for branches to arm symbols in case R_ARM_THM_PC22.
2837 (elf32_arm_relocate_section): Pass symbol section to
2838 elf32_arm_final_link_relocate.
2839
2840 Wed Aug 12 19:00:39 1998 Geoff Keating <geoffk@ozemail.com.au>
2841
2842 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Generate PLT
2843 entries unless the symbol is defined in the executable; in
2844 particular, undefined weak symbols get a PLT entry.
2845
2846 Wed Aug 12 14:48:33 1998 Ian Lance Taylor <ian@cygnus.com>
2847
2848 * libaout.h: Remove nested comment to avoid warning.
2849
2850 Wed Aug 12 08:10:11 1998 Catherine Moore <clm@cygnus.com>
2851
2852 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
2853 R_ARM_PC24 relocation.
2854
2855 Tue Aug 11 14:42:26 1998 Catherine Moore <clm@cygnus.com>
2856
2857 * elf32-arm.c (elf32_arm_final_link_relocate): Remove unused
2858 argument is_local. Add argument sym_flags. Check sym_flags
2859 in R_ARM_ABS32 case. Include addend for R_ARM_THM_PC22 case.
2860 (elf32_arm_relocate_section): Don't pass local sym and pass
2861 sym_flags to elf32_arm_final_link_relocate.
2862
2863 Mon Aug 10 20:38:39 1998 Richard Henderson <rth@cygnus.com>
2864
2865 * elf64-alpha.c (elf64_alpha_calc_dynrel_sizes): Correct last change
2866 to not count too few relocs for dynamicly linked executables.
2867
2868 Mon Aug 10 15:35:34 1998 Richard Henderson <rth@cygnus.com>
2869
2870 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Never consider
2871 symbols without a dynamic index dynamic. Consider all weak
2872 symbols dynamic.
2873 (elf64_alpha_strip_section_from_output): Don't assume 1-1
2874 correspondance between input and output sections.
2875
2876 Mon Aug 10 15:31:39 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2877
2878 * elflink.h (elf_gc_common_finalize_got_offsets): For backends
2879 that use a .got.plt section start the got offset at zero.
2880
2881 Mon Aug 10 17:31:21 1998 Ian Lance Taylor <ian@cygnus.com>
2882
2883 * ieee.c (ieee_write_processor): Correct the processor ID written
2884 out for bfd_arch_m68k, accommodating change of March 25.
2885
2886 Sun Aug 9 20:55:44 1998 Catherine Moore <clm@cygnus.com>
2887
2888 * elf32-arm.c (elf32_arm_final_link_relocate): Rework
2889 R_ARM_THM_RPC22 relocations.
2890
2891 Sat Aug 8 15:15:30 1998 Richard Henderson <rth@cygnus.com>
2892
2893 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Undef weak symbols
2894 are always dynamic.
2895 (elf64_alpha_calc_dynrel_sizes): Allow enough room for RELATIVE
2896 .got relocs in -Bsymbolic shared objects.
2897
2898 Wed Aug 5 15:48:08 1998 Nick Clifton <nickc@cygnus.com>
2899
2900 * elf32-arm.c: Add private flags to ELF header.
2901 (elf32_arm_print_private_bfd_data): New Function.
2902 (elf32_arm_set_private_flags): New Function.
2903 (elf32_arm_copy_private_flags): New Function.
2904 (elf32_arm_merge_private_bfd_data): New Function.
2905
2906 Mon Aug 3 17:10:15 1998 Ian Lance Taylor <ian@cygnus.com>
2907
2908 * elf32-sparc.c (elf32_sparc_check_relocs): Permit WPLT30 against
2909 a local symbol.
2910 (elf32_sparc_relocate_section): Likewise.
2911
2912 Sun Aug 2 03:19:23 1998 Richard Henderson <rth@cygnus.com>
2913
2914 * elf32-ppc.c (ppc_elf_check_relocs): Init sgot to NULL. Create the
2915 .got if any relocation referrs to _GLOBAL_OFFSET_TABLE_.
2916 (ppc_elf_relocate_section): Pull sgot and splt search to the start
2917 of the function. Recognize no .plt as static linking.
2918
2919 1998-08-01 Ulrich Drepper <drepper@cygnus.com>
2920
2921 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Don't pass
2922 ".liblist" string through gettext.
2923
2924 Fri Jul 31 16:38:14 1998 Catherine Moore <clm@cygnus.com>
2925
2926 * Makefile.am: Add support for elf32-arm.lo.
2927 * Makefile.in: Rebuild.
2928 * config.bfd (arm-*-elf): Define targ_defvec and targ_selvecs.
2929 (thumb-*-elf): Define targ_defvec and targ_selvecs.
2930 * configure.in: Handle bfd_elf32_littlearm_vec and bfd_elf32_bigarm_vec.
2931 * configure: Regenerate.
2932 * elf.c: (prep_headers): Support arch_type of EM_ARM.
2933 * targets.c: Support new targets bfd_elf32_bigarm_vec and
2934 bfd_target bfd_elf32_littlearm_vec.
2935 * elf32-arm.c: New file.
2936
2937 Tue Jun 28 19:05:28 1998 Stan Cox <scox@cygnus.com>
2938
2939 * libaout.h (M_SPARCLITE_LE): New machine.
2940 * sunos.c (MACHTYPE_OK): Add machine M_SPARCLITE_LE.
2941 * aoutf1.h (sunos_set_arch_mach): Add machine M_SPARCLITE_LE.
2942 (sunos_write_object_contents): Add machine bfd_mach_sparc_sparclite_le
2943 * aoutx.h (howto_table_ext): Add relocation R_SPARC_REV32.
2944 (NAME(aout,machine_type)) Add machine bfd_mach_sparc_sparclite_le
2945 (aout_link_input_section_ext): Add RELOC_SPARC_REV32 support.
2946 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
2947 elf32_sparc_relocate_section): Rename R_SPARC_32LE to be R_SPARC_REV32
2948 * libbfd.h (bfd_reloc_code_real_names): Rename BFD_RELOC_SPARC_32LE to
2949 be BFD_RELOC_SPARC_REV32.
2950 * reloc.c: Ditto.
2951 * config.bfd (sparc86x-*-aout): New
2952
2953 Fri Jul 24 13:54:19 1998 Nick Clifton <nickc@cygnus.com>
2954
2955 * linker.c (_bfd_generic_final_link): Allocate NULL symbol before
2956 actually mapping the output sections.
2957
2958 Fri Jul 24 11:24:29 1998 Jeffrey A Law (law@cygnus.com)
2959
2960
2961 * elf-m10300.c (mn10300_elf_howto): Add R_MN10300_24 entry.
2962 (mn10300_elf_reloc_map): Similarly.
2963 (mn10300_elf_final_link_relocate): Handle R_MN10300_24.
2964
2965 Fri Jul 24 12:36:04 1998 Ian Lance Taylor <ian@cygnus.com>
2966
2967 * elf32-mips.c (elf_mips_howto_table): Add reloc types used on
2968 Irix 6.
2969 (bfd_elf32_bfd_reloc_type_lookup): Add default case.
2970 * elf64-mips.c: Replace all uses of mips_elf64_reloc_type with
2971 elf_mips_reloc_type defined in elf/mips.h.
2972
2973 1998-07-24 Ulrich Drepper <drepper@cygnus.com>
2974
2975 * elf64-mips.c: Remove reloc_type definition completely. It's now
2976 in elf/mips.h.
2977
2978 Thu Jul 23 13:33:19 1998 Doug Evans <devans@canuck.cygnus.com>
2979
2980 * elf64-mips.c (mips_elf64_reloc_type): #if 0 out more relocations
2981 as they are defined in elf/mips.h now.
2982
2983 Thu Jul 23 11:29:43 1998 Jeffrey A Law (law@cygnus.com)
2984
2985
2986 * Re-add lost change:
2987 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add new field
2988 "movm_stack_size".
2989 (mn10300_elf_relax_section): Include stack space for register saves
2990 in the imm8 field of a "call" instruction.
2991 (compute_function_info): Determine how much stack is allocated by
2992 the movm instruction. Fix typo.
2993 (elf32_mn10300_link_hash_newfunc): Initialize movm_stack_size.
2994
2995 Thu Jul 23 11:38:05 1998 Ian Lance Taylor <ian@cygnus.com>
2996
2997 * elf32-sparc.c (elf_backend_got_header_size): Define as 4.
2998 * elf64-sparc.c (elf_backend_got_header_size): Define as 8.
2999
3000 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
3001
3002 * elf32-ppc.c: Change use of pp_reloc_type to elf_ppc_reloc_type.
3003
3004 Wed Jul 22 16:27:18 1998 Nick Clifton <nickc@cygnus.com>
3005
3006 * elf32-hppa.h: Let ELF header define the enum containing the
3007 external reloc numbers.
3008 * elf32-i386.h: Likewise.
3009
3010 1998-07-22 14:57 Ulrich Drepper <drepper@cygnus.com>
3011
3012 * elf-m10300.c: Let ELF header now define the macros to get the enum.
3013 * elf32-mips.c: Likewise.
3014 * elf32-ppc.c: Likewise.
3015
3016 Wed Jul 22 13:53:52 1998 Nick Clifton <nickc@cygnus.com>
3017
3018 * bfd-in2.h: Change type of 'class' parameter to 'unsigned int' in
3019 bfd_coff_set_symbol_class(), in order to avoid K&R compatability
3020 prblems.
3021 * bfd-in.h: Regenerate.
3022 * coffgen.c (bfd_coff_set_symbol_class): Change type of 'class'
3023 parameter to 'unsigned int' to avoid K&R compatability problems.
3024
3025 Wed Jul 22 16:43:24 1998 Ian Lance Taylor <ian@cygnus.com>
3026
3027 * ieee.c (ieee_find_nearest_line): Change filename_ptr and
3028 functionname_ptr to be const. Change line_ptr to be unsigned.
3029
3030 * coffcode.h (coff_link_output_has_begun): Simplify handling when
3031 macro is not defined. Change second parameter from bfd_link_info
3032 to coff_final_link_info. Add prototype.
3033 (coff_final_link_postscript): Simplify handling when macro is not
3034 defined. Add prototype.
3035
3036 1998-07-22 13:08 Ulrich Drepper <drepper@cygnus.com>
3037
3038 * elf-mn10300.c: Before include system specific ELF header define
3039 START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.
3040 * elf32-mips.c: Likewise.
3041 * elf32-ppc.c: Likewise.
3042
3043 Wed Jul 22 13:46:51 1998 Ian Lance Taylor <ian@cygnus.com>
3044
3045 * elf64-mips.c (mips_elf64_reloc_type): Copy Ulrich's elf32-mips.c
3046 temporary patch over to elf64-mips.c as well.
3047
3048 1998-07-21 Ulrich Drepper <drepper@cygnus.com>
3049
3050 * elf32-mips.c (reloc_type): Temporarily disable definition of
3051 standard relocation since they are now defined in elf/mips.h.
3052
3053 Tue Jul 21 09:47:00 1998 Catherine Moore <clm@cygnus.com>
3054
3055 * elf-m10200.c (mn10200_elf_final_link_relocate):
3056 Modify range test for case R_MN10200_8.
3057
3058 * elf-m10300.c (mn10300_elf_final_link_relocate):
3059 Modify range test for case R_MN10300_8.
3060
3061 Mon Jul 20 18:50:54 1998 Richard Henderson <rth@cygnus.com>
3062
3063 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
3064 * elf32-i386.c (elf_backend_got_header_size): Define.
3065 (elf_backend_plt_header_size): Define.
3066 * elf32-m68k.c, elf32-mips.c, elf32-ppc.c: Likewise.
3067 * elf32-sparc.c, elf64-alpha.c, elf64-sparc.c: Likewise.
3068 * elfxx-target.h: Provide a default of zero.
3069 * elflink.c (_bfd_elf_create_got_section): Use got_header_size.
3070 * elflink.h (elf_gc_common_finalize_got_offsets): Likewise.
3071
3072 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't remove a PLT
3073 entry from an executable, even if the plt refcount goes to 0.
3074
3075 Mon Jul 20 12:47:26 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3076
3077 * aoutx.h (NAME(aout,find_nearest_line)): Also remember the
3078 directory name at the line number.
3079
3080 * elf.c (_bfd_elf_find_nearest_line): Also consider symbols
3081 with an unspecified type.
3082
3083 Wed Jul 15 11:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
3084
3085 * sunos.c: Add undef of valid to avoid problem on SunOS.
3086
3087 Tue Jul 14 15:30:59 1998 Richard Henderson <rth@cygnus.com>
3088
3089 * config.bfd (i?86-pc-beos{pe,elf,}*): Recognize.
3090
3091 Tue Jul 14 11:22:21 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3092
3093 * elf32-m68k.c (elf_m68k_check_relocs): Also reference count
3094 R_68K_PCxx and R_68K_xx relocations. Make sure that
3095 ELF_LINK_HASH_NEEDS_PLT is always set for a PLT reloc reference.
3096 (elf_m68k_gc_sweep_hook): Also reference count R_68K_PCxx and
3097 R_68K_xx relocations.
3098 (elf_m68k_adjust_dynamic_symbol): Reset the plt offset of a symbol
3099 that has no plt entry.
3100 (elf_m68k_relocate_section): Ignore the plt offset in a static
3101 link.
3102 * elflink.h (elf_adjust_dynamic_symbol): Reset the plt offset for
3103 an ignored symbol.
3104 (elf_gc_common_finalize_got_offsets): Set the got offsets also in
3105 a static link.
3106
3107 * elf32-m68k.c (R_68K_GNU_VTINHERIT, R_68K_GNU_VTENTRY): New reloc
3108 types.
3109 (howto_table, reloc_map): Add entries for them.
3110 (elf_m68k_check_relocs): Handle them. Implement reference
3111 counting for got and plt entries.
3112 (elf_m68k_gc_mark_hook, elf_m68k_gc_sweep_hook): New functions.
3113 (elf_m68k_adjust_dynamic_symbol): Handle unreferenced plt
3114 symbols.
3115 (rtype_to_howto_rel, elf_info_to_howto_rel): Delete.
3116 (elf_m68k_relocate_section): Handle the new reloc types.
3117 (bfd_elf32_bfd_final_link, elf_backend_gc_mark_hook,
3118 elf_backend_gc_sweep_hook, elf_backend_can_gc_sections): Define.
3119 * elflink.h (elf_link_add_object_symbols): When creating an
3120 indirect reference for symbol versioning also copy the plt
3121 offset.
3122 (elf_fix_symbol_flags): When clearing the ELF_LINK_HASH_NEEDS_PLT
3123 flag also reset the plt offset.
3124 (elf_link_assign_sym_version): Likewise.
3125 (elf_gc_common_finalize_got_offsets): Increment the got offset by
3126 the size of the entry in bytes.
3127 (elf_gc_allocate_got_offsets): Likewise.
3128
3129 Tue Jul 14 11:18:14 1998 Ian Lance Taylor <ian@cygnus.com>
3130
3131 * elflink.h (elf_gc_sections): Return true rather than falling off
3132 the bottom.
3133
3134 * coffgen.c (bfd_coff_set_symbol_class): Call bfd_alloc, not
3135 xmalloc.
3136
3137 Mon Jul 13 11:06:31 1998 Nick Clifton <nickc@cygnus.com>
3138
3139 * coff-arm.c: Supress definition of TARGET_UNDERSCORE and add a
3140 comment describing when it should be enabled.
3141 Changed definition of USER_LABEL_PREFIX to "", to fall into line
3142 with GCC sources.
3143
3144 Mon Jul 13 13:06:54 1998 Ian Lance Taylor <ian@cygnus.com>
3145
3146 * ieee.c (ieee_slurp_external_symbols): Handle call optimization
3147 information ATN records.
3148
3149 Fri Jul 10 16:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
3150
3151 * ieee.c (ieee_slurp_external_symbols): Select an appropriate
3152 section for an absolute symbol in a fully linked file. Based on
3153 patch from Christian Holland <CHolland@de.lucent.com>.
3154
3155 Wed Jul 8 11:29:56 1998 Manfred Hollstein <manfred@s-direktnet.de>
3156
3157 * coff-m88k.c (m88k_special_reloc): Don't lose the information
3158 that a symbol is undefined.
3159
3160 Tue Jul 7 21:47:02 1998 Jeffrey A Law (law@cygnus.com)
3161
3162 * som.c (som_bfd_gc_sections): Define.
3163
3164 Mon Jul 6 11:35:50 1998 Nick Clifton <nickc@cygnus.com>
3165
3166 * coff-arm.c (aoutarm_std_reloc_howto): Do not complain about
3167 overflows in ARM_26D patches, since they have already been
3168 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
3169
3170 Sat Jul 4 12:25:36 1998 Ian Lance Taylor <ian@cygnus.com>
3171
3172 * coffcode.h (coff_write_object_contents): If we have any long
3173 section names, call coff_write_symbols even if there are no
3174 symbols.
3175
3176 Fri Jul 3 13:11:35 1998 Ian Lance Taylor <ian@cygnus.com>
3177
3178 * elf.c (copy_private_bfd_data): Only set phdr_included once for a
3179 PT_LOAD segment, rather than only setting it once for the entire
3180 file.
3181
3182 * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
3183 rather than ignoring every phdr with a p_paddr of 0, ignore all
3184 the phdrs if they all have a p_paddr of 0.
3185
3186 * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
3187 section was discarded from the link.
3188
3189 Fri Jul 3 14:39:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3190
3191 * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number.
3192
3193 Fri Jul 3 14:35:48 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
3194
3195 * coff-sh.c (sh_insns_conflict): Load of fpscr conflicts with
3196 floating point operations.
3197
3198 Thu Jul 2 18:37:25 1998 Ian Lance Taylor <ian@cygnus.com>
3199
3200 * cofflink.c (_bfd_coff_link_input_bfd): Skip undefined global
3201 function symbols.
3202
3203 Thu Jul 2 14:59:42 1998 Klaus Kaempf <kkaempf@rmi.de>
3204
3205 Merge of vax/vms (read-only) support
3206 * configure.com: Support Vax target.
3207 * makefile.vms: Support Vax target.
3208 * vms.h: Renamed from evax.h, merged vax/vms (read-only) support.
3209 * vms.c: Renamed from evax-alpha.c, merged vax/vms (read-only)
3210 support.
3211 * vms-hdr.c: Renamed from evax-emh.c, merged vax/vms (read-only)
3212 support.
3213 * vms-gsd.c: Renamed from evax-egsd.c, merged vax/vms (read-only)
3214 support.
3215 * vms-tir.c: Renamed from evax-etir.c, merged vax/vms (read-only)
3216 support.
3217 * vms-misc.c: Renamed from evax-misc.c, merged vax/vms (read-only)
3218 support.
3219 * libbfd.c (real_read): Use unbuffered read on VMS/Vax.
3220 * targets.c (bfd_target_ovax_flavour): New flavour.
3221 (vms_alpha_vec): Renamed from evax_alpha_vec.
3222 (vms_vax_vec): New.
3223 (target_vector): Update accordingly.
3224 * config.bfd (alpha*-*-*vms*): Use vms_alpha_vec, not
3225 evax_alpha_vec.
3226 (vax*-*-*vms*): New target.
3227 * Makefile.am: Update for renamed files. Rebuild dependencies.
3228 * bfd-in2.h: Rebuild.
3229 * configure.in, Makefile.in, aclocal.m4: Rebuild.
3230
3231 Thu Jul 2 13:31:55 1998 Ian Lance Taylor <ian@cygnus.com>
3232
3233 Based on patch from Matt Semersky <matts@scd.hp.com>:
3234 * linker.c (_bfd_generic_final_link): Force a trailing NULL
3235 pointer on abfd->outsymbols.
3236 (generic_add_output_symbol): Handle NULL sym parameter.
3237
3238 Wed Jul 1 17:05:53 1998 Nick Clifton <nickc@cygnus.com>
3239
3240 * elf.c (copy_private_bfd_data): Add support for changing VMA or
3241 LMA of sections.
3242
3243 Wed Jul 1 16:58:50 1998 Ian Lance Taylor <ian@cygnus.com>
3244
3245 * coff-sh.c (sh_relax_delete_bytes): Correct address comparisons
3246 when handling 32 bit immediate relocs.
3247 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
3248
3249 Tue Jun 30 09:55:03 1998 Jeffrey A Law (law@cygnus.com)
3250
3251 * section.c (STD_SECTION): Account for recently added gc_mark
3252 field in struct asection.
3253
3254 * elf-m10300.c (bfd_mn10300_elf_merge_private_bfd_data): New function.
3255 (bfd_elf32_bfd_merge_private_bfd_data): Define.
3256
3257 Thu Jun 25 18:31:41 1998 Richard Henderson <rth@cygnus.com>
3258
3259 ELF Section-level Garbage Collection:
3260 * bfd.c (bfd_gc_sections): New.
3261 * aout-adobe.c: Hook to default implementation.
3262 * aout-target.h, aout-tic30.c, binary.c, bout.c: Likewise.
3263 * coff-alpha.c, coff-mips.c, coff-rs6000.c, coffcode.h: Likewise.
3264 * evax-alpha.c, i386msdos.c, i386os9k.c, ieee.c: Likewise.
3265 * ihex.c, nlm-target.h, oasys.c, ppcboot.c, srec.c: Likewise.
3266 * tekhex.c, versados.c: Likewise.
3267 * libbfd-in.h (_bfd_nolink_bfd_gc_sections): New.
3268 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_gc_sections.
3269
3270 * reloc.c (BFD_RELOC_VTABLE_INHERIT, BFD_RELOC_VTABLE_ENTRY): New.
3271 (bfd_generic_gc_sections): New.
3272 * section.c (SEC_KEEP): New.
3273 (asection): Add gc_mark member.
3274
3275 * elfcode.h (elf_gc*): New name remappings.
3276 * elflink.h (elf_link_input_bfd): Don't set contents on stabs
3277 sections to be excluded.
3278 (elf_gc_mark, elf_gc_sweep, elf_gc_sweep_symbol): New.
3279 (elf_gc_propogate_vtable_entries_used): New.
3280 (elf_gc_smash_unused_vtentry_relocs): New.
3281 (elf_gc_sections, elf_gc_record_vtinherit, elf_gc_record_vtentry): New.
3282 (elf_gc_common_finalize_got_offsets): New.
3283 (elf_gc_allocate_got_offsets, elf_gc_common_final_link): New.
3284 * elfxx-target.h: Add and default gc hooks.
3285
3286 * elf-bfd.h (struct elf_link_hash_entry): Swap got_offset/plt_offset
3287 for unions.
3288 (struct elf_obj_tdata): Likewise for local_got_offsets.
3289 * elf.c, elf-i386.c, elf32-m68k.c, elf32-mips.c: Update all uses.
3290 * elf32-ppc.c, elf32-sparc.c, elf64-alpha.c: Likewise.
3291 * elf64-sparc.c, elflink.h: Likewise.
3292
3293 * elf-bfd.h (struct elf_link_hash_entry): Add vtable members.
3294 (ELF_LINK_HASH_MARK): Define.
3295 (struct elf_backend_data): Add GC hooks.
3296 * elf.c (_bfd_elf_link_hash_newfunc): Zero vtable members.
3297
3298 * elf-m10300.c (mn10300_elf_check_relocs): New.
3299 (mn10300_elf_gc_mark_hook): New.
3300 (R_MN10300_GNU_VTINHERIT, R_MN10300_GNU_VTENTRY): New.
3301 (elf_mn10300_howto, mn10300_reloc_map): Handle them.
3302 (mn10300_elf_final_link_relocate): Likewise.
3303 (mn10300_elf_relocate_section): Likewise.
3304 (elf_backend_can_gc_sections): Define.
3305 * elf32-mips.c (R_MIPS_GNU_VTINHERIT, R_MIPS_GNU_VTENTRY): New.
3306 (elf_mips_gnu_vtinherit_howto, elf_mips_gnu_vtentry_howto): New.
3307 (bfd_elf32_bfd_reloc_type_lookup): Handle them.
3308 (mips_info_to_howto_rel): Likewise.
3309 (mips_elf_relocate_section): Likewise.
3310 (mips_elf_check_relocs): Likewise.
3311 (mips_elf_gc_mark_hook, mips_elf_gc_sweep_hook): New.
3312 (elf_backend_can_gc_sections): Define.
3313 * elf32-ppc.c (R_PPC_GNU_VTINHERIT, R_PPC_GNU_VTENTRY): New.
3314 (ppc_elf_howto_raw): Handle them.
3315 (ppc_elf_reloc_type_lookup): Likewise.
3316 (ppc_elf_relocate_section): Likewise.
3317 (ppc_elf_check_relocs): Reference count .got and .plt entires.
3318 Handle new vtable relocs.
3319 (ppc_elf_adjust_dynamic_symbol): Recognize unused .plt entries.
3320 (ppc_elf_gc_mark_hook, ppc_elf_gc_sweep_hook): New.
3321 (elf_backend_can_gc_sections): Define.
3322
3323 Fri Jun 26 10:48:23 1998 Jeffrey A Law (law@cygnus.com)
3324
3325 * archures.c (bfd_mach_mn10300): Define.
3326 * elf-m10300.c: Include elf/mn10300.h
3327 (elf_mn10300_mach): New function.
3328 (_bfd_mn10300_elf_final_write_processing): Likewise.
3329 (_bfd_mn10300_elf_object_p): Likewise.
3330 (elf_backendfinal_write_processing): Define.
3331 (elf_backend_object_p): Likewise.
3332
3333 Thu Jun 25 18:31:08 1998 Nick Clifton <nickc@cygnus.com>
3334
3335 * elf32-v850.c (v850_elf_perform_relocation): Fix HI16_S
3336 relocation.
3337
3338 Wed Jun 24 17:17:57 1998 Ian Lance Taylor <ian@cygnus.com>
3339
3340 * elflink.h (elf_bfd_final_link): Loop over input_bfds using the
3341 link_next field, not the next field.
3342
3343 Sun Jun 21 19:38:39 1998 Ian Lance Taylor <ian@cygnus.com>
3344
3345 * elf.c (map_sections_to_segments): Check the section address
3346 against the phdr size both with and without a modulo of
3347 maxpagesize.
3348
3349 Fri Jun 19 17:08:18 1998 Ian Lance Taylor <ian@cygnus.com>
3350
3351 * elf32-mips.c (mips_elf_size_dynamic_sections): Only strip a
3352 linker created empty input section if the output section has the
3353 same name.
3354
3355 * elflink.h (elf_link_output_extsym): Print an error message if
3356 _bfd_elf_section_from_bfd_section fails.
3357
3358 * elf.c (_bfd_elf_section_from_bfd_section): Call bfd_set_error on
3359 failure.
3360
3361 Tue Jun 16 11:55:55 1998 Ian Lance Taylor <ian@cygnus.com>
3362
3363 * elf.c (copy_private_bfd_data): Improve handling of Solaris
3364 native linker output. Avoid putting an empty section in more than
3365 one segment.
3366
3367 Fri Jun 12 13:30:17 1998 Tom Tromey <tromey@cygnus.com>
3368
3369 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
3370 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
3371
3372 Fri Jun 12 13:34:02 1998 Doug Evans <devans@canuck.cygnus.com>
3373
3374 * elf.c (swap_out_syms): New arg relocatable_p.
3375 Don't add section VMA to symbols for relocatable output.
3376 (_bfd_elf_compute_section_file_positions): Update call to
3377 swap_out_syms.
3378
3379 Mon Jun 8 15:20:57 1998 Nick Clifton <nickc@cygnus.com>
3380
3381 * elf32-v850.c (v850_elf_perform_relocation): Make comparisons
3382 against 'addend' be signed rather than unsigned.
3383
3384 Sat Jun 6 00:31:21 1998 Nick Clifton <nickc@cygnus.com>
3385
3386 * elf32-m32r.c: Add prototyps for static functions.
3387
3388 * coff-arm.c: Add prototypes for static functions.
3389
3390 Fri Jun 5 17:21:51 1998 Nick Clifton <nickc@cygnus.com>
3391
3392 * elf.c (elf_sort_sections): Sort by LMA first then VMA, since the
3393 LMA is used to order sections in a segment.
3394
3395 * elf32-v850.c: Add prototypes for static functions.
3396 Change type of addend parameter to bfd_vma in various functions.
3397
3398 Fri Jun 5 18:09:58 1998 Ian Lance Taylor <ian@cygnus.com>
3399
3400 * aoutx.h (howto_table_ext): Change RELOC_BASE13 to use
3401 complain_overflow_signed instead of complain_overflow_bitfield.
3402
3403 Fri Jun 5 15:11:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3404
3405 * elf.c (elf_map_symbols): Don't add section VMA to symbol value
3406 when comparing against 0.
3407
3408 Wed Jun 3 17:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
3409
3410 * Makefile.am (config.status): New target.
3411 * Makefile.in: Rebuild.
3412
3413 Wed Jun 3 12:18:24 1998 Stan Cox <scox@equinox.cygnus.com>
3414
3415 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Give an
3416 error if previous object endianness doesn't match current object.
3417
3418 Tue Jun 2 17:50:59 1998 Nick Clifton <nickc@cygnus.com>
3419
3420 * elf32-v850.c (v850_elf_print_private_bfd_data): Call
3421 _bfd_elf_print_private)bfd_data ().
3422
3423 Tue Jun 2 15:29:35 1998 Ian Lance Taylor <ian@cygnus.com>
3424
3425 * elflink.h (elf_merge_symbol): Don't always set type_change_ok
3426 and size_change_ok.
3427 (elf_link_add_object_symbols): Set type_change_ok and
3428 size_change_ok before calling elf_merge_symbol.
3429
3430 * elf32-mips.c (mips_elf_relocate_section): If we issue an
3431 undefined symbol error, don't also issue an overflow error.
3432
3433 Tue Jun 2 13:51:00 1998 Geoff Keating <geoffk@ozemail.com.au>
3434
3435 * elf32-ppc.c (ppc_elf_relocate_section): The target of an
3436 R_PPC_LOCAL24PC relocation should be local; if not, print an error
3437 message instead of crashing.
3438
3439 Mon Jun 1 18:23:12 1998 Yuli Barcohen <yuli.barcohen@telrad.co.il>
3440
3441 * archures.c (bfd_mach_cpu32): Define.
3442 (bfd_default_scan): Add case for 68060. Fix 68332 case to use
3443 bfd_mach_cpu32.
3444 * cpu-m68k.c (arch_info_struct): Add m68k:cpu32.
3445 * ieee.c: Include <ctype.h>.
3446 (ieee_object_p): Parse out process ID string to make it more
3447 likely to be acceptable for bfd_scan_arch.
3448 * bfd-in2.h: Rebuild.
3449
3450 Mon Jun 1 11:12:02 1998 Nick Clifton <nickc@cygnus.com>
3451
3452 * elf32-m32r.c (m32r_elf_print_private_bfd_data): Also call
3453 _bfd_elf_print_private_bfd_data() so that the program header will
3454 be displayed.
3455
3456 Mon Jun 1 12:14:28 1998 Ian Lance Taylor <ian@cygnus.com>
3457
3458 * peicode.h (coff_swap_sym_in): Check for C_SECTION rather than
3459 0x68. Reindent. Add some comments.
3460
3461 Fri May 29 09:58:08 1998 Nick Clifton <nickc@cygnus.com>
3462
3463 * elf.c (copy_private_bfd_data): Adjust physical address of
3464 segment in output BFD to contain LMAs of its sections.
3465
3466 Tue May 26 19:37:47 1998 Stan Cox <scox@equinox.cygnus.com>
3467
3468 * elf32-sparc.c (_bfd_sparc_elf_howto_table, sparc_reloc_map,
3469 elf32_sparc_relocate_section): Added R_SPARC_32LE for little
3470 endian data 32 bit relocations.
3471 (elf32_sparc_merge_private_bfd_data): Check if linking little
3472 endian objects with big endian objects.
3473 (elf32_sparc_object_p): Set bfd_mach_sparc_sparclite_le.
3474 (elf32_sparc_final_write_processing): Set EF_SPARC_LEDATA in e_flags.
3475 * libbfd.h (bfd_reloc_code_real_names): Added BFD_RELOC_SPARC_32LE.
3476 * reloc.c: Same.
3477 * cpu-sparc.c (arch_info_struct): Added sparc:sparclite_le
3478 * archures.c (bfd_mach_sparc_sparclite_le): New.
3479 * bfd-in2.h (BFD_RELOC_SPARC_32LE, bfd_mach_sparc_sparclite_le): New.
3480
3481 Thu May 21 16:59:28 1998 Nick Clifton <nickc@cygnus.com>
3482
3483 * peicode.h (add_data_entry): Fix precedence of operators in if ()
3484 statement.
3485
3486 Tue May 19 18:41:19 1998 Ian Lance Taylor <ian@cygnus.com>
3487
3488 * bfd-in.h: Move over patch to bfd-in2.h.
3489
3490 * reloc.c (bfd_check_overflow): Add casts before shifts which may
3491 not fit in 32 bits.
3492 (_bfd_relocate_contents): Likewise.
3493
3494 Mon May 18 14:44:15 1998 Nick Clifton <nickc@cygnus.com>
3495
3496 * peicode.h (add_data_entry): If the section has no private data
3497 then do not create a Data Dictionary entry for it.
3498
3499 Mon May 18 00:09:28 1998 Richard Henderson <rth@cygnus.com>
3500
3501 * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
3502 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
3503 elf64_alpha_size_got_sections): Rewrite, handling multiple got
3504 subsections during relaxation more correctly.
3505
3506 Thu May 14 14:22:58 1998 Nick Clifton <nickc@cygnus.com>
3507
3508 * bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().
3509 Add extra argument to bfd_arm_process_before_allocation ().
3510 * bfd-in.h: Reflect changes made in bfd-in2.h.
3511 * coffgen.c (bfd_coff_set_symbol_class): New function. Set the
3512 coff class of a BFD symbol.
3513 * coff-arm.c: Add support for interworking between Thumb code and
3514 non-interworking aware ARM code.
3515
3516 Sun May 10 22:33:59 1998 Jeffrey A Law (law@cygnus.com)
3517
3518 * po/Make-in (install-info): New target.
3519
3520 Thu May 7 17:40:56 1998 Ian Lance Taylor <ian@cygnus.com>
3521
3522 * filemode.c: Remove; not used.
3523
3524 If sysdep.h includes a header file, don't include it again:
3525 * aix386-core.c: Don't include <stdio.h>, <stddef.h>, or
3526 <errno.h>.
3527 * aoutx.h: Don't include <string.h>. Use "sysdep.h" rather than
3528 <sysdep.h>.
3529 * archive.c: Don't include <string.h> or <errno.h>.
3530 * evax-alpha.c; Don't include <stdio.h>.
3531 * evax-egsd.c: Likewise.
3532 * evax-etir.c: Likewise.
3533 * evax-misc.c: Likewise.
3534 * evax-emh.c: Likewise. Also, don't include <sys/types.h>.
3535 * hppabsd-core.c: Don't include <stdio.h>, <sys/types.h>, or
3536 <errno.h>.
3537 * hpux-core.c: Likewise.
3538 * netbsd-core.c: Likewise.
3539 * som.c: Likewise.
3540 * libbfd.c: Don't include <sys/types.h>.
3541 * nlmcode.h: Don't include <string.h>.
3542 * osf-core.c: Don't include <string.h> or <stdio.h>.
3543 * ptrace-core.c: Don't include <stdio.h>, <sys/types.h>,
3544 <errno.h>, or <unistd.h>.
3545 * trad-core.c: Don't include <stdio.h> or <sys/types.h>.
3546
3547 Thu May 7 13:12:50 1998 Klaus Kaempf <kkaempf@progis.de>
3548
3549 * configure.com: If the version number can not be found in
3550 configure.in, set it to "unknown" rather than "2.8.1".
3551
3552 Wed May 6 09:46:05 1998 Gavin Koch <gavin@cygnus.com>
3553
3554 * elf32-mips.c (elf_mips_mach): New.
3555 (_bfd_mips_elf_object_p): Use elf_mips_mach.
3556 (_bfd_mips_elf_final_write_processing): Use the names
3557 of machines, rather than the numbers. Set both the ARCH
3558 and MACH in e_flags. Handle a few more specific machines.
3559 (_bfd_mips_elf_merge_private_bfd_data): Merge both
3560 EF_MIPS_ARCH and EF_MIPS_MACH.
3561
3562 Tue May 5 21:01:53 1998 Richard Henderson <rth@cygnus.com>
3563
3564 * syms.c (bfd_is_local_label): Revert last change.
3565 * srec.c (srec_write_symbols): Discard debugging symbols.
3566
3567 Tue May 5 23:36:06 1998 Ian Lance Taylor <ian@cygnus.com>
3568
3569 * som.c: Include <ctype.h>.
3570 * som.h: Don't include sysdep.h.
3571
3572 Tue May 5 18:29:24 1998 Tom Tromey <tromey@cygnus.com>
3573
3574 * libbfd.h: Rebuilt.
3575 * libbfd-in.h: Removed gettext includes and defines.
3576 * sysdep.h: Moved gettext-related includes and defines here.
3577
3578 Tue May 5 16:47:54 1998 Richard Henderson <rth@cygnus.com>
3579
3580 * srec.c (srec_write_symbols): Use bfd_is_local_label rather than
3581 an ad-hoc test. Kill bogus #if 0 code.
3582 * syms.c (bfd_is_local_label): Consider BSF_DEBUGGING symbols local.
3583
3584 Mon May 4 16:10:33 1998 Ian Lance Taylor <ian@cygnus.com>
3585
3586 * sunos.c (sunos_check_dynamic_reloc): Don't use the PLT address
3587 when generating a normal executable for a symbol defined in a
3588 regular file. When copying a reloc into the output file, adjust
3589 the addend for a PC relative reloc against a global symbol.
3590
3591 Mon May 4 10:08:18 1998 Tom Tromey <tromey@cygnus.com>
3592
3593 * libbfd.h: Rebuilt.
3594 * libbfd-in.h (_): Define as dgettext.
3595
3596 Mon May 4 11:02:23 1998 Ian Lance Taylor <ian@cygnus.com>
3597
3598 * coff-arm.c (coff_arm_relocate_section): Cast to bfd_signed_vma,
3599 not signed.
3600 * peicode.h (pe_saved_coff_bfd_print_private_bfd_data): Use PARAMS
3601 when declaring parameter types.
3602 (pe_saved_coff_bfd_copy_private_bfd_data): Likewise.
3603
3604 Wed Apr 29 15:35:03 1998 Ian Lance Taylor <ian@cygnus.com>
3605
3606 * config.bfd: If we include any ELF targets in targ_defvec and/or
3607 targ_selvecs, then add the generic ELF targets to targ_selvecs.
3608 * elf32-gen.c (dummy): New static const variable.
3609 (elf_generic_info_to_howto): New static function.
3610 (elf_generic_info_to_howto_rel): New static function.
3611 (elf_info_to_howto): Define as elf_generic_info_to_howto.
3612 (elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
3613 * elf64-gen.c: Same changes as elf32-gen.c.
3614 * elfcode.h (elf_object_p): For the generic target, ignore a
3615 failure of bfd_default_set_arch_mach. Fix indentation a bit.
3616
3617 Tue Apr 28 20:05:52 1998 Ian Lance Taylor <ian@cygnus.com>
3618
3619 * configure.in (WIN32LIBADD): Add -lintl on cygwin32.
3620 * configure: Rebuild.
3621
3622 Tue Apr 28 12:16:57 1998 Jason Molenda (crash@bugshack.cygnus.com)
3623
3624 * config.bfd: Update OSR5/Unixware patterns.
3625
3626 Mon Apr 27 18:02:24 1998 Richard Henderson <rth@cygnus.com>
3627
3628 * elf.c (assign_file_positions_for_segments): Allow for holes
3629 between sections added by a link script.
3630
3631 Mon Apr 27 11:49:55 1998 Ian Lance Taylor <ian@cygnus.com>
3632
3633 * configure.in: Change version number to 2.9.4
3634 * configure: Rebuild.
3635
3636 Based on patch from H.J. Lu <hjl@gnu.org>:
3637 * elf.c (bfd_elf_get_bfd_needed_list): New function.
3638 * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
3639 * bfd-in2.h: Rebuild.
3640
3641 Sat Apr 25 20:07:53 1998 Richard Henderson <rth@cygnus.com>
3642
3643 * elf64-alpha.c (struct alpha_relax_info): Replace elfsym with other.
3644 Change all users.
3645
3646 Sat Apr 25 18:29:07 1998 Richard Henderson <rth@cygnus.com>
3647
3648 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
3649 (elf64_alpha_relax_section): Fill them in.
3650 (elf64_alpha_relax_opt_call): Implement more than a stub.
3651 (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
3652 alignment on .scommon.
3653 (elf64_alpha_merge_gots): Merge use counts as well.
3654
3655 Sat Apr 25 14:07:29 1998 Richard Henderson <rth@cygnus.com>
3656
3657 * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section
3658 for calculating a local symbol's address.
3659 (elf64_alpha_calc_got_offsets): Skip entries with 0 use count.
3660 Set the .got's cooked size as well as the raw size.
3661
3662 Fri Apr 24 09:16:00 1998 Nick Clifton <nickc@cygnus.com>
3663
3664 * elf32-v850.c (v850_elf_print_private_bfd_data): Add
3665 internationalisation of printed information.
3666
3667 * coff-arm.c (coff_arm_print_private_bfd_data): Add
3668 internationalisation of printed information.
3669
3670 Fri Apr 24 12:09:18 1998 Ian Lance Taylor <ian@cygnus.com>
3671
3672 * syms.c (struct indexentry): Change directory_name, file_name,
3673 and function_name fields to char *.
3674 (struct stab_find_info): Change cached_file_name field to char *.
3675
3676 Thu Apr 23 08:13:04 1998 Nick Clifton <nickc@cygnus.com>
3677
3678 * peicode.h (dir_names): Add missing N_() macros to dir_names array.
3679
3680 Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
3681
3682 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
3683
3684 Wed Apr 22 17:48:48 1998 Ian Lance Taylor <ian@cygnus.com>
3685
3686 * Makefile.am (install-data-local): Make $(includedir).
3687 * Makefile.in: Rebuild.
3688
3689 Wed Apr 22 13:06:15 1998 Tom Tromey <tromey@cygnus.com>
3690
3691 * libbfd-in.h: Use `gettext' and not `dgettext' for now.
3692
3693 Wed Apr 22 12:53:40 1998 Ian Lance Taylor <ian@cygnus.com>
3694
3695 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.
3696 * Makefile.in: Rebuild.
3697
3698 * bfd-in2.h: Rebuild for Nick's changes.
3699
3700 Tue Apr 21 23:11:51 1998 Richard Henderson <rth@cygnus.com>
3701
3702 * archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in last
3703 change wrt length == max_namelen.
3704
3705 Tue Apr 21 21:19:36 1998 Tom Tromey <tromey@scribbles.cygnus.com>
3706
3707 * Many files: Added gettext invocations around user-visible
3708 strings.
3709 * libbfd-in.h: Added gettext includes and defines.
3710 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
3711 HAVE_LC_MESSAGES): Define.
3712 * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and
3713 po/Makefile.
3714 * Makefile.am (SUBDIRS): Added po.
3715 (POTFILES): New macro.
3716 (po/POTFILES.in): New target.
3717 (SOURCE_HFILES): New macro.
3718 (HFILES): Use it.
3719 * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
3720
3721 Tue Apr 21 13:38:18 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3722
3723 * elfcore.h (bfd_prstatus): Copy core_prstatus from the first
3724 NT_PRSTATUS note section encountered, it contains the status of
3725 the currently executing thread when the core file was written.
3726
3727 Tue Apr 21 10:00:12 1998 Nick Clifton <nickc@cygnus.com>
3728
3729 * libcoff.h: Add extra parameter to
3730 bfd_coff_link_output_has_begun overrideable function.
3731 * cofflink.c: Pass extra parameter to
3732 bfd_coff_link_output_has_begun function.
3733 * bfd-in.h: Add prototypes for exported ARM interworking
3734 functions.
3735 * peicode.h: ARM specific code reorganised to conform to BFD
3736 coding conventions.
3737 * coffcode.h: ARM specific code reorganised to conform to BFD
3738 coding conventions.
3739 * coff-arm.c: Code reorganised to conform to the BFD coding
3740 conventions. Global variables have been moved into an ARM
3741 specific hash table structure and a new function:
3742 bfd_arm_get_bfd_for_interworking() has been created which is
3743 called from the linker scripts.
3744
3745 Tue Apr 21 00:11:51 1998 Richard Henderson <rth@cygnus.com>
3746
3747 * archive.c (_bfd_generic_read_ar_hdr_mag): Simplify end-of-name test.
3748
3749 * elf64-alpha.c (elf64_alpha_find_reloc_at_ofs): Renamed from
3750 elf64_alpha_relax_find_reloc_ofs. Changed all callers.
3751 (elf64_alpha_add_symbol_hook): Put small commons in .scommon not .sbss.
3752 (elf64_alpha_size_got_sections): Don't merge .got sections twice.
3753
3754 Sat Apr 18 01:21:04 1998 Stan Cox <scox@cygnus.com>
3755
3756 * config.bfd: Added sparc86x support.
3757
3758 Fri Apr 17 22:29:04 1998 Ian Lance Taylor <ian@cygnus.com>
3759
3760 * elf32-mips.c (mips_elf_relocate_section): Do not complain about
3761 an out of range pc-relative jump/call to an undefined weak symbol.
3762
3763 Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com>
3764
3765 * elf64-alpha.c (elf64_alpha_do_reloc_gpdisp): Do all gpdisp
3766 comparisons signed.
3767
3768 Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com>
3769
3770 * archive.c (bfd_generic_archive_p): If a slurp subroutine returns
3771 an error other than bfd_error_system_call, set the error to
3772 bfd_error_wrong_format.
3773
3774 * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add
3775 bfd_elf32_powerpcle_vec.
3776
3777 * elf.c (copy_private_bfd_data): If all the p_paddr fields in the
3778 program segments are zero, don't set p_paddr_valid.
3779
3780 Wed Apr 15 22:15:16 1998 Richard Henderson <rth@cygnus.com>
3781
3782 * elf64-alpha.c: Initial implementation of relaxation --
3783 (struct alpha_elf_link_hash_entry): Add use_count member.
3784 (elf64_alpha_check_relocs): Initialize and increment it.
3785 (elf64_alpha_can_merge_gots): Check it when considering merging.
3786 (elf64_alpha_merge_gots): Drop entries with zero use.
3787 (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
3788 (elf64_alpha_always_size_sections): Split out got sizing ...
3789 (elf64_alpha_size_got_sections): ... here. New function.
3790 (elf64_alpha_relax_find_reloc_ofs): New function.
3791 (elf64_alpha_relax_with_lituse): Likewise.
3792 (elf64_alpha_relax_without_lituse): Likewise.
3793 (elf64_alpha_relax_opt_call): Likewise.
3794 (elf64_alpha_relax_section): Likewise.
3795 (elf64_alpha_add_symbol_hook): Likewise.
3796 (elf64_alpha_howto_table): Implement GPRELHIGH/LOW & IMMED_GP_16.
3797 (elf64_alpha_relocate_section): Likewise.
3798 (bfd_elf64_bfd_relax_section): Define.
3799 (elf_backend_add_symbol_hook): Likewise.
3800
3801 Wed Apr 15 16:08:46 1998 Richard Henderson <rth@cygnus.com>
3802
3803 * elf.c (prep_headers): Use new EM_SPARCV9 symbol.
3804 * elf64-sparc.c (ELF_MACHINE_CODE): Likewise.
3805 (ELF_MACHINE_ALT1): New. Set to EM_OLD_SPARC64.
3806
3807 Wed Apr 15 11:34:33 1998 Ian Lance Taylor <ian@cygnus.com>
3808
3809 * configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
3810 * configure: Rebuild.
3811
3812 Mon Apr 13 16:46:27 1998 Ian Lance Taylor <ian@cygnus.com>
3813
3814 * Makefile.am (libbfd_la_LIBADD): Add @WIN32LIBADD@.
3815 (libbfd_la_LDFLAGS): Add @WIN32LDFLAGS@.
3816 * configure.in: Define and substitute WIN32LDFLAGS and
3817 WIN32LIBADD.
3818 * aclocal.m4: Rebuild with new libtool.
3819 * configure, Makefile.in: Rebuild.
3820
3821 Fri Apr 10 13:44:27 1998 Ian Lance Taylor <ian@cygnus.com>
3822
3823 * coffcode.h (coff_write_object_contents): Move a PE COMDAT symbol
3824 before any other symbols in the same section.
3825
3826 Wed Apr 8 14:50:23 1998 Michael Meissner <meissner@cygnus.com>
3827
3828 * config.bfd (powerpc*-*-*): Remove PowerPC NT support from ELF
3829 systems.
3830
3831 Tue Apr 7 16:25:31 1998 Gavin Romig-Koch <gavin@cygnus.com>
3832
3833 * dwarf2.c (comp_unit): Move it earlier in the source. Add
3834 addr_size.
3835 (read_address): Replace 'bdf*' argument with 'comp_unit*' argument.
3836 Use addr_size for address size, rather than sizeof(bfd_vma).
3837 (read_attribute): Replace bdf* argument with 'comp_unit*' argument.
3838 Fix call to read_address.
3839 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument.
3840 Scrap other unneeded arguments. Fix call to read_address.
3841 (scan_unit_for_functions): Fix call to read_attribute.
3842 (parse_comp_unit): We now handle more values for addr_size.
3843 Set addr_size in unit. Fix call to read_attribute and
3844 decode_line_info.
3845
3846 Tue Apr 7 15:44:47 1998 Gavin Romig-Koch <gavin@cygnus.com>
3847
3848 * dwarf2.c (parse_comp_unit): Drop use of unit->name when it is null.
3849
3850 Tue Apr 7 12:35:18 1998 Ian Lance Taylor <ian@cygnus.com>
3851
3852 * archures.c (bfd_default_scan): Add m68k cases back to default
3853 switch, reverting patch of March 25, since IEEE support depends
3854 upon them.
3855
3856 Mon Apr 6 14:06:40 1998 Ian Lance Taylor <ian@cygnus.com>
3857
3858 * Makefile.am (diststuff): New target.
3859 * Makefile.in: Rebuild.
3860
3861 Sun Apr 5 16:21:44 1998 Jeffrey A Law (law@cygnus.com)
3862
3863 * som.c (som_bfd_ar_write_symbol_stuff): Fix computation of
3864 som_offset when we have an extended name table.
3865
3866 Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
3867
3868 * Makefile.am (stamp-lib): Check that .libs/libbfd.a exists before
3869 trying to copy it.
3870 * Makefile.in: Rebuild.
3871
3872 Fri Apr 3 11:09:42 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3873
3874 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Generate section
3875 symbols when creating a shared library.
3876 (elf_m68k_adjust_dynindx): New function, used by above code.
3877 (elf_m68k_finish_dynamic_sections): Initialize the section
3878 symbols.
3879 (elf_m68k_relocate_section): Change abort to BFD_ASSERT.
3880
3881 Wed Apr 1 16:04:02 1998 Nick Clifton <nickc@cygnus.com>
3882
3883 * coff-arm.c (in_reloc_p): Use ARM_RVA32 in place of constant
3884 value 11.
3885
3886 Wed Apr 1 13:36:58 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3887
3888 * elf32-m68k.c (elf_m68k_relocate_section, case R_68K_PLT*O): Fix
3889 assertion.
3890
3891 Tue Mar 31 00:12:12 1998 Jeffrey A Law (law@cygnus.com)
3892
3893 * elf-m10300.c (mn10300_elf_relax_section): Correctly handle
3894 absolute symbols.
3895
3896 Mon Mar 30 12:46:15 1998 Ian Lance Taylor <ian@cygnus.com>
3897
3898 * configure.in: Set version to 2.9.1.
3899 * configure: Rebuild.
3900
3901 * Branched binutils 2.9.
3902
3903 Mon Mar 30 12:20:50 1998 Brent Baccala <baccala@freesoft.org>
3904
3905 * syms.c (ENABLE_CACHING): Define.
3906 (struct indexentry): Define.
3907 (struct stab_cache): Remove.
3908 (cmpindexentry): New static function.
3909 (struct stab_find_info): Add new fields: indextable,
3910 indextablesize, cached_indexentry, cached_offset, cached_stab, and
3911 cached_file_name. Remove fields: file_cache, function_cache, and
3912 line_cache.
3913 (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
3914 index table and search it.
3915
3916 Mon Mar 30 10:39:34 1998 Ian Lance Taylor <ian@cygnus.com>
3917
3918 * elf.c (_bfd_elf_copy_private_section_data): Call
3919 copy_private_bfd_data once we've seen the last SEC_ALLOC section.
3920
3921 * cpu-mips.c: Remove trailing comma at end of enumeration list.
3922
3923 Sat Mar 28 16:33:02 1998 Ian Lance Taylor <ian@cygnus.com>
3924
3925 * coff-arm.c: Define all globally visible variables and functions
3926 only when COFF_WITH_PE is not defined.
3927 * configure.in (armpe_little_vec, armpe_big_vec): Add
3928 coff-arm.lo.
3929 * configure: Rebuild.
3930
3931 Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com>
3932
3933 Fix some gcc -Wall warnings:
3934 * aout-arm.c (MY(fix_pcrel_26)): Add casts to avoid warnings.
3935 * archive.c (_bfd_generic_read_ar_hdr_mag): Likewise.
3936 * archures.c (bfd_default_scan): Likewise.
3937 * bfd.c (bfd_scan_vma): Likewise.
3938 * binary.c (mangle_name): Likewise
3939 * coff-arm.c (aoutarm_fix_pcrel_26): Likewise.
3940 * coff-sh.c (sh_relocate_section): Likewise.
3941 * coff-stgo32.c (create_go32_stub): Likewise.
3942 * coffcode.h (coff_slurp_line_table): Likewise.
3943 * ecoff.c (_bfd_ecoff_write_armap): Likewise.
3944 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
3945 (assign_file_positions_for_segments): Likewise.
3946 * elf32-mips.c (mips_elf_relocate_section): Likewise.
3947 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
3948 * oasys.c (oasys_write_sections): Likewise.
3949 * ppcboot.c (ppcboot_object_p): Likewise.
3950 (mangle_name): Likewise.
3951 * riscix.c (riscix_fix_pcrel_26): Likewise.
3952 * srec.c (srec_scan): Likewise.
3953 * stabs.c (_bfd_write_section_stabs): Likewise.
3954 * sunos.c (sunos_add_dynamic_symbols): Likewise.
3955 * aout-ns32k.c (_bfd_ns32k_relocate_contents): Add default case to
3956 switch. Declare parameters for function pointers.
3957 * archures.c (bfd_default_scan): Add braces to avoid ambiguous if
3958 warning.
3959 * elf.c (elf_sort_sections): Likewise.
3960 * coff-arm.c (coff_thumb_pcrel_common): Initialize relocation.
3961 Add default cases to switches.
3962 (coff_arm_relocate_section): Remove unused local variables.
3963 Always set rstat.
3964 (coff_arm_bfd_set_private_flags): Change flag variable to type
3965 flagword.
3966 * coff-mips.c (mips_relocate_section): Initialize use_lo.
3967 * coff-ppc.c (ppc_record_toc_entry): Change i to unsigned int.
3968 (dump_toc): Change cat to const, and initialize it.
3969 * coff-sh.c (sh_relax_delete_bytes): Initialize start and voff.
3970 * elf32-sh.c (sh_elf_relax_delete_bytes): Likewise.
3971 (sh_elf_relocate_section): Initialize r_symndx.
3972 * coffcode.h (coff_compute_section_file_positions): Only declare
3973 old_sofar if ALIGN_SECTIONS_IN_FILE.
3974 (coff_write_object_contents): Initialize csym.
3975 * coffgen.c (coff_pointerize_aux): Make type and class unsigned.
3976 * cpu-ns32k.c (_bfd_ns32k_get_displacement): Add default case to
3977 switch.
3978 * dwarf2.c: Include libiberty.h.
3979 (read_2_signed_bytes, read_4_signed_bytes): Comment out.
3980 (decode_line_info): Remove unused local variables.
3981 * elf32-m32r.c (m32r_elf_sda16_reloc): Likewise.
3982 (m32r_elf_relocate_section): Likewise.
3983 * elf32-v850.c (v850_elf_store_addend_in_insn): Likewise.
3984 (v850_elf_reloc): Likewise.
3985 * elf-bfd.h (elf_linker_section_t): Make alignment unsigned.
3986 (struct elf_obj_tdata): Make cverdefs and cverrefs unsigned.
3987 * elf.c (assign_file_positions_for_segments): Always set adjust.
3988 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
3989 parenthesize expression.
3990 * elf32-m32r.c (m32r_elf_relocate_section): Always initialize h.
3991 (m32r_elf_object_p): Return a value.
3992 (m32r_elf_print_private_bfd_data): Change fprintf format string.
3993 * elf32-mips.c (mips_elf_final_link): Initialize last.
3994 (mips_elf_finish_dynamic_sections): Initialize last and dindx.
3995 * elf32-v850.c (v850_elf_object_p): Return a value.
3996 (v850_elf_print_private_bfd_data): Change fprintf format string.
3997 * elfcode.h (elf_slurp_symbol_table): Change symcount and i to
3998 unsigned long.
3999 * elflink.h (elf_link_add_object_symbols): Change vernum to
4000 unsigned int, and initialize it. Change fprintf format string.
4001 (NAME(bfd_elf,size_dynamic_sections)): Cast -1 to bfd_size_type
4002 when setting or comparing to soname_indx.
4003 (elf_create_pointer_linker_section): Change num_symbols to
4004 unsigned int.
4005 * libcoff-in.h (coff_data_type): Change flags to flagword.
4006 * peicode.h (pe_print_idata): Initialize idx. Change j to
4007 bfd_size_type. Initialize hint_member. Remove useless test to
4008 time_stamp.
4009 (pe_print_edata): Change num_functions and num_names in struct
4010 EDT_type to unsigned long. Remove cast. Change fprintf format
4011 string.
4012 * ppcboot.c (ppcboot_object_p): Change i to size_t.
4013 * reloc.c (bfd_get_reloc_size): Change return type to unsigned
4014 int.
4015 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
4016 int *. Update uses. Change j to long.
4017 * bfd-in2.h, libcoff.h: Rebuild.
4018
4019 Fri Mar 27 10:10:46 1998 Catherine Moore <clm@cygnus.com>
4020
4021 * elf32-v850.c Remove definition of USE_REL.
4022 (v850_elf_info_to_howto_rela): New function.
4023 (v850_elf_perform_relocation): Renamed from
4024 v850_elf_store_addend_in_insn. Removed replace argument.
4025 (v850_elf_reloc): store the relocation in the addend field instead
4026 of the insn.
4027 (v850_elf_final_link_relocate): Now calls
4028 v850_elf_perform_relocation.
4029 (v850_elf_relocate_section): Remove code to generate REL
4030 relocations.
4031
4032 Thu Mar 26 13:32:17 1998 Ian Lance Taylor <ian@cygnus.com>
4033
4034 * coffcode.h (coff_new_section_hook): Set the type and storage
4035 class in the native symbol information allocated for a new section
4036 symbol.
4037
4038 Thu Mar 26 10:13:41 1998 Nick Clifton <nickc@cygnus.com>
4039
4040 * peicode.h: Chain together calls to
4041 coff_bfd_copy_private_bfd_data and
4042 coff_bfd_print_private_bfd_data.
4043
4044 * coff-arm.c: Add prototypes for
4045 coff_arm_bfd_print_private_bfd_data and
4046 coff_arm_bfd_copy_private_bfd_data.
4047
4048 Wed Mar 25 15:45:55 1998 Nick Clifton <nickc@cygnus.com>
4049
4050 * coffcode.h (coff_mkobject_hook): Set private falgs even for a PE
4051 build.
4052
4053 * peicode.h: Call arm-coff private data functions after handling
4054 pe private data.
4055
4056 * coff-arm.c: Turn statics into globals so that they can be shared
4057 both pe and pei backends.
4058
4059 Wed Mar 25 15:19:38 1998 Ian Lance Taylor <ian@cygnus.com>
4060
4061 * aoutf1.h (sunos_set_arch_mach): Use bfd_mach_m68* rather than
4062 plain numbers.
4063 (sunos_write_object_contents): Likewise.
4064 * aoutx.h (NAME(aout,machine_type)): Likewise.
4065 * coffcode.h (coff_set_arch_mach_hook): Likewise.
4066
4067 Wed Mar 25 13:59:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4068
4069 * archures.c (bfd_mach_m68*): Add definitions for various m68k
4070 variants.
4071 (bfd_default_scan): Remove m68k special cases.
4072 * bfd-in2.h: Rebuild.
4073 * mipsbsd.c (MY(write_object_contents)): Use bfd_mach_m68* rather
4074 than plain numbers.
4075 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
4076 * cpu-m68k.c (arch_info_struct): Likewise. Add entry for
4077 m68k:68000.
4078 (bfd_m68k_arch): Set mach field to zero to signal no explicit
4079 selection, change printable_name to just "m68k" and make that the
4080 default instead of m68k:68020.
4081
4082 * aout-tic30.c (NAME): Define this to avoid multiple definitions
4083 from aoutx.h.
4084 (MY_get_section_contents): Define as aout_32_get_section_contents
4085 rather than NAME(aout,get_section_contents).
4086
4087 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Fix cast.
4088
4089 * evax-alpha.c (evax_set_arch_mach): Only accept bfd_arch_alpha
4090 and call bfd_default_set_arch_mach to do the real work.
4091
4092 Wed Mar 25 10:41:35 1998 Richard Henderson <rth@cygnus.com>
4093
4094 * bout.c (BALX): Include return register g14 as part of the insn.
4095 (BALX_MASK): New.
4096 (calljx_callback): Use it.
4097
4098 Wed Mar 25 11:19:28 1998 Ian Lance Taylor <ian@cygnus.com>
4099
4100 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
4101 * libbfd.h: Rebuild.
4102
4103 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Change
4104 byte_count to unsigned int.
4105 (mn10300_elf_relax_section): Initialize internal_relocs. Remove
4106 unused local variables.
4107
4108 * evax-alpha.c (evax_close_and_cleanup): Remove unused local
4109 variables er and er1.
4110
4111 * cpu-v850.c: Include <ctype.h>.
4112 (scan): Case isdigit argument to unsigned char.
4113
4114 From Yan Meroth <YAN.MEROTH@st.com>:
4115 * ihex.c (ihex_scan): Add extbase variable so that getting an
4116 extended linear address record does not ignore any previous
4117 extended address.
4118 (ihex_write_object_contents): When writing out an extended linear
4119 address record, zero out any previous extended address.
4120
4121 Tue Mar 24 16:09:43 1998 Manfred Hollstein <manfred@s-direktnet.de>
4122
4123 * ieee.c (do_one): Check section before dereferencing it.
4124 (ieee_canonicalize_reloc): Likewise with src->relent.sym_ptr_ptr.
4125 (ieee_generic_stat_arch_elt): Likewise with abfd->my_archive.
4126
4127 Mon Mar 23 18:51:47 1998 Joel Sherrill <joel@OARcorp.com>
4128
4129 * config.bfd: (sh*-*-rtems*): Switched from ELF to COFF.
4130
4131 Mon Mar 23 14:23:36 1998 Nick Clifton <nickc@cygnus.com>
4132
4133 * coff-arm.c: Add interworking functions to pe backends.
4134
4135 Fri Mar 20 18:47:20 1998 Ian Lance Taylor <ian@cygnus.com>
4136
4137 * configure.in: Use AM_DISABLE_SHARED.
4138 * aclocal.m4, configure: Rebuild with libtool 1.2.
4139
4140 Fri Mar 20 11:25:41 1998 Nick Clifton <nickc@cygnus.com>
4141
4142 * coff-arm.c (coff_arm_relocate_section): Better error messages
4143 when interowrking conflucts occur. Courtesy of Jonathan Walton
4144 and Tony Thompson.
4145 (aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
4146 relocations. Patch courtesy of Jonathan Walton and Tony
4147 Thompson.
4148
4149 Fri Mar 20 02:26:43 1998 Richard Henderson <rth@cygnus.com>
4150
4151 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Revert
4152 part of Feb 22 change controling when to override the existing
4153 symbol with the .plt entry.
4154
4155 Wed Mar 18 09:26:25 1998 Nick Clifton <nickc@cygnus.com>
4156
4157 * config.bfd (targ_cpu): Add thumb-pe target.
4158
4159 * coffcode.h (OTHER_GLOBAL_CLASS): Support thumb external
4160 functions in PE build.
4161
4162 Sun Mar 8 23:37:26 1998 Stan Cox <scox@equinox.cygnus.com>
4163
4164 * config.bfd (sparclite-*-elf*): Added.
4165
4166 Mon Feb 23 19:31:19 1998 Ian Lance Taylor <ian@cygnus.com>
4167
4168 * configure.in: Add elf.lo to elf shell variable.
4169 * Makefile.am (BFD_LIBS): Remove elf.lo.
4170 (BFD_LIBS_CFILES): Remove elf.c.
4171 (BFD32_BACKENDS): Add elf.lo.
4172 (BFD32_BACKENDS_CFILES): Add elf.c.
4173 * configure, Makefile.in: Rebuild.
4174
4175 1998-02-23 15:53 Richard Henderson <rth@cygnus.com>
4176
4177 * elf32-i386.c (elf_i386_relocate_section): A pc-relative
4178 relocation against a now-local symbol should not have a dynamic
4179 relocation.
4180
4181 Mon Feb 23 16:17:08 1998 Ian Lance Taylor <ian@cygnus.com>
4182
4183 * peicode.h (coff_swap_filehdr_in): Don't set BFD flag HAS_SYMS in
4184 COFF filehdr flags.
4185 (pe_print_private_bfd_data): Print PE flags. From Mikey
4186 <jeffdb@netzone.com>.
4187
4188 Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com>
4189
4190 * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
4191 a plt entry when we can determine that we authoritatively define
4192 the symbol.
4193
4194 Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com>
4195
4196 * configure.in (COREFILE selection): Remove sparc-*-linux*. They
4197 don't actually use trad-core, but a SunOS-style core file handled
4198 by gdb directly.
4199 * hosts/sparclinux.h: Remove.
4200
4201 Wed Feb 18 15:31:06 1998 Ian Lance Taylor <ian@cygnus.com>
4202
4203 * peicode.h (pe_print_idata): If there is no .idata section, look
4204 for the import tables in some other section. Make the initial
4205 label line up better with the data. Print the import address
4206 table even if there is no import name table. If the import
4207 address table holds actual addresses, print them.
4208
4209 Tue Feb 17 12:58:34 1998 Ian Lance Taylor <ian@cygnus.com>
4210
4211 * libbfd.c (bfd_seek): If fseek fails, save errno around call to
4212 bfd_tell. If errno is EINVAL, set bfd_error_file_truncated, not
4213 bfd_error_system_call.
4214
4215 Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com>
4216
4217 * Makefile.am (AUTOMAKE_OPTIONS): Define.
4218 * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
4219
4220 From H.J. Lu <hjl@gnu.org>:
4221 * Makefile.am (libbfd_la_LDFLAGS): Define.
4222 * Makefile.in: Rebuild.
4223
4224 Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com>
4225
4226 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
4227 * netbsd.h (MACHTYPE_OK): Define.
4228 (MY(write_object_contents)): Use DEFAULT_ARCH and DEFAULT_MID when
4229 calling N_SET_MACHTYPE, rather than having a switch.
4230 * libaout.h (enum machine_type): Add M_PMAX_NETBSD, M_VAX_NETBSD,
4231 and M_ALPHA_NETBSD.
4232 * i386netbsd.c (MACHTYPE_OK): Don't define.
4233 (DEFAULT_MID): Define.
4234 * m68k4knetbsd.c (SEGMENT_SIZE): Don't define.
4235 (MACHTYPE_OK): Don't define.
4236 (DEFAULT_MID): Define.
4237 * m68knetbsd.c: (MACHTYPE_OK): Don't define.
4238 (DEFAULT_MID): Define.
4239 * ns32knetbsd.c (MACHTYPE_OK): Don't define.
4240 (DEFAULT_MID): Define.
4241 * sparcnetbsd.c (MACHTYPE_OK): Don't define.
4242 (DEFAULT_MID): Define.
4243
4244 NetBSD patches from Gordon W. Ross <gwr@mc.com>:
4245 * vaxnetbsd.c: New file.
4246 * netbsd-core.c: Clean up. Remove unused macros. Use netbsd
4247 rather than netbsd_core.
4248 * targets.c (vaxnetbsd_vec): Declare.
4249 (bfd_target_vector): Add vaxnetbsd_vec. If NETBSD_CORE is
4250 defined, add netbsd_core_vec.
4251 * configure.in: Set COREFILE for alpha*-*-netbsd* and
4252 powerpc-*-netbsd* to netbsd-core.lo. If COREFILE is
4253 netbsd-core.lo, set COREFLAG to -DNETBSD_CORE.
4254 * config.bfd (alpha*-*-netbsd*): New target.
4255 * Makefile.am: Rebuild dependencies.
4256 (BFD32_BACKENDS): Add vaxnetbsd.lo.
4257 (BFD32_BACKENDS_CFILES): Add vaxnetbsd.c.
4258 * configure, Makefile.in: Rebuild.
4259
4260 * configure.host: Remove the old shared library build stuff. We
4261 now use libtool instead.
4262
4263 Wed Feb 11 17:13:09 1998 Richard Henderson <rth@cygnus.com>
4264
4265 * tekhex.c (tekhex_write_object_contents): Call tekhex_init.
4266
4267 Tue Feb 10 19:23:28 1998 H.J. Lu <hjl@gnu.org>
4268
4269 * configure.in: Take stab-syms.lo out of sparclinux_vec list.
4270 * configure: Rebuild.
4271
4272 Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com>
4273 * elf32-v850.c (remember_hi16s_reloc): New function.
4274 (find_remembered_hi16s_reloc): New function.
4275 (v850_elf_store_addend_in_insn): Use the above new functions to
4276 match up HI6S relocs with LO16 relocs.
4277
4278 Tue Feb 10 15:01:39 1998 Ian Lance Taylor <ian@cygnus.com>
4279
4280 * configure.in: Change -linux* to -linux-gnu*.
4281 * config.bfd, configure.host: Likewise.
4282 * configure: Rebuild.
4283
4284 Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com>
4285
4286 * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
4287 LO16/HI16S bug and improve comments about what is going on.
4288
4289 Sat Feb 7 15:27:03 1998 Ian Lance Taylor <ian@cygnus.com>
4290
4291 * configure, aclocal.m4: Rebuild with new libtool.
4292
4293 Fri Feb 6 14:48:20 1998 Nick Clifton <nickc@cygnus.com>
4294
4295 * elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
4296 when merging v850 code into v850e/v850ea code. Do not initialise
4297 output flags if the input is the default architecture.
4298
4299 Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
4300
4301 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
4302 get the size from bfd_arch_bits_per_address instead of directly
4303 from the isa.
4304
4305 Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com>
4306
4307 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
4308 to wrap, just return all 1's bits instead.
4309 * libbfd.h: Regenerate.
4310
4311 Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com>
4312
4313 * coff-i386.c (coff_pe_i386_relocate_section): New static function
4314 if COFF_WITH_PE.
4315 (coff_relocate_section): If COFF_WITH_PE, define as
4316 coff_pe_i386_relocate_section.
4317 * coffcode.h (coff_write_object_contents): If COFF_IMAGE_WITH_PE,
4318 skip empty sections, to match coff_write_object_contents.
4319
4320 * elf64-mips.c (mips_elf64_swap_reloca_out): Swap out r_addend,
4321 rather than swapping out r_offset twice. From Luke Deller
4322 <luked@cse.unsw.edu.au>.
4323
4324 Wed Feb 4 19:11:28 1998 Ian Lance Taylor <ian@cygnus.com>
4325
4326 * configure.in: Set libtool_enable_shared rather than
4327 libtool_shared. Remove diversion hack.
4328 * configure, Makefile.in, doc/Makefile.in, aclocal.m4: Rebuild
4329 with new libtool.
4330
4331 Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org>
4332
4333 * syms.c (struct stab_cache): Define.
4334 (struct stab_find_info): Remove cached_offset, cached_stab,
4335 cached_str, and cached_stroff fields. Add file_cache,
4336 function_cache, and line_cache fields.
4337 (_bfd_stab_section_find_nearest_line): Use extensive caching to
4338 speed up searches.
4339
4340 Wed Feb 4 13:34:22 1998 Ian Lance Taylor <ian@cygnus.com>
4341
4342 * peicode.h (pe_print_idata): Check for import of ordinal rather
4343 than name.
4344 (pe_print_edata): If there is no .edata section, look for the
4345 export data in some other section.
4346
4347 Mon Feb 2 20:05:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
4348
4349 * configure.in: Change version to 2.8.4.
4350 * configure: Regenerated.
4351
4352 Mon Feb 2 17:39:39 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
4353
4354 Add tms320c30 support:
4355 * cpu-tic30.c: New file.
4356 * aout-tic30.c: New file.
4357 * coff-tic30.c: New file.
4358 * archures.c (bfd_arch_tic30): Define.
4359 (bfd_tic30_arch): Declare.
4360 (bfd_archures_list): Add bfd_tic30_arch.
4361 * targets.c (bfd_target_vector): Add tic30_aout_vec and
4362 tic30_coff_vec.
4363 * reloc.c (BFD_RELOC_TIC30_LDP): Define.
4364 * coffcode.h (coff_set_arch_mach_hook): Add tic30 case.
4365 (coff_set_flags): Likewise.
4366 * config.bfd (tic30-*-*aout*, tic30-*-*coff*): New targets.
4367 * configure.in (tic30_aout_vec, tic30_coff_vec): New vectors.
4368 * Makefile.am: Rebuild dependencies.
4369 (ALL_MACHINES): Add cpu-tic30.lo.
4370 (ALL_MACHINES_CFILES): Add cpu-tic30.c.
4371 (BFD32_BACKENDS): Add aout-tic30.lo and coff-tic30.lo.
4372 (BFD32_BACKENDS_CFILES): Add aout-tic30.c and coff-tic30.c.
4373 * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
4374
4375 Mon Feb 2 12:25:12 1998 Nick Clifton <nickc@cygnus.com>
4376
4377 * elf32-v850.c (v850_elf_store_addend_in_insn): Allow HI16_S reloc
4378 to lag behind LO16 reloc by a couple of instructions.
4379
4380 Mon Feb 2 14:09:46 1998 Ian Lance Taylor <ian@cygnus.com>
4381
4382 * Makefile.am ($(srcdir)/bfd-in2.h): Add dummy command to force
4383 make to reexamine the file timestamp.
4384 ($(srcdir)/libbfd.h, $(srcddir)/libcoff.h): Likewise.
4385
4386 * elf64-alpha.c (ELF_MAXPAGESIZE): Change to 0x10000 from
4387 0x100000.
4388
4389 Fri Jan 30 19:07:07 1998 Geoff Keating <geoffk@ozemail.com.au>
4390
4391 * elf32-ppc.c (ppc_elf_create_dynamic_sections): New procedure
4392 to create .dynsbss and .rela.sbss sections.
4393 (ppc_elf_adjust_dynamic_symbol): Put space for small data to be
4394 copied from dynamic objects into .sbss.
4395 (ppc_elf_size_dynamic_sections): Strip .rela.sbss if we don't
4396 use it. Correct typo of .rela.sdata2.
4397 (ppc_elf_finish_dynamic_symbol): Generate reloc to where we
4398 put the data, which may now be in .sbss.
4399 (ppc_elf_relocate_section): A SDAREL16 reloc can be in dynsbss.
4400 (elf_backend_create_dynamic_sections): Define as
4401 ppc_elf_create_dynamic_sections.
4402
4403 * elf32-ppc.c (ppc_elf_check_relocs): Don't emit R_PPC_REL* relocs
4404 against _GLOBAL_OFFSET_TABLE_.
4405 (ppc_elf_relocate_section): Don't emit R_PPC_REL32 relocs in
4406 shared libraries which refer to local symbols. Make sure that the
4407 test for allocating space for a reloc in a shared object is the
4408 same as the test for emitting a reloc.
4409
4410 Thu Jan 29 15:55:35 1998 J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
4411
4412 * config.bfd (i[3456]-*-mingw32*): New target.
4413 * acinclude.m4 (BFD_BINARY_OPEN): Check for mingw32.
4414 * aclocal.m4, configure: Rebuild.
4415
4416 Wed Jan 28 13:41:26 1998 Ian Lance Taylor <ian@cygnus.com>
4417
4418 * elf.c (_bfd_elf_close_and_cleanup): Only check the strtab if we
4419 have a bfd_object.
4420
4421 Tue Jan 27 21:43:55 1998 Richard Henderson <rth@cygnus.com>
4422
4423 Sparc v9 ABI compliant PLT:
4424 * elf64-sparc.c (PLT_HEADER_SIZE): V9 ABI uses 4 entries.
4425 (plt_templates, sparc64_elf_build_plt_entry): Delete.
4426 (LARGE_PLT_THRESHOLD): New define.
4427 (GOT_RESERVED_ENTRIES): V9 ABI only uses 1.
4428 (sparc64_elf_build_plt): New function.
4429 (sparc64_elf_plt_entry_offset): Likewise.
4430 (sparc64_elf_plt_ptr_offset): Likewise.
4431 (sparc64_elf_adjust_dynamic_symbol): Change h->plt_offset to
4432 contain the index for convenience. Skip the initial entries
4433 in .rela.plt.
4434 (sparc64_elf_size_dynamic_sections): Zero the allocated contents
4435 memory for the benefit of .rela.plt.
4436 (sparc64_elf_relocate_section): Call sparc64_elf_plt_entry_offset.
4437 (sparc64_elf_finish_dynamic_symbol): Kill template stuff. Use
4438 sparc64_elf_plt_entry_offset & sparc64_elf_plt_ptr_offset for reloc.
4439 (sparc64_elf_finish_dynamic_sections): DT_PLTGOT points to .plt.
4440 Call sparc64_elf_build_plt.
4441 (elf_backend_want_got_plt): No.
4442 (elf_backend_plt_readonly): No.
4443 (elf_backend_plt_alignment): 8.
4444
4445 * elf.c (_bfd_elf_close_and_cleanup): New function; free the shstrtab.
4446 * elf-bfd.h (_bfd_elf_close_and_cleanup): Declare it.
4447 * elfxx-target.h (bfd_elfNN_close_and_cleanup): Arrange for it
4448 to be called.
4449
4450 Tue Jan 27 21:45:15 1998 Jeffrey A Law (law@cygnus.com)
4451
4452 * archures.c (bfd_mach_mips*): Add definitions for various MIPS
4453 processors.
4454 * cpu-mips.c (arch_info_struct): Add mips variants.
4455 * bfd-in2.h: Rebuilt.
4456
4457 Tue Jan 27 15:06:04 1998 Nick Clifton <nickc@cygnus.com>
4458
4459 * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
4460 t2a3_b_insn.
4461
4462 Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
4463
4464 * config.bfd (i[3456]86-sco3.2v5*): ELF now the default.
4465 (i[3456]86sco3.2v5*coff): New target.
4466
4467 Mon Jan 26 15:41:30 1998 Ian Lance Taylor <ian@cygnus.com>
4468
4469 * bfd-in2.h: Rebuild with changes to chew--tab expansion.
4470
4471 Thu Jan 22 21:26:48 1998 Richard Henderson <rth@cygnus.com>
4472
4473 * bfd.c (bfd_get_error_handler): Add orthogonal function.
4474 * bfd-in2.h: Regenerate.
4475
4476 Thu Jan 22 21:13:39 1998 Richard Henderson <rth@cygnus.com>
4477
4478 * tekhex.c (tekhex_write_object_contents): Check for no symbols.
4479
4480 Wed Jan 21 21:19:03 1998 Ian Lance Taylor <ian@cygnus.com>
4481
4482 * coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
4483 adjust addend for an output common symbol (from Jimmy Blair
4484 <jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative
4485 defined symbol to counteract adjustment made in generic relocation
4486 code.
4487
4488 * dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
4489
4490 Wed Jan 21 21:16:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
4491
4492 * coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
4493 (GET_SCNDHR_NLNNO): Likewise.
4494
4495 Mon Jan 19 12:49:52 1998 Ian Lance Taylor <ian@cygnus.com>
4496
4497 * cpu-sh.c (arch_info_struct): Correct next field of sh3e.
4498
4499 Wed Jan 14 17:23:27 1998 Nick Clifton <nickc@cygnus.com>
4500
4501 * elf32-m32r.c: Add macros to handle NOP insertion.
4502
4503 Wed Jan 14 16:15:22 1998 Richard Henderson <rth@cygnus.com>
4504
4505 * xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
4506 (xcoff_mark): Likewise.
4507 (xcoff_build_ldsyms): Mark absolute symbols.
4508
4509 Wed Jan 14 16:03:11 1998 Richard Henderson <rth@cygnus.com>
4510
4511 * bout.c (b_out_write_object_contents): Sort symbols before output
4512 to keep {CALL,BAL}NAME symbols adjacent.
4513 (b_out_symbol_cmp): New function.
4514
4515 For older changes see ChangeLog-9697
4516 \f
4517 Local Variables:
4518 mode: change-log
4519 left-margin: 8
4520 fill-column: 74
4521 version-control: never
4522 End: