019dcdcf2fd05474ecfbdbe5bcdcc35755a3e464
[binutils-gdb.git] / bfd / ChangeLog
1 2001-08-29 Joel Sherrill <joel@OARcorp.com>
2
3 * config.bfd (i[3456]86-*-rtems*, m68*-*-rtems*): Change
4 default from coff to elf.
5
6 2001-08-29 Jeff Law <law@redhat.com>
7
8 * cpu-h8300.c (h8300_scan, compatible): Prototype.
9 (h8300_scan): Handle architecture:machine encodings typically
10 found in linker scripts.
11 * elf.c (prep_headers): Do not try to do H8 machine recognition
12 here.
13 * elf32-h8300.c: Add some missing prototypes.
14 (elf32_h8_mach, elf32_h8_final_write_processing): New functions.
15 (elf32_h8_object_p): Similarly.
16
17 2001-08-29 Alan Modra <amodra@bigpond.net.au>
18
19 * targmatch.sed: Delete case statements.
20 * config.bfd <powerpc-*-aix* entry>: Select 64 bit xcoff for
21 aix4.3 and above.
22
23 Wed Aug 29 02:27:36 2001 J"orn Rennecke <amylaar@redhat.com>
24
25 * Makefile.am (elf32-h8300.lo): New target.
26 * config.bfd (h8300*-*-elf): New case.
27 * configure.in (bfd_elf32_h8300_vec): New case.
28 * elf.c (prep_headers): Add case for bfd_arch_h8300.
29 * reloc.c (BFD_RELOC_H8_DIR16A8): New relocation.
30 (BFD_RELOC_H8_DIR16R8, BFD_RELOC_H8_DIR24A8): Likewise.
31 (BFD_RELOC_H8_DIR24R8, BFD_RELOC_H8_DIR32A16): Likewise.
32 * targets.c (bfd_target bfd_elf32_h8300_vec): New extern declaration.
33 * elf32-h8300.c: New file.
34 * Makefile.in, bfd-in2.h, libbfd.h, configure: Regenerated.
35
36 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
37
38 * sparclynx.c: Add missing prototypes.
39 * coff-mcore.c: Add missing prototypes.
40 * elf32-pj.c: Add missing prototypes.
41 * nlm32-sparc.c: Add missing prototypes.
42 * oasys.c: Add missing prototypes.
43 * pdp11.c: Add missing prototypes.
44 * pe-mips.c: Add missing prototypes.
45 * riscix.c: Add missing prototypes.
46
47 2001-08-27 Daniel Jacobowitz <drow@mvista.com>
48
49 * elf32-i386.c: Add missing prototypes.
50 * elf32-ppc.c: Likewise.
51 * elf32-sh-lin.c: Likewise.
52 * elfarm-nabi.c: Likewise.
53
54 2001-08-27 Daniel Jacobowitz <drow@mvista.com>
55
56 * elf32-i386.c (elf_i386_grok_prstatus): New function.
57 (elf_i386_grok_psinfo): New function.
58 (elf_backend_grok_prstatus): Define.
59 (elf_backend_grok_psinfo): Likewise.
60 * elf32-ppc.c (ppc_elf_grok_prstatus): New function.
61 (ppc_elf_grok_psinfo): New function.
62 (elf_backend_grok_prstatus): Define.
63 (elf_backend_grok_psinfo): Likewise.
64 * elf32-sh-lin.c (elf32_shlin_grok_prstatus): New function.
65 (elf32_shlin_grok_psinfo): New function.
66 (elf_backend_grok_prstatus): Define.
67 (elf_backend_grok_psinfo): Likewise.
68 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): New function.
69 (elf32_arm_nabi_grok_psinfo): New function.
70 (elf_backend_grok_prstatus): Define.
71 (elf_backend_grok_psinfo): Likewise.
72
73 2001-08-27 H.J. Lu <hjl@gnu.org>
74
75 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add more
76 sanity check.
77 (mips_elf_calculate_relocation): Create dynamic relocation for
78 symbols with weak definition or the ELF_LINK_HASH_DEF_REGULAR
79 bit is not set.
80
81 2001-08-27 H.J. Lu <hjl@gnu.org>
82
83 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Add prototype.
84 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
85 (_bfd_elf32_mips_grok_prstatus): Likewise.
86 (_bfd_elf32_mips_grok_psinfo): Likewise.
87 (_bfd_mips_elf_hide_symbol): Make it static and cast to
88 `struct mips_elf_link_hash_entry *'.
89 (_bfd_mips_elf_copy_indirect_symbol): Make it static.
90
91 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
92
93 * mipsbsd.c: Add missing prototypes.
94 * hp300hpux.c: Add missing prototypes.
95 * i386aout.c: Add missing prototypes.
96 * i386lynx.c: Add missing prototypes.
97 * i386mach3.c: Add missing prototypes.
98 * i386msdos.c: Add missing prototypes.
99 * i386os9k.c: Add missing prototypes.
100
101 2001-08-27 Linus Nordberg <linus@swox.se>
102 Torbjorn Granlund <tege@swox.com>
103 Staffan Ulfberg <staffanu@swox.se>
104 Alan Modra <amodra@bigpond.net.au>
105
106 * config.bfd: Add powerpc64 target. Add powerpc64 vectors to
107 targ64_selvecs for 32 bit powerpc targets.
108 * Makefile.am (BFD64_BACKENDS): Add elf64-ppc.lo.
109 (BFD64_BACKENDS_CFILES): Add elf64-ppc.c.
110 Run "make dep-am".
111 * Makefile.in: Regenerate.
112 * configure.in: Add elf64_powerpc vecs.
113 * configure: Regenerate.
114 * cpu-powerpc.c: Default to bfd_mach_ppc_620 entry for 64 bit.
115 * elf.c (prep_headers): EM_PPC64 for 64 bit ppc elf target.
116 * targets.c: Add bfd_elf64_powerpc_vec and bfd_elf64_powerpcle_vec.
117 * elf64-ppc.c: New file.
118 * reloc.c: Add powerpc64 relocs.
119 * libbfd.h: Regenerate.
120 * bfd-in2.h: Regenerate.
121
122 2001-08-27 Andreas Schwab <schwab@suse.de>
123
124 * elf32-m68k.c (elf32_m68k_check_relocs): Set DF_TEXTREL if the
125 reloc is against read-only section.
126 (elf32_m68k_size_dynamic_sections): Use DF_TEXTREL flag instead of
127 looking up section names for DT_TEXTREL.
128 (elf32_m68k_reloc_type_class): New function.
129 (elf_backend_reloc_type_class): Define.
130
131 2001-08-27 Andreas Jaeger <aj@suse.de>
132
133 * elf64-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if the
134 reloc is against read-only section.
135 (elf_s390_size_dynamic_sections): Use DF_TEXTREL flag instead of
136 looking up section names for DT_TEXTREL.
137 (elf_s390_reloc_type_class): New.
138 (elf_backend_reloc_type_class): Define.
139
140 * elf32-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if the
141 reloc is against read-only section.
142 (elf_s390_size_dynamic_sections): Use DF_TEXTREL flag instead of
143 looking up section names for DT_TEXTREL.
144 (elf_s390_reloc_type_class): New.
145 (elf_backend_reloc_type_class): Define.
146
147 * elf32-ppc.c (ppc_elf_check_relocs): Set DF_TEXTREL if the reloc
148 is against read-only section.
149 (ppc_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
150 looking up section names for DT_TEXTREL.
151 (ppc_elf_reloc_type_class): New.
152 (elf_backend_reloc_type_class): Define.
153
154 2001-08-26 Andreas Jaeger <aj@suse.de>
155
156 * elf32-cris.c (cris_elf_check_relocs): Set DF_TEXTREL if the
157 reloc is against read-only section.
158 (elf_cris_size_dynamic_sections): Use DF_TEXTREL flag instead of
159 looking up section names for DT_TEXTREL.
160 (elf_cris_reloc_type_class): New.
161 (elf_backend_reloc_type_class): Define.
162
163 * elf32-sh.c (sh_elf_check_relocs): Set DF_TEXTREL if the reloc is
164 against read-only section.
165 (elf_backend_reloc_type_class): Define.
166 (sh_elf_reloc_type_class): New.
167 (sh_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
168 looking up section names for DT_TEXTREL.
169
170 * elf32-arm.h (elf32_arm_check_relocs): Set DF_TEXTREL if the
171 reloc is against read-only section.
172 (elf32_arm_size_dynamic_sections): Use DF_TEXTREL flag instead of
173 looking up section names for DT_TEXTREL.
174 (elf32_arm_reloc_type_class): New.
175 (elf_backend_reloc_type_class): Define.
176
177 2001-08-25 Andreas Jaeger <aj@suse.de>
178
179 * oasys.c: Add missing prototypes.
180
181 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Add unused
182 attribute for parameter.
183 * elf.c (_bfd_elf_reloc_type_class): Likewise.
184
185 * versados.c (get_4): Make static.
186 (get_10): Make static.
187 Add missing prototypes.
188 (process_esd): Fix call to versados_new_symbol.
189
190 2001-08-25 Nick Clifton <nickc@cambridge.redhat.com>
191
192 * coff-a29k.c: Add missing prototypes.
193 * coff-apollo.c: Add missing prototypes.
194 * coff-arm.c: Add missing prototypes.
195 * coff-i860.c: Add missing prototypes.
196 * coff-rs6000.c: Add missing prototypes.
197 * coff-tic80.c: Add missing prototypes.
198 * elf-m10200.c: Add missing prototypes.
199 * elf-m10300.c: Add missing prototypes.
200 * elf32-arm.h: Add missing prototypes.
201 * elf32-d10v.c: Add missing prototypes.
202 * elf32-m32r.c: Add missing prototypes.
203 * elf32-mcore.c: Add missing prototypes.
204 * elf32-openrisc.c: Add missing prototypes.
205 * elf32-sh.c: Add missing prototypes.
206 * elf32-sparc.c: Add missing prototypes.
207 * elf32-v850.c: Add missing prototypes.
208 * elfarm-nabi.c: Add missing prototypes.
209 * elfarm-oabi.c: Add missing prototypes.
210
211 2001-08-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
212
213 * elf32-mips.c (elf_mips_abi_name): Return the right ABI string for
214 E_MIPS_ABI_O64 and E_MIPS_ABI_EABI64
215
216 2001-08-24 H.J. Lu <hjl@gnu.org>
217
218 * elf.c (_bfd_elf_merge_sections): Fail if not using an ELF
219 hash structure.
220
221 2001-08-24 Nick Clifton <nickc@cambridge.redhat.com>
222
223 * elf-bfd.h (elf_hash_table): Revert definition.
224 (is_elf_hash_table): New macro.
225 * elflink.h (elf_link_add_object_symbols): Test
226 is_elf_hash_table before accessing ELF only fields in hash
227 structure.
228 (elf_link_create_dynamic_sections): Fail if not using an ELF
229 hash structure.
230 (elf_add_dynamic_entry): Fail if not using an ELF hash
231 structure.
232 (elf_link_record_local_dynamic_symbol): Fail if not using an
233 ELF hash structure.
234 (size_dynamic_sections): Fail if not using an ELF hash
235 structure.
236 (elf_adjust_dynamic_symbol): Fail if not using an ELF
237 hash structure.
238 (elf_bfd_final_link): Fail if not using an ELF hash
239 structure.
240
241 2001-08-24 H.J. Lu <hjl@gnu.org>
242
243 * elf-bfd.h (elf_hash_table): Return NULL if the linker hash
244 table is not an ELF linker hash table.
245
246 * elf.c (_bfd_elf_link_hash_table_init): Set the linker hash
247 table type to bfd_link_elf_hash_table.
248
249 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Revert
250 the last change.
251
252 * linker.c (_bfd_link_hash_table_init): Set the linker hash
253 table type to bfd_link_generic_hash_table.
254
255 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
256
257 * bfd.c (bfd_alt_mach_code): New function.
258 * bfd-in2.h: Rebuilt.
259
260 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
261
262 * elf-m10300.c (mn10300_elf_relocate_section): Test the right
263 `type' field in the hash entry when deciding whether to follow a
264 link.
265
266 2001-08-24 Jakub Jelinek <jakub@redhat.com>
267
268 * elflink.h (elf_link_sort_cmp1): Sort RELATIVE relocs first, not
269 last.
270 (elf_link_sort_relocs): Adjust accordingly.
271
272 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add reltext flag.
273 (elf64_alpha_check_relocs): Set it if section this reloc is against
274 is read-only. Set DF_TEXTREL if a RELATIVE reloc is needed against
275 read-only section.
276 (elf64_alpha_calc_dynrel_sizes): Set DF_TEXTREL flag if relocation
277 is is against read-only section.
278 (elf64_alpha_size_dynamic_sections): Use DF_TEXTREL flag, don't
279 check section names.
280 (elf64_alpha_reloc_type_class): New.
281 (elf_backend_reloc_type_class): Define.
282
283 2001-08-24 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
284
285 * linker.c (_bfd_generic_link_add_archive_symbols): Replace alloca()
286 by bfd_malloc().
287
288 2001-08-23 Andreas Jaeger <aj@suse.de>
289
290 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set DF_TEXTREL if
291 the reloc is against read-only section.
292 (elf64_x86_64_size_dynamic_sections): Use DF_TEXTREL flag instead
293 of looking up section names for DT_TEXTREL.
294 (elf64_x86_64_reloc_type_class): New.
295 (elf_backend_reloc_type_class): Define.
296
297 2001-08-23 H.J. Lu <hjl@gnu.org>
298
299 * syms.c (bfd_print_symbol_vandf): Add abfd to arg.
300 * bfd-in2.h (bfd_print_symbol_vandf): Regenerated.
301
302 * aoutx.h (NAME(aout,print_symbol)): Pass abfd to
303 bfd_print_symbol_vandf.
304 * coffgen.c (coff_print_symbol): Likewise.
305 * elf.c (bfd_elf_print_symbol): Likewise.
306 * ieee.c (ieee_print_symbol): Likewise.
307 * nlmcode.h (nlm_print_symbol): Likewise.
308 * oasys.c (oasys_print_symbol): Likewise.
309 * pdp11.c (NAME(aout,print_symbol)): Likewise.
310 * som.c (som_print_symbol): Likewise.
311 * srec.c (srec_print_symbol): Likewise.
312 * tekhex.c (tekhex_print_symbol): Likewise.
313 * versados.c (versados_print_symbol): Likewise.
314 * vms.c (vms_print_symbol): Likewise.
315
316 * elf.c (_bfd_elf_print_private_bfd_data): Replace fprintf_vma
317 with bfd_fprintf_vma.
318 (bfd_elf_print_symbol): Likewise.
319 * syms.c (bfd_print_symbol_vandf): Likewise.
320
321 2001-08-23 Nick Clifton <nickc@cambridge.redhat.com>
322
323 * aoutf1.h (sunos_write_object_contents): Silence compile time
324 warning.
325 * libaout.h (N_SET_DYNAMIC): Silence compile time warning.
326
327 * bout.c: Add missing function prototypes. Fix formatting.
328 * coff-z8k.c: Add missing function prototypes. Fix formatting.
329 * coff-w65.c: Add missing function prototypes. Fix formatting.
330 * coff-h8500.c: Add missing function prototypes. Fix formatting.
331 * coff-h8300.c: Add missing function prototypes. Fix formatting.
332 * coff-tic54x.c: Add missing function prototypes. Fix formatting.
333 * coff-tic30.c: Add missing function prototypes. Fix formatting.
334 * coff-m68k.c: Add missing function prototypes. Fix formatting.
335 * coff-rs6000.c: Add missing function prototypes. Fix formatting.
336 * coff-sh.c: Add missing function prototypes. Fix formatting.
337
338 2001-08-23 Jakub Jelinek <jakub@redhat.com>
339
340 * elf-bfd.h (enum elf_reloc_type_class): New.
341 (struct elf_backend_data): Add elf_backend_reloc_type_class.
342 (_bfd_elf_reloc_type_class): New.
343 * elfxx-target.h (elf_backend_reloc_type_class): Define.
344 (elfNN_bed): Add elf_backend_reloc_type_class.
345 * elf.c (_bfd_elf_reloc_type_class): New.
346 * elf32-i386.c (elf_i386_check_relocs): Set DF_TEXTREL if the reloc
347 is against read-only section.
348 (elf_i386_size_dynamic_sections): Use DF_TEXTREL flag instead of
349 looking up section names for DT_TEXTREL.
350 (elf_i386_reloc_type_class): New.
351 (elf_backend_reloc_type_class): Define.
352 * elf32-sparc.c (elf32_sparc_check_relocs): Set DF_TEXTREL if the
353 reloc is against read-only section.
354 (elf32_sparc_size_dynamic_sections): Use DF_TEXTREL flag instead of
355 looking up section names for DT_TEXTREL.
356 (elf32_sparc_reloc_type_class): New.
357 (elf_backend_reloc_type_class): Define.
358 * elf64-sparc.c (sparc64_elf_check_relocs): Set DF_TEXTREL if the
359 reloc is against read-only section.
360 (sparc64_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
361 looking up section names for DT_TEXTREL.
362 (sparc64_elf_reloc_type_class): New.
363 (elf_backend_reloc_type_class): Define.
364 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add reltext field.
365 (elfNN_ia64_hash_table_create): Clear ia64_info.
366 (get_reloc_section): Set DF_TEXTREL if the reloc is against read-only
367 section.
368 (elfNN_ia64_size_dynamic_sections): Use ia64_info->reltext flag
369 instead of looking up section names for DT_TEXTREL.
370 (elfNN_ia64_reloc_type_class): New.
371 (elf_backend_reloc_type_class): Define.
372 * elflink.h (size_dynamic_sections): Add spare DT_NULL tags.
373 (struct elf_link_sort_rela): New.
374 (elf_link_sort_cmp1, elf_link_sort_cmp2, elf_link_sort_relocs): New.
375 (elf_bfd_final_link): Call elf_link_sort_relocs.
376 Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if
377 necessary.
378
379 2001-08-23 Nick Clifton <nickc@cambridge.redhat.com>
380
381 * configure.in (x86-bsdi): No corefile support.
382 * configure: Regenerate.
383
384 2001-08-22 Nick Clifton <nickc@cambridge.redhat.com>
385
386 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add missing
387 comma.
388
389 2001-08-21 Mark Elbrecht <snowball3@bigfoot.com>
390
391 * coff-go32.c: Make DWARF2 sections use an alignment of 0. Set
392 the alignment of dwarf2 linkonce sections to 0.
393 * coff-sto32.c: Likewise.
394
395 2001-08-20 Andreas Jaeger <aj@suse.de>
396
397 * coff-sparc.c: Add missing prototypes.
398 * elf32-s390.c: Likewise.
399 * elf32-i960.c: Likewise.
400 * aout-target.h: Likewise.
401
402 2001-08-20 H.J. Lu <hjl@gnu.org>
403
404 * elf-bfd.h (elf_obj_tdata): Add num_section_syms.
405 (elf_num_section_syms): New for num_section_syms.
406
407 * elf.c (elf_map_symbols): Set num_section_syms.
408 (_bfd_elf_symbol_from_bfd_symbol): Check num_section_syms for
409 the section symbol index.
410
411 2001-08-20 Nick Clifton <nickc@cambridge.redhat.com>
412
413 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Never
414 select the generic has table creator. All elf backends need elf
415 specific fields in the hash table.
416
417 2001-08-20 Alan Modra <amodra@bigpond.net.au>
418
419 * archive.c (offsetof): Remove define.
420 * elf.c: Likewise.
421 * oasys.c: Likewise
422 * sysdep.h (offsetof): Define.
423
424 2001-08-17 Alan Modra <amodra@bigpond.net.au>
425
426 * bfd.c (bfd_get_gp_size): Return an unsigned int.
427 (bfd_set_gp_size): Make param unsigned.
428 * bfd-in2.h: Regenerate.
429 * elf32-ppc.c (ppc_elf_add_symbol_hook): Use elf_gp_size rather
430 than calling bfd_get_gp_size.
431 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise.
432 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
433
434 2001-08-17 Alan Modra <amodra@bigpond.net.au>
435
436 * linker.c (default_fill_link_order): Handle four byte fill value.
437
438 2001-08-17 Alan Modra <amodra@bigpond.net.au>
439
440 * elf64-sparc.c (sparc64_elf_output_arch_syms): Add missing
441 prototype.
442 * nlm32-alpha.c (nlm_alpha_write_external): Fix warning.
443
444 * elf64-mips.c (UNUSED_RELOC): Define.
445 (mips_elf64_howto_table_rel): Use it.
446 (mips_elf64_howto_table_rela): Here too.
447 (mips_elf64_write_relocs): Fix signed/unsigned warning.
448
449 * coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED to
450 silence warning.
451 * coffgen.c (coff_print_symbol): Fix warnings.
452 (coff_find_nearest_line): Likewise.
453 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
454 * coff-alpha.c (alpha_convert_external_reloc): Likewise.
455 * format.c (bfd_check_format_matches): Likewise.
456 (bfd_set_format): Likewise.
457 * coff-ia64.c: Add missing prototypes.
458 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Make addend
459 signed to silence warnings.
460 (elf64_alpha_relocate_section): Likewise.
461 (elf64_alpha_find_reloc_at_ofs): Fix warnings.
462 (elf64_alpha_add_symbol_hook): Likewise.
463 (elf64_alpha_final_link): Likewise.
464 (elf64_alpha_relax_section): Remove redundant assign to info.gotent.
465 (elf64_alpha_merge_gots): Add ATTRIBUTE_UNUSED to unused args.
466 (elf64_alpha_size_got_sections): Likewise.
467 * elfxx-ia64.c: Add missing prototypes.
468 (elfNN_ia64_relocate_section): Fix warning.
469 (elfNN_ia64_unwind_entry_compare): Make params const.
470
471 2001-08-17 Alan Modra <amodra@bigpond.net.au>
472
473 * config.bfd (targ64_selvecs): New.
474 <powerpc-*-aix* entry>: Use it here instead of ineffectual #ifdef.
475
476 * bfd-in.h (BFD_VERSION): Remove wrong comment.
477 (BFD_DEFAULT_TARGET_SIZE): New.
478 (BFD_ARCH_SIZE): Comment.
479 * configure.in (target_size): New. Set instead of target64 in
480 selvecs case statement. Set target64 from it.
481 (bfd_default_target_size): New. Set from taget_size. AC_SUBST.
482 * bfd-in2.h: Regenerate.
483 * configure: Regenerate.
484
485 2001-08-17 Alan Modra <amodra@bigpond.net.au>
486
487 * bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.
488 (bfd_errmsgs): Add corresponding message.
489 * archive.c (bfd_generic_archive_p): Don't release bfd_ardata when
490 finding an archive that contains different format object files.
491 Return bfd_error_wrong_object_format for this case.
492 * format.c: Formatting fixes. s/CONST/const/.
493 (bfd_check_format_matches): Accept archives that give
494 bfd_error_wrong_object_format if no full match is found. Tidy
495 code handling matching_vector. Don't return a pointer to freed
496 memory in `matching'. Handle ambiguous matches as for partial
497 archive matches.
498 * bfd-in2.h: Regenerate.
499
500 2001-08-15 Alan Modra <amodra@bigpond.net.au>
501
502 * libieee.h (common_header_type): Add last_byte field.
503
504 * ieee.c: Add missing prototypes. Some format fixes.
505 (struct output_buffer_struct): Move for availability to prototypes.
506 (ieee_part_after): New function.
507 (ieee_slurp_debug): Use it here.
508 (ieee_seek): Pass in ieee_data_struct rather than bfd. Use
509 ieee_part_after to set last_byte to one past end of current part.
510 Update callers.
511 (ieee_pos): Pass in ieee_data_struct rather than bfd.
512 Update callers.
513 (parse_expression): Don't go beyond the end of the current part.
514 (ieee_slurp_external_symbols): Correct type passed to read_2bytes.
515 (ieee_get_symtab_upper_bound, ieee_get_symtab,
516 ieee_get_symbol_info, ieee_print_symbol, ieee_new_section_hook,
517 ieee_get_reloc_upper_bound, ieee_canonicalize_reloc, block,
518 ieee_set_section_contents, ieee_write_object_contents,
519 ieee_make_empty_symbol): Make static.
520 (ieee_archive_p): Correct comments regarding bfd_read.
521 (ieee_object_p): Similarly.
522 (ieee_mkobject): Move it. Clear output_ptr_start, output_ptr,
523 output_ptr_end, input_ptr_start, input_ptr, input_ptr_end,
524 input_bfd, output_bfd, output_buffer.
525 (do_as_repeat): Write out ieee_set_current_pc_enum value as for
526 do_with_relocs, ie. as a symbol for relocatable files.
527 (ieee_vec): Add comments showing functions referenced by macros.
528
529 2001-08-14 Nick Clifton <nickc@cambridge.redhat.com>
530
531 * aout-tic30.c: Add missing prototypes. Fix formatting.
532 * aout-ns32k.c: Add missing prototypes. Fix formatting.
533 * peXXigen.c: Add missining prototypes. Fix formatting.
534 * aout-adobe.c: Add missining prototypes. Fix formatting.
535
536 2001-08-13 Nick Clifton <nickc@cambridge.redhat.com>
537
538 * elf32-v850.c: Add missing function prototypes.
539 Fix some formatting.
540
541 * cpu-v850.c: Add missing function prototype.
542 Fix some formatting.
543
544 2001-08-11 Nick Clifton <nickc@cambridge.redhat.com>
545
546 * elf-bfd.h (struct elf_backend_data): Add new fields
547 'elf_backend_sprintf_vma' and 'elf_backend_fprintf_vma'.
548 (bfd_elf_sprintf_vma): Rename function prototype to
549 '_bfd_elf_sprintf_vma'.
550 (bfd_elf_fprintf_vma): Rename function prototype to
551 '_bfd_elf_fprintf_vma'.
552 * bfd.c (bfd_sprintf_vma): Do not invoke bfd_elf_sprintf_vma
553 directly, instead indirect via the elf_backend_data structure.
554 (bfd_fprintf_vma): Do not invoke bfd_elf_fprintf_vma directly,
555 instead indirect via the elf_backend_data structure.
556 * elf.c (bfd_elf_sprintf_vma): Rename to _bfd_elf_sprintf_vma.
557 (bfd_elf_fprintf_vma): Rename to _bfd_elf_fprintf_vma.
558 * elfxx-target.h (elf_backend_sprintf_vma): Initialise if not
559 already defined.
560 (elf_backend_fprintf_vma): Initialise if not already defined.
561 (struct elf_backend_data): Initialise the
562 elf_backend_sprintf_vma and elf_backend_fprintf_vma fields.
563
564 2001-08-10 Andreas Jaeger <aj@suse.de>
565
566 * elf64-sparc.c: Add missing prototypes.
567 * elf32-cris.c: Likewise.
568 * elf32-i370.c: Likewise.
569 * elf64-hppa.c: Likewise.
570 * elf64-s390.c: Likewise.
571
572 2001-08-10 Andreas Jaeger <aj@suse.de>
573
574 * elf64-x86-64.c (elf64_x86_64_elf_object_p): Make static.
575 Add prototypes where needed.
576
577 2001-08-10 H.J. Lu <hjl@gnu.org>
578
579 * bfd.c (bfd_sprintf_vma): Fix a typo in the last change.
580 (bfd_fprintf_vma): Likewise.
581
582 2001-08-10 H.J. Lu <hjl@gnu.org>
583
584 * bfd.c (bfd_sprintf_vma): Don't return void.
585 (bfd_fprintf_vma): Likewise.
586
587 2001-08-10 Andreas Jaeger <aj@suse.de>
588
589 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
590 to build warnings.
591 * configure: Regenerate.
592
593 2001-08-10 Alan Modra <amodra@bigpond.net.au>
594
595 * elf.c (bfd_elf_sprintf_vma): Add ATTRIBUTE_UNUSED to quiet
596 warning if not BFD64. Add braces so emacs auto format works.
597 (bfd_elf_fprintf_vma): Likewise.
598
599 * libxcoff.h (struct xcoff_backend_data_rec): Constify src param
600 of _xcoff_swap_ld*.
601 * coff-rs6000.c (xcoff_swap_ldhdr_in): Modify type of external
602 param to agree with libxcoff.h.
603 (xcoff_swap_ldhdr_out): Likewise.
604 (xcoff_swap_ldsym_in): Likewise.
605 (xcoff_swap_ldsym_out): Likewise.
606 (xcoff_swap_ldrel_in): Likewise.
607 (xcoff_swap_ldrel_out): Likewise.
608 (xcoff_create_csect_from_smclas): Likewise.
609 * coff64-rs6000.c: Add missing prototypes.
610 (xcoff64_swap_ldhdr_in): Modify type of external param to agree
611 with libxcoff.h.
612 (xcoff64_swap_ldhdr_out): Likewise.
613 (xcoff64_swap_ldsym_in): Likewise.
614 (xcoff64_swap_ldsym_out): Likewise.
615 (xcoff64_swap_ldrel_in): Likewise.
616 (xcoff64_swap_ldrel_out): Likewise.
617 (xcoff64_ppc_relocate_section): Make static.
618 (xcoff64_slurp_armap): Likewise.
619 (xcoff64_archive_p): Likewise.
620 (xcoff64_openr_next_archived_file): Likewise.
621 (xcoff64_sizeof_headers): Likewise.
622 (xcoff64_is_lineno_count_overflow): Likewise.
623 (xcoff64_is_reloc_count_overflow): Likewise.
624 (xcoff64_loader_symbol_offset): Likewise.
625 (xcoff64_loader_reloc_offset): Likewise.
626 * elf64-gen.c: Add missing prototypes.
627
628 2001-08-09 H.J. Lu <hjl@gnu.org>
629
630 * elf.c (bfd_elf_sprintf_vma): Check ELFCLASS64 only in BFD64.
631 (bfd_elf_fprintf_vma): Likewise.
632
633 2001-08-09 H.J. Lu <hjl@gnu.org>
634
635 * bfd-in.h (bfd_elf_sprintf_vma, bfd_elf_fprintf_vma): Moved
636 to ...
637 * elf-bfd.h: Here.
638 * bfd-in2.h: Regenerated.
639
640 2001-08-09 H.J. Lu <hjl@gnu.org>
641
642 * bfd-in.h (bfd_sprintf_vma): New prototype.
643 (bfd_fprintf_vma): Likewise.
644 (bfd_elf_sprintf_vma): Likewise.
645 (bfd_elf_fprintf_vma): Likewise.
646 (bfd_printf_vma): New. Defined with bfd_fprintf_vma.
647 * bfd-in2.h: Regenerated.
648
649 * bfd.c (bfd_sprintf_vma): New. Defined.
650 (bfd_fprintf_vma): Likewise.
651
652 * elf.c (bfd_elf_sprintf_vma): New. Defined.
653 (bfd_elf_fprintf_vma): Likewise.
654
655 2001-08-09 Alan Modra <amodra@bigpond.net.au>
656
657 * coff-rs6000.c: Add missing prototypes.
658 (xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow,
659 xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset,
660 xcoff_loader_reloc_offset): Make static.
661 * dwarf1.c: Add missing prototypes.
662 * dwarf2.c: Add missing prototypes.
663 (struct abbrev_info): Move definition.
664 (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
665 * elf.c: Add missing prototypes.
666 * elf32-gen.c: Likewise.
667 * elf32-i386.c: Likewise.
668 * elf32-ppc.c: Likewise.
669 (ppc_elf_sort_rela): Use PTR instead of "void *".
670 * elflink.h: Add missing prototypes. Formatting fixes.
671 * merge.c: Add missing prototypes.
672 (last4_eq): Use PTR instead of "void *".
673 (last_eq): Likewise.
674 * syms.c: Add missing prototypes.
675
676 2001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
677
678 * bfd.c: Fix formatting.
679 * bfd-in2.h: Regenerate.
680
681 2001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
682
683 * elf32-arc.c (R_ARC_B22_PCREL): Change 'partial_inplace' to
684 true (this target uses REL relocations) and 'pcrel_offset' to
685 false (the PC is implied, not stored in the offset).
686
687 2001-08-08 Alan Modra <amodra@bigpond.net.au>
688
689 1999-10-19 Linus Nordberg <linus@swox.se>
690 * elf-bfd.h (struct elf_backend_data): Add want_got_sym.
691 * elfxx-target.h (elf_backend_want_got_sym): Define.
692 (elfNN_bed): Add elf_backend_want_got_sym.
693 * elflink.c (_bfd_elf_create_got_section): Define
694 _GLOBAL_OFFSET_TABLE_ only if bed->want_got_sym.
695
696 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
697
698 * dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
699 (find_rela_addend): New function.
700 (parse_comp_unit): Call it to find the abbrev offset addend.
701 (_bfd_dwarf2_find_nearest_line): Initialize and maintain the new
702 members of dwarf2_debug as debugging information is read.
703
704 2001-08-07 Nick Clifton <nickc@cambridge.redhat.com>
705
706 * coff-sh.c (sh_coff_reloc_type_lookup): Provide for sh-coff
707 targets as well as sh-pe.
708
709 2001-08-03 Ben Harris <bjh21@netbsd.org>
710
711 * elf32-arm.h (elf32_arm_final_link_relocate): Include offset of
712 reloc from start of section when computing value for R_ARM_REL32
713 reloc.
714
715 2001-08-03 Alan Modra <amodra@bigpond.net.au>
716
717 From H.J. Lu <hjl@gnu.org>
718 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
719 keep relocs for undefined syms if there are no dynamic sections in
720 executable.
721 * elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.
722
723 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
724
725 * cofflink.c (coff_link_check_ar_symbols): also search for
726 __imp__symbol as well as _symbol.
727 * linker.c (_bfd_generic_link_add_archive_symbols): also
728 search for __imp__symbol as well as _symbol.
729
730 2001-08-01 Adam Nemet <anemet@lnxw.com>
731
732 * elf.c (elf_sort_sections): Return zero only as the last step.
733
734 2001-08-01 Nick Clifton <nickc@cambridge.redhat.com>
735
736 * config.bfd (arm-vxworks): Change name of define from VXWORKS to
737 ARM_COFF_BUGFIX.
738 (arm-epoc-pe): Define ARM_COFF_BUGFIX.
739 coff-arm.c (coff_arm_relocate_section): Replace VXWORKS with
740 ARM_COFF_BUGFIX.
741
742 2001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
743
744 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
745 to match corresponding bfd_coff_backend data member.
746
747 2001-07-24 Alan Modra <amodra@bigpond.net.au>
748
749 * Makefile.am: Update dependencies with "make dep-am".
750 * Makefile.in: Regenerate
751
752 2001-07-15 H.J. Lu <hjl@gnu.org>
753
754 * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
755 (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
756 * Makefile.in: Regenerate.
757
758 2001-07-11 H.J. Lu <hjl@gnu.org>
759
760 * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
761 flags when creating the reloc section if the ALLOC flag in the
762 source section is set.
763
764 2001-07-11 Steve Ellcey <sje@cup.hp.com>
765
766 * reloc.c (bfd_reloc_code_type): Add IA64 relocs
767 BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
768 * bfd-in2.h: Regenerate.
769 * libbfd.h: Regenerate.
770 * elfxx-ia64.c (ia64_howto_table): Define how to handle
771 new relocations.
772 (elfNN_ia64_reloc_type_lookup): Handle new relocations.
773 (elfNN_ia64_check_relocs): Likewise.
774 (elfNN_ia64_install_value): Likewise.
775 (elfNN_ia64_relocate_section): Likewise.
776
777 2001-07-11 Jakub Jelinek <jakub@redhat.com>
778
779 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
780 R_SPARC_UA64.
781 (elf32_sparc_check_relocs): Likewise.
782 Only create .rela section for alloced sections in shared libraries.
783 (elf32_sparc_relocate_section): Likewise.
784 Remove redundant check.
785 Optimize unaligned reloc usage.
786 * elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
787 check.
788
789 2001-07-11 H.J. Lu <hjl@gnu.org>
790
791 * elf64-alpha.c (elf64_alpha_check_relocs): Only use the same
792 ALLOC|LOAD flags as the source section for debugging sections
793 when creating the reloc section.
794
795 2001-07-05 Jim Wilson <wilson@redhat.com>
796
797 * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
798 the section of the bigger symbol.
799
800 * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
801
802 2001-07-05 Nick Clifton <nickc@cambridge.redhat.com>
803
804 * peicode.h (coff_swap_scnhdr_in): For sections containing
805 uninitialised data, only set their size to s_paddr if this does
806 not reset their size to zero. MS's latest compilers will set
807 s_paddr to zero.
808
809 2001-07-04 H.J. Lu <hjl@gnu.org>
810
811 * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing):
812 Handle bfd_mach_mips4400, bfd_mach_mips4600 and
813 bfd_mach_mips5000.
814
815 2001-07-03 Mark Elbrecht <snowball3@softhome.net>
816
817 * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets.
818
819 * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from
820 sections being discarded.
821
822 2001-06-30 Alan Modra <amodra@bigpond.net.au>
823
824 * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
825 instead of _bfd_elfcore_section_from_phdr.
826 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
827 * elf.c (_bfd_elfcore_section_from_phdr): Remove.
828 (_bfd_elfcore_make_pseudosection): Expedite tail-call.
829 (elfcore_grok_prstatus): Likewise.
830 (elfcore_grok_lwpstatus): Likewise.
831 (bfd_get_elf_phdr_upper_bound): Likewise.
832 (elfcore_make_note_pseudosection): Formatting.
833 (_bfd_elfcore_strndup): Formatting.
834 * elf32-mips.c (mips_elf_sym_is_global): Formatting.
835 (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
836
837 2001-06-29 Daniel Jacobowitz <drow@mvista.com>
838
839 * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
840 and _bfd_elfcore_strndup.
841 (struct elf_backend_data): Add elf_backend_grok_prstatus
842 and elf_backend_grok_psinfo.
843 * elf.c (_bfd_elfcore_make_pseudosection): New function.
844 (elfcore_grok_prstatus): Use it.
845 (elfcore_make_note_pseudosection): Likewise.
846 (elfcore_strndup): Rename to...
847 (_bfd_elfcore_strndup): Here, and make global.
848 (elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
849 (elfcore_grok_note): Call elf_backend_grok_prstatus
850 and elf_backend_grok_psinfo if available.
851 * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
852 (_bfd_elf32_mips_grok_psinfo): New function.
853 (elf_backend_grok_prstatus): Define.
854 (elf_backend_grok_psinfo): Define.
855 * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
856 (elf_backend_grok_psinfo): Likewise.
857 (elfNN_bed): Include elf_backend_grok_prstatus and
858 elf_backend_grok_psinfo.
859
860 2001-06-29 H.J. Lu <hjl@gnu.org>
861
862 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
863 hplink->sgot is NULL before filling GOT. Check if hplink->splt
864 is NULL before filling PLT.
865
866 2001-06-29 Alan Modra <amodra@bigpond.net.au>
867
868 * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
869
870 2001-06-27 Alan Modra <amodra@bigpond.net.au>
871
872 * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
873 here..
874 (elf32_hppa_adjust_dynamic_symbol): ..nor here..
875 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
876 after gc has run.
877
878 * elf32-hppa.c (RELATIVE_DYNAMIC_RELOCS): Delete.
879 (IS_ABSOLUTE_RELOC): Define.
880 (elf32_hppa_link_hash_entry): Always include reloc_entries field.
881 (hppa_link_hash_newfunc): Always init it.
882 (elf32_hppa_check_relocs): Mark symbols as ELF_LINK_NON_GOT_REF to
883 create COPY relocs only when the reloc is in a read-only section.
884 Instead, allocate space for a dynamic reloc to reference the
885 library symbol directly. Keep track of space we allocate using
886 relocs_entries.
887 (hppa_discard_copies): Delete, and move code to..
888 (allocate_plt_and_got): ..here. Rename to
889 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
890 relocs for non-shared link.
891 (elf32_hppa_size_dynamic_sections): Update calls to above.
892 (elf32_hppa_relocate_section): Write out the dynamic relocs used
893 in lieu of COPY relocs.
894
895 * elf32-i386.c (elf_i386_check_relocs): Don't make syms dynamic
896 here..
897 (elf_i386_adjust_dynamic_symbol): ..nor here..
898 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
899 after gc has run.
900 (elf_i386_size_dynamic_sections): Fix a comment.
901 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
902 involved in writing reloc out.
903
904 2001-06-25 Alan Modra <amodra@bigpond.net.au>
905
906 * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
907 Ensure syms are dynamic if we might be emitting a reloc.
908 (allocate_plt_and_got_and_discard_relocs): Don't discard relocs
909 for undefweak or undefined syms..
910 (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
911
912 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
913 relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
914 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
915 redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
916
917 2001-06-24 H.J. Lu <hjl@gnu.org>
918
919 * cpu-i960.c (scan_960_mach): Don't modify const char *. Use
920 strncasecmp/strcasecmp instead of strncmp/strcmp.
921
922 2001-06-23 H.J. Lu <hjl@gnu.org>
923
924 * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
925 Check ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
926 in the regular object file and treat the weak definition as
927 the normal one.
928
929 2001-06-23 Alan Modra <amodra@bigpond.net.au>
930
931 * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten
932 unresolved_reloc test to exclude cases where we use "relocation"
933 before setting it to point into the .got. Reinstate fudge for
934 unresolved relocs in debugging sections.
935
936 * elf32-i386.c (elf_i386_relocate_section): Replace ugly
937 complicated tests for unresolvable relocs with a simple direct
938 scheme using "unresolved_reloc" var.
939
940 * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
941 elf_i386_dyn_relocs. Update comment.
942 (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
943 dyn_relocs.
944 (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
945 others to aborts.
946 (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
947 abort.
948 (elf_i386_size_dynamic_sections): Likewise.
949 (elf_i386_finish_dynamic_symbol): Likewise.
950 (elf_i386_finish_dynamic_sections): Likewise.
951 (elf_i386_relocate_section): Likewise. Tidy R_386_GOT32 and error
952 handling code.
953
954 Avoid creating COPY relocs if possible.
955 * elf32-i386.c (elf_i386_check_relocs): Tweak condition under
956 which .got created. Mark symbols used by R_386_32 and R_386_PC32
957 relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the
958 reloc is in a read-only section. Instead, allocate space for a
959 dynamic reloc to reference the library symbol directly. Keep
960 track of space we allocate using pcrel_relocs_copied.
961 (discard_copies): Delete, and move code to ..
962 (allocate_plt_and_got): ..here. Rename to
963 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
964 relocs for non-shared link.
965 (elf_i386_size_dynamic_sections): Update calls to above functions.
966 (elf_i386_relocate_section): Write out the dynamic relocs. Add
967 more ugly logic to avoid "unresolvable relocation" error. Use
968 htab shortcut in place of elf_hash_table macro.
969 (elf_i386_finish_dynamic_sections): Allow that dynamic .got may
970 not always be created now.
971
972 2001-06-20 Bo Thorsen <bo@suse.co.uk>
973
974 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
975 shared libraries.
976
977 2001-06-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
978
979 * configure.host (mips64-*-linux): Reformat.
980
981 2001-06-21 Alan Modra <amodra@bigpond.net.au>
982
983 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
984 allocate local .got space. Use shortcuts from hash table for .got
985 and .plt rather than comparing section names.
986 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
987 adjusting index into local_got_refcounts to document what we are
988 really doing.
989 (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
990 Tidy .got and .plt error checking.
991
992 2001-06-20 Catherine Moore <clm@redhat.com>
993
994 * elf-bfd.h (struct elf_backend_data):
995 elf_backend_emit_relocs: New field: Function for emitting
996 relocs.
997 elf_backend_count_relocs: New field: Function for determining
998 the number of relocs to be emitted.
999 * elfxx-target.h: Provide default (NULL) values for
1000 elf_backend_emit_relocs and elf_backend_count_relocs.
1001 * elflink.h (elf_link_size_reloc_section): Make the hash table
1002 big enough to hold the relocs counted by either reloc_count or
1003 o->reloc_count.
1004 (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
1005 should be emitted, either because of a command line option
1006 stored in the info structure or because the target provides a
1007 special reloc emitting function.
1008 If the target provides a reloc counting function use it,
1009 unless performing a relocatable link or emitting all relocs.
1010 Also set the SEC_RELOC flag on any output section which will
1011 contain relocs.
1012 (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
1013 should be emitted, either because of a command line option
1014 stored in the info structure or because the target provides a
1015 special reloc emitting function.
1016 If the target provides a reloc emitting function, use it,
1017 unless performing a relocatable link or emitting all relocs.
1018
1019 2001-06-20 H.J. Lu <hjl@gnu.org>
1020
1021 * elf32-i386.c (elf_i386_size_dynamic_sections): Always
1022 allocate local .got space.
1023
1024 2001-06-19 Andreas Jaeger <aj@suse.de>
1025
1026 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
1027 dynamic symbols.
1028
1029 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
1030
1031 * elflink.h (struct elf_assign_sym_version_info): Remove member
1032 export_dynamic. All users changed to use info member.
1033 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
1034 export_dynamic, instead use member in parameter info.
1035 * bfd-in.h (bfd_elf32_size_dynamic_sections,
1036 bfd_elf64_size_dynamic_sections): Update prototype.
1037 * bfd-in2.h: Regenerate.
1038
1039 2001-06-18 H.J. Lu <hjl@gnu.org>
1040
1041 * elflink.h (elf_info_failed): Add a new field, verdefs.
1042 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
1043 elf_export_symbol.
1044 (elf_export_symbol): Check eif->verdefs to decide if a symbol
1045 should be exported.
1046
1047 2001-06-17 H.J. Lu <hjl@gnu.org>
1048
1049 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
1050 readonly_reloc, to record if a relocation in the .rel.dyn
1051 section is against a read-only section.
1052 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
1053 field to false.
1054 (_bfd_mips_elf_check_relocs): Record if there is a relocation
1055 in the .rel.dyn section against a read-only section by setting
1056 DF_TEXTREL or readonly_reloc.
1057 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
1058 it is true.
1059 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
1060 there is a relocation in the .rel.dyn section against a
1061 read-only section.
1062 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
1063 DF_TEXTREL is set.
1064
1065 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1066
1067 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
1068 function. Move flagword result into parameter list. Remove
1069 comment about setting bfd_error_handler to intercept failure
1070 results.
1071 * coffgen.c (make_a_section_from_file): Examine result of
1072 calling bfd_coff_styp_to_sec_flags and pass a failure back to
1073 caller.
1074 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
1075 function. Move flagword result into parameter list.
1076 * libcoff.h: Regenerate.
1077 * libecoff.h: Regenerate.
1078
1079 2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
1080
1081 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
1082 section is going to follow it.
1083
1084 2001-06-12 Catherine Moore <clm@redhat.com>
1085
1086 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
1087 with the file_align entry from elf_backend_data.
1088 (elf_gc_smash_unused_vtentry_relocs): Likewise.
1089 (elf_gc_record_vtentry): Likewise.
1090
1091 2001-06-10 Alan Modra <amodra@bigpond.net.au>
1092
1093 * elflink.h: Whitespace changes.
1094 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
1095 rather than "unsigned char".
1096 (elf_link_output_relocs): Likewise.
1097 (elf_link_input_bfd): Likewise.
1098 (elf_reloc_link_order): LIkewise.
1099 * elf.c: s/CONST/const/. Whitespace changes.
1100 * elf32-mips.c: Formatting fix.
1101
1102 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
1103 * Makefile.in: Regenerate.
1104 * po/Make-in: Remove trailing tab.
1105
1106 2001-06-09 Philip Blundell <philb@gnu.org>
1107
1108 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
1109 change.
1110 (elf32_arm_plt_entry): Likewise.
1111
1112 2001-06-08 H.J. Lu <hjl@gnu.org>
1113
1114 * elf.c (swap_out_syms): Keep names for global section symbols.
1115
1116 2001-06-07 H.J. Lu <hjl@gnu.org>
1117
1118 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
1119 MIPS-based machines need it.
1120
1121 2001-06-07 H.J. Lu <hjl@gnu.org>
1122
1123 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
1124 for SGI only.
1125
1126 * config.bfd: Remove ecoff from Linux/mips.
1127
1128 2001-06-07 Andreas Jaeger <aj@suse.de>
1129
1130 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
1131 assertion.
1132 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
1133 alignment of 8 for .rela sections; handle further relocations.
1134
1135 2001-06-06 Christian Groessler <cpg@aladdin.de>
1136
1137 * coff-z8k.c: Fix formatting.
1138 Fix howtos: howto->size was always 1.
1139
1140 2001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1141
1142 * configure.host (mips64*-*-linux*): Define.
1143
1144 2001-06-05 Alan Modra <amodra@bigpond.net.au>
1145
1146 * elf32-i386.c (elf_i386_discard_copies): Rename to
1147 discard_copies, and use elf_link_hash_entry arg rather than
1148 elf_i386_link_hash_entry.
1149 (elf_i386_link_hash_traverse): Delete.
1150 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
1151 Tidy sizing of dynamic sections.
1152 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
1153 possible .plt entries.
1154 (elf_i386_gc_sweep_hook): Likewise.
1155 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
1156 everything with plt.refcount <= 0.
1157
1158 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
1159 .relgot space here.
1160 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
1161 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
1162 .rel.plt here..
1163 (allocate_plt_and_got): ..instead do it all here. New function.
1164 (elf_i386_size_dynamic_sections): Allocate local .got space and
1165 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
1166 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
1167 rather than gc variety).
1168 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1169 (elf_i386_relocate_section): Use it here and correct handling of
1170 R_386_GOT32. Provide section and offset for "unresolvable
1171 relocation" error message.
1172 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
1173
1174 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
1175 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
1176 (elf_i386_link_hash_table_create): Init them.
1177 (create_got_section): New function.
1178 (elf_i386_create_dynamic_sections): New function.
1179 (elf_backend_create_dynamic_sections): Set to above.
1180 (elf_i386_check_relocs): Use shortcuts from hash table rather than
1181 calling bfd_get_section_by_name.
1182 (elf_i386_gc_sweep_hook): Likewise.
1183 (elf_i386_adjust_dynamic_symbol): Likewise.
1184 (elf_i386_size_dynamic_sections): Likewise.
1185 (elf_i386_relocate_section): Likewise.
1186 (elf_i386_finish_dynamic_sections): Likewise.
1187
1188 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
1189
1190 2001-06-02 H.J. Lu <hjl@gnu.org>
1191
1192 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
1193 and ELFOSABI_HPUX.
1194 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
1195
1196 2001-06-02 H.J. Lu <hjl@gnu.org>
1197
1198 * aout-cris.c (MACHTYPE_OK): New. Defined.
1199
1200 2001-06-02 Hans-Peter Nilsson <hp@axis.com>
1201
1202 * section.c (_bfd_strip_section_from_output): Handle NULL
1203 output_section.
1204
1205 2001-06-02 H.J. Lu <hjl@gnu.org>
1206
1207 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
1208 rs6000coff64_vec only if BFD64 is defined.
1209 (powerpc64-*-aix*): Enable only if BFD64 is defined.
1210
1211 2001-06-02 H.J. Lu <hjl@gnu.org>
1212
1213 * coff-ia64.c (ia64coff_object_p): Rewrite with
1214 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
1215
1216 2001-06-01 Andreas Jaeger <aj@suse.de>
1217
1218 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
1219 relocation, small reformatting.
1220
1221 2001-05-29 Andreas Jaeger <aj@suse.de>
1222
1223 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
1224 (elf64_x86_64_relocate_section): Likewise.
1225
1226 2001-05-30 Alan Modra <amodra@one.net.au>
1227
1228 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
1229 millicode. Don't allocate .got and .rela.got space here..
1230 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
1231 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
1232 .rela.plt here..
1233 (hppa_handle_PIC_calls): ..nor here..
1234 (allocate_plt_and_got): ..instead do it all here. New function.
1235 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
1236 call allocate_plt_and_got. No need to zap .got if not dynamic.
1237 (elf32_hppa_final_link): Call regular bfd_final_link instead of
1238 gc_common_final_link.
1239 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1240 (elf32_hppa_relocate_section): Use it here.
1241 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
1242 dynamic_sections_created.
1243 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
1244
1245 2001-05-28 Andreas Jaeger <aj@suse.de>
1246
1247 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
1248 generic version since we want a hashsize of 4.
1249 (elf_backend_size_info): Likewise.
1250
1251 2001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1252
1253 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
1254 a zeroing loop.
1255 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
1256 (elf_link_input_bfd): Likewise.
1257 (elf_reloc_link_order): Likewise.
1258 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
1259 relocations correctly.
1260
1261 2001-05-28 Nicolas Pitre <nico@cam.org>
1262
1263 * elf32-arm.h: fix PLT generation for big endian ARM
1264
1265 2001-05-28 Alan Modra <amodra@one.net.au>
1266
1267 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
1268 for symbols forced local that need plabels.
1269 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
1270 .plt.rela for local syms if non-shared.
1271 (hppa_build_one_stub): Mask lsb of plt.offset.
1272 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
1273 (clobber_millicode_symbols): Correct comment.
1274 (elf32_hppa_relocate_section): Likewise.
1275 (elf32_hppa_finish_dynamic_symbol): Likewise.
1276
1277 2001-05-28 Jeff Sturm <jsturm@one-point.com>
1278
1279 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
1280 * bfd-in2.h: Regenerate.
1281 * libbfd.h: Regenerate.
1282 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
1283 and BFD_RELOC_SPARC_UA64 mapping
1284 * elf64-sparc.c: Likewise.
1285
1286 2001-05-25 H.J. Lu <hjl@gnu.org>
1287
1288 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
1289 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
1290 (coff-rs6000.lo): Remove the old dependency.
1291 * Makefile.in: Rebuild.
1292
1293 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
1294 coff-rs6000.lo.
1295
1296 2001-05-25 H.J. Lu <hjl@gnu.org>
1297
1298 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
1299 rs6000coff_core_file_matches_executable_p,
1300 rs6000coff_core_file_failing_command and
1301 rs6000coff_core_file_failing_signal only if AIX_CORE is
1302 defined.
1303 (pmac_xcoff_vec): Likewise.
1304 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1305
1306 2001-05-25 Timothy Wall <twall@redhat.com>
1307
1308 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
1309 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
1310
1311 2001-05-25 H.J. Lu <hjl@gnu.org>
1312
1313 * bfd-in2.h: Regenerated.
1314 * libcoff.h: Likewise.
1315
1316 2001-05-25 Alan Modra <amodra@one.net.au>
1317
1318 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
1319 undefined millicode syms in shared libs.
1320 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
1321 (elf32_hppa_check_relocs): Likewise.
1322 (elf32_hppa_adjust_dynamic_symbol): Likewise.
1323 (elf32_hppa_size_dynamic_sections): Likewise.
1324 (elf32_hppa_relocate_section): Likewise.
1325 (elf32_hppa_finish_dynamic_symbol): Likewise.
1326 (elf32_hppa_finish_dynamic_sections): Likewise.
1327
1328 2001-05-24 Tom Rix <trix@redhat.com>
1329
1330 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
1331 xcoff-target.h not used to define rs6000 or ppc bfd.
1332 * Makefile.in same
1333
1334 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
1335 to 64 bit.
1336
1337 * coff-rs6000.c : Many changes for 64 bit support. Move common
1338 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
1339 and pmac_xcoff_vec
1340
1341 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
1342 linker now supported. Explictly define the rs6000coff64_vec.
1343
1344 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
1345 (coff_print_aux) same
1346 (coff_write_object_contents) same
1347 (coff_slurp_line_table) same
1348
1349 * coffgen.c : (coff_fix_symbol_name) formatting
1350 (coff_mangle_symbols) xcoff 64 bit support
1351 (coff_write_symbol) same
1352 (coff_write_alien_symbol) same
1353 (coff_write_native_symbol) same
1354 (coff_write_symbols) same
1355 (coff_get_symbol_info) same
1356 (bfd_coff_get_syment) same
1357 (coff_print_symbol) same
1358
1359 * config.bfd : add powerpc64-*-aix* target
1360
1361 * libcoff-in.h : formatting
1362
1363 * libcoff.h : move xcoff extern declarations to libxcoff.h
1364
1365 * libxcoff.h : New file
1366
1367 * xcofflink.c : Many changes for xcoff64 support. Move common
1368 structures to include/coff/xcoff.h. Move specific structure to
1369 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
1370 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
1371
1372 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
1373 aix4.2+ -binitfini.
1374
1375 (xcoff_build_ldsyms) : handle special __rtinit symbol.
1376
1377 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
1378
1379 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
1380 s/ENTIRES/ENTRIES/.
1381
1382 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1383
1384 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
1385 * libbfd.h: Regenerate.
1386 * bfd-in2.h: Regenerate.
1387
1388 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
1389 * archures.c (bfd_mach_mips12000): Define.
1390 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
1391 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
1392 support.
1393 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
1394 * bfd-in2.h: Regenerate.
1395 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
1396
1397 2001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
1398
1399 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
1400 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
1401 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
1402 that is used by GCC.
1403
1404 2001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1405
1406 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
1407 of entries in a structured section.
1408 * elf.c: Use new macro.
1409 * elf32-i386.c: Use new macro.
1410 * elf32-mips.c: Use new macro.
1411 * elf64-alpha.c: Use new macro.
1412 * elf64-sparc.c: Use new macro.
1413 * elfcode.h: Use new macro.
1414 * elflink.h: Use new macro.
1415
1416 2001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1417
1418 * bfdint.texi: Replace -oformat with --oformat.
1419
1420 2001-05-21 Andreas Jaeger <aj@suse.de>
1421
1422 * dwarf2.c (decode_line_info): Fix error message.
1423 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
1424 adjust error message.
1425
1426 2001-05-18 H.J. Lu <hjl@gnu.org>
1427
1428 * elflink.h (elf_link_add_object_symbols): Revert the last
1429 change.
1430
1431 2001-05-17 Alan Modra <amodra@one.net.au>
1432
1433 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
1434 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
1435 (hppa_build_one_stub): Add an assert to check plt.offset.
1436
1437 2001-05-17 H.J. Lu <hjl@gnu.org>
1438
1439 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
1440 version definition to basename of the output filename.
1441
1442 2001-05-17 H.J. Lu <hjl@gnu.org>
1443
1444 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
1445 basename of the bfd filename.
1446
1447 2001-05-16 Alan Modra <amodra@one.net.au>
1448
1449 * section.c (asection): Add linker_has_input field.
1450 (STD_SECTION): Adjust initialization to suit.
1451 * ecoff.c (bfd_debug_section): Likewise.
1452 * bfd-in2.h: Regenerate.
1453
1454 2001-05-15 Alexandre Oliva <aoliva@redhat.com>
1455
1456 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
1457 negative 32-bit operands to 16 operands when the operand is
1458 going to be zero-extended by the modified opcode.
1459
1460 2001-05-12 Peter Targett <peter.targett@arccores.com>
1461
1462 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
1463 name for 'arc5' core versions.
1464 (bfd_arc_arch): Make bfd_mach_arc_6 default.
1465
1466 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
1467 architecture.
1468 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
1469
1470 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1471
1472 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
1473 sections as well.
1474 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
1475 to .gnu.linkonce.t.FOO text section.
1476
1477 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1478
1479 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
1480 fields, change sec into secinfo.
1481 (struct sec_merge_info): Add chain, remove last fields.
1482 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
1483 (sec_merge_hash_lookup): If lookup could not use a string only
1484 because it has bad alignment, mark the old string for deletion.
1485 (sec_merge_add): Add secinfo argument. Don't compute entry's
1486 position, instead record the section.
1487 (sec_merge_emit): Update for the sec into secinfo change in
1488 struct sec_merge_hash_entry.
1489 (_bfd_merge_section): Only record the section for merging, defer
1490 putting strings into the hash table.
1491 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
1492 _bfd_merge_sections): New functions.
1493 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
1494 changes.
1495 * libbfd-in.h (_bfd_merge_sections): Add prototype.
1496 (_bfd_nolink_bfd_merge_sections): Define.
1497 * libbfd.h: Likewise.
1498 (bfd_generic_merge_sections): Add prototype.
1499 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
1500 (struct bfd_target): Likewise.
1501 * bfd.c (bfd_merge_sections): Define.
1502 * bfd-in2.h: Rebuilt.
1503 * elf.c (_bfd_elf_merge_sections): New function.
1504 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
1505 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
1506 * reloc.c (bfd_generic_merge_sections): New function.
1507 * vms.c (vms_bfd_merge_sections): New function.
1508 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
1509 * aout-target.h (MY_bfd_merge_sections): Define.
1510 * aout-tic30.c (MY_bfd_merge_sections): Define.
1511 * binary.c (binary_bfd_merge_sections): Define.
1512 * bout.c (b_out_bfd_merge_sections): Define.
1513 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
1514 * coffcode.c (coff_bfd_merge_sections): Define.
1515 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
1516 * i386msdos.c (msdos_bfd_merge_sections): Define.
1517 * i386os9k.c (os9k_bfd_merge_sections): Define.
1518 * ieee.c (ieee_bfd_merge_sections): Define.
1519 * ihex.c (ihex_bfd_merge_sections): Define.
1520 * nlm-target.h (nlm_bfd_merge_sections): Define.
1521 * oasys.c (oasys_bfd_merge_sections): Define.
1522 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
1523 * som.c (som_bfd_merge_sections): Define.
1524 * srec.c (srec_bfd_merge_sections): Define.
1525 * tekhex.c (tekhex_bfd_merge_sections): Define.
1526 * versados.c (versados_bfd_merge_sections): Define.
1527 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
1528
1529 2001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
1530
1531 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
1532 to be unsigned long, in order to match its use.
1533
1534 2001-05-10 H.J. Lu <hjl@gnu.org>
1535
1536 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
1537 indirect symbols.
1538
1539 2001-05-09 H.J. Lu <hjl@gnu.org>
1540
1541 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
1542 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
1543 Remove the unused veriable `dynver'.
1544
1545 2001-05-08 Ian Lance Taylor <ian@zembu.com>
1546
1547 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
1548 NULL or is not COFF.
1549 (coff_i386_rtype_to_howto): Don't dump core if output section
1550 owner is not COFF.
1551
1552 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1553
1554 * ecoff.c (bfd_debug_section): Fix initialization.
1555 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
1556 is always a positive integer. Cast away sign mismatch.
1557 * elf32-mips.c: Fix misleading comment and typo.
1558 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
1559 correct data type.
1560 * elflink.c: Fix typo.
1561 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
1562 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
1563
1564 2001-05-04 Richard Henderson <rth@redhat.com>
1565
1566 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
1567
1568 2001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
1569
1570 * elf32-arm.h (elf32_arm_final_link_relocate): Set
1571 EF_ARM_HASENTRY if the start address is set.
1572
1573 2001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
1574
1575 * targets.c (_bfd_target_vector_entries): Compute value based on
1576 the size of the _bfd_target_vector and not bfd_target_vector.
1577
1578 2001-05-03 H.J. Lu <hjl@gnu.org>
1579
1580 * elfcode.h: Include "libiberty.h".
1581
1582 * elflink.h (elf_link_add_object_symbols): Set
1583 elf_dt_name (abfd) to basename of the bfd filename.
1584 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
1585 of the bfd filename.
1586
1587 2001-05-03 Andreas Jaeger <aj@suse.de>
1588
1589 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
1590 (elf_generic_info_to_howto_rel): Likewise.
1591 * coff-alpha.c (reloc_nil): Likewise.
1592 (alpha_ecoff_bad_format_hook): Likewise.
1593 (alpha_adjust_reloc_out): Likewise.
1594 (alpha_bfd_reloc_type_lookup): Likewise.
1595 (alpha_convert_external_reloc): Likewise.
1596 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
1597 (elf64_alpha_reloc_bad): Likewise.
1598 (elf64_alpha_reloc_gpdisp): Likewise.
1599 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
1600 (elf64_alpha_info_to_howto): Likewise.
1601 (elf64_alpha_add_symbol_hook): Likewise.
1602 (elf64_alpha_create_got_section): Likewise.
1603 (elf64_alpha_is_local_label_name): Likewise.
1604 (elf64_alpha_merge_ind_symbols): Likewise.
1605 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
1606 (mips_elf64_get_reloc_upper_bound): Likewise.
1607 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
1608 (nlm_alpha_get_public_offset): Likewise.
1609
1610 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
1611
1612 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
1613 about overflow in R_OPENRISC_LO_16_IN_INSN and
1614 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
1615
1616 2001-04-30 H.J. Lu <hjl@gnu.org>
1617
1618 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
1619 only for ELF_LINK_FORCED_LOCAL.
1620 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1621 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
1622 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1623
1624 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
1625 if the symbol has hidden or internal visibility.
1626
1627 2001-04-30 Alan Modra <amodra@one.net.au>
1628
1629 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
1630 calls to undefined weak symbols.
1631
1632 2001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
1633
1634 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
1635 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
1636
1637 2001-04-27 Andreas Jaeger <aj@suse.de>
1638
1639 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
1640 out handled entries.
1641 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
1642 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
1643 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
1644 GOT32.
1645
1646 2001-04-27 Sean McNeil <sean@mcneil.com>
1647
1648 * config.bfd: Add arm-vxworks target.
1649 * coff-arm (coff_arm_relocate_section): Add in symbol value to
1650 addend (fro VXworks targets).
1651
1652 2001-04-26 H.J. Lu <hjl@gnu.org>
1653
1654 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
1655 valid.
1656
1657 2001-04-25 Frank Ch. Eigler <fche@redhat.com>
1658
1659 * bfd-in.h (bfd_cache_close): Declare newly exported function.
1660 * bfd-in2.h: Regenerated.
1661
1662 2001-04-24 Jakub Jelinek <jakub@redhat.com>
1663
1664 * merge.c (struct sec_merge_hash_entry): Add alignment field.
1665 (struct sec_merge_hash): Remove alignment_power.
1666 (sec_merge_hash_newfunc): Clear alignment.
1667 (sec_merge_hash_lookup): Pass alignment as argument.
1668 Use hashp->root.next, not hashp->next to walk the hash chain.
1669 If a string already in the hashtable does not have required
1670 alignment, create a new hashtable entry.
1671 (sec_merge_init): Remove alignment_power argument.
1672 (sec_merge_add): Add alignment argument.
1673 (sec_merge_emit): Alignment is now a per-entity thing, not per
1674 section.
1675 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
1676 for proper alignment.
1677 Pass alignment information to sec_merge_add.
1678
1679 2001-04-24 Christian Groessler <cpg@aladdin.de>
1680
1681 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
1682 and R_REL16 reloc types; accept odd values for R_REL16 type
1683
1684 2001-04-24 Johan Rydberg <jrydberg@opencores.org>
1685
1686 * cpu-openrisc.c: New file.
1687 * elf32-openrisc.c: Likewise.
1688
1689 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
1690 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
1691 (BFD32_BACKENDS): Add elf32-openrisc.lo.
1692 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
1693 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
1694 * Makefile.in: Regenerated.
1695 * config.bfd: (openrisc-*-elf): New target.
1696 * configure.in (bfd_elf32_openrisc_vec): New vector.
1697 * configure: Regenerated.
1698 * libbfd.h: Regenerated.
1699 * bfd-in2.h: Regenerated.
1700 * reloc.c: Add OpenRISC relocations.
1701 * targets.c (bfd_elf32_openrisc_vec): Declare.
1702 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
1703 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
1704 (bfd_openrisc_arch): Declare.
1705 (bfd_archures_list): Add bfd_openrisc_arch.
1706 * elf.c (prep_headers): Add bfd_arch_openrisc.
1707
1708 2001-04-23 Bo Thorsen <bo@suse.de>
1709
1710 * elf64-x86-64.c: Add c++ vtable hack.
1711 Small whitespace and comment changes.
1712
1713 2001-04-19 Andreas Jaeger <aj@suse.de>
1714
1715 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
1716 (elf64_x86_64_plt_entry): Likewise.
1717 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
1718 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
1719
1720 2001-04-17 Hans-Peter Nilsson <hp@axis.com>
1721
1722 * elf32-cris.c: Tweak comments related to dynamic linking.
1723 (cris_elf_relocate_section): When not creating shared object, fill
1724 in the .got table for any symbol not in the dynamic symbol table.
1725 (elf_cris_finish_dynamic_symbol): When not creating shared object,
1726 only emit a .got.rela reloc if the symbol is in the dynamic symbol
1727 table.
1728 (cris_elf_check_relocs): Use variable r_type in all places rather
1729 than the original expression. Add default case in switch for
1730 reloc types.
1731 (elf_cris_size_dynamic_sections): Iterate over
1732 elf_cris_discard_excess_program_dynamics when not creating shared
1733 library.
1734 (elf_cris_discard_excess_dso_dynamics): Renamed from
1735 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
1736 (elf_cris_discard_excess_program_dynamics): New.
1737
1738 2001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
1739
1740 * coffcode.h (coff_write_object_contents): Use
1741 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
1742
1743 2001-04-14 H.J. Lu <hjl@gnu.org>
1744
1745 * bfd-in2.h: Regenerate.
1746
1747 2001-04-14 Jakub Jelinek <jakub@redhat.com>
1748
1749 * section.c (STD_SECTION): Add entsize.
1750
1751 2001-04-13 H.J. Lu <hjl@gnu.org>
1752
1753 * section.c (SEC_MERGE): Define new flag for merging.
1754 (SEC_STRINGS): Likewise.
1755 (entsize): New field.
1756
1757 2001-04-13 Roger Sayle <roger@metaphorics.com>
1758
1759 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
1760 flag on pe-i386 targets.
1761
1762 2001-04-13 Jakub Jelinek <jakub@redhat.com>
1763
1764 * libbfd-in.h (_bfd_merge_section): New.
1765 (_bfd_write_merged_section): New.
1766 (_bfd_merged_section_offset): New.
1767 * libbfd.h: Rebuilt.
1768 * linker.c (_bfd_generic_link_output_symbols): Handle
1769 discard_sec_merge.
1770 * aoutx.h (aout_link_write_symbols): Likewise.
1771 * pdp11.c (aout_link_write_symbols): Likewise.
1772 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
1773 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
1774 sections.
1775 (elf_link_sec_merge_syms): New.
1776 (elf_link_input_bfd): Call _bfd_merged_section_offset
1777 and _bfd_write_merged_section.
1778 Handle discard_sec_merge.
1779 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
1780 field.
1781 (struct bfd_elf_section_data): Likewise.
1782 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
1783 SEC_STRINGS section flags and entsize from their ELF counterparts.
1784 (_bfd_elf_link_hash_table_init): Initialize merge_info.
1785 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
1786 from their BFD counterparts.
1787 * merge.c: New file.
1788 * Makefile.am: Add strtab.lo.
1789 * Makefile.in: Rebuilt.
1790
1791 2001-04-09 Hans-Peter Nilsson <hp@axis.com>
1792
1793 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
1794 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
1795
1796 2001-04-05 Steven J. Hill <sjhill@cotw.com>
1797
1798 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
1799 endian MIPS ELF target.
1800 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
1801 MIPS ELF target.
1802
1803 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
1804 64bit big endian MIPS ELF target.
1805 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1806 endian MIPS ELF target.
1807 * configure: Regenerated.
1808
1809 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
1810 little endian targets.
1811 (mips_elf_sym_is_global): Handle traditional targets.
1812
1813 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
1814 64bit big endian MIPS ELF target.
1815 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1816 endian MIPS ELF target.
1817
1818 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
1819 and bfd_elf64_tradlittlemips_vec.
1820
1821 2001-04-05 David Mosberger <davidm@hpl.hp.com>
1822
1823 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
1824 ordinary "progbits" section.
1825
1826 2001-04-04 Alan Modra <alan@linuxcare.com.au>
1827
1828 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
1829 when -Bsymbolic causes a symbol to no longer need a .plt entry.
1830
1831 2001-04-03 David Mosberger <davidm@hpl.hp.com>
1832
1833 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
1834
1835 2001-03-30 H.J. Lu <hjl@gnu.org>
1836
1837 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
1838 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
1839
1840 2001-03-26 H.J. Lu <hjl@gnu.org>
1841
1842 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
1843 if there are any relocations for generic ELF.
1844 (bfd_elf32_bfd_link_add_symbols): Defined to
1845 elf32_generic_link_add_symbols.
1846 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
1847 if there are any relocations for generic ELF.
1848 (bfd_elf64_bfd_link_add_symbols): Defined to
1849 elf64_generic_link_add_symbols.
1850
1851 2001-03-23 Nick Clifton <nickc@redhat.com>
1852
1853 * Makefile.am (BUILD_CFILES): New variable: List of C source
1854 files created in build directory.
1855 (BUILD_HFILES): New variable: List of header files created in
1856 build directory.
1857 (POTFILES): Delete.
1858 (po/POTFILES.in): Replace rule with empty entry.
1859 (po/SRC-POTFILES.in): New rule: Create a list of source files
1860 in the source directory.
1861 (po/BLD-POTFILES.in): New rule: Create a list of source files
1862 in the build directory.
1863 (MOSTLYCLEAN): Do not delete source files created in build
1864 directory.
1865 * Makefile.in: Regenerate.
1866 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
1867 into po/Makefile.
1868 * configure: Regenerate.
1869
1870 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
1871 and BLD_POTFILES.
1872 Add .. to the search path when building bfd.pot.
1873 Delete POTFILES when performing distclean.
1874 Add comment describing why distclean is broken in maintainer mode.
1875 * po/POTFILES.in: Delete.
1876 * po/SRC-POTFILES.in: New file.
1877 * po/BLD-POTFILES.in: New file.
1878 * po/bfd.pot: Regenerate.
1879
1880 2001-03-22 Hans-Peter Nilsson <hp@axis.com>
1881
1882 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
1883 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
1884 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
1885 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
1886 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
1887 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
1888 functions.
1889 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
1890 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
1891 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
1892 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
1893 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
1894 New HOWTO members for new relocs.
1895 (cris_reloc_map): Map new relocs.
1896 (ELF_DYNAMIC_INTERPRETER): Define.
1897 (PLT_ENTRY_SIZE): Define.
1898 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
1899 elf_cris_pic_plt_entry): New, PLT templates.
1900 (struct elf_cris_pcrel_relocs_copied, struct
1901 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
1902 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
1903 (cris_final_link_relocate): Check that 16-bit GOT relocs have
1904 positive values. Adjust PCREL relocs to be relative to location
1905 after relocation.
1906 (cris_elf_relocate_section): Handle relocations to dynamic
1907 objects. Handle new relocations. Call error handler when seeing
1908 non-PIC relocation for read-only sections while generating shared
1909 object.
1910 (cris_elf_check_relocs): Set reference counts for GOT and PLT
1911 entries.
1912 (bfd_elf32_bfd_link_hash_table_create,
1913 elf_backend_adjust_dynamic_symbol,
1914 elf_backend_size_dynamic_sections,
1915 elf_backend_finish_dynamic_symbol,
1916 elf_backend_finish_dynamic_sections,
1917 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
1918 elf_backend_hide_symbol, elf_backend_want_got_plt,
1919 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1920 elf_backend_got_header_size, elf_backend_plt_header_size):
1921 Define.
1922
1923 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
1924 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
1925 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
1926 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
1927 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
1928 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
1929 * bfd-in2.h, libbfd.h: Regenerate.
1930
1931 2001-03-21 Diego Novillo <dnovillo@redhat.com>
1932
1933 (_bfd_mips_elf_relocate_section): Give a better error message when
1934 a relocation is not recognized.
1935
1936 2001-03-21 Alan Modra <alan@linuxcare.com.au>
1937
1938 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
1939 non-NULL before attempting to dereference.
1940
1941 2001-03-20 H.J. Lu <hjl@gnu.org>
1942
1943 * configure.in: Remove the redundent AC_ARG_PROGRAM.
1944 * configure: Rebuild.
1945
1946 2001-03-20 Andreas Schwab <schwab@suse.de>
1947
1948 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
1949 relocation value when resolving a reference from a debugging
1950 section.
1951
1952 2001-03-16 Scott Thomason <SThomaso@hii.com>
1953
1954 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
1955 (xcoff64_swap_sym_out): Fix syntax errors.
1956
1957 2001-03-16 Richard Sandiford <rsandifo@redhat.com>
1958
1959 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
1960
1961 2001-03-15 Alan Modra <alan@linuxcare.com.au>
1962
1963 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
1964 (hppa_link_hash_newfunc): Init it.
1965 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
1966 section appears to be non-PIC.
1967 (final_link_relocate): Likewise.
1968 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
1969 possible candidate function, and set pic_call for those that will
1970 only have a .plt entry for the PIC call stub.
1971 (hppa_handle_PIC_calls): Set maybe_pic_call.
1972
1973 2001-03-12 DJ Delorie <dj@redhat.com>
1974
1975 * elf32-sh.c (sh_elf_relocate_section): Only relocation
1976 R_SH_DIR8WP* relocs if they're against external symbols, else
1977 they're just for relaxing. Validate the reloc values.
1978
1979 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1980
1981 * binary.c (bfd_external_binary_architecture): Declare.
1982 (binary_object_p): If bfd_external_binary_architecture is defined,
1983 set the architecture to this string.
1984
1985 2001-03-11 Philip Blundell <philb@gnu.org>
1986
1987 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1988 entries that could serve as a definition for a weak symbol.
1989
1990 2001-03-08 Nick Clifton <nickc@redhat.com>
1991
1992 * Most files: Update copyright notices using Perl script created
1993 by Kevin Buettner <kevinb@redhat.com>.
1994
1995 2001-03-07 Nick Clifton <nickc@redhat.com>
1996
1997 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1998 prior patch on ! defined OLD_ARM_ABI.
1999
2000 2001-03-07 Andreas Jaeger <aj@suse.de>
2001
2002 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
2003 some relocation values.
2004
2005 2001-03-06 Nick Clifton <nickc@redhat.com>
2006
2007 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
2008 of offset in BLX(1) instruction.
2009 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
2010 offset in BLX(1) instruction.
2011 Fix formatting.
2012
2013 2001-03-06 Nick Clifton <nickc@redhat.com>
2014
2015 * coff-arm.c (coff_arm_reloc_type_lookup): Add
2016 BFD_RELOC_THUMB_PCREL_BLX.
2017
2018 2001-03-06 Igor Shevlyakov <igor@windriver.com>
2019
2020 * archures.c (bfd_default_scan): Add Coldfire CPUs.
2021 * bfd-in2.h: Regenerate.
2022 * cpu-m68k.c: Add Coldfire CPUs for arch table.
2023 * ieee.c (ieee_write_processor): Set proper id for
2024 Coldfire CPUs.
2025
2026 2001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
2027
2028 * configure.in: Add s390 target.
2029 * configure: Regenerate.
2030
2031 2001-02-28 Andreas Jaeger <aj@suse.de>
2032
2033 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
2034 to addend.
2035
2036 2001-02-28 Philip Blundell <pb@futuretv.com>
2037
2038 * elf32-arm.h: Update mentions of renamed EF_xx constants.
2039 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
2040
2041 2001-02-27 H.J. Lu <hjl@gnu.org>
2042
2043 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
2044 abfd->tdata.aout_data == NULL.
2045
2046 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2047
2048 * elf32-hppa.c: Correct field selector in stub comments.
2049 (clobber_millicode_symbols): Formatting fix.
2050
2051 * configure.in: Bump version to 2.11.90.
2052 * configure: Regenerate.
2053 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
2054 (CFILES): $SOURCE_CFILES + generated C files.
2055 (POTFILES): Include $HFILES not $SOURCE_HFILES.
2056 Run "make dep-am"
2057 * Makefile.in: Regenerate.
2058 * doc/Makefile.in: This too.
2059
2060 2001-02-26 Timothy Wall <twall@cygnus.com>
2061
2062 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
2063 comments.
2064
2065 2001-02-26 Nick Clifton <nickc@redhat.com>
2066
2067 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
2068 up, replacing multiple if statements with a switch.
2069 (handle_COMDAT): New function.
2070
2071 2001-02-26 H.J. Lu <hjl@gnu.org>
2072
2073 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
2074 a warning for section flags we do not handle instead of
2075 aborting.
2076
2077 2001-02-26 Andreas Jaeger <aj@suse.de>
2078
2079 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
2080
2081 2001-02-22 Timothy Wall <twall@cygnus.com>
2082
2083 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
2084 * configure.in: Add objects for elf64_ia64_aix vectors.
2085 * configure: Regenerated.
2086 * configure.host: Recognize ia64-*-aix*.
2087 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
2088 for AIX. AIX5 requires most relocations to be dynamic (*all*
2089 binaries are somewhat similar to shared libraries).
2090 * targets.c: Add elf64_ia64_aix vectors.
2091
2092 2001-02-21 David Mosberger <davidm@hpl.hp.com>
2093
2094 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
2095 C8 said "1" instead of "8". Clarify error string for IMM22:
2096 "signed integer" instead of just "integer".
2097
2098 2001-02-20 Andreas Jaeger <aj@suse.de>
2099
2100 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
2101 PLT entries that could serve as a definition for a weak symbol.
2102
2103 2001-02-19 Jakub Jelinek <jakub@redhat.com>
2104
2105 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
2106 entries that could serve as a definition for a weak symbol.
2107 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
2108
2109 2001-02-18 David O'Brien <obrien@FreeBSD>
2110
2111 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
2112 FreeBSD/i386-CURRENT differently until I can figure out the needed
2113 corefile changes.
2114 * configure: Regenerate.
2115 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
2116 FreeBSD/PowerPC, and FreeBSD/sparc64.
2117
2118 2001-02-18 lars brinkhoff <lars@nocrew.org>
2119
2120 * Makefile.am: Add PDP-11 a.out target.
2121 * config.bfd: Likewise.
2122 * configure.in: Likewise.
2123 * targets.c: Likewise.
2124 * archures.c: Likewise.
2125 * bfd-in2.h: Likewise. Add PDP-11 relocations.
2126 * libbfd.h: Add PDP-11 relocations.
2127 * reloc.c: Likewise.
2128 * cpu-pdp11.c: New file.
2129 * pdp11.c: New file.
2130
2131 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
2132 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
2133 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
2134 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
2135 (GET_MAGIC): New macro.
2136 (PUT_MAGIC): Likewise.
2137 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
2138
2139 2001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
2140
2141 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
2142 multiarch needs it).
2143
2144 2001-02-18 H.J. Lu <hjl@gnu.org>
2145
2146 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
2147 index.
2148
2149 2001-02-18 Kazu Hirata <kazu@hxi.com>
2150
2151 * vms-misc.c: Fix formatting.
2152
2153 2001-02-16 Kazu Hirata <kazu@hxi.com>
2154
2155 * vms.c: Fix formatting.
2156
2157 2001-02-14 H.J. Lu <hjl@gnu.org>
2158
2159 * elf.c (elf_find_function): New function.
2160 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
2161 the file name and function name.
2162
2163 2001-02-14 Nick Clifton <nickc@redhat.com>
2164
2165 * ecoff.c (bfd_debug_section): Update to initialise new fields in
2166 asection structure.
2167
2168 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
2169 (BFD64_BACKENDS): Add pepigen.c
2170 Add rules to create peigen.c and pepigen.c from peXXigen.c.
2171
2172 * Makefile.in: Regenerate.
2173 * configure: Regenerate.
2174 * po/POTFILES.in: Regenerate.
2175 * po/bfd.pot: Regenerate.
2176
2177 2001-02-14 H.J. Lu <hjl@gnu.org>
2178
2179 * libcoff-in.h (pe_tdata): Add members target_subsystem and
2180 force_minimum_alignment.
2181
2182 2001-02-14 Bo Thorsen <bo@suse.de>
2183
2184 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
2185 (elf64_86_64_size_info): Struct added to fix a problem
2186 with the hashtable string entries.
2187 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
2188 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
2189 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
2190 remove the FIXME for this.
2191 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
2192 section. Also removed the FIXME for it.
2193 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
2194 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
2195 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
2196
2197 2001-02-13 Richard Henderson <rth@redhat.com>
2198
2199 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
2200 and not user provided.
2201
2202 2001-02-13 Kazu Hirata <kazu@hxi.com>
2203
2204 * vms.c (vms_print_symbol): Remove unreachable code.
2205
2206 * rs6000-core.c: Fix formatting.
2207
2208 2001-02-13 David Mosberger <davidm@hpl.hp.com>
2209
2210 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
2211 as _bfd_XXi_only_swap_filehdr_out.
2212 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
2213 pe->force_minimum_alignment to TRUE.
2214 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
2215 PEI_TARGET_SUBSYSTEM.
2216 (pe_print_private_bfd_data): Call
2217 _bfd_XX_print_private_bfd_data_common() instead of
2218 _bfd_pe_print_private_bfd_data_common().
2219 (pe_bfd_copy_private_bfd_data): Call
2220 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
2221 _bfd_pe_bfd_copy_private_bfd_data_common().
2222 (coff_bfd_copy_private_section_data): Define as
2223 _bfd_XX_bfd_copy_private_section_data instead of
2224 _bfd_pe_bfd_copy_private_section_data.
2225 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
2226 of a _bfd_pe_get_symbol_info.
2227
2228 * peigen.c: Delete.
2229
2230 * peXXigen.c: Renamed from peigen.c.
2231 (COFF_WITH_XX): Define this macro (will get expanded into
2232 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
2233 compiled as peigen.c or pepigen.c.
2234 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
2235 define the canonical PEP structures and definitions.
2236 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
2237 effect, enforce minimum file and section alignments. If
2238 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
2239 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
2240 so, by default, this is a no-op).
2241
2242 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
2243 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
2244 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
2245 _bfd_pefoo if it's not defined. Use these macros to define
2246 coff swap macros.
2247
2248 * libcoff.h (pe_tdata): Add members target_subsystem and
2249 force_minimum_alignment.
2250
2251 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
2252 COFF_WITH_pep.
2253 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
2254
2255 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
2256 peigen.lo.
2257
2258 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
2259 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
2260 PEPAOUTHDR.
2261
2262 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
2263 (BFD64_BACKENDS_CFILES): Mention pepigen.c
2264 (peigen.c): Add rule to generate from peXXigen.c.
2265 (pepigen.c): Ditto.
2266 (pepigen.lo): List dependencies for pepigen.lo.
2267
2268 2001-02-13 Alan Modra <alan@linuxcare.com.au>
2269
2270 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
2271 $global$ referenced but not defined, set its value here.
2272
2273 2001-02-09 Bo Thorsen <bo@suse.de>
2274
2275 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
2276 alignment to 3.
2277 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
2278 and relocation.
2279 (elf64_x86_64_relocate_section): Fix formatting.
2280 (elf64_x86_64_relocate_section): Fix addend for relocation of
2281 R_X86_64_(8|16|32|PC8|PC16|PC32).
2282
2283 2001-02-12 Jan Hubicka <jh@suse.cz>
2284
2285 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
2286
2287 2001-02-11 H.J. Lu <hjl@gnu.org>
2288
2289 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
2290 alignment.
2291
2292 2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2293
2294 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
2295 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
2296 relocations against dynsym symbols.
2297
2298 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
2299 the R_MIPS_26 relocation.
2300 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
2301 the R_MIPS_26 relocation.
2302 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
2303 relocation.
2304 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
2305 the R_MIPS_26 relocation.
2306 (mips_elf64_howto_table_rela): Likewise.
2307
2308 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
2309 member to mark symbols that have non-CALL relocations against
2310 them.
2311 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
2312 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
2313 R_MIPS_GOT16.
2314 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
2315 non-CALL relocation against it is encountered.
2316 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
2317 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
2318 no_fn_stub is not set.
2319
2320 * elf32-mips.c (mips_elf_output_extsym): Get the output section
2321 information from the real symbol for indirect ones.
2322 Check no_fn_stub to find out if a symbol has a function stub
2323 indeed.
2324
2325 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2326
2327 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
2328 * Makefile.in: Regenerate.
2329
2330 2001-02-09 David Mosberger <davidm@hpl.hp.com>
2331
2332 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
2333 true if section name is an unwind table section name.
2334 (elfNN_ia64_additional_program_headers): Count each unwind section
2335 separately.
2336 (elfNN_ia64_modify_segment_map): Install one unwind program header
2337 for each unwind separate section. Note: normally the linker
2338 script merges the unwind sections that go into a single segment,
2339 so this still generates at most one unwind program header per
2340 segment.
2341
2342 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
2343 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
2344 (elfNN_ia64_fake_sections): Mark sections with names that start
2345 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
2346 unwind section.
2347
2348 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
2349 Use it to make sh_info in unwind section point to the text section
2350 it applies to.
2351
2352 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2353
2354 * Makefile.am: Add linux target for S/390.
2355 * archures.c: Likewise.
2356 * bfd-in2.h: Likewise.
2357 * config.bfd: Likewise.
2358 * configure.in: Likewise.
2359 * elf.c: Likewise.
2360 * libbfd.h: Likewise.
2361 * targets.c: Likewise.
2362 * cpu-s390.c: New file.
2363 * elf32-s390.c: New file.
2364 * elf64-s390.c: New file.
2365
2366 2001-02-09 Nick Clifton <nickc@redhat.com>
2367
2368 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
2369 ImageBase. This has already been done by coff_swap_hdr_in.
2370
2371 2001-02-09 Jakub Jelinek <jakub@redhat.com>
2372
2373 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
2374
2375 2001-02-09 Jakub Jelinek <jakub@redhat.com>
2376
2377 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
2378 (sparc64_elf_relocate_section): Likewise.
2379
2380 2001-02-09 Mark Kettenis <kettenis@gnu.org>
2381
2382 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
2383 similar to R_SPARC_32.
2384 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
2385
2386 2001-02-08 H.J. Lu <hjl@gnu.org>
2387
2388 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
2389 relocation entries for weak definitions when building DSO with
2390 -Bsymbolic.
2391
2392 2001-02-08 Richard Henderson <rth@redhat.com>
2393
2394 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
2395 before visibility. Locally defined protected symbols are not
2396 dynamic.
2397
2398 2001-02-08 Geoffrey Keating <geoffk@redhat.com>
2399
2400 * config.bfd: Enable coff64 for rs6000-*. Patch from
2401 <hzoli@austin.ibm.com>.
2402
2403 2001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
2404
2405 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
2406 found, do not attempt to find dwarf2 info before returning.
2407
2408 2001-02-07 Jakub Jelinek <jakub@redhat.com>
2409
2410 * elflink.h (is_global_symbol_definition): Rename to
2411 is_global_data_symbol_definition and have it reject function
2412 symbols.
2413 (elf_link_is_defined_archive_symbol): Use renamed function.
2414
2415 2001-02-07 Todd Vierling <tv@wasabisystems.com>
2416
2417 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
2418 * libbfd.h (bfd_target_vector): Likewise.
2419 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
2420 make static; create pointer reference named bfd_target_vector.
2421 (_bfd_target_vector_entries): Calculate this based on the array
2422 typed _bfd_target_vector.
2423
2424 2001-02-06 H.J. Lu <hjl@gnu.org>
2425
2426 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
2427 internal symbols are not dynamic.
2428 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
2429
2430 2001-02-06 Nick Clifton <nickc@redhat.com>
2431
2432 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
2433 that it will not be pulled into the list of files that make up
2434 po/POTFILES.in.
2435 * Makefile.in: Regenerate.
2436 * po/bfd.pot: Regenerate.
2437
2438 2001-02-06 H.J. Lu <hjl@gnu.org>
2439
2440 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
2441 checking.
2442 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
2443 external_PEI_IMAGE_hdr.
2444
2445 2001-02-06 Kazu Hirata <kazu@hxi.com>
2446
2447 * elf-m10200.c: Fix formatting.
2448
2449 2001-02-04 Nick Clifton <nickc@redhat.com>
2450
2451 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
2452 rel, it will be handled later on.
2453
2454 2001-02-02 Fred Fish <fnf@ninemoons.com>
2455
2456 * Makefile.in: Fix typo.
2457
2458 2001-02-01 Kazu Hirata <kazu@hxi.com>
2459
2460 * elf-m10300.c: Fix formatting.
2461
2462 2001-01-30 Alan Modra <alan@linuxcare.com.au>
2463
2464 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
2465 (elf_backend_get_symbol_type): Define.
2466 (elf64_hppa_object_p): Set architecture and machine from elf
2467 header flags.
2468
2469 2001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
2470
2471 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
2472 before mdebug.
2473
2474 2001-01-26 Richard Henderson <rth@redhat.com>
2475
2476 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
2477 for non-default visibility.
2478 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
2479 delete ugly macro and replace with pretty function.
2480
2481 2001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
2482
2483 * coff-go32.c: Update copyright.
2484 * coff-stgo32.c: Likewise.
2485 * coff-go32.c (COFF_LONG_FILENAMES): Define.
2486 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
2487 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
2488 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2489
2490 2001-01-25 Kazu Hirata <kazu@hxi.com>
2491
2492 * bfd-in2.h: Rebuild.
2493 * libbfd.h: Likewise.
2494
2495 2001-01-23 H.J. Lu <hjl@gnu.org>
2496
2497 * bfd-in2.h: Rebuild.
2498
2499 2001-01-23 H.J. Lu <hjl@gnu.org>
2500
2501 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
2502 is NULL or PRIV(vms_rec) is outside of the buffer.
2503
2504 2001-01-23 Kazu Hirata <kazu@hxi.com>
2505
2506 * coff64-rs6000.c: Fix formatting.
2507 * coff-arm.c: Likewise.
2508 * coffgen.c: Likewise.
2509 * cofflink.c: Likewise.
2510 * coff-mcore.c: Likewise.
2511 * coff-mips.c: Likewise.
2512 * coff-pmac.c: Likewise.
2513 * coff-ppc.c: Likewise.
2514 * coff-rs6000.c: Likewise.
2515 * elf32.c: Likewise.
2516 * elf32-fr30.c: Likewise.
2517 * elf32-i370.c: Likewise.
2518 * elf32-i860.c: Likewise.
2519 * elf32-m32r.c: Likewise.
2520 * elf32-m68k.c: Likewise.
2521 * elf32-mcore.c: Likewise.
2522 * elf32-ppc.c: Likewise.
2523 * elf32-sh.c: Likewise.
2524 * elf32-v850.c: Likewise.
2525 * elf64-alpha.c: Likewise.
2526 * elf64-sparc.c: Likewise.
2527 * elflink.c: Likewise.
2528 * elflink.h: Likewise.
2529 * elf-m10200.c: Likewise.
2530 * elf-m10300.c: Likewise.
2531 * elfxx-ia64.c: Likewise.
2532
2533 * aoutx.h: Fix formatting.
2534 * bfd.c: Likewise.
2535 * bfd-in2.h: Likewise.
2536 * bfd-in.h: Likewise.
2537 * cpu-i386.c: Likewise.
2538 * cpu-m68hc11.c: Likewise.
2539 * dwarf2.c: Likewise.
2540 * elf64-x86-64.c: Likewise.
2541 * format.c: Likewise.
2542 * freebsd.h: Likewise.
2543 * hash.c: Likewise.
2544 * hp300hpux.c: Likewise.
2545 * hppabsd-core.c: Likewise.
2546 * hpux-core.c: Likewise.
2547
2548 2001-01-22 Bo Thorsen <bo@suse.de>
2549
2550 * elf64-x86-64.c: Added PIC support for X86-64.
2551 (elf64_x86_64_link_hash_newfunc): Function added.
2552 (elf64_x86_64_link_hash_table_create): Likewise.
2553 (elf64_x86_64_check_relocs): Likewise.
2554 (elf64_x86_64_gc_mark_hook): Likewise.
2555 (elf64_x86_64_gc_sweep_hook): Likewise.
2556 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
2557 (elf64_x86_64_size_dynamic_sections): Likewise.
2558 (elf64_x86_64_discard_copies): Likewise.
2559 (elf64_x86_64_finish_dynamic_symbol): Likewise.
2560 (elf64_x86_64_finish_dynamic_sections): Likewise.
2561 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
2562
2563 2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2564
2565 * Makefile.am (install-data-local): Make use of $(DESTDIR).
2566 * Makefile.in: Regenerate.
2567
2568 2001-01-21 Kazu Hirata <kazu@hxi.com>
2569
2570 * coff-a29k.c: Fix formatting.
2571
2572 2001-01-19 H.J. Lu <hjl@gnu.org>
2573
2574 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
2575 relocation section names.
2576 (elf_i386_relocate_section): Report files with bad relocation
2577 section names and return false.
2578
2579 2001-01-17 Bo Thorsen <bo@suse.de>
2580
2581 * targets.c: Alphabetize list of xvecs.
2582
2583 2001-01-14 Alan Modra <alan@linuxcare.com.au>
2584
2585 * config.bfd: Add linux target variant for elfxx-hppa.
2586 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
2587 bfd_elf64_hppa_linux_vec.
2588 * configure: Regenerate.
2589 * elf64-hppa.c: Include elf64-target.h again to support linux
2590 target variant.
2591 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
2592 * elf32-hppa.c: Include elf32-target.h again to support linux
2593 target variant.
2594 (elf32_hppa_post_process_headers): New function.
2595 (elf_backend_post_process_headers): Define.
2596 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
2597 bfd_elf32_hppa_linux_vec.
2598
2599 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
2600 and data_segment_base fields.
2601 (elf32_hppa_link_hash_table_create ): Init them.
2602 (elf32_hppa_check_relocs): Update comments.
2603 (hppa_record_segment_addr): New function.
2604 (elf32_hppa_relocate_section): Call it.
2605 (final_link_relocate): Handle R_PARISC_SEGREL32.
2606 (elf32_hppa_final_link): New function.
2607 (bfd_elf32_bfd_final_link): Define to call it.
2608 (hppa_unwind_entry_compare): New function.
2609 * cache.c (bfd_open_file): Create files in write+read mode.
2610
2611 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
2612 SEGREL32 and numerous other relocs. Change duplicate
2613 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
2614
2615 * opncls.c (bfd_fdopenr): Add parens like the comment says around
2616 O_ACCMODE.
2617
2618 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
2619 .plt entries for DT_INIT and DT_FINI.
2620 (elf32_hppa_finish_dynamic_sections): Remove special handling of
2621 DT_INIT and DT_FINI.
2622
2623 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
2624 offsets for stub .plt access if wide mode. Check offset in range.
2625
2626 2001-01-13 Nick Clifton <nickc@redhat.com>
2627
2628 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
2629 line.
2630
2631 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
2632 line.
2633
2634 2001-01-12 Alan Modra <alan@linuxcare.com.au>
2635
2636 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
2637 * configure: Regenerate.
2638
2639 2001-01-11 Peter Targett <peter.targett@arccores.com>
2640
2641 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
2642 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
2643 * cpu-arc.c (arch_info_struct): Add entries for variants.
2644 (bfd_arc_arch) Set default to bfd_mach_arc_5.
2645 (arc_get_mach) Don't assume machine names prefixed arc- before
2646 testing.
2647 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
2648 selections.
2649 (arc_elf_final_write_processing) Likewise.
2650 (ELF_MACHINE_CODE) Use EM_ARC.
2651
2652 2001-01-10 Nick Clifton <nickc@redhat.com>
2653
2654 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
2655
2656 2001-01-07 Philip Blundell <philb@gnu.org>
2657
2658 * README: Replace `bug-gnu-utils@gnu.org' with
2659 `bug-binutils@gnu.org'.
2660
2661 2001-01-04 Kazu Hirata <kazu@hxi.com>
2662
2663 * som.c: Fix formatting.
2664
2665 2001-01-03 Kazu Hirata <kazu@hxi.com>
2666
2667 * ecoffswap.h: Fix formatting.
2668 * elf-bfd.h: Likewise.
2669 * elfarm-nabi.c: Likewise.
2670 * elfarm-oabi.c: Likewise.
2671 * elfcode.h: Likewise.
2672 * elfcore.h: Likewise.
2673 * elflink.c: Likewise.
2674 * elflink.h: Likewise.
2675 * elfxx-ia64.c: Likewise.
2676 * elfxx-target.h: Likewise.
2677 * libbfd.c: Likewise
2678 * linker.c: Likewise.
2679 * lynx-core.c: Likewise.
2680
2681 2001-01-02 Kazu Hirata <kazu@hxi.com>
2682
2683 * pc532-mach.c: Fix formatting.
2684 * pe-arm.c: Likewise.
2685 * pe-i386.c: Likewise.
2686 * pe-mips.c: Likewise.
2687 * pe-ppc.c: Likewise.
2688 * pe-sh.c: Likewise.
2689 * pei-mips.c: Likewise.
2690 * pei-sh.c: Likewise.
2691 * peicode.h: Likewise.
2692 * ppcboot.c: Likewise.
2693 * ptrace-core.c: Likewise.
2694
2695 2001-01-01 Kazu Hirata <kazu@hxi.com>
2696
2697 * reloc.c: Fix formatting.
2698 * riscix.c: Likewise.
2699 * rs6000-core.c: Likewise.
2700 * xcoff-target.h: Likewise.
2701
2702 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
2703
2704 * elfcode.h (elf_object_p): Also restore the bfd mach field on
2705 error, by calling bfd_default_set_arch_mach with incoming
2706 values.
2707
2708 2000-12-26 Kazu Hirata <kazu@hxi.com>
2709
2710 * vaxnetbsd.c: Fix formatting.
2711 * versados.c: Likewise.
2712 * vms-gsd.c: Likewise.
2713 * vms-hdr.c: Likewise.
2714 * vms-misc.c: Likewise.
2715
2716 2000-12-25 Alexandre Oliva <aoliva@redhat.com>
2717
2718 * archive.c (coff_write_armap): Don't write more than symbol_count
2719 `archive_member_file_ptr's.
2720
2721 2000-12-25 Kazu Hirata <kazu@hxi.com>
2722
2723 * vms-tir.c: Fix formatting.
2724
2725 2000-12-23 Kazu Hirata <kazu@hxi.com>
2726
2727 * vms.c: Fix formatting.
2728 * vms.h: Likewise.
2729
2730 2000-12-21 Santeri Paavolainen <santtu@ssh.com>
2731
2732 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2733
2734 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
2735
2736 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
2737 arithmetic.
2738
2739 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
2740
2741 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
2742
2743 2000-12-21 Richard Sandiford <rsandifo@redhat.com>
2744
2745 * libbfd.c (bfd_get_bits): Added
2746 (bfd_put_bits): Likewise
2747 * bfd-in.h: Declared the above.
2748 * bfd-in2.h: Regenerated.
2749
2750 2000-12-20 Kazu Hirata <kazu@hxi.com>
2751
2752 * targets.c: Fix formatting.
2753 * tekhex.c: Likewise.
2754 * trad-core.c: Likewise.
2755
2756 2000-12-19 Kazu Hirata <kazu@hxi.com>
2757
2758 * sco5-core.c: Fix formatting.
2759 * section.c: Likewise.
2760 * sparclinux.c: Likewise.
2761 * sparclynx.c: Likewise.
2762 * sparcnetbsd.c: Likewise.
2763 * srec.c: Likewise.
2764 * stabs.c: Likewise.
2765 * stab-syms.c: Likewise.
2766 * sunos.c: Likewise.
2767 * syms.c: Likewise.
2768 * sysdep.h: Likewise.
2769
2770 2000-12-18 Nick Clifton <nickc@redhat.com>
2771
2772 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
2773 defined.
2774 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
2775 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
2776
2777 2000-12-18 Nick Clifton <nickc@redhat.com>
2778
2779 * vms-misc.c (_bfd_vms_get_record): Add default case to
2780 file_format switch.
2781
2782 2000-12-15 Miloslav Trmac <mitr@volny.cz>
2783
2784 * elfcore.h (elf_core_file_p): Move to the start of the program
2785 headers before attempting to read them.
2786
2787 2000-12-14 Kazu Hirata <kazu@hxi.com>
2788
2789 * peigen.c: Fix formatting.
2790 * som.c: Likewise.
2791 * som.h: Likewise.
2792
2793 2000-12-13 Kazu Hirata <kazu@hxi.com>
2794
2795 * peigen.c: Fix formatting.
2796
2797 2000-12-12 Jim Wilson <wilson@redhat.com>
2798
2799 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
2800
2801 2000-12-08 Mark Salter <msalter@redhat.com>
2802
2803 * binary.c (binary_set_section_contents): Ignore sections
2804 with zero size.
2805
2806 2000-12-12 Kazu Hirata <kazu@hxi.com>
2807
2808 * m68klinux.c: Fix formatting.
2809 * m68knetbsd.c: Likewise.
2810 * mipsbsd.c: Likewise.
2811 * netbsd-core.c: Likewise.
2812 * netbsd.h: Likewise.
2813 * newsos3.c: Likewise.
2814 * nlm32-alpha.c: Likewise.
2815 * nlm32-i386.c: Likewise.
2816 * nlm32-ppc.c: Likewise.
2817 * nlm32-sparc.c: Likewise.
2818 * nlmcode.h: Likewise.
2819 * nlmswap.h: Likewise.
2820 * nlm-target.h: Likewise.
2821 * ns32knetbsd.c: Likewise.
2822
2823 2000-12-10 Fred Fish <fnf@be.com>
2824
2825 * elflink.h (elf_link_output_extsym): Don't complain about undefined
2826 symbols in shared objects if allow_shlib_undefined is true.
2827
2828 2000-12-12 Nick Clifton <nickc@redhat.com>
2829
2830 * cpu-sh.c: Fix formattng.
2831 * elf.c: Fix formattng.
2832 * elf32-mips.c: Fix formattng.
2833 * elf32-sh.c: Fix formattng.
2834 * elf64-alpha.c: Fix formattng.
2835
2836 2000-12-09 Nick Clifton <nickc@redhat.com>
2837
2838 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
2839 dwarf2_find_line_info as last parameter to invocation of
2840 _bfd_dwarf2_find_nearest_line.
2841 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
2842 dwarf2_find_line_info as last parameter to invocation of
2843 _bfd_dwarf2_find_nearest_line.
2844
2845 2000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
2846
2847 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
2848 (BFD_LIBS): ...to here.
2849 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
2850 (BFD_LIBS_CFILES): ...to here.
2851 * Makefile.in: Regenerate.
2852 * configure.in: Remove dwarf.lo from the elf shell variable.
2853 * configure: Regenerate.
2854 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
2855 * libcoff.h: Regenerate.
2856 * coffgen.c (coff_find_nearest_line): Call
2857 _bfd_dwarf2_find_nearest_line.
2858 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
2859 accordingly.
2860 (read_abbrevs): Likewise
2861 (decode_line_info): Likewise.
2862 (parse_comp_unit): Likewise.
2863 (comp_unit_find_nearest_line): Likewise.
2864 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
2865 * libbfd.h: Regenerate.
2866 * elf.c (_bfd_elf_find_nearest_line): Update call.
2867 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
2868 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
2869 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
2870 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
2871 (styp_to_sec_flags): Handle DWARF2 sections.
2872 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
2873 to _bfd_find_nearest_line.
2874 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
2875 call to _bfd_find_nearest_line.
2876
2877 2000-12-08 Kazu Hirata <kazu@hxi.com>
2878
2879 * coffgen.c: Fix formatting.
2880 * elf-m10300.c: Likewise.
2881 * elf32-i386.c: Likewise.
2882 * elf32-i960.c: Likewise.
2883 * elf32-m68k.c: Likewise.
2884 * elf32-mcore.c: Likewise.
2885 * elf32-ppc.c: Likewise.
2886 * elf32-sh.c: Likewise.
2887 * elf32-sparc.c: Likewise.
2888 * elf32-v850.c: Likewise.
2889 * elf64-alpha.c: Likewise.
2890 * elf64-hppa.c: Likewise.
2891 * elf64-mips.c: Likewise.
2892 * elf64-sparc.c: Likewise.
2893
2894 2000-12-07 Kazu Hirata <kazu@hxi.com>
2895
2896 * elf32-ppc.c: Fix formatting.
2897 * elf64-x86-64.c: Likewise.
2898
2899 2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
2900
2901 From Ralf Baechle <ralf@gnu.org>
2902
2903 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
2904 BFDs containing no sections or empty .text, .data or .bss sections
2905 to be merged, regardless of their flags.
2906
2907 2000-12-06 Kazu Hirata <kazu@hxi.com>
2908
2909 * elf32-m32r.c: Fix formatting.
2910 * elf32-m68hc11.c: Likewise.
2911 * elf32-m68hc12.c: Likewise.
2912 * elf32-m68k.c: Likewise.
2913 * elf32-mcore.c: Likewise.
2914 * elf32-pj.c: Likewise.
2915 * elf32-ppc.c: Likewise.
2916
2917 2000-12-05 Kazu Hirata <kazu@hxi.com>
2918
2919 * elf32-fr30.c: Fix formatting.
2920 * elf32-hppa.c: Likewise.
2921 * elf32-i370.c: Likewise.
2922 * elf32-i386.c: Likewise.
2923 * elf32-i860.c: Likewise.
2924 * elf32-i960.c: Likewise.
2925
2926 2000-12-03 Kazu Hirata <kazu@hxi.com>
2927
2928 * elf32-arm.h: Fix formatting.
2929 * elf32-avr.c: Likewise.
2930 * elf32-cris.c: Likewise.
2931 * elf32-d10v.c: Likewise.
2932 * elf32-d30v.c: Likewise.
2933 * elf-hppa.h: Likewise.
2934 * elf-m10200.c: Likewise.
2935 * elf-m10300.c: Likewise.
2936
2937 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2938
2939 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
2940 bfd_mach_mips32_4k. Update FIXME comment.
2941 * archures.c (bfd_mach_mips32): New constant.
2942 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2943 the latter, renumber it.
2944 * bfd-in2.h (bfd_mach_mips32): New constant.
2945 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2946 the latter, renumber it.
2947 * cpu-mips.c (I_mips32): New constant.
2948 (I_mips4K, I_mips32_4k): Rename the former to the latter.
2949 (arch_info_struct): Add bfd_mach_mips32 entry, replace
2950 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
2951 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
2952 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
2953 with E_MIPS_MACH_MIPS32_4K.
2954 (_bfd_mips_elf_final_write_processing): Replace
2955 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
2956 bfd_mach_mips32 case.
2957 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
2958 comparison with support for MIPS32.
2959 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
2960 MIPS32.
2961
2962 * aoutx.h (NAME(aout,machine_type)): Add cases for
2963 bfd_mach_mips5 and bfd_mach_mips64.
2964 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
2965 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
2966 * cpu_mips.c (I_mips5, I_mips64): New definitions.
2967 (arch_info_struct): Add entries for bfd_mach_mips5 and
2968 bfd_mach_mips64.
2969 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
2970 _bfd_mips_elf_print_private_bfd_data): Add cases for
2971 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
2972 (_bfd_mips_elf_final_write_processing): Add cases for
2973 bfd_mach_mips5 and bfd_mach_mips64.
2974
2975 * aoutx.h (NAME(aout,machine_type)): Add a
2976 bfd_mach_mips_sb1 case.
2977 * archures.c (bfd_mach_mips_sb1): New constant.
2978 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
2979 * cpu-mips.c (I_sb1): New constant.
2980 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
2981 * elf32-mips.c (elf_mips_mach): Add case for
2982 E_MIPS_MACH_SB1.
2983 (_bfd_mips_elf_final_write_processing): Add case for
2984 bfd_mach_mips_sb1.
2985
2986 2000-12-01 Joel Sherrill <joel@OARcorp.com>
2987
2988 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2989 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2990 (sparc*-*-rtems*): Switched from a.out to ELF.
2991
2992 2000-11-30 Jan Hubicka <jh@suse.cz>
2993
2994 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2995 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2996 (elf64-x86-64.lo): Add dependencies.
2997 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2998 bfd_mach_x86_64_intel_syntax.
2999 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
3000 * config.bfd (x86_64): Add.
3001 * configure.in: Add support for bfd_elf64_x86_64_vec.
3002 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
3003 (bfd_i386_arch, i8086_ar): Link in.
3004 * elf64-x86-64.c: New file.
3005 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
3006 * targets.c (bfd_elf64_x86_64_vec): Add.
3007 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
3008
3009 2000-11-30 Kazu Hirata <kazu@hxi.com>
3010
3011 * xcofflink.c: Fix formatting.
3012
3013 2000-11-28 Kazu Hirata <kazu@hxi.com>
3014
3015 * aoutx.h: Fix formatting.
3016 * bfd-in.h: Likewise.
3017 * bfd-in2.h: Likewise.
3018 * cache.c: Likewise.
3019 * cisco-core.c: Likewise.
3020 * coff64-rs6000.c: Likewise.
3021 * coffcode.h: Likewise.
3022 * coffswap.h: Likewise.
3023 * corefile.c: Likewise.
3024 * elf32-mips.c: Likewise.
3025
3026 2000-11-27 Kazu Hirata <kazu@hxi.com>
3027
3028 * aout-adobe.c: Fix formatting.
3029 * coff64-rs6000.c: Likewise.
3030 * coffgen.c: Likewise.
3031 * cofflink.c: Likewise.
3032
3033 2000-11-27 Philip Blundell <pb@futuretv.com>
3034
3035 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
3036 (obj_coff_strings_written): New accessor macro for above.
3037 * libcoff.h: Regenerate.
3038 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
3039 strings.
3040 * coffcode.h (coff_write_object_contents): No need to write out
3041 the string table if it's already been done.
3042
3043 2000-11-22 Philip Blundell <pb@futuretv.com>
3044
3045 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
3046 weak undefined symbols.
3047
3048 2000-11-24 Nick Clifton <nickc@redhat.com>
3049
3050 * archures.c (bfd_mach_arm_5TE): Define.
3051 (bfd_mach_arm+XScale): Define.
3052 * bfd-in2.h: Regenerate.
3053
3054 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
3055 BFD_RELOC_ARM_PCREL_BLX.
3056
3057 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
3058 XScale machine numbers.
3059
3060 * config.bfd (xscale-elf): Add target.
3061 (xscale-coff): Add target.
3062
3063 * cpu-arm.c: Add xscale machine name.
3064 Add v5t, v5te and XScale machine numbers.
3065
3066 2000-11-23 Kazu Hirata <kazu@hxi.com>
3067
3068 * aix386-core.c: Fix formatting.
3069
3070 2000-11-22 Jim Wilson <wilson@redhat.com>
3071
3072 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
3073 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
3074 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
3075 (ins_imms_scaled): Initialize sign_bit at function entry.
3076 (elf64_ia64_operands): Add missing initializers.
3077 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
3078 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
3079 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
3080 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
3081 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
3082 parameters.
3083 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
3084 and free_extsyms at function entry.
3085 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
3086 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
3087 (get_got): Delete unused local srel.
3088 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
3089 (elfNN_ia64_relocate_section): Delete unused local dynindx.
3090
3091 2000-11-21 Kazu Hirata <kazu@hxi.com>
3092
3093 * coff-a29k.c: Fix formatting.
3094 * coff-h8500.c: Likewise.
3095 * coff-i960.c: Likewise.
3096 * coff-ppc.c: Likewise.
3097 * coff-rs6000.c: Likewise.
3098 * coff-stgo32.c: Likewise.
3099 * coff-tic54x.c: Likewise.
3100 * coff-w65.c: Likewise.
3101 * cpu-h8500.c: Likewise.
3102 * cpu-hppa.c: Likewise.
3103 * cpu-ns32k.c: Likewise.
3104 * ecoff.c: Likewise.
3105 * ecofflink.c: Likewise.
3106
3107 2000-11-21 Nick Clifton <nickc@redhat.com>
3108
3109 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
3110 remove possibility of infinite loop.
3111
3112 2000-11-20 Kazu Hirata <kazu@hxi.com>
3113
3114 * aix386-core.c: Fix formatting.
3115 * aout-adobe.c: Likewise.
3116 * aout-arm.c: Likewise.
3117 * aout-encap.c: Likewise.
3118 * aout-ns32k.c: Likewise.
3119 * aout-target.h: Likewise.
3120 * aout-tic30.c: Likewise.
3121 * aoutf1.h: Likewise.
3122 * aoutx.h: Likewise.
3123 * archive.c: Likewise.
3124 * bfd-in.h: Likewise.
3125 * bfd-in2.h: Likewise.
3126 * bfd.c: Likewise.
3127 * bout.c: Likewise.
3128
3129 2000-11-17 H.J. Lu <hjl@gnu.org>
3130
3131 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
3132 pltoff entries for DT_INIT and DT_FINI.
3133 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
3134 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
3135 entries.
3136
3137 2000-11-16 Richard Henderson <rth@redhat.com>
3138
3139 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
3140 (allocate_dynrel_entries): Likewise.
3141 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
3142 (set_pltoff_entry): Likewise.
3143 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
3144 (elfNN_ia64_reloc_type_lookup): Likewise.
3145 (elfNN_ia64_install_value): Likewise.
3146 (elfNN_ia64_relocate_section): Likewise.
3147 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
3148 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
3149
3150 2000-11-16 Kazu Hirata <kazu@hxi.com>
3151
3152 * cpu-a29k.c: Fix formatting.
3153 * cpu-alpha.c: Likewise.
3154 * cpu-arm.c: Likewise.
3155 * cpu-avr.c: Likewise.
3156 * cpu-d10v.c: Likewise.
3157 * cpu-h8500.c: Likewise.
3158 * cpu-hppa.c: Likewise.
3159 * cpu-i370.c: Likewise.
3160 * cpu-i386.c: Likewise.
3161 * cpu-i960.c: Likewise.
3162 * cpu-ia64-opc.c: Likewise.
3163 * cpu-ia64.c: Likewise.
3164 * cpu-m32r.c: Likewise.
3165 * cpu-m68hc11.c: Likewise.
3166 * cpu-m68hc12.c: Likewise.
3167 * cpu-m68k.c: Likewise.
3168 * cpu-m88k.c: Likewise.
3169 * cpu-mips.c: Likewise.
3170 * cpu-ns32k.c: Likewise.
3171 * cpu-pj.c: Likewise.
3172 * cpu-powerpc.c: Likewise.
3173 * cpu-sh.c: Likewise.
3174 * cpu-sparc.c: Likewise.
3175 * cpu-tic54x.c: Likewise.
3176 * cpu-v850.c: Likewise.
3177 * cpu-vax.c: Likewise.
3178 * cpu-w65.c: Likewise.
3179 * cpu-we32k.c: Likewise.
3180 * cpu-z8k.c: Likewise.
3181 * dwarf1.c: Likewise.
3182 * dwarf2.c: Likewise.
3183
3184 2000-11-15 Kazu Hirata <kazu@hxi.com>
3185
3186 * coff-arm.c: Fix formatting.
3187 * coff-ppc.c: Likewise.
3188 * coff-rs6000.c: Likewise.
3189 * coff-sh.c: Likewise.
3190 * coff-sparc.c: Likewise.
3191 * coff-tic30.c: Likewise.
3192 * coff-tic54x.c: Likewise.
3193 * coff-tic80.c: Likewise.
3194 * coff-w65.c: Likewise.
3195 * coff-we32k.c: Likewise.
3196 * coff-z8k.c: Likewise.
3197
3198 2000-11-15 Richard Henderson <rth@redhat.com>
3199
3200 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
3201 section with the same ALLOC|LOAD flags as the source section.
3202
3203 2000-11-14 Jakub Jelinek <jakub@redhat.com>
3204
3205 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
3206 by STO_ALPHA constants.
3207
3208 2000-11-14 Kazu Hirata <kazu@hxi.com>
3209
3210 * coff-pmac.c: Fix formatting.
3211 * coff-ppc.c: Likewise.
3212
3213 2000-11-13 H.J. Lu <hjl@gnu.org>
3214
3215 * elflink.h (elf_link_add_object_symbols): Also add indirect
3216 symbols for common symbols with the default version.
3217
3218 2000-11-09 Philip Blundell <pb@futuretv.com>
3219
3220 * section.c (STD_SECTION): Set gc_mark flag.
3221
3222 2000-11-11 Kazu Hirata <kazu@hxi.com>
3223
3224 * coff-i960.c: Likewise.
3225 * coff-m68k.c: Likewise.
3226 * coff-m88k.c: Likewise.
3227 * coff-mcore.c: Likewise.
3228 * coff-mips.c: Likewise.
3229
3230 2000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
3231
3232 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
3233
3234 2000-11-10 Kazu Hirata <kazu@hxi.com>
3235
3236 * coff-h8300.c: Fix formatting.
3237 * coff-h8500.c: Likewise.
3238 * coff-i386.c: Likewise.
3239 * coff-i860.c: Likewise.
3240 * coff-i960.c: Likewise.
3241 * coff-ia64.c: Likewise.
3242
3243 2000-11-09 Kazu Hirata <kazu@hxi.com>
3244
3245 * archive.c: Fix formatting.
3246 * archures.c: Likewise.
3247
3248 2000-11-07 Richard Henderson <rth@redhat.com>
3249
3250 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
3251 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
3252 * section.c (bfd_set_section_contents): Call memcpy if
3253 section->contents set and location not equal to contents plus offset.
3254
3255 2000-11-08 Kazu Hirata <kazu@hxi.com>
3256
3257 * bfd-in.h: Fix formatting.
3258 * bfd-in2.h: Likewise.
3259 * bfd.c: Likewise.
3260 * binary.c: Likewise.
3261 * bout.c: Likewise.
3262 * coff-a29k.c: Likewise.
3263 * coff-alpha.c: Likewise.
3264 * coff-apollo.c: Likewise.
3265 * coff-aux.c: Likewise.
3266
3267 2000-11-07 Kazu Hirata <kazu@hxi.com>
3268
3269 * aix386-core.c: Fix formatting.
3270 * aoutf1.h: Likewise.
3271 * aoutx.h: Likewise.
3272 * archures.c: Likewise.
3273 * armnetbsd.c: Likewise.
3274
3275 2000-11-07 Alan Modra <alan@linuxcare.com.au>
3276
3277 * coff-h8300.c (special): Adjust reloc address.
3278
3279 2000-11-06 Steve Ellcey <sje@cup.hp.com>
3280
3281 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
3282 to differentiate elf32 and elf64 on ia64.
3283 * bfd-in2.h: Regenerate.
3284 * config.bfd: Add target for "ia64*-*-hpux*".
3285 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
3286 * configure: Regenerate.
3287 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
3288 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
3289
3290 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
3291 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
3292 * Makefile.in: Regnerate.
3293 * elf64-ia64.c: Deleted.
3294 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
3295
3296 2000-11-06 Kazu Hirata <kazu@hxi.com>
3297
3298 * aout-adobe.c: Fix formatting.
3299 * aout-arm.c: Likewise.
3300 * aout-cris.c: Likewise.
3301 * aout-encap.c: Likewise.
3302 * aout-ns32k.c: Likewise.
3303 * aout-target.h: Likewise.
3304 * aout-tic30.c: Likewise.
3305
3306 2000-11-05 Philip Blundell <philb@gnu.org>
3307
3308 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
3309 BFDs containing no sections to be merged, regardless of their flags.
3310
3311 2000-11-04 Philip Blundell <philb@gnu.org>
3312
3313 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
3314 if a relocation for an undefined symbol also results in an
3315 overflow.
3316
3317 2000-11-06 Christopher Faylor <cgf@cygnus.com>
3318
3319 * config.bfd: Add support for Sun Chorus.
3320
3321 2000-11-05 David O'Brien <obrien@FreeBSD.org>
3322
3323 * configure.in: Recognize alpha-*-freebsd*.
3324 * configure: Regenerate.
3325
3326 2000-11-02 Luciano Gemme <ishitawa@yahoo.com>
3327
3328 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
3329 (Chunk): New global variable set by a parameter in objcopy.c.
3330 (S3Forced): New global variable set by a parameter in
3331 objcopy.c.
3332 (srec_set_section_contents): If S3Forced is true, always generate
3333 S3 records.
3334 (srec_write_section): Use 'Chunk' to limit maximum length of S
3335 records.
3336
3337 2000-11-02 Per Lundberg <plundis@chaosdev.org>
3338
3339 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
3340 * Makefile.in: Regenerate.
3341 * bfd-in2.h: Regenerate.
3342 * po/bfd.pot: Regenerate.
3343
3344 2000-10-31 Philip Blundell <philb@gnu.org>
3345
3346 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
3347 EF_SOFT_FLOAT if it is defined.
3348
3349 2000-10-27 Philip Blundell <philb@gnu.org>
3350
3351 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
3352 attempts to mix PIC code with non-PIC, just mark the output as
3353 being position dependent.
3354 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
3355 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
3356 all mismatches, not just the first one.
3357
3358 2000-10-25 Chris Demetriou <cgd@sibyte.com>
3359
3360 * ieee.c (ieee_archive_p): Plug one of many possible
3361 memory leaks in error handling.
3362
3363 2000-10-20 Jakub Jelinek <jakub@redhat.com>
3364
3365 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
3366 elf32_sparc_object_p, elf32_sparc_final_write_processing):
3367 Support v8plusb.
3368 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
3369 sparc64_elf_object_p): Support v9b.
3370 * archures.c: Declare v8plusb and v9b machines.
3371 * bfd-in2.h: Ditto.
3372 * cpu-sparc.c: Ditto.
3373
3374 2000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
3375
3376 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
3377 of a GOT reloc.
3378
3379 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
3380 (SYMBOL_CALLS_LOCAL): New macro.
3381 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
3382 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
3383 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
3384 (ppc_elf_relocate_section): Use flag variable to determine
3385 whether the relocation refers to a local symbol.
3386 Test whether a PLTREL24 reloc will produce a reloc by looking
3387 to see whether a PLT entry was made.
3388
3389 2000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
3390
3391 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
3392 entries that could serve as a definition for a weak symbol.
3393
3394 2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
3395
3396 From Ralf Baechle <ralf@gnu.org>
3397
3398 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
3399 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
3400 against local symbols.
3401 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
3402
3403 2000-10-12 Alan Modra <alan@linuxcare.com.au>
3404
3405 * section.c (struct sec): Add kept_section.
3406 (struct bfd_comdat_info): Remove sec, we can use above.
3407 (STD_SECTION): Add initializer.
3408 (bfd_make_section_anyway): Init here too.
3409
3410 * bfd-in2.h: Regenerate.
3411
3412 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
3413 zeroing of `flags'.
3414 (elf_link_input_bfd): Set all asection->symbol->value's here, and
3415 fudge values for discarded link-once section symbols.
3416
3417 * elf64-hppa.c: Include alloca-conf.h
3418
3419 2000-10-11 Alan Modra <alan@linuxcare.com.au>
3420
3421 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
3422
3423 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
3424
3425 2000-10-10 Alan Modra <alan@linuxcare.com.au>
3426
3427 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
3428
3429 2000-10-10 Tom Rix <trix@redhat.com>
3430
3431 * section.c (bfd_make_section_anyway): Release newsect ptr when
3432 newsect->symbol fails to alloc. Use bfd_release instead of free.
3433
3434 2000-10-09 Richard Henderson <rth@cygnus.com
3435
3436 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
3437 (elf64_ia64_unwind_entry_compare): New.
3438 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
3439
3440 2000-10-07 Alan Modra <alan@linuxcare.com.au>
3441
3442 * elflink.h (size_dynamic_sections): Don't create various tags if
3443 .dynstr is excluded from the link. Don't set first dynsym entry
3444 if dynsymcount is zero.
3445 (elf_bfd_final_link): Don't try to swap out dynamic syms if
3446 .dynsym excluded from the link. Don't try to write any dynamic
3447 sections excluded from the link.
3448
3449 * elf.c (swap_out_syms): Handle global section symbols.
3450
3451 2000-10-05 DJ Delorie <dj@redhat.com>
3452
3453 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
3454 * coffcode.h (coff_set_alignment_hook): read extended reloc count
3455 (coff_write_relocs): write extended reloc count
3456 (coff_write_object_contents): account for extended relocs
3457
3458 2000-10-05 Jim Wilson <wilson@cygnus.com>
3459
3460 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
3461 field.
3462 * elf.c (_bfd_elf_make_section_from_shdr): Call the
3463 elf_backend_section_flags function.
3464 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
3465 code.
3466 (elf64_ia64_section_flags): New function containing flag conversion
3467 code.
3468 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
3469 * elfxx-target.h (elf_backend_section_flags): Define.
3470 (elfNN_bed): Initialize elf_backend_section_flags field.
3471
3472 2000-10-02 Alan Modra <alan@linuxcare.com.au>
3473
3474 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
3475 _bfd_elf32_gc_record_vtable. Correct a comment.
3476
3477 2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
3478
3479 From Ralf Baechle <ralf@gnu.org>
3480
3481 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
3482 produces binaries with got[1] = 0x80000001 to differenciate them
3483 for the dynamic linker from the broken binaries produced by old
3484 versions.
3485
3486 2000-09-30 Petr Sorfa <petrs@sco.com>
3487
3488 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
3489 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
3490 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
3491 * configure: Regenerate.
3492
3493 2000-09-27 Hans-Peter Nilsson <hp@axis.com>
3494
3495 Define two bfd_targets for absence and presence of leading
3496 underscore on symbols. Make sure to only link same kind.
3497 * elf32-cris.c (cris_elf_object_p,
3498 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
3499 cris_elf_merge_private_bfd_data): New.
3500 (elf_backend_object_p, elf_backend_final_write_processing,
3501 bfd_elf32_bfd_print_private_bfd_data,
3502 bfd_elf32_bfd_merge_private_bfd_data): Define.
3503 <Target vector definition>: Include elf32-target.h twice with
3504 different macro settings:
3505 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
3506 bfd_elf32_us_cris_vec.
3507 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
3508 (elf_symbol_leading_char): First as 0, then '_'.
3509 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
3510 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
3511 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
3512 * configure: Regenerate.
3513 * targets.c: Declare bfd_elf32_us_cris_vec.
3514 * po/bfd.pot: Regenerate.
3515
3516 2000-09-29 Momchil Velikov <velco@fadata.bg>
3517
3518 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
3519 R_ARM_THM_PC22 relocations.
3520
3521 2000-09-29 NIIBE Yutaka <gniibe@chroot.org>
3522
3523 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
3524
3525 2000-09-29 Momchil Velikov <velco@fadata.bg>
3526
3527 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
3528 is has the SEC_HAS_CONTENTS flag set.
3529
3530 2000-09-28 \81Örjan Friberg <orjanf@axis.com>
3531 Hans-Peter Nilsson <hp@axis.com>
3532
3533 * aout-cris.c (N_TXTADDR): Define.
3534
3535 2000-09-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
3536
3537 * som.c: Include alloca-conf.h.
3538 * Makefile.am: "make dep-am"
3539 * Makefile.in: Regenerate.
3540
3541 2000-09-27 Alan Modra <alan@linuxcare.com.au>
3542
3543 * elf32-hppa.c (plt_stub): New.
3544 (PLT_STUB_ENTRY): Define.
3545 (elf32_hppa_link_hash_table): Change multi_subspace to packed
3546 boolean. Add need_plt_stub, has_12bit_branch and has_17bit_branch.
3547 (elf32_hppa_link_hash_table_create): Init to suit.
3548 (elf32_hppa_check_relocs): Set has_12bit_branch and
3549 has_17bit_branch as appropriate.
3550 (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
3551 non-local functions.
3552 (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
3553 Add space for plt_stub as needed.
3554 (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
3555 functions at plt_stub.
3556 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
3557 (elf32_hppa_create_dynamic_sections): Leave .plt executable.
3558
3559 * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
3560 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise. Use it instead
3561 of fixed size, and if negative, disable handling of input sections
3562 before stub section. Set up default stub group size depending
3563 on detected branch relocs.
3564 (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
3565 ensure different offsets from sym_value aren't rounded to
3566 different 2k blocks. Use lrsel and rrsel for other stubs too for
3567 consistency rather than necessity.
3568 (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
3569 (final_link_relocate): Likewise.
3570 (elf32_hppa_relocate_section): Likewise.
3571
3572 * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
3573 (_bfd_elf_hppa_gen_reloc_type): Generate them.
3574 (elf_hppa_final_link_relocate): Handle them.
3575 (elf_hppa_relocate_insn): Likewise.
3576 (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
3577
3578 2000-09-26 Hans-Peter Nilsson <hp@axis.com>
3579
3580 * elfcode.h (elf_object_p): Preserve and clear abfd section
3581 information. Restore at error.
3582
3583 2000-09-26 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3584
3585 * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
3586 is empty, make sure that its rva also 0. NT loader dislikes
3587 having otherwise.
3588
3589 2000-09-26 Steve Ellcey <sje@cup.hp.com>
3590
3591 * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
3592 global by default.
3593
3594 2000-09-21 Alan Modra <alan@linuxcare.com.au>
3595
3596 * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
3597 currently unused RELATIVE_DYNAMIC_RELOCS code.
3598 (hppa_discard_copies): Likewise.
3599 (elf32_hppa_size_stubs): Size `input_list' array correctly. Correct
3600 comments. Don't check non-code output sections for stub grouping.
3601
3602 2000-09-20 Alan Modra <alan@linuxcare.com.au>
3603
3604 * section.c (bfd_get_unique_section_name): Return NULL if
3605 bfd_malloc fails.
3606
3607 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3608
3609 * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
3610 instruction sequence to actually work.
3611 (elf_m68k_finish_dynamic_sections): Change the patch-in offset
3612 accordingly.
3613
3614 2000-09-18 Alexandre Oliva <aoliva@redhat.com>
3615
3616 * elf32-sh.c (sh_elf_relocate_section): Use
3617 _bfd_final_link_relocate to apply the relocation against a section
3618 symbol, when doing relocatable links.
3619
3620 2000-09-18 Alan Modra <alan@linuxcare.com.au>
3621
3622 * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
3623 to id_sec.
3624 (stub_hash_newfunc): Here too.
3625 (hppa_add_stub): And here.
3626 (elf32_hppa_link_hash_table): Remove stub_section_created,
3627 reloc_section_created, first_init_sec and first_fini_sec. Add
3628 stub_group.
3629 (elf32_hppa_link_hash_table_create): Init to suit.
3630 (hppa_get_stub_entry): Add support for grouping stub sections.
3631 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
3632 section code. Index stub vars by section->id.
3633 (elf32_hppa_size_stubs): Likewise. Remove duplicated function
3634 exit paths. Zap allocation of above removed vars. Refine
3635 link-once test.
3636
3637 * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
3638 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
3639 (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
3640 rather than pointer to bfd_link_info.
3641 (hppa_add_stub): Likewise.
3642 (final_link_relocate): Likewise.
3643
3644 2000-09-17 David Huggins-Daines <dhd@linuxcare.com>
3645
3646 (elf32_hppa_size_stubs): Don't try to build stubs for discarded
3647 link-once sections.
3648
3649 2000-09-16 Alexandre Oliva <aoliva@redhat.com>
3650
3651 * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
3652 ld/emulparams/shelf.sh.
3653
3654 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3655
3656 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
3657 * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
3658 * bfd-in2.h: Regenerate.
3659
3660 2000-09-15 Kenneth Block <Kenneth.Block@compaq.com>
3661
3662 * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
3663 LITUSE relocations incorrectly if -relax is specified on the ld
3664 command line and the displacement field of the load or store
3665 instruction is non-zero. (Patch by paul.winalski@compaq.com)
3666
3667 2000-09-15 Alan Modra <alan@linuxcare.com.au>
3668
3669 * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
3670 first_fini_sec here.
3671 (elf32_hppa_size_stubs): Instead correctly find the first .init
3672 and .fini section here.
3673
3674 2000-09-15 David Huggins-Daines <dhd@linuxcare.com>
3675
3676 * elf32-hppa.c (clobber_millicode_symbols): New function.
3677 (elf32_hppa_size_dynamic_sections): Call it.
3678
3679 2000-09-14 Alan Modra <alan@linuxcare.com.au>
3680
3681 * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
3682 packed. Add plabel, plt_abs packed booleans.
3683 (hppa_link_hash_newfunc): Init new fields.
3684 (PLABEL_PLT_ENTRY_SIZE): Define.
3685 (hppa_stub_name): Use size_t len vars.
3686 (hppa_add_stub): Likewise.
3687 (elf32_hppa_build_stubs): Likewise.
3688 (hppa_build_one_stub): Kill some compiler warnings.
3689 (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
3690 if dynamic linking. Munge the local plt offsets into
3691 local_got_refcounts. Set h->plabel for all global PLABELs. Use
3692 size_t len vars. Add assert for plabel addend.
3693 (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
3694 (elf32_hppa_hide_symbol): New function.
3695 (elf_backend_hide_symbol): Define.
3696 (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
3697 with h->plabel set. Don't make plt entries to have dynamic syms
3698 when they have been forced local. If plt entry is used by a
3699 plabel, make it PLABEL_PLT_ENTRY_SIZE.
3700 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
3701 Set up .plt offsets for local syms.
3702 (elf32_hppa_relocate_section): Initialise plt entries for local
3703 syms. Leave weak undefined plabels zero. Make global plabel
3704 relocs against function symbol, and leave the addend zero.
3705 Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
3706 (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
3707 non-dynamic syms. Init extra plt for plabels. Use *ABS* DIR32
3708 relocs instead of SEGREL32 for dynamic got relocs.
3709 (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
3710 (elf_backend_got_header_size): Adjust.
3711 (elf32_hppa_set_gp): Calculate an "ideal" LTP.
3712
3713 * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
3714 (hppa_type_of_stub): Use it instead of #if 0
3715 (hppa_discard_copies): Use it here too.
3716 (elf32_hppa_size_dynamic_sections): And here.
3717
3718 * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
3719 (elf32_hppa_link_hash_table_create): And here.
3720 (hppa_build_one_stub): And here. Instead keep track of stub
3721 offset using _raw_size.
3722 (elf32_hppa_size_stubs): Likewise.
3723 (elf32_hppa_build_stubs): Likewise.
3724 (hppa_size_one_stub): Likewise. Resize reloc section too.
3725
3726 * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
3727 first_fini_sec handling. Don't search for reloc section or set
3728 hplink->reloc_section_created here.
3729 (elf32_hppa_size_stubs): Instead search for reloc sections, and
3730 set reloc_section_created here.
3731 (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
3732 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
3733 and DT_FINI.
3734 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
3735
3736 * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
3737 with `hplink->root.'.
3738 (elf32_hppa_check_relocs): Likewise.
3739 (elf32_hppa_gc_sweep_hook): Likewise.
3740 (elf32_hppa_adjust_dynamic_symbol): Likewise.
3741 (hppa_handle_PIC_calls): Likewise.
3742 (elf32_hppa_size_dynamic_sections): Likewise.
3743 (elf32_hppa_set_gp): Likewise.
3744 (elf32_hppa_relocate_section): Likewise.
3745 (elf32_hppa_finish_dynamic_symbol): Likewise.
3746 (elf32_hppa_finish_dynamic_sections): Likewise.
3747
3748 From David Huggins-Daines <dhd@linuxcare.com>
3749 * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
3750 defined weak symbols in shared links.
3751 (final_link_relocate): Calls to defined weak symbols in shared
3752 objects must go via import stubs, as the target might not be known
3753 at link time.
3754
3755 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
3756
3757 * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
3758 R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
3759 R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
3760 the original entries with EMPTY_HOWTOs, and added new ones to fill
3761 in the gap.
3762 (sh_elf_info_to_howto): Make sure the new gap isn't used.
3763 (sh_elf_relocate_section): Likewise.
3764
3765 2000-09-13 Anders Norlander <anorland@acc.umu.se>
3766
3767 * cpu-mips.c (arch_info_struct): Add mips:4K
3768 * bfd-in2.h (bfd_mach_mips4K): New define.
3769 * archures.c: Add bfd_mach_mips4K to comment.
3770 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
3771 E_MIPS_ARCH_2 for bfd_mach_mips4K.
3772
3773 2000-09-13 Marco Franzen <marcof@thyron.com>
3774
3775 * som.c (som_write_symbol_strings): Do not used fixed buffers,
3776 use size_t as a counter.
3777 (som_write_space_strings): Similarly.
3778
3779 2000-09-12 Jason Eckhardt <jle@cygnus.com>
3780
3781 * elf32-i860.c (elf32_i860_relocate_pc26): New function
3782 and prototype.
3783 (elf32_i860_relocate_section): Invoke new function from here.
3784
3785 2000-09-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3786
3787 * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
3788 static.
3789
3790 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3791
3792 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
3793 target section name instead of dumping core when the target symbol is
3794 undefined.
3795
3796 2000-09-09 Kazu Hirata <kazu@hxi.com>
3797
3798 * riscix.c: Remove DEFUN.
3799
3800 2000-09-08 Nick Clifton <nickc@redhat.com>
3801
3802 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
3803 initialise flags in output bfd if the input bfd is the default
3804 architecture with the default flags.
3805
3806 2000-09-08 Kazu Hirata <kazu@hxi.com>
3807
3808 * archive.c: Fix formatting.
3809 * coff-arm.c: Likewise.
3810 * doc/chew.c: Likewise.
3811
3812 2000-09-08 Alan Modra <alan@linuxcare.com.au>
3813
3814 * section.c (bfd_get_unique_section_name): Put a dot before the
3815 numeric suffix.
3816
3817 2000-09-07 Kazu Hirata <kazu@hxi.com>
3818
3819 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
3820 * elf.c: Fix formatting.
3821
3822 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
3823
3824 * config.bfd (sh-*-linux*): Added.
3825 * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
3826 * targets.c: Declare them.
3827 * elf32-sh-lin.c: New file.
3828 * Makefile.am: Compile it.
3829 * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
3830 * configure, Makefile.in: Rebuilt.
3831
3832 2000-09-06 Geoffrey Keating <geoffk@cygnus.com>
3833
3834 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
3835 pseduo-section when determining where the TOC ends.
3836
3837 * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
3838 output x_tvndx as it is only two bytes wide.
3839
3840 * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
3841 reloc is 26 or 32 bits wide.
3842
3843 * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
3844 for relocs that don't change anything. Also look at the full
3845 6 bits of bitsize.
3846
3847 2000-09-06 Philip Blundell <philb@gnu.org>
3848
3849 * config.bfd (arm*-*-uclinux*): New target.
3850
3851 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3852
3853 * configure: Rebuilt with new libtool.m4.
3854
3855 2000-09-06 Alan Modra <alan@linuxcare.com.au>
3856
3857 * section.c (bfd_get_unique_section_name): Avoid c++ reserved
3858 word for variable name.
3859 * bfd-in2.h: Regenerate.
3860
3861 2000-09-05 Nick Clifton <nickc@redhat.com>
3862
3863 * config.in: Regenerate.
3864 * libbfd.h: Regenerate.
3865 * po/bfd.pot: Regenerate.
3866 * doc/bfdint.texi: Remove CVS date string - it foils compares with
3867 local versions.
3868
3869 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
3870
3871 * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
3872
3873 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3874
3875 Shared library and PIC support.
3876 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
3877 (GOT_ENTRY_SIZE): New.
3878 (ELF_DYNAMIC_INTERPRETER): New.
3879 (STUB_SUFFIX): Define.
3880 (LONG_BRANCH_PIC_IN_SHLIB): Define.
3881 (RELATIVE_DYNAMIC_RELOCS): Define.
3882 (enum elf32_hppa_stub_type): New.
3883 (struct elf32_hppa_stub_hash_entry): Rename offset to
3884 stub_offset. Add a number of new fields.
3885 (struct elf32_hppa_link_hash_entry): New.
3886 (struct elf32_hppa_link_hash_table): Add numerous fields. Remove
3887 global_value.
3888 (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
3889 (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
3890 (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc. Init
3891 new fields.
3892 (hppa_link_hash_newfunc): New function.
3893 (elf32_hppa_link_hash_table_create): Use above function. Init new
3894 fields.
3895 (elf32_hppa_stub_name): Rename to hppa_stub_name. Pass in reloc
3896 instead of addend, and remove sym_name from args. Don't use
3897 symbol name for local syms, instead use sym index.
3898 (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
3899 stub type rather than size. Pass in hash and handle import stub
3900 case. Also pass in reloc instead of offset so we can calculate
3901 PCREL22F and PCREL12F branches properly.
3902 (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub. Build
3903 import and export stubs too.
3904 (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub. Handle
3905 import and export stub sizing.
3906 (elf32_hppa_check_relocs): New function.
3907 (elf32_hppa_adjust_dynamic_symbol): New function.
3908 (hppa_discard_copies): New function.
3909 (elf32_hppa_size_dynamic_sections): New function.
3910 (elf_backend_size_dynamic_sections): Define.
3911 (elf32_hppa_finish_dynamic_symbol): New function.
3912 (elf_backend_finish_dynamic_symbol): Define.
3913 (elf32_hppa_size_stubs): Stash params in link hash table, and move
3914 some local vars into the link hash table too. For shared links,
3915 trundle over function syms, generating export stubs. Handle
3916 PCREL22F branches. Break out stub creation code from here..
3917 (hppa_add_stub): .. to here. New function.
3918 (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
3919 call the bfd linker. Use elf_gp to record global pointer.
3920 Calculate a value from sections if $global$ is missing.
3921 (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
3922 (elf32_hppa_gc_mark_hook): New function.
3923 (elf_backend_gc_mark_hook): Define.
3924 (elf32_hppa_gc_sweep_hook): New function.
3925 (elf_backend_gc_sweep_hook): Define.
3926 (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
3927 Add rel to args, and remove howto, input_bfd, offset, addend,
3928 sym_name as we can recalculate these locally. Handle calls to
3929 dynamic objects, extra PIC relocs, PCREL22F branches. Change
3930 handling of undefined weak syms. Check that stubs are in range.
3931 Only look for import stubs on PCREL17F and PCREL22F relocs. Add
3932 message on hitting a DPREL21L reloc that needs fixing. Subtract
3933 off PC for PCREL14F. Break out code that does a stub lookup from
3934 here..
3935 (hppa_get_stub_entry): ..to here. New function.
3936 (elf32_hppa_relocate_insn): Merge into final_link_relocate.
3937 (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
3938 relocs, etc. etc.
3939 (elf32_hppa_finish_dynamic_sections): New function.
3940 (elf_backend_finish_dynamic_sections): Define.
3941 (elf_backend_final_write_processing) Define.
3942 (hppa_handle_PIC_calls): New function.
3943 (elf32_hppa_build_stubs): Call it. Pass link_info to
3944 hppa_build_one_stub.
3945 (elf32_hppa_create_dynamic_sections): New function
3946 to create .plt and .got then set .plt flags correctly.
3947 (elf_backend_create_dynamic_sections): Define.
3948 (elf32_hppa_object_p): New function.
3949 (elf_backend_object_p): Define.
3950 (elf32_hppa_elf_get_symbol_type): New function.
3951 (elf_backend_get_symbol_type): Define.
3952 (elf_backend_can_gc_sections): Define.
3953 (elf_backend_want_got_plt): Define.
3954 (elf_backend_plt_alignment): Set to 2.
3955 (elf_backend_plt_readonly): Define.
3956 (elf_backend_want_plt_sym): Define.
3957 (elf_backend_got_header_size): Reserve one entry.
3958
3959 * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
3960 (elf32_hppa_size_stubs): Pass in multi_subspace.
3961 (elf32_hppa_set_gp): Declare.
3962
3963 * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
3964 (bfd_get_unique_section_name): New function.
3965 * bfd-in2.h: Regenerate.
3966
3967 * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
3968 (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
3969 comment.
3970
3971 From David Huggins-Daines <dhd@linuxcare.com>
3972 * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
3973 (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
3974 (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
3975 been updated in finish_dynamic_symbol before modifying function
3976 symbol.
3977
3978 * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
3979 eight entries. Replace NULL with bfd_elf_generic_reloc. Add
3980 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
3981 (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*. Add some
3982 comments. Handle format == 12 for R_HPPA_PCREL_CALL.
3983 (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
3984 (elf_hppa_relocate_insn): Likewise. Reformat some comments.
3985 (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
3986
3987 From David Huggins-Daines <dhd@linuxcare.com>
3988 * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
3989 style of local labels as well.
3990
3991 2000-09-03 Philip Blundell <philb@gnu.org>
3992
3993 * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
3994 references to undefined symbols in debugging sections.
3995
3996 2000-09-02 H.J. Lu <hjl@gnu.org>
3997
3998 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3999 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
4000 BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
4001 section.
4002
4003 2000-09-02 Jason Eckhardt <jle@cygnus.com>
4004
4005 * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
4006 (elf32_i860_is_local_label_name): New function and prototype.
4007
4008 2000-09-02 Nick Clifton <nickc@redhat.com>
4009
4010 * configure.in: Increase version number to 2.10.91.
4011 * configure: Regenerate.
4012 * aclocal.m4: Regenerate.
4013 * config.in: Regenerate.
4014 * po/bfd.pot: Regenerate.
4015
4016 2000-09-02 Daniel Berlin <dberlin@redhat.com>
4017
4018 * elf.c (_bfd_elf_make_section_from_shdr): Add
4019 .gnu.linkobce.wi. to the list of debug section names.
4020
4021 2000-09-02 Nick Clifton <nickc@redhat.com>
4022
4023 * dwarf2.c (find_debug_info): New function: Locate a section
4024 containing dwarf2 debug information.
4025 (bfd_dwarf2_find_nearest_line): Find all sections containing
4026 debug information and include them in the stash.
4027
4028 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
4029
4030 * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
4031 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
4032 (sh_reloc_map): Add new relocs.
4033 (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
4034 sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
4035 sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
4036 sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
4037 functions.
4038 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
4039 (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
4040 elf_sh_plt_entry_be, elf_sh_plt_entry_le,
4041 elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
4042 New array constants.
4043 (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
4044 New variables.
4045 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
4046 elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
4047 elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
4048 elf_sh_plt_reloc_offset): Define.
4049 (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
4050 elf_sh_link_hash_table): New structs.
4051 (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
4052 (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
4053 relocation types.
4054 (elf_backend_create_dynamic_sections,
4055 bfd_elf32_bfd_link_hash_table_create,
4056 elf_backend_adjust_dynamic_symbol,
4057 elf_backend_size_dynamic_sections,
4058 elf_backend_finish_dynamic_symbol,
4059 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
4060 elf_backend_plt_readonly, elf_backend_want_plt_sym,
4061 elf_backend_got_header_size, elf_backend_plt_header_size):
4062 Define.
4063 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
4064 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
4065 New relocs.
4066 * bfd-in2.h, libbfd.h: Rebuilt.
4067
4068 2000-09-01 Alan Modra <alan@linuxcare.com.au>
4069
4070 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
4071 change.
4072
4073 2000-08-31 J"orn Rennecke <amylaar@cygnus.co.uk>
4074
4075 * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
4076 not initialized, set them to indicate the SH1 instruction set.
4077
4078 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
4079
4080 * acinclude.m4: Include libtool and gettext macros from the
4081 top level.
4082 * aclocal.m4, configure: Rebuilt.
4083
4084 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
4085
4086 * elf.c: Eliminate references to __sparcv9 macro; replace with
4087 autoconf variables HAVE_PSINFO32_T etc.
4088 * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
4089 HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
4090 * config.in: Ditto.
4091 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
4092 detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
4093 * aclocal.m4: Ditto.
4094 * configure: Regenerate.
4095
4096 2000-08-27 Alan Modra <alan@linuxcare.com.au>
4097
4098 * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
4099 for any shared link, not just shared -Bsymbolic.
4100 (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
4101 any shared link, and pass link info to it.
4102 (elf_i386_size_dynamic_sections): Update comment.
4103 (elf_i386_discard_copies): Modify to discard relocs for symbols
4104 that have been forced local.
4105 (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
4106 that have been forced local.
4107
4108 2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com>
4109
4110 * elflink.h (elf_link_add_object_symbols): Allow common
4111 symbols to have an alignment of 1 if explicitly requested, and
4112 not overridden by other definitions.
4113
4114 2000-08-22 Doug Kwan <dkwan@transmeta.com>
4115
4116 * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
4117 * coffcode.h (coff_set_flags): Add detection of w65 architecture.
4118
4119 2000-08-22 H.J. Lu <hjl@gnu.org>
4120
4121 * elf-bfd.h (elf_link_hash_table): Add runpath.
4122
4123 * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
4124 * bfd-in2.h: Rebuilt.
4125
4126 * elf.c (_bfd_elf_link_hash_table_init): Initialize the
4127 "runpath" field to NULL.
4128 (bfd_elf_get_runpath_list): New function.
4129
4130 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
4131 DT_RUNPATH entries.
4132
4133 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
4134
4135 * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
4136 R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
4137 explicitly. Improve validation of r_type.
4138
4139 2000-08-21 H.J. Lu <hjl@gnu.org>
4140
4141 * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
4142 dynamic allocated content space. Add a comment to remind us that
4143 one day this ought to be fixed.
4144 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
4145 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
4146 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
4147
4148 2000-08-21 Jason Eckhardt <jle@cygnus.com>
4149
4150 * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
4151 field with the newly relocated value instead of adding it to the
4152 existing immediate field.
4153 (elf32_i860_relocate_splitn): Likewise.
4154 (elf32_i860_relocate_highadj): Likewise.
4155
4156 2000-08-16 Jason Eckhardt <jle@cygnus.com>
4157
4158 * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
4159 was previously just a stub).
4160
4161 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
4162
4163 * elflink.c (_bfd_elf_create_got_section): Don't abort().
4164 Formatting fixes.
4165 (_bfd_elf_create_dynamic_sections): Likewise.
4166
4167 2000-08-16 Andrew Macleod <amacleod@cygnus.com>
4168
4169 * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
4170 for undefined symbols to be the beginning of the section.
4171
4172 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
4173 four extra entries at the beginning of the .rela.plt section.
4174 (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
4175 section to account for the four reserved entries in the .plt section.
4176
4177 2000-08-15 Geoffrey Keating <geoffk@cygnus.com>
4178
4179 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
4180 to the list of NOPs we recognize after a branch-and-link.
4181 Use the ori NOP when one is needed.
4182
4183 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
4184 for large archives.
4185
4186 2000-08-14 Jim Wilson <wilson@cygnus.com>
4187
4188 * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
4189 EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
4190 (elf64_ia64_print_private_bfd_data): Likewise. Also handle
4191 EF_IA_64_ABSOLUTE.
4192
4193 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
4194
4195 * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
4196
4197 2000-08-10 Jason Eckhardt <jle@cygnus.com>
4198
4199 * elf32-i860.c (elf32_i860_relocate_section): New function.
4200 (i860_final_link_relocate): New function.
4201 (elf32_i860_relocate_splitn): New function.
4202 (elf32_i860_relocate_pc16): New function.
4203 (elf32_i860_relocate_highadj): New function.
4204 (elf32_i860_howto): Minor adjustments to some relocations.
4205 (elf_info_to_howto_rel): Define.
4206 (elf_backend_relocate_section): Define.
4207
4208 2000-08-10 Nick Clifton <nickc@cygnus.com>
4209
4210 * elf32-arm.h: Fix formatting.
4211
4212 2000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
4213
4214 * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
4215
4216 2000-08-08 Jason Eckhardt <jle@cygnus.com>
4217
4218 * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
4219
4220 2000-08-07 Kazu Hirata <kazu@hxi.com>
4221
4222 * ieee.c (ieee_write_debug_part): Rewrite a comment.
4223 * elf64-ia64.c: Fix a typo.
4224
4225 2000-08-05 Jason Eckhardt <jle@cygnus.com>
4226
4227 * elf32-i860.c (elf32_i860_howto_table): New structure.
4228 (lookup_howto): New function.
4229 (elf32_i860_reloc_type_lookup): New function.
4230 (elf32_i860_info_to_howto_rela): New function.
4231 (elf_code_to_howto_index): New structure.
4232 (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
4233 (bfd_elf32_bfd_reloc_type_lookup): Re-define as
4234 elf32_i860_reloc_type_lookup.
4235
4236 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
4237
4238 * som.c (struct fixup_format): Constify `format'.
4239 (som_hppa_howto_table): Use SOM_HOWTO macro.
4240 (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
4241 (som_bfd_reloc_type_lookup): Likewise.
4242 (compare_subspaces): Remove unused `count1', `count2'.
4243 (som_begin_writing): Remove unused `total_reloc_size'.
4244 (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
4245 (som_print_symbol, som_bfd_is_local_label_name): Likewise.
4246 (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
4247 (som_find_nearest_line): Decorate unused parameter(s).
4248 (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
4249 (som_bfd_link_split_section): Likewise.
4250
4251 2000-08-03 Nick Clifton <nickc@cygnus.com>
4252
4253 * section.c: Restore backed out code.
4254 * elf.c: Restore backed out code.
4255 (copy_private_bfd_data): Fix bug preventing stipped dynamic
4256 binaries from working.
4257 * bfd-in2.h: Regenerate.
4258
4259 2000-08-03 H.J. Lu <hjl@gnu.org>
4260
4261 * section.c: Back out the change made by Nick Clifton
4262 <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
4263 binaries.
4264 * bfd-in2.h: Likewise.
4265 * elf.c: Likewise.
4266
4267 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
4268
4269 * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
4270
4271 2000-07-31 Jason Eckhardt <jle@cygnus.com>
4272
4273 * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
4274 * bfd-in2.h, libbfd.h: Regenerate.
4275
4276 2000-07-31 Nick Clifton <nickc@cygnus.com>
4277
4278 * section.c (struct sec): Add new boolean field 'segment_mark'.
4279 (STD_SECTION): Initialise new field to zero.
4280
4281 * bfd-in2.h: Regenerate.
4282
4283 * elf.c (copy_private_bfd_data): Reorganise section to segment
4284 mapping to cope with moved sections requiring new segments,
4285 and overlapping segments.
4286 (SEGMENT_END): New macro: Return the end address of a segment.
4287 (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
4288 contains a section by comparing their VMA addresses.
4289 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
4290 contains a section by comparing their LMA addresses.
4291 (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
4292 section should be included in a segment.
4293 (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
4294 follows another in memory.
4295 (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
4296 segments overlap.
4297
4298 2000-07-22 Jason Eckhardt <jle@cygnus.com>
4299
4300 * cpu-i860.c: Added comments.
4301
4302 * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
4303 bfd_elf32_i860_little_vec.
4304 (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
4305 (ELF_MAXPAGESIZE): Changed to 4096.
4306
4307 * targets.c (bfd_elf32_i860_little_vec): Declaration of
4308 new target.
4309 (bfd_target_vector): Added bfd_elf32_i860_little_vec.
4310
4311 * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
4312 config for little endian elf32 i860.
4313 (targ_defvec): Define for the new config above
4314 as "bfd_elf32_i860_little_vec".
4315 (targ_selvecs): Define for the new config above
4316 as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
4317
4318 * configure.in (bfd_elf32_i860_little_vec): Added recognition
4319 of new target vec.
4320
4321 * configure: Regenerated.
4322
4323 2000-07-27 H.J. Lu <hjl@gnu.org>
4324
4325 * elflink.h (elf_merge_symbol): Take one more argument,
4326 dt_needed, to indicate if the symbol comes from a DT_NEEDED
4327 entry. Don't overide the existing weak definition if dt_needed
4328 is true.
4329 (elf_link_add_object_symbols): Pass dt_needed to
4330 elf_merge_symbol ().
4331
4332 2000-07-27 Nick Clifton <nickc@cygnus.com>
4333
4334 * elflink.h (elf_link_size_reloc_section): Zeroes the section's
4335 allocated contents.
4336
4337 2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
4338
4339 * configure.host (*-*-aix*): AIX has 'long long' always.
4340
4341 * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
4342 (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
4343 (xcoff_write_archive_contents_big): Don't update the offset
4344 of the symbol table, xcoff_write_armap will do it.
4345
4346 2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
4347
4348 * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
4349 of dynobj for SGI_COMPAT checks.
4350
4351 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4352
4353 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
4354 * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
4355 * bfd-in2.h: Regenerate.
4356
4357 2000-07-21 Nick Clifton <nickc@cygnus.com>
4358
4359 * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
4360 range symbol indices in relocs and issue an error message.
4361
4362 2000-07-20 H.J. Lu <hjl@gnu.org>
4363
4364 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
4365 info->new_dtags when setting DT_FLAGS_1. It will only be set
4366 by the new linker options. It shouldn't break anything.
4367
4368 2000-07-20 H.J. Lu <hjl@gnu.org>
4369
4370 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
4371 only if info->new_dtags is true.
4372
4373 2000-07-20 H.J. Lu <hjl@gnu.org>
4374
4375 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
4376 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
4377
4378 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4379
4380 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
4381 (ALL_MACHINES_CFILES): Add cpu-cris.c.
4382 (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
4383 (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
4384 (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
4385 * Makefile.in: Rebuild.
4386 * aclocal.m4: Rebuild.
4387 * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
4388 * archures.c (enum bfd_architecture): Add bfd_arch_cris.
4389 (bfd_cris_arch): Declare.
4390 (bfd_archures_list): Add bfd_cris_arch.
4391 * bfd-in2.h: Rebuild.
4392 * config.bfd: (cris-*-*): New target.
4393 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
4394 * configure: Rebuild.
4395 * elf.c (prep_headers): Add bfd_arch_cris.
4396 * libbfd.h: Rebuild.
4397 * libaout.h (enum machine_type): Add M_CRIS.
4398 * reloc.c: Add CRIS relocations.
4399 * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
4400 (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
4401 * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
4402 * po/POTFILES.in, po/bfd.pot: Regenerate.
4403
4404 2000-07-19 H.J. Lu <hjl@gnu.org>
4405
4406 * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
4407 DF_TEXTREL if DT_TEXTREL is set.
4408 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
4409 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
4410 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
4411 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
4412 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
4413 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
4414 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
4415 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
4416 * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
4417 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
4418
4419 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
4420 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
4421 DT_RPATH is set.
4422 Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
4423
4424 2000-07-19 H.J. Lu <hjl@gnu.org>
4425
4426 * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
4427 * bfd-in2.h: Rebuild.
4428
4429 * elf-bfd.h (elf_obj_tdata): Add dt_soname.
4430 (elf_dt_soname): New.
4431
4432 * elf.c (bfd_elf_set_dt_needed_soname): New.
4433
4434 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
4435 entry if the shared object loaded by DT_NEEDED is used to
4436 resolve the reference in a regular object.
4437
4438 2000-07-19 H.J. Lu <hjl@gnu.org>
4439
4440 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
4441 DT_DEPAUDIT and DT_AUDIT as strings.
4442
4443 2000-07-19 Nick Clifton <nickc@cygnus.com>
4444
4445 * format.c: Fix formatting.
4446
4447 2000-07-19 H.J. Lu <hjl@gnu.org>
4448
4449 * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
4450
4451 2000-07-19 H.J. Lu <hjl@gnu.org>
4452
4453 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
4454 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
4455 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
4456 DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
4457 DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
4458 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
4459 DT_FLAGS_1, DT_USED and DT_CHECKSUM.
4460
4461 2000-07-18 Andrew Cagney <cagney@b1.cygnus.com>
4462
4463 * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
4464 renamed functions from here...
4465 (assign_section_numbers): Use renamed functions.
4466 (prep_headers): Use renamed functions.
4467
4468 * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
4469 * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
4470 * bfd-in2.h: Regenerate.
4471
4472 2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
4473
4474 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
4475 parenthesis in if statement.
4476
4477 2000-07-17 Koundinya K <kk@ddeorg.soft.net>
4478
4479 Enable the support for Traditional MIPS.
4480 * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
4481 return ict_none appropriately for traditional mips targets.
4482 (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
4483 (STUB_MOVE): Conditionalize for traditonal mips.
4484 (STUB_LI16): Likewise.
4485 (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
4486 room for RTPROC header.
4487 (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
4488 the permission for the PT_DYNAMIC as read, write and execute.
4489 (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
4490 for traditonal mips.
4491 (_bfd_mips_elf_create_dynamic_sections): Add the symbol
4492 _DYNAMIC_LINKING for traditonal mips.
4493 (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
4494 in case of traditonal mips.
4495 (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
4496 entry is required. For a function if PLT is not required then set the
4497 corresponding hash table entry to 0.
4498 (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
4499 traditonal mips.
4500 (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
4501 shared object set the value to 0.
4502 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
4503 _DYNAMIC_LINKING for traditonal mips.
4504 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
4505 for traditonal mips.
4506
4507 2000-07-15 H.J. Lu <hjl@gnu.org>
4508
4509 * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
4510
4511 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
4512
4513 * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
4514 out a structure that is BFD_IN_MEMORY.
4515
4516 2000-07-11 Alan Modra <alan@linuxcare.com.au>
4517
4518 * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
4519 bfd pointer. Print section id instead of bfd pointer for local
4520 syms. Prefix addend with `+' for global syms as well as local.
4521 Correct calculation of name component lengths.
4522 (elf64_hppa_check_relocs): Update call to get_dyn_name.
4523
4524 From David Huggins-Daines <dhd@linuxcare.com>
4525 * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
4526 * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
4527 (elf64_hppa_modify_segment_map): Likewise.
4528
4529 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
4530
4531 * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
4532 addresses to be "naturally" sign extended. Return -1 if unknown.
4533 * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
4534 * bfd-in2.h: Regenerate.
4535
4536 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
4537
4538 * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
4539 and ECOF_SIGNED_64 to list ways to extract an offset.
4540 (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
4541 ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
4542 Update.
4543 * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
4544 * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
4545
4546 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
4547
4548 * elfcode.h (elf_object_p): Use bfd_set_start_address and not
4549 bfd_get_start_address.
4550 (elf_swap_ehdr_in): Sign extend e_entry when applicable.
4551 (elf_swap_ehdr_out): Ditto.
4552
4553 2000-07-10 Alexander Aganichev <AAganichev@hypercom.com>
4554
4555 * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
4556 compatibility with older binutils.
4557
4558 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4559
4560 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
4561 (STD_SECTION): Avoid negative ids, instead use 0 to 3.
4562
4563 From Ryan Bradetich <rbradetich@uswest.net>
4564 * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
4565 (parse_line_table): Ditto.
4566 (_bfd_dwarf1_find_nearest_line): Ditto.
4567 * syms.c (cmpindexentry): Remove extra `*' from params.
4568
4569 2000-07-09 Koundinya K <kk@ddeorg.soft.net>
4570
4571 * elf32-mips.c (sort_dynamic_relocs): New Function.
4572 (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
4573 via qsort to sort the dynamic relocations in increasing r_symndx
4574 value.
4575
4576 2000-07-09 Alan Modra <alan@linuxcare.com.au>
4577
4578 * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
4579 ATTRIBUTE_UNUSED to unused args.
4580 (get_opd): Likewise.
4581 (get_plt): Likewise.
4582 (get_dlt): Likewise.
4583 (get_stub): Likewise.
4584 (elf64_hppa_adjust_dynamic_symbol): Likewise.
4585 (elf64_hppa_link_output_symbol_hook): Likewise.
4586 (elf64_hppa_check_relocs): Delete unused var.
4587 (elf64_hppa_size_dynamic_sections): Likewise.
4588 (elf64_hppa_finalize_opd): Likewise.
4589 (elf64_hppa_finalize_dynreloc): Likewise.
4590 (elf64_hppa_modify_segment_map): Likewise.
4591 (elf64_hppa_finish_dynamic_sections): Likewise.
4592
4593 * elf-hppa.h (elf_hppa_final_write_processing): Add
4594 ATTRIBUTE_UNUSED to unused args.
4595 (elf_hppa_final_link_relocate): Likewise.
4596 (elf_hppa_record_segment_addrs): Add paretheses.
4597 (elf_hppa_relocate_section): Constify dyn_name.
4598
4599 From David Huggins-Daines <dhd@linuxcare.com>
4600 * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
4601 rearrange case statement so that it gets preferred to 32-bit ones.
4602
4603 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
4604 asection->id instead of address of asection structure.
4605 (elf32_hppa_size_stubs): Likewise.
4606
4607 * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
4608 for .init* and .fini*.
4609
4610 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
4611 and addends used in stub names to 32 bits.
4612 (elf32_hppa_size_stubs): Likewise.
4613
4614 * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
4615 twice for R_PARISC_GPREL64. Use bfd_put_32 for R_PARISC_PCREL32,
4616 not bfd_put_64. Fix minor comment typo and formatting.
4617
4618 Changes to create multiple linker stubs, positioned immediately
4619 before the section where they are required.
4620 * elf32-hppa.c: Don't include hppa_stubs.h.
4621 (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
4622 (elf32_hppa_stub_hash_table): Delete.
4623 (elf32_hppa_link_hash_entry): Delete.
4624 (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
4625 stub_hash_table, and store the struct here rather than a pointer.
4626 Delete output_symbol_count. Add offset array. Change
4627 global_value to a bfd_vma.
4628 (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
4629 (elf32_hppa_stub_hash_traverse): Delete.
4630 (elf32_hppa_name_of_stub): Delete.
4631 (elf32_hppa_link_hash_lookup): Delete.
4632 (elf32_hppa_link_hash_traverse): Delete.
4633 (elf32_hppa_stub_hash_table_init): Delete.
4634 (elf32_hppa_size_of_stub): Pass input section and offset rather
4635 than location and calculate location here. Don't pass name as all
4636 stubs are now the same size.
4637 (elf32_hppa_stub_hash_newfunc): Init new fields.
4638 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
4639 too.
4640 (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
4641 comparing against ints. Rewrite stub handling code.
4642 (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
4643 Case enums to int before comparing against ints. Remove
4644 bfd_reloc_dangerous case.
4645 (elf32_hppa_build_one_stub): Rewrite.
4646 (elf32_hppa_size_one_stub): New function.
4647 (elf32_hppa_build_stubs): Rewrite.
4648 (elf32_hppa_size_stubs): Pass in linker call-back functions.
4649 Rewrite stub-handling specific code.
4650
4651 * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
4652
4653 * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
4654
4655 * hppa_stubs.h: Delete.
4656 * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
4657 (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
4658 * Makefile.in: Regenerate.
4659
4660 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
4661 e_nlrsel.
4662
4663 * libhppa.h (hppa_field_adjust): Correct e_nsel case.
4664
4665 * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
4666 and section name for bfd_reloc_notsupported error message.
4667 (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
4668 bfd_reloc_notsupported.
4669 (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
4670
4671 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
4672 undefined weak symbols for all relocs.
4673 (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
4674 offsets are relative to one past the delay slot.
4675 (elf32_hppa_size_stubs): Account for reloc addend when calculating
4676 branch destination. Put addend into stub name too.
4677 (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
4678 adjust by 8 when deciding whether a linker stub is needed. Put
4679 addend into stub name as for above.
4680
4681 * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
4682 various args and vars.
4683 (elf32_hppa_bfd_final_link_relocate): Here too.
4684 (elf32_hppa_size_stubs): Rename index -> indx. Use e_indx for
4685 inner block var to avoid shadowing.
4686
4687 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Make `field' arg
4688 unsigned.
4689 * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
4690 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
4691 (elf_hppa_fake_sections): Rename local var to avoid shadowing.
4692
4693 * libhppa.h: Change practically all unsigned ints to plain ints.
4694 Remove tests on gcc version. Instead use ATTRIBUTE_UNUSED for
4695 prototypes.
4696
4697 From Ryan Bradetich <rbradetich@uswest.net>
4698 * libhppa.h (hppa_opcode_type): New enum to replace #define's.
4699 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
4700 suit above.
4701 From David Huggins-Daines <dhd@linuxcare.com>
4702 * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
4703 to the new OP_* ones.
4704
4705 * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
4706 error exit. Bail out earlier on plabel relocs that we aren't
4707 interested in. Don't tell elf32_hppa_stub_hash_lookup to copy
4708 string, and then don't free our copy.
4709 (elf32_hppa_build_one_stub): Make insn unsigned int.
4710
4711 * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
4712 available with BL, not BE and BLE.
4713
4714 * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
4715 code for elf arg relocs.
4716 (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
4717 argument with elf_link_hash_entry h. Handle undefined weak
4718 symbols. Move $global$ lookup from here...
4719 (elf32_hppa_relocate_section): ...to here. Return correct error
4720 message for non-handled relocs.
4721 (elf32_hppa_size_of_stub): Correctly test branch range. Previous
4722 wrong test was -0x3ffff to +0x40000.
4723
4724 * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
4725 R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
4726 Handle them as such.
4727 (elf_hppa_relocate_insn): Fix a typo.
4728
4729 * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
4730 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
4731 assemble_17, assemble_21): Delete.
4732 Supply defines for all 64 possible opcodes.
4733 (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
4734 formats. Handle COMICLR.
4735 (hppa_rebuild_insn): Delete bfd argument. Handle formats 10, -11,
4736 -10, -16, 16, 22.
4737
4738 * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
4739 (elf32_hppa_bfd_final_link_relocate): Major rewrite.
4740 (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
4741 to suit.
4742 (elf32_hppa_size_stubs): Don't free stub_name twice. Read in all
4743 the local syms - did this code get deleted accidentally? Ignore
4744 undefined and undefweak syms.
4745
4746 * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
4747 block. Use it instead of elf64_hppa_hash_table (info).
4748 (elf_hppa_final_link_relocate): Use hppa_info instead of
4749 elf64_hppa_hash_table (info).
4750
4751 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4752 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4753 (hppa_rebuild_insn): Mask immediate bits here instead.
4754 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4755
4756 2000-07-08 Alan Modra <alan@linuxcare.com.au>
4757
4758 * section.c (struct sec): Add id field. Tidy comment formatting.
4759 (bfd_make_section_anyway): Set id.
4760 (STD_SECTION): Init id too.
4761 Change CONST to const throughout.
4762 * archures.c (bfd_arch_info): Tidy comment.
4763 (bfd_arch_list): Change a CONST to const.
4764 * libbfd-in.h: Tidy comments and replace CONST with const.
4765 * elf-bfd.h: Likewise.
4766 * libbfd.h: Regenerate.
4767 * bfd-in2.h: Regenerate.
4768 * libcoff.h: Regenerate.
4769
4770 2000-07-07 DJ Delorie <dj@redhat.com>
4771
4772 * archive.c (_bfd_write_archive_contents): Add an informative
4773 comment.
4774
4775 2000-07-06 Kazu Hirata <kazu@hxi.com>
4776
4777 * srec.c: Fix formatting.
4778
4779 2000-06-05 DJ Delorie <dj@redhat.com>
4780
4781 * MAINTAINERS: new
4782
4783 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
4784
4785 * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
4786 value of PC-relative offsets.
4787
4788 2000-07-03 Jim Wilson <wilson@cygnus.com>
4789
4790 * elf64-alpha.c (alpha_elf_size_info): New.
4791 (elf_backend_size_info): Define to alpha_elf_size_info.
4792 * elfcode.h (elf_size_info): Change hash bucket size to 4.
4793
4794 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
4795
4796 * elf32-mips.c: Include elf32-target.h again for the traditional
4797 MIPS targets.
4798
4799 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
4800
4801 * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
4802 Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
4803 (avr_info_to_howto_rela): Likewise.
4804 (elf32_avr_gc_mark_hook): Likewise.
4805 (elf32_avr_gc_sweep_hook): Likewise.
4806 (elf32_avr_relocate_section): Likewise.
4807
4808 2000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
4809
4810 * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
4811 an external symbol for a non-shared, non-relocatable link.
4812
4813 2000-07-03 Nick Clifton <nickc@redhat.com>
4814
4815 * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
4816 is an external symbol.
4817 (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
4818 external symbol.
4819
4820 2000-07-03 Kazu Hirata <kazu@hxi.com>
4821
4822 * reloc16.c: Fix formatting.
4823
4824 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4825
4826 * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
4827 to add a new target for traditional mips i.e
4828 bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
4829 * configure.in: Likewise.
4830 * configure: Rebuild.
4831 * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
4832 bfd_target_vector.
4833 (bfd_elf32_tradlittlemips_vec): Likewise.
4834 * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
4835 to see that elfNN_bed does not get redefined even if the target file
4836 is included twice for a chip. See elf32-mips.c.
4837
4838 2000-07-01 Alan Modra <alan@linuxcare.com.au>
4839
4840 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
4841 (CLEANFILES): Add DEPA.
4842 * Makefile.in: Regenerate.
4843
4844 2000-06-30 DJ Delorie <dj@cygnus.com>
4845
4846 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
4847 can't assume the PE header is at 0x80.
4848
4849 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
4850
4851 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
4852
4853 2000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
4854
4855 * go32stub.h: Update stub.
4856
4857 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4858
4859 * archures.c (bfd_mach_avr5): Define.
4860 * bfd-in2.h (bfd_mach_avr5): Define.
4861 * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
4862 bfd_mach_avr5, add bfd_mach_avr4. Update comments.
4863 (compatible): Update comment. Add missing test.
4864 * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
4865 for avr2 and avr4. Simplify 8K wrap code.
4866 (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
4867 (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
4868
4869 2000-06-26 Kazu Hirata <kazu@hxi.com>
4870
4871 * coff-h8300.c: Fix formatting.
4872 * cpu-h8300.c: Likewise.
4873
4874 2000-06-24 Alexandre Oliva <aoliva@redhat.com>
4875
4876 * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
4877 for local symbols whose names are unknown.
4878
4879 2000-06-22 Alan Modra <alan@linuxcare.com.au>
4880
4881 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4882 find one.
4883 * Makefile.in: Regenerate.
4884 * doc/Makefile.in: Regenerate.
4885
4886 2000-06-20 H.J. Lu <hjl@gnu.org>
4887
4888 * Makefile.am: Rebuild dependency.
4889 * Makefile.in: Rebuild.
4890
4891 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4892
4893 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
4894 (elf_backend_copy_indirect_symbol): Map to the new function.
4895
4896 2000-06-20 Alan Modra <alan@linuxcare.com.au>
4897
4898 * archive.c (normalize): Correct pointer comparison when checking
4899 for backslashes.
4900 (bfd_bsd_truncate_arname): Likewise.
4901 (bfd_gnu_truncate_arname): Likewise.
4902
4903 2000-06-20 Ulf Carlsson <ulfc@engr.sgi.com>
4904
4905 * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
4906 sections elf_{text,data}_{section,symbol}.
4907 * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
4908 (_bfd_mips_elf_hide_symbol): New function.
4909 (elf_backend_hide_symbol): Map to the new function.
4910 (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
4911 definitions of mips_elf_{text,data}_{section,symbol}.
4912 (mips_elf_local_relocation_p): Try to find the direct symbol
4913 based on new check_forced argument.
4914 (mips_elf_calculate_relocation): Use new version of
4915 mips_elf_local_relocation_p.
4916 (mips_elf_relocate_section): Likewise.
4917 (_bfd_mips_elf_relocate_section): Likewise.
4918 (mips_elf_sort_hash_table): Only assert that have enough GOT
4919 space.
4920 (mips_elf_got16_entry): Match all 32 bits to the existing GOT
4921 entry if the relocation based on the new external argument.
4922 (mips_elf_create_dynamic_relocation): Assert that we have a
4923 section contents allocated where we can swap out the dynamic
4924 relocations.
4925 (mips_elf_calculate_relocation): Find the real hash-table entry
4926 correctly by using h->root.root.type. Only create a dynamic
4927 relocation entry if the symbol is defined in a shared library.
4928 Create an external GOT entry for the GOT16 relocation if the
4929 symbol was forced local.
4930 (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
4931 dynamic index if the symbol was forced local.
4932
4933 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4934
4935 * elf32-mips.c: Fix typos in comments.
4936
4937 2000-06-19 Mark Kettenis <kettenis@gnu.org>
4938
4939 * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
4940 CORE_VERSION_1.
4941
4942 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4943
4944 * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
4945 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
4946 BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
4947 * configure.in (bfd_elf32_m68hc12_vec): Recognize.
4948 (bfd_elf32_m68hc11_vec): Likewise.
4949 * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
4950 Supports 68hc11 & 68hc12 at the same time.
4951 * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
4952 bfd_target_vector.
4953 (bfd_elf32_m68hc11_vec): Likewise.
4954 * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
4955 * archures.c (bfd_m68hc12_arch): Define and register in global list
4956 (bfd_m68hc11_arch): Likewise.
4957 * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
4958 BFD_RELOC_M68HC11_3B): Define.
4959 * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
4960 * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
4961
4962 2000-06-18 Ulf Carlsson <ulfc@engr.sgi.com>
4963
4964 * elf_bfd.h (struct elf_backend_data): Add info argument to
4965 elf_backend_hide_symbol.
4966 (_bfd_elf_link_hash_hide_symbol): Likewise.
4967 * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
4968 * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
4969 * elflink.h (elf_link_add_object_symbols): Likewise.
4970 (elf_link_assign_sym_version): Likewise.
4971
4972 2000-06-18 H.J. Lu <hjl@gnu.org>
4973
4974 * coff-i386.c (coff_i386_reloc): Don't return in case of
4975 output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
4976 Compensate PE relocations when linking with non-PE object
4977 files to generate a non-PE executable.
4978
4979 2000-06-17 Ulf Carlsson <ulfc@engr.sgi.com>
4980
4981 * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
4982 GOT entries if we're doing a static link or -Bsymbolic link.
4983
4984 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
4985
4986 * elflink.h (elf_link_adjust_relocs): Check for and call backend
4987 specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
4988 available.
4989 (elf_link_output_relocs): Likewise.
4990 (elf_reloc_link_order): Likewise.
4991
4992 2000-06-16 Nicholas Duffek <nsd@redhat.com>
4993
4994 * archures.c (enum bfd_architecture): #define constants for
4995 PowerPc and RS6000 machine numbers.
4996 * bfd-in2.h: Regenerate.
4997 * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
4998 to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc
4999 and RS6000 machine numbers using #defined constants from
5000 archures.c.
5001 * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
5002 machine numbers using #defined constants from archures.c. Add
5003 entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify
5004 64-bit words in 620 entry.
5005 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
5006 RSC, and RS2.
5007 (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
5008
5009 2000-06-16 Nicholas Duffek <nsd@cygnus.com>
5010
5011 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
5012 * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
5013 * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
5014
5015 2000-06-16 Nicholas Duffek <nsd@redhat.com>
5016
5017 * bfd-in.h (bfd_family_coff): Define.
5018 * bfd-in2.h: Regenerate.
5019 * coffgen.c (coff_count_linenumbers, coff_symbol_from,
5020 coff_find_nearest_line): Check COFFness using bfd_family_coff()
5021 instead of bfd_target_coff_flavour.
5022 * cofflink.c (_bfd_coff_final_link): Likewise.
5023 * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
5024 exclude XCOFF files.
5025 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
5026 Likewise.
5027 * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
5028 * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
5029 * xcofflink.c (XCOFF_XVECP): Delete.
5030 (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
5031 bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
5032 bfd_xcoff_record_link_assignment,
5033 bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
5034 check for bfd_target_xcoff_flavour.
5035
5036 2000-06-16 Nicholas Duffek <nsd@redhat.com>
5037
5038 * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
5039 files on AIX 4.3.
5040 (read_hdr): New function.
5041 (rs6000coff_core_p): Store mstsave or __context64 struct instead
5042 of trying to extract individual registers. Set abfd->arch_info
5043 to match the architecture that created the core file.
5044 (rs6000coff_get_section_contents): Delete.
5045 * xcoff-target.h (rs6000coff_get_section_contents): Delete.
5046
5047 2000-06-14 H.J. Lu <hjl@gnu.org>
5048
5049 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
5050 is NULL.
5051
5052 2000-06-13 H.J. Lu <hjl@gnu.org>
5053
5054 * configure: Regenerate.
5055
5056 2000-06-13 J"orn Rennecke <amylaar@cygnus.co.uk>
5057
5058 * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
5059 armpei_little_vec.
5060
5061 2000-06-08 David O'Brien <obrien@FreeBSD.org>
5062
5063 * configure.in (VERSION): Update to show this is the CVS mainline.
5064
5065 2000-06-07 Alan Modra <alan@linuxcare.com.au>
5066
5067 * elf32-d10v.c: Include elf/d10v.h
5068 (enum reloc_type): Delete.
5069 * elf32-d30v.c: Include elf/d30v.h
5070 (enum reloc_type): Delete.
5071
5072 * Makefile.am: Run "make dep-am" to regenerate dependencies.
5073 * Makefile.in: Regenerate.
5074
5075 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
5076 (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
5077 move HOWTOs into elf_howto_table.
5078 (R_386_standard, R_386_ext_offset): Define.
5079 (R_386_ext, R_386_vt_offset, R_386_vt): Define.
5080 (elf_i386_reloc_type_lookup): Modify calculation of index into
5081 elf_howto_table since we've removed the padding.
5082 (elf_i386_info_to_howto_rel): Likewise.
5083 (elf_i386_relocate_section): Likewise.
5084
5085 2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
5086
5087 * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
5088
5089 2000-06-05 H.J. Lu <hjl@gnu.org>
5090
5091 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
5092 an error when seeing an undefined symbol with hidden/internal
5093 attribute. It is handled in *_relocate_section ().
5094
5095 2000-06-05 H.J. Lu <hjl@gnu.org>
5096
5097 * elflink.h (elf_fix_symbol_flags): Follow the link for the
5098 indirect symbol for the ELF_LINK_NON_ELF bit.
5099 (elf_link_output_extsym): Don't output the indirect symbol even
5100 if the ELF_LINK_NON_ELF bit is set.
5101
5102 2000-06-01 J.T. Conklin <jtc@redback.com>
5103
5104 * config.bfd (i[3456]86-*-netbsdelf*): New target.
5105 (i[3456]86-*-netbsdaout*): New target.
5106 (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
5107 (i[3456]86-*-openbsd*): Likewise.
5108
5109 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
5110
5111 * trad-core.c: From hpux-core.c, include <dirent.h> or
5112 <sys/ndir.h> when possible.
5113
5114 2000-05-31 Ulrich Drepper <drepper@redhat.com>
5115
5116 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
5117 definitions. We must not assume they are sorted in the file
5118 according to their index numbers.
5119
5120 2000-05-31 Alan Modra <alan@linuxcare.com.au>
5121
5122 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
5123 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
5124 R_PARISC_DIR17F are for absolute branches; Handle them as such.
5125
5126 2000-05-30 Nick Clifton <nickc@cygnus.com>
5127
5128 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
5129 80960CA, 80960MC as valid machine names.
5130
5131 2000-05-30 H.J. Lu <hjl@gnu.org>
5132
5133 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
5134 visibility bits if the symbol is undefined. Correctly handle
5135 weak undefined symbols with hidden and internal attributes.
5136
5137 * elflink.h (elf_link_add_object_symbols): Always turn the
5138 symbol into local if it has the hidden or internal attribute.
5139
5140 2000-05-29 Philip Blundell <philb@gnu.org>
5141
5142 * ppcboot.c: Add packed attribute if compiling with GCC.
5143
5144 2000-05-29 Anatoly Vorobey <mellon@pobox.com>
5145
5146 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
5147
5148 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
5149
5150 * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
5151 elfcore_grok_psinfo): Add code to allow debugging a 32-bit
5152 corefile on a 64-bit (Sparc Solaris) host. Also clean up
5153 a few old comments.
5154
5155 2000-05-26 Alan Modra <alan@linuxcare.com.au>
5156
5157 * Makefile.am: Update dependencies with "make dep-am"
5158 * Makefile.in: Regenerate.
5159
5160 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
5161 bindtextdomain): Replace defines with those from intl/libgettext.h
5162 to quieten gcc warnings.
5163
5164 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
5165
5166 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
5167
5168 * archive.c (normalize, bfd_bsd_truncate_arname,
5169 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
5170 file names with backslashes.
5171
5172 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
5173 before opening it.
5174
5175 * sysdep.h: Include filenames.h.
5176
5177 2000-05-26 Alan Modra <alan@linuxcare.com.au>
5178
5179 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
5180
5181 2000-05-26 Jakub Jelinek <jakub@redhat.com>
5182
5183 * elf64-sparc.c (sparc64_elf_relax_section): New.
5184 (sparc64_elf_relocate_section): Optimize tail call into branch always
5185 if possible.
5186 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5187 (elf32_sparc_relax_section): New.
5188
5189 2000-05-26 Jakub Jelinek <jakub@redhat.com>
5190
5191 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
5192 Remove unusued variables.
5193 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
5194 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
5195 previous fix, so that shared libs really don't influence targets
5196 extension mask and memory model.
5197
5198 2000-05-23 H.J. Lu <hjl@gnu.org>
5199
5200 * elf64-alpha.c (elf64_alpha_relocate_section): Check
5201 h->root.other not h->other.
5202 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5203
5204 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
5205
5206 2000-05-23 H.J. Lu <hjl@gnu.org>
5207
5208 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
5209 undefined symbol with the non-default visibility attributes.
5210 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
5211 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
5212 * elf32-i370.c (i370_elf_relocate_section): Likewise.
5213 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5214 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
5215 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5216 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5217 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5218 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
5219 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
5220 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5221
5222 2000-05-22 Richard Henderson <rth@cygnus.com>
5223
5224 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
5225 PCREL22, PCREL64I. Zero size of special relocs.
5226 (elf64_ia64_reloc_type_lookup): Likewise.
5227 (USE_BRL, oor_brl, oor_ip): New.
5228 (elf64_ia64_relax_section): New.
5229 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
5230 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
5231 (elf64_ia64_relocate_section): Likewise.
5232 (bfd_elf64_bfd_relax_section): New.
5233 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
5234 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
5235 * bfd-in2.h, libbfd.h: Regenerate.
5236
5237 2000-05-22 Nick Clifton <nickc@cygnus.com>
5238
5239 * configure.in : Add peigen.lo to MIPS PE targets.
5240 * configure: Regenerate.
5241
5242 2000-05-22 Momchil Velikov <velco@fadata.bg>
5243
5244 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
5245 only if it is known for both input and output bfds. Separate
5246 error message strings as in some languages, it may be necessary
5247 to change more than one place in the string to change between
5248 'big' and 'little'.
5249
5250 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
5251 endianess checks, call _bfd_generic_verify_endian_match() instead.
5252
5253 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
5254
5255 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
5256
5257 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
5258 endianess before checking bfd flavours.
5259
5260 2000-05-22 H.J. Lu <hjl@gnu.org>
5261
5262 * elflink.h (elf_link_output_extsym): Clear the visibility
5263 field for symbols not defined locally.
5264
5265 2000-05-18 Alan Modra <alan@linuxcare.com.au>
5266
5267 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
5268 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
5269 (hppa_rebuild_insn): Mask immediate bits here instead.
5270 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
5271
5272 2000-05-18 Momchil Velikov <velco@fadata.bg>
5273
5274 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
5275 relocs for an executable, ensure that they are virtual addresses.
5276
5277 2000-05-18 Jeffrey A Law (law@cygnus.com)
5278
5279 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
5280
5281 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
5282 Rick Gorton <gorton@scrugs.lkg.dec.com>
5283
5284 * elflink.h: Add emitrelocations support: when enabled, relocation
5285 information and relocation sections are put into final output
5286 executables. If the emitrelocations flag is set, do the following:
5287 (elf_bfd_final_link): Emit relocation sections.
5288 (elf_link_input_bfd): Compute relocation section contents.
5289 (elf_gc_sections): Don't clean relocation sections.
5290
5291 2000-05-16 Catherine Moore <clm@cygnus.com>
5292
5293 * som.c (som_decode_symclass): Recognize weak symbols.
5294
5295 2000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
5296
5297 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
5298 read idata section only from dataoff.
5299 (pe_print_edata): Correctly check for valid eat_member.
5300
5301 2000-05-16 J"orn Rennecke <amylaar@cygnus.co.uk>
5302
5303 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
5304
5305 2000-05-14 Philip Blundell <philb@gnu.org>
5306
5307 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
5308
5309 2000-05-12 Alan Modra <alan@linuxcare.com.au>
5310
5311 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
5312
5313 * peigen.c (pe_print_idata): Look for .idata section and print
5314 info even if data directory has zero entries. Read idata section
5315 starting from dataoff, and adjust all data offsets to suit. Cast
5316 all bfd_vma vars to unsigned long before passing to fprintf.
5317 * peigen.c (pe_print_edata): Similarly, look for .edata section
5318 and print info even if data directory has zero entries. Cast
5319 all bfd_vma vars to unsigned long before passing to fprintf.
5320
5321 From Szabolcs Szakacsits <szaka@F-Secure.com>
5322 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
5323 directory size which may be bogus.
5324 * peigen.c (pe_print_edata): Similarly.
5325
5326 2000-05-09 Alan Modra <alan@linuxcare.com.au>
5327
5328 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
5329 section is empty.
5330 (copy_private_bfd_data): Allow for space possibly taken up by elf
5331 headers when calculating segment physical address from lma.
5332
5333 2000-05-08 Alan Modra <alan@linuxcare.com.au>
5334
5335 * versados.c (versados_scan): Init stringlen and pass_2_done.
5336
5337 * trad-core.c (trad_unix_core_file_p): Return
5338 bfd_error_wrong_format rather than bfd_error_file_truncated.
5339
5340 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
5341 add_data_entry. DataDirectory virtual address is relative.
5342 (pe_print_idata): Account for relative DataDirectory virtual
5343 addresses. Don't trash datasize inside POWERPC_LE_PE code.
5344 (pe_print_edata): Similarly.
5345
5346 From Szabolcs Szakacsits <szaka@F-Secure.com>
5347 * peigen.c (dir_names): Add Delay Import Directory.
5348 (pe_print_idata): Always search for bfd section containing
5349 idata address rather than looking up section name. Print this
5350 section name rather than .idata.
5351 (pe_print_edata): Similarly. Also print some fields as %08lx.
5352 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
5353 Win32Version.
5354
5355 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
5356
5357 * xcoff.h: Rename to xcoff-target.h
5358 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
5359 * coff-rs6000.c: Ditto.
5360 * coff64-rs6000.c: Ditto.
5361 * coff-pmac.c: Ditto.
5362 * Makefile.in: Regenerate.
5363
5364 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
5365
5366 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
5367 Change U802TOC64MAGIC to U803XTOCMAGIC.
5368
5369 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
5370
5371 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
5372 * bfd-in.h: Prototype bfd_elf_get_arch_size.
5373 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
5374
5375 2000-05-04 Alan Modra <alan@linuxcare.com.au>
5376
5377 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
5378
5379 2000-05-03 Martin v. L\81öwis <loewis@informatik.hu-berlin.de>
5380
5381 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
5382 hidden and internal symbols.
5383 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
5384 visibility.
5385 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
5386 assign a PLT or GOT entry to symbols with hidden and
5387 internal visibility.
5388
5389 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
5390
5391 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
5392 the .bss section.
5393 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
5394
5395 2000-05-02 H.J. Lu <hjl@gnu.org>
5396
5397 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
5398 ELFOSABI_SYSV.
5399
5400 2000-05-02 Alan Modra <alan@linuxcare.com.au>
5401
5402 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
5403 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
5404 dependencies.
5405 * Makefile.in: Regenerate.
5406
5407 2000-05-01 Jim Wilson <wilson@cygnus.com>
5408
5409 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
5410 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
5411 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
5412 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
5413 * Makefile.in: Rebuild.
5414
5415 2000-05-02 Alan Modra <alan@linuxcare.com.au>
5416
5417 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
5418 doesn't work very well.
5419
5420 * elf-hppa.h (elf_hppa_internal_shdr): Define.
5421 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
5422 Set hdr->s_type to 1 if ARCH_SIZE == 32.
5423 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
5424 (elf_hppa_info_to_howto): Likewise.
5425 (elf_hppa_info_to_howto_rel): Likewise.
5426 (elf_hppa_reloc_type_lookup): Likewise.
5427 (elf_hppa_is_local_label_name): Likewise.
5428 (elf_hppa_fake_sections): Likewise.
5429 (elf_hppa_final_write_processing): Likewise.
5430 (elf_hppa_howto_table): Fully initialise all entries.
5431 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
5432 (elf_hppa_info_to_howto): Likewise.
5433 (elf_hppa_info_to_howto_rel): Likewise.
5434 (elf_hppa_reloc_type_lookup): Likewise.
5435 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
5436 elf_hppa_unmark_useless_dynamic_symbols,
5437 elf_hppa_remark_useless_dynamic_symbols,
5438 elf_hppa_record_segment_addrs, elf_hppa_final_link,
5439 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
5440 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
5441 elf32-hppa.c mess is cleaned up.
5442 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
5443 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
5444 r_field then call hppa_field_adjust inline func with variable
5445 r_field arg, instead call hppa_field_adjust with fixed arg.
5446 In case R_PARISC_PCREL22F, don't set r_field.
5447 (elf_hppa_relocate_insn): Change args and return type to unsigned
5448 int. Call re_assemble_* funcs to do the work.
5449
5450 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
5451 sign extending.
5452
5453 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
5454 extending.
5455 (sign_extend): Mask first before sign extending.
5456 (low_sign_extend): Rewrite without condition expression.
5457 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
5458 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
5459 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
5460 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
5461 result as function return value rather than through pointer arg.
5462 Accept unsigned int args, and return unsigned int.
5463 (re_assemble_3): New. Combines function of dis_assemble_3 with
5464 re-assembly of opcode and immediate.
5465 (re_assemble_12): Likewise.
5466 (re_assemble_16): Likewise.
5467 (re_assemble_17): Likewise.
5468 (re_assemble_21): Likewise.
5469 (re_assemble_22): Likewise.
5470 (hppa_field_adjust): Rewrite and document, paying attention to
5471 size of types and signed/unsigned issues.
5472 (get_opcode): Shift before masking.
5473 (FDLW): Rename to FLDW.
5474 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
5475 (hppa_rebuild_insn): Change args and return value to unsigned
5476 int. Make use of re_assemble_*. Correct case 11.
5477
5478 * dep-in.sed: Handle ../opcodes/.
5479 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
5480 elf64-hppa.h, hppa_stubs.h, xcoff.h.
5481 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
5482 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
5483 elfarm-nabi.lo dependencies outside of auto-dependency area.
5484 Regenerate dependencies.
5485 * Makefile.in: Regenerate.
5486
5487 * configure.in (TRAD_HEADER): Test non-null before
5488 AC_DEFINE_UNQUOTED.
5489 * configure: Regenerate.
5490
5491 * reloc.c: Fix mis-spelling in comment.
5492
5493 2000-05-01 Alan Modra <alan@linuxcare.com.au>
5494
5495 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
5496 * vms.c (vms_openr_next_archived_file): Return NULL.
5497
5498 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
5499
5500 * coffcode.h Copy changes mistakenly done to libcoff.h in
5501 4/24/2000 patch.
5502
5503 2000-04-29 Andreas Jaeger <aj@suse.de>
5504
5505 * libbfd-in.h: Correctly check GCC version.
5506 * bfd-in.h: Likewise.
5507 * libhppa.h: Likewise.
5508 * libbfd.h: Regenerate.
5509 * bfd-in2.h: Regenerate.
5510
5511 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
5512
5513 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
5514 coffdu-rs6000.{lo,c}.
5515 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
5516 on xcoff.h
5517 * Makefile.in: Regenerate.
5518 * xcoff.h: New file.
5519 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
5520 * coff-rs6000.c: Move all declarations and defines that are
5521 common to the xcoff backends into xcoff.h
5522 * coff64-rs6000.c: Ditto,
5523
5524 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
5525
5526 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
5527 _bfd_coff_force_symnames in strings and
5528 _bfd_coff_debug_string_prefix_length to their default values.
5529 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
5530
5531 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
5532
5533 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
5534 _bfd_coff_force_symnames in strings and
5535 _bfd_coff_debug_string_prefix_length to their default values.
5536
5537 2000-04-27 Alan Modra <alan@linuxcare.com.au>
5538
5539 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
5540 Check local_got_refcounts before dereferencing.
5541
5542 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
5543 before deciding we don't need R_PPC_PLT32 relocation.
5544 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
5545 dereferencing.
5546
5547 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
5548
5549 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
5550 .plt entries.
5551 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
5552 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
5553 (elf_i386_relocate_section): Allow for .plt to go missing.
5554 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
5555 can use a relative reloc for got as elf_i386_relocate_section.
5556 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
5557
5558 2000-04-26 Clinton Popetz <cpopetz@cygnus.com>
5559
5560 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
5561
5562 2000-04-24 Clinton Popetz <cpopetz@cygnus.com>
5563
5564 * Makefile.am (coff64-rs6000.lo): New rule.
5565 * Makefile.in: Regenerate.
5566 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
5567 xcoff_is_local_label_name, xcoff_rtype2howto,
5568 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
5569 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
5570 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
5571 (NO_COFF_SYMBOLS): Define.
5572 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
5573 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
5574 internally.
5575 (MINUS_ONE): New macro.
5576 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
5577 relocation.
5578 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
5579 coff_SWAP_aux_out): Map to the new functions.
5580 * coff64-rs6000.c: New file.
5581 * libcoff.h (bfd_coff_backend_data): Add new fields
5582 _bfd_coff_force_symnames_in_strings and
5583 _bfd_coff_debug_string_prefix_length.
5584 (bfd_coff_force_symnames_in_strings,
5585 bfd_coff_debug_string_prefix_length): New macros for above fields.
5586 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
5587 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
5588 of using coff_swap_sym_in directly.
5589 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
5590 (coff_set_flags) Set magic for XCOFF64.
5591 (coff_compute_section_file_positions): Add symbol name length to
5592 string section length if bfd_coff_debug_string_prefix_length is
5593 true.
5594 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
5595 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
5596 using coff_swap_lineno_in directly.
5597 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
5598 and _bfd_coff_debug_string_prefix_length fields.
5599 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
5600 symbol names into strings table when
5601 bfd_coff_force_symnames_in_strings is true.
5602 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
5603 SET_RELOC_VADDR): New macros.
5604 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
5605 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
5606 code.
5607 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
5608 changes within RS6000COFF_C specific code.
5609 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
5610 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
5611 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
5612 Extend existing hack on target name.
5613 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
5614 target name.
5615 * coff-tic54x.c (ticof): Keep up to date with new fields
5616 in bfd_coff_backend_data.
5617 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
5618 targ_selvecs to include rs6000coff64_vec for rs6000.
5619 * configure.in: Add rs6000coff64_vec case.
5620 * cpu-powerpc.c: New bfd_arch_info_type.
5621
5622 2000-04-24 Jeffrey A Law (law@cygnus.com)
5623
5624 * config.bfd: Only disable elf32-hppa vectors, not all of the
5625 BSD and OSF configuration support. Provide (disabled) clauses
5626 for PA64 support.
5627 * configure.in: Add clause for PA64 support.
5628 * configure: Rebuilt.
5629
5630 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
5631 (bfd_elf64_hppa_vec): Declare.
5632
5633 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
5634 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
5635 (elf64-hppa.lo): Add dependencies.
5636 * Makefile.in: Rebuilt.
5637
5638 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
5639
5640 2000-04-24 Jason Eckhardt <jle@cygnus.com>
5641
5642 * libhppa.h (dis_assemble_16): New function.
5643 (pa_arch): Added pa20w element.
5644
5645 2000-04-24 Ulrich Drepper <drepper@cygnus.com>
5646
5647 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
5648 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
5649 bfd_elf64_slurp_reloc_table.
5650
5651 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
5652 definitions to get external names.
5653 (elf_write_relocs): Renamed from write_relocs and make global.
5654 (elf_slurp_reloc_table): Make global.
5655 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
5656
5657 * archive.c (hpux_uid_gid_encode): New function.
5658 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
5659 defined and the ID is greater than 99999.
5660 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
5661 special uid/gid fields into 32 bit values.
5662
5663 2000-04-21 Matthew Green <mrg@cygnus.com>
5664
5665 * config.bfd: Add NetBSD/sparc64 support.
5666
5667 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
5668 David Mosberger <davidm@hpl.hp.com>
5669 Timothy Wall <twall@cygnus.com>
5670 Jim Wilson <wilson@cygnus.com>
5671
5672 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
5673 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
5674 (BFD64_BACKENDS): Add elf64-ia64.lo.
5675 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
5676 (cpu-ia64.lo, elf64-ia64.lo): New rules.
5677 * Makefile.in: Rebuild.
5678 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
5679 (bfd_ia64_arch): Declare.
5680 (bfd_archures_list): Add bfd_ia64_arch.
5681 * bfd-in2.h: Rebuild.
5682 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
5683 * configure: Rebuild.
5684 * configure.host: (ia64-*-linux*): New host.
5685 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
5686 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
5687 * elf.c (prep_headers): Add bfd_arch_ia64.
5688 * libbfd.h: Rebuild.
5689 * reloc.c: Add IA-64 relocations.
5690 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
5691 Declare.
5692 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
5693 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
5694
5695 2000-04-21 Richard Henderson <rth@cygnus.com>
5696
5697 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
5698 contents when performing a partial link.
5699 (bfd_elf_d30v_reloc_21): Likewise.
5700
5701 2000-04-20 H.J. Lu <hjl@gnu.org>
5702
5703 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
5704 patch to symbols defined by a shared object.
5705 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
5706
5707 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5708
5709 K&R compiler fixes.
5710 * dwarf2.c (concat_filename): Avoid string literal concatenation.
5711 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
5712
5713 Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
5714
5715 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
5716 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
5717 (coff-ia64.lo): Add dependency.
5718 * Makefile.in: Regenerate.
5719 * coff-ia64.c: New file.
5720 * efi-app-ia32.c: Ditto.
5721 * efi-app-ia64.c: Ditto.
5722 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
5723 (coff_set_flags): Ditto.
5724 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
5725 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
5726 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
5727 * configure: Regenerate.
5728 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
5729 (PUT_OPTHDR_IMAGE_BASE): Ditto.
5730 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
5731 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
5732 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
5733 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
5734 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
5735 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
5736 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
5737 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
5738 (GET_PDATA_ENTRY): Ditto.
5739 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
5740 data_start. Use above macros to read fields that are 64 bit wide for
5741 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
5742 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
5743 FileAlignment and SectionAlignment to minimum alignment if they
5744 are zero.
5745 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
5746 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
5747 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
5748 Use above macros to write fields that are 64 bit wide for
5749 COFF_WITH_PEP64.
5750 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
5751 5*4 otherwise. This should be right for IA-32 and IA-64, but may
5752 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
5753 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
5754 begin address, end address, and unwind info address only. Use
5755 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
5756 print addresses.
5757 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
5758 HIGH3ADJ relocation names.
5759 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
5760 * targets.c: Declare bfd_efi_app_ia32_vec and
5761 bfd_efi_app_ia64_vec.
5762 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
5763 bfd_efi_app_ia64_vec.
5764
5765 2000-04-17 Timothy Wall <twall@cygnus.com>
5766
5767 * bfd-in2.h: Add prototypes for tic54x load page access.
5768 * bfd-in.h: Regenerate.
5769 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
5770 in customized _set_arch_mach function.
5771 * coffcode.h (coff_set_alignment_hook): Set section load page if
5772 the appropriate macro is defined.
5773 (write_object_contents): Read section load page.
5774
5775 2000-04-13 Alan Modra <alan@linuxcare.com.au>
5776
5777 * elf32-hppa.h: Update copyright date.
5778
5779 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
5780 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
5781
5782 * elf32-d30v.c (MAX32): Don't use LL suffix.
5783 (MIN32): Define in terms of MAX32.
5784 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
5785
5786 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
5787 expression.
5788
5789 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
5790
5791 2000-04-12 Alan Modra <alan@linuxcare.com.au>
5792
5793 * dep-in.sed: Match space before file name, not after.
5794 * Makefile.am: Regenerate dependencies.
5795 * Makefile.in: Regenerate.
5796
5797 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
5798 case, allow address wrap-around stupidly removed 2000-03-17. Sign
5799 extend without an if statement.
5800
5801 2000-04-11 Alan Modra <alan@linuxcare.com.au>
5802
5803 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
5804 signed quantites.
5805 * elf32-mips.c (gprel16_with_gp): Likewise.
5806 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
5807 here using -0x40000, not (int)0xfffc0000.
5808 (elf32_hppa_size_of_stub): Likewise.
5809
5810 2000-04-11 Timothy Wall <twall@cygnus.com>
5811
5812 * coff-tic54x.c: Now builds with all targets.
5813 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
5814 * Makefile.in: Regenerate.
5815 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
5816 unitialized variable.
5817
5818 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
5819
5820 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
5821 --enable-build-warnings option.
5822 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5823 * Makefile.in, configure: Re-generate.
5824
5825 2000-04-07 Nick Clifton <nickc@cygnus.com>
5826
5827 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
5828 BFD_RELOC_THUMB_PCREL_BLX.
5829
5830 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
5831 R_ARM_XPC25 and R_ARM_THM_PC22.
5832
5833 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
5834 R_ARM_XPC25 and R_ARM_THM_XPC22.
5835 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
5836 R_ARM_[XPC25|THM_XPC22].
5837
5838 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
5839 elf/arm-oabi.h to elf/arm.h
5840
5841 * Makefile.am: Fix dependency for elfarm-oabi.c
5842 * Makefile.in: Regenerate.
5843
5844 * bfd-in2.h: Regenerate.
5845 * libbfd.h: Regenerate.
5846
5847 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
5848
5849 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
5850 and restore it on failure. Release newly allocated tdata on
5851 failure.
5852
5853 Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
5854
5855 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
5856 (decode_line_info): Set it. Report error if unit->line_offset is
5857 equal to or larger than it.
5858
5859 2000-04-07 Timothy Wall <twall@cygnus.com>
5860
5861 * targets.c: Added vecs for tic54x.
5862 * reloc.c: Added relocs for tic54x.
5863 * libbfd.h: Regenerated.
5864 * configure: Add TI COFF vecs for tic54x.
5865 * configure.in: Ditto.
5866 * config.bfd (targ_cpu): Recognize new tic54x target.
5867 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
5868 * bfd-in2.h: Add tic54x target and relocations.
5869 * Makefile.am, Makefile.in: Add tic54x target.
5870 * archures.c (bfd_archures_list): Add tic54x target.
5871 * coff-tic54x.c: New.
5872 * cpu-tic54x.c: New.
5873
5874 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
5875
5876 * elfcore.h (elf_core_file_p): call backend_object_p which
5877 thereby gets an opportunity to update the arch/machine type.
5878
5879 2000-04-06 Timothy Wall <twall@cygnus.com>
5880
5881 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
5882 class. Handle SEC_CLINK and SEC_BLOCK flags.
5883 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
5884 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
5885
5886 2000-04-06 Nick Clifton <nickc@cygnus.com>
5887
5888 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
5889 EF_INTERWORK if this is an unknown EABI.
5890 (elf32_arm_merge_private_bfd_data): Check EABI version
5891 numbers. Only check EF_xxx flags if the EABI version number
5892 is unknown.
5893 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
5894 if the EABI version number is unknown.
5895 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
5896 if the EABI version number is unknown.
5897
5898 Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5899
5900 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
5901 BFD_RELOC_SH_LOOP_END.
5902 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
5903 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
5904 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
5905 (sh_elf_reloc_loop): New function.
5906 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
5907 any more.
5908 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
5909 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
5910 * bfd-in2.h, libbfd.h: Regenerate.
5911
5912 2000-04-04 Alan Modra <alan@linuxcare.com.au>
5913
5914 * po/bfd.pot: Regenerate.
5915
5916 * Makefile.am: Remove extraneous mkdep comment.
5917 (MKDEP): Use gcc -MM rather than mkdep.
5918 (DEP): Quote when passing vars to sub-make. Add warning
5919 message to end.
5920 (DEP1): Rewrite for "gcc -MM".
5921 (CLEANFILES): Add DEP2.
5922 Update dependencies.
5923 * Makefile.in: Regenerate.
5924
5925 2000-04-03 Kevin Buettner <kevinb@redhat.com>
5926
5927 * configure.in: Added corefile support for AIX 4.3. In particular,
5928 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
5929 compiling rs6000-core.c.
5930 * configure: Regenerated.
5931
5932 2000-04-03 H.J. Lu <hjl@gnu.org>
5933
5934 * cache.c (bfd_open_file): Unlink the output file only if
5935 it has non-zero size.
5936
5937 2000-04-01 Ken Block USG <block@zk3.dec.com>
5938
5939 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
5940 relative relocations for non-loaded sections in shared objects.
5941 (elf64_alpha_check_relocs): Similarly.
5942
5943 Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
5944
5945 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
5946 BFD_RELOC_16 to switch for extended relocs.
5947 (MY_swap_ext_reloc_in): New.
5948 (MY_swap_ext_reloc_out): New.
5949 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
5950 than NAME(aout,swap_ext_reloc_in) for extended relocs.
5951 (NAME(aout,squirt_out_relocs)): Similarly use
5952 MY_swap_ext_reloc_out.
5953 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
5954
5955 2000-04-03 Kazu Hirata <kazu@hxi.com>
5956
5957 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
5958 the R_PCRWORD_B case.
5959
5960 2000-03-31 Thomas de Lellis <tdel@wrs.com>
5961
5962 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
5963 on some targets.
5964 * ihex.c : Ditto.
5965
5966 Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
5967
5968 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
5969 HOWTO references to bfd_elf_generic_reloc, that have
5970 partial_inplace == true, now use the new function. The function
5971 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
5972 extends its fixes to the R_M32R_{16,24,32} relocs.
5973 The new logic in m32r_elf_lo16_reloc() has been removed, and
5974 it instead calls the new routine to obtain that functionality.
5975
5976 2000-03-27 Alan Modra <alan@linuxcare.com.au>
5977
5978 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
5979 elf32_avr_check_relocs, avr_final_link_relocate,
5980 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
5981 elf32_avr_object_p): Add prototypes.
5982 (elf32_avr_gc_mark_hook): Add default for h->root.type.
5983 (bfd_elf_avr_final_write_processing): Make static.
5984
5985 2000-03-27 Denis Chertykov <denisc@overta.ru>
5986
5987 * cpu-avr.c: New file. BFD support routines for AVR architecture.
5988 * archures.c (bfd_architecture): Add AVR architecture.
5989 (bfd_archures_list): Add reference to AVR architecture info.
5990 * elf.c (prep_headers): Handle bfd_arch_avr.
5991 * reloc.c: Add various AVR relocation enums.
5992 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
5993 list.
5994 * Makefile.am: Add support for AVR elf.
5995 * configure.in: Likewise.
5996 * config.bfd: Likewise.
5997 * Makefile.in: Regenerate.
5998 * configure: This too.
5999 * bfd-in2.h: And this.
6000 * libbfd.h: And this.
6001
6002 2000-03-24 H.J. Lu <hjl@gnu.org>
6003
6004 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
6005 (elf64_alpha_find_reloc_at_ofs): Likewise.
6006
6007 2000-03-17 Alan Modra <alan@linuxcare.com.au>
6008
6009 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
6010 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
6011 allowable range used to be -2**(n-1) to 2**n-1.
6012 * reloc.c (_bfd_relocate_contents): Same here. Also replace
6013 "boolean overflow" with "bfd_reloc_status_type flag".
6014
6015 2000-03-14 Doug Evans <dje@casey.transmeta.com>
6016
6017 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
6018
6019 2000-03-14 Kazu Hirata <kazu@hxi.com>
6020
6021 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
6022 of shrinks properly, including the last reloc.
6023
6024 2000-03-13 Kazu Hirata <kazu@hxi.com>
6025
6026 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
6027 check for R_MOVL2.
6028
6029 2000-03-11 Alan Modra <alan@linuxcare.com.au>
6030
6031 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
6032 a format mismatch rather than an "error" from bfd_read such as
6033 bfd_error_file_truncated.
6034
6035 2000-03-10 Geoff Keating <geoffk@cygnus.com>
6036
6037 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
6038 sign-extension and big-endian compensation for
6039 R_MIPS_64 even in ld -r.
6040
6041 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
6042
6043 * elf32-mips.c (mips_elf_next_relocation): Rename from
6044 mips_elf_next_lo16_relocation, and generalize to look
6045 for any relocation type.
6046 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
6047 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
6048 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
6049 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
6050 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
6051 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
6052 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
6053 (mips_rtype_to_howto): Likewise.
6054 (mips_elf_calculate_relocation): Handle new relocs.
6055 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
6056 are paired. The addend for R_MIPS_GNU_REL16_S2
6057 is shifted right two bits.
6058
6059 2000-03-10 Alan Modra <alan@linuxcare.com.au>
6060
6061 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
6062 comment, and ensure it doesn't happen again.
6063 (bfd_install_relocation): Same here.
6064 (_bfd_relocate_contents): Don't bother assigning unused signmask
6065 shift result. Fix typos in comments.
6066 Remove trailing whitespace throughout file.
6067
6068 2000-03-07 Doug Evans <dje@casey.transmeta.com>
6069
6070 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
6071 * bfd-in2.h: Rebuild.
6072
6073 2000-03-06 Nick Clifton <nickc@cygnus.com>
6074
6075 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
6076 sym_ptr_ptr fields.
6077 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
6078 (SIZEOF_ILF_STRINGS): Redefine.
6079 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
6080 relative reloc, as opposed to a section relative reloc.
6081 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
6082 not C_LABEL.
6083 Add length of symbol's prefix to string pointer.
6084 Store a pointer to the symbol in the symbol pointer table.
6085 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
6086 Initialise the symbol pointer table.
6087 Store the hint in the Hint/Name table.
6088 Make the jump reloc be symbol realtive, not section relative.
6089 Create an import symbol for imported code.
6090
6091 2000-03-06 Catherine Moore <clm@cygnus.com>
6092
6093 * elf.c (swap_out_syms): Check for null type_ptr.
6094
6095 2000-03-01 Hans-Peter Nilsson <hp@axis.com>
6096
6097 * aout-target.h (MY(write_object_contents)): Remove unused
6098 and unusable "#if CHOOSE_RELOC_SIZE".
6099 * pc532-mach.c (MY(write_object_contents)): Ditto.
6100 * netbsd.h (MY(write_object_contents)): Ditto.
6101 * hp300hpux.c (MY(write_object_contents)): Ditto.
6102 * freebsd.h (MY(write_object_contents)): Ditto.
6103 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
6104
6105 2000-02-29 H.J. Lu <hjl@gnu.org>
6106
6107 * peicode.h (jtab): Make it static.
6108
6109 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
6110 defined and COFF_IMAGE_WITH_PE is not defined.
6111 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
6112 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
6113
6114 2000-03-01 Nick Clifton <nickc@cygnus.com>
6115
6116 * coff-arm.c (bfd_arm_process_before_allocation): Make
6117 'symndx' signed to prevent compile time warning.
6118
6119 * coff-mcore.c: Remove unused prototype for pe_object_p.
6120
6121 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
6122 functions that are not used when COFF_IMAGE_WITH_PE is
6123 defined.
6124 (struct sh_opcode): Change type of 'flags' field to unsigned
6125 long so that it can hold the USESAS flag.
6126
6127 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
6128
6129 * elf-m10300.c (mn10300_elf_relax_section): Initialise
6130 'sym_sec'.
6131
6132 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
6133 parameters.
6134 Remove unusued variables and code.
6135 (elf_backend_add_symbol_hook): Fix prototype.
6136
6137 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
6138 'srelgot'.
6139
6140 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
6141 'oldinst'.
6142
6143 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
6144 parameters.
6145 Remove unusued variables and code.
6146 (elf_backend_add_symbol_hook): Fix prototype.
6147
6148 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
6149
6150 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
6151 to unused function parameter.
6152
6153 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
6154 parameters.
6155 Use EMPTY_HOWTO to initialise empty howto slots.
6156 Remove unused variables.
6157
6158 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
6159
6160 2000-03-01 H.J. Lu <hjl@gnu.org>
6161
6162 * aoutx.h (aout_link_input_section_std): Pass "true" to
6163 the undefined_symbol callback.
6164 (aout_link_input_section_ext): Likewise.
6165 * bout.c (get_value): Likewise.
6166 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
6167 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
6168 Likewise.
6169 (alpha_relocate_section): Likewise.
6170 * coff-arm.c (coff_arm_relocate_section): Likewise.
6171 * coff-i960.c (coff_i960_relocate_section): Likewise.
6172 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
6173 * coff-mips.c (mips_relocate_section): Likewise.
6174 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
6175 * coff-sh.c (sh_relocate_section): Likewise.
6176 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
6177 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
6178 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
6179 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
6180 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
6181 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
6182 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6183 * elf32-i370.c (i370_elf_relocate_section): Likewise.
6184 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6185 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
6186 * elf32-sh.c (sh_elf_relocate_section): Likewise.
6187 * elf32-v850.c (v850_elf_relocate_section): Likewise.
6188 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
6189 * elflink.h (elf_link_output_extsym): Likewise.
6190 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
6191 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
6192 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
6193
6194 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
6195 undefined_symbol callback when building shared library with
6196 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
6197 "true".
6198 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
6199 * elf32-i386.c (elf_i386_relocate_section): Likewise.
6200 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
6201 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
6202 (elf32_mips_get_relocated_section_content): Likewise.
6203 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
6204 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6205 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
6206 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6207
6208 2000-02-28 Nick Clifton <nickc@cygnus.com>
6209
6210 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
6211 * Makefile.in: Regenerate.
6212
6213 * configure.in: Add support for mips and sh pe vectors.
6214 * configure: regenerate.
6215
6216 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
6217 targets.
6218
6219 * targets.c: Add mips and sh pe vectors.
6220
6221 * libpei.h (coff_final_link_postscript): Only define if not
6222 already defined.
6223
6224 * coffcode.h: Add support for WinCE magic numbers.
6225
6226 * peigen.c (pe_print_reloc): Update comment and rearrange
6227 appending of newline character.
6228
6229 * peicode.h: Add support for Image Library Format.
6230 (pe_ILF_vars): Structure containing data used by ILF code.
6231 (pe_ILF_make_a_section): New function. Create a section based
6232 on ILF data.
6233 (pe_ILF_make_a_reloc): New function. Create a reloc based on
6234 ILF data.
6235 (pe_ILF_make_a_symbol): New function. Create a symbol based
6236 on ILF data.
6237 (pe_ILF_save_relocs): New function. Store the relocs created
6238 by pe_ILF_make_a_reloc in a section.
6239 (pe_ILF_build_a_bfd): New function. Create a BFD describing
6240 an ILF object.
6241 (pe_ILF_object_p): New function. Return a bfd_target pointer
6242 for an ILF object.
6243 (pe_bfd_object_p): If an ILF object is detected call
6244 pe_ILF_object_p on it.
6245
6246 * coff-arm.c: Add support for WinCE relocs which are different
6247 from normal ARM COFF relocs.
6248 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
6249
6250 * coff-sh.c: Add support for sh-pe target.
6251 * pe-sh.c: New file. Support code for sh-pe target.
6252 * pei-sh.c: New file. Support code for sh-pe target.
6253
6254 * pe-mips.c: New file. Support code for mips-pe target.
6255 * pei-mips.c: New file. Support code for mips-pe target.
6256
6257 2000-02-27 Jakub Jelinek <jakub@redhat.com>
6258
6259 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
6260 architecture if the object causing the bump is dynamic.
6261 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
6262 and also don't it for memory ordering.
6263 (sparc64_elf_write_relocs): Take src_rela out of the loop.
6264
6265 2000-02-27 Ian Lance Taylor <ian@zembu.com>
6266
6267 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
6268 calling bfd_get_section_size_before_reloc.
6269 (decode_line_info): Likewise.
6270 (_bfd_dwarf2_find_nearest_line): Likewise.
6271
6272 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
6273
6274 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
6275 name of the libtool directory.
6276 * Makefile.in: Rebuild.
6277
6278 Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
6279
6280 * som.c (SOM_HOWTO): Define.
6281 (som_hppa_howto_table): Use it.
6282
6283 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6284
6285 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
6286
6287 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
6288
6289 2000-02-24 Catherine Moore <clm@cygnus.com>
6290
6291 * som.c (som_misc_symbol_info): Add field
6292 secondary_def.
6293 (som_bfd_derive_misc_symbol_info): Initialize
6294 secondary_def.
6295 (som_build_and_write_symbol_table): Keep track
6296 of secondary_def field.
6297 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
6298 if secondary_def field is set.
6299 (som_bfd_ar_write_symbol_stuff): Initialize
6300 secondary_def.
6301
6302 2000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
6303
6304 * dwarf2.c (read_address): Read 16-bits addresses.
6305 (parse_comp_unit): Accept addr_size == 2.
6306
6307 2000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
6308
6309 * bfd-in.h: Update copyright date.
6310
6311 2000-02-23 Linas Vepstas <linas@linas.org>
6312
6313 * cpu-i370.c: New file.
6314 * elf32-i370.c: New file.
6315 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
6316 (bfd_i370_arch): New.
6317 (bfd_archures_list): Add bfd_i370_arch.
6318 * elf.c (prep_headers): Add bfd_arch_i370.
6319 * Makefile.am: Add support for IBM 370 elf.
6320 * config.bfd: Likewise.
6321 * configure.in: Likewise.
6322 * libbfd.h (bfd_reloc_code_real_names): Likewise.
6323 * reloc.c (bfd_reloc_code_type): Likewise.
6324 * targets.c: Likewise.
6325
6326 * Makefile.in: Regenerate.
6327 * configure: Regenerate.
6328 * bfd-in2.h: Regenerate.
6329
6330 2000-02-22 Ian Lance Taylor <ian@zembu.com>
6331
6332 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
6333 invalid relocation types, and change them to R_386_NONE.
6334
6335 2000-02-22 H.J. Lu <hjl@gnu.org>
6336
6337 * elflink.h (elf_link_add_object_symbols): If a version symbol is
6338 not defined, don't add a second ELF_VER_CHR.
6339
6340 * elflink.h (elf_bfd_final_link): Call output_extsym for global
6341 symbols converted to local symbols even when stripping all
6342 symbols.
6343 (elf_link_output_extsym): Process global symbols converted to
6344 local symbols even if they are being stripped.
6345
6346 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6347
6348 * archures.c (bfd_octets_per_byte): Return unsigned int.
6349 (bfd_arch_mach_octets_per_byte): Ditto.
6350 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
6351 comparison warning.
6352 * section.c (bfd_get_section_size_before_reloc): Quell signed
6353 vs. unsigned comparison warning.
6354 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
6355 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
6356 change. What was I thinking?
6357 * bfd-in2.h: Regenerate.
6358
6359 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
6360 (elf_gc_sections): Same here.
6361 (elf_gc_common_finalize_got_offsets): And here.
6362
6363 2000-02-21 Ian Lance Taylor <ian@zembu.com>
6364
6365 ELF HPPA doesn't work at present; remove it until it does.
6366 * config.bfd: Comment out setting targ_defvec to
6367 bfd_elf32_hppa_vec.
6368 * Makefile.am: Rebuild dependencies.
6369 (BFD32_BACKENDS): Remove elf32-hppa.lo.
6370 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
6371 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
6372 * Makefile.in: Rebuild.
6373 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
6374
6375 2000-02-18 Geoff Keating <geoffk@cygnus.com>
6376
6377 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
6378 is no bfd_free(). Revert bfd_free part of previous change.
6379
6380 2000-02-18 Geoff Keating <geoffk@cygnus.com>
6381
6382 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
6383 arrays.
6384 (coff_compute_section_file_positions): Use bfd_free to pair
6385 bfd_malloc.
6386 (coff_write_object_contents): Likewise.
6387
6388 * coff-rs6000.c (xcoff_howto_table_16): New variable.
6389 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
6390
6391 2000-02-18 Ulrich Drepper <drepper@cygnus.com>
6392
6393 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
6394 (xcoff_ar_file_hdr_big): New structure.
6395 (SIZEOF_AR_FILE_HDR_BIG): New macro.
6396 (xcoff_ar_hdr_big): New structure.
6397 (SIZEOF_AR_HDR_BIG): New macro.
6398 (xcoff_big_format_p): New macro.
6399 (xcoff_ardata_big): New macro.
6400 (arch_xhdr_big): New macro.
6401 (xcoff_slurp_armap): Handle large archives.
6402 (xcoff_archive_p): Detect large archives.
6403 (xcoff_read_ar_hdr): Handle large archives.
6404 (xcoff_openr_next_archived_file): Handle large archives.
6405 (xcoff_generic_stat_arch_elt): Handle large archives.
6406 (xcoff_write_armap_old): Rename from xcoff_write_armap.
6407 (xcoff_write_armap_big): New function.
6408 (xcoff_write_armap): New function, dispatch to _old or _big.
6409 (xcoff_write_archive_contents_old): Rename from
6410 xcoff_write_archive_contents.
6411 (xcoff_write_archive_contents_big): New function.
6412 (xcoff_write_archive_contents): New function, dispatch to _old or
6413 _big.
6414
6415 2000-02-18 Richard Henderson <rth@cygnus.com>
6416
6417 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
6418 and hide_symbol members.
6419 (elf_link_hash_copy_indirect): Remove.
6420 (elf_link_hash_hide_symbol): Remove.
6421 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
6422 and elf_backend_hide_symbol.
6423 (_bfd_elf_link_hash_copy_indirect): Declare.
6424 (_bfd_elf_link_hash_hide_symbol): Declare.
6425 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
6426 (_bfd_elf_link_hash_hide_symbol): Likewise.
6427 (_bfd_elf_link_hash_table_init): Don't init killed members.
6428 * elflink.h (elf_link_add_object_symbols): Use the bed function
6429 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
6430 (elf_link_assign_sym_version): Likewise.
6431 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
6432 (elf_backend_hide_symbol): Likewise.
6433 (elfNN_bed): Update for new members.
6434
6435 2000-02-17 Kevin Buettner <kevinb@redhat.com>
6436
6437 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
6438 STACK_END_ADDR): Define for new core file format.
6439 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
6440 for handling the vagaries of the various core file structures used
6441 by AIX over the years.
6442 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
6443 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
6444 core_dumpx structure.
6445
6446 Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6447
6448 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
6449 (bfd_mach_sh3_dsp): Likewise.
6450 (bfd_mach_sh4): Reinstate.
6451 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
6452 * bfd-in2.h: Regenerate.
6453 * coff-sh.c (struct sh_opcode): flags is no longer short.
6454 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
6455 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
6456 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
6457 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
6458 (sh_opcodes): No longer const.
6459 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
6460 (sh_insn_uses_reg): Check for USESAS and USESR8.
6461 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
6462 (_bfd_sh_align_load_span): Return early for SH4.
6463 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
6464 Take into account that field b of a parallel processing insn
6465 could be mistaken for a separate insn.
6466 * cpu-sh.c (arch_info_struct): New array elements for
6467 sh2, sh-dsp and sh3-dsp.
6468 Reinstate element for sh4.
6469 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
6470 (SH4_NEXT): Reinstate.
6471 (SH3_NEXT, SH3E_NEXT): Adjust.
6472 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
6473 * elf32-sh.c (sh_elf_set_private_flags): New function.
6474 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
6475 (sh_elf_merge_private_data): New function.
6476 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
6477 (bfd_elf32_bfd_copy_private_bfd_data): Define.
6478 (bfd_elf32_bfd_merge_private_bfd_data): Change to
6479 sh_elf_merge_private_data.
6480
6481 2000-02-13 Richard Henderson <rth@cygnus.com>
6482
6483 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
6484 hide_symbol members.
6485 (elf_link_hash_copy_indirect): New.
6486 (elf_link_hash_hide_symbol): New.
6487 * elflink.h (elf_link_add_object_symbols): Break out copy from
6488 indirect new new symbol to elf.c.
6489 (elf_link_assign_sym_version): Break out privatization of
6490 non-exported symbol to elf.c.
6491 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
6492 (_bfd_elf_link_hash_hide_symbol): New.
6493 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
6494
6495 2000-02-13 Ian Lance Taylor <ian@zembu.com>
6496
6497 * section.c (_bfd_strip_section_from_output): Add info parameter.
6498 If it passed as non-NULL, use it to check whether any input BFD
6499 has an input section which uses this output section. Change all
6500 callers.
6501 * bfd-in2.h: Rebuild.
6502
6503 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
6504 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
6505 1999-11-29.
6506 * bfd-in2.h: Rebuild.
6507
6508 2000-02-10 Timothy Wall <twall@cygnus.com>
6509
6510 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
6511 allow final modifications of swapped-in symbol.
6512 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
6513 * coffcode.h (coff_write_relocs): Use macro
6514 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
6515 symbol index should be set to -1.
6516
6517 Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
6518
6519 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
6520 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
6521 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
6522 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
6523 sh_insns_uses_or_sets_freg): New functions.
6524 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
6525 * (sh_insns_conflict): Use new functions and new macros to
6526 detect conflicts when two instructions both set same integer registers,
6527 both set same fp register, and both set special register.
6528
6529 2000-02-09 Timothy Wall <twall@cygnus.com>
6530
6531 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
6532 swapping in sections, so that the swapping routines have access to
6533 the arch/mach info.
6534
6535 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
6536
6537 * coff-go32.c: Update comment. Update copyright.
6538
6539 2000-01-27 Thomas de Lellis <tdel@windriver.com>
6540
6541 * syms.c (bfd_decode_symclass)
6542 Two new class characters were added - 'V' and 'v'. The
6543 meaning of 'W' is now restricted to just weak non-object
6544 symbols. This allows differentiation between, for example,
6545 weak functions vs weak objects. nm for example now dumps:
6546 'W' = weak global
6547 'w' = weak unresolved
6548 'V' = weak global object
6549 'v' = weak unresolved object
6550
6551 (bfd_is_undefined_symclass): New function. Return true if the
6552 given symbol class represents and undefined/unresolved symbol.
6553
6554 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
6555 unresolved symbols.
6556
6557 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
6558
6559 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
6560 STT_ARM_16BIT flag set, but it is not attached to a data object
6561 return STT_ARM_16BIT so that it will be treated as code by the
6562 disassembler.
6563
6564 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6565
6566 * coff-i386.c (i3coff_object_p): Remove prototype.
6567 Update copyright.
6568
6569 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
6570 to name. Update copyright.
6571
6572 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
6573 assignment to avoid warning. Update copyright.
6574
6575 2000-01-24 Robert Lipe (robertl@sco.com)
6576
6577 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
6578 instead of using GNU C extension.
6579
6580 2000-01-21 Nick Clifton <nickc@cygnus.com>
6581
6582 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
6583 amount from a bfd_in_memory structure.
6584 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
6585 structure.
6586
6587 2000-01-14 Nick Clifton <nickc@cygnus.com>
6588
6589 * linker.c (default_indirect_link_order): oops - fix incorrectly
6590 applied patch from Tim Wall.
6591
6592 2000-01-13 Timothy Wall (twall@tiac.net>
6593
6594 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
6595 = scnhsz, filhsz, relsz, aoutsz, etc)
6596
6597 * coffswap.h: Ditto.
6598
6599 2000-01-13 Nick Clifton <nickc@cygnus.com>
6600
6601 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
6602 interwork thumb to arm stub.
6603
6604 2000-01-13 Timothy Wall (twall@tiac.net>
6605
6606 * archures.c (bfd_octets_per_byte): New function: Return
6607 target byte size.
6608 (bfd_arch_mach_octets_per_byte): New function: Return target
6609 byte size.
6610
6611 * section.c: Distinguish between octets and bytes for usage of
6612 _cooked_size, _raw_size, and output_offset. Clarify
6613 description of bfd_set_section_contents.
6614
6615 * bfd-in2.h: Regenerate.
6616
6617 * coffgen.c: Indicate that the offset parameter is in bytes, not
6618 octets.
6619
6620 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
6621 where appropriate to get the octet offset when calling
6622 bfd_set_section_contents.
6623 (bfd_coff_reloc_link_order): Ditto.
6624
6625 * linker.c (bfd_generic_reloc_link_order): Ditto.
6626 (_bfd_default_link_order): Ditto.
6627
6628 * reloc.c (bfd_perform_relocation): Distinguish between octets
6629 and bytes. Use octets when indexing into octet data; use bytes
6630 when calculating target addresses.
6631 (bfd_install_relocation): Ditto.
6632
6633 * srec.c (srec_write_section): Ditto.
6634
6635 2000-01-13 Nick Clifton <nickc@cygnus.com>
6636
6637 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
6638 3 to 2. This allows 4 byte sized sections, which is necessary for
6639 dlltool to build functioning DLLs.
6640
6641 2000-01-10 Philip Blundell <pb@futuretv.com>
6642
6643 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
6644 (arm*-*-conix*): New target.
6645
6646 2000-01-10 Egor Duda <deo@logos-m.ru>
6647
6648 * config.bfd: Include elf32_i386 vector to target list for cygwin
6649 and mingw.
6650
6651 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
6652 * configure.in: Test for structure win32_pstatus_t in
6653 <sys/procfs.h>
6654 * configure: Regenerate.
6655
6656 * elf.c (elfcore_grok_win32pstatus): New function: process
6657 win32_pstatus_t notes in elf core file.
6658 (elfcore_grok_note): Detect win32_pstatus notes.
6659
6660 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
6661
6662 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
6663 visibility.
6664 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
6665 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
6666
6667 For older changes see ChangeLog-9899
6668 \f
6669 Local Variables:
6670 mode: change-log
6671 left-margin: 8
6672 fill-column: 74
6673 version-control: never
6674 End: