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