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