* arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2002-05-15 Alan Modra <amodra@bigpond.net.au>
2
3 * aix5ppc-core.c: Warning fixes.
4 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
5 * aout-target.h (MY_bfd_link_just_syms): Define.
6 * aout-tic30.c (MY_bfd_link_just_syms): Define.
7 * bfd.c (bfd_link_just_syms): Define.
8 * binary.c (binary_bfd_link_just_syms): Define.
9 * bout.c (b_out_bfd_link_just_syms): Define.
10 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
11 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
12 * coffcode.h (coff_bfd_link_just_syms): Define.
13 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
14 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
15 (_bfd_elf_link_just_syms): Declare.
16 * elf.c (_bfd_elf_link_just_syms): New function.
17 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
18 sections haven't already been discarded by the linker.
19 * elflink.h (elf_link_add_object_symbols): Likewise for stab
20 sections and SEC_MERGE sections.
21 (elf_bfd_discard_info): Similarly here.
22 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
23 * i386msdos.c (msdos_bfd_link_just_syms): Define.
24 * i386os9k.c (os9k_bfd_link_just_syms): Define.
25 * ieee.c (ieee_bfd_link_just_syms): Define.
26 * ihex.c (ihex_bfd_link_just_syms): Define.
27 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
28 (_bfd_generic_link_just_syms): Declare.
29 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
30 * linker.c (_bfd_generic_link_just_syms): New function.
31 * mmo.c (mmo_bfd_link_just_syms): Define.
32 * nlm-target.h (nlm_bfd_link_just_syms): Define.
33 * oasys.c (oasys_bfd_link_just_syms): Define.
34 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
35 * som.c (som_bfd_link_just_syms): Define.
36 * srec.c (srec_bfd_link_just_syms): Define.
37 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
38 (BFD_JUMP_TABLE_LINK): And here.
39 * tekhex.c (tekhex_bfd_link_just_syms): Define.
40 * versados.c (versados_bfd_link_just_syms): Define.
41 * vms.c (vms_bfd_link_just_syms): Define.
42 * libbfd.h: Regenerate.
43 * bfd-in2.h: Regenerate.
44
45 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
46
47 * elf32-mips.c: Remove superfluous definitions copied from
48 elfxx-mips.c.
49 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
50 SGIish vectors to check the special case.
51 (mips_elf_hi16_reloc): Fix comment.
52 (mips_elf_got16_reloc): Likewise.
53 (_bfd_mips_elf32_gprel16_reloc): Likewise.
54 (elf_reloc_map): Code cleanup.
55 (mips_reloc_map): Add comment.
56 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
57 (mips_elf32_rtype_to_howto): Likewise.
58 (mips_elf32_discard_info): Likewise.
59 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
60 lead to IRIX compatibility now.
61
62 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
63
64 * elfxx-mips.c: Call it IRIX, not Irix in comments.
65
66 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
67
68 * config.bfd (shle-*-netbsdelf*): Add target which includes
69 sh64 support.
70
71 2002-05-13 David Edelsohn <edelsohn@gnu.org>
72
73 * configure.in: Revert 2002-04-07. Instead, auto-configure
74 HAVE_ST_C_IMPL.
75 * configure: Regenerate.
76 * config.in: Regenerate.
77 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
78 or AIX_5_CORE.
79
80 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
81
82 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
83 corefiles as well.2
84 * configure: Regenerate.
85
86 2002-05-13 Alan Modra <amodra@bigpond.net.au>
87
88 * Makefile.am (install-data-local): Install headers to
89 $(exec_prefix)/include.
90 * Makefile.in: Regenerate.
91
92 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93 Daniel Jacobowitz <drow@mvista.com>
94
95 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
96 map BFD_RELOC_RVA.
97
98 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
99
100 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
101 hppa*-*-openbsd*): New targets.
102 * configure.in (alpha*-*-openbsd*): Set COREFILE.
103 * configure: Regenerate.
104
105 2002-05-10 Tom Rix <trix@redhat.com>
106
107 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
108 xcoff64_ppc_relocate_section.
109 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
110 * libxcoff.h: Common xcoff_reloc_type function declaration.
111
112 2002-05-10 Alan Modra <amodra@bigpond.net.au>
113
114 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
115 addend in 2002-05-09 commit.
116
117 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
118 don't look for stubs on all undefined syms.
119
120 2002-05-09 Alan Modra <amodra@bigpond.net.au>
121
122 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
123 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
124 pcrel_offset.
125
126 * elf32-i386.c (elf_howto_table): Comments.
127 (elf_i386_relocate_section): Handle more relocs for relocatable
128 linking and against SEC_MERGE sections.
129
130 2002-05-08 Alan Modra <amodra@bigpond.net.au>
131
132 * elf32-ppc.c (ppc_elf_create_got): New function.
133 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
134 _bfd_elf_create_dynamic_sections. Correct .plt flags.
135 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
136 _bfd_elf_create_got_section.
137
138 2002-05-07 Alan Modra <amodra@bigpond.net.au>
139
140 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
141 * elfxx-target.h (elf_backend_rela_normal): Define.
142 (elfNN_bed): Init rela_normal.
143 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
144 for section symbols here if rela_normal. Simplify abs section test.
145 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
146 return immediately. Remove code handling relocatable linking.
147 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
148 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
149 * elf32-i370.c (i370_elf_relocate_section): Likewise.
150 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
151 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
152 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
153 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
154 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
155 * elf32-s390.c (elf_s390_relocate_section): Likewise.
156 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
157 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
158 * elf64-s390.c (elf_s390_relocate_section): Likewise.
159 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
160 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
161 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
162 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
163 * elf-m10200.c (elf_backend_rela_normal): Define.
164 * elf-m10300.c (elf_backend_rela_normal): Define.
165 * elf32-fr30.c (elf_backend_rela_normal): Define.
166 * elf32-i370.c (elf_backend_rela_normal): Define.
167 * elf32-i860.c (elf_backend_rela_normal): Define.
168 * elf32-m68k.c (elf_backend_rela_normal): Define.
169 * elf32-mcore.c (elf_backend_rela_normal): Define.
170 * elf32-openrisc.c (elf_backend_rela_normal): Define.
171 * elf32-ppc.c (elf_backend_rela_normal): Define.
172 * elf32-s390.c (elf_backend_rela_normal): Define.
173 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
174 * elf64-ppc.c (elf_backend_rela_normal): Define.
175 * elf64-s390.c (elf_backend_rela_normal): Define.
176 * elf64-x86-64.c (elf_backend_rela_normal): Define.
177 * elfxx-ia64.c (elf_backend_rela_normal): Define.
178 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
179 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
180
181 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
182
183 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
184 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
185
186 2002-05-06 Alan Modra <amodra@bigpond.net.au>
187
188 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
189 when not relocatable. Fix reloc_emitter call for K&R.
190
191 2002-05-04 Alan Modra <amodra@bigpond.net.au>
192
193 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
194 reloading local sym addend mistakenly removed in 2002-05-01 change.
195
196 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
197 (read_abbrevs): Change "offset" param to bfd_vma.
198 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
199 Change "abbrev_offset" to bfd_vma.
200 (read_indirect_string): Use correct conversion chars in error
201 message format string, cast bfd_vma's to unsigned long.
202 (read_abbrevs): Likewise.
203 (read_attribute_value): Likewise.
204 (decode_line_info): Likewise.
205 (scan_unit_for_functions): Likewise.
206 (parse_comp_unit): Likewise.
207
208 2002-05-04 Tom Rix <trix@redhat.com>
209
210 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
211 (coff_swap_reloc_out): Same.
212 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
213 (xcoff_swap_reloc_out): Same.
214 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
215 case some 16 bit relocs. Add reloc value to output.
216 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
217 R_RBR. Improve names.
218 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
219 (bfd_xcoff_backend_data): Update with new reloc swap names.
220 (bfd_pmac_xcoff_backend_data) : Same.
221 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
222 (xcoff64_swap_reloc_out): Same.
223 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
224 R_POS. Add reloc value to output.
225 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
226 bit R_RBR. Improve names, masks.
227 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
228 (bfd_xcoff_backend_data): Update with new reloc swap names.
229 (bfd_xcoff_aix5_backend_data) : Same.
230
231 2002-05-04 Alan Modra <amodra@bigpond.net.au>
232
233 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
234 bfd_count top_index, input_list, all_local_syms.
235 (elf32_hppa_setup_section_lists): New function, split from
236 elf32_hppa_size_stubs.
237 (elf32_hppa_next_input_section): Likewise.
238 (group_sections): Likewise.
239 (get_local_syms): Likewise.
240 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
241 stubs on undefined syms too.
242 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
243 Only access htab elf fields when we have an elf hash table.
244 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
245 (elf32_hppa_next_input_section): Declare.
246
247 2002-05-04 Bob Byrnes <byrnes@curl.com>
248
249 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
250 _bfd_new_bfd.
251
252 2002-05-03 H.J. Lu (hjl@gnu.org)
253
254 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
255 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
256 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
257 to hide a global symbol.
258 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
259 forced_local to true.
260
261 2002-05-02 Richard Henderson <rth@redhat.com>
262
263 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
264 vs SHN_UNDEF to zero.
265
266 2002-05-02 Alan Modra <amodra@bigpond.net.au>
267
268 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
269 16 bit reloc.
270 <R_PPC64_SECTOFF_DS>: Likewise.
271 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
272 SECTOFF reloc.
273 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
274 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
275 SECTOFF reloc.
276
277 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
278 (ppc64_elf_ha_reloc): New function.
279 (ppc64_elf_brtaken_reloc): New function.
280 (ppc64_elf_sectoff_reloc): New function.
281 (ppc64_elf_sectoff_ha_reloc): New function.
282 (ppc64_elf_toc_reloc): New function.
283 (ppc64_elf_toc_ha_reloc): New function.
284 (ppc64_elf_toc64_reloc): New function.
285 (ppc64_elf_unhandled_reloc): New function.
286 (ppc64_elf_howto_raw): Use the above.
287 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
288 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
289 <R_PPC64_SECTOFF_DS>: Likewise.
290 (IS_ABSOLUTE_RELOC): Update.
291 (struct ppc_link_hash_table): Add have_undefweak.
292 (ppc64_elf_link_hash_table_create): Init.
293 (func_desc_adjust): Set have_undefweak.
294 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
295 add the .sfpr blr when have_undefweak.
296 (ppc64_elf_setup_section_lists): Check hash table flavour.
297 (ppc64_elf_next_input_section): Move output_section->owner test to
298 ppc64elf.em.
299 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
300 and relocatable test. Return TOCstart and don't set elf_gp.
301 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
302 offset calculation. Add assert on weak sym branch tweaks.
303 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
304 (ppc64_elf_toc): Declare.
305 (ppc64_elf_next_input_section): Update.
306
307 2002-05-01 Alan Modra <amodra@bigpond.net.au>
308
309 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
310 file_name.
311
312 2002-05-01 Alan Modra <amodra@bigpond.net.au>
313
314 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
315 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
316 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
317 call branches. Correct undefined weak destination.
318 (ppc64_elf_func_desc_adjust): Always create at least one blr in
319 .sfpr, and correct case where either only savef* or restf* is
320 needed.
321
322 Long branch stubs, multiple stub sections.
323 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
324 (ppc64_elf_next_input_section): Declare.
325 * elf64-ppc.c: Move linker-only prototypes.
326 (STUB_SUFFIX): Define.
327 (enum ppc_stub_type): New.
328 (struct ppc_stub_hash_entry): New.
329 (struct ppc_branch_hash_entry): New.
330 (struct ppc_link_hash_entry): Add stub_cache, oh.
331 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
332 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
333 Rename plt_overflow to stub_error.
334 (ppc_stub_hash_lookup): Define.
335 (ppc_branch_hash_lookup): Define.
336 (stub_hash_newfunc): New function.
337 (branch_hash_newfunc): New function.
338 (link_hash_newfunc): Init new fields.
339 (ppc64_elf_link_hash_table_create): Likewise.
340 (ppc64_elf_link_hash_table_free): New function.
341 (ppc_stub_name): New function.
342 (ppc_get_stub_entry): New function.
343 (ppc_add_stub): New function.
344 (create_linkage_sections): Use bfd_make_section_anyway. Create
345 .branch_lt and .rela.branch_lt sections. Don't create .stub.
346 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
347 and set up for plt call stubs. Link func and func desc syms.
348 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
349 (func_desc_adjust): Avoid hash lookup when func desc sym available
350 via shortcut, and set links when processing.
351 (ppc64_elf_hide_symbol): Likewise.
352 (allocate_dynrelocs): Don't allocate stub section here.
353 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
354 Remove sstub code.
355 (ppc_type_of_stub): New function.
356 (build_one_stub): Delete.
357 (ppc_build_one_stub): New function.
358 (ppc_size_one_stub): New function.
359 (ppc64_elf_setup_section_lists): New function.
360 (ppc64_elf_next_input_section): New function.
361 (group_sections): New function.
362 (get_local_syms): New function.
363 (ppc64_elf_size_stubs): Rewrite.
364 (ppc64_elf_build_stubs): Rewrite.
365 (ppc64_elf_relocate_section): Look up stub entry for REL24
366 relocs. Don't propagate REL14* to dynamic objects. Look for long
367 branch stubs if REL14* or REL24 relocs won't reach.
368 (bfd_elf64_bfd_link_hash_table_free): Define.
369
370 2002-04-30 Mark Mitchell <mark@codesourcery.com>
371
372 * bfd/config.bfd: Add support for powerpc-*-windiss.
373
374 2002-04-30 Tom Rix <trix@redhat.com>
375
376 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
377 symbol names into the hash table.
378
379 2002-04-28 Tom Rix <trix@redhat.com>
380
381 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
382 calulating relocations.
383 (xcoff_complain_overflow) : Function table for relocation errors.
384 (xcoff_ppc_relocate_section): Use relocation and complain function
385 tables.
386 (xcoff_complain_overflow_unsigned_func): New complain function.
387 (xcoff_complain_overflow_signed_func): Same.
388 (xcoff_complain_overflow_bitfield_func): Same.
389 (xcoff_complain_overflow_dont_func): Same.
390 (xcoff_reloc_type_crel): New recot function.
391 (xcoff_reloc_type_br): Same.
392 (xcoff_reloc_type_ba): Same.
393 (xcoff_reloc_type_toc): Same.
394 (xcoff_reloc_type_rel): Same.
395 (xcoff_reloc_type_neg): Same.
396 (xcoff_reloc_type_pos): Same.
397 (xcoff_reloc_type_fail): Same.
398 (xcoff_reloc_type_noop): Same.
399 * libxcoff.h : Declare common parts for xcoff64.
400 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
401 and complain function tables.
402
403 2002-04-28 Alan Modra <amodra@bigpond.net.au>
404
405 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
406 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
407
408 2002-04-26 Alan Modra <amodra@bigpond.net.au>
409
410 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
411 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
412
413 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
414 same as the output before calling elf_link_input_bfd.
415
416 * coffcode.h (coff_compute_section_file_positions): Set
417 section_tail after shuffling section list.
418
419 2002-04-24 Christian Groessler <chris@groessler.org>
420
421 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
422 addresses are 23bit with a special layout, not plain 32bit
423 values. Prevent relocation of immediate values.
424
425 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
426
427 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
428 MIPS-16 ASE flags are set, print something to indicate that.
429
430 2002-04-23 Alan Modra <amodra@bigpond.net.au>
431
432 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
433 under which a plt call stub is used.
434 (final_link_relocate): Similarly.
435 (allocate_plt_static): Clear h-plabel except when plt entry is
436 exclusively used for a plabel.
437 (allocate_dynrelocs): Use the above to simplify plt sizing.
438 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
439 (elf32_hppa_link_hash_table_create): Init.
440 (BL22_RP): Define.
441 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
442 (elf32_hppa_check_relocs): Set has_22bit_branch.
443
444 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
445 (final_link_relocate): Likewise.
446
447 2002-04-22 Jakub Jelinek <jakub@redhat.com>
448
449 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
450 search table if some FDE is DW_EH_PE_aligned encoded either.
451 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
452
453 2002-04-22 Richard Smith <richard@ex-parrot.com>
454 Jakub Jelinek <jakub@redhat.com>
455
456 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
457 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
458 encoded personality.
459 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
460 for CIE/FDE removal.
461
462 2002-04-20 Tom Rix <trix@redhat.com>
463
464 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
465
466 2002-04-20 Alan Modra <amodra@bigpond.net.au>
467
468 * archures.c (bfd_lookup_arch): Move the list order comment..
469 (struct bfd_arch_info): ..to where it belongs.
470 * bfd-in2.h: Regenerate.
471
472 * archures.c (bfd_lookup_arch): Add comment on list order.
473 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
474 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
475 is always at head of list.
476
477 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
478
479 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
480 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
481 definition of these functions for ARM_WINCE builds as they are
482 not used.
483 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
484 for ARM_WINCE builds.
485
486 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
487
488 * coff-arm.c (bfd_arm_process_before_allocation):
489
490 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
491
492 * cpu-sh.c (scan_mach): Delete.
493 (arch_info_struct): Replace scan_mach with bfd_default_scan.
494 (bfd_sh_arch): Likewise.
495
496 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
497
498 * ihex.c (ihex_write_object_contents): Fix check for records
499 crossing 64K boundaries.
500
501 2002-04-16 Alan Modra <amodra@bigpond.net.au>
502
503 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
504 type rather than just assuming entries are ELF.
505 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
506 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
507 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
508 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
509 rather than elf_link_hash_entry.
510
511 2002-04-15 Richard Henderson <rth@redhat.com>
512
513 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
514 n32 binaries.
515
516 2002-04-15 Michael Snyder <msnyder@redhat.com>
517
518 * opncls.c (bfd_close): Write contents if writeable.
519 Minor formatting tidy-ups.
520
521 2002-04-15 Alan Modra <amodra@bigpond.net.au>
522
523 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
524
525 2002-04-12 Michael Snyder <msnyder@redhat.com>
526
527 * bfd-in.h (bfd_get_section_lma): New access macro.
528 Minor white-space fix-up.
529
530 2002-04-12 Alan Modra <amodra@bigpond.net.au>
531
532 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
533 header pad.
534
535 2002-04-09 DJ Delorie <dj@redhat.com>
536
537 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
538
539 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
540
541 * coffcode.h (coff_read_word): New.
542 (coff_compute_checksum): New.
543 (coff_apply_checksum): New.
544 (coff_write_object_contents): Call coff_apply_checksum () to
545 apply checksum to PE image.
546
547 2002-04-08 Randolph Chung <tausq@debian.org>
548
549 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
550 (elf32_hppa_final_link): Split out sorting logic to..
551 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
552 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
553
554 2002-04-07 Andrew Cagney <ac131313@redhat.com>
555
556 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
557 pattern.
558 * configure: Re-generate.
559
560 2002-04-07 Andrew Cagney <ac131313@redhat.com>
561
562 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
563 is greater or equal to 4.3.3.
564 * configure: Regenerate.
565 Fix PR gdb/344.
566
567 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
568
569 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
570 R_CRIS_32_PCREL>: Fix typo in name.
571 (cris_elf_check_relocs): Always create .rela.got here when
572 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
573 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
574 assume it's created.
575
576 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
577
578 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
579 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
580 define.
581 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
582 * bfd.c (bfd_link_hash_table_free): Define.
583 * binary.c (binary_bfd_link_hash_table_free): Define.
584 * bout.c (b_out_bfd_link_hash_table_free): Define.
585 * coff-rs6000.c (rs6000coff_vec): Include
586 _bfd_generic_link_hash_table_free.
587 (pmac_xcoff_vec): Likewise.
588 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
589 (aix5coff64_vec): Likewise.
590 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
591 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
592 (bfd_elf32_bfd_link_hash_table_free): Define.
593 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
594 (bfd_elf32_bfd_link_hash_table_free): Define.
595 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
596 define.
597 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
598 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
599 * ieee.c (ieee_bfd_link_hash_table_free): Define.
600 * ihex.c (ihex_bfd_link_hash_table_free): Define.
601 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
602 (_bfd_generic_link_hash_table_free): Add prototype.
603 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
604 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
605 * linker.c (_bfd_generic_link_hash_table_free): New function.
606 * mmo.c (mmo_bfd_link_hash_table_free): Define.
607 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
608 * oasys.c (oasys_bfd_link_hash_table_free): Define.
609 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
610 * som.c (som_bfd_link_hash_table_free): Define.
611 * srec.c (srec_bfd_link_hash_table_free): Define.
612 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
613 * versados.c (versados_bfd_link_hash_table_free): Define.
614 * vms.c (vms_bfd_link_hash_table_free): New function.
615 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
616
617 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
618 instead of bfd_alloc.
619 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
620 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
621 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
622 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
623 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
624 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
625 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
626 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
627 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
628 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
629 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
630 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
631 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
632 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
633 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
634 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
635 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
636 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
637 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
638 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
639 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
640 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
641 * m68klinux.c (linux_link_hash_table_create): Likewise.
642 * sparclinux.c (linux_link_hash_table_create): Likewise.
643 * sunos.c (sunos_link_hash_table_create): Likewise.
644 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
645
646 * targets.c: Add _bfd_link_hash_table_free to xvec.
647
648 * bfd-in2.h: Regenerate.
649 * libbfd.h: Regenerate.
650 * libcoff.h: Regenerate.
651
652 2002-04-04 Alan Modra <amodra@bigpond.net.au>
653
654 * dep-in.sed: Cope with absolute paths.
655 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
656 Run "make dep-am".
657 * Makefile.in: Regenerate.
658 * coff-arm.c: Fix copyright date.
659 * cpu-h8300.c: Likewise.
660 * cpu-i370.c: Likewise.
661 * cpu-s390.c: Likewise.
662 * cpu-mips.c: Likewise.
663 * po/SRC-POTFILES.in: Regenerate.
664
665 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
666
667 * Makefile.am: Add elfxx-mips.c to the known backends.
668 (elf32-mips.lo): remove dependency to coff/external.h.
669 * Makefile.in: Regenerate.
670 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
671 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
672 accordingly.
673 * configure: Regenerate.
674 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
675 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
676 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
677 MIPS specific backend functions.
678 * elf32-mips.c: Moved most code to elfxx-mips.c.
679 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
680 static.
681 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
682 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
683 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
684 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
685 interface to allow selection of the right REL or RELA howto table.
686 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
687 static. Let it refuse n32 objects.
688 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
689 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
690 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
691 (elf32_mips_ignore_discarded_relocs): Rename from
692 _bfd_elf32_mips_ignore_discarded_relocs.
693 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
694 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
695 (elf_mips_howto_table_rela): Remove.
696 * elf64-mips.c: Moved most code to elfxx-mips.c.
697 (bfd_elf64_bfd_reloc_type_lookup): Make static.
698 (mips_elf64_rtype_to_howto): New function.
699 (mips_elf64_object_p): Likewise.
700 (elf64_mips_irix_compat): Likewise.
701 * elfxx-mips.c: New file containing common code merged together from
702 elf32-mips.c and elf64-mips.c.
703 * elfxx-mips.h: New file containing MIPS specific prototypes from
704 elf-bfd.h.
705 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
706 elf_backend_mips_rtype_to_howto.
707
708 2002-04-04 Alan Modra <amodra@bigpond.net.au>
709
710 * srec.c (MAXCHUNK, Chunk): Revise comments.
711 (srec_write_record): Correct buffer size.
712 (srec_write_header): Do without intermediate buffer.
713 (srec_write_section): Validate Chunk.
714 (srec_write_terminator): Pass NULL instead of dummy buffer.
715 (srec_write_symbols): Pass file and symbol names directly to
716 bfd_bwrite so sprintf won't overflow buffer.
717
718 2002-04-03 Jakub Jelinek <jakub@redhat.com>
719
720 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
721 PC relative relocs against hidden symbols.
722 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
723
724 2002-04-03 Alan Modra <amodra@bigpond.net.au>
725
726 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
727 LMAs, loop over segments until p_vaddr and p_memsz specify an
728 extent enclosing the section.
729
730 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
731
732 * ihex.c (ihex_write_object_contents): Do not allow records to
733 cross a 64K boundary - wrap if necessary.
734
735 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
736
737 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
738 which caused the returned LWP ID to always be 0.
739
740 2002-04-01 Richard Henderson <rth@redhat.com>
741
742 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
743 (elf32_sparc_relocate_section): Use it to figure out when to
744 initialize .got entries.
745 * elf64-sparc.c: Similarly.
746
747 2002-03-28 Alan Modra <amodra@bigpond.net.au>
748
749 * linker.c (link_action): Ignore duplicate warning syms.
750 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
751 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
752 (elf_adjust_dynamic_symbol): Likewise.
753 (elf_export_symbol): Likewise.
754 (elf_link_find_version_dependencies): Likewise.
755 (elf_link_assign_sym_version): Likewise.
756 (elf_link_sec_merge_syms): Likewise.
757 (elf_link_output_extsym): Likewise.
758 (elf_gc_sweep_symbol): Likewise.
759 (elf_gc_propagate_vtable_entries_used): Likewise.
760 (elf_gc_smash_unused_vtentry_relocs): Likewise.
761 (elf_gc_allocate_got_offsets): Likewise.
762 (elf_collect_hash_codes): Likewise.
763 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
764 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
765 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
766 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
767 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
768 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
769 (elf_cris_discard_excess_dso_dynamics): Likewise.
770 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
771 (mark_PIC_calls): Likewise.
772 (allocate_plt_static): Likewise.
773 (allocate_dynrelocs): Likewise.
774 (readonly_dynrelocs): Likewise.
775 * elf32-i386.c (allocate_dynrelocs): Likewise.
776 (readonly_dynrelocs): Likewise.
777 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
778 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
779 * elf32-mips.c (mips_elf_output_extsym): Likewise.
780 (mips_elf_sort_hash_table_f): Likewise.
781 (mips_elf_check_mips16_stubs): Likewise.
782 * elf32-s390.c (allocate_dynrelocs): Likewise.
783 (readonly_dynrelocs): Likewise.
784 * elf32-sh.c (sh_elf_discard_copies): Likewise.
785 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
786 (xstormy16_relax_plt_realloc): Likewise.
787 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
788 (elf64_alpha_output_extsym): Likewise.
789 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
790 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
791 (mips_elf64_check_mips16_stubs): Likewise.
792 (mips_elf64_output_extsym): Likewise.
793 * elf64-ppc.c (func_desc_adjust): Likewise.
794 (allocate_dynrelocs): Likewise.
795 (readonly_dynrelocs): Likewise.
796 * elf64-s390.c (allocate_dynrelocs): Likewise.
797 (readonly_dynrelocs): Likewise.
798 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
799 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
800 (readonly_dynrelocs): Likewise.
801 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
802 * aoutx.h (aout_link_write_other_symbol): Likewise.
803 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
804 (_bfd_coff_write_global_sym): Likewise.
805 * i386linux.c (linux_tally_symbols): Likewise.
806 * m68klinux.c (linux_tally_symbols): Likewise.
807 * sparclinux.c (linux_tally_symbols): Likewise.
808 * pdp11.c (aout_link_write_other_symbol): Likewise.
809 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
810 * xcofflink.c (xcoff_build_ldsyms): Likewise.
811 (xcoff_write_global_symbol): Likewise.
812
813 * cofflink.c (_bfd_coff_final_link): Formatting.
814 * cpu-mips.c (mips_compatible): Make static, prototype.
815 * elf32-i386.c (elf_i386_check_relocs): Formatting.
816 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
817 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
818 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
819 (mips_elf64_final_link): Likewise.
820 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
821 prototype.
822
823 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
824
825 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
826 (SWAP_OUT_RELOC_OFFSET): Define.
827
828 2002-03-27 Gregory Steuck <greg@nest.cx>
829
830 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
831 terminating NULL if empty symbol table.
832 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
833
834 2002-03-26 H.J. Lu (hjl@gnu.org)
835
836 * elflink.h (elf_link_input_bfd): Revert the last change since
837 the gcc exception handling isn't fixed yet.
838
839 2002-03-26 H.J. Lu (hjl@gnu.org)
840
841 * elflink.h (elf_link_input_bfd): Complain about relocations
842 against local symbols in discarded sections.
843
844 2002-03-26 Alan Modra <amodra@bigpond.net.au>
845
846 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
847
848 2002-03-23 Alan Modra <amodra@bigpond.net.au>
849
850 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
851 section file offset for !SEC_LOAD sections.
852
853 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
854
855 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
856 <case R_ARM_GOT>): Handle relocations to Thumb functions.
857
858 2002-03-21 Alan Modra <amodra@bigpond.net.au>
859
860 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
861 Whitespace changes.
862 * archive.c: Update copyright date.
863 * bfd-in2.h: Regenerate.
864 * libbfd.h: Regenerate.
865 * Makefile.am: Run "make dep-am"
866 * Makefile.in: Regenerate.
867 * po/SRC-POTFILES.in: Regenerate.
868
869 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
870
871 * dwarf2.c (struct funcinfo): Move up.
872 (lookup_address_in_function_table): New argument function_ptr.
873 Set it.
874 (lookup_address_in_line_table): New argument function. If function
875 is non-NULL, use it to handle ``addr'' before the first line note of
876 the function.
877 (comp_unit_find_nearest_line): Update and swap calls to
878 lookup_address_in_function_table and lookup_address_in_line_table.
879 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
880 N_SLINE encountered if we see an N_FUN before any N_SLINE.
881
882 2002-03-20 Tom Rix <trix@redhat.com>
883
884 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
885 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
886 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
887
888 2002-03-19 Tom Rix <trix@redhat.com>
889
890 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
891 dynamic objects in archives.
892
893 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
894
895 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
896 STT_NOTYPE symbols to STT_OBJECT.
897
898 2002-03-18 Jan Hubicka <jh@suse.cz>
899
900 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
901
902 2002-03-18 Tom Rix <trix@redhat.com>
903
904 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
905 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
906 * coff-rs6000 (do_pad) : New function for archive padding.
907 (do_copy) : New function for object file copying in archives.
908 (do_shared_object_padding) : New function for padding shared
909 objects to their text section alignment in archives.
910 (bfd_xcoff_ar_achive_set_magic) : Stub.
911 (xcoff_write_armap_big) : Use do_copy and do_pad.
912 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
913 do_copy and do_pad.
914 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
915 bfd_xcoff_magic_number.
916 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
917 fop.
918 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
919 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
920 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
921 * rs6000-core.c : Update copyright date.
922 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
923 csectpp.
924 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
925 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
926 (coff_set_flags) : Use bfd_xcoff_magic_number.
927 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
928 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
929 * Makefile.am : Same.
930 * config.bfd : Same.
931 * targets.c : Same.
932 * configure : Regnerate.
933 * Makefile.in : Same.
934 * bfd-in2.h : Same.
935
936 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
937
938 * po/fr.po: Updated version.
939
940 2002-03-18 Alan Modra <amodra@bigpond.net.au>
941
942 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
943 * libbfd.h: Regenerate.
944 * archive.c (coff_write_armap): Pass on failures from
945 bfd_write_bigendian_4byte_int.
946
947 2002-03-14 H.J. Lu <hjl@gnu.org>
948
949 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
950 error to bfd_error_nonrepresentable_section for reinit_array
951 section in DSO.
952
953 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
954
955 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
956 OR it in rather than replacing previously selected flags.
957
958 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
959 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
960
961 2002-03-14 Alan Modra <amodra@bigpond.net.au>
962
963 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
964 (N): Use the above.
965 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
966 ensure reloc size matches before calling elf_link_input_bfd.
967 Add an assert to check reloc size when counting output relocs.
968
969 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
970
971 * mmo.c (mmo_get_loc): Return NULL rather than false.
972
973 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
974
975 * po/fr.po: Updated version.
976
977 2002-03-13 Alan Modra <amodra@bigpond.net.au>
978
979 * archures.c (bfd_default_compatible): Test bits_per_word.
980 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
981 bfd_default_compatible.
982 * cpu-i370.c (i370_compatible): Likewise.
983 * cpu-sparc.c (sparc_compatible): Likewise.
984 * cpu-h8300.c (compatible): Test in->arch == out->arch.
985
986 * elflink.h: Formatting fixes.
987 (elf_link_output_extsym): Merge undefined and undef weak cases.
988
989 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
990 when word size of input matches output word size.
991
992 2002-03-12 Andreas Jaeger <aj@suse.de>
993
994 * cpu-i386.c (i386_compatible): New. Use it instead of
995 bfd_default_compatible.
996
997 2002-03-07 H.J. Lu (hjl@gnu.org)
998
999 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
1000 as the type for bfd_reloc_val.
1001
1002 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
1003
1004 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
1005 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
1006 (elf_hppa_final_link_relocate): Correct relocations for indirect
1007 references to local data through the DLT. Fix .opd creation for
1008 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
1009 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
1010 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
1011 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1012 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
1013 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
1014 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1015
1016 2002-03-05 Jakub Jelinek <jakub@redhat.com>
1017
1018 * merge.c (_bfd_merge_sections): Don't segfault if there
1019 is nothing to merge due to GC.
1020
1021 2002-03-05 Alan Modra <amodra@bigpond.net.au>
1022
1023 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
1024 symbols that have been forced local.
1025
1026 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
1027 to output forced local syms for non-shared link.
1028 (elf_link_output_extsym): Tweak condition for calling backend
1029 adjust_dynamic_symbol so that previous behaviour is kept.
1030 Whitespace changes throughout file.
1031
1032 2002-03-04 H.J. Lu <hjl@gnu.org>
1033
1034 * elf.c (bfd_section_from_shdr): Handle special sections,
1035 .init_array, .fini_array and .preinit_array.
1036 (elf_fake_sections): Likewise.
1037
1038 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
1039 DT entry only if the section is in output for .init_array,
1040 .fini_array and .preinit_array. Complain about .preinit_array
1041 section in DSO.
1042 (elf_bfd_final_link): Warn zero size for .init_array,
1043 .fini_array and .preinit_array sections.
1044
1045 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
1046 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
1047 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
1048 .preinit_array.
1049
1050 2002-03-04 Alan Modra <amodra@bigpond.net.au>
1051
1052 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
1053 * configure: Regenerate.
1054
1055 2002-03-02 Tom Rix <trix@redhat.com>
1056
1057 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
1058 symbolic equiv.
1059 * coff-rs6000.c (xcoff_howto_table): Same.
1060
1061 2002-03-01 David Mosberger <davidm@hpl.hp.com>
1062
1063 * elflink.h (size_dynamic_sections): If section named
1064 ".preinit_array" exists, create DT_PREINIT_ARRAY and
1065 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
1066 ".init_array" and ".fini_array".
1067 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
1068 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
1069 DT_FINI_ARRAY.
1070
1071 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
1072
1073 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
1074 dynsyms.
1075
1076 2002-02-25 Alan Modra <amodra@bigpond.net.au>
1077
1078 * elf64-hppa.h: Update copyright date.
1079
1080 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
1081 (ppc64_elf_relocate_section): Don't generate power4 style branch
1082 hints for *_BRTAKEN and *_BRNTAKEN relocs.
1083
1084 2002-02-22 Jakub Jelinek <jakub@redhat.com>
1085
1086 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
1087 last patch.
1088 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1089
1090 2002-02-21 Andreas Jaeger <aj@suse.de>
1091
1092 * elf64-x86-64.c: Major rework that introduces all recent changes
1093 to the x86-64 backend. Get a closer match to elf32-i386.
1094 (struct elf64_x86_64_dyn_relocs): Rename from
1095 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
1096 all users.
1097 (struct elf64_x86_64_link_hash_table): Add short cuts to some
1098 sections.
1099 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
1100 remove casts, initialize new hash members.
1101 (create_got_section): New.
1102 (elf64_x86_64_create_dynamic_sections): New.
1103 (elf64_x86_64_copy_indirect_symbol): New.
1104 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
1105 relocs, .got or .relgot here but do it in allocate_dynrelocs.
1106 Reference count possible .plt and .got entries. Don't test input
1107 section SEC_READONLY here to try to avoid copy relocs, and keep
1108 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
1109 DF_TEXTREL here. Delay setting of variables until needed. Cache
1110 pointer to "sreloc" section in elf_section_data. Tweak condition
1111 under which .got created. Report files with bad relocation
1112 section names.
1113 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
1114 Reference count possible .plt entries. Don't deallocate .got and
1115 .relgot space here.
1116 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
1117 do copy reloc processing for weakdefs. Remove redundant casts and
1118 aborts. Delay setting of vars until needed. Move creation of
1119 dynamic symbols and allocation of .plt and .rela.plt to
1120 allocate_dynrelocs. Replace BFD_ASSERT with abort.
1121 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1122 (allocate_dynrelocs): New.
1123 (readonly_dynrelocs): New.
1124 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
1125 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
1126 Zero out the dynamic allocated content space.
1127 (elf64_x86_64_discard_copies): Removed.
1128 (elf64_x86_64_relocate_section): Make use of dynamic section
1129 short-cuts. Localise vars, and delay setting. Better error
1130 reporting, replace BFD_ASSERT with abort. Check
1131 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
1132 regular object file and tread the weak definition as the normal
1133 one. Don't discard relocs for undefweak or undefined symbols and
1134 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
1135 relocs.
1136 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
1137 symbols that have been forced local. Use same test to decide if
1138 we can use a relative reloc for got as relocate_section. Expand
1139 SHN_UNDEF comment. Move expressions out of function calls.
1140 Replace BFD_ASSERT with abort.
1141 (bfd_elf64_bfd_final_link): Removed.
1142 (elf_backend_copy_indirect_symbol): Define.
1143
1144 2002-02-20 Tom Rix <trix@redhat.com>
1145
1146 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
1147 (_bfd_xcoff_reloc_type_lookup): Use it.
1148 * coff64-rs6000.c (xcoff64_howto_table): Same.
1149 (xcoff64_reloc_type_lookup): Same.
1150
1151 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1152
1153 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
1154 little endian.
1155
1156 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1157
1158 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
1159 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
1160 * bfd-in2.h: Regenerate.
1161 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
1162 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
1163 with "s390:64-bit".
1164 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
1165 (elf_s390_reloc_type_lookup): Likewise.
1166 (elf_s390_check_relocs): Likewise.
1167 (elf_s390_gc_sweep_hook): Likewise.
1168 (elf_s390_relocate_section): Likewise.
1169 (elf_s390_object_p): Use renamed architecture define.
1170 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
1171
1172 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
1173
1174 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
1175
1176 2002-02-19 Jakub Jelinek <jakub@redhat.com>
1177
1178 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
1179 absptr -> pcrel optimization for shared libs.
1180 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
1181 library cannot be converted to pcrel.
1182 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
1183 relative.
1184 * elf32-i386.c (elf_i386_relocate_section): If
1185 _bfd_elf_section_offset returned -2, skip, but make sure the
1186 relocation is installed.
1187 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
1188 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1189 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1190 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1191 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1192 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1193 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1194 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1195 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1196 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1197 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1198 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1199 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1200 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1201 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
1202 _bfd_elf_section_offset returning -2 the same way as -1.
1203 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
1204 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
1205 and BFD_ASSERT.
1206 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
1207
1208 2002-02-18 Tom Rix <trix@redhat.com>
1209
1210 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
1211 (bfd_xcoff_size_dynamic_sections): Same.
1212 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
1213 (bfd_xcoff_size_dynamic_sections): Same.
1214 * coff-rs6000.c (xcoff_generate_rtinit): Same.
1215 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
1216 * libxcoff.h (struct xcoff_backend_data_rec): Same.
1217 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
1218 * bfd-in2.h: Regenerate.
1219
1220 2002-02-18 Alan Modra <amodra@bigpond.net.au>
1221
1222 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
1223 (struct ppc_link_hash_table): Add sfpr.
1224 (ppc64_elf_link_hash_table_create): Init it.
1225 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
1226 .glink out to..
1227 (create_linkage_sections): ..here. Make .sfpr too.
1228 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
1229 dynobj early.
1230 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
1231 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
1232 ._restf* functions, and create as needed.
1233 (func_desc_adjust): Only force_local for shared libs.
1234
1235 2002-02-18 David O'Brien <obrien@FreeBSD.org>
1236
1237 * configure.in: Bump version number post 2.12 branching.
1238 * configure: Regenerate.
1239
1240 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
1241
1242 * mmo.c: Correct and improve comments.
1243 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
1244 zero-pad. Use input to fill up non-empty bfd buffer.
1245 (mmo_flush_chunk): New function.
1246 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
1247 changed. Don't emit location specifier if VMA is same as
1248 *LAST_VMAP after omitting leading zero contents. Call
1249 mmo_flush_chunk before emitting location specifier.
1250 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
1251 with mmo_write_loc_chunk calls.
1252 (mmo_internal_write_section): Call mmo_flush_chunk after
1253 mmo_write_chunk.
1254 (mmo_write_symbols_and_terminator): Move :Main to first position
1255 in symbol array. Add faked one if it does not exist if there are
1256 other symbols. Don't add it if there are no symbols at all. Move
1257 out test for value of :Main from symbol loop. Rename table
1258 fakemain to maintable and variable mainsym to fakemain.
1259
1260 2002-02-15 Richard Henderson <rth@redhat.com>
1261
1262 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
1263 section with no got matches any got. Simplify error generaion.
1264
1265 2002-02-15 Alan Modra <amodra@bigpond.net.au>
1266
1267 Support arbitrary length fill patterns.
1268 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
1269 (_bfd_default_link_order): Remove bfd_fill_link_order code.
1270 Call default_data_link_order.
1271 (default_fill_link_order): Delete.
1272 (default_data_link_order): New function.
1273 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
1274 of bfd_fill_link_order with bfd_data_link_order.
1275 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
1276 * elf64-mips.c (mips_elf64_final_link): Likewise.
1277
1278 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
1279 Correct value returned in "end" for "0x<non-hex>".
1280
1281 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
1282
1283 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
1284 (scan): Test against 'mach' field in info structure.
1285
1286 2002-02-14 Alan Modra <amodra@bigpond.net.au>
1287
1288 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
1289
1290 2002-02-14 Matt Fredette <fredette@netbsd.org>
1291
1292 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
1293 EF_M68000.
1294
1295 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
1296
1297 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
1298 non-zero physical addresses when adjusting the LMAs of new
1299 sections.
1300
1301 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
1302
1303 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
1304 from _bfd_elf_hppa_gen_reloc_type.
1305 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
1306 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
1307 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
1308 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
1309
1310 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
1311
1312 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
1313 loading its contents if there's nothing to do in it.
1314
1315 2002-02-12 Alan Modra <amodra@bigpond.net.au>
1316
1317 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
1318 64k boundary.
1319
1320 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
1321 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
1322 (ppc64_elf_finish_dynamic_sections): Set values for them.
1323
1324 2002-02-11 Michael Snyder <msnyder@redhat.com>
1325
1326 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
1327 * elf.c (elfcore_grok_pstatus): Add prototype.
1328 (elfcore_grok_lwpstatus): Add prototype.
1329 (elfcore_write_lwpstatus): New function.
1330 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
1331
1332 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
1333
1334 * elf32-sh.c: Added missing prototypes.
1335 * elf32-sh64.c: Likewise.
1336 (sh_elf_align_loads): Mark unused args as such.
1337 * elf64-sh64.c: Added missing prototypes.
1338 (struct elf_sh64_link_hash_entry): Fix typo.
1339 (sh_elf64_relocate_section): Fix info argument passed to
1340 _bfd_elf_section_offset.
1341
1342 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1343
1344 * Makefile.am: "make dep-am".
1345 * Makefile.in: Regenerate.
1346 * aclocal.m4: Regenerate.
1347 * config.in: Regenerate.
1348 * configure: Regenerate.
1349
1350 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1351
1352 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
1353 variable warnings.
1354 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
1355 comparison warning.
1356 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
1357 cast warnings for the common case.
1358
1359 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
1360
1361 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
1362 vectors.
1363 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
1364 vectors.
1365
1366 2002-02-09 Richard Henderson <rth@redhat.com>
1367
1368 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
1369 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
1370 (elf64_alpha_relocate_section): Likewise.
1371 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
1372 * bfd-in2.h, libbfd.h: Rebuild.
1373
1374 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1375
1376 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
1377 that base-plus-offset reloc accounting is consistent.
1378 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
1379 up to date for undefined symbols.
1380
1381 2002-02-08 Eric Christopher <echristo@redhat.com>
1382
1383 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1384
1385 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
1386 sections for the O32 ABI.
1387
1388 2002-02-08 Chris Demetriou <cgd@broadcom.com>
1389
1390 * elf32-arm.h: Fix formatting of _("...").
1391 * elf32-d10v.c: Likewise.
1392 * elf32-m68k.c: Likewise.
1393 * elf32-mips.c: Likewise.
1394
1395 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
1396
1397 * coff-or32.c: Fix compile time warning messages.
1398
1399 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1400
1401 Contribute sh64-elf.
1402 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
1403 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
1404 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
1405 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
1406 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
1407 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
1408 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
1409 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
1410 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
1411 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
1412 New relocs.
1413 * libbfd.h, bfd-in2.h: Rebuilt.
1414 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
1415 (sh_reloc_map): Map them.
1416 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
1417 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
1418 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
1419 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
1420 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
1421 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
1422 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
1423 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
1424 datalabel_got_offset.
1425 (sh_elf_link_hash_newfunc): Initialize it.
1426 (sh_elf_relocate_section): Augment the scope of
1427 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
1428 GOT and GOTOFF handling to new SHmedia relocation types. Support
1429 GOT_BIAS.
1430 (sh_elf_check_relocs): Likewise.
1431 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
1432 PLT entries using movi_shori_putval. Support GOT_BIAS.
1433 (sh_elf_finish_dynamic_sections): Likewise.
1434 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
1435 relocation, it's now done by the caller.
1436 (GOT_BIAS): New.
1437 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
1438 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
1439 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
1440 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
1441 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
1442 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
1443 sh64_elf64_hash_table): New.
1444 (sh_elf64_howto_table): Introduce new relocs.
1445 (sh_elf64_info_to_howto): Accept new PIC relocs.
1446 (sh_elf64_relocate_section): Augment the scope of
1447 seen_stt_datalabel. Support new PIC relocs.
1448 (sh_elf64_check_relocs): Support new PIC relocs.
1449 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
1450 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
1451 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
1452 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
1453 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
1454 movi_shori_putval, movi_3shori_putval,
1455 sh64_elf64_create_dynamic_sections,
1456 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
1457 sh64_elf64_size_dynamic_sections,
1458 sh64_elf64_finish_dynamic_symbol,
1459 sh64_elf64_finish_dynamic_sections): New.
1460 (elf_backend_create_dynamic-sections,
1461 bfd_elf64_bfd_link_hash_table_create,
1462 elf_backend_adjust_dynamic_symbol,
1463 elf_backend_size_dynamic_sections,
1464 elf_backend_finish_dynamic_symbol,
1465 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1466 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1467 elf_backend_got_header_size, elf_backend_plt_header_size):
1468 Define.
1469 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1470 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
1471 match official numbers and names; moved unmaching ones to the
1472 range 0xf2-0xff.
1473 * elf32-sh64.c, elf64-sh64.c: Likewise.
1474 2001-03-12 DJ Delorie <dj@redhat.com>
1475 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
1476 sections.
1477 2001-03-12 DJ Delorie <dj@redhat.com>
1478 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
1479 be aligned.
1480 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
1481 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1482 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
1483 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
1484 .cranges section with SEC_SORT_ENTRIES set.
1485 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
1486 incoming sorted .cranges section.
1487 (sh64_bfd_elf_copy_private_section_data): New.
1488 (sh64_elf_final_write_processing): Only sort .cranges and modify
1489 start address if called by linker.
1490 2001-01-08 Ben Elliston <bje@redhat.com>
1491 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
1492 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
1493 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
1494 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1495 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
1496 line. Add comments before all entries.
1497 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
1498 comment.
1499 (sh_elf64_reloc): Correct head comment.
1500 (sh_elf64_relocate_section): Correct spacing.
1501 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
1502 instead call reloc_dangerous callback.
1503 <case R_SH_SHMEDIA_CODE>: New case.
1504 (sh_elf64_gc_mark_hook): Correct spacing.
1505 (sh_elf64_check_relocs): Ditto.
1506 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
1507 New case.
1508 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
1509 functions.
1510 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
1511 clarify describing comment. Add comments before all entries.
1512 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
1513 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
1514 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1515 Sort .cranges section in final link. Prepare to set bit 0 on
1516 entry address.
1517 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
1518 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
1519 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
1520 .cranges section.
1521 (sh64_backend_section_from_shdr): New, to recognize
1522 SHT_SH5_CR_SORTED on incoming .cranges section.
1523 (elf_backend_section_from_shdr): Define.
1524 (sh64_elf_final_write_processing): Sort outgoing .cranges
1525 section. (New, temporarily disabled:) Set bit 0 on entry address
1526 according to ISA type.
1527 (sh64_find_section_for_address): New.
1528 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
1529 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
1530 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
1531 bfd_malloc, not xmalloc.
1532 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
1533 global.
1534 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
1535 temporarily disabled) setting bit 0 on entry address.
1536 (elf_backend_final_write_processing): Define.
1537 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1538 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
1539 be a proper relocation for PTA and PTB rather than a marker.
1540 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
1541 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
1542 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
1543 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
1544 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
1545 Zero src_mask.
1546 * elf64-sh64.c: Ditto.
1547 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
1548 * elf32-sh64.c: Include opcodes/sh64-opc.h
1549 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
1550 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
1551 parameters. No unused parameters. Caller changed.
1552 <case R_SH_PT_16>: New case.
1553 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
1554 * Makefile.in: Regenerate.
1555 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1556 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
1557 all code sections.
1558 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1559 (sh64_elf_merge_private_data): Ditto.
1560 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
1561 to access stored section flags.
1562 (sh64_elf_final_write_processing): Return immediately unless
1563 called by linker. Use sh64_elf_section_data (cranges) to get size
1564 of linker-generated cranges entries.
1565 (sh64_elf_copy_private_data): Add missing "return true".
1566 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1567 (sh_elf64_merge_private_data): Ditto.
1568 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1569 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
1570 elf64-sh64.c:sh64_elf_fake_sections.
1571 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
1572 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1573 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
1574 (sh64_elf_final_write_processing): New.
1575 (elf_backend_final_write_processing): Define.
1576 (sh64_elf_fake_sections): Get header flags from tdata field.
1577 (sh64_elf_copy_private_data): Do not call
1578 sh64_elf_copy_private_data_internal, just copy e_flags field.
1579 (sh64_elf_merge_private_data): Do not call
1580 sh64_elf_copy_private_data_internal.
1581 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1582 Remove EF_SH64_ABI64, let ELF size make difference.
1583 Remove SH64-specific BFD section flag.
1584 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
1585 containing SHmedia through elf_section_data (asect)->tdata
1586 non-zero, not using a BFD section flag.
1587 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
1588 (sh64_elf_merge_private_data): Similar.
1589 (elf_backend_section_flags): Don't define.
1590 (sh64_elf_backend_section_flags): Delete.
1591 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
1592 not EF_SH64_ABI64.
1593 (sh_elf64_merge_private_data): Similar.
1594 * section.c (Section flags definitions): Don't define
1595 SEC_SH_ISA_SHMEDIA.
1596 (bfd-in2.h): Regenerate.
1597 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
1598 Make DataLabel references work with partial linking.
1599 * elf32-sh64.c: Fix formatting.
1600 (sh64_elf_link_output_symbol_hook): New.
1601 (elf_backend_link_output_symbol_hook): Define to
1602 sh64_elf_link_output_symbol_hook.
1603 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
1604 undefined if partial linking. Adjust sanity check.
1605 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
1606 (elf_backend_link_output_symbol_hook): Define to
1607 sh64_elf64_link_output_symbol_hook.
1608 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
1609 undefined if partial linking. Adjust sanity check.
1610 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
1611 Implement semantics for inter-file DataLabel references.
1612 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
1613 (sh64_elf64_add_symbol_hook): New.
1614 (sh_elf64_relocate_section): If passing an indirect symbol with
1615 st_type STT_DATALABEL on the way to a symbol with st_other
1616 STO_SH5_ISA32, do not bitor 1 to the relocation.
1617 (elf_backend_add_symbol_hook): Define to
1618 sh64_elf64_add_symbol_hook.
1619 * elf64-sh32.c: Tweak comments.
1620 (DATALABEL_SUFFIX): Define.
1621 (sh64_elf_add_symbol_hook): New.
1622 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
1623 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
1624 symbol with st_type STT_DATALABEL on the way to a symbol with
1625 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
1626 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
1627 Pass through STT_DATALABEL.
1628 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
1629 (elf_backend_get_symbol_type): Define.
1630 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
1631 (elf_backend_get_symbol_type): Define.
1632 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1633 * elf32-sh64.c: Tweak comments.
1634 (sh64_elf_copy_private_data_internal): Add prototype.
1635 (bfd_elf32_bfd_set_private_flags): Define.
1636 (sh64_elf_copy_private_data_internal): Compare machine name, not
1637 textual BFD target name, to check whether to copy section flag
1638 SHF_SH5_ISA32.
1639 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
1640 Tweak section-contents-type-mismatch message.
1641 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
1642 Validize reloc-types.
1643 * elf64-sh64.c: New file.
1644 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
1645 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
1646 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
1647 Regenerate dependencies.
1648 * Makefile.in: Regenerate.
1649 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
1650 bfd_elf64_sh64l_vec.
1651 * configure.in: Handle bfd_elf64_sh64_vec and
1652 bfd_elf64_sh64l_vec.
1653 * configure: Regenerate.
1654 * po/POTFILES.in: Regenerate.
1655 * po/bfd.pot: Regenerate.
1656 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1657 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
1658 anything else but EF_SH64 and EF_SH64_ABI64.
1659 (sh64_elf_merge_private_data): Emit error for anything else but
1660 EF_SH64 and EF_SH64_ABI64.
1661 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
1662 from targ_selvecs.
1663 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
1664 bfd_elf32_sh64l_vec as a temporary measure.
1665 * configure: Regenerate.
1666 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
1667 * cpu-sh.c (arch_info_struct): Include sh5 item
1668 unconditionalized.
1669 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
1670 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
1671 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
1672 * elf32-sh64.c: Tweak comments.
1673 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
1674 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
1675 (sh64_elf_copy_private_data_internal): Wrap long line.
1676 (sh64_elf_merge_private_data): Rewrite to allow objects from
1677 SH64 subsets to be linked together.
1678 (INCLUDE_SHMEDIA): Define.
1679 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
1680 Parenthesize plus-expression inside or-expression.
1681 <global symbol>: Ditto.
1682 (sh_elf_set_mach_from_flags): Remove code refusing
1683 deleted EF_SH64_32BIT_ABI flag.
1684 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
1685 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
1686 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
1687 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
1688 (sh_elf_relocate_section) <local symbol>: Or 1 in
1689 calculation of relocation if sym->st_other & STO_SH5_ISA32.
1690 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
1691 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
1692 relocation.
1693 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1694 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
1695 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
1696 Regenerate dependencies.
1697 * Makefile.in: Regenerate.
1698 * archures.c: Add bfd_mach_sh5.
1699 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
1700 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
1701 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
1702 * configure: Regenerate.
1703 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
1704 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
1705 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
1706 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
1707 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
1708 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
1709 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
1710 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
1711 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
1712 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
1713 in item for SH5.
1714 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
1715 for SHmedia relocs.
1716 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
1717 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
1718 shmedia_prepare_reloc, goto final_link_relocate if it returns
1719 non-zero, else fail as before.
1720 (sh_elf_set_mach_from_flags): Provide function only if not defined
1721 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
1722 (sh_elf_set_private_flags): Provide function only if not defined
1723 as a macro.
1724 (sh_elf_copy_private_data): Similar.
1725 (sh_elf_merge_private_data): Similar.
1726 * section.c (SEC_SH_ISA_SHMEDIA): New.
1727 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
1728 * elf32-sh64.c: New file.
1729 * libbfd.h: Regenerate.
1730 * bfd-in2.h: Regenerate.
1731 * po/POTFILES.in: Regenerate.
1732 * po/bfd.pot: Regenerate.
1733 * bfd-in2.h: Regenerate.
1734 * libbfd.h: Regenerate.
1735
1736 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
1737
1738 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
1739 been included, not drag it in.
1740 * bfd-in2.h: Regenerate.
1741
1742 2002-02-06 H.J. Lu (hjl@gnu.org)
1743
1744 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
1745 the mach and ISA fields if necessary.
1746
1747 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1748
1749 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
1750 ARM architecture when an F_ARM_5 flag is detected, since we cannot
1751 be sure exactly which architecture this represents.
1752
1753 2002-02-05 Nick Clifton <nickc@redhat.com>
1754
1755 * po/tr.po: Updated translation.
1756
1757 2002-02-05 Alan Modra <amodra@bigpond.net.au>
1758
1759 From Jimi X <jimix@watson.ibm.com>
1760 * archures (bfd_mach_ppc64): Define.
1761 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
1762 (bfd_powerpc_arch): Define.
1763 * bfd-in2.h: Regenerate.
1764 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
1765 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
1766 (bfd_powerpc_archs): Add default powerpc64 arch.
1767
1768 2002-02-05 Alan Modra <amodra@bigpond.net.au>
1769
1770 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
1771 against section syms in readonly sections. Don't do the global
1772 sym check if we find one.
1773 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
1774 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
1775 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1776 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
1777 (elf_s390_grok_prstatus): Add missing prototype.
1778
1779 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1780
1781 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
1782 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
1783 Call bfd_get_section_by_name only once. Initialize
1784 bpodata->n_bpo_relocs_this_section.
1785 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
1786 referring to DSOs.
1787 (bpo_reloc_request_sort_fn): Don't use difference of values as
1788 return-value.
1789
1790 2002-02-02 David O'Brien <obrien@FreeBSD>
1791
1792 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
1793 version 4.5 and later the same as 5-CURRENT.
1794 * configure: Re-generate.
1795
1796 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1797
1798 * config.bfd (hppa*-*-netbsd*): New target.
1799
1800 2002-01-31 Philipp Thomas <pthomas@suse.de>
1801
1802 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
1803 to front of message. Unify messages with elf32-arm.h. Use
1804 commas where neccessary.
1805 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
1806 ERROR in messages. Unify messages with coff-arm.c. Correct
1807 VFP/FPA error message.
1808 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
1809 APCS-32 for translation.
1810
1811 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1812
1813 Perform on-demand global register allocation from
1814 R_MMIX_BASE_PLUS_OFFSET relocs.
1815 * elf64-mmix.c (struct bpo_reloc_section_info, struct
1816 bpo_reloc_request, struct bpo_greg_section_info): New.
1817 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
1818 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
1819 _bfd_mmix_check_all_relocs,
1820 _bfd_mmix_prepare_linker_allocated_gregs,
1821 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
1822 (elf_mmix_howto_table): Correct src_mask for most relocs.
1823 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
1824 case.
1825 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
1826 case. Fix typo in comment. New label do_mmix_reloc.
1827 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
1828 store first object file with a base-plus-offset reloc. Call
1829 mmix_elf_check_common_relocs for the part common with mmo.
1830 (mmix_elf_final_link): Write out linker-allocated register
1831 contents section.
1832 (elf_backend_gc_sweep_hook): Define.
1833 (bfd_elf64_bfd_relax_section): Define.
1834
1835 * mmo.c: Don't include <ctype.h>
1836 (mmo_init): Correct init-once logic.
1837
1838 2002-02-01 Tom Rix <trix@redhat.com>
1839
1840 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
1841
1842 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1843
1844 * Makefile.am: Run "make dep-am"
1845 * Makefile.in: Regenerate.
1846
1847 2002-01-31 David O'Brien <obrien@FreeBSD>
1848
1849 * configure.in: Recognize the differences in core files from FreeBSD
1850 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
1851 5-CURRENT.
1852 * configure: Regenerate.
1853
1854 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1855
1856 * coff-or32.c: New file.
1857 * cpu-or32.c: New file.
1858 * elf32-or32.c: New file.
1859 * archures.c: Add support for or32.
1860 * targets.c: Add support for or32.
1861 * bfd-in2.h: Regenerate.
1862 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
1863 coff_write_object_contents): Add support for or32.
1864 * config.bfd: Add target.
1865 * configure.in: Add support for or32.
1866 * configure: Regenerate.
1867 * Makefile.am: Add support for or32.
1868 * Makefile.in: Regenerate.
1869 * po/SRC-POTFILES.in: Add or32 files.
1870 * po/bfd.pot: Regenerate.
1871
1872 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
1873 Don Lindsay <lindsayd@cisco.com>
1874
1875 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
1876 false' with a return of a bfd_reloc_ error code.
1877
1878 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
1879
1880 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
1881 unexport unreferenced symbols when --export-dynamic. Call
1882 _bfd_elf_strtab_delref when unexporting.
1883
1884 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1885
1886 * bfd-in.h: Include <stdbool.h> if it is available.
1887 * bfd-in2.h: Regenerated.
1888
1889 2002-01-31 Alan Modra <amodra@bigpond.net.au>
1890
1891 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
1892 not go via the plt.
1893
1894 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1895
1896 * archures.c: Tidy up formatting of embedded comments.
1897 * bfd.c: Tidy up formatting of embedded comments.
1898 * bfd-in.h: Fix formatting of comments.
1899 * reloc.c: Tidy up formatting of ordinary & embedded comments.
1900 * section.c: Tidy up formatting of embedded comments.
1901 * syms.c: Tidy up formatting of embedded comments.
1902 * targets.c: Tidy up formatting of embedded comments.
1903
1904 * bfd-in2.h: Regenerate.
1905
1906 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
1907
1908 * vms-tir.c (cmd_name): New function.
1909 (tir_cmd_name): New function.
1910 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
1911 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
1912 Fix formatting.
1913
1914 * peXXigen.c (pe_print_idata): Rearrange message to aid in
1915 translation.
1916 (pe_print_pdata): Rearrange message to aid in translation.
1917
1918 * libbfd.c (warn_deprecated): Rearrange error message to aid in
1919 translation.
1920
1921 * ihex.c (ihex_write_object_contents): Fix spelling typo.
1922
1923 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
1924
1925 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
1926 message to aid in translation.
1927
1928 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
1929 to aid in translation.
1930
1931 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
1932
1933 2002-01-30 Philipp Thomas <pthomas@suse.de>
1934
1935 * coff-arm.c, elf32-elf.h: Unify messages.
1936
1937 2002-01-30 Nick Clifton <nickc@redhat.com>
1938
1939 * po/sv.po: Updated translation.
1940
1941 2002-01-30 Philipp Thomas <pthomas@suse.de>
1942
1943 * dwarf2.c (read_abbrev): Use full section name in error message.
1944 (decode_line_info): Likewise.
1945
1946 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
1947 message.
1948
1949 2002-01-30 Alan Modra <amodra@bigpond.net.au>
1950
1951 * elf64-ppc.c (func_desc_adjust): Only provide missing function
1952 descriptor symbols for undefined function code syms. Clear
1953 ELF_LINK_NON_ELF so that they can stay weak.
1954
1955 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1956 Mitch Lichtenberg <mpl@broadcom.com>
1957
1958 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
1959 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
1960 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
1961 generation.
1962 * bfd-in2.h: Regenerate.
1963
1964 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1965
1966 * elf32-mips.c: Add additional comments about HI16 relocation
1967 processing.
1968 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
1969 pc-relative relocations. (Reverts change made on 2001-10-31.)
1970 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
1971 for pc-relative relocations.
1972 (mips_elf_calculate_relocation): Add a comment about a kludge
1973 in the R_MIPS_GNU_REL_HI16 handling.
1974 (_bfd_mips_elf_relocate_section): Implement that kludge;
1975 adjust pc-relative HI16 relocation for difference in HI16 and
1976 LO16 addresses, since it can't easily be done in
1977 mips_elf_calculate_relocation.
1978
1979 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
1980
1981 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
1982 relocations with PC32 relocations for undefined or weak symbols.
1983 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
1984 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
1985
1986 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
1987
1988 * elfcore.h (elf_core_file_p): Improve comment for last change.
1989
1990 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1991
1992 * configure: Regenerated.
1993
1994 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
1995
1996 * elfcore.h (elf_core_file_p): Set the machine architecture
1997 before processing the program headers.
1998
1999 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2000
2001 * configure.in <64-bit configuration>: If using gcc, check and
2002 emit error for egcs-1.1.2.
2003 * configure: Regenerate.
2004
2005 2002-01-26 Egor Duda <deo@logos-m.ru>
2006
2007 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
2008 as possible to avoid stack corruption.
2009
2010 2002-01-26 Richard Henderson <rth@redhat.com>
2011
2012 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
2013 for non-allocated sections.
2014
2015 2002-01-25 Mark Kettenis <kettenis@gnu.org>
2016
2017 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
2018 prstat.pr_reg even if it is a struct.
2019
2020 2002-01-25 Steve Ellcey <sje@cup.hp.com>
2021
2022 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
2023
2024 2002-01-25 Philipp Thomas <pthomas@suse.de>
2025
2026 * coffgen.c (coff_print_symbol): Don't mark info message
2027 for translation.
2028
2029 2002-01-25 Nick Clifton <nickc@redhat.com>
2030
2031 * po/fr.po: Updated translation.
2032 * po/es.po: Updated translation.
2033
2034 2002-01-25 Philipp Thomas <pthomas@suse.de>
2035
2036 * coff-alpha.c (alpha_relocate_section): Unify warning message
2037 for GP relative relocations without GP defined.
2038 * coff-mips.c (mips_relocate_section): Likewise.
2039
2040 2002-01-25 Alan Modra <amodra@bigpond.net.au>
2041
2042 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
2043 unsigned overflow when new_offset < old_offset.
2044
2045 2002-01-24 Philipp Thomas <pthomas@suse.de>
2046
2047 * bfd.c (_bfd_abort): Fix typo.
2048
2049 2002-01-23 Richard Henderson <rth@redhat.com>
2050
2051 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
2052 plt entries for undefweak symbols.
2053
2054 2002-01-23 Steve Ellcey <sje@cup.hp.com>
2055
2056 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
2057 DEFAULT_VECTOR.
2058 (bfd_elf64_ia64_hpux_big_vec): Ditto.
2059 (bfd_elf32_h8300_vec): Ditto.
2060
2061 2002-01-23 Alan Modra <amodra@bigpond.net.au>
2062
2063 * elf64-ppc.c: Remove stale part of ABI comment.
2064 (NO_OPD_RELOCS): Define.
2065 (ppc64_elf_check_relocs): Use it.
2066 (ppc64_elf_relocate_section): Here too.
2067 (build_one_stub): Don't point function syms at the stub. Instead,
2068 hijack plt.offset.
2069 (ppc64_elf_relocate_section): Check whether REL24 relocs should
2070 really go to the stub. Make all dynamic relocs in opd against
2071 locals.
2072 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
2073 plt.offset.
2074
2075 2002-01-22 Richard Henderson <rth@redhat.com>
2076
2077 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
2078
2079 2002-01-22 Alan Modra <amodra@bigpond.net.au>
2080
2081 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
2082 TOC_BASE_OFF adjustment.
2083
2084 * Makefile.am: Run "make dep-am".
2085 * Makefile.in: Regenerate.
2086 * po/SRC-POTFILES.in: Regenerate.
2087
2088 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2089
2090 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
2091 host defines.
2092
2093 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
2094
2095 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
2096 Check for and emit error if sgot is NULL at this point.
2097
2098 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2099
2100 * config.bfd (ia64*-*-netbsd*): New target.
2101
2102 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2103
2104 * som.c (som_write_space_strings): Comment typo fix.
2105
2106 2002-01-21 Alan Modra <amodra@bigpond.net.au>
2107
2108 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
2109 is_func_descriptor fields.
2110 (link_hash_newfunc): Init them.
2111 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
2112 dot are candidates for plt entries. When processing .opd relocs,
2113 set function descriptor strings to point inside function code
2114 string, and set new ppc_link_hash_entry fields.
2115 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
2116 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
2117 function descriptors. It's now done in..
2118 (func_desc_adjust): New.
2119 (ppc64_elf_func_desc_adjust): New.
2120 (define elf_backend_always_size_sections): Define.
2121 (ppc64_elf_hide_symbol): New.
2122 (define elf_backend_hide_symbol): Define.
2123 (allocate_dynrelocs): Remove code looking up function descriptors
2124 as that has been done earlier.
2125 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
2126 table.
2127 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
2128 up function descriptor.
2129 (build_one_stub): Look up the function code sym. Check for
2130 invalid plt offsets.
2131 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
2132 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
2133
2134 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
2135 boolean param.
2136 (_bfd_elf_link_hash_hide_symbol): Likewise.
2137 * elflink.h (elf_link_add_object_symbols): Adjust call to
2138 elf_backend_hide_symbol.
2139 (elf_fix_symbol_flags): Likewise.
2140 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
2141 than bfd_alloc.
2142 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
2143 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
2144 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
2145 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
2146 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
2147 and adjust to suit.
2148 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
2149 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
2150 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
2151
2152 2002-01-18 Alan Modra <amodra@bigpond.net.au>
2153
2154 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
2155 dynamic function descriptor symbol, not the associated function
2156 symbol.
2157
2158 2002-01-17 Eric Christopher <echristo@redhat.com>
2159
2160 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
2161
2162 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2163
2164 * po/bfd.pot: Regenerate.
2165 * po/fr.po: Regenerate.
2166
2167 2002-01-17 Alan Modra <amodra@bigpond.net.au>
2168
2169 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
2170 Remove "Elf_Internal_Shdr *" param.
2171 (_bfd_mips_elf_section_from_bfd_section): Ditto.
2172 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
2173 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
2174 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
2175 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
2176 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
2177 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
2178 function to override special sections. Remove hdr arg from
2179 backend call, and don't loop.
2180
2181 2002-01-16 Eric Christopher <echristo@redhat.com>
2182
2183 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
2184 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
2185 relocations requiring gp0 and gp.
2186
2187 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
2188
2189 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
2190 EF_ARM_VFP_FLOAT.
2191 (elf32_arm_print_private_bfd_data): Likewise.
2192
2193 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
2194
2195 * po/tr.po: Import new version.
2196
2197 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2198
2199 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
2200 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
2201 (ORI_R0_R0_0): Correct.
2202
2203 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2204
2205 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
2206 when plt_not_loaded.
2207 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
2208 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
2209 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
2210 (ppc64_elf_glink_code): Delete.
2211 (PPC64_ELF_GLINK_SIZE): Delete.
2212 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
2213 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
2214 ORI_R0_R0_0): Define.
2215 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
2216 (struct ppc_link_hash_table): Add sstub and plt_overflow.
2217 (ppc64_elf_link_hash_table_create): Init them.
2218 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
2219 Don't copy to shared lib.
2220 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
2221 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
2222 (allocate_dynrelocs <plt>): Don't change function sym here. Make
2223 room for .stub and .glink code.
2224 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
2225 DT_PPC64_GLINK.
2226 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
2227 bfd_elf64_bfd_final_link.
2228 (bfd_elf64_bfd_final_link): Don't define.
2229 (ppc64_elf_size_stubs): New.
2230 (build_plt_stub): New.
2231 (build_one_stub): New.
2232 (ppc64_elf_build_stubs): New.
2233 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
2234 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
2235 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
2236 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
2237 case output sections not separate. Adjust DT_RELASZ to not
2238 include plt relocs. Set reserved got entry. Set got and plt
2239 entry size.
2240 (elf_backend_got_header_size): Set to 8.
2241 * elf64-ppc.h: New file.
2242
2243 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2244
2245 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
2246 sections, use bfd_section_list_remove.
2247 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
2248 * elflink.h (elf_link_add_object_symbols): When removing all
2249 sections, use bfd_section_list_clear.
2250
2251 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2252
2253 * po/sv.po: New file: Swedish translation.
2254 * configure.in (ALL_LINGUAS): Add sv.
2255 * configure: Regenerate.
2256
2257 2002-01-15 Jakub Jelinek <jakub@redhat.com>
2258
2259 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
2260 * elf.c (merge_sections_remove_hook): New function.
2261 (_bfd_elf_merge_sections): Pass it as 3rd argument to
2262 _bfd_merge_sections.
2263 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
2264 * libbfd.h: Rebuilt.
2265 * merge.c (_bfd_merge_sections): Add remove_hook argument.
2266 Call remove_hook if a SEC_EXCLUDE section is encountered.
2267
2268 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2269
2270 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
2271 (xstormy16_reloc_map): Initialise new field with correct howto
2272 table.
2273 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
2274 howto entry.
2275
2276 2002-01-10 Michael Snyder <msnyder@redhat.com>
2277
2278 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
2279 (elfcore_write_pstatus): Use long instead of pid_t;
2280 * elf-bfd.h: Change prototypes to use long instead of pid_t;
2281
2282 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
2283
2284 * elf.c: Update copyright years.
2285 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
2286 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
2287
2288 2002-01-08 Michael Snyder <msnyder@redhat.com>
2289
2290 Add capability to write corefile note sections, for gdb.
2291 * elf.c (elfcore_write_note): New function.
2292 (elfcore_write_prpsinfo): New function.
2293 (elfcore_write_prstatus): New function.
2294 (elfcore_write_pstatus): New function.
2295 (elfcore_write_prfpreg): New function.
2296 (elfcore_write_prxfpreg): New function.
2297 * elf-bfd.h: Add prototypes for above functions.
2298
2299 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
2300
2301 * elf.c (elf_fake_sections): Propagate errors from
2302 elf_backend_fake_section.
2303
2304 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
2305
2306 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
2307 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
2308 (elf32-sh-nbsd.lo): New rule.
2309 * Makefile.in: Regenerate.
2310 * config.bfd (sh*le-*-netbsdelf*): New target.
2311 (sh*-*-netbsdelf*): New target.
2312 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
2313 (bfd_elf32_shnbsd_vec): New vector.
2314 (bfd_elf32_shlnbsd_vec): New vector.
2315 * configure: Regenerate.
2316 * elf32-sh-nbsd.c: New file.
2317 * targets.c: Update copyright years.
2318 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
2319 bfd_elf32_shnbsd_vec.
2320
2321 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
2322
2323 * coff-rs6000.c (READ20): Use bfd_scan_vma.
2324
2325 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
2326
2327 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
2328 of a symbol in a section that will be deleted.
2329
2330 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
2331
2332 * po/es.po: New file: Spanish translation.
2333 * configure.in (ALL_LINGUAS): Add es.
2334 * configure: Regenerate.
2335
2336 2002-01-06 Steve Ellcey <sje@cup.hp.com>
2337
2338 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
2339 argument so we can handle HP-UX specially.
2340 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
2341 (elfNN_hpux_backend_section_from_bfd_section): New for support
2342 of SHN_IA_64_ANSI_COMMON.
2343 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
2344 (is_unwind_section_name): Add special HP-UX support.
2345 (elfNN_ia64_section_from_shdr): Add support for more sections.
2346 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
2347 add support for more sections.
2348 (elfNN_ia64_additional_program_headers): Modify
2349 is_unwind_section_name call.
2350 (elfNN_ia64_modify_segment_map): Remove assumption that there is
2351 only one unwind section in segment.
2352
2353 2002-01-06 Alan Modra <amodra@bigpond.net.au>
2354
2355 * syms.c (_bfd_generic_make_empty_symbol): New function.
2356 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
2357 _bfd_generic_make_empty_symbol.
2358 * libbfd.h: Regenerate.
2359 * bfd-in2.h: Regenerate.
2360 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
2361 (hppabsd_core_get_symtab_upper_bound): Don't define.
2362 (hppabsd_core_get_symtab): Likewise.
2363 (hppabsd_core_print_symbol): Likewise.
2364 (hppabsd_core_get_symbol_info): Likewise.
2365 (hppabsd_core_bfd_is_local_label_name): Likewise.
2366 (hppabsd_core_get_lineno): Likewise.
2367 (hppabsd_core_find_nearest_line): Likewise.
2368 (hppabsd_core_bfd_make_debug_symbol): Likewise.
2369 (hppabsd_core_read_minisymbols): Likewise.
2370 (hppabsd_core_minisymbol_to_symbol): Likewise.
2371 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
2372 Formatting fixes.
2373 * hpux-core.c: Similarly.
2374 * irix-core.c: Similarly.
2375 * osf-core.c: Similarly.
2376 * sco5-core.c: Similarly.
2377 * binary.c (binary_make_empty_symbol): Remove function, define as
2378 _bfd_generic_make_empty_symbol.
2379 * ihex.c (ihex_make_empty_symbol): Likewise.
2380 * mmo.c (mmo_make_empty_symbol): Likewise.
2381 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
2382 * srec.c (srec_make_empty_symbol): Likewise.
2383 * versados.c (versados_make_empty_symbol): Likewise.
2384 * vms.c (_bfd_vms_make_empty_symbol): Remove.
2385 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
2386 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
2387 rather than _bfd_vms_make_empty_symbol.
2388 * vms-misc.c (new_symbol): Likewise.
2389
2390 2002-01-05 Alan Modra <amodra@bigpond.net.au>
2391
2392 * section.c (bfd_section_init): Remove unnecessary initialisations.
2393 (bfd_section_list_clear): New function.
2394 (bfd_section_list_remove, bfd_section_list_insert): New macros.
2395 (_bfd_strip_section_from_output): Use them.
2396 * coffcode.h (coff_set_alignment_hook): Likewise.
2397 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
2398 * elf64-mips.c (mips_elf64_final_link): Likewise.
2399 * elf64-mmix.c (mmix_elf_final_link): Likewise.
2400 * sunos.c (sunos_add_dynamic_symbols): Likewise.
2401 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
2402 * bfd-in2.h: Regenerate.
2403
2404 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
2405 rather than doing our own section handling. Clean up after errors
2406 with bfd_release and bfd_section_list_clear. Handle unexpected
2407 flags.
2408 * aoutf1.h (sunos4_core_file_p): Likewise.
2409 * aix386-core.c (aix386_core_file_p): Likewise.
2410 * cisco-core.c (cisco_core_file_validate): Likewise.
2411 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
2412 * trad-core.c (trad_unix_core_file_p): Likewise.
2413
2414 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
2415 with bfd_release and bfd_section_list_clear.
2416 * hpux-core.c (hpux_core_core_file_p): Likewise.
2417 * irix-core.c (irix_core_core_file_p): Likewise.
2418 * lynx-core.c (lynx_core_file_p): Likewise.
2419 * osf-core.c (osf_core_core_file_p): Likewise.
2420 * rs6000-core.c (rs6000coff_core_p): Likewise.
2421 * sco5-core.c (sco5_core_file_p): Likewise.
2422
2423 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
2424 sign extension adjustments without conditionals.
2425
2426 2002-01-04 Jakub Jelinek <jakub@redhat.com>
2427
2428 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
2429 CIE at .eh_frame start is removed due to no FDEs referencing it.
2430
2431 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2432
2433 * config.bfd (x86_64-*-netbsd*): New target.
2434 * configure.in (x86_64-*-netbsd*): Set COREFILE
2435 to netbsd-core.lo.
2436 * configure: Regenerated.
2437
2438 2002-01-03 Tom Rix <trix@redhat.com>
2439
2440 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
2441 for recent bfd_make_section_anyway change.
2442
2443 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
2444
2445 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
2446 R_ARM_THM_PC11 reloc.
2447
2448 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
2449
2450 * configure.in (LINGUAS): Add ja.
2451 * configure: Regenerate.
2452 * po/ja.po: Import from translation project's web site.
2453
2454 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
2455
2456 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
2457 messages to ease translation into other languages.
2458
2459 For older changes see ChangeLog-0001
2460 \f
2461 Local Variables:
2462 mode: change-log
2463 left-margin: 8
2464 fill-column: 74
2465 version-control: never
2466 End:
This page took 0.087237 seconds and 4 git commands to generate.