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