* gdb.base/watchpoint.exp: Restore previous timeout at end of test.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
4 non-zero physical addresses when adjusting the LMAs of new
5 sections.
6
7 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
8
9 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
10 from _bfd_elf_hppa_gen_reloc_type.
11 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
12 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
13 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
14 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
15
16 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
17
18 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
19 loading its contents if there's nothing to do in it.
20
21 2002-02-12 Alan Modra <amodra@bigpond.net.au>
22
23 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
24 64k boundary.
25
26 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
27 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
28 (ppc64_elf_finish_dynamic_sections): Set values for them.
29
30 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
31
32 * elf32-sh.c: Added missing prototypes.
33 * elf32-sh64.c: Likewise.
34 (sh_elf_align_loads): Mark unused args as such.
35 * elf64-sh64.c: Added missing prototypes.
36 (struct elf_sh64_link_hash_entry): Fix typo.
37 (sh_elf64_relocate_section): Fix info argument passed to
38 _bfd_elf_section_offset.
39
40 2002-02-11 Alan Modra <amodra@bigpond.net.au>
41
42 * Makefile.am: "make dep-am".
43 * Makefile.in: Regenerate.
44 * aclocal.m4: Regenerate.
45 * config.in: Regenerate.
46 * configure: Regenerate.
47
48 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
49
50 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
51 variable warnings.
52 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
53 comparison warning.
54 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
55 cast warnings for the common case.
56
57 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
58
59 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
60 vectors.
61 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
62 vectors.
63
64 2002-02-09 Richard Henderson <rth@redhat.com>
65
66 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
67 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
68 (elf64_alpha_relocate_section): Likewise.
69 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
70 * bfd-in2.h, libbfd.h: Rebuild.
71
72 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
73
74 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
75 that base-plus-offset reloc accounting is consistent.
76 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
77 up to date for undefined symbols.
78
79 2002-02-08 Eric Christopher <echristo@redhat.com>
80
81 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
82
83 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
84 sections for the O32 ABI.
85
86 2002-02-08 Chris Demetriou <cgd@broadcom.com>
87
88 * elf32-arm.h: Fix formatting of _("...").
89 * elf32-d10v.c: Likewise.
90 * elf32-m68k.c: Likewise.
91 * elf32-mips.c: Likewise.
92
93 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
94
95 * coff-or32.c: Fix compile time warning messages.
96
97 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
98
99 Contribute sh64-elf.
100 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
101 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
102 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
103 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
104 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
105 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
106 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
107 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
108 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
109 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
110 New relocs.
111 * libbfd.h, bfd-in2.h: Rebuilt.
112 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
113 (sh_reloc_map): Map them.
114 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
115 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
116 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
117 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
118 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
119 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
120 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
121 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
122 datalabel_got_offset.
123 (sh_elf_link_hash_newfunc): Initialize it.
124 (sh_elf_relocate_section): Augment the scope of
125 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
126 GOT and GOTOFF handling to new SHmedia relocation types. Support
127 GOT_BIAS.
128 (sh_elf_check_relocs): Likewise.
129 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
130 PLT entries using movi_shori_putval. Support GOT_BIAS.
131 (sh_elf_finish_dynamic_sections): Likewise.
132 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
133 relocation, it's now done by the caller.
134 (GOT_BIAS): New.
135 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
136 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
137 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
138 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
139 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
140 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
141 sh64_elf64_hash_table): New.
142 (sh_elf64_howto_table): Introduce new relocs.
143 (sh_elf64_info_to_howto): Accept new PIC relocs.
144 (sh_elf64_relocate_section): Augment the scope of
145 seen_stt_datalabel. Support new PIC relocs.
146 (sh_elf64_check_relocs): Support new PIC relocs.
147 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
148 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
149 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
150 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
151 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
152 movi_shori_putval, movi_3shori_putval,
153 sh64_elf64_create_dynamic_sections,
154 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
155 sh64_elf64_size_dynamic_sections,
156 sh64_elf64_finish_dynamic_symbol,
157 sh64_elf64_finish_dynamic_sections): New.
158 (elf_backend_create_dynamic-sections,
159 bfd_elf64_bfd_link_hash_table_create,
160 elf_backend_adjust_dynamic_symbol,
161 elf_backend_size_dynamic_sections,
162 elf_backend_finish_dynamic_symbol,
163 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
164 elf_backend_plt_readonly, elf_backend_want_plt_sym,
165 elf_backend_got_header_size, elf_backend_plt_header_size):
166 Define.
167 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
168 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
169 match official numbers and names; moved unmaching ones to the
170 range 0xf2-0xff.
171 * elf32-sh64.c, elf64-sh64.c: Likewise.
172 2001-03-12 DJ Delorie <dj@redhat.com>
173 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
174 sections.
175 2001-03-12 DJ Delorie <dj@redhat.com>
176 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
177 be aligned.
178 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
179 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
180 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
181 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
182 .cranges section with SEC_SORT_ENTRIES set.
183 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
184 incoming sorted .cranges section.
185 (sh64_bfd_elf_copy_private_section_data): New.
186 (sh64_elf_final_write_processing): Only sort .cranges and modify
187 start address if called by linker.
188 2001-01-08 Ben Elliston <bje@redhat.com>
189 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
190 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
191 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
192 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
193 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
194 line. Add comments before all entries.
195 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
196 comment.
197 (sh_elf64_reloc): Correct head comment.
198 (sh_elf64_relocate_section): Correct spacing.
199 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
200 instead call reloc_dangerous callback.
201 <case R_SH_SHMEDIA_CODE>: New case.
202 (sh_elf64_gc_mark_hook): Correct spacing.
203 (sh_elf64_check_relocs): Ditto.
204 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
205 New case.
206 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
207 functions.
208 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
209 clarify describing comment. Add comments before all entries.
210 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
211 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
212 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
213 Sort .cranges section in final link. Prepare to set bit 0 on
214 entry address.
215 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
216 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
217 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
218 .cranges section.
219 (sh64_backend_section_from_shdr): New, to recognize
220 SHT_SH5_CR_SORTED on incoming .cranges section.
221 (elf_backend_section_from_shdr): Define.
222 (sh64_elf_final_write_processing): Sort outgoing .cranges
223 section. (New, temporarily disabled:) Set bit 0 on entry address
224 according to ISA type.
225 (sh64_find_section_for_address): New.
226 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
227 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
228 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
229 bfd_malloc, not xmalloc.
230 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
231 global.
232 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
233 temporarily disabled) setting bit 0 on entry address.
234 (elf_backend_final_write_processing): Define.
235 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
236 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
237 be a proper relocation for PTA and PTB rather than a marker.
238 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
239 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
240 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
241 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
242 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
243 Zero src_mask.
244 * elf64-sh64.c: Ditto.
245 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
246 * elf32-sh64.c: Include opcodes/sh64-opc.h
247 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
248 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
249 parameters. No unused parameters. Caller changed.
250 <case R_SH_PT_16>: New case.
251 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
252 * Makefile.in: Regenerate.
253 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
254 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
255 all code sections.
256 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
257 (sh64_elf_merge_private_data): Ditto.
258 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
259 to access stored section flags.
260 (sh64_elf_final_write_processing): Return immediately unless
261 called by linker. Use sh64_elf_section_data (cranges) to get size
262 of linker-generated cranges entries.
263 (sh64_elf_copy_private_data): Add missing "return true".
264 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
265 (sh_elf64_merge_private_data): Ditto.
266 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
267 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
268 elf64-sh64.c:sh64_elf_fake_sections.
269 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
270 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
271 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
272 (sh64_elf_final_write_processing): New.
273 (elf_backend_final_write_processing): Define.
274 (sh64_elf_fake_sections): Get header flags from tdata field.
275 (sh64_elf_copy_private_data): Do not call
276 sh64_elf_copy_private_data_internal, just copy e_flags field.
277 (sh64_elf_merge_private_data): Do not call
278 sh64_elf_copy_private_data_internal.
279 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
280 Remove EF_SH64_ABI64, let ELF size make difference.
281 Remove SH64-specific BFD section flag.
282 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
283 containing SHmedia through elf_section_data (asect)->tdata
284 non-zero, not using a BFD section flag.
285 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
286 (sh64_elf_merge_private_data): Similar.
287 (elf_backend_section_flags): Don't define.
288 (sh64_elf_backend_section_flags): Delete.
289 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
290 not EF_SH64_ABI64.
291 (sh_elf64_merge_private_data): Similar.
292 * section.c (Section flags definitions): Don't define
293 SEC_SH_ISA_SHMEDIA.
294 (bfd-in2.h): Regenerate.
295 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
296 Make DataLabel references work with partial linking.
297 * elf32-sh64.c: Fix formatting.
298 (sh64_elf_link_output_symbol_hook): New.
299 (elf_backend_link_output_symbol_hook): Define to
300 sh64_elf_link_output_symbol_hook.
301 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
302 undefined if partial linking. Adjust sanity check.
303 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
304 (elf_backend_link_output_symbol_hook): Define to
305 sh64_elf64_link_output_symbol_hook.
306 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
307 undefined if partial linking. Adjust sanity check.
308 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
309 Implement semantics for inter-file DataLabel references.
310 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
311 (sh64_elf64_add_symbol_hook): New.
312 (sh_elf64_relocate_section): If passing an indirect symbol with
313 st_type STT_DATALABEL on the way to a symbol with st_other
314 STO_SH5_ISA32, do not bitor 1 to the relocation.
315 (elf_backend_add_symbol_hook): Define to
316 sh64_elf64_add_symbol_hook.
317 * elf64-sh32.c: Tweak comments.
318 (DATALABEL_SUFFIX): Define.
319 (sh64_elf_add_symbol_hook): New.
320 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
321 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
322 symbol with st_type STT_DATALABEL on the way to a symbol with
323 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
324 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
325 Pass through STT_DATALABEL.
326 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
327 (elf_backend_get_symbol_type): Define.
328 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
329 (elf_backend_get_symbol_type): Define.
330 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
331 * elf32-sh64.c: Tweak comments.
332 (sh64_elf_copy_private_data_internal): Add prototype.
333 (bfd_elf32_bfd_set_private_flags): Define.
334 (sh64_elf_copy_private_data_internal): Compare machine name, not
335 textual BFD target name, to check whether to copy section flag
336 SHF_SH5_ISA32.
337 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
338 Tweak section-contents-type-mismatch message.
339 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
340 Validize reloc-types.
341 * elf64-sh64.c: New file.
342 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
343 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
344 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
345 Regenerate dependencies.
346 * Makefile.in: Regenerate.
347 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
348 bfd_elf64_sh64l_vec.
349 * configure.in: Handle bfd_elf64_sh64_vec and
350 bfd_elf64_sh64l_vec.
351 * configure: Regenerate.
352 * po/POTFILES.in: Regenerate.
353 * po/bfd.pot: Regenerate.
354 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
355 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
356 anything else but EF_SH64 and EF_SH64_ABI64.
357 (sh64_elf_merge_private_data): Emit error for anything else but
358 EF_SH64 and EF_SH64_ABI64.
359 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
360 from targ_selvecs.
361 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
362 bfd_elf32_sh64l_vec as a temporary measure.
363 * configure: Regenerate.
364 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
365 * cpu-sh.c (arch_info_struct): Include sh5 item
366 unconditionalized.
367 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
368 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
369 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
370 * elf32-sh64.c: Tweak comments.
371 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
372 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
373 (sh64_elf_copy_private_data_internal): Wrap long line.
374 (sh64_elf_merge_private_data): Rewrite to allow objects from
375 SH64 subsets to be linked together.
376 (INCLUDE_SHMEDIA): Define.
377 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
378 Parenthesize plus-expression inside or-expression.
379 <global symbol>: Ditto.
380 (sh_elf_set_mach_from_flags): Remove code refusing
381 deleted EF_SH64_32BIT_ABI flag.
382 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
383 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
384 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
385 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
386 (sh_elf_relocate_section) <local symbol>: Or 1 in
387 calculation of relocation if sym->st_other & STO_SH5_ISA32.
388 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
389 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
390 relocation.
391 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
392 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
393 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
394 Regenerate dependencies.
395 * Makefile.in: Regenerate.
396 * archures.c: Add bfd_mach_sh5.
397 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
398 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
399 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
400 * configure: Regenerate.
401 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
402 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
403 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
404 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
405 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
406 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
407 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
408 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
409 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
410 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
411 in item for SH5.
412 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
413 for SHmedia relocs.
414 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
415 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
416 shmedia_prepare_reloc, goto final_link_relocate if it returns
417 non-zero, else fail as before.
418 (sh_elf_set_mach_from_flags): Provide function only if not defined
419 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
420 (sh_elf_set_private_flags): Provide function only if not defined
421 as a macro.
422 (sh_elf_copy_private_data): Similar.
423 (sh_elf_merge_private_data): Similar.
424 * section.c (SEC_SH_ISA_SHMEDIA): New.
425 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
426 * elf32-sh64.c: New file.
427 * libbfd.h: Regenerate.
428 * bfd-in2.h: Regenerate.
429 * po/POTFILES.in: Regenerate.
430 * po/bfd.pot: Regenerate.
431 * bfd-in2.h: Regenerate.
432 * libbfd.h: Regenerate.
433
434 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
435
436 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
437 been included, not drag it in.
438 * bfd-in2.h: Regenerate.
439
440 2002-02-06 H.J. Lu (hjl@gnu.org)
441
442 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
443 the mach and ISA fields if necessary.
444
445 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
446
447 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
448 ARM architecture when an F_ARM_5 flag is detected, since we cannot
449 be sure exactly which architecture this represents.
450
451 2002-02-05 Nick Clifton <nickc@redhat.com>
452
453 * po/tr.po: Updated translation.
454
455 2002-02-05 Alan Modra <amodra@bigpond.net.au>
456
457 From Jimi X <jimix@watson.ibm.com>
458 * archures (bfd_mach_ppc64): Define.
459 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
460 (bfd_powerpc_arch): Define.
461 * bfd-in2.h: Regenerate.
462 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
463 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
464 (bfd_powerpc_archs): Add default powerpc64 arch.
465
466 2002-02-05 Alan Modra <amodra@bigpond.net.au>
467
468 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
469 against section syms in readonly sections. Don't do the global
470 sym check if we find one.
471 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
472 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
473 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
474 (elf_s390_grok_prstatus): Add missing prototype.
475
476 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
477
478 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
479 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
480 Call bfd_get_section_by_name only once. Initialize
481 bpodata->n_bpo_relocs_this_section.
482 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
483 referring to DSOs.
484 (bpo_reloc_request_sort_fn): Don't use difference of values as
485 return-value.
486
487 2002-02-02 David O'Brien <obrien@FreeBSD>
488
489 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
490 version 4.5 and later the same as 5-CURRENT.
491 * configure: Re-generate.
492
493 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
494
495 * config.bfd (hppa*-*-netbsd*): New target.
496
497 2002-01-31 Philipp Thomas <pthomas@suse.de>
498
499 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
500 to front of message. Unify messages with elf32-arm.h. Use
501 commas where neccessary.
502 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
503 ERROR in messages. Unify messages with coff-arm.c. Correct
504 VFP/FPA error message.
505 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
506 APCS-32 for translation.
507
508 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
509
510 Perform on-demand global register allocation from
511 R_MMIX_BASE_PLUS_OFFSET relocs.
512 * elf64-mmix.c (struct bpo_reloc_section_info, struct
513 bpo_reloc_request, struct bpo_greg_section_info): New.
514 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
515 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
516 _bfd_mmix_check_all_relocs,
517 _bfd_mmix_prepare_linker_allocated_gregs,
518 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
519 (elf_mmix_howto_table): Correct src_mask for most relocs.
520 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
521 case.
522 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
523 case. Fix typo in comment. New label do_mmix_reloc.
524 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
525 store first object file with a base-plus-offset reloc. Call
526 mmix_elf_check_common_relocs for the part common with mmo.
527 (mmix_elf_final_link): Write out linker-allocated register
528 contents section.
529 (elf_backend_gc_sweep_hook): Define.
530 (bfd_elf64_bfd_relax_section): Define.
531
532 * mmo.c: Don't include <ctype.h>
533 (mmo_init): Correct init-once logic.
534
535 2002-02-01 Tom Rix <trix@redhat.com>
536
537 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
538
539 2002-02-01 Alan Modra <amodra@bigpond.net.au>
540
541 * Makefile.am: Run "make dep-am"
542 * Makefile.in: Regenerate.
543
544 2002-01-31 David O'Brien <obrien@FreeBSD>
545
546 * configure.in: Recognize the differences in core files from FreeBSD
547 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
548 5-CURRENT.
549 * configure: Regenerate.
550
551 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
552
553 * coff-or32.c: New file.
554 * cpu-or32.c: New file.
555 * elf32-or32.c: New file.
556 * archures.c: Add support for or32.
557 * targets.c: Add support for or32.
558 * bfd-in2.h: Regenerate.
559 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
560 coff_write_object_contents): Add support for or32.
561 * config.bfd: Add target.
562 * configure.in: Add support for or32.
563 * configure: Regenerate.
564 * Makefile.am: Add support for or32.
565 * Makefile.in: Regenerate.
566 * po/SRC-POTFILES.in: Add or32 files.
567 * po/bfd.pot: Regenerate.
568
569 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
570 Don Lindsay <lindsayd@cisco.com>
571
572 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
573 false' with a return of a bfd_reloc_ error code.
574
575 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
576
577 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
578 unexport unreferenced symbols when --export-dynamic. Call
579 _bfd_elf_strtab_delref when unexporting.
580
581 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
582
583 * bfd-in.h: Include <stdbool.h> if it is available.
584 * bfd-in2.h: Regenerated.
585
586 2002-01-31 Alan Modra <amodra@bigpond.net.au>
587
588 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
589 not go via the plt.
590
591 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
592
593 * archures.c: Tidy up formatting of embedded comments.
594 * bfd.c: Tidy up formatting of embedded comments.
595 * bfd-in.h: Fix formatting of comments.
596 * reloc.c: Tidy up formatting of ordinary & embedded comments.
597 * section.c: Tidy up formatting of embedded comments.
598 * syms.c: Tidy up formatting of embedded comments.
599 * targets.c: Tidy up formatting of embedded comments.
600
601 * bfd-in2.h: Regenerate.
602
603 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
604
605 * vms-tir.c (cmd_name): New function.
606 (tir_cmd_name): New function.
607 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
608 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
609 Fix formatting.
610
611 * peXXigen.c (pe_print_idata): Rearrange message to aid in
612 translation.
613 (pe_print_pdata): Rearrange message to aid in translation.
614
615 * libbfd.c (warn_deprecated): Rearrange error message to aid in
616 translation.
617
618 * ihex.c (ihex_write_object_contents): Fix spelling typo.
619
620 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
621
622 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
623 message to aid in translation.
624
625 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
626 to aid in translation.
627
628 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
629
630 2002-01-30 Philipp Thomas <pthomas@suse.de>
631
632 * coff-arm.c, elf32-elf.h: Unify messages.
633
634 2002-01-30 Nick Clifton <nickc@redhat.com>
635
636 * po/sv.po: Updated translation.
637
638 2002-01-30 Philipp Thomas <pthomas@suse.de>
639
640 * dwarf2.c (read_abbrev): Use full section name in error message.
641 (decode_line_info): Likewise.
642
643 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
644 message.
645
646 2002-01-30 Alan Modra <amodra@bigpond.net.au>
647
648 * elf64-ppc.c (func_desc_adjust): Only provide missing function
649 descriptor symbols for undefined function code syms. Clear
650 ELF_LINK_NON_ELF so that they can stay weak.
651
652 2002-01-29 Chris Demetriou <cgd@broadcom.com>
653 Mitch Lichtenberg <mpl@broadcom.com>
654
655 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
656 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
657 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
658 generation.
659 * bfd-in2.h: Regenerate.
660
661 2002-01-29 Chris Demetriou <cgd@broadcom.com>
662
663 * elf32-mips.c: Add additional comments about HI16 relocation
664 processing.
665 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
666 pc-relative relocations. (Reverts change made on 2001-10-31.)
667 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
668 for pc-relative relocations.
669 (mips_elf_calculate_relocation): Add a comment about a kludge
670 in the R_MIPS_GNU_REL_HI16 handling.
671 (_bfd_mips_elf_relocate_section): Implement that kludge;
672 adjust pc-relative HI16 relocation for difference in HI16 and
673 LO16 addresses, since it can't easily be done in
674 mips_elf_calculate_relocation.
675
676 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
677
678 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
679 relocations with PC32 relocations for undefined or weak symbols.
680 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
681 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
682
683 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
684
685 * elfcore.h (elf_core_file_p): Improve comment for last change.
686
687 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
688
689 * configure: Regenerated.
690
691 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
692
693 * elfcore.h (elf_core_file_p): Set the machine architecture
694 before processing the program headers.
695
696 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
697
698 * configure.in <64-bit configuration>: If using gcc, check and
699 emit error for egcs-1.1.2.
700 * configure: Regenerate.
701
702 2002-01-26 Egor Duda <deo@logos-m.ru>
703
704 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
705 as possible to avoid stack corruption.
706
707 2002-01-26 Richard Henderson <rth@redhat.com>
708
709 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
710 for non-allocated sections.
711
712 2002-01-25 Mark Kettenis <kettenis@gnu.org>
713
714 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
715 prstat.pr_reg even if it is a struct.
716
717 2002-01-25 Steve Ellcey <sje@cup.hp.com>
718
719 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
720
721 2002-01-25 Philipp Thomas <pthomas@suse.de>
722
723 * coffgen.c (coff_print_symbol): Don't mark info message
724 for translation.
725
726 2002-01-25 Nick Clifton <nickc@redhat.com>
727
728 * po/fr.po: Updated translation.
729 * po/es.po: Updated translation.
730
731 2002-01-25 Philipp Thomas <pthomas@suse.de>
732
733 * coff-alpha.c (alpha_relocate_section): Unify warning message
734 for GP relative relocations without GP defined.
735 * coff-mips.c (mips_relocate_section): Likewise.
736
737 2002-01-25 Alan Modra <amodra@bigpond.net.au>
738
739 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
740 unsigned overflow when new_offset < old_offset.
741
742 2002-01-24 Philipp Thomas <pthomas@suse.de>
743
744 * bfd.c (_bfd_abort): Fix typo.
745
746 2002-01-23 Richard Henderson <rth@redhat.com>
747
748 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
749 plt entries for undefweak symbols.
750
751 2002-01-23 Steve Ellcey <sje@cup.hp.com>
752
753 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
754 DEFAULT_VECTOR.
755 (bfd_elf64_ia64_hpux_big_vec): Ditto.
756 (bfd_elf32_h8300_vec): Ditto.
757
758 2002-01-23 Alan Modra <amodra@bigpond.net.au>
759
760 * elf64-ppc.c: Remove stale part of ABI comment.
761 (NO_OPD_RELOCS): Define.
762 (ppc64_elf_check_relocs): Use it.
763 (ppc64_elf_relocate_section): Here too.
764 (build_one_stub): Don't point function syms at the stub. Instead,
765 hijack plt.offset.
766 (ppc64_elf_relocate_section): Check whether REL24 relocs should
767 really go to the stub. Make all dynamic relocs in opd against
768 locals.
769 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
770 plt.offset.
771
772 2002-01-22 Richard Henderson <rth@redhat.com>
773
774 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
775
776 2002-01-22 Alan Modra <amodra@bigpond.net.au>
777
778 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
779 TOC_BASE_OFF adjustment.
780
781 * Makefile.am: Run "make dep-am".
782 * Makefile.in: Regenerate.
783 * po/SRC-POTFILES.in: Regenerate.
784
785 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
786
787 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
788 host defines.
789
790 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
791
792 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
793 Check for and emit error if sgot is NULL at this point.
794
795 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
796
797 * config.bfd (ia64*-*-netbsd*): New target.
798
799 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
800
801 * som.c (som_write_space_strings): Comment typo fix.
802
803 2002-01-21 Alan Modra <amodra@bigpond.net.au>
804
805 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
806 is_func_descriptor fields.
807 (link_hash_newfunc): Init them.
808 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
809 dot are candidates for plt entries. When processing .opd relocs,
810 set function descriptor strings to point inside function code
811 string, and set new ppc_link_hash_entry fields.
812 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
813 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
814 function descriptors. It's now done in..
815 (func_desc_adjust): New.
816 (ppc64_elf_func_desc_adjust): New.
817 (define elf_backend_always_size_sections): Define.
818 (ppc64_elf_hide_symbol): New.
819 (define elf_backend_hide_symbol): Define.
820 (allocate_dynrelocs): Remove code looking up function descriptors
821 as that has been done earlier.
822 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
823 table.
824 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
825 up function descriptor.
826 (build_one_stub): Look up the function code sym. Check for
827 invalid plt offsets.
828 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
829 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
830
831 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
832 boolean param.
833 (_bfd_elf_link_hash_hide_symbol): Likewise.
834 * elflink.h (elf_link_add_object_symbols): Adjust call to
835 elf_backend_hide_symbol.
836 (elf_fix_symbol_flags): Likewise.
837 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
838 than bfd_alloc.
839 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
840 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
841 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
842 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
843 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
844 and adjust to suit.
845 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
846 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
847 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
848
849 2002-01-18 Alan Modra <amodra@bigpond.net.au>
850
851 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
852 dynamic function descriptor symbol, not the associated function
853 symbol.
854
855 2002-01-17 Eric Christopher <echristo@redhat.com>
856
857 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
858
859 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
860
861 * po/bfd.pot: Regenerate.
862 * po/fr.po: Regenerate.
863
864 2002-01-17 Alan Modra <amodra@bigpond.net.au>
865
866 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
867 Remove "Elf_Internal_Shdr *" param.
868 (_bfd_mips_elf_section_from_bfd_section): Ditto.
869 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
870 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
871 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
872 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
873 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
874 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
875 function to override special sections. Remove hdr arg from
876 backend call, and don't loop.
877
878 2002-01-16 Eric Christopher <echristo@redhat.com>
879
880 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
881 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
882 relocations requiring gp0 and gp.
883
884 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
885
886 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
887 EF_ARM_VFP_FLOAT.
888 (elf32_arm_print_private_bfd_data): Likewise.
889
890 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
891
892 * po/tr.po: Import new version.
893
894 2002-01-16 Alan Modra <amodra@bigpond.net.au>
895
896 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
897 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
898 (ORI_R0_R0_0): Correct.
899
900 2002-01-16 Alan Modra <amodra@bigpond.net.au>
901
902 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
903 when plt_not_loaded.
904 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
905 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
906 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
907 (ppc64_elf_glink_code): Delete.
908 (PPC64_ELF_GLINK_SIZE): Delete.
909 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
910 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
911 ORI_R0_R0_0): Define.
912 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
913 (struct ppc_link_hash_table): Add sstub and plt_overflow.
914 (ppc64_elf_link_hash_table_create): Init them.
915 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
916 Don't copy to shared lib.
917 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
918 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
919 (allocate_dynrelocs <plt>): Don't change function sym here. Make
920 room for .stub and .glink code.
921 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
922 DT_PPC64_GLINK.
923 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
924 bfd_elf64_bfd_final_link.
925 (bfd_elf64_bfd_final_link): Don't define.
926 (ppc64_elf_size_stubs): New.
927 (build_plt_stub): New.
928 (build_one_stub): New.
929 (ppc64_elf_build_stubs): New.
930 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
931 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
932 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
933 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
934 case output sections not separate. Adjust DT_RELASZ to not
935 include plt relocs. Set reserved got entry. Set got and plt
936 entry size.
937 (elf_backend_got_header_size): Set to 8.
938 * elf64-ppc.h: New file.
939
940 2002-01-16 Alan Modra <amodra@bigpond.net.au>
941
942 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
943 sections, use bfd_section_list_remove.
944 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
945 * elflink.h (elf_link_add_object_symbols): When removing all
946 sections, use bfd_section_list_clear.
947
948 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
949
950 * po/sv.po: New file: Swedish translation.
951 * configure.in (ALL_LINGUAS): Add sv.
952 * configure: Regenerate.
953
954 2002-01-15 Jakub Jelinek <jakub@redhat.com>
955
956 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
957 * elf.c (merge_sections_remove_hook): New function.
958 (_bfd_elf_merge_sections): Pass it as 3rd argument to
959 _bfd_merge_sections.
960 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
961 * libbfd.h: Rebuilt.
962 * merge.c (_bfd_merge_sections): Add remove_hook argument.
963 Call remove_hook if a SEC_EXCLUDE section is encountered.
964
965 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
966
967 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
968 (xstormy16_reloc_map): Initialise new field with correct howto
969 table.
970 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
971 howto entry.
972
973 2002-01-10 Michael Snyder <msnyder@redhat.com>
974
975 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
976 (elfcore_write_pstatus): Use long instead of pid_t;
977 * elf-bfd.h: Change prototypes to use long instead of pid_t;
978
979 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
980
981 * elf.c: Update copyright years.
982 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
983 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
984
985 2002-01-08 Michael Snyder <msnyder@redhat.com>
986
987 Add capability to write corefile note sections, for gdb.
988 * elf.c (elfcore_write_note): New function.
989 (elfcore_write_prpsinfo): New function.
990 (elfcore_write_prstatus): New function.
991 (elfcore_write_pstatus): New function.
992 (elfcore_write_prfpreg): New function.
993 (elfcore_write_prxfpreg): New function.
994 * elf-bfd.h: Add prototypes for above functions.
995
996 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
997
998 * elf.c (elf_fake_sections): Propagate errors from
999 elf_backend_fake_section.
1000
1001 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1002
1003 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
1004 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
1005 (elf32-sh-nbsd.lo): New rule.
1006 * Makefile.in: Regenerate.
1007 * config.bfd (sh*le-*-netbsdelf*): New target.
1008 (sh*-*-netbsdelf*): New target.
1009 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
1010 (bfd_elf32_shnbsd_vec): New vector.
1011 (bfd_elf32_shlnbsd_vec): New vector.
1012 * configure: Regenerate.
1013 * elf32-sh-nbsd.c: New file.
1014 * targets.c: Update copyright years.
1015 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
1016 bfd_elf32_shnbsd_vec.
1017
1018 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
1019
1020 * coff-rs6000.c (READ20): Use bfd_scan_vma.
1021
1022 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
1023
1024 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
1025 of a symbol in a section that will be deleted.
1026
1027 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1028
1029 * po/es.po: New file: Spanish translation.
1030 * configure.in (ALL_LINGUAS): Add es.
1031 * configure: Regenerate.
1032
1033 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1034
1035 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
1036 argument so we can handle HP-UX specially.
1037 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
1038 (elfNN_hpux_backend_section_from_bfd_section): New for support
1039 of SHN_IA_64_ANSI_COMMON.
1040 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
1041 (is_unwind_section_name): Add special HP-UX support.
1042 (elfNN_ia64_section_from_shdr): Add support for more sections.
1043 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
1044 add support for more sections.
1045 (elfNN_ia64_additional_program_headers): Modify
1046 is_unwind_section_name call.
1047 (elfNN_ia64_modify_segment_map): Remove assumption that there is
1048 only one unwind section in segment.
1049
1050 2002-01-06 Alan Modra <amodra@bigpond.net.au>
1051
1052 * syms.c (_bfd_generic_make_empty_symbol): New function.
1053 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
1054 _bfd_generic_make_empty_symbol.
1055 * libbfd.h: Regenerate.
1056 * bfd-in2.h: Regenerate.
1057 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
1058 (hppabsd_core_get_symtab_upper_bound): Don't define.
1059 (hppabsd_core_get_symtab): Likewise.
1060 (hppabsd_core_print_symbol): Likewise.
1061 (hppabsd_core_get_symbol_info): Likewise.
1062 (hppabsd_core_bfd_is_local_label_name): Likewise.
1063 (hppabsd_core_get_lineno): Likewise.
1064 (hppabsd_core_find_nearest_line): Likewise.
1065 (hppabsd_core_bfd_make_debug_symbol): Likewise.
1066 (hppabsd_core_read_minisymbols): Likewise.
1067 (hppabsd_core_minisymbol_to_symbol): Likewise.
1068 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
1069 Formatting fixes.
1070 * hpux-core.c: Similarly.
1071 * irix-core.c: Similarly.
1072 * osf-core.c: Similarly.
1073 * sco5-core.c: Similarly.
1074 * binary.c (binary_make_empty_symbol): Remove function, define as
1075 _bfd_generic_make_empty_symbol.
1076 * ihex.c (ihex_make_empty_symbol): Likewise.
1077 * mmo.c (mmo_make_empty_symbol): Likewise.
1078 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
1079 * srec.c (srec_make_empty_symbol): Likewise.
1080 * versados.c (versados_make_empty_symbol): Likewise.
1081 * vms.c (_bfd_vms_make_empty_symbol): Remove.
1082 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
1083 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
1084 rather than _bfd_vms_make_empty_symbol.
1085 * vms-misc.c (new_symbol): Likewise.
1086
1087 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1088
1089 * section.c (bfd_section_init): Remove unnecessary initialisations.
1090 (bfd_section_list_clear): New function.
1091 (bfd_section_list_remove, bfd_section_list_insert): New macros.
1092 (_bfd_strip_section_from_output): Use them.
1093 * coffcode.h (coff_set_alignment_hook): Likewise.
1094 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
1095 * elf64-mips.c (mips_elf64_final_link): Likewise.
1096 * elf64-mmix.c (mmix_elf_final_link): Likewise.
1097 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1098 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1099 * bfd-in2.h: Regenerate.
1100
1101 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
1102 rather than doing our own section handling. Clean up after errors
1103 with bfd_release and bfd_section_list_clear. Handle unexpected
1104 flags.
1105 * aoutf1.h (sunos4_core_file_p): Likewise.
1106 * aix386-core.c (aix386_core_file_p): Likewise.
1107 * cisco-core.c (cisco_core_file_validate): Likewise.
1108 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1109 * trad-core.c (trad_unix_core_file_p): Likewise.
1110
1111 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
1112 with bfd_release and bfd_section_list_clear.
1113 * hpux-core.c (hpux_core_core_file_p): Likewise.
1114 * irix-core.c (irix_core_core_file_p): Likewise.
1115 * lynx-core.c (lynx_core_file_p): Likewise.
1116 * osf-core.c (osf_core_core_file_p): Likewise.
1117 * rs6000-core.c (rs6000coff_core_p): Likewise.
1118 * sco5-core.c (sco5_core_file_p): Likewise.
1119
1120 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
1121 sign extension adjustments without conditionals.
1122
1123 2002-01-04 Jakub Jelinek <jakub@redhat.com>
1124
1125 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
1126 CIE at .eh_frame start is removed due to no FDEs referencing it.
1127
1128 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1129
1130 * config.bfd (x86_64-*-netbsd*): New target.
1131 * configure.in (x86_64-*-netbsd*): Set COREFILE
1132 to netbsd-core.lo.
1133 * configure: Regenerated.
1134
1135 2002-01-03 Tom Rix <trix@redhat.com>
1136
1137 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
1138 for recent bfd_make_section_anyway change.
1139
1140 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
1141
1142 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1143 R_ARM_THM_PC11 reloc.
1144
1145 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1146
1147 * configure.in (LINGUAS): Add ja.
1148 * configure: Regenerate.
1149 * po/ja.po: Import from translation project's web site.
1150
1151 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
1152
1153 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
1154 messages to ease translation into other languages.
1155
1156 For older changes see ChangeLog-0001
1157 \f
1158 Local Variables:
1159 mode: change-log
1160 left-margin: 8
1161 fill-column: 74
1162 version-control: never
1163 End:
This page took 0.054954 seconds and 4 git commands to generate.