]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
*** empty log message ***
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
c4f3d130
NC
12002-04-15 Michael Snyder <msnyder@redhat.com>
2
3 * opncls.c (bfd_close): Write contents if writeable.
4 Minor formatting tidy-ups.
5
27242387
AM
62002-04-15 Alan Modra <alan@weed.local>
7
8 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
9
0c04d169
MS
102002-04-12 Michael Snyder <msnyder@redhat.com>
11
12 * bfd-in.h (bfd_get_section_lma): New access macro.
13 Minor white-space fix-up.
14
89d4966f
AM
152002-04-12 Alan Modra <amodra@bigpond.net.au>
16
17 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
18 header pad.
19
8d0da3c2
DD
202002-04-09 DJ Delorie <dj@redhat.com>
21
22 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
23
05793179
NC
242002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
25
26 * coffcode.h (coff_read_word): New.
27 (coff_compute_checksum): New.
28 (coff_apply_checksum): New.
29 (coff_write_object_contents): Call coff_apply_checksum () to
30 apply checksum to PE image.
31
46fe4e66
AM
322002-04-08 Randolph Chung <tausq@debian.org>
33
34 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
35 (elf32_hppa_final_link): Split out sorting logic to..
36 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
37 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
38
3b5b409c
AC
392002-04-07 Andrew Cagney <ac131313@redhat.com>
40
41 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
42 pattern.
43 * configure: Re-generate.
44
ac7b6ceb
AC
452002-04-07 Andrew Cagney <ac131313@redhat.com>
46
47 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
48 is greater or equal to 4.3.3.
49 * configure: Regenerate.
50 Fix PR gdb/344.
51
44aa49bb
HPN
522002-04-05 Hans-Peter Nilsson <hp@axis.com>
53
54 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
55 R_CRIS_32_PCREL>: Fix typo in name.
56 (cris_elf_check_relocs): Always create .rela.got here when
57 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
58 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
59 assume it's created.
60
e2d34d7d
DJ
612002-04-04 Daniel Jacobowitz <drow@mvista.com>
62
63 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
64 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
65 define.
66 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
67 * bfd.c (bfd_link_hash_table_free): Define.
68 * binary.c (binary_bfd_link_hash_table_free): Define.
69 * bout.c (b_out_bfd_link_hash_table_free): Define.
70 * coff-rs6000.c (rs6000coff_vec): Include
71 _bfd_generic_link_hash_table_free.
72 (pmac_xcoff_vec): Likewise.
73 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
74 (aix5coff64_vec): Likewise.
75 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
76 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
77 (bfd_elf32_bfd_link_hash_table_free): Define.
78 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
79 (bfd_elf32_bfd_link_hash_table_free): Define.
80 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
81 define.
82 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
83 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
84 * ieee.c (ieee_bfd_link_hash_table_free): Define.
85 * ihex.c (ihex_bfd_link_hash_table_free): Define.
86 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
87 (_bfd_generic_link_hash_table_free): Add prototype.
88 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
89 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
90 * linker.c (_bfd_generic_link_hash_table_free): New function.
91 * mmo.c (mmo_bfd_link_hash_table_free): Define.
92 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
93 * oasys.c (oasys_bfd_link_hash_table_free): Define.
94 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
95 * som.c (som_bfd_link_hash_table_free): Define.
96 * srec.c (srec_bfd_link_hash_table_free): Define.
97 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
98 * versados.c (versados_bfd_link_hash_table_free): Define.
99 * vms.c (vms_bfd_link_hash_table_free): New function.
100 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
101
102 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
103 instead of bfd_alloc.
104 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
105 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
106 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
107 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
108 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
109 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
110 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
111 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
112 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
113 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
114 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
115 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
116 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
117 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
118 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
119 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
120 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
121 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
122 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
123 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
124 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
125 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
126 * m68klinux.c (linux_link_hash_table_create): Likewise.
127 * sparclinux.c (linux_link_hash_table_create): Likewise.
128 * sunos.c (sunos_link_hash_table_create): Likewise.
129 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
130
131 * targets.c: Add _bfd_link_hash_table_free to xvec.
132
133 * bfd-in2.h: Regenerate.
134 * libbfd.h: Regenerate.
135 * libcoff.h: Regenerate.
136
830629ab
AM
1372002-04-04 Alan Modra <amodra@bigpond.net.au>
138
139 * dep-in.sed: Cope with absolute paths.
140 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
141 Run "make dep-am".
142 * Makefile.in: Regenerate.
143 * coff-arm.c: Fix copyright date.
144 * cpu-h8300.c: Likewise.
145 * cpu-i370.c: Likewise.
146 * cpu-s390.c: Likewise.
147 * cpu-mips.c: Likewise.
148 * po/SRC-POTFILES.in: Regenerate.
149
c6e90b02
TS
1502002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
151
152 * Makefile.am: Add elfxx-mips.c to the known backends.
153 (elf32-mips.lo): remove dependency to coff/external.h.
154 * Makefile.in: Regenerate.
155 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
156 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
157 accordingly.
158 * configure: Regenerate.
159 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
160 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
161 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
162 MIPS specific backend functions.
163 * elf32-mips.c: Moved most code to elfxx-mips.c.
164 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
165 static.
166 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
167 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
168 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
169 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
170 interface to allow selection of the right REL or RELA howto table.
171 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
172 static. Let it refuse n32 objects.
173 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
174 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
175 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
176 (elf32_mips_ignore_discarded_relocs): Rename from
177 _bfd_elf32_mips_ignore_discarded_relocs.
178 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
179 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
180 (elf_mips_howto_table_rela): Remove.
181 * elf64-mips.c: Moved most code to elfxx-mips.c.
182 (bfd_elf64_bfd_reloc_type_lookup): Make static.
183 (mips_elf64_rtype_to_howto): New function.
184 (mips_elf64_object_p): Likewise.
185 (elf64_mips_irix_compat): Likewise.
186 * elfxx-mips.c: New file containing common code merged together from
187 elf32-mips.c and elf64-mips.c.
188 * elfxx-mips.h: New file containing MIPS specific prototypes from
189 elf-bfd.h.
190 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
191 elf_backend_mips_rtype_to_howto.
192
d8dce692
AM
1932002-04-04 Alan Modra <amodra@bigpond.net.au>
194
195 * srec.c (MAXCHUNK, Chunk): Revise comments.
196 (srec_write_record): Correct buffer size.
197 (srec_write_header): Do without intermediate buffer.
198 (srec_write_section): Validate Chunk.
199 (srec_write_terminator): Pass NULL instead of dummy buffer.
200 (srec_write_symbols): Pass file and symbol names directly to
201 bfd_bwrite so sprintf won't overflow buffer.
202
b88a866a
JJ
2032002-04-03 Jakub Jelinek <jakub@redhat.com>
204
205 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
206 PC relative relocs against hidden symbols.
207 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
208
d7866f04
AM
2092002-04-03 Alan Modra <amodra@bigpond.net.au>
210
211 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
212 LMAs, loop over segments until p_vaddr and p_memsz specify an
213 extent enclosing the section.
214
9e81ee67
NC
2152002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
216
217 * ihex.c (ihex_write_object_contents): Do not allow records to
218 cross a 64K boundary - wrap if necessary.
219
d2b64500
JT
2202002-04-01 Nathan Williams <nathanw@wasabisystems.com>
221
222 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
223 which caused the returned LWP ID to always be 0.
224
e36f7d53
RH
2252002-04-01 Richard Henderson <rth@redhat.com>
226
227 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
228 (elf32_sparc_relocate_section): Use it to figure out when to
229 initialize .got entries.
230 * elf64-sparc.c: Similarly.
231
e92d460e
AM
2322002-03-28 Alan Modra <amodra@bigpond.net.au>
233
234 * linker.c (link_action): Ignore duplicate warning syms.
235 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
236 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
237 (elf_adjust_dynamic_symbol): Likewise.
238 (elf_export_symbol): Likewise.
239 (elf_link_find_version_dependencies): Likewise.
240 (elf_link_assign_sym_version): Likewise.
241 (elf_link_sec_merge_syms): Likewise.
242 (elf_link_output_extsym): Likewise.
243 (elf_gc_sweep_symbol): Likewise.
244 (elf_gc_propagate_vtable_entries_used): Likewise.
245 (elf_gc_smash_unused_vtentry_relocs): Likewise.
246 (elf_gc_allocate_got_offsets): Likewise.
247 (elf_collect_hash_codes): Likewise.
248 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
249 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
250 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
251 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
252 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
253 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
254 (elf_cris_discard_excess_dso_dynamics): Likewise.
255 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
256 (mark_PIC_calls): Likewise.
257 (allocate_plt_static): Likewise.
258 (allocate_dynrelocs): Likewise.
259 (readonly_dynrelocs): Likewise.
260 * elf32-i386.c (allocate_dynrelocs): Likewise.
261 (readonly_dynrelocs): Likewise.
262 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
263 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
264 * elf32-mips.c (mips_elf_output_extsym): Likewise.
265 (mips_elf_sort_hash_table_f): Likewise.
266 (mips_elf_check_mips16_stubs): Likewise.
267 * elf32-s390.c (allocate_dynrelocs): Likewise.
268 (readonly_dynrelocs): Likewise.
269 * elf32-sh.c (sh_elf_discard_copies): Likewise.
270 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
271 (xstormy16_relax_plt_realloc): Likewise.
272 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
273 (elf64_alpha_output_extsym): Likewise.
274 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
275 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
276 (mips_elf64_check_mips16_stubs): Likewise.
277 (mips_elf64_output_extsym): Likewise.
278 * elf64-ppc.c (func_desc_adjust): Likewise.
279 (allocate_dynrelocs): Likewise.
280 (readonly_dynrelocs): Likewise.
281 * elf64-s390.c (allocate_dynrelocs): Likewise.
282 (readonly_dynrelocs): Likewise.
283 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
284 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
285 (readonly_dynrelocs): Likewise.
286 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
287 * aoutx.h (aout_link_write_other_symbol): Likewise.
288 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
289 (_bfd_coff_write_global_sym): Likewise.
290 * i386linux.c (linux_tally_symbols): Likewise.
291 * m68klinux.c (linux_tally_symbols): Likewise.
292 * sparclinux.c (linux_tally_symbols): Likewise.
293 * pdp11.c (aout_link_write_other_symbol): Likewise.
294 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
295 * xcofflink.c (xcoff_build_ldsyms): Likewise.
296 (xcoff_write_global_symbol): Likewise.
297
298 * cofflink.c (_bfd_coff_final_link): Formatting.
299 * cpu-mips.c (mips_compatible): Make static, prototype.
300 * elf32-i386.c (elf_i386_check_relocs): Formatting.
301 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
302 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
303 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
304 (mips_elf64_final_link): Likewise.
305 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
306 prototype.
307
2106126f
NC
3082002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
309
310 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
311 (SWAP_OUT_RELOC_OFFSET): Define.
312
b99d1833
AM
3132002-03-27 Gregory Steuck <greg@nest.cx>
314
315 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
316 terminating NULL if empty symbol table.
317 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
318
ad43ed4c
L
3192002-03-26 H.J. Lu (hjl@gnu.org)
320
321 * elflink.h (elf_link_input_bfd): Revert the last change since
322 the gcc exception handling isn't fixed yet.
323
3851fca4
L
3242002-03-26 H.J. Lu (hjl@gnu.org)
325
326 * elflink.h (elf_link_input_bfd): Complain about relocations
327 against local symbols in discarded sections.
328
b91afed7
AM
3292002-03-26 Alan Modra <amodra@bigpond.net.au>
330
331 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
332
dba143ef
AM
3332002-03-23 Alan Modra <amodra@bigpond.net.au>
334
335 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
336 section file offset for !SEC_LOAD sections.
337
ee29b9fb
RE
3382002-03-21 Richard Earnshaw <rearnsha@arm.com>
339
830629ab
AM
340 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
341 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 342
54327882
AM
3432002-03-21 Alan Modra <amodra@bigpond.net.au>
344
345 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
346 Whitespace changes.
347 * archive.c: Update copyright date.
348 * bfd-in2.h: Regenerate.
349 * libbfd.h: Regenerate.
350 * Makefile.am: Run "make dep-am"
351 * Makefile.in: Regenerate.
352 * po/SRC-POTFILES.in: Regenerate.
353
1ee24f27
DJ
3542002-03-20 Daniel Jacobowitz <drow@mvista.com>
355
356 * dwarf2.c (struct funcinfo): Move up.
357 (lookup_address_in_function_table): New argument function_ptr.
358 Set it.
359 (lookup_address_in_line_table): New argument function. If function
360 is non-NULL, use it to handle ``addr'' before the first line note of
361 the function.
362 (comp_unit_find_nearest_line): Update and swap calls to
363 lookup_address_in_function_table and lookup_address_in_line_table.
364 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
365 N_SLINE encountered if we see an N_FUN before any N_SLINE.
366
51b9608c
TR
3672002-03-20 Tom Rix <trix@redhat.com>
368
369 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
370 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
371 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
372
789c90aa
TR
3732002-03-19 Tom Rix <trix@redhat.com>
374
375 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
376 dynamic objects in archives.
377
1da54d81
HPN
3782002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
379
380 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
381 STT_NOTYPE symbols to STT_OBJECT.
382
beb43bb9
JH
383Mon Mar 18 17:38:03 CET 2002 Jan Hubicka <jh@suse.cz>
384
385 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
386
eb1e0e80
NC
3872002-03-18 Tom Rix <trix@redhat.com>
388
389 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
390 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
391 * coff-rs6000 (do_pad) : New function for archive padding.
392 (do_copy) : New function for object file copying in archives.
393 (do_shared_object_padding) : New function for padding shared
394 objects to their text section alignment in archives.
395 (bfd_xcoff_ar_achive_set_magic) : Stub.
396 (xcoff_write_armap_big) : Use do_copy and do_pad.
397 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
398 do_copy and do_pad.
399 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
400 bfd_xcoff_magic_number.
401 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
402 fop.
403 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
404 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
405 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
406 * rs6000-core.c : Update copyright date.
407 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
408 csectpp.
409 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
410 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
411 (coff_set_flags) : Use bfd_xcoff_magic_number.
412 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
413 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
414 * Makefile.am : Same.
415 * config.bfd : Same.
416 * targets.c : Same.
417 * configure : Regnerate.
418 * Makefile.in : Same.
419 * bfd-in2.h : Same.
420
a1c259a1
NC
4212002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
422
423 * po/fr.po: Updated version.
424
4dae1ae7
AM
4252002-03-18 Alan Modra <amodra@bigpond.net.au>
426
427 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
428 * libbfd.h: Regenerate.
429 * archive.c (coff_write_armap): Pass on failures from
430 bfd_write_bigendian_4byte_int.
431
36b4f6e7
L
4322002-03-14 H.J. Lu <hjl@gnu.org>
433
434 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
435 error to bfd_error_nonrepresentable_section for reinit_array
436 section in DSO.
437
a1aefc76
NC
4382002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
439
a181be0a
NC
440 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
441 OR it in rather than replacing previously selected flags.
442
a1aefc76
NC
443 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
444 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
445
c119f9b8
AM
4462002-03-14 Alan Modra <amodra@bigpond.net.au>
447
448 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
449 (N): Use the above.
450 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
451 ensure reloc size matches before calling elf_link_input_bfd.
452 Add an assert to check reloc size when counting output relocs.
453
c295a511
NC
4542002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
455
456 * mmo.c (mmo_get_loc): Return NULL rather than false.
457
9ce88e60
NC
4582002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
459
460 * po/fr.po: Updated version.
461
4ddafab0
AM
4622002-03-13 Alan Modra <amodra@bigpond.net.au>
463
b74fa2cd
AM
464 * archures.c (bfd_default_compatible): Test bits_per_word.
465 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
466 bfd_default_compatible.
467 * cpu-i370.c (i370_compatible): Likewise.
468 * cpu-sparc.c (sparc_compatible): Likewise.
469 * cpu-h8300.c (compatible): Test in->arch == out->arch.
470
40b829d4
AM
471 * elflink.h: Formatting fixes.
472 (elf_link_output_extsym): Merge undefined and undef weak cases.
473
4ddafab0
AM
474 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
475 when word size of input matches output word size.
476
dd53c801
AJ
4772002-03-12 Andreas Jaeger <aj@suse.de>
478
479 * cpu-i386.c (i386_compatible): New. Use it instead of
480 bfd_default_compatible.
481
aa066ac8
L
4822002-03-07 H.J. Lu (hjl@gnu.org)
483
484 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
485 as the type for bfd_reloc_val.
486
1bf42538
JL
4872002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
488
489 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
490 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
491 (elf_hppa_final_link_relocate): Correct relocations for indirect
492 references to local data through the DLT. Fix .opd creation for
493 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
494 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
495 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
496 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
497 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
498 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
499 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
500
86eaf01e
JJ
5012002-03-05 Jakub Jelinek <jakub@redhat.com>
502
503 * merge.c (_bfd_merge_sections): Don't segfault if there
504 is nothing to merge due to GC.
505
c44233aa
AM
5062002-03-05 Alan Modra <amodra@bigpond.net.au>
507
039cc25f
AM
508 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
509 symbols that have been forced local.
510
c44233aa
AM
511 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
512 to output forced local syms for non-shared link.
513 (elf_link_output_extsym): Tweak condition for calling backend
514 adjust_dynamic_symbol so that previous behaviour is kept.
515 Whitespace changes throughout file.
516
25e27870
L
5172002-03-04 H.J. Lu <hjl@gnu.org>
518
519 * elf.c (bfd_section_from_shdr): Handle special sections,
520 .init_array, .fini_array and .preinit_array.
521 (elf_fake_sections): Likewise.
522
523 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
524 DT entry only if the section is in output for .init_array,
525 .fini_array and .preinit_array. Complain about .preinit_array
526 section in DSO.
527 (elf_bfd_final_link): Warn zero size for .init_array,
528 .fini_array and .preinit_array sections.
529
530 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
531 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
532 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
533 .preinit_array.
534
bb2a49f2
AM
5352002-03-04 Alan Modra <amodra@bigpond.net.au>
536
537 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
538 * configure: Regenerate.
539
38487e5e
TR
5402002-03-02 Tom Rix <trix@redhat.com>
541
c44233aa
AM
542 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
543 symbolic equiv.
38487e5e
TR
544 * coff-rs6000.c (xcoff_howto_table): Same.
545
30831527
RH
5462002-03-01 David Mosberger <davidm@hpl.hp.com>
547
548 * elflink.h (size_dynamic_sections): If section named
549 ".preinit_array" exists, create DT_PREINIT_ARRAY and
550 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
551 ".init_array" and ".fini_array".
552 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
553 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
554 DT_FINI_ARRAY.
555
c8e5ddc8
AM
5562002-02-26 Andrew Macleod <amacleod@cygnus.com>
557
558 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
559 dynsyms.
560
96e0dda4
AM
5612002-02-25 Alan Modra <amodra@bigpond.net.au>
562
1c5b6bf8
AM
563 * elf64-hppa.h: Update copyright date.
564
96e0dda4
AM
565 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
566 (ppc64_elf_relocate_section): Don't generate power4 style branch
567 hints for *_BRTAKEN and *_BRNTAKEN relocs.
568
0fb19cbc
JJ
5692002-02-22 Jakub Jelinek <jakub@redhat.com>
570
571 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
572 last patch.
573 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
574
c434dee6
AJ
5752002-02-21 Andreas Jaeger <aj@suse.de>
576
577 * elf64-x86-64.c: Major rework that introduces all recent changes
578 to the x86-64 backend. Get a closer match to elf32-i386.
579 (struct elf64_x86_64_dyn_relocs): Rename from
580 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
581 all users.
582 (struct elf64_x86_64_link_hash_table): Add short cuts to some
583 sections.
584 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
585 remove casts, initialize new hash members.
586 (create_got_section): New.
587 (elf64_x86_64_create_dynamic_sections): New.
588 (elf64_x86_64_copy_indirect_symbol): New.
589 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
590 relocs, .got or .relgot here but do it in allocate_dynrelocs.
591 Reference count possible .plt and .got entries. Don't test input
592 section SEC_READONLY here to try to avoid copy relocs, and keep
593 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
594 DF_TEXTREL here. Delay setting of variables until needed. Cache
595 pointer to "sreloc" section in elf_section_data. Tweak condition
596 under which .got created. Report files with bad relocation
597 section names.
598 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
599 Reference count possible .plt entries. Don't deallocate .got and
600 .relgot space here.
601 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
602 do copy reloc processing for weakdefs. Remove redundant casts and
603 aborts. Delay setting of vars until needed. Move creation of
604 dynamic symbols and allocation of .plt and .rela.plt to
605 allocate_dynrelocs. Replace BFD_ASSERT with abort.
606 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
607 (allocate_dynrelocs): New.
608 (readonly_dynrelocs): New.
609 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
610 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
611 Zero out the dynamic allocated content space.
612 (elf64_x86_64_discard_copies): Removed.
613 (elf64_x86_64_relocate_section): Make use of dynamic section
614 short-cuts. Localise vars, and delay setting. Better error
615 reporting, replace BFD_ASSERT with abort. Check
616 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
617 regular object file and tread the weak definition as the normal
618 one. Don't discard relocs for undefweak or undefined symbols and
619 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
620 relocs.
621 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
622 symbols that have been forced local. Use same test to decide if
623 we can use a relative reloc for got as relocate_section. Expand
624 SHN_UNDEF comment. Move expressions out of function calls.
625 Replace BFD_ASSERT with abort.
626 (bfd_elf64_bfd_final_link): Removed.
627 (elf_backend_copy_indirect_symbol): Define.
628
ff3a6ee3
TR
6292002-02-20 Tom Rix <trix@redhat.com>
630
631 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
632 (_bfd_xcoff_reloc_type_lookup): Use it.
633 * coff64-rs6000.c (xcoff64_howto_table): Same.
634 (xcoff64_reloc_type_lookup): Same.
c434dee6 635
a68d41fb
AM
6362002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
637
638 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
639 little endian.
640
befc3abb
MS
6412002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
642
643 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
644 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
645 * bfd-in2.h: Regenerate.
646 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
647 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
648 with "s390:64-bit".
649 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
650 (elf_s390_reloc_type_lookup): Likewise.
651 (elf_s390_check_relocs): Likewise.
652 (elf_s390_gc_sweep_hook): Likewise.
653 (elf_s390_relocate_section): Likewise.
654 (elf_s390_object_p): Use renamed architecture define.
655 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
656
6eeeec9b
FCE
6572002-02-19 Frank Ch. Eigler <fche@redhat.com>
658
659 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
660
0bb2d96a
JJ
6612002-02-19 Jakub Jelinek <jakub@redhat.com>
662
663 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
664 absptr -> pcrel optimization for shared libs.
665 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
666 library cannot be converted to pcrel.
667 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
668 relative.
669 * elf32-i386.c (elf_i386_relocate_section): If
670 _bfd_elf_section_offset returned -2, skip, but make sure the
671 relocation is installed.
672 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
673 * elf32-cris.c (cris_elf_relocate_section): Likewise.
674 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
675 * elf32-i370.c (i370_elf_relocate_section): Likewise.
676 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
677 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
678 * elf32-s390.c (elf_s390_relocate_section): Likewise.
679 * elf32-sh.c (sh_elf_relocate_section): Likewise.
680 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
681 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
682 * elf64-s390.c (elf_s390_relocate_section): Likewise.
683 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
684 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
685 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
686 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
687 _bfd_elf_section_offset returning -2 the same way as -1.
688 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
689 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
690 and BFD_ASSERT.
691 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
692
69f284c7
TR
6932002-02-18 Tom Rix <trix@redhat.com>
694
695 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
696 (bfd_xcoff_size_dynamic_sections): Same.
697 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
698 (bfd_xcoff_size_dynamic_sections): Same.
699 * coff-rs6000.c (xcoff_generate_rtinit): Same.
700 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
701 * libxcoff.h (struct xcoff_backend_data_rec): Same.
702 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
703 * bfd-in2.h: Regenerate.
704
82bd7b59
AM
7052002-02-18 Alan Modra <amodra@bigpond.net.au>
706
707 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
708 (struct ppc_link_hash_table): Add sfpr.
709 (ppc64_elf_link_hash_table_create): Init it.
710 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
711 .glink out to..
712 (create_linkage_sections): ..here. Make .sfpr too.
713 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
714 dynobj early.
715 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
716 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
717 ._restf* functions, and create as needed.
718 (func_desc_adjust): Only force_local for shared libs.
719
ef1355e8
NC
7202002-02-18 David O'Brien <obrien@FreeBSD.org>
721
722 * configure.in: Bump version number post 2.12 branching.
723 * configure: Regenerate.
724
dfa36a69
HPN
7252002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
726
727 * mmo.c: Correct and improve comments.
728 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
729 zero-pad. Use input to fill up non-empty bfd buffer.
730 (mmo_flush_chunk): New function.
731 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
732 changed. Don't emit location specifier if VMA is same as
733 *LAST_VMAP after omitting leading zero contents. Call
734 mmo_flush_chunk before emitting location specifier.
735 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
736 with mmo_write_loc_chunk calls.
737 (mmo_internal_write_section): Call mmo_flush_chunk after
738 mmo_write_chunk.
739 (mmo_write_symbols_and_terminator): Move :Main to first position
740 in symbol array. Add faked one if it does not exist if there are
741 other symbols. Don't add it if there are no symbols at all. Move
742 out test for value of :Main from symbol loop. Rename table
743 fakemain to maintable and variable mainsym to fakemain.
744
ccf00ab6
RH
7452002-02-15 Richard Henderson <rth@redhat.com>
746
747 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
748 section with no got matches any got. Simplify error generaion.
749
88eaccc2
AM
7502002-02-15 Alan Modra <amodra@bigpond.net.au>
751
fd96f80f
AM
752 Support arbitrary length fill patterns.
753 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
754 (_bfd_default_link_order): Remove bfd_fill_link_order code.
755 Call default_data_link_order.
756 (default_fill_link_order): Delete.
757 (default_data_link_order): New function.
758 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
759 of bfd_fill_link_order with bfd_data_link_order.
760 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
761 * elf64-mips.c (mips_elf64_final_link): Likewise.
762
88eaccc2
AM
763 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
764 Correct value returned in "end" for "0x<non-hex>".
765
e2fd756b
NC
7662002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
767
768 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
769 (scan): Test against 'mach' field in info structure.
770
edd29cf9
AM
7712002-02-14 Alan Modra <amodra@bigpond.net.au>
772
773 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
774
1e30956e 7752002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
776
777 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
778 EF_M68000.
779
bf36db18
NC
7802002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
781
782 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
783 non-zero physical addresses when adjusting the LMAs of new
784 sections.
bf36db18 785
189c6563
AM
7862002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
787
788 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
789 from _bfd_elf_hppa_gen_reloc_type.
790 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
791 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
792 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
793 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
794
e948afaf
AO
7952002-02-12 Alexandre Oliva <aoliva@redhat.com>
796
797 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
798 loading its contents if there's nothing to do in it.
799
19397422
AM
8002002-02-12 Alan Modra <amodra@bigpond.net.au>
801
0ad3a73b
AM
802 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
803 64k boundary.
804
19397422
AM
805 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
806 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
807 (ppc64_elf_finish_dynamic_sections): Set values for them.
808
51316059
MS
8092002-02-11 Michael Snyder <msnyder@redhat.com>
810
811 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
812 * elf.c (elfcore_grok_pstatus): Add prototype.
813 (elfcore_grok_lwpstatus): Add prototype.
814 (elfcore_write_lwpstatus): New function.
815 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
816
518313c3
AO
8172002-02-11 Alexandre Oliva <aoliva@redhat.com>
818
819 * elf32-sh.c: Added missing prototypes.
820 * elf32-sh64.c: Likewise.
821 (sh_elf_align_loads): Mark unused args as such.
822 * elf64-sh64.c: Added missing prototypes.
823 (struct elf_sh64_link_hash_entry): Fix typo.
824 (sh_elf64_relocate_section): Fix info argument passed to
825 _bfd_elf_section_offset.
826
2c73f9d8
AM
8272002-02-11 Alan Modra <amodra@bigpond.net.au>
828
829 * Makefile.am: "make dep-am".
830 * Makefile.in: Regenerate.
831 * aclocal.m4: Regenerate.
832 * config.in: Regenerate.
833 * configure: Regenerate.
834
d426c6b0
DJ
8352002-02-10 Daniel Jacobowitz <drow@mvista.com>
836
837 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
838 variable warnings.
839 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
840 comparison warning.
841 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
842 cast warnings for the common case.
843
e58ee0cd
HPN
8442002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
845
846 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
847 vectors.
848 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
849 vectors.
850
7793f4d0
RH
8512002-02-09 Richard Henderson <rth@redhat.com>
852
853 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
854 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
855 (elf64_alpha_relocate_section): Likewise.
856 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
857 * bfd-in2.h, libbfd.h: Rebuild.
858
7e799044
HPN
8592002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
860
861 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
862 that base-plus-offset reloc accounting is consistent.
863 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
864 up to date for undefined symbols.
865
027d73eb
EC
8662002-02-08 Eric Christopher <echristo@redhat.com>
867
868 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
869
870 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
871 sections for the O32 ABI.
872
517662d4
CD
8732002-02-08 Chris Demetriou <cgd@broadcom.com>
874
875 * elf32-arm.h: Fix formatting of _("...").
876 * elf32-d10v.c: Likewise.
877 * elf32-m68k.c: Likewise.
878 * elf32-mips.c: Likewise.
879
5e37cc46
NC
8802002-02-08 Ivan Guzvinec <ivang@opencores.org>
881
882 * coff-or32.c: Fix compile time warning messages.
883
fbca6ad9
AO
8842002-02-08 Alexandre Oliva <aoliva@redhat.com>
885
886 Contribute sh64-elf.
887 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
888 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
889 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
890 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
891 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
892 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
893 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
894 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
895 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
896 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
897 New relocs.
898 * libbfd.h, bfd-in2.h: Rebuilt.
899 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
900 (sh_reloc_map): Map them.
901 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
902 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
903 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
904 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
905 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
906 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
907 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
908 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
909 datalabel_got_offset.
910 (sh_elf_link_hash_newfunc): Initialize it.
911 (sh_elf_relocate_section): Augment the scope of
912 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
913 GOT and GOTOFF handling to new SHmedia relocation types. Support
914 GOT_BIAS.
915 (sh_elf_check_relocs): Likewise.
916 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
917 PLT entries using movi_shori_putval. Support GOT_BIAS.
918 (sh_elf_finish_dynamic_sections): Likewise.
919 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
920 relocation, it's now done by the caller.
921 (GOT_BIAS): New.
922 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
923 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
924 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
925 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
926 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
927 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
928 sh64_elf64_hash_table): New.
929 (sh_elf64_howto_table): Introduce new relocs.
930 (sh_elf64_info_to_howto): Accept new PIC relocs.
931 (sh_elf64_relocate_section): Augment the scope of
932 seen_stt_datalabel. Support new PIC relocs.
933 (sh_elf64_check_relocs): Support new PIC relocs.
934 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
935 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
936 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
937 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
938 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
939 movi_shori_putval, movi_3shori_putval,
940 sh64_elf64_create_dynamic_sections,
941 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
942 sh64_elf64_size_dynamic_sections,
943 sh64_elf64_finish_dynamic_symbol,
944 sh64_elf64_finish_dynamic_sections): New.
945 (elf_backend_create_dynamic-sections,
946 bfd_elf64_bfd_link_hash_table_create,
947 elf_backend_adjust_dynamic_symbol,
948 elf_backend_size_dynamic_sections,
949 elf_backend_finish_dynamic_symbol,
950 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
951 elf_backend_plt_readonly, elf_backend_want_plt_sym,
952 elf_backend_got_header_size, elf_backend_plt_header_size):
953 Define.
954 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
955 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
956 match official numbers and names; moved unmaching ones to the
957 range 0xf2-0xff.
958 * elf32-sh64.c, elf64-sh64.c: Likewise.
959 2001-03-12 DJ Delorie <dj@redhat.com>
960 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
961 sections.
962 2001-03-12 DJ Delorie <dj@redhat.com>
963 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
964 be aligned.
965 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
966 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
967 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
968 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
969 .cranges section with SEC_SORT_ENTRIES set.
970 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
971 incoming sorted .cranges section.
972 (sh64_bfd_elf_copy_private_section_data): New.
973 (sh64_elf_final_write_processing): Only sort .cranges and modify
974 start address if called by linker.
975 2001-01-08 Ben Elliston <bje@redhat.com>
976 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
977 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
978 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
979 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
980 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
981 line. Add comments before all entries.
982 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
983 comment.
984 (sh_elf64_reloc): Correct head comment.
985 (sh_elf64_relocate_section): Correct spacing.
986 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
987 instead call reloc_dangerous callback.
988 <case R_SH_SHMEDIA_CODE>: New case.
989 (sh_elf64_gc_mark_hook): Correct spacing.
990 (sh_elf64_check_relocs): Ditto.
991 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
992 New case.
993 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
994 functions.
995 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
996 clarify describing comment. Add comments before all entries.
997 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
998 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
999 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1000 Sort .cranges section in final link. Prepare to set bit 0 on
1001 entry address.
1002 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
1003 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
1004 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
1005 .cranges section.
1006 (sh64_backend_section_from_shdr): New, to recognize
1007 SHT_SH5_CR_SORTED on incoming .cranges section.
1008 (elf_backend_section_from_shdr): Define.
1009 (sh64_elf_final_write_processing): Sort outgoing .cranges
1010 section. (New, temporarily disabled:) Set bit 0 on entry address
1011 according to ISA type.
1012 (sh64_find_section_for_address): New.
1013 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
1014 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
1015 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
1016 bfd_malloc, not xmalloc.
1017 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
1018 global.
1019 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
1020 temporarily disabled) setting bit 0 on entry address.
1021 (elf_backend_final_write_processing): Define.
1022 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1023 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
1024 be a proper relocation for PTA and PTB rather than a marker.
1025 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
1026 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
1027 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
1028 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
1029 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
1030 Zero src_mask.
1031 * elf64-sh64.c: Ditto.
1032 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
1033 * elf32-sh64.c: Include opcodes/sh64-opc.h
1034 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
1035 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
1036 parameters. No unused parameters. Caller changed.
1037 <case R_SH_PT_16>: New case.
1038 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
1039 * Makefile.in: Regenerate.
1040 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1041 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
1042 all code sections.
1043 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1044 (sh64_elf_merge_private_data): Ditto.
1045 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
1046 to access stored section flags.
1047 (sh64_elf_final_write_processing): Return immediately unless
1048 called by linker. Use sh64_elf_section_data (cranges) to get size
1049 of linker-generated cranges entries.
1050 (sh64_elf_copy_private_data): Add missing "return true".
1051 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1052 (sh_elf64_merge_private_data): Ditto.
1053 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1054 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
1055 elf64-sh64.c:sh64_elf_fake_sections.
1056 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
1057 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1058 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
1059 (sh64_elf_final_write_processing): New.
1060 (elf_backend_final_write_processing): Define.
1061 (sh64_elf_fake_sections): Get header flags from tdata field.
1062 (sh64_elf_copy_private_data): Do not call
1063 sh64_elf_copy_private_data_internal, just copy e_flags field.
1064 (sh64_elf_merge_private_data): Do not call
1065 sh64_elf_copy_private_data_internal.
1066 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1067 Remove EF_SH64_ABI64, let ELF size make difference.
1068 Remove SH64-specific BFD section flag.
1069 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
1070 containing SHmedia through elf_section_data (asect)->tdata
1071 non-zero, not using a BFD section flag.
1072 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
1073 (sh64_elf_merge_private_data): Similar.
1074 (elf_backend_section_flags): Don't define.
1075 (sh64_elf_backend_section_flags): Delete.
1076 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
1077 not EF_SH64_ABI64.
1078 (sh_elf64_merge_private_data): Similar.
1079 * section.c (Section flags definitions): Don't define
1080 SEC_SH_ISA_SHMEDIA.
1081 (bfd-in2.h): Regenerate.
1082 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
1083 Make DataLabel references work with partial linking.
1084 * elf32-sh64.c: Fix formatting.
1085 (sh64_elf_link_output_symbol_hook): New.
1086 (elf_backend_link_output_symbol_hook): Define to
1087 sh64_elf_link_output_symbol_hook.
1088 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
1089 undefined if partial linking. Adjust sanity check.
1090 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
1091 (elf_backend_link_output_symbol_hook): Define to
1092 sh64_elf64_link_output_symbol_hook.
1093 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
1094 undefined if partial linking. Adjust sanity check.
1095 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
1096 Implement semantics for inter-file DataLabel references.
1097 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
1098 (sh64_elf64_add_symbol_hook): New.
1099 (sh_elf64_relocate_section): If passing an indirect symbol with
1100 st_type STT_DATALABEL on the way to a symbol with st_other
1101 STO_SH5_ISA32, do not bitor 1 to the relocation.
1102 (elf_backend_add_symbol_hook): Define to
1103 sh64_elf64_add_symbol_hook.
1104 * elf64-sh32.c: Tweak comments.
1105 (DATALABEL_SUFFIX): Define.
1106 (sh64_elf_add_symbol_hook): New.
1107 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
1108 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
1109 symbol with st_type STT_DATALABEL on the way to a symbol with
1110 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
1111 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
1112 Pass through STT_DATALABEL.
1113 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
1114 (elf_backend_get_symbol_type): Define.
1115 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
1116 (elf_backend_get_symbol_type): Define.
1117 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1118 * elf32-sh64.c: Tweak comments.
1119 (sh64_elf_copy_private_data_internal): Add prototype.
1120 (bfd_elf32_bfd_set_private_flags): Define.
1121 (sh64_elf_copy_private_data_internal): Compare machine name, not
1122 textual BFD target name, to check whether to copy section flag
1123 SHF_SH5_ISA32.
1124 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
1125 Tweak section-contents-type-mismatch message.
1126 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
1127 Validize reloc-types.
1128 * elf64-sh64.c: New file.
1129 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
1130 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
1131 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
1132 Regenerate dependencies.
1133 * Makefile.in: Regenerate.
1134 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
1135 bfd_elf64_sh64l_vec.
1136 * configure.in: Handle bfd_elf64_sh64_vec and
1137 bfd_elf64_sh64l_vec.
1138 * configure: Regenerate.
1139 * po/POTFILES.in: Regenerate.
1140 * po/bfd.pot: Regenerate.
1141 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1142 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
1143 anything else but EF_SH64 and EF_SH64_ABI64.
1144 (sh64_elf_merge_private_data): Emit error for anything else but
1145 EF_SH64 and EF_SH64_ABI64.
1146 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
1147 from targ_selvecs.
1148 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
1149 bfd_elf32_sh64l_vec as a temporary measure.
1150 * configure: Regenerate.
1151 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
1152 * cpu-sh.c (arch_info_struct): Include sh5 item
1153 unconditionalized.
1154 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
1155 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
1156 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
1157 * elf32-sh64.c: Tweak comments.
1158 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
1159 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
1160 (sh64_elf_copy_private_data_internal): Wrap long line.
1161 (sh64_elf_merge_private_data): Rewrite to allow objects from
1162 SH64 subsets to be linked together.
1163 (INCLUDE_SHMEDIA): Define.
1164 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
1165 Parenthesize plus-expression inside or-expression.
1166 <global symbol>: Ditto.
1167 (sh_elf_set_mach_from_flags): Remove code refusing
1168 deleted EF_SH64_32BIT_ABI flag.
1169 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
1170 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
1171 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
1172 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
1173 (sh_elf_relocate_section) <local symbol>: Or 1 in
1174 calculation of relocation if sym->st_other & STO_SH5_ISA32.
1175 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
1176 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
1177 relocation.
1178 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1179 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
1180 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
1181 Regenerate dependencies.
1182 * Makefile.in: Regenerate.
1183 * archures.c: Add bfd_mach_sh5.
1184 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
1185 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
1186 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
1187 * configure: Regenerate.
1188 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
1189 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
1190 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
1191 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
1192 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
1193 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
1194 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
1195 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
1196 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
1197 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
1198 in item for SH5.
1199 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
1200 for SHmedia relocs.
1201 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
1202 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
1203 shmedia_prepare_reloc, goto final_link_relocate if it returns
1204 non-zero, else fail as before.
1205 (sh_elf_set_mach_from_flags): Provide function only if not defined
1206 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
1207 (sh_elf_set_private_flags): Provide function only if not defined
1208 as a macro.
1209 (sh_elf_copy_private_data): Similar.
1210 (sh_elf_merge_private_data): Similar.
1211 * section.c (SEC_SH_ISA_SHMEDIA): New.
1212 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
1213 * elf32-sh64.c: New file.
1214 * libbfd.h: Regenerate.
1215 * bfd-in2.h: Regenerate.
1216 * po/POTFILES.in: Regenerate.
1217 * po/bfd.pot: Regenerate.
1218 * bfd-in2.h: Regenerate.
1219 * libbfd.h: Regenerate.
1220
e108f470
DJ
12212002-02-07 Daniel Jacobowitz <drow@mvista.com>
1222
1223 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
1224 been included, not drag it in.
1225 * bfd-in2.h: Regenerate.
1226
259d18a3
L
12272002-02-06 H.J. Lu (hjl@gnu.org)
1228
1229 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
1230 the mach and ISA fields if necessary.
1231
f13b834e
NC
12322002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1233
1234 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
1235 ARM architecture when an F_ARM_5 flag is detected, since we cannot
1236 be sure exactly which architecture this represents.
1237
82f6addb
NC
12382002-02-05 Nick Clifton <nickc@redhat.com>
1239
1240 * po/tr.po: Updated translation.
1241
899f54f5
AM
12422002-02-05 Alan Modra <amodra@bigpond.net.au>
1243
1244 From Jimi X <jimix@watson.ibm.com>
1245 * archures (bfd_mach_ppc64): Define.
1246 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
1247 (bfd_powerpc_arch): Define.
1248 * bfd-in2.h: Regenerate.
1249 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
1250 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
1251 (bfd_powerpc_archs): Add default powerpc64 arch.
1252
248866a8
AM
12532002-02-05 Alan Modra <amodra@bigpond.net.au>
1254
1255 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
1256 against section syms in readonly sections. Don't do the global
1257 sym check if we find one.
1258 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
1259 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 1260 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
1261 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
1262 (elf_s390_grok_prstatus): Add missing prototype.
1263
4fa5c2a8
HPN
12642002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1265
1266 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
1267 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
1268 Call bfd_get_section_by_name only once. Initialize
1269 bpodata->n_bpo_relocs_this_section.
1270 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
1271 referring to DSOs.
1272 (bpo_reloc_request_sort_fn): Don't use difference of values as
1273 return-value.
1274
537c972e
DB
12752002-02-02 David O'Brien <obrien@FreeBSD>
1276
1277 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
1278 version 4.5 and later the same as 5-CURRENT.
1279 * configure: Re-generate.
1280
006336b8
JT
12812002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1282
1283 * config.bfd (hppa*-*-netbsd*): New target.
1284
6c571f00
PT
12852002-01-31 Philipp Thomas <pthomas@suse.de>
1286
19397422
AM
1287 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
1288 to front of message. Unify messages with elf32-arm.h. Use
1289 commas where neccessary.
1290 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
1291 ERROR in messages. Unify messages with coff-arm.c. Correct
1292 VFP/FPA error message.
1293 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
1294 APCS-32 for translation.
6c571f00 1295
930b4cb2
HPN
12962002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1297
1298 Perform on-demand global register allocation from
1299 R_MMIX_BASE_PLUS_OFFSET relocs.
1300 * elf64-mmix.c (struct bpo_reloc_section_info, struct
1301 bpo_reloc_request, struct bpo_greg_section_info): New.
1302 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
1303 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
1304 _bfd_mmix_check_all_relocs,
1305 _bfd_mmix_prepare_linker_allocated_gregs,
1306 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
1307 (elf_mmix_howto_table): Correct src_mask for most relocs.
1308 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
1309 case.
1310 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
1311 case. Fix typo in comment. New label do_mmix_reloc.
1312 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
1313 store first object file with a base-plus-offset reloc. Call
1314 mmix_elf_check_common_relocs for the part common with mmo.
1315 (mmix_elf_final_link): Write out linker-allocated register
1316 contents section.
1317 (elf_backend_gc_sweep_hook): Define.
1318 (bfd_elf64_bfd_relax_section): Define.
1319
1320 * mmo.c: Don't include <ctype.h>
1321 (mmo_init): Correct init-once logic.
1322
3e36d993
TR
13232002-02-01 Tom Rix <trix@redhat.com>
1324
1325 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
1326
ba323545
AM
13272002-02-01 Alan Modra <amodra@bigpond.net.au>
1328
1329 * Makefile.am: Run "make dep-am"
1330 * Makefile.in: Regenerate.
1331
012884d6
DB
13322002-01-31 David O'Brien <obrien@FreeBSD>
1333
1334 * configure.in: Recognize the differences in core files from FreeBSD
1335 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
1336 5-CURRENT.
1337 * configure: Regenerate.
1338
3b16e843
NC
13392002-01-31 Ivan Guzvinec <ivang@opencores.org>
1340
1341 * coff-or32.c: New file.
1342 * cpu-or32.c: New file.
1343 * elf32-or32.c: New file.
1344 * archures.c: Add support for or32.
1345 * targets.c: Add support for or32.
1346 * bfd-in2.h: Regenerate.
7dc0ab31 1347 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
1348 coff_write_object_contents): Add support for or32.
1349 * config.bfd: Add target.
1350 * configure.in: Add support for or32.
1351 * configure: Regenerate.
1352 * Makefile.am: Add support for or32.
1353 * Makefile.in: Regenerate.
3b16e843
NC
1354 * po/SRC-POTFILES.in: Add or32 files.
1355 * po/bfd.pot: Regenerate.
7dc0ab31 1356
caf8ca8e
NC
13572002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
1358 Don Lindsay <lindsayd@cisco.com>
1359
1360 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
1361 false' with a return of a bfd_reloc_ error code.
1362
e5dfef09
HPN
13632002-01-31 Hans-Peter Nilsson <hp@axis.com>
1364
1365 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
1366 unexport unreferenced symbols when --export-dynamic. Call
1367 _bfd_elf_strtab_delref when unexporting.
1368
4e4770d0
DJ
13692002-01-30 Daniel Jacobowitz <drow@mvista.com>
1370
1371 * bfd-in.h: Include <stdbool.h> if it is available.
1372 * bfd-in2.h: Regenerated.
1373
e1fa50e7
AM
13742002-01-31 Alan Modra <amodra@bigpond.net.au>
1375
1376 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
1377 not go via the plt.
1378
b5f79c76
NC
13792002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1380
b5f79c76
NC
1381 * archures.c: Tidy up formatting of embedded comments.
1382 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 1383 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
1384 * reloc.c: Tidy up formatting of ordinary & embedded comments.
1385 * section.c: Tidy up formatting of embedded comments.
1386 * syms.c: Tidy up formatting of embedded comments.
1387 * targets.c: Tidy up formatting of embedded comments.
1388
1389 * bfd-in2.h: Regenerate.
1390
ca09e32b
NC
13912002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1392
1393 * vms-tir.c (cmd_name): New function.
1394 (tir_cmd_name): New function.
1395 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
1396 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
1397 Fix formatting.
7dc0ab31 1398
ca09e32b
NC
1399 * peXXigen.c (pe_print_idata): Rearrange message to aid in
1400 translation.
1401 (pe_print_pdata): Rearrange message to aid in translation.
1402
1403 * libbfd.c (warn_deprecated): Rearrange error message to aid in
1404 translation.
1405
1406 * ihex.c (ihex_write_object_contents): Fix spelling typo.
1407
1408 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
1409
1410 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
1411 message to aid in translation.
1412
1413 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
1414 to aid in translation.
1415
1416 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
1417
7dc0ab31 14182002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
1419
1420 * coff-arm.c, elf32-elf.h: Unify messages.
1421
05f64ac6
NC
14222002-01-30 Nick Clifton <nickc@redhat.com>
1423
1424 * po/sv.po: Updated translation.
1425
f5a3e38a
NC
14262002-01-30 Philipp Thomas <pthomas@suse.de>
1427
1428 * dwarf2.c (read_abbrev): Use full section name in error message.
1429 (decode_line_info): Likewise.
661a3fd4
NC
1430
1431 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
1432 message.
1433
d926e03d
AM
14342002-01-30 Alan Modra <amodra@bigpond.net.au>
1435
1436 * elf64-ppc.c (func_desc_adjust): Only provide missing function
1437 descriptor symbols for undefined function code syms. Clear
1438 ELF_LINK_NON_ELF so that they can stay weak.
1439
030d18fb 14402002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 1441 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
1442
1443 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
1444 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
1445 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
1446 generation.
1447 * bfd-in2.h: Regenerate.
1448
fcc76bea
CD
14492002-01-29 Chris Demetriou <cgd@broadcom.com>
1450
1451 * elf32-mips.c: Add additional comments about HI16 relocation
1452 processing.
1453 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
1454 pc-relative relocations. (Reverts change made on 2001-10-31.)
1455 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
1456 for pc-relative relocations.
1457 (mips_elf_calculate_relocation): Add a comment about a kludge
1458 in the R_MIPS_GNU_REL_HI16 handling.
1459 (_bfd_mips_elf_relocate_section): Implement that kludge;
1460 adjust pc-relative HI16 relocation for difference in HI16 and
1461 LO16 addresses, since it can't easily be done in
1462 mips_elf_calculate_relocation.
1463
f9cd9119
MS
14642002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
1465
1466 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
1467 relocations with PC32 relocations for undefined or weak symbols.
1468 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
1469 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
1470
702248bb
JT
14712002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
1472
1473 * elfcore.h (elf_core_file_p): Improve comment for last change.
1474
4867be41
DJ
14752002-01-27 Daniel Jacobowitz <drow@mvista.com>
1476
1477 * configure: Regenerated.
1478
a94cef6a
JT
14792002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
1480
1481 * elfcore.h (elf_core_file_p): Set the machine architecture
1482 before processing the program headers.
1483
7562a296
HPN
14842002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1485
966abd70
HPN
1486 * configure.in <64-bit configuration>: If using gcc, check and
1487 emit error for egcs-1.1.2.
1488 * configure: Regenerate.
1489
e8eab623
NC
14902002-01-26 Egor Duda <deo@logos-m.ru>
1491
1492 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
1493 as possible to avoid stack corruption.
1494
73896efb
RH
14952002-01-26 Richard Henderson <rth@redhat.com>
1496
1497 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
1498 for non-allocated sections.
1499
15002002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
1501
1502 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
1503 prstat.pr_reg even if it is a struct.
1504
73896efb 15052002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743
NC
1506
1507 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
1508
3d66c4f7
NC
15092002-01-25 Philipp Thomas <pthomas@suse.de>
1510
1511 * coffgen.c (coff_print_symbol): Don't mark info message
1512 for translation.
1513
9460ecda
NC
15142002-01-25 Nick Clifton <nickc@redhat.com>
1515
1516 * po/fr.po: Updated translation.
1517 * po/es.po: Updated translation.
1518
cc9ff76a
AM
15192002-01-25 Philipp Thomas <pthomas@suse.de>
1520
1521 * coff-alpha.c (alpha_relocate_section): Unify warning message
1522 for GP relative relocations without GP defined.
1523 * coff-mips.c (mips_relocate_section): Likewise.
1524
c68836a9
AM
15252002-01-25 Alan Modra <amodra@bigpond.net.au>
1526
1527 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
1528 unsigned overflow when new_offset < old_offset.
1529
e8eab623 15302002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
1531
1532 * bfd.c (_bfd_abort): Fix typo.
1533
8ba89f17
RH
15342002-01-23 Richard Henderson <rth@redhat.com>
1535
1536 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
1537 plt entries for undefweak symbols.
1538
c6953948
NC
15392002-01-23 Steve Ellcey <sje@cup.hp.com>
1540
1541 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
1542 DEFAULT_VECTOR.
1543 (bfd_elf64_ia64_hpux_big_vec): Ditto.
1544 (bfd_elf32_h8300_vec): Ditto.
1545
41bd81ab
AM
15462002-01-23 Alan Modra <amodra@bigpond.net.au>
1547
1548 * elf64-ppc.c: Remove stale part of ABI comment.
1549 (NO_OPD_RELOCS): Define.
1550 (ppc64_elf_check_relocs): Use it.
1551 (ppc64_elf_relocate_section): Here too.
1552 (build_one_stub): Don't point function syms at the stub. Instead,
1553 hijack plt.offset.
1554 (ppc64_elf_relocate_section): Check whether REL24 relocs should
1555 really go to the stub. Make all dynamic relocs in opd against
1556 locals.
1557 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
1558 plt.offset.
1559
f304919d
RH
15602002-01-22 Richard Henderson <rth@redhat.com>
1561
1562 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
1563
c0ef99a7
AM
15642002-01-22 Alan Modra <amodra@bigpond.net.au>
1565
60ee0d4a
AM
1566 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
1567 TOC_BASE_OFF adjustment.
1568
c0ef99a7
AM
1569 * Makefile.am: Run "make dep-am".
1570 * Makefile.in: Regenerate.
1571 * po/SRC-POTFILES.in: Regenerate.
1572
64328b46
AM
15732002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
1574
1575 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
1576 host defines.
1577
59953665 15782002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
1579
1580 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
1581 Check for and emit error if sgot is NULL at this point.
1582
9596feea
JT
15832002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1584
1585 * config.bfd (ia64*-*-netbsd*): New target.
1586
7b45c6e1
AM
15872002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1588
1589 * som.c (som_write_space_strings): Comment typo fix.
1590
e5094212
AM
15912002-01-21 Alan Modra <amodra@bigpond.net.au>
1592
e86ce104
AM
1593 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
1594 is_func_descriptor fields.
1595 (link_hash_newfunc): Init them.
1596 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
1597 dot are candidates for plt entries. When processing .opd relocs,
1598 set function descriptor strings to point inside function code
1599 string, and set new ppc_link_hash_entry fields.
1600 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
1601 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
1602 function descriptors. It's now done in..
1603 (func_desc_adjust): New.
1604 (ppc64_elf_func_desc_adjust): New.
1605 (define elf_backend_always_size_sections): Define.
1606 (ppc64_elf_hide_symbol): New.
1607 (define elf_backend_hide_symbol): Define.
1608 (allocate_dynrelocs): Remove code looking up function descriptors
1609 as that has been done earlier.
1610 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
1611 table.
1612 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
1613 up function descriptor.
1614 (build_one_stub): Look up the function code sym. Check for
1615 invalid plt offsets.
1616 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
1617 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
1618
e5094212
AM
1619 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
1620 boolean param.
1621 (_bfd_elf_link_hash_hide_symbol): Likewise.
1622 * elflink.h (elf_link_add_object_symbols): Adjust call to
1623 elf_backend_hide_symbol.
1624 (elf_fix_symbol_flags): Likewise.
1625 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
1626 than bfd_alloc.
1627 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
1628 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
1629 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1630 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
1631 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
1632 and adjust to suit.
1633 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
1634 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
1635 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1636
40b8271b
AM
16372002-01-18 Alan Modra <amodra@bigpond.net.au>
1638
1639 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
1640 dynamic function descriptor symbol, not the associated function
1641 symbol.
1642
55baa95b
EC
16432002-01-17 Eric Christopher <echristo@redhat.com>
1644
1645 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
1646
328577ad
NC
16472002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1648
1649 * po/bfd.pot: Regenerate.
1650 * po/fr.po: Regenerate.
1651
af746e92
AM
16522002-01-17 Alan Modra <amodra@bigpond.net.au>
1653
1654 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
1655 Remove "Elf_Internal_Shdr *" param.
1656 (_bfd_mips_elf_section_from_bfd_section): Ditto.
1657 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
1658 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
1659 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
1660 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
1661 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
1662 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
1663 function to override special sections. Remove hdr arg from
1664 backend call, and don't loop.
1665
175e9962
EC
16662002-01-16 Eric Christopher <echristo@redhat.com>
1667
1668 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
1669 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
1670 relocations requiring gp0 and gp.
1671
96a846ea
RE
16722002-01-16 Richard Earnshaw <rearnsha@arm.com>
1673
175e9962 1674 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
1675 EF_ARM_VFP_FLOAT.
1676 (elf32_arm_print_private_bfd_data): Likewise.
1677
af3ae48d
NC
16782002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1679
1680 * po/tr.po: Import new version.
1681
10ed1bba
AM
16822002-01-16 Alan Modra <amodra@bigpond.net.au>
1683
1684 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
1685 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
1686 (ORI_R0_R0_0): Correct.
1687
5d1634d7
AM
16882002-01-16 Alan Modra <amodra@bigpond.net.au>
1689
1690 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
1691 when plt_not_loaded.
1692 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
1693 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
1694 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
1695 (ppc64_elf_glink_code): Delete.
1696 (PPC64_ELF_GLINK_SIZE): Delete.
1697 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
1698 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
1699 ORI_R0_R0_0): Define.
1700 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
1701 (struct ppc_link_hash_table): Add sstub and plt_overflow.
1702 (ppc64_elf_link_hash_table_create): Init them.
1703 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
1704 Don't copy to shared lib.
1705 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
1706 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
1707 (allocate_dynrelocs <plt>): Don't change function sym here. Make
1708 room for .stub and .glink code.
1709 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
1710 DT_PPC64_GLINK.
1711 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
1712 bfd_elf64_bfd_final_link.
1713 (bfd_elf64_bfd_final_link): Don't define.
1714 (ppc64_elf_size_stubs): New.
1715 (build_plt_stub): New.
1716 (build_one_stub): New.
1717 (ppc64_elf_build_stubs): New.
1718 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
1719 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
1720 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
1721 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
1722 case output sections not separate. Adjust DT_RELASZ to not
1723 include plt relocs. Set reserved got entry. Set got and plt
1724 entry size.
1725 (elf_backend_got_header_size): Set to 8.
1726 * elf64-ppc.h: New file.
1727
c601ffdb
AM
17282002-01-16 Alan Modra <amodra@bigpond.net.au>
1729
1730 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
1731 sections, use bfd_section_list_remove.
1732 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1733 * elflink.h (elf_link_add_object_symbols): When removing all
1734 sections, use bfd_section_list_clear.
1735
8fb4cb7f
NC
17362002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1737
1738 * po/sv.po: New file: Swedish translation.
1739 * configure.in (ALL_LINGUAS): Add sv.
1740 * configure: Regenerate.
1741
d3c456e9
JJ
17422002-01-15 Jakub Jelinek <jakub@redhat.com>
1743
1744 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
1745 * elf.c (merge_sections_remove_hook): New function.
1746 (_bfd_elf_merge_sections): Pass it as 3rd argument to
1747 _bfd_merge_sections.
1748 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
1749 * libbfd.h: Rebuilt.
1750 * merge.c (_bfd_merge_sections): Add remove_hook argument.
1751 Call remove_hook if a SEC_EXCLUDE section is encountered.
1752
1f7fd478
NC
17532002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1754
1755 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
1756 (xstormy16_reloc_map): Initialise new field with correct howto
1757 table.
1758 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
1759 howto entry.
1760
b87011e9
MS
17612002-01-10 Michael Snyder <msnyder@redhat.com>
1762
1763 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
1764 (elfcore_write_pstatus): Use long instead of pid_t;
1765 * elf-bfd.h: Change prototypes to use long instead of pid_t;
1766
175e9962 17672002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
1768
1769 * elf.c: Update copyright years.
1770 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
1771 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
1772
7c76fa91
MS
17732002-01-08 Michael Snyder <msnyder@redhat.com>
1774
1775 Add capability to write corefile note sections, for gdb.
1776 * elf.c (elfcore_write_note): New function.
1777 (elfcore_write_prpsinfo): New function.
1778 (elfcore_write_prstatus): New function.
1779 (elfcore_write_pstatus): New function.
1780 (elfcore_write_prfpreg): New function.
1781 (elfcore_write_prxfpreg): New function.
97996af6 1782 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 1783
e1fddb6b
AO
17842002-01-08 Alexandre Oliva <aoliva@redhat.com>
1785
1786 * elf.c (elf_fake_sections): Propagate errors from
1787 elf_backend_fake_section.
1788
8d05742f
JT
17892002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1790
1791 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
1792 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
1793 (elf32-sh-nbsd.lo): New rule.
1794 * Makefile.in: Regenerate.
1795 * config.bfd (sh*le-*-netbsdelf*): New target.
1796 (sh*-*-netbsdelf*): New target.
1797 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
1798 (bfd_elf32_shnbsd_vec): New vector.
1799 (bfd_elf32_shlnbsd_vec): New vector.
1800 * configure: Regenerate.
1801 * elf32-sh-nbsd.c: New file.
1802 * targets.c: Update copyright years.
175e9962 1803 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
1804 bfd_elf32_shnbsd_vec.
1805
1dba4cb4
AH
18062002-01-07 Aldy Hernandez <aldyh@redhat.com>
1807
1808 * coff-rs6000.c (READ20): Use bfd_scan_vma.
1809
47b22aef
GK
18102002-01-07 Geoffrey Keating <geoffk@redhat.com>
1811
1812 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
1813 of a symbol in a section that will be deleted.
1814
be2d1673
NC
18152002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1816
1817 * po/es.po: New file: Spanish translation.
1818 * configure.in (ALL_LINGUAS): Add es.
1819 * configure: Regenerate.
1820
d9cf1b54
AM
18212002-01-06 Steve Ellcey <sje@cup.hp.com>
1822
1823 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
1824 argument so we can handle HP-UX specially.
1825 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
1826 (elfNN_hpux_backend_section_from_bfd_section): New for support
1827 of SHN_IA_64_ANSI_COMMON.
1828 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
1829 (is_unwind_section_name): Add special HP-UX support.
1830 (elfNN_ia64_section_from_shdr): Add support for more sections.
1831 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
1832 add support for more sections.
1833 (elfNN_ia64_additional_program_headers): Modify
1834 is_unwind_section_name call.
1835 (elfNN_ia64_modify_segment_map): Remove assumption that there is
1836 only one unwind section in segment.
1837
3f3c5c34
AM
18382002-01-06 Alan Modra <amodra@bigpond.net.au>
1839
1840 * syms.c (_bfd_generic_make_empty_symbol): New function.
1841 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
1842 _bfd_generic_make_empty_symbol.
1843 * libbfd.h: Regenerate.
1844 * bfd-in2.h: Regenerate.
1845 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
1846 (hppabsd_core_get_symtab_upper_bound): Don't define.
1847 (hppabsd_core_get_symtab): Likewise.
1848 (hppabsd_core_print_symbol): Likewise.
1849 (hppabsd_core_get_symbol_info): Likewise.
1850 (hppabsd_core_bfd_is_local_label_name): Likewise.
1851 (hppabsd_core_get_lineno): Likewise.
1852 (hppabsd_core_find_nearest_line): Likewise.
1853 (hppabsd_core_bfd_make_debug_symbol): Likewise.
1854 (hppabsd_core_read_minisymbols): Likewise.
1855 (hppabsd_core_minisymbol_to_symbol): Likewise.
1856 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
1857 Formatting fixes.
1858 * hpux-core.c: Similarly.
1859 * irix-core.c: Similarly.
1860 * osf-core.c: Similarly.
1861 * sco5-core.c: Similarly.
1862 * binary.c (binary_make_empty_symbol): Remove function, define as
1863 _bfd_generic_make_empty_symbol.
1864 * ihex.c (ihex_make_empty_symbol): Likewise.
1865 * mmo.c (mmo_make_empty_symbol): Likewise.
1866 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
1867 * srec.c (srec_make_empty_symbol): Likewise.
1868 * versados.c (versados_make_empty_symbol): Likewise.
1869 * vms.c (_bfd_vms_make_empty_symbol): Remove.
1870 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
1871 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
1872 rather than _bfd_vms_make_empty_symbol.
1873 * vms-misc.c (new_symbol): Likewise.
1874
3f0a7f7f
AM
18752002-01-05 Alan Modra <amodra@bigpond.net.au>
1876
9e7b37b3
AM
1877 * section.c (bfd_section_init): Remove unnecessary initialisations.
1878 (bfd_section_list_clear): New function.
1879 (bfd_section_list_remove, bfd_section_list_insert): New macros.
1880 (_bfd_strip_section_from_output): Use them.
1881 * coffcode.h (coff_set_alignment_hook): Likewise.
1882 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
1883 * elf64-mips.c (mips_elf64_final_link): Likewise.
1884 * elf64-mmix.c (mmix_elf_final_link): Likewise.
1885 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1886 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1887 * bfd-in2.h: Regenerate.
1888
1889 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
1890 rather than doing our own section handling. Clean up after errors
1891 with bfd_release and bfd_section_list_clear. Handle unexpected
1892 flags.
1893 * aoutf1.h (sunos4_core_file_p): Likewise.
1894 * aix386-core.c (aix386_core_file_p): Likewise.
1895 * cisco-core.c (cisco_core_file_validate): Likewise.
1896 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1897 * trad-core.c (trad_unix_core_file_p): Likewise.
1898
1899 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
1900 with bfd_release and bfd_section_list_clear.
1901 * hpux-core.c (hpux_core_core_file_p): Likewise.
1902 * irix-core.c (irix_core_core_file_p): Likewise.
1903 * lynx-core.c (lynx_core_file_p): Likewise.
1904 * osf-core.c (osf_core_core_file_p): Likewise.
1905 * rs6000-core.c (rs6000coff_core_p): Likewise.
1906 * sco5-core.c (sco5_core_file_p): Likewise.
1907
3f0a7f7f
AM
1908 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
1909 sign extension adjustments without conditionals.
1910
a3aa38ee
JJ
19112002-01-04 Jakub Jelinek <jakub@redhat.com>
1912
1913 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
1914 CIE at .eh_frame start is removed due to no FDEs referencing it.
1915
8a8b2d4b
AJ
19162002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1917
1918 * config.bfd (x86_64-*-netbsd*): New target.
1919 * configure.in (x86_64-*-netbsd*): Set COREFILE
1920 to netbsd-core.lo.
1921 * configure: Regenerated.
1922
04b5af89
TR
19232002-01-03 Tom Rix <trix@redhat.com>
1924
1925 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
1926 for recent bfd_make_section_anyway change.
1927
51c5503b
NC
19282002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
1929
1930 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1931 R_ARM_THM_PC11 reloc.
1932
07f7c046
NC
19332002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1934
1935 * configure.in (LINGUAS): Add ja.
1936 * configure: Regenerate.
1937 * po/ja.po: Import from translation project's web site.
1938
5eefb65f
NC
19392002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1940
1941 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
1942 messages to ease translation into other languages.
1943
39e90f10 1944For older changes see ChangeLog-0001
56882138
AM
1945\f
1946Local Variables:
1947mode: change-log
1948left-margin: 8
1949fill-column: 74
1950version-control: never
1951End: