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