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