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