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