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