]>
Commit | Line | Data |
---|---|---|
2b692c59 NC |
1 | 2002-08-09 Nick Clifton <[email protected]> |
2 | ||
3 | * po/sv.po: Updated Swedish translation. | |
4 | ||
d0c7ff07 TS |
5 | 2002-08-09 Thiemo Seufer <[email protected]> |
6 | ||
7 | * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if | |
8 | g->global_gotsym is NULL. | |
9 | ||
d8bbe778 L |
10 | 2002-08-08 H.J. Lu <[email protected]> |
11 | ||
12 | * elflink.h (elf_add_default_symbol): Don't warn a defintion | |
13 | overrides an indirect versioned symbol. | |
14 | ||
c366c25e JJ |
15 | 2002-08-08 Jakub Jelinek <[email protected]> |
16 | ||
17 | * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend | |
18 | for R_386_TLS_TPOFF32 relocs against symndx 0. | |
19 | ||
31941635 L |
20 | 2002-08-07 H.J. Lu <[email protected]> |
21 | ||
22 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol | |
23 | with undefined version if needed. | |
24 | (elf_link_assign_sym_version): Match a default symbol with a | |
25 | version without definition. No need to hide the default | |
26 | definition separately. | |
27 | ||
0f3bd64f AM |
28 | 2002-08-08 Alan Modra <[email protected]> |
29 | ||
7330fb86 AM |
30 | * elflink.h (elf_link_output_extsym): Don't output symbols from |
31 | SEC_EXCLUDE sections. | |
32 | ||
0f3bd64f AM |
33 | * aoutx.h (aout_link_write_symbols): Correct handling of warning syms. |
34 | ||
a4aa0fb7 AM |
35 | 2002-08-07 Alan Modra <[email protected]> |
36 | ||
37 | * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd | |
38 | entries. | |
39 | ||
34ea4a36 TS |
40 | 2002-08-07 Thiemo Seufer <[email protected]> |
41 | ||
42 | * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness | |
43 | mismatch. | |
44 | ||
141ff970 TS |
45 | 2002-08-07 Thiemo Seufer <[email protected]> |
46 | ||
47 | * elfxx-mips.c (ABI_64_P): Remove superfluous check. | |
48 | ||
28458e7e TS |
49 | 2002-08-07 Thiemo Seufer <[email protected]> |
50 | ||
51 | * elf32-mips.c (mips_reloc_map): Fix typo. | |
52 | ||
0121a3da AM |
53 | 2002-08-06 Alan Modra <[email protected]> |
54 | ||
55 | * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section. | |
56 | ||
d006db6c AM |
57 | 2002-08-06 Alan Modra <[email protected]> |
58 | ||
59 | * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries. | |
60 | ||
8ea80f08 AM |
61 | 2002-08-06 Alan Modra <[email protected]> |
62 | ||
2a52da53 AM |
63 | * libxcoff.h: Use PARAMS on function declarations. |
64 | * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc. | |
65 | * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise. | |
66 | ||
8ea80f08 AM |
67 | * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in |
68 | addend. | |
69 | * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise. | |
70 | ||
cf9ab45b AM |
71 | 2002-08-06 Alan Modra <[email protected]> |
72 | ||
73 | * coff-rs6000.c: Formatting fixes. | |
74 | (xcoff_calculate_relocation): Use PARAMS in declaration. | |
75 | (xcoff_complain_overflow): Likewise. | |
76 | (xcoff_ppc_relocate_section): Use old-style function pointer call. | |
77 | (bfd_xcoff_backend_data): Remove useless comments. | |
78 | (rs6000coff_vec): Likewise. | |
79 | (bfd_pmac_xcoff_backend_data): Likewise. | |
80 | (pmac_xcoff_vec): Likewise. | |
8ea80f08 | 81 | |
cf9ab45b AM |
82 | * coff64-rs6000.c: Formatting fixes. |
83 | (xcoff64_calculate_relocation): Use PARAMS in declaration. | |
84 | (xcoff64_ppc_relocate_section): Use old-style function pointer call. | |
85 | (bfd_xcoff_backend_data): Remove useless comments. | |
86 | (rs6000coff64_vec): Likewise. | |
87 | (bfd_xcoff_aix5_backend_data): Likewise. | |
88 | (aix5coff64_vec): Likewise. | |
89 | ||
48bfecdd AM |
90 | 2002-08-06 Alan Modra <[email protected]> |
91 | ||
a78eab4e AM |
92 | * coff-rs6000.c (xcoff_howto_table): Revert some of last change to |
93 | mask entries. Use complain_overflow_dont for R_REF. | |
94 | (xcoff_reloc_type_ba): Revert last change. | |
95 | (xcoff_reloc_type_br): Likewise. | |
96 | (xcoff_reloc_type_crel): Likewise. | |
97 | (xcoff_ppc_relocate_section): Likewise. | |
98 | * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise. | |
99 | (xcoff64_ppc_relocate_section): Likewise. | |
100 | (xcoff64_howto_table): Revert some of last change to mask entries. | |
101 | Use complain_overflow_dont for R_REF. | |
102 | ||
48bfecdd AM |
103 | * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all |
104 | relocs with bitsize == 16 have size = 1. | |
105 | (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment. | |
106 | (xcoff_reloc_type_br): Likewise. | |
107 | (xcoff_reloc_type_crel): Likewise. | |
108 | (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly. | |
109 | * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and | |
110 | dst_mask adjustment. | |
111 | (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly. | |
112 | (xcoff64_howto_table): Fix src_mask entries. Make all relocs with | |
113 | bitsize == 16 have size = 1. | |
114 | ||
fd13ed0c DC |
115 | 2002-08-01 Denis Chertykov <[email protected]> |
116 | ||
117 | * elf32-ip2k.c: Processor manufacturer changed to Ubicom. | |
118 | (struct misc): New field isymbuf. All free_* fields removed. | |
119 | (symbol_value): Pass in internal syms. No need to swap syms in. | |
120 | (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free | |
121 | possibly cached info. | |
122 | (tidyup_after_error): Removed. | |
123 | (ip2k_elf_relax_section_pass1): Don't use removed fields of struct | |
124 | misc. Use new field. | |
125 | (adjust_all_relocations): Use internal syms. No need to swap syms | |
126 | in and out. | |
127 | (add_page_insn): Don't use removed fields of struct misc. | |
128 | ||
24a1ba0f NC |
129 | 2002-08-01 Nick Clifton <[email protected]> |
130 | ||
131 | * elf32-arm.h: Revert previous delta. | |
132 | ||
a6903459 NC |
133 | 2002-08-01 Nick Clifton <[email protected]> |
134 | ||
135 | * configure.in (AM_INIT_AUTOMAKE): Bump version number. | |
136 | * configure: Regenerate. | |
137 | ||
39a2a3eb L |
138 | 2002-07-31 H.J. Lu <[email protected]> |
139 | ||
140 | * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is | |
141 | selected. | |
142 | ||
a0dfa6a8 L |
143 | 2002-07-31 H.J. Lu <[email protected]> |
144 | ||
145 | * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD | |
146 | is selected. | |
147 | ||
cd67d266 JJ |
148 | 2002-07-31 Jakub Jelinek <[email protected]> |
149 | ||
150 | * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type | |
151 | if _bfd_elf_link_hash_copy_indirect will swap got.refcount. | |
152 | ||
4eb6b71c NC |
153 | 2002-07-31 Ian Dall <[email protected]> |
154 | ||
155 | * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate): | |
156 | There is no 8 byte relocation type for this architecture. | |
157 | (do_ns32k_reloc): Use bfd_vma instead of native types. | |
158 | (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data | |
159 | returns void. | |
160 | (_bfd_ns32k_put_displacement): Don't check for overflow. We can | |
161 | rely on generic code to do that. | |
162 | * aout-ns32k.c (howto_table): Add appropriate overflow detection | |
163 | to all table entries. | |
164 | (_bfd_ns32k_relocate_contents): put_data returns void. | |
165 | * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate) | |
166 | (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions | |
167 | return void. | |
168 | ||
f7c33884 NC |
169 | 2002-07-31 Ian Dall <[email protected]> |
170 | ||
171 | * aoutx.h (aout_link_check_ar_symbols): Whether to include an | |
172 | archive object is target dependant. | |
173 | ||
8f64befb NC |
174 | 2002-07-31 Adam Nemet <[email protected]> |
175 | ||
176 | * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE. | |
177 | (THUMB_PLT_ENTRY_SIZE): New macro. | |
178 | (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE. | |
179 | (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to | |
180 | ARM_PLT_ENTRY_SIZE. | |
181 | (elf32_arm_plt_entry): Likewise. | |
182 | (elf_backend_plt_header_size): Likewise. | |
183 | (elf32_thumb_plt0_entry): New global. | |
184 | (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries | |
185 | into .plt.thumb. | |
186 | (elf32_thumb_plt_entry): New global. | |
187 | (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for | |
188 | Thumb entries. Set the bottom bit of the corresponding GOT entry | |
189 | for a Thumb PLT entry. | |
190 | (struct elf32_arm_plt_entry_info): New structure. | |
191 | (struct elf32_arm_link_hash_entry, plt_info): New member of this | |
192 | type. | |
193 | (elf32_arm_link_hash_newfunc): Initialize new member. | |
194 | (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle | |
195 | relocations against the PLT. | |
196 | (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set | |
197 | first_rel_type if this is the first time we encounter the symbol. | |
198 | (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case. | |
199 | Determine if relocation needs a PLT entry. Set first_rel_type if | |
200 | this is the first time we encounter the symbol | |
201 | (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb | |
202 | functions as well. | |
203 | (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt. | |
204 | (elf32_arm_create_dynamic_sections): New function. Create the | |
205 | .plt.thumb section. | |
206 | (elf_backend_create_dynamic_sections): Call it. | |
207 | ||
47badb7b NC |
208 | 2002-07-31 Nick Clifton <[email protected]> |
209 | ||
210 | * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to | |
211 | 'alternative' in order to avoid shadowing global symbol of the | |
212 | same name. | |
213 | * bfd-in2.h: Regenerate. | |
214 | * libbfd.h: Regenerate. | |
215 | * libcoff.h: Regenerate. | |
216 | ||
8a397dad TS |
217 | 2002-07-31 Thiemo Seufer <[email protected]> |
218 | ||
219 | * Makefile.am: Add n32 ABI support. | |
220 | * Makefile.in: Regenerate. | |
221 | * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64 | |
222 | bit vectors for mips*-*-linux targets as optional. | |
223 | * configure.in: Add n32 ABI vectors. | |
224 | * configure: Regenerate. | |
225 | * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files. | |
226 | * elfn32-mips.c: New file, n32 ABI support. | |
227 | * targets.c: Add n32 ABI vectors. | |
228 | ||
7e392df6 | 229 | 2002-07-30 Graeme Peterson <[email protected]> |
83e1617e | 230 | |
7e392df6 NC |
231 | * elfarmqnx-nabi.c: New file: Support for QNX. |
232 | * config.bfd: Add support for arm-*-nto target. | |
233 | * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec. | |
234 | * configure: Regenerate. | |
235 | * Makefile.am: Add entries for elfarmqnx-nabi.c. | |
236 | * Makefile.in: Regenerate. | |
237 | * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined. | |
238 | Do not define global function if ELFARM_NABI_C_INCLUDED is defined. | |
239 | * elfarm-nabi.c: Do not include elf32-arm.h if | |
240 | ELFARM_NABI_C_INCLUDED is defined. | |
241 | * targets.c: Add bfd_elf32_{big|little}armqnx_vec. | |
7330fb86 | 242 | |
7e392df6 | 243 | 2002-07-30 Nick Clifton <[email protected]> |
7330fb86 | 244 | |
83e1617e NC |
245 | * po/sv.po: Updated Swedish translation. |
246 | ||
704afa60 JJ |
247 | 2002-07-30 Jakub Jelinek <[email protected]> |
248 | ||
249 | * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type. | |
250 | ||
487e54f2 AM |
251 | 2002-07-30 Alan Modra <[email protected]> |
252 | ||
253 | * aoutx.h (some_aout_object_p): Clean up tdata properly on error. | |
254 | * archive.c (bfd_generic_archive_p): Likewise. | |
255 | * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise. | |
256 | (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol. | |
257 | * coff64-rs6000.c (xcoff64_slurp_armap): Likewise. | |
258 | (xcoff64_archive_p): Likewise. | |
259 | (xcoff64_openr_next_archived_file): Likewise. | |
260 | (xcoff64_archive_p): Clean up tdata properly on error. | |
261 | * coffgen.c (coff_real_object_p): Likewise. | |
262 | (coff_object_p): Release filehdr and opthdr. | |
263 | * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error. | |
264 | * ieee.c (ieee_archive_p): Likewise. | |
265 | * ihex.c (ihex_object_p): Likewise. | |
266 | (ihex_mkobject): Always allocate tdata. | |
267 | * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error. | |
268 | * srec.c (srec_mkobject): Always allocate tdata. | |
269 | (srec_object_p): Clean up tdata properly on error. | |
270 | (symbolsrec_object_p): Likewise. | |
271 | * versados.c (versados_object_p): Likewise. | |
272 | * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc, | |
273 | and bfd_realloc instead of realloc. | |
274 | (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections. | |
275 | * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in | |
276 | place of bfd_malloc, simplifying error freeing. Free hash table too. | |
277 | (vms_object_p): Clean up tdata on error. | |
278 | (vms_mkobject): Don't complain on stderr if vms_initialize fails. | |
279 | (vms_close_and_cleanup): Adjust for bfd_alloc use. | |
280 | ||
9d46020e AM |
281 | 2002-07-30 Alan Modra <[email protected]> |
282 | ||
283 | * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags. | |
284 | ||
fb39dac1 RS |
285 | 2002-07-26 Chris Demetriou <[email protected]> |
286 | ||
287 | * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE | |
288 | flags into resulting BFD. | |
289 | ||
7a624474 AM |
290 | 2002-07-26 Alan Modra <[email protected]> |
291 | ||
292 | From John Reiser <[email protected]> | |
293 | * elf32-i386.c (elf_i386_link_hash_table_create): Clear | |
294 | tls_ldm_got.refcount. | |
295 | ||
a4382ec6 TS |
296 | 2002-07-25 Thiemo Seufer <[email protected]> |
297 | ||
298 | * elf64-mips.c: Update TODO comment. | |
299 | (mips_elf64_higher_reloc,mips_elf64_highest_reloc, | |
300 | mips_elf64_gprel16_reloca): Remove prototypes. | |
301 | (mips16_jump_reloc,mips16_gprel_reloc): Add functions. | |
302 | (UNUSED_RELOC): Replace by EMPTY_RELOC. | |
303 | (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove | |
304 | wrong comments. Remove disfunctional support of R_MIPS_HIGHER and | |
305 | R_MIPS_HIGHEST. | |
306 | (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and | |
307 | R_MIPS_GOT16. Remove wrong comments. | |
308 | (elf_mips16_jump_howto,elf_mips16_gprel_howto, | |
309 | elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code | |
310 | from elf32-mips.c. | |
311 | (mips_elf64_hi16_reloc): Fix formatting. | |
312 | (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove. | |
313 | (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code. | |
314 | Better comment. Fall back to R_MIPS_GOT_DISP instead of abort(). | |
315 | (mips_elf64_gprel16_reloc): Make static. Add check for | |
316 | partial_inplace. | |
317 | (mips_elf64_gprel16_reloca): Remove. | |
318 | (mips_elf64_literal_reloc): New function. | |
319 | (mips_elf64_gprel32_reloc): Fix formatting. | |
320 | (mips_elf64_shift6_reloc): Fix comment. Make static. | |
321 | (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from | |
322 | elf32-mips.c. | |
323 | (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in | |
324 | elf32-mips.c | |
325 | (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU | |
326 | specific relocations. | |
327 | (mips_elf64_rtype_to_howto): Enable GNU specific relocations. | |
328 | (mips_elf64_object_p): Invert logic to check for SGI-ish ABI. | |
329 | (ELF_MAXPAGESIZE): Add comment. | |
330 | ||
219576a4 NC |
331 | 2002-07-25 Nick Clifton <[email protected]> |
332 | ||
333 | * po/sv.po: Updated Swedish translation. | |
334 | * po/es.po: Updated Spanish translation. | |
335 | * po/fr.po: Updated French translation. | |
336 | ||
8c58d23b AM |
337 | 2002-07-25 Alan Modra <[email protected]> |
338 | ||
339 | * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define | |
340 | as elf_link_record_local_dynamic_symbol. | |
341 | (_bfd_elf64_link_record_local_dynamic_symbol): Likewise. | |
342 | (elf_link_record_local_dynamic_symbol): Declare. Now returns int. | |
343 | * elflink.h (elf_link_record_local_dynamic_symbol): Move to.. | |
344 | * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an | |
345 | attempt is made to record a symbol in a discarded section, and | |
346 | return `2' in that case. | |
347 | ||
ff3063f5 NC |
348 | 2002-07-24 Nick Clifton <[email protected]> |
349 | ||
350 | * po/sv.po: Updated Swedish translation. | |
351 | * po/es.po: Updated Spanish translation. | |
352 | ||
f0fe0e16 AM |
353 | 2002-07-23 Alan Modra <[email protected]> |
354 | ||
c1fb5f8a AM |
355 | * po/SRC-POTFILES.in: Regenerate. |
356 | ||
f0fe0e16 AM |
357 | * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return |
358 | immediately. Remove code handling relocatable linking. | |
359 | * elf32-avr.c (elf32_avr_relocate_section): Likewise. | |
360 | * elf32-cris.c (cris_elf_relocate_section): Likewise. | |
361 | * elf32-fr30.c (elf32_frv_relocate_section): Likewise. | |
de2d743e | 362 | * elf32-frv.c (elf32_frv_relocate_section): Likewise. |
f0fe0e16 AM |
363 | * elf32-h8300.c (elf32_h8_relocate_section): Likewise. |
364 | * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. | |
365 | * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. | |
366 | * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. | |
367 | * elf32-v850.c (v850_elf_relocate_section): Likewise. | |
368 | * elf32-vax.c (elf_vax_relocate_section): Likewise. | |
369 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
370 | * elf32-avr.c (elf_backend_rela_normal): Define. | |
371 | * elf32-cris.c: Likewise. | |
372 | * elf32-fr30.c: Likewise. | |
de2d743e | 373 | * elf32-frv.c: Likewise. |
f0fe0e16 AM |
374 | * elf32-h8300.c: Likewise. |
375 | * elf32-hppa.c: Likewise. | |
376 | * elf32-ip2k.c: Likewise. | |
377 | * elf32-sparc.c: Likewise. | |
378 | * elf32-v850.c: Likewise. | |
379 | * elf32-vax.c: Likewise. | |
380 | * elf64-hppa.c: Likewise. | |
381 | * elf64-sparc.c: Likewise. | |
382 | * elf32-fr30.c (elf32_frv_relocate_section): Edit comment. | |
de2d743e | 383 | * elf32-frv.c (elf32_frv_relocate_section): Likewise. |
f0fe0e16 AM |
384 | * elf32-i860.c (elf32_i860_relocate_section): Likewise. |
385 | * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. | |
386 | * elf32-m32r.c (m32r_elf_relocate_section): Likewise. | |
387 | * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. | |
388 | * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise. | |
389 | * elf-m10200.c (USE_RELA): Don't define. | |
390 | * elf-m10300.c: Likewise. | |
de2d743e | 391 | * elfarm-oabi.c: Likewise. |
f0fe0e16 AM |
392 | * elf32-i370.c: Likewise. |
393 | * elf32-ip2k.c: Likewise. | |
394 | * elf32-m68k.c: Likewise. | |
395 | * elf32-mcore.c: Likewise. | |
396 | * elf32-ppc.c: Likewise. | |
397 | * elf32-s390.c: Likewise. | |
398 | * elf32-vax.c: Likewise. | |
399 | * elf64-ppc.c: Likewise. | |
400 | * elf64-s390.c: Likewise. | |
401 | * elf64-x86-64.c: Likewise. | |
402 | * elfxx-ia64.c: Likewise. | |
403 | * elf32-avr.c (USE_REL): Don't undef. | |
404 | * elf32-ip2k.c: Likewise. | |
405 | ||
5e8d7549 NC |
406 | 2002-07-23 Nick Clifton <[email protected]> |
407 | ||
408 | * elf-bfd.h (struct elf_backend_data): Add new bitfield | |
409 | 'want_p_paddr_set_to_zero'. | |
410 | * elfxx-target.h: Set default value for want_p_paddr_set_to_zero | |
411 | to false; | |
412 | * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target. | |
413 | * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero. | |
414 | ||
9e12c7db NC |
415 | 2002-07-23 Gabor Keresztfalvi <[email protected]> |
416 | ||
417 | * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of | |
418 | the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to | |
419 | show the Copyright string. | |
420 | Minor formatting tidy ups. | |
421 | ||
0461a601 NC |
422 | 2002-07-23 Nick Clifton <[email protected]> |
423 | ||
ff3063f5 NC |
424 | * po/fr.po: Updated French translation. |
425 | * po/sv.po: Updated Swedish translation. | |
0461a601 | 426 | |
fad2542d AM |
427 | 2002-07-23 Alan Modra <[email protected]> |
428 | ||
429 | * elflink.h (elf_link_input_bfd): Don't change internal symbols | |
430 | when outputting relocs. | |
431 | ||
c0647bfc JT |
432 | 2002-07-20 Jason Thorpe <[email protected]> |
433 | ||
434 | * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert | |
435 | DT_PLTGOT into the dynamic section if there is a PLT. | |
436 | ||
d01414a5 TS |
437 | 2002-07-19 Thiemo Seufer <[email protected]> |
438 | ||
439 | * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from | |
440 | elf32-mips.c. | |
441 | (_bfd_mips_elf_write_section): Likewise. | |
442 | * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype. | |
443 | (_bfd_mips_elf_write_section): Likewise. | |
444 | * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c. | |
445 | (elf32_mips_write_section): Likewise. | |
446 | * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it. | |
447 | (_bfd_mips_elf_write_section): Likewise. | |
448 | ||
40c97fc6 AM |
449 | 2002-07-19 Alan Modra <[email protected]> |
450 | ||
451 | * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan | |
452 | PT_IA_64_UNWIND segments for a given section. | |
453 | ||
58378160 L |
454 | 2002-07-17 H.J. Lu <[email protected]> |
455 | ||
456 | * Makefile.am: Fix a typo. | |
457 | * Makefile.in: Regenerate. | |
458 | ||
cf88bb9f NC |
459 | 2002-07-15 Denis Chertykov <[email protected]> |
460 | Frank Ch. Eigler <[email protected]> | |
461 | Ben Elliston <[email protected]> | |
462 | Alan Lehotsky <[email protected]> | |
463 | John Healy <[email protected]> | |
464 | Graham Stott <[email protected]> | |
465 | Jeff Johnston <[email protected]> | |
466 | ||
467 | * Makefile.am: Add support for ip2k. | |
468 | * Makefile.in: Regenerate. | |
469 | * doc/Makefile.in: Regenerate. | |
470 | * archures.c: Add support for ip2k. | |
471 | * config.bfd: Add support for ip2k. | |
472 | * configure.in: Add support for ip2k. | |
473 | * configure: Regenerate. | |
474 | * reloc.c: Add support for ip2k. | |
475 | * targets.c: Add support for ip2k. | |
476 | * bfd-in2.h: Regenerate. | |
477 | * libbfd.h: Regenerate. | |
478 | * cpu-ip2k.c: New file. | |
479 | * elf32-ip2k.c: New file. | |
480 | ||
0dafd5f6 RE |
481 | 2002-07-17 Ian Rickards <[email protected]> |
482 | ||
40c97fc6 | 483 | * dwarf2.c (concat_filename): If we can't establish the directory |
0dafd5f6 RE |
484 | just return the filename. |
485 | ||
36b08f12 AM |
486 | 2002-07-16 Moritz Jodeit <[email protected]> |
487 | ||
488 | * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args. | |
489 | ||
58821868 AM |
490 | 2002-07-16 Alan Modra <[email protected]> |
491 | ||
492 | * elflink.h: Formatting fixes, tidy prototypes. | |
493 | (elf_link_assign_sym_version): Move common code out of loop. | |
494 | ||
c89583f8 AM |
495 | 2002-07-16 Alan Modra <[email protected]> |
496 | ||
497 | * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when | |
498 | reloc section size is zero. Correct reloc output location. | |
499 | ||
ba94744e AM |
500 | 2002-07-16 John David Anglin <[email protected]> |
501 | ||
502 | * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as | |
503 | the final type for the e_fsel selector when generating PA2.0W code. | |
504 | (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1 | |
505 | relocations. | |
506 | ||
96a94295 L |
507 | 2002-07-14 H.J. Lu <[email protected]> |
508 | ||
509 | * elflink.h (elf_link_assign_sym_version): Hide the default | |
510 | definition if there is a hidden versioned definition. | |
511 | ||
6849c52f HPN |
512 | 2002-07-12 Hans-Peter Nilsson <[email protected]> |
513 | ||
514 | * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical | |
515 | dynamic reference test in assertion when initializing GOT with | |
516 | static contents. Just assert that there are either no dynamic | |
517 | sections, the symbol is defined in the regular objects or that the | |
518 | symbol is undef weak. Tweak comment. | |
519 | (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program | |
520 | only if the symbol isn't defined in the program and isn't undef | |
521 | weak. | |
522 | (elf_cris_adjust_dynamic_symbol): Simplify condition for getting | |
523 | rid of PLT entry: only do it if the symbol isn't defined in a DSO. | |
524 | When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments. | |
525 | (elf_cris_discard_excess_program_dynamics): Don't consider | |
526 | ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs. | |
527 | ||
239e1f3a AM |
528 | 2002-07-11 Alan Modra <[email protected]> |
529 | ||
530 | * elf32-i386.c (elf_i386_relocate_section): Don't complain about | |
531 | unresolved debugging relocs in dynamic applications. | |
532 | * elf32-s390.c (elf_s390_relocate_section): Likewise. | |
533 | * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. | |
534 | * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. | |
535 | * elf64-s390.c (elf_s390_relocate_section): Likewise. | |
536 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
537 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
538 | ||
2f6d9989 AM |
539 | 2002-07-10 Alan Modra <[email protected]> |
540 | ||
f5e87a1d AM |
541 | * elf64-ppc.c (ONES): Define. |
542 | (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in | |
543 | missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill | |
544 | in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32. | |
545 | ||
2f6d9989 AM |
546 | * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete. |
547 | (ppc64_elf_set_private_flags): Delete. | |
548 | (ppc64_elf_section_from_shdr): Delete. | |
549 | (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code. | |
550 | (ppc64_elf_fake_sections): Delete. | |
551 | (bfd_elf64_bfd_set_private_flags): Don't define. | |
552 | (bfd_elf64_get_symbol_info): Likewise. | |
553 | (elf_backend_section_from_shdr): Likewise. | |
554 | (elf_backend_fake_sections): Likewise. | |
555 | ||
0594c12d AM |
556 | 2002-07-10 Marco Walther <[email protected]> |
557 | ||
558 | * elf.c: (assign_section_numbers) Set sh_entsize for .stab only | |
559 | when not already set. | |
560 | * elf64-sparc.c: (sparc64_elf_fake_sections): New function. | |
561 | (elf_backend_fake_sections): Define. | |
562 | ||
699cb9b8 AM |
563 | 2002-07-10 Alan Modra <[email protected]> |
564 | ||
565 | * merge.c (_bfd_merge_section): Remove redundant output_section check. | |
566 | Formatting. | |
567 | (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections. | |
568 | ||
0a4787a0 HPN |
569 | 2002-07-09 Hans-Peter Nilsson <[email protected]> |
570 | ||
571 | * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for | |
572 | NULL sym_hashes to just before use. | |
573 | <case R_CRIS_32_GOTREL>: In test for local symbol, accept also | |
574 | symbol with non-default visibility. | |
575 | <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto. | |
576 | <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>: | |
577 | Ditto. | |
578 | (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for | |
579 | symbol with non-default visibility. | |
580 | (cris_elf_check_relocs): At tests for local symbol before | |
581 | increasing h->plt.refcount, also check for non-default | |
582 | visibility. Ditto when checking for local symbol to eliminate | |
583 | pc-relative runtime relocs. | |
584 | ||
aecc8f8a AM |
585 | 2002-07-08 Alan Modra <[email protected]> |
586 | ||
587 | * elf.c: Formatting. | |
588 | (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks. | |
589 | (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP. | |
590 | (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP | |
591 | segments. | |
592 | ||
e9168c1e MM |
593 | 2002-07-07 Mark Mitchell <[email protected]> |
594 | Alan Modra <[email protected]> | |
595 | ||
596 | * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into | |
597 | account the impact of relocation count overflow when computing | |
598 | section offsets. | |
599 | * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether | |
600 | or not to apply the PE COFF reloc overflow handling. Fix a | |
601 | fencepost error in deciding whether or not to use that technique. | |
602 | ||
6cdc0ccc AM |
603 | 2002-07-07 Alan Modra <[email protected]> |
604 | ||
605 | * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx, | |
606 | change type of locsyms. | |
607 | (bfd_elf_get_elf_syms): Declare. | |
608 | * elf.c (bfd_elf_get_elf_syms): New function. | |
609 | (group_signature): Use bfd_elf_get_elf_syms. | |
610 | (bfd_section_from_r_symndx): Likewise. | |
611 | * elfcode.h (elf_slurp_symbol_table): Likewise. | |
612 | * elflink.h (elf_link_is_defined_archive_symbol): Likewise. | |
613 | (elf_link_add_object_symbols): Likewise. Reorganise to increase | |
614 | locality of various data structures. Properly free internal relocs. | |
615 | (elf_bfd_final_link): Properly free internal relocs. | |
616 | (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms. | |
617 | (elf_link_input_bfd): Likewise. | |
618 | (elf_gc_mark): Likewise. Properly free internal relocs. | |
619 | (elf_gc_sweep): Properly free internal relocs. | |
620 | (elf_reloc_symbol_deleted_p): No need to swap syms in. | |
621 | (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free | |
622 | internal relocs. | |
623 | * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms. | |
624 | Properly free possibly cached info. | |
625 | (mn10200_elf_relax_delete_bytes): Remove symbol swapping code. | |
626 | (mn10200_elf_symbol_address_p): Pass in internal syms. Remove | |
627 | symbol swapping code. | |
628 | (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms. | |
629 | Properly free possibly cached info. | |
630 | * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c. | |
631 | (mn10300_elf_relax_delete_bytes): Likewise. | |
632 | (mn10300_elf_symbol_address_p): Likewise. | |
633 | (mn10300_elf_get_relocated_section_contents): Likewise. | |
634 | * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c. | |
635 | (elf32_h8_relax_delete_bytes): Likewise. | |
636 | (elf32_h8_symbol_address_p): Likewise. | |
637 | (elf32_h8_get_relocated_section_contents): Likewise. | |
638 | * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c. | |
639 | (m32r_elf_relax_delete_bytes): Likewise. | |
640 | (m32r_elf_get_relocated_section_contents): Likewise. | |
641 | * elf32-sh.c (sh_elf_reloc_loop): Free section contents using | |
642 | elf_section_data to determine whether cached. | |
643 | (sh_elf_relax_section): As above for elf-m10200.c. | |
644 | (sh_elf_relax_delete_bytes): Likewise. | |
645 | (sh_elf_get_relocated_section_contents): Likewise. | |
646 | * elf32-xstormy16.c (xstormy16_elf_relax_section): As above. | |
647 | * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay | |
648 | reading of local syms. | |
649 | * elf64-mmix.c (mmix_elf_relax_section): Likewise. | |
650 | * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above. | |
651 | * elfxx-ia64.c (elfNN_ia64_relax_section): As above. | |
652 | * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal | |
653 | relocs. | |
654 | * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly | |
655 | free internal relocs and section contents. Don't read symbols. | |
656 | * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms. | |
657 | (elf32_hppa_size_stubs): Don't free local syms. | |
658 | * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay | |
659 | reading of local syms. Use bfd_elf_get_elf_syms. Properly free | |
660 | possibly cached info. | |
661 | * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise. | |
662 | * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms. | |
663 | * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and | |
664 | all_local_syms. | |
665 | (get_local_syms): Delete function. | |
666 | (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache | |
667 | on exit. | |
668 | (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit. | |
669 | ||
b3212001 JW |
670 | 2002-07-05 Jim Wilson <[email protected]> |
671 | ||
672 | * syms.c (decode_section_type): New. | |
673 | (bfd_decode_symclass): Call decode_section_type. | |
674 | ||
894bb1ee JJ |
675 | 2002-07-04 Jakub Jelinek <[email protected]> |
676 | ||
677 | * merge.c (_bfd_merged_section_offset): Avoid accessing byte before | |
678 | section content start. | |
679 | Reported by Michael Schumacher <[email protected]>. | |
680 | ||
bc0ba537 AM |
681 | 2002-07-04 Alan Modra <[email protected]> |
682 | ||
683 | * section.c (_bfd_strip_section_from_output): Remove unnecessary | |
684 | link order code. Don't actually remove the output section here; | |
685 | Just set a flag for the linker to do so. | |
686 | * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed | |
687 | sections when setting up output section dynsyms. | |
688 | ||
797fc050 AM |
689 | 2002-07-04 Alan Modra <[email protected]> |
690 | ||
691 | * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux | |
692 | fudge. | |
693 | * elf.c (bfd_section_from_shdr): Work around broken hpux shared | |
694 | libs here instead. | |
695 | ||
99881371 MS |
696 | 2002-07-02 Martin Schwidefsky <[email protected]> |
697 | ||
698 | * elf64-s390.c (create_got_section): Set .got section alignment to | |
699 | 8 bytes. | |
700 | (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes. | |
701 | ||
47d9a591 AM |
702 | 2002-07-02 Alan Modra <[email protected]> |
703 | ||
704 | * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar. | |
705 | ||
179d3252 JT |
706 | 2002-07-01 Matt Thomas <[email protected]> |
707 | ||
708 | * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_* | |
709 | to EF_VAX_*. | |
710 | ||
4a14403c TS |
711 | 2002-07-01 Thiemo Seufer <[email protected]> |
712 | ||
713 | * elfxx-mips.c (ABI_64_P): Fix comment. | |
714 | (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the | |
715 | new section names for N64 ABI. | |
716 | (mips_elf_output_extsym): No special _gp_disp handling for NewABI. | |
717 | (mips_elf_calculate_relocation): Code formatting. | |
718 | (mips_elf_create_dynamic_relocation): Likewise. | |
719 | (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too. | |
720 | (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI. | |
721 | (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64 | |
722 | in any NewABI. | |
723 | (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling | |
724 | for NewABI. | |
725 | (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI. | |
726 | (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled | |
727 | here, too. | |
728 | ||
607c0e09 AS |
729 | 2002-07-01 Andreas Schwab <[email protected]> |
730 | ||
731 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert | |
732 | R_X86_64_64 to R_X86_64_RELATIVE. | |
733 | ||
ba26fd96 AM |
734 | 2002-07-01 John David Anglin <[email protected]> |
735 | ||
736 | * vaxbsd.c: New BFD backend for VAX BSD and Ultrix. | |
737 | * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend. | |
738 | Run "make dep-am". | |
739 | * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of | |
740 | host_aout_vec. | |
741 | * configure.in (vaxbsd_vec): Add. | |
742 | * targets.c (vaxbsd_vec): Add. | |
743 | * Makefile.in: Rebuild. | |
744 | * configure: Rebuild. | |
745 | * po/SRC-POTFILES.in: Rebuild. | |
746 | ||
1e2f5b6e AM |
747 | 2002-07-01 Alan Modra <[email protected]> |
748 | ||
749 | * elflink.h (elf_gc_mark): Pass in the section whose relocs we are | |
750 | examining to gc_mark_hook, rather than the bfd. | |
751 | (elf_gc_sections): Adjust. | |
752 | * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise. | |
753 | * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise. | |
754 | * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise. | |
755 | * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise. | |
756 | * elf32-cris.c (cris_elf_gc_mark_hook): Likewise. | |
757 | * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise. | |
758 | * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise. | |
759 | * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise. | |
760 | * elf32-i386.c (elf_i386_gc_mark_hook): Likewise. | |
761 | * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise. | |
762 | * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise. | |
763 | * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise. | |
764 | * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise. | |
765 | * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise. | |
766 | * elf32-s390.c (elf_s390_gc_mark_hook): Likewise. | |
767 | * elf32-sh.c (sh_elf_gc_mark_hook): Likewise. | |
768 | * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise. | |
769 | * elf32-v850.c (v850_elf_gc_mark_hook): Likewise. | |
770 | * elf32-vax.c (elf_vax_gc_mark_hook): Likewise. | |
771 | * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise. | |
772 | * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise. | |
773 | * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise. | |
774 | * elf64-s390.c (elf_s390_gc_mark_hook): Likewise. | |
775 | * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise. | |
776 | * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise. | |
777 | * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise. | |
778 | * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise. | |
779 | * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove | |
780 | redundant local sym tests. | |
781 | * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry. | |
782 | (link_hash_newfunc): Init is_entry. | |
783 | (ppc64_elf_copy_indirect_symbol): Copy is_entry. | |
784 | (ppc64_elf_link_hash_table_create): Init all_local_syms. | |
785 | (create_linkage_sections): Use bfd_make_section_anyway rather than | |
786 | bfd_make_section. | |
787 | (ppc64_elf_mark_entry_syms): New function. | |
788 | (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set | |
789 | up opd entry to function section map. | |
790 | (ppc64_elf_gc_mark_hook): Special case opd section relocs, and | |
791 | relocs that reference the opd section. | |
792 | (edit_opd): New function. | |
793 | (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd. | |
794 | (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here. | |
795 | (get_local_syms): Do so here. Exit if we already have local syms. | |
796 | Remove bogus comment imported from elf32-hppa.c. Don't attempt to | |
797 | read local syms on non-ELF input. | |
798 | (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather | |
799 | than duplicating it's function here. Adjust free of internal | |
800 | relocs to suit. | |
801 | (ppc64_elf_relocate_section): Adjust local syms in opd section. | |
802 | * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare. | |
803 | * elf32-hppa.c (elf32_hppa_size_stubs): Call | |
804 | _bfd_elf32_link_read_relocs rather than duplicating it's function | |
805 | here. Adjust free of internal relocs to suit. | |
806 | ||
1b71fb54 AJ |
807 | 2002-07-01 Andreas Jaeger <[email protected]> |
808 | ||
809 | * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations | |
810 | are not allowed in shared libs code, enforce -fPIC. | |
811 | ||
8d28f606 HPN |
812 | 2002-06-29 Hans-Peter Nilsson <[email protected]> |
813 | ||
814 | * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and | |
815 | trailing zero-sequences when there's previous left-over data. | |
816 | ||
5ac81c74 JL |
817 | 2002-06-27 John David Anglin <[email protected]> |
818 | ||
819 | * elf64-hppa.c (elf64_hppa_reloc_type_class): New function. | |
820 | (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec | |
821 | and opd_rel_sec in order for starting rela section. Check _raw_size. | |
822 | (elf_backend_reloc_type_class): Define. | |
823 | ||
91a4d569 AM |
824 | 2002-06-27 Kevin Buettner <[email protected]> |
825 | ||
826 | * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit | |
827 | DWARF2 formats. | |
828 | ||
feee612b AM |
829 | 2002-06-27 Alan Modra <[email protected]> |
830 | ||
831 | * cpu-powerpc.c: Comment on ordering of arch_info. | |
832 | * elf32-ppc.c (ppc_elf_object_p): New function. | |
833 | (elf_backend_object_p): Define. | |
834 | * elf64-ppc.c (ppc64_elf_object_p): New function. | |
835 | (elf_backend_object_p): Define. | |
836 | ||
a4e6cefc JT |
837 | 2002-06-26 Jason Thorpe <[email protected]> |
838 | ||
839 | * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo. | |
840 | * configure: Regenerate. | |
841 | ||
dae2dd0d NC |
842 | 2002-06-25 Jason Eckhardt <[email protected]> |
843 | ||
844 | * dwarf2.c (decode_line_info): Check unit->addr_size | |
845 | to read in the proper number of prologue bytes. | |
846 | ||
680f9d5c NC |
847 | 2002-06-25 Nick Clifton <[email protected]> |
848 | ||
849 | * config.bfd (powerpc-*-aix5*): Only create a selvecs for | |
850 | aix5coff64_vec if 64-bit bfd support has been enabled. | |
91a4d569 AM |
851 | (powerpc64-*-aix5*): Only define if 64-bit bfd support has |
852 | been enabled. | |
dae2dd0d | 853 | |
680f9d5c NC |
854 | * targets.c (_bfd_target_vector[]): Only include |
855 | aix5coff64_vec if 64-bit bfd support has been enabled. | |
856 | ||
d4c88bbb AM |
857 | 2002-06-25 Alan Modra <[email protected]> |
858 | ||
859 | * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy. | |
860 | * elf32-hppa.c (hppa_add_stub): Likewise. | |
861 | * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise. | |
862 | * elflink.h (elf_add_default_symbol): Fix comment typo. | |
863 | (elf_add_default_symbol): Replace strcpy and strncpy with memcpy. | |
864 | (elf_link_add_object_symbols): Likewise. | |
865 | (elf_link_assign_sym_version): Likewise. | |
866 | * hash.c (bfd_hash_lookup): Likewise. | |
867 | * linker.c (_bfd_generic_link_add_one_symbol): Likewise. | |
868 | * section.c (bfd_get_unique_section_name): Likewise. | |
869 | * syms.c (_bfd_stab_section_find_nearest_line): Likewise. | |
870 | * elf.c (_bfd_elf_make_section_from_phdr): Likewise. | |
871 | (assign_section_numbers): Likewise. | |
872 | (_bfd_elfcore_make_pseudosection): Likewise. | |
873 | (elfcore_grok_lwpstatus): Likewise. | |
874 | (elfcore_grok_win32pstatus): Likewise. | |
875 | (elfcore_write_note): Constify input params. Use PTR instead of | |
876 | void *. Include terminating NUL in namesz. Correct padding. | |
877 | Support NULL "name" param. Use memcpy instead of strcpy. | |
878 | (elfcore_write_prpsinfo): Constify input params. | |
879 | (elfcore_write_prstatus): Likewise. Use PTR instead of void *. | |
880 | (elfcore_write_lwpstatus): Likewise. | |
881 | (elfcore_write_pstatus): Likewise. | |
882 | (elfcore_write_prfpreg): Likewise. | |
883 | (elfcore_write_prxfpreg): Likewise. | |
884 | * elf-bfd.h (elfcore_write_note): Update declaration. | |
885 | (elfcore_write_prpsinfo): Likewise. | |
886 | (elfcore_write_prstatus): Likewise. | |
887 | (elfcore_write_pstatus): Likewise. | |
888 | (elfcore_write_prfpreg): Likewise. | |
889 | (elfcore_write_prxfpreg): Likewise. | |
890 | (elfcore_write_lwpstatus): Likewise. | |
891 | ||
b0ac09d2 NC |
892 | 2002-06-25 Jason Eckhardt <[email protected]> |
893 | ||
894 | * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for | |
895 | symbols of type stProc and stStaticProc. | |
896 | ||
897 | 2002-06-25 Nick Clifton <[email protected]> | |
898 | ||
899 | * ecoff.c: VArious formatting fixes. | |
900 | ||
021d6096 AM |
901 | 2002-06-25 Alan Modra <[email protected]> |
902 | ||
903 | * coff-rs6000.c (xcoff_generate_rtinit): Fix typo. | |
904 | ||
82e51918 AM |
905 | 2002-06-25 Alan Modra <[email protected]> |
906 | ||
907 | * aout-adobe.c: Don't compare against "true" or "false. | |
908 | * aout-target.h: Likewise. | |
909 | * aoutx.h: Likewise. | |
910 | * archive.c: Likewise. | |
911 | * bout.c: Likewise. | |
912 | * cache.c: Likewise. | |
913 | * coff-a29k.c: Likewise. | |
914 | * coff-alpha.c: Likewise. | |
915 | * coff-i386.c: Likewise. | |
916 | * coff-mips.c: Likewise. | |
917 | * coff-or32.c: Likewise. | |
918 | * coff64-rs6000.c: Likewise. | |
919 | * coffcode.h: Likewise. | |
920 | * coffgen.c: Likewise. | |
921 | * cpu-ns32k.c: Likewise. | |
922 | * ecoff.c: Likewise. | |
923 | * ecofflink.c: Likewise. | |
924 | * elf.c: Likewise. | |
925 | * elf32-arm.h: Likewise. | |
926 | * elf32-cris.c: Likewise. | |
927 | * elf32-d30v.c: Likewise. | |
928 | * elf32-i386.c: Likewise. | |
929 | * elf32-mcore.c: Likewise. | |
930 | * elf32-ppc.c: Likewise. | |
931 | * elf32-sh.c: Likewise. | |
932 | * elf32-sh64.c: Likewise. | |
933 | * elf32-v850.c: Likewise. | |
934 | * elf64-alpha.c: Likewise. | |
935 | * elf64-sh64.c: Likewise. | |
936 | * elfcode.h: Likewise. | |
937 | * elfcore.h: Likewise. | |
938 | * elflink.h: Likewise. | |
939 | * elfxx-mips.c: Likewise. | |
940 | * i386os9k.c: Likewise. | |
941 | * ieee.c: Likewise. | |
942 | * libbfd.c: Likewise. | |
943 | * linker.c: Likewise. | |
944 | * mmo.c: Likewise. | |
945 | * nlm32-alpha.c: Likewise. | |
946 | * nlm32-i386.c: Likewise. | |
947 | * nlm32-ppc.c: Likewise. | |
948 | * nlm32-sparc.c: Likewise. | |
949 | * nlmcode.h: Likewise. | |
950 | * oasys.c: Likewise. | |
951 | * pdp11.c: Likewise. | |
952 | * peicode.h: Likewise. | |
953 | * reloc.c: Likewise. | |
954 | * som.c: Likewise. | |
955 | * srec.c: Likewise. | |
956 | * tekhex.c: Likewise. | |
957 | * vms.c: Likewise. | |
958 | * xcofflink.c: Likewise. | |
959 | * elf64-sparc.c: Edit comment to not use "== false". | |
960 | ||
961 | * aoutf1.h: Don't use "? true : false". | |
962 | * ecoff.c: Likewise. | |
963 | * format.c: Likewise. | |
964 | * ieee.c: Likewise. | |
965 | * linker.c: Likewise. | |
966 | * mmo.c: Likewise. | |
967 | * oasys.c: Likewise. | |
968 | ||
48fc70a2 AM |
969 | 2002-06-23 H.J. Lu <[email protected]> |
970 | ||
971 | * elflink.h (elf_link_add_archive_symbols): For the default | |
972 | version, check references with only one `@' first. | |
973 | ||
47b7c2db AM |
974 | 2002-06-23 John David Anglin <[email protected]> |
975 | ||
976 | * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New | |
977 | function. | |
978 | (allocate_global_data_dlt): Don't add millicode symbols to dynamic | |
979 | symbol table. | |
980 | (allocate_global_data_opd, allocate_dynrel_entries): Likewise. | |
981 | (elf64_hppa_size_dynamic_sections): Revise to use | |
982 | elf64_hppa_mark_milli_and_exported_functions. | |
983 | (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode | |
984 | symbols out of dynamic symbol table. | |
985 | ||
f5d44ba0 AM |
986 | 2002-06-23 Alan Modra <[email protected]> |
987 | ||
bb3fff1e AM |
988 | * Makefile.in: Regenerate. |
989 | * libbfd.h: Regenerate. | |
990 | * bfd-in2.h: Regenerate. | |
991 | * configure: Regenerate. | |
992 | * po/SRC-POTFILES.in: Regenerate. | |
993 | ||
f5d44ba0 AM |
994 | * elflink.h: Comment typo fixes. |
995 | ||
996 | 2002-06-23 H.J. Lu <[email protected]> | |
997 | ||
998 | * elf-bfd.h (elf_link_loaded_list): New structure. | |
999 | (elf_link_hash_table): Add "loaded". | |
1000 | * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded". | |
1001 | * elflink.h (elf_link_check_versioned_symbol): New function. | |
1002 | (elf_link_output_extsym): Call elf_link_check_versioned_symbol. | |
1003 | ||
cc36acdf NC |
1004 | 2002-06-19 Nick Clifton <[email protected]> |
1005 | ||
1006 | * elflink.h (size_dynamic_sections): If the target does not | |
f5d44ba0 | 1007 | support an ELF style hash table, return true, indicating that |
cc36acdf NC |
1008 | nothing needed to be done, rather than false, indicating that the |
1009 | section's size could not be computed. | |
1010 | ||
4e5ba5b7 DB |
1011 | 2002-06-18 Dave Brolley <[email protected]> |
1012 | ||
1013 | From Catherine Moore, Michael Meissner, Dave Brolley: | |
1014 | * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c | |
1015 | * targets.c: Support bfd_elf32_frv_vec. | |
1016 | * reloc.c: Add FRV relocs. | |
1017 | * configure.in: Add support for bfd-elf32-frv-vec. | |
1018 | * config.bfd (targ_cpu): Add support for frv-*-elf. | |
1019 | * archures.c: Add frv arch and machines. | |
1020 | * Makefile.am (ALL_MACHINES): Add cpu-frv.lo. | |
1021 | (ALL_MACHINES_CFILES): Add cpu-frv.c. | |
1022 | (BFD32_BACKENDS): Add elf32-frv.lo. | |
1023 | (BFD32_BACKENDS_CFILES): Add elf32-frv.c | |
1024 | (cpu-frv.lo): New target. | |
1025 | (elf32-frv.lo): New target. | |
1026 | * cpu-frv.c: New file. | |
1027 | * elf32-frv.c: New file. | |
1028 | ||
7ece0d85 JJ |
1029 | 2002-06-18 Jakub Jelinek <[email protected]> |
1030 | ||
1031 | * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies | |
1032 | e_shnum == 0. | |
1033 | Only read the first section header if e_shoff is non-zero. | |
1034 | Don't consider e_shstrndx if there are no sections. | |
1035 | ||
57fb03ac TR |
1036 | 2002-06-17 Tom Rix <[email protected]> |
1037 | ||
1038 | * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R, | |
f5d44ba0 | 1039 | R_D10V_10_PCREL_L and R_D10V_18_PCREL to use |
57fb03ac TR |
1040 | complain_overflow_bitfield. |
1041 | ||
341ca622 AM |
1042 | 2002-06-17 Alan Modra <[email protected]> |
1043 | ||
767e34d1 AM |
1044 | * opncls.c (bfd_openr): Remove redundant bfd_set_error. |
1045 | (bfd_fdopenr): Likewise. | |
1046 | (bfd_openstreamr): Likewise. | |
1047 | (bfd_openw): Likewise. | |
1048 | ||
341ca622 AM |
1049 | * targets.c: Sort target vecs. |
1050 | (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec, | |
1051 | bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec, | |
1052 | bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec, | |
1053 | bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec. | |
1054 | * configure.in: Sort target vecs. Add m88kmach3_vec. | |
1055 | * configure: Regenerate. | |
1056 | ||
dfbbae4c HPN |
1057 | 2002-06-16 Hans-Peter Nilsson <[email protected]> |
1058 | ||
1059 | * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member | |
1060 | bpo_reloc_no to break sort order ties, not address of items. | |
1061 | ||
d663e1cd JL |
1062 | 2002-06-16 John David Anglin <[email protected]> |
1063 | ||
1064 | * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment. | |
1065 | Skip excluded sections in determing __gp value. | |
1066 | (elf_hppa_final_link_relocate): Use the symbol's address in | |
1067 | R_PARISC_FPTR64 relocations that don't need an opd entry. | |
1068 | * elf64-hppa.c (allocate_dynrel_entries): Simplify code. | |
1069 | (elf64_hppa_finalize_dynreloc): Likewise. | |
1070 | (elf64_hppa_size_dynamic_sections): Move comments and fix typo. | |
1071 | (elf64_hppa_finish_dynamic_symbol): Break up assert. | |
1072 | ||
a8295218 NC |
1073 | 2002-06-14 Sergey Grigoriev <[email protected]> |
1074 | ||
1075 | * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte | |
1076 | alignment for .bss, .data and .text sections so that sse and sse2 | |
1077 | code will work. | |
1078 | * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise. | |
1079 | ||
1080 | 2002-06013 J"orn Rennecke <[email protected]> | |
5d9b5481 JR |
1081 | |
1082 | config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*, | |
1083 | sh[1234]*-elf*. | |
1084 | ||
3db4b612 JL |
1085 | 2002-06-12 John David Anglin <[email protected]> |
1086 | ||
2cb69dd3 JL |
1087 | * elflink.h (elf_bfd_final_link): Improve error handling for missing |
1088 | dynamic sections. | |
1089 | ||
3db4b612 JL |
1090 | * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry |
1091 | for a symbol that has no output section. | |
1092 | (allocate_dynrel_entries): Correct comment. | |
1093 | (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry | |
1094 | unless we want one. | |
1095 | (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL. | |
1096 | (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols | |
1097 | with no section. Remove unnecessary parentheses. | |
1098 | ||
f3813499 TR |
1099 | 2002-06-11 Tom Rix <[email protected]> |
1100 | ||
1101 | * coffcode.h (coff_compute_section_file_positions): Add data | |
1102 | section to AIX loader alignment check. | |
1103 | ||
f5d44ba0 | 1104 | * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section |
f3813499 TR |
1105 | alignment to 4 bytes. |
1106 | (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment | |
1107 | power accessor macro. | |
1108 | (do_shared_object_padding): Remove invalid assertion. | |
1109 | ||
0ebaf185 RS |
1110 | 2002-06-10 Richard Sandiford <[email protected]> |
1111 | ||
1112 | * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE | |
1113 | for removed output sections. | |
1114 | ||
ebe3e2d1 NC |
1115 | 2002-06-10 Geoffrey Keating <[email protected]> |
1116 | ||
1117 | * merge.c (merge_strings): Use htab_create_alloc with calloc, not | |
1118 | htab_alloc. | |
1119 | * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise. | |
1120 | ||
0b14c2aa L |
1121 | 2002-06-08 H.J. Lu <[email protected]> |
1122 | ||
1123 | * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to | |
1124 | work around a long long bug in gcc 2.96 on mips. | |
1125 | ||
3c2bfad6 JT |
1126 | 2002-06-08 Jason Thorpe <[email protected]> |
1127 | ||
1128 | * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo. | |
1129 | (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c. | |
1130 | Regenerate dependency lists. | |
1131 | * Makefile.in: Regenerate. | |
1132 | * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add | |
1133 | vax1knetbsd_vec to targ_selvecs. | |
1134 | * configure.in: Add vax1knetbsd_vec. | |
1135 | * configure: Regenerate. | |
1136 | * targets.c (_bfd_target_vector): Add vax1knetbsd_vec. | |
1137 | * vax1knetbsd.c: New file. | |
1138 | * vaxnetbsd.c: Update copyright years. | |
1139 | (TARGET_PAGE_SIZE): Set to 0x1000. | |
1140 | (DEFAULT_MID): Set to M_VAX4K_NETBSD. | |
1141 | ||
91149be3 JT |
1142 | 2002-06-08 Matt Thomas <[email protected]> |
1143 | ||
1144 | * libaout.h (enum machine_type): Add M_VAX4K_NETBSD. | |
1145 | ||
21e15248 AM |
1146 | 2002-06-08 Alan Modra <[email protected]> |
1147 | ||
1148 | * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static. | |
1149 | ||
986b7daa AM |
1150 | 2002-06-08 Alan Modra <[email protected]> |
1151 | ||
e90b95f6 AM |
1152 | * Makefile.am: Run "make dep-am". |
1153 | * Makefile.in: Regenerate. | |
1154 | ||
3f9c735e AM |
1155 | * armnetbsd.c: Replace CONST with const. |
1156 | * corefile.c: Likewise. | |
1157 | * elf32-dlx.c: Likewise. | |
1158 | * elf64-mips.c: Likewise. | |
1159 | * mmo.c: Likewise. | |
1160 | * ns32knetbsd.c: Likewise. | |
1161 | ||
986b7daa AM |
1162 | * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash |
1163 | table is elf64-sparc. | |
1164 | ||
5a659663 TS |
1165 | 2002-06-08 Thiemo Seufer <[email protected]> |
1166 | ||
1167 | * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code. | |
1168 | Fix RELA addends to get not shifted in the result. Don't do special | |
1169 | handling of R_MIPS_64 for NewABI. | |
1170 | ||
9bab7074 AM |
1171 | 2002-06-07 Alan Modra <[email protected]> |
1172 | ||
1173 | * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc. | |
1174 | (NAME(aout,slurp_reloc_table)): Likewise. | |
1175 | * coff-mips.c (mips_relax_section): Use bfd_zalloc. | |
1176 | * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc. | |
1177 | (xcoff_write_archive_contents_big): Likewise. | |
1178 | (xcoff_generate_rtinit): Likewise. | |
1179 | (xcoff_generate_rtinit): Likewise, and check error return. | |
1180 | * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise. | |
1181 | * coffgen.c (coff_section_symbol): Use bfd_zalloc. | |
1182 | (coff_get_normalized_symtab): Likewise. | |
1183 | (coff_make_empty_symbol): Likewise. | |
1184 | (bfd_coff_set_symbol_class): Likewise. | |
1185 | * cofflink.c (coff_link_add_symbols): Likewise. | |
1186 | * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise. | |
1187 | * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc. | |
1188 | (bfd_ecoff_write_accumulated_debug): Likewise. | |
1189 | * elf64-alpha.c (get_got_entry): Use bfd_zalloc. | |
1190 | * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise. | |
1191 | * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc. | |
1192 | * ieee.c (do_with_relocs): Use bfd_zalloc. | |
1193 | * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise. | |
1194 | * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc. | |
1195 | (NAME(aout,slurp_reloc_table)): Likewise. | |
1196 | (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd. | |
1197 | * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc. | |
1198 | * som.c (som_build_and_write_symbol_table): Likewise. | |
1199 | (som_slurp_string_table): Likewise. | |
1200 | (som_slurp_symbol_table): Likewise. | |
1201 | (som_bfd_ar_write_symbol_stuff): Likewise. | |
1202 | * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc. | |
1203 | * sunos.c (bfd_sunos_size_dynamic_sections): Likewise. | |
1204 | * tekhex.c (find_chunk): Likewise. Get rid of unused "sname". | |
1205 | * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc. | |
1206 | * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc. | |
1207 | ||
1126897b AM |
1208 | 2002-06-07 Alan Modra <[email protected]> |
1209 | ||
1210 | * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with | |
1211 | "group" union. | |
1212 | (elf_group_name): Update. | |
1213 | (elf_group_id): Define. | |
1214 | (bfd_elf_set_group_contents): Declare. | |
1215 | * elf.c (elf_fake_sections): Qualify use of elf_group_name. | |
1216 | (set_group_contents): Rename to bfd_elf_set_group_contents. Remove | |
1217 | ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use | |
1218 | that sym for the signature. | |
1219 | (_bfd_elf_compute_section_file_positions): Don't call | |
1220 | set_group_contents for "ld -r" case. | |
1221 | (swap_out_syms): Use bfd_zalloc. | |
1222 | * elflink.h (elf_link_add_archive_symbols): Likewise. | |
1223 | (NAME(bfd_elf,size_dynamic_sections)): Likewise. | |
1224 | (elf_bfd_final_link): Call bfd_elf_set_group_contents. | |
1225 | ||
3fad3c7c AM |
1226 | 2002-06-07 Alan Modra <[email protected]> |
1227 | ||
1228 | * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved | |
1229 | relocs in opd for non-shared too. | |
1230 | ||
76f99c63 JL |
1231 | 2002-06-06 Jeffrey Law <[email protected] |
1232 | ||
1233 | * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting | |
1234 | relocations. | |
1235 | ||
7217313c NC |
1236 | 2002-06-06 Nick Clifton <[email protected]> |
1237 | ||
1238 | * merge.c: Include libiberty.h. | |
1239 | * elf-strtab.c: Include libiberty.h. | |
1240 | ||
6cb22815 AM |
1241 | 2002-06-06 Elias Athanasopoulos <[email protected]> |
1242 | ||
1243 | * peXXigen.c (pe_print_idata): Remove unused variable. | |
1244 | ||
1ed89aa9 NC |
1245 | 2002-06-06 David Heine <[email protected]> |
1246 | ||
1247 | * elf.c (assign_file_positions_for_segments): Remove unallocated | |
1248 | sections from the section to segment mapping for PT_LOAD segments. | |
1249 | Update comment about empty loadable segments. | |
1250 | ||
644c4c80 RS |
1251 | 2002-06-06 Richard Sandiford <[email protected]> |
1252 | ||
1253 | * stabs.c (_bfd_link_section_stabs): Check that the symbol offset | |
1254 | is within the .stabstr section. | |
1255 | ||
f8ecb12b AM |
1256 | 2002-06-06 Alan Modra <[email protected]> |
1257 | ||
1258 | * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args | |
1259 | are "const PTR", not "const PTR *". | |
1260 | (bfd_elf32_swap_symbol_in): Likewise. | |
1261 | (bfd_elf64_swap_symbol_in): Likewise. | |
1262 | * elfcode.h (elf_swap_symbol_in): Change input args to const PTR. | |
1263 | (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in. | |
1264 | * elflink.h (elf_link_is_defined_archive_symbol): Likewise. | |
1265 | (elf_link_add_object_symbols): Likewise. | |
1266 | (elf_link_record_local_dynamic_symbol): Likewise. | |
1267 | (elf_link_input_bfd): Likewise. | |
1268 | (elf_gc_mark): Likewise. | |
1269 | (elf_reloc_symbol_deleted_p): Likewise. | |
1270 | * elf-m10200.c (mn10200_elf_relax_section): Likewise. | |
1271 | (mn10200_elf_relax_delete_bytes): Likewise. | |
1272 | (mn10200_elf_symbol_address_p): Likewise. | |
1273 | (mn10200_elf_get_relocated_section_contents): Likewise. | |
1274 | * elf-m10300.c (mn10300_elf_relax_section): Likewise. | |
1275 | (mn10300_elf_relax_section): Likewise. | |
1276 | (mn10300_elf_relax_delete_bytes): Likewise. | |
1277 | (mn10300_elf_symbol_address_p): Likewise. | |
1278 | (mn10300_elf_get_relocated_section_contents): Likewise. | |
1279 | * elf32-h8300.c (elf32_h8_relax_section): Likewise. | |
1280 | (elf32_h8_relax_delete_bytes): Likewise. | |
1281 | (elf32_h8_symbol_address_p): Likewise. | |
1282 | (elf32_h8_get_relocated_section_contents): Likewise. | |
1283 | * elf32-hppa.c (get_local_syms): Likewise. | |
1284 | * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise. | |
1285 | * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise. | |
1286 | * elf32-sh.c (sh_elf_relax_section): Likewise. | |
1287 | (sh_elf_relax_delete_bytes): Likewise. | |
1288 | (sh_elf_get_relocated_section_contents): Likewise. | |
1289 | * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise. | |
1290 | * elf64-alpha.c (elf64_alpha_relax_section): Likewise. | |
1291 | * elf64-hppa.c (elf64_hppa_check_relocs): Likewise. | |
1292 | * elf64-mmix.c (mmix_elf_relax_section): Likewise. | |
1293 | * elf64-ppc.c (get_local_syms): Likewise. | |
1294 | * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise. | |
1295 | * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise. | |
1296 | ||
1ed89aa9 | 1297 | 2002-06-05 J"orn Rennecke <[email protected]> |
7a33bc10 JR |
1298 | |
1299 | * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations. | |
1300 | ||
73ff0d56 AM |
1301 | 2002-06-05 Alan Modra <[email protected]> |
1302 | ||
9dce4196 AM |
1303 | * elf.c (group_signature): Swap in the whole symbol, and handle |
1304 | extracting section symbol names. | |
1305 | (setup_group): Add comment. | |
1306 | (set_group_contents): When called from objcopy or ld, arrange for | |
1307 | section contents to be written. Write group member output section | |
1308 | indices to allow objcopy to reorganize sections. | |
1309 | (_bfd_elf_copy_private_section_data): Copy group info. | |
1310 | ||
73ff0d56 AM |
1311 | * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field. |
1312 | (bfd_elf32_swap_symbol_in): Update prototype. | |
1313 | (bfd_elf64_swap_symbol_in): Likewise. | |
1314 | * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *. | |
1315 | (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in. | |
1316 | * elflink.h (elf_link_is_defined_archive_symbol): Likewise. | |
1317 | (elf_link_add_object_symbols): Likewise. | |
1318 | (elf_link_record_local_dynamic_symbol): Likewise. | |
1319 | (elf_link_input_bfd): Likewise. | |
1320 | (elf_gc_mark): Likewise. | |
1321 | (elf_reloc_symbol_deleted_p): Likewise. | |
1322 | * elf-m10200.c (mn10200_elf_relax_section): Likewise. | |
1323 | (mn10200_elf_relax_delete_bytes): Likewise. | |
1324 | (mn10200_elf_symbol_address_p): Likewise. | |
1325 | (mn10200_elf_get_relocated_section_contents): Likewise. | |
1326 | * elf-m10300.c (mn10300_elf_relax_section): Likewise. | |
1327 | (mn10300_elf_relax_section): Likewise. | |
1328 | (mn10300_elf_relax_delete_bytes): Likewise. | |
1329 | (mn10300_elf_symbol_address_p): Likewise. | |
1330 | (mn10300_elf_get_relocated_section_contents): Likewise. | |
1331 | * elf32-h8300.c (elf32_h8_relax_section): Likewise. | |
1332 | (elf32_h8_relax_delete_bytes): Likewise. | |
1333 | (elf32_h8_symbol_address_p): Likewise. | |
1334 | (elf32_h8_get_relocated_section_contents): Likewise. | |
1335 | * elf32-hppa.c (get_local_syms): Likewise. | |
1336 | * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise. | |
1337 | * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise. | |
1338 | * elf32-sh.c (sh_elf_relax_section): Likewise. | |
1339 | (sh_elf_relax_delete_bytes): Likewise. | |
1340 | (sh_elf_get_relocated_section_contents): Likewise. | |
1341 | * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise. | |
1342 | * elf64-alpha.c (elf64_alpha_relax_section): Likewise. | |
1343 | * elf64-hppa.c (elf64_hppa_check_relocs): Likewise. | |
1344 | * elf64-mmix.c (mmix_elf_relax_section): Likewise. | |
1345 | * elf64-ppc.c (get_local_syms): Likewise. | |
1346 | * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise. | |
1347 | * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise. | |
1348 | * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser. | |
1349 | * elf64-alpha.c (alpha_elf_size_info): Likewise. | |
1350 | * elf64-hppa.c (hppa64_elf_size_info): Likewise. | |
1351 | * elf64-mips.c (mips_elf64_size_info): Likewise. | |
1352 | * elf64-s390.c (s390_elf64_size_info): Likewise. | |
1353 | * elf64-sparc.c (sparc64_elf_size_info): Likewise. | |
1354 | ||
53bfd6b4 MR |
1355 | 2002-06-05 Maciej W. Rozycki <[email protected]> |
1356 | ||
1357 | * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to... | |
1358 | elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here. | |
1359 | elf64-mips.c (elf_backend_ignore_discarded_relocs): Use | |
1360 | _bfd_mips_elf_ignore_discarded_relocs. | |
1361 | elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare. | |
1362 | ||
d4df96e6 L |
1363 | 2002-06-05 H.J. Lu <[email protected]> |
1364 | ||
1365 | * elfxx-mips.c (mips_elf_calculate_relocation): Call | |
1366 | _bfd_elf_rel_local_sym for STT_SECTION relocations against | |
1367 | the SEC_MERGE section. | |
1368 | ||
e61463e1 AM |
1369 | 2002-06-05 Alan Modra <[email protected]> |
1370 | ||
3cac74d0 AM |
1371 | * coff-alpha.c: Update copyright date. |
1372 | * coff-mips.c: Likewise. | |
1373 | * xcoff-target.h: Likewise. | |
1374 | ||
e61463e1 AM |
1375 | * bfd-in.h: Remove "taken from the source" comment. |
1376 | * libbfd-in.h: Likewise. | |
1377 | * libcoff-in.h: Likewise. | |
1378 | * bfd-in2.h: Regenerate. | |
1379 | * libbfd.h: Regenerate. | |
1380 | * libcoff.h: Regenerate. | |
1381 | ||
1382 | * elf.c (bfd_elf_discard_group): Return true. | |
1383 | * elf-bfd.h (bfd_elf_discard_group): Declare. | |
1384 | * bfd-in.h (bfd_elf_discard_group): Don't declare here. | |
1385 | * section.c (bfd_discard_group): Rename to bfd_generic_discard_group. | |
1386 | * bfd.c (bfd_discard_group): Define. | |
1387 | * targets.c (struct bfd_target): Add _bfd_discard_group. | |
1388 | (BFD_JUMP_TABLE_LINK): Here too. | |
1389 | * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define. | |
1390 | * aout-adobe.c (aout_32_bfd_discard_group): Define. | |
1391 | * aout-target.h (MY_bfd_discard_group): Define. | |
1392 | * aout-tic30.c (MY_bfd_discard_group): Define. | |
1393 | * binary.c (binary_bfd_discard_group): Define. | |
1394 | * bout.c (b_out_bfd_discard_group): Define. | |
1395 | * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define. | |
1396 | * coffcode.h (coff_bfd_discard_group): Define. | |
1397 | * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define. | |
1398 | * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define. | |
1399 | * i386msdos.c (msdos_bfd_discard_group): Define. | |
1400 | * i386os9k.c (os9k_bfd_discard_group): Define. | |
1401 | * ieee.c (ieee_bfd_discard_group): Define. | |
1402 | * ihex.c (ihex_bfd_discard_group): Define. | |
1403 | * mmo.c (mmo_bfd_discard_group): Define. | |
1404 | * nlm-target.h (nlm_bfd_discard_group): Define. | |
1405 | * oasys.c (oasys_bfd_discard_group): Define. | |
1406 | * ppcboot.c (ppcboot_bfd_discard_group): Define. | |
1407 | * som.c (som_bfd_discard_group): Define. | |
1408 | * srec.c (srec_bfd_discard_group): Define. | |
1409 | * tekhex.c (tekhex_bfd_discard_group): Define. | |
1410 | * versados.c (versados_bfd_discard_group): Define. | |
1411 | * vms.c (vms_bfd_discard_group): Define. | |
1412 | * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define. | |
1413 | * coff64-rs6000.c (rs6000coff64_vec): Update initialiser. | |
1414 | (aix5coff64_vec): Likewise. | |
1415 | * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise. | |
1416 | ||
9cba27b2 JT |
1417 | 2002-06-04 Jason Thorpe <[email protected]> |
1418 | ||
1419 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo. | |
1420 | (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c. | |
1421 | (elf32-sh64-com.lo): New dependency list. | |
1422 | * Makefile.in: Regenerate. | |
1423 | * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec) | |
1424 | (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add | |
1425 | elf32-sh64-com.lo. | |
1426 | * configure: Regenerate. | |
1427 | * elf32-sh64.c (sh64_address_in_cranges) | |
1428 | (sh64_get_contents_type, sh64_address_is_shmedia): Move to... | |
1429 | (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb): | |
1430 | (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to... | |
1431 | * elf32-sh64-com.c: ...here. New file. | |
1432 | ||
8d2c33be AM |
1433 | 2002-06-04 Alan Modra <[email protected]> |
1434 | ||
1435 | * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove | |
1436 | ATTRIBUTE_UNUSED on used params. | |
1437 | * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks | |
1438 | before calling bfd_section_from_elf_index on local syms. | |
1439 | * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise. | |
1440 | ||
5b0e55b6 JT |
1441 | 2002-06-04 Jason Thorpe <[email protected]> |
1442 | ||
1443 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo. | |
1444 | (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c. | |
1445 | (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo. | |
1446 | (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c. | |
1447 | (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules. | |
1448 | * Makefile.in: Regenerate. | |
1449 | * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*) | |
1450 | (sh64-*-netbsd*): New targets. | |
1451 | * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec, | |
1452 | bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec. | |
1453 | * configure: Regenerate. | |
1454 | * elf32-sh64-nbsd.c: New file. | |
1455 | * elf64-sh64-nbsd.c: New file. | |
1456 | * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec, | |
1457 | bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and | |
1458 | bfd_elf64_sh64lnbsd_vec. | |
1459 | ||
b885599b AM |
1460 | 2002-06-04 Alan Modra <[email protected]> |
1461 | ||
1462 | * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups. | |
1463 | (bfd_section_from_shdr): Likewise. Set section name of group | |
1464 | sections from signature. | |
1465 | (group_signature): Split out from setup_group. Ensure symbol table | |
1466 | is available. | |
1467 | (bfd_elf_discard_group): New function. | |
1468 | (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on | |
1469 | .gnu.linkonce* sections if they are members of a group. | |
1470 | (set_group_contents): Set GRP_COMDAT flag. | |
1471 | * section.c (bfd_discard_group): New function. | |
1472 | * bfd-in.h (bfd_elf_discard_group): Declare. | |
1473 | * bfd-in2.h: Regenerate. | |
1474 | * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field. | |
1475 | (elf_linkonce_p): Define. | |
1476 | ||
90937f86 AM |
1477 | 2002-06-04 Alan Modra <[email protected]> |
1478 | ||
1479 | * elf.c (bfd_section_from_shdr): Make "name" const. | |
1480 | * elf-bfd.h (elf_backend_section_from_shdr): Likewise. | |
1481 | * elf32-i370.c (i370_elf_section_from_shdr): Likewise. | |
1482 | * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise. | |
1483 | * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise. | |
1484 | * elf32-v850.c (v850_elf_section_from_shdr): Likewise. | |
1485 | * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise. | |
1486 | * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise. | |
1487 | * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise. | |
1488 | * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise. | |
1489 | * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise. | |
1490 | * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise. | |
1491 | ||
cf6fb9ce MR |
1492 | 2002-06-03 Maciej W. Rozycki <[email protected]> |
1493 | ||
1494 | * elfxx-mips.c (ABI_64_P): Use backend's data to determine the | |
1495 | ABI. | |
1496 | ||
cedb70c5 KH |
1497 | 2002-06-02 Kazu Hirata <[email protected]> |
1498 | ||
1499 | * elf32-arc.c: Fix formatting. | |
1500 | * elf32-arm.h: Likewise. | |
1501 | * elf32-cris.c: Likewise. | |
1502 | * elf32-dlx.c: Likewise. | |
1503 | * elf32-hppa.c: Likewise. | |
1504 | * elf32-i386.c: Likewise. | |
1505 | * elf32-i386qnx.c: Likewise. | |
1506 | * elf32-or32.c: Likewise. | |
1507 | * elf32-s390.c: Likewise. | |
1508 | * elf32-sh64.c: Likewise. | |
1509 | * elf32-vax.c: Likewise. | |
1510 | * elf32-xstormy16.c: Likewise. | |
1511 | * elf64-alpha.c: Likewise. | |
1512 | * elf64-mmix.c: Likewise. | |
1513 | * elf64-ppc.c: Likewise. | |
1514 | * elf64-s390.c: Likewise. | |
1515 | * elf64-sh64.c: Likewise. | |
1516 | * elf64-x86-64.c: Likewise. | |
1517 | ||
048d873d RH |
1518 | 2002-06-02 Richard Henderson <[email protected]> |
1519 | ||
1520 | * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference | |
1521 | null when there are no got entries for a symbol. | |
1522 | (elf64_alpha_relax_find_tls_segment): Rearrange to avoid | |
1523 | uninitialized variable warning. | |
1524 | ||
4a67a098 RH |
1525 | 2002-06-01 Richard Henderson <[email protected]> |
1526 | ||
1527 | * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for | |
1528 | undefined symbols here. | |
1529 | (elf64_alpha_relax_section): Do it here. Also test for not | |
1530 | defined in the current module. | |
1531 | (elf64_alpha_relocate_section_r): Split out of ... | |
1532 | (elf64_alpha_relocate_section): ... here. Don't dereference | |
1533 | NULL when looking up local got entries. | |
1534 | ||
f44f99a5 RH |
1535 | 2002-06-01 Richard Henderson <[email protected]> |
1536 | ||
1537 | * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined | |
1538 | symbols from JSR relaxation. | |
1539 | (elf64_alpha_size_plt_section_1): New. | |
1540 | (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ... | |
1541 | (elf64_alpha_size_rela_got_1): ... here. | |
1542 | (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ... | |
1543 | (elf64_alpha_size_rela_got_section): ... here. | |
1544 | (elf64_alpha_size_plt_section): New. | |
1545 | (elf64_alpha_relax_section): Call them. | |
1546 | (elf64_alpha_size_got_sections): Remove output_bfd arg. | |
1547 | (elf64_alpha_finish_dynamic_symbol): Check gotent use_count. | |
1548 | ||
9e756d64 RH |
1549 | 2002-06-01 Richard Henderson <[email protected]> |
1550 | ||
1551 | * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New. | |
1552 | (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs | |
1553 | in shared libraries. Fix DTPRELHI and TPRELHI value. | |
1554 | (INSN_ADDQ, INSN_RDUNIQ): New. | |
1555 | (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent. | |
1556 | (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend | |
1557 | argument. Reject dynamic symbols. Use LITUSE symbolic constants. | |
1558 | (elf64_alpha_relax_got_load): Rename from relax_without_lituse. | |
1559 | Handle GOTDTPREL and GOTTPREL relocations. | |
1560 | (elf64_alpha_relax_gprelhilo): New. | |
1561 | (elf64_alpha_relax_tls_get_addr): New. | |
1562 | (elf64_alpha_relax_find_tls_segment): New. | |
1563 | (elf64_alpha_relax_section): Handle TLS relocations. | |
1564 | (ALPHA_ELF_LINK_HASH_TLS_IE): New. | |
1565 | (elf64_alpha_check_relocs): Set it. | |
1566 | ||
c853d7f6 RH |
1567 | 2002-06-01 Richard Henderson <[email protected]> |
1568 | ||
b646261c RH |
1569 | * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp. |
1570 | ||
c853d7f6 RH |
1571 | * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic |
1572 | check; don't suppress dynamic relocs for non-allocated sections. | |
1573 | ||
d7e41a96 RH |
1574 | * elf64-alpha.c: Remove dead code. |
1575 | ||
5f333394 AM |
1576 | 2002-05-31 Alan Modra <[email protected]> |
1577 | ||
08e0ee05 AM |
1578 | * bfd-in2.h: Regenerate. |
1579 | * libbfd.h: Regenerate. | |
1580 | * po/SRC-POTFILES.in: Regenerate. | |
1581 | ||
5f333394 AM |
1582 | * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate |
1583 | space for bss .plt. | |
1584 | ||
caf47ea6 AM |
1585 | 2002-05-31 Graeme Peterson <[email protected]> |
1586 | ||
1587 | * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo. | |
1588 | (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c. | |
1589 | Run "make dep-am". | |
1590 | * Makefile.in: Regenerate. | |
1591 | * config.bfd: Add i[3456]86-*-nto-qnx* support. | |
1592 | * configure.in: Add bfd_elf32_i386qnx_vec support. | |
1593 | * configure: Regenerate. | |
1594 | * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos, | |
1595 | is_contained_by_filepos, and copy_private_bfd_data_p. | |
1596 | * elf.c (assign_file_positions_for_segments): Call backend | |
1597 | set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler. | |
1598 | (IS_CONTAINED_BY_FILEPOS): Define. | |
1599 | (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS. | |
1600 | (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix. | |
1601 | Fix non-K&R call to _bfd_error_handler. | |
1602 | (_bfd_elf_copy_private_section_data): Use backend | |
1603 | copy_private_bfd_data_p. | |
1604 | * elf32-i386.c: Don't include elfxx-target.h when | |
1605 | ELF32_I386_C_INCLUDED is defined. | |
1606 | * elf32-i386qnx.c: New QNX elf backend file. | |
1607 | * elfxx-target.h: Add elf_backend_set_nonloadable_filepos, | |
1608 | elf_backend_is_contained_by_filepos, and | |
1609 | elf_backend_do_copy_private_bfd_data. | |
1610 | * targets.c: Add bfd_target bfd_elf32_i386qnx_vec. | |
1611 | ||
5bc56484 AM |
1612 | 2002-05-31 Alan Modra <[email protected]> |
1613 | ||
1614 | * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define. | |
1615 | Move other similar defines to start of file. | |
1616 | ||
1b164155 TR |
1617 | 2002-05-30 Tom Rix <[email protected]> |
1618 | ||
1619 | * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA. | |
1620 | * coff64-rs6000.c (xcoff64_rtype2howto): Same. | |
1621 | ||
3765b1be RH |
1622 | 2002-05-30 Richard Henderson <[email protected]> |
1623 | ||
1624 | * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD, | |
1625 | ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New. | |
1626 | (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove. | |
1627 | (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove. | |
1628 | (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated. | |
1629 | (struct alpha_elf_obj_tdata): Rename total_got_entries and | |
1630 | n_local_got_entries to total_got_size and local_got_size. | |
1631 | (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs. | |
1632 | (alpha_got_entry_size): New. | |
1633 | (elf64_alpha_relax_with_lituse): Use it. | |
1634 | (elf64_alpha_relax_without_lituse): Likewise. | |
1635 | (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES. | |
1636 | (get_got_entry): New. | |
1637 | (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize. | |
1638 | (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask. | |
1639 | (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type. | |
1640 | (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise. | |
1641 | (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size. | |
1642 | (elf64_alpha_calc_got_offsets): Likewise. | |
1643 | (alpha_dynamic_entries_for_reloc): New. | |
1644 | (elf64_alpha_calc_dynrel_sizes): Use it. | |
1645 | (elf64_alpha_size_dynamic_sections): Likewise. | |
1646 | (elf64_alpha_relocate_section): Handle TLS relocations. | |
1647 | * reloc.c: Add Alpha TLS relocations. | |
1648 | * bfd-in2.h, libbfd.h: Rebuild. | |
1649 | ||
5e226794 NC |
1650 | 2002-05-29 Ralf Habacker <[email protected]> |
1651 | ||
1652 | * peXXigen.c (pe_print_idata): Remove double printed | |
1653 | import table lines; add Bound-To comment. | |
1654 | ||
90ace9e9 JT |
1655 | 2002-05-29 Matt Thomas <[email protected]> |
1656 | ||
1657 | * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo. | |
1658 | (BFD32_BACKENDS_CFILES): Add elf32-vax.c. | |
1659 | (elf32-vax.lo): New rule. | |
1660 | * Makefile.in: Regenerate. | |
1661 | * configure.in (bfd_elf32_vax_vec) | |
1662 | (vaxnetbsd_vec): New vectors. | |
1663 | * configure: Regenerate. | |
1664 | * config.bfd (vax-*-netbsdelf*) | |
1665 | (vax-*-netbsdaout*) | |
1666 | (vax-*-netbsd*): New targets. | |
1667 | * elf32-vax.c: New file. | |
1668 | * reloc.c: Add VAX relocations. | |
1669 | * bfd-in2.h: Regenerate. | |
1670 | * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec. | |
1671 | ||
4a253e81 JT |
1672 | 2002-05-29 Jason Thorpe <[email protected]> |
1673 | ||
1674 | * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec | |
1675 | and bfd_elf32_bigarm_vec to targ_selvecs. | |
1676 | ||
6e7c73dd CF |
1677 | 2002-05-29 Ralf Habacker <[email protected]> |
1678 | ||
1679 | * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables | |
1680 | with auto-imported symbols. | |
1681 | ||
8afb0e02 NC |
1682 | 2002-05-29 Adam Nemet <[email protected]> |
1683 | ||
1684 | * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue | |
1685 | sections only record bfd. | |
9bab7074 | 1686 | (bfd_elf32_arm_add_glue_sections_to_bfd): New function. |
8afb0e02 | 1687 | * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it. |
9bab7074 | 1688 | * bfd-in2.h: Regenerate. |
8afb0e02 | 1689 | |
a95653f5 NC |
1690 | 2002-05-28 Nick Clifton <[email protected]> |
1691 | ||
1692 | * syms.c (_bfd_stab_section_find_nearest_line): Move | |
1693 | declaration and initialisation of saw_line and saw_func out of | |
1694 | for loop. | |
1695 | ||
7cdc5bba AM |
1696 | 2002-05-29 Alan Modra <[email protected]> |
1697 | ||
1698 | * elf64-ppc.c (ppc64_elf_get_symbol_info): New function. | |
1699 | (bfd_elf64_get_symbol_info): Define. | |
1700 | * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef. | |
1701 | ||
4c7aad1c AM |
1702 | 2002-05-29 Andrey Volkov <[email protected]> |
1703 | ||
1704 | * cpu-h8300.c: Make default h8300 machine first in machine list. | |
1705 | ||
d172d4ba NC |
1706 | 2002-05-28 Kuang Hwa Lin <[email protected]> |
1707 | ||
1708 | * config.bfd: Added DLX configuraton. | |
1709 | * Makefile.am: Added DLX configuraton. | |
1710 | * configure.in: Added DLX configuraton. | |
1711 | * archures.c: Add DLX architecure. | |
1712 | * reloc.c: Add DLX relocs. | |
1713 | * targets.c: Added DLX target vector. | |
1714 | * configure: Regenerate. | |
1715 | * Makefile.in: Regenreate. | |
1716 | * bfd-in2.h: Regenreate. | |
1717 | * elf32-dlx.c: New file: Support DLX target. | |
1718 | * cpu-dlx.c: New file: Support DLX target. | |
1719 | ||
d1329ca3 AM |
1720 | 2002-05-25 Alan Modra <[email protected]> |
1721 | ||
428d0de3 AM |
1722 | * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting. |
1723 | ||
d1329ca3 AM |
1724 | * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change. |
1725 | (ppc64_elf_check_relocs): Don't set up function descriptor symbol | |
1726 | strings to point inside function code sym string. | |
1727 | (func_desc_adjust): Likewise. | |
1728 | (ppc64_elf_hide_symbol): Rewrite code to look up function code sym. | |
1729 | ||
3bab7989 ML |
1730 | 2002-05-24 Michal Ludvig <[email protected]> |
1731 | ||
1732 | * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added. | |
1733 | (elf64_x86_64_grok_psinfo): Added. | |
1734 | ||
436e8db0 NC |
1735 | 2002-05-24 TAMURA Kent <[email protected]> |
1736 | ||
1737 | * config.bfd: Add a target for i386-netbsdpe. | |
1738 | ||
ea1e4b0d AM |
1739 | 2002-05-24 Alan Modra <[email protected]> |
1740 | ||
1741 | * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func | |
1742 | and is_func_descriptor. | |
1743 | (func_desc_adjust): Hide function code sym in shared libs unless | |
1744 | there is a matching exported function descriptor sym. | |
1745 | ||
13ae64f3 JJ |
1746 | 2002-05-23 Jakub Jelinek <[email protected]> |
1747 | ||
1748 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL | |
1749 | for symbols from SHF_TLS section. | |
1750 | (_bfd_elf_print_private_bfd_data): Add PT_TLS. | |
1751 | (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections. | |
1752 | (map_sections_to_segments): Build PT_TLS segment if necessary. | |
1753 | (assign_file_positions_for_segments): Likewise. | |
1754 | (get_program_header_size): Account for PT_TLS segment. | |
1755 | (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from | |
1756 | SEC_THREAD_LOCAL sections to STT_TLS. | |
1757 | * reloc.c: Add 386 and IA-64 TLS relocs. | |
1758 | * section.c (SEC_THREAD_LOCAL): Define. | |
1759 | (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS): | |
1760 | Remove. | |
1761 | * elflink.h (elf_link_add_object_symbols): Support .tcommon. | |
1762 | (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS | |
1763 | unconditionally. | |
1764 | (struct elf_final_link_info): Add first_tls_sec. | |
1765 | (elf_bfd_final_link): Set first_tls_sec. | |
1766 | Compute elf_hash_table (info)->tls_segment. | |
1767 | (elf_link_output_extsym): Handle STT_TLS symbols. | |
1768 | (elf_link_input_bfd): Likewise. | |
1769 | * syms.c (BSF_THREAD_LOCAL): Define. | |
1770 | * bfd-in2.h: Rebuilt. | |
1771 | * libbfd.h: Rebuilt. | |
1772 | * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff, | |
1773 | elf_i386_mkobject, elf_i386_object_p): New functions. | |
1774 | (elf_howto_table): Add TLS relocs. | |
1775 | (elf_i386_reloc_type_lookup): Support TLS relocs. | |
1776 | (elf_i386_info_to_howto_rel): Likewise. | |
1777 | (struct elf_i386_link_hash_entry): Add tls_type. | |
1778 | (struct elf_i386_obj_tdata): New. | |
1779 | (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type): | |
1780 | New macros. | |
1781 | (struct elf_i386_link_hash_table): Add tls_ldm_got. | |
1782 | (link_hash_newfunc): Clear tls_type. | |
1783 | (elf_i386_check_relocs): Support TLS relocs. | |
1784 | (elf_i386_gc_sweep_hook): Likewise. | |
1785 | (allocate_dynrelocs): Likewise. | |
1786 | (elf_i386_size_dynamic_sections): Likewise. | |
1787 | (elf_i386_relocate_section): Likewise. | |
1788 | (elf_i386_finish_dynamic_symbol): Likewise. | |
1789 | (bfd_elf32_mkobject, elf_backend_object_p): Define. | |
1790 | * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset, | |
1791 | dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done, | |
1792 | want_tprel, want_dtpmod, want_dtprel. | |
1793 | (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions. | |
1794 | (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to | |
1795 | R_IA64_LTOFF_TPREL22. | |
1796 | (elf_code_to_howto_index): Add TLS relocs. | |
1797 | (elfNN_ia64_check_relocs): Support TLS relocs. | |
1798 | (allocate_global_data_got): Account for TLS .got data. | |
1799 | (allocate_dynrel_entries): Account for TLS dynamic relocations. | |
1800 | (elfNN_ia64_install_value): Supprt TLS relocs. | |
1801 | (set_got_entry): Support TLS relocs. | |
1802 | (elfNN_ia64_relocate_section): Likewise. | |
1803 | ||
c62e1cc3 NC |
1804 | 2002-05-23 Nick Clifton <[email protected]> |
1805 | ||
1806 | * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb | |
1807 | BLX reloc round the relocation up rather than down. | |
1808 | * coff-arm.c (coff_arm_relocate_section): Likewise. | |
1809 | ||
c5a43a5d L |
1810 | 2002-05-21 H.J. Lu ([email protected]) |
1811 | ||
1812 | * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple | |
1813 | definition. | |
1814 | ||
afbe61cf AM |
1815 | 2002-05-22 Alan Modra <[email protected]> |
1816 | ||
1817 | * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt. | |
1818 | (ppc64_elf_relocate_section): Handle unresolved relocs in opd. | |
1819 | ||
9c07fe7c AM |
1820 | 2002-05-22 Alan Modra <[email protected]> |
1821 | ||
1822 | * elf64-ppc.c (ppc64_elf_relocate_section): Return false for | |
1823 | unresolved relocs. | |
1824 | (ppc64_elf_size_dynamic_sections): Check for splt NULL. | |
1825 | ||
21611032 TS |
1826 | 2002-05-21 Thiemo Seufer <[email protected]> |
1827 | ||
1828 | * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for | |
1829 | non-ELF targets. | |
1830 | ||
41241523 TS |
1831 | 2002-05-21 Thiemo Seufer <[email protected]> |
1832 | ||
1833 | * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return | |
1834 | an error value. | |
1835 | * elflink.h (elf_link_output_relocs): Likewise. Improve error message. | |
1836 | return with false on error. | |
1837 | (elf_link_input_bfd): Check reloc_emitter return value. | |
1838 | ||
658f2588 JT |
1839 | 2002-05-21 Jason Thorpe <[email protected]> |
1840 | ||
1841 | * config.bfd (armeb-*-netbsdelf*): New target. | |
1842 | ||
c862ae31 AM |
1843 | 2002-05-20 Alan Modra <[email protected]> |
1844 | ||
1845 | * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms | |
1846 | at the plt call stub. | |
1847 | ||
6dd14845 TS |
1848 | 2002-05-19 Thiemo Seufer <[email protected]> |
1849 | ||
1850 | * cpu-mips.c (mips_compatible): Don't try to check machine | |
1851 | compatibility. | |
1852 | ||
a58d9c34 TR |
1853 | 2002-05-18 Tom Rix <[email protected]> |
1854 | ||
1855 | * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent. | |
1856 | ||
ef60b7ff AM |
1857 | 2002-05-17 Alan Modra <[email protected]> |
1858 | ||
1859 | * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting. | |
1860 | (ppc64_elf_relocate_section): Don't warn about reloc overflow when | |
1861 | we've already warned about an undefined symbol. Report more | |
1862 | detail on reloc errors. | |
1863 | ||
a703a6ea AM |
1864 | 2002-05-17 Alan Modra <[email protected]> |
1865 | ||
1866 | * acinclude.m4 (AM_INSTALL_LIBBFD): New. | |
1867 | * configure.in: Invoke AM_INSTALL_LIBBFD. | |
1868 | * Makefile.am (install-data-local): Revert 2002-05-13. Move to.. | |
1869 | (install_libbfd): .. New target. | |
1870 | (uninstall_libbfd): Likewise. | |
1871 | (install-bfdlibLTLIBRARIES): Likewise. | |
1872 | (uninstall-bfdlibLTLIBRARIES): Likewise. | |
1873 | (bfdlibdir): New. | |
1874 | (bfdincludedir): New. | |
1875 | (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. | |
1876 | * aclocal.m4: Regenerate. | |
1877 | * configure: Regenerate. | |
1878 | * Makefile.in: Regenerate. | |
1879 | ||
2c13d98b NC |
1880 | 2002-05-17 Stuart Balfour <[email protected]> |
1881 | ||
1882 | * hash.c (bfd_hash_lookup): Remove computation of len from inside | |
1883 | hash loop. | |
1884 | ||
629936c5 NC |
1885 | 2002-05-16 Nick Clifton <[email protected]> |
1886 | ||
1887 | * config.bfd: Add targets for sh64-linux (little endian and | |
1888 | big endian). | |
1889 | ||
e4cf60a8 NC |
1890 | 2002-05-15 Laurent Pinchart <[email protected]> |
1891 | ||
1892 | * peXXigen.c (pe_print_idata): Do not assume that the first thunk | |
1893 | is located in the same section as the import table. Instead | |
1894 | check, and if necessary load the section containing the thunk. | |
1895 | ||
d1e66cd4 NC |
1896 | 2002-05-15 Nick Clifton <[email protected]> |
1897 | ||
1898 | * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with | |
ea1e4b0d AM |
1899 | bfd_bread. |
1900 | (xcoff64_core_file_matches_executable_p): Replace bfd_read | |
1901 | with bfd_bread. | |
d1e66cd4 | 1902 | |
2d653fc7 AM |
1903 | 2002-05-15 Alan Modra <[email protected]> |
1904 | ||
1905 | * aix5ppc-core.c: Warning fixes. | |
1906 | * aout-adobe.c (aout_32_bfd_link_just_syms): Define. | |
1907 | * aout-target.h (MY_bfd_link_just_syms): Define. | |
1908 | * aout-tic30.c (MY_bfd_link_just_syms): Define. | |
1909 | * bfd.c (bfd_link_just_syms): Define. | |
1910 | * binary.c (binary_bfd_link_just_syms): Define. | |
1911 | * bout.c (b_out_bfd_link_just_syms): Define. | |
1912 | * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer. | |
1913 | * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise. | |
1914 | * coffcode.h (coff_bfd_link_just_syms): Define. | |
1915 | * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS. | |
1916 | (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS. | |
1917 | (_bfd_elf_link_just_syms): Declare. | |
1918 | * elf.c (_bfd_elf_link_just_syms): New function. | |
1919 | * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that | |
1920 | sections haven't already been discarded by the linker. | |
1921 | * elflink.h (elf_link_add_object_symbols): Likewise for stab | |
1922 | sections and SEC_MERGE sections. | |
1923 | (elf_bfd_discard_info): Similarly here. | |
1924 | * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define. | |
1925 | * i386msdos.c (msdos_bfd_link_just_syms): Define. | |
1926 | * i386os9k.c (os9k_bfd_link_just_syms): Define. | |
1927 | * ieee.c (ieee_bfd_link_just_syms): Define. | |
1928 | * ihex.c (ihex_bfd_link_just_syms): Define. | |
1929 | * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define. | |
1930 | (_bfd_generic_link_just_syms): Declare. | |
1931 | * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define. | |
1932 | * linker.c (_bfd_generic_link_just_syms): New function. | |
1933 | * mmo.c (mmo_bfd_link_just_syms): Define. | |
1934 | * nlm-target.h (nlm_bfd_link_just_syms): Define. | |
1935 | * oasys.c (oasys_bfd_link_just_syms): Define. | |
1936 | * ppcboot.c (ppcboot_bfd_link_just_syms): Define. | |
1937 | * som.c (som_bfd_link_just_syms): Define. | |
1938 | * srec.c (srec_bfd_link_just_syms): Define. | |
1939 | * targets.c (struct bfd_target): Add _bfd_link_just_syms. | |
1940 | (BFD_JUMP_TABLE_LINK): And here. | |
1941 | * tekhex.c (tekhex_bfd_link_just_syms): Define. | |
1942 | * versados.c (versados_bfd_link_just_syms): Define. | |
1943 | * vms.c (vms_bfd_link_just_syms): Define. | |
1944 | * libbfd.h: Regenerate. | |
1945 | * bfd-in2.h: Regenerate. | |
1946 | ||
cb7394f2 TS |
1947 | 2002-05-15 Thiemo Seufer <[email protected]> |
1948 | ||
1949 | * elf32-mips.c: Remove superfluous definitions copied from | |
1950 | elfxx-mips.c. | |
1951 | (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the | |
1952 | SGIish vectors to check the special case. | |
1953 | (mips_elf_hi16_reloc): Fix comment. | |
1954 | (mips_elf_got16_reloc): Likewise. | |
1955 | (_bfd_mips_elf32_gprel16_reloc): Likewise. | |
1956 | (elf_reloc_map): Code cleanup. | |
1957 | (mips_reloc_map): Add comment. | |
1958 | (bfd_elf23_bfd_reloc_type_lookup): Code cleanup. | |
1959 | (mips_elf32_rtype_to_howto): Likewise. | |
1960 | (mips_elf32_discard_info): Likewise. | |
1961 | (elf32_mips_irix_compat): Invert logic: Only SGIish vectors | |
1962 | lead to IRIX compatibility now. | |
1963 | ||
8dc1a139 TS |
1964 | 2002-05-15 Thiemo Seufer <[email protected]> |
1965 | ||
1966 | * elfxx-mips.c: Call it IRIX, not Irix in comments. | |
1967 | ||
2051e1b5 JT |
1968 | 2002-05-13 Jason Thorpe <[email protected]> |
1969 | ||
1970 | * config.bfd (shle-*-netbsdelf*): Add target which includes | |
1971 | sh64 support. | |
1972 | ||
83954261 AM |
1973 | 2002-05-13 David Edelsohn <[email protected]> |
1974 | ||
1975 | * configure.in: Revert 2002-04-07. Instead, auto-configure | |
1976 | HAVE_ST_C_IMPL. | |
1977 | * configure: Regenerate. | |
1978 | * config.in: Regenerate. | |
1979 | * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL | |
1980 | or AIX_5_CORE. | |
1981 | ||
a9bf1154 NC |
1982 | 2002-05-11 Federico G. Schwindt <[email protected]> |
1983 | ||
1984 | * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd | |
1985 | corefiles as well.2 | |
1986 | * configure: Regenerate. | |
1987 | ||
3129eb7a AM |
1988 | 2002-05-13 Alan Modra <[email protected]> |
1989 | ||
1990 | * Makefile.am (install-data-local): Install headers to | |
1991 | $(exec_prefix)/include. | |
1992 | * Makefile.in: Regenerate. | |
1993 | ||
a9a32010 DJ |
1994 | 2002-05-11 Ralf Corsepius <[email protected]> |
1995 | Daniel Jacobowitz <[email protected]> | |
1996 | ||
1997 | * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't | |
1998 | map BFD_RELOC_RVA. | |
1999 | ||
2000 | 2002-05-11 Federico G. Schwindt <[email protected]> | |
690cc98b NC |
2001 | |
2002 | * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*, | |
2003 | hppa*-*-openbsd*): New targets. | |
2004 | * configure.in (alpha*-*-openbsd*): Set COREFILE. | |
2005 | * configure: Regenerate. | |
2006 | ||
f1f0d9ab TR |
2007 | 2002-05-10 Tom Rix <[email protected]> |
2008 | ||
ea1e4b0d | 2009 | * coff64-rs6000.c (xcoff64_reloc_type_br): New function for |
f1f0d9ab TR |
2010 | xcoff64_ppc_relocate_section. |
2011 | * coff-rs6000.c : Extern common xcoff_reloc_type functions. | |
2012 | * libxcoff.h: Common xcoff_reloc_type function declaration. | |
2013 | ||
c432ba1a AM |
2014 | 2002-05-10 Alan Modra <[email protected]> |
2015 | ||
16a10388 | 2016 | * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks |
90937f86 | 2017 | added in 2002-05-09 commit. |
16a10388 | 2018 | |
c432ba1a AM |
2019 | * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04, |
2020 | don't look for stubs on all undefined syms. | |
2021 | ||
4a335f3d AM |
2022 | 2002-05-09 Alan Modra <[email protected]> |
2023 | ||
8fc39d5d AM |
2024 | * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete. |
2025 | (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or | |
2026 | pcrel_offset. | |
2027 | ||
4a335f3d AM |
2028 | * elf32-i386.c (elf_howto_table): Comments. |
2029 | (elf_i386_relocate_section): Handle more relocs for relocatable | |
2030 | linking and against SEC_MERGE sections. | |
2031 | ||
41fcb14e AM |
2032 | 2002-05-08 Alan Modra <[email protected]> |
2033 | ||
2034 | * elf32-ppc.c (ppc_elf_create_got): New function. | |
2035 | (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before | |
ea1e4b0d | 2036 | _bfd_elf_create_dynamic_sections. Correct .plt flags. |
41fcb14e AM |
2037 | (ppc_elf_check_relocs): Use ppc_elf_create_got in place of |
2038 | _bfd_elf_create_got_section. | |
2039 | ||
b491616a AM |
2040 | 2002-05-07 Alan Modra <[email protected]> |
2041 | ||
2042 | * elf-bfd.h (struct elf_backend_data): Add rela_normal. | |
2043 | * elfxx-target.h (elf_backend_rela_normal): Define. | |
2044 | (elfNN_bed): Init rela_normal. | |
2045 | * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment | |
2046 | for section symbols here if rela_normal. Simplify abs section test. | |
2047 | * elf-m10200.c (mn10200_elf_relocate_section): If relocatable, | |
2048 | return immediately. Remove code handling relocatable linking. | |
2049 | * elf-m10300.c (mn10300_elf_relocate_section): Likewise. | |
2050 | * elf32-fr30.c (fr30_elf_relocate_section): Likewise. | |
2051 | * elf32-i370.c (i370_elf_relocate_section): Likewise. | |
2052 | * elf32-i860.c (elf32_i860_relocate_section): Likewise. | |
2053 | * elf32-m68k.c (elf_m68k_relocate_section): Likewise. | |
2054 | * elf32-mcore.c (mcore_elf_relocate_section): Likewise. | |
2055 | * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. | |
2056 | * elf32-ppc.c (ppc_elf_relocate_section): Likewise. | |
2057 | * elf32-s390.c (elf_s390_relocate_section): Likewise. | |
2058 | * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise. | |
2059 | * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. | |
2060 | * elf64-s390.c (elf_s390_relocate_section): Likewise. | |
2061 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
2062 | * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. | |
2063 | * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL. | |
2064 | * elf32-m32r.c (m32r_elf_relocate_section): Likewise. | |
2065 | * elf-m10200.c (elf_backend_rela_normal): Define. | |
2066 | * elf-m10300.c (elf_backend_rela_normal): Define. | |
2067 | * elf32-fr30.c (elf_backend_rela_normal): Define. | |
2068 | * elf32-i370.c (elf_backend_rela_normal): Define. | |
2069 | * elf32-i860.c (elf_backend_rela_normal): Define. | |
2070 | * elf32-m68k.c (elf_backend_rela_normal): Define. | |
2071 | * elf32-mcore.c (elf_backend_rela_normal): Define. | |
2072 | * elf32-openrisc.c (elf_backend_rela_normal): Define. | |
2073 | * elf32-ppc.c (elf_backend_rela_normal): Define. | |
2074 | * elf32-s390.c (elf_backend_rela_normal): Define. | |
2075 | * elf32-xstormy16.c (elf_backend_rela_normal): Define. | |
2076 | * elf64-ppc.c (elf_backend_rela_normal): Define. | |
2077 | * elf64-s390.c (elf_backend_rela_normal): Define. | |
2078 | * elf64-x86-64.c (elf_backend_rela_normal): Define. | |
2079 | * elfxx-ia64.c (elf_backend_rela_normal): Define. | |
2080 | * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL. | |
2081 | * elf32-m32r.c (elf_backend_rela_normal): Likewise. | |
2082 | ||
df212a7e NC |
2083 | 2002-05-06 Nick Clifton <[email protected]> |
2084 | ||
2085 | * elf32-arm.h (elf32_arm_final_link_relocate): Convert | |
2086 | 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets. | |
2087 | ||
3decf53c AM |
2088 | 2002-05-06 Alan Modra <[email protected]> |
2089 | ||
2090 | * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset | |
2091 | when not relocatable. Fix reloc_emitter call for K&R. | |
2092 | ||
f46c2da6 AM |
2093 | 2002-05-04 Alan Modra <[email protected]> |
2094 | ||
2095 | * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code | |
2096 | reloading local sym addend mistakenly removed in 2002-05-01 change. | |
2097 | ||
2098 | * dwarf2.c (struct line_head): Make prologue_length a bfd_vma. | |
2099 | (read_abbrevs): Change "offset" param to bfd_vma. | |
2100 | (parse_comp_unit): Change "version" and addr_size to unsigned ints. | |
2101 | Change "abbrev_offset" to bfd_vma. | |
2102 | (read_indirect_string): Use correct conversion chars in error | |
2103 | message format string, cast bfd_vma's to unsigned long. | |
2104 | (read_abbrevs): Likewise. | |
2105 | (read_attribute_value): Likewise. | |
2106 | (decode_line_info): Likewise. | |
2107 | (scan_unit_for_functions): Likewise. | |
2108 | (parse_comp_unit): Likewise. | |
2109 | ||
59862849 TR |
2110 | 2002-05-04 Tom Rix <[email protected]> |
2111 | ||
2112 | * coffswap.h (coff_swap_reloc_in): Remove XCOFF support. | |
2113 | (coff_swap_reloc_out): Same. | |
2114 | * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h. | |
2115 | (xcoff_swap_reloc_out): Same. | |
2116 | (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special | |
2117 | case some 16 bit relocs. Add reloc value to output. | |
2118 | (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit | |
ea1e4b0d | 2119 | R_RBR. Improve names. |
59862849 TR |
2120 | (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS. |
2121 | (bfd_xcoff_backend_data): Update with new reloc swap names. | |
2122 | (bfd_pmac_xcoff_backend_data) : Same. | |
2123 | * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h. | |
2124 | (xcoff64_swap_reloc_out): Same. | |
ea1e4b0d | 2125 | (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit |
59862849 | 2126 | R_POS. Add reloc value to output. |
ea1e4b0d AM |
2127 | (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16 |
2128 | bit R_RBR. Improve names, masks. | |
59862849 TR |
2129 | (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS. |
2130 | (bfd_xcoff_backend_data): Update with new reloc swap names. | |
2131 | (bfd_xcoff_aix5_backend_data) : Same. | |
2132 | ||
b4655ea9 AM |
2133 | 2002-05-04 Alan Modra <[email protected]> |
2134 | ||
2135 | * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add | |
2136 | bfd_count top_index, input_list, all_local_syms. | |
2137 | (elf32_hppa_setup_section_lists): New function, split from | |
2138 | elf32_hppa_size_stubs. | |
2139 | (elf32_hppa_next_input_section): Likewise. | |
2140 | (group_sections): Likewise. | |
2141 | (get_local_syms): Likewise. | |
2142 | (elf32_hppa_size_stubs): Adjust for split out functions. Look for | |
2143 | stubs on undefined syms too. | |
2144 | (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*. | |
8fc39d5d | 2145 | Only access htab elf fields when we have an elf hash table. |
b4655ea9 AM |
2146 | * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare. |
2147 | (elf32_hppa_next_input_section): Declare. | |
2148 | ||
301e3139 AM |
2149 | 2002-05-04 Bob Byrnes <[email protected]> |
2150 | ||
2151 | * opncls.c (_bfd_new_bfd_contained_in): Check return value of | |
2152 | _bfd_new_bfd. | |
2153 | ||
7c5fcef7 L |
2154 | 2002-05-03 H.J. Lu ([email protected]) |
2155 | ||
2156 | * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local. | |
2157 | (mips_elf_link_hash_newfunc): Initialize forced_local to false. | |
2158 | (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol | |
2159 | to hide a global symbol. | |
2160 | (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set | |
ea1e4b0d | 2161 | forced_local to true. |
7c5fcef7 | 2162 | |
84de6048 RH |
2163 | 2002-05-02 Richard Henderson <[email protected]> |
2164 | ||
2165 | * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs | |
2166 | vs SHN_UNDEF to zero. | |
2167 | ||
805fc799 AM |
2168 | 2002-05-02 Alan Modra <[email protected]> |
2169 | ||
c061c2d8 AM |
2170 | * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a |
2171 | 16 bit reloc. | |
2172 | <R_PPC64_SECTOFF_DS>: Likewise. | |
2173 | (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to | |
2174 | SECTOFF reloc. | |
2175 | * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct. | |
2176 | (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to | |
2177 | SECTOFF reloc. | |
2178 | ||
805fc799 AM |
2179 | * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete. |
2180 | (ppc64_elf_ha_reloc): New function. | |
2181 | (ppc64_elf_brtaken_reloc): New function. | |
2182 | (ppc64_elf_sectoff_reloc): New function. | |
2183 | (ppc64_elf_sectoff_ha_reloc): New function. | |
2184 | (ppc64_elf_toc_reloc): New function. | |
2185 | (ppc64_elf_toc_ha_reloc): New function. | |
2186 | (ppc64_elf_toc64_reloc): New function. | |
2187 | (ppc64_elf_unhandled_reloc): New function. | |
2188 | (ppc64_elf_howto_raw): Use the above. | |
2189 | <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset. | |
2190 | <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask. | |
2191 | <R_PPC64_SECTOFF_DS>: Likewise. | |
2192 | (IS_ABSOLUTE_RELOC): Update. | |
2193 | (struct ppc_link_hash_table): Add have_undefweak. | |
2194 | (ppc64_elf_link_hash_table_create): Init. | |
2195 | (func_desc_adjust): Set have_undefweak. | |
2196 | (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only | |
2197 | add the .sfpr blr when have_undefweak. | |
2198 | (ppc64_elf_setup_section_lists): Check hash table flavour. | |
2199 | (ppc64_elf_next_input_section): Move output_section->owner test to | |
2200 | ppc64elf.em. | |
2201 | (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param | |
2202 | and relocatable test. Return TOCstart and don't set elf_gp. | |
2203 | (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch | |
2204 | offset calculation. Add assert on weak sym branch tweaks. | |
2205 | * elf64-ppc.h (ppc64_elf_set_toc): Delete. | |
2206 | (ppc64_elf_toc): Declare. | |
2207 | (ppc64_elf_next_input_section): Update. | |
ea1e4b0d | 2208 | |
818c39a3 AM |
2209 | 2002-05-01 Alan Modra <[email protected]> |
2210 | ||
2211 | * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL | |
2212 | file_name. | |
2213 | ||
721956f4 AM |
2214 | 2002-05-01 Alan Modra <[email protected]> |
2215 | ||
2216 | * elf64-ppc.c (CROR_151515, CROR_313131): Define. | |
2217 | (ppc64_elf_relocate_section): Use them. Don't look for plt calls | |
2218 | on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt | |
2219 | call branches. Correct undefined weak destination. | |
2220 | (ppc64_elf_func_desc_adjust): Always create at least one blr in | |
2221 | .sfpr, and correct case where either only savef* or restf* is | |
2222 | needed. | |
2223 | ||
2224 | Long branch stubs, multiple stub sections. | |
2225 | * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare. | |
2226 | (ppc64_elf_next_input_section): Declare. | |
2227 | * elf64-ppc.c: Move linker-only prototypes. | |
2228 | (STUB_SUFFIX): Define. | |
2229 | (enum ppc_stub_type): New. | |
2230 | (struct ppc_stub_hash_entry): New. | |
2231 | (struct ppc_branch_hash_entry): New. | |
2232 | (struct ppc_link_hash_entry): Add stub_cache, oh. | |
2233 | (struct ppc_link_hash_table): Add stub_hash_table etc. Remove | |
2234 | sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration. | |
2235 | Rename plt_overflow to stub_error. | |
2236 | (ppc_stub_hash_lookup): Define. | |
2237 | (ppc_branch_hash_lookup): Define. | |
2238 | (stub_hash_newfunc): New function. | |
2239 | (branch_hash_newfunc): New function. | |
2240 | (link_hash_newfunc): Init new fields. | |
2241 | (ppc64_elf_link_hash_table_create): Likewise. | |
2242 | (ppc64_elf_link_hash_table_free): New function. | |
2243 | (ppc_stub_name): New function. | |
2244 | (ppc_get_stub_entry): New function. | |
2245 | (ppc_add_stub): New function. | |
2246 | (create_linkage_sections): Use bfd_make_section_anyway. Create | |
2247 | .branch_lt and .rela.branch_lt sections. Don't create .stub. | |
2248 | (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*, | |
2249 | and set up for plt call stubs. Link func and func desc syms. | |
2250 | (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24. | |
2251 | (func_desc_adjust): Avoid hash lookup when func desc sym available | |
2252 | via shortcut, and set links when processing. | |
2253 | (ppc64_elf_hide_symbol): Likewise. | |
2254 | (allocate_dynrelocs): Don't allocate stub section here. | |
2255 | (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt. | |
2256 | Remove sstub code. | |
2257 | (ppc_type_of_stub): New function. | |
2258 | (build_one_stub): Delete. | |
2259 | (ppc_build_one_stub): New function. | |
2260 | (ppc_size_one_stub): New function. | |
2261 | (ppc64_elf_setup_section_lists): New function. | |
2262 | (ppc64_elf_next_input_section): New function. | |
2263 | (group_sections): New function. | |
2264 | (get_local_syms): New function. | |
2265 | (ppc64_elf_size_stubs): Rewrite. | |
2266 | (ppc64_elf_build_stubs): Rewrite. | |
2267 | (ppc64_elf_relocate_section): Look up stub entry for REL24 | |
2268 | relocs. Don't propagate REL14* to dynamic objects. Look for long | |
2269 | branch stubs if REL14* or REL24 relocs won't reach. | |
2270 | (bfd_elf64_bfd_link_hash_table_free): Define. | |
2271 | ||
09c2219b MM |
2272 | 2002-04-30 Mark Mitchell <[email protected]> |
2273 | ||
2274 | * bfd/config.bfd: Add support for powerpc-*-windiss. | |
2275 | ||
07b678c0 TR |
2276 | 2002-04-30 Tom Rix <[email protected]> |
2277 | ||
2278 | * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT | |
2279 | symbol names into the hash table. | |
2280 | ||
dbe341c6 TR |
2281 | 2002-04-28 Tom Rix <[email protected]> |
2282 | ||
2283 | * coff-rs6000.c (xcoff_calculate_relocation) : Function table for | |
ea1e4b0d | 2284 | calulating relocations. |
dbe341c6 | 2285 | (xcoff_complain_overflow) : Function table for relocation errors. |
ea1e4b0d AM |
2286 | (xcoff_ppc_relocate_section): Use relocation and complain function |
2287 | tables. | |
2288 | (xcoff_complain_overflow_unsigned_func): New complain function. | |
dbe341c6 TR |
2289 | (xcoff_complain_overflow_signed_func): Same. |
2290 | (xcoff_complain_overflow_bitfield_func): Same. | |
2291 | (xcoff_complain_overflow_dont_func): Same. | |
2292 | (xcoff_reloc_type_crel): New recot function. | |
2293 | (xcoff_reloc_type_br): Same. | |
2294 | (xcoff_reloc_type_ba): Same. | |
2295 | (xcoff_reloc_type_toc): Same. | |
2296 | (xcoff_reloc_type_rel): Same. | |
2297 | (xcoff_reloc_type_neg): Same. | |
2298 | (xcoff_reloc_type_pos): Same. | |
2299 | (xcoff_reloc_type_fail): Same. | |
2300 | (xcoff_reloc_type_noop): Same. | |
2301 | * libxcoff.h : Declare common parts for xcoff64. | |
2302 | * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation | |
ea1e4b0d | 2303 | and complain function tables. |
dbe341c6 | 2304 | |
985142a4 AM |
2305 | 2002-04-28 Alan Modra <[email protected]> |
2306 | ||
2307 | * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo. | |
2308 | * elf32-hppa.c (elf32_hppa_final_link): Formatting. | |
2309 | ||
eba91044 AM |
2310 | 2002-04-26 Alan Modra <[email protected]> |
2311 | ||
e54fdaa5 AM |
2312 | * opncls.c (bfd_make_readable): Call bfd_section_list_clear. |
2313 | * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise. | |
2314 | ||
a50c1845 AM |
2315 | * elflink.h (elf_bfd_final_link): Ensure input bfd class is the |
2316 | same as the output before calling elf_link_input_bfd. | |
2317 | ||
eba91044 AM |
2318 | * coffcode.h (coff_compute_section_file_positions): Set |
2319 | section_tail after shuffling section list. | |
2320 | ||
3c25c5f6 NC |
2321 | 2002-04-24 Christian Groessler <[email protected]> |
2322 | ||
2323 | * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The | |
2324 | addresses are 23bit with a special layout, not plain 32bit | |
2325 | values. Prevent relocation of immediate values. | |
2326 | ||
40d32fc6 CD |
2327 | 2002-04-24 Chris G. Demetriou <[email protected]> |
2328 | ||
2329 | * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or | |
2330 | MIPS-16 ASE flags are set, print something to indicate that. | |
2331 | ||
067fa4a6 AM |
2332 | 2002-04-23 Alan Modra <[email protected]> |
2333 | ||
2334 | * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition | |
2335 | under which a plt call stub is used. | |
2336 | (final_link_relocate): Similarly. | |
2337 | (allocate_plt_static): Clear h-plabel except when plt entry is | |
2338 | exclusively used for a plabel. | |
2339 | (allocate_dynrelocs): Use the above to simplify plt sizing. | |
2340 | (struct elf32_hppa_link_hash_table): Add has_22bit_branch. | |
2341 | (elf32_hppa_link_hash_table_create): Init. | |
2342 | (BL22_RP): Define. | |
2343 | (hppa_build_one_stub): Use BL22_RP if has_22bit_branch. | |
2344 | (elf32_hppa_check_relocs): Set has_22bit_branch. | |
2345 | ||
2346 | * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message. | |
2347 | (final_link_relocate): Likewise. | |
2348 | ||
af40ce3c JJ |
2349 | 2002-04-22 Jakub Jelinek <[email protected]> |
2350 | ||
2351 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build | |
2352 | search table if some FDE is DW_EH_PE_aligned encoded either. | |
2353 | (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially. | |
2354 | ||
09ae86c2 JJ |
2355 | 2002-04-22 Richard Smith <[email protected]> |
2356 | Jakub Jelinek <[email protected]> | |
2357 | ||
2358 | * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative. | |
2359 | (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel | |
2360 | encoded personality. | |
2361 | (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality | |
2362 | for CIE/FDE removal. | |
2363 | ||
deeb2cd7 TR |
2364 | 2002-04-20 Tom Rix <[email protected]> |
2365 | ||
2366 | * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent. | |
2367 | ||
99dc0092 AM |
2368 | 2002-04-20 Alan Modra <[email protected]> |
2369 | ||
aa3d5824 AM |
2370 | * archures.c (bfd_lookup_arch): Move the list order comment.. |
2371 | (struct bfd_arch_info): ..to where it belongs. | |
2372 | * bfd-in2.h: Regenerate. | |
2373 | ||
99dc0092 AM |
2374 | * archures.c (bfd_lookup_arch): Add comment on list order. |
2375 | (bfd_default_set_arch_mach): Use bfd_lookup_arch. | |
2376 | * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default | |
2377 | is always at head of list. | |
2378 | ||
7831a775 NC |
2379 | 2002-04-18 Nick Clifton <[email protected]> |
2380 | ||
2381 | * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9, | |
2382 | insert_thumb_branch, record_thumb_to_arm_glue): Suppress | |
2383 | definition of these functions for ARM_WINCE builds as they are | |
2384 | not used. | |
ea1e4b0d | 2385 | (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define |
7831a775 NC |
2386 | for ARM_WINCE builds. |
2387 | ||
2388 | 2002-04-18 Nick Clifton <[email protected]> | |
2389 | ||
ea1e4b0d | 2390 | * coff-arm.c (bfd_arm_process_before_allocation): |
7831a775 NC |
2391 | |
2392 | 2002-04-17 J"orn Rennecke <[email protected]> | |
a44d7f9c JR |
2393 | |
2394 | * cpu-sh.c (scan_mach): Delete. | |
2395 | (arch_info_struct): Replace scan_mach with bfd_default_scan. | |
2396 | (bfd_sh_arch): Likewise. | |
2397 | ||
3d8dbe36 NC |
2398 | 2002-04-16 Nick Clifton <[email protected]> |
2399 | ||
2400 | * ihex.c (ihex_write_object_contents): Fix check for records | |
2401 | crossing 64K boundaries. | |
2402 | ||
4ab82700 AM |
2403 | 2002-04-16 Alan Modra <[email protected]> |
2404 | ||
2405 | * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table | |
2406 | type rather than just assuming entries are ELF. | |
2407 | * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise. | |
2408 | * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise. | |
2409 | * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise. | |
2410 | * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry | |
2411 | rather than elf_link_hash_entry. | |
2412 | ||
036fe0fe RH |
2413 | 2002-04-15 Richard Henderson <[email protected]> |
2414 | ||
2415 | * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow | |
2416 | n32 binaries. | |
2417 | ||
c4f3d130 NC |
2418 | 2002-04-15 Michael Snyder <[email protected]> |
2419 | ||
2420 | * opncls.c (bfd_close): Write contents if writeable. | |
2421 | Minor formatting tidy-ups. | |
2422 | ||
4ab82700 | 2423 | 2002-04-15 Alan Modra <[email protected]> |
27242387 AM |
2424 | |
2425 | * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type. | |
2426 | ||
0c04d169 MS |
2427 | 2002-04-12 Michael Snyder <[email protected]> |
2428 | ||
2429 | * bfd-in.h (bfd_get_section_lma): New access macro. | |
2430 | Minor white-space fix-up. | |
2431 | ||
89d4966f AM |
2432 | 2002-04-12 Alan Modra <[email protected]> |
2433 | ||
2434 | * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or | |
2435 | header pad. | |
2436 | ||
8d0da3c2 DD |
2437 | 2002-04-09 DJ Delorie <[email protected]> |
2438 | ||
2439 | * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks. | |
2440 | ||
05793179 NC |
2441 | 2002-04-09 Casper S. Hornstrup <[email protected]> |
2442 | ||
2443 | * coffcode.h (coff_read_word): New. | |
2444 | (coff_compute_checksum): New. | |
2445 | (coff_apply_checksum): New. | |
2446 | (coff_write_object_contents): Call coff_apply_checksum () to | |
2447 | apply checksum to PE image. | |
2448 | ||
46fe4e66 AM |
2449 | 2002-04-08 Randolph Chung <[email protected]> |
2450 | ||
2451 | * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h. | |
2452 | (elf32_hppa_final_link): Split out sorting logic to.. | |
2453 | * elf-hppa.h (elf_hppa_sort_unwind): ..here. | |
2454 | (elf_hppa_final_link): Call elf_hppa_sort_unwind. | |
2455 | ||
3b5b409c AC |
2456 | 2002-04-07 Andrew Cagney <[email protected]> |
2457 | ||
2458 | * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]* | |
2459 | pattern. | |
2460 | * configure: Re-generate. | |
2461 | ||
ac7b6ceb AC |
2462 | 2002-04-07 Andrew Cagney <[email protected]> |
2463 | ||
2464 | * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version | |
2465 | is greater or equal to 4.3.3. | |
2466 | * configure: Regenerate. | |
2467 | Fix PR gdb/344. | |
2468 | ||
44aa49bb HPN |
2469 | 2002-04-05 Hans-Peter Nilsson <[email protected]> |
2470 | ||
2471 | * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL, | |
2472 | R_CRIS_32_PCREL>: Fix typo in name. | |
2473 | (cris_elf_check_relocs): Always create .rela.got here when | |
2474 | R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen. | |
2475 | (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here; | |
2476 | assume it's created. | |
2477 | ||
e2d34d7d DJ |
2478 | 2002-04-04 Daniel Jacobowitz <[email protected]> |
2479 | ||
2480 | * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define. | |
2481 | * aout-target.h (MY_bfd_link_hash_table_free): Conditionally | |
2482 | define. | |
2483 | * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise. | |
2484 | * bfd.c (bfd_link_hash_table_free): Define. | |
2485 | * binary.c (binary_bfd_link_hash_table_free): Define. | |
2486 | * bout.c (b_out_bfd_link_hash_table_free): Define. | |
2487 | * coff-rs6000.c (rs6000coff_vec): Include | |
2488 | _bfd_generic_link_hash_table_free. | |
2489 | (pmac_xcoff_vec): Likewise. | |
2490 | * coff64-rs6000.c (rs6000coff64_vec): Likewise. | |
2491 | (aix5coff64_vec): Likewise. | |
2492 | * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define. | |
2493 | * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function. | |
2494 | (bfd_elf32_bfd_link_hash_table_free): Define. | |
2495 | * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function. | |
2496 | (bfd_elf32_bfd_link_hash_table_free): Define. | |
2497 | * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally | |
2498 | define. | |
2499 | * i386msdos.c (msdos_bfd_link_hash_table_free): Define. | |
2500 | * i386os9k.c (os9k_bfd_link_hash_table_free): Define. | |
2501 | * ieee.c (ieee_bfd_link_hash_table_free): Define. | |
2502 | * ihex.c (ihex_bfd_link_hash_table_free): Define. | |
2503 | * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define. | |
2504 | (_bfd_generic_link_hash_table_free): Add prototype. | |
2505 | * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype. | |
2506 | * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define. | |
2507 | * linker.c (_bfd_generic_link_hash_table_free): New function. | |
2508 | * mmo.c (mmo_bfd_link_hash_table_free): Define. | |
2509 | * nlm-target.h (nlm_bfd_link_hash_table_free): Define. | |
2510 | * oasys.c (oasys_bfd_link_hash_table_free): Define. | |
2511 | * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define. | |
2512 | * som.c (som_bfd_link_hash_table_free): Define. | |
2513 | * srec.c (srec_bfd_link_hash_table_free): Define. | |
2514 | * tekhex.c (tekhex_bfd_link_hash_table_free): Define. | |
2515 | * versados.c (versados_bfd_link_hash_table_free): Define. | |
2516 | * vms.c (vms_bfd_link_hash_table_free): New function. | |
2517 | * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function. | |
2518 | ||
2519 | * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc | |
2520 | instead of bfd_alloc. | |
2521 | * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise. | |
2522 | * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise. | |
2523 | * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise. | |
2524 | * cofflink.c (_bfd_coff_link_hash_table_create): Likewise. | |
2525 | * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise. | |
2526 | * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise. | |
2527 | * elf.c (_bfd_elf_link_hash_table_create): Likewise. | |
2528 | * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise. | |
2529 | * elf32-cris.c (elf_cris_link_hash_table_create): Likewise. | |
2530 | * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise. | |
2531 | * elf32-i386.c (elf_i386_link_hash_table_create): Likewise. | |
2532 | * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise. | |
2533 | * elf32-s390.c (elf_s390_link_hash_table_create): Likewise. | |
2534 | * elf32-sh.c (sh_elf_link_hash_table_create): Likewise. | |
2535 | * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise. | |
2536 | * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise. | |
2537 | * elf64-s390.c (elf_s390_link_hash_table_create): Likewise. | |
2538 | * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise. | |
2539 | * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise. | |
2540 | * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise. | |
2541 | * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise. | |
2542 | * linker.c (_bfd_generic_link_hash_table_create): Likewise. | |
2543 | * m68klinux.c (linux_link_hash_table_create): Likewise. | |
2544 | * sparclinux.c (linux_link_hash_table_create): Likewise. | |
2545 | * sunos.c (sunos_link_hash_table_create): Likewise. | |
2546 | * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise. | |
2547 | ||
2548 | * targets.c: Add _bfd_link_hash_table_free to xvec. | |
2549 | ||
2550 | * bfd-in2.h: Regenerate. | |
2551 | * libbfd.h: Regenerate. | |
2552 | * libcoff.h: Regenerate. | |
2553 | ||
830629ab AM |
2554 | 2002-04-04 Alan Modra <[email protected]> |
2555 | ||
2556 | * dep-in.sed: Cope with absolute paths. | |
2557 | * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR. | |
2558 | Run "make dep-am". | |
2559 | * Makefile.in: Regenerate. | |
2560 | * coff-arm.c: Fix copyright date. | |
2561 | * cpu-h8300.c: Likewise. | |
2562 | * cpu-i370.c: Likewise. | |
2563 | * cpu-s390.c: Likewise. | |
2564 | * cpu-mips.c: Likewise. | |
2565 | * po/SRC-POTFILES.in: Regenerate. | |
2566 | ||
c6e90b02 TS |
2567 | 2002-04-04 Thiemo Seufer <[email protected]> |
2568 | ||
2569 | * Makefile.am: Add elfxx-mips.c to the known backends. | |
2570 | (elf32-mips.lo): remove dependency to coff/external.h. | |
2571 | * Makefile.in: Regenerate. | |
2572 | * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo | |
2573 | Remove elf32-mips.lo from 64 bit vectors. Update dependencies | |
2574 | accordingly. | |
2575 | * configure: Regenerate. | |
2576 | * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h. | |
2577 | (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c. | |
2578 | (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New | |
2579 | MIPS specific backend functions. | |
2580 | * elf32-mips.c: Moved most code to elfxx-mips.c. | |
2581 | (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make | |
2582 | static. | |
2583 | (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc. | |
2584 | (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc. | |
2585 | (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc. | |
2586 | (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed | |
2587 | interface to allow selection of the right REL or RELA howto table. | |
2588 | (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made | |
2589 | static. Let it refuse n32 objects. | |
2590 | (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus. | |
2591 | (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo. | |
2592 | (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info. | |
2593 | (elf32_mips_ignore_discarded_relocs): Rename from | |
2594 | _bfd_elf32_mips_ignore_discarded_relocs. | |
2595 | (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section. | |
2596 | (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT. | |
2597 | (elf_mips_howto_table_rela): Remove. | |
2598 | * elf64-mips.c: Moved most code to elfxx-mips.c. | |
2599 | (bfd_elf64_bfd_reloc_type_lookup): Make static. | |
2600 | (mips_elf64_rtype_to_howto): New function. | |
2601 | (mips_elf64_object_p): Likewise. | |
2602 | (elf64_mips_irix_compat): Likewise. | |
2603 | * elfxx-mips.c: New file containing common code merged together from | |
2604 | elf32-mips.c and elf64-mips.c. | |
2605 | * elfxx-mips.h: New file containing MIPS specific prototypes from | |
2606 | elf-bfd.h. | |
2607 | * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and | |
2608 | elf_backend_mips_rtype_to_howto. | |
2609 | ||
d8dce692 AM |
2610 | 2002-04-04 Alan Modra <[email protected]> |
2611 | ||
2612 | * srec.c (MAXCHUNK, Chunk): Revise comments. | |
2613 | (srec_write_record): Correct buffer size. | |
2614 | (srec_write_header): Do without intermediate buffer. | |
2615 | (srec_write_section): Validate Chunk. | |
2616 | (srec_write_terminator): Pass NULL instead of dummy buffer. | |
2617 | (srec_write_symbols): Pass file and symbol names directly to | |
2618 | bfd_bwrite so sprintf won't overflow buffer. | |
2619 | ||
b88a866a JJ |
2620 | 2002-04-03 Jakub Jelinek <[email protected]> |
2621 | ||
2622 | * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic | |
2623 | PC relative relocs against hidden symbols. | |
2624 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
2625 | ||
d7866f04 AM |
2626 | 2002-04-03 Alan Modra <[email protected]> |
2627 | ||
2628 | * elf.c (_bfd_elf_make_section_from_shdr): When setting section | |
2629 | LMAs, loop over segments until p_vaddr and p_memsz specify an | |
2630 | extent enclosing the section. | |
2631 | ||
9e81ee67 NC |
2632 | 2002-04-02 Nick Clifton <[email protected]> |
2633 | ||
2634 | * ihex.c (ihex_write_object_contents): Do not allow records to | |
2635 | cross a 64K boundary - wrap if necessary. | |
2636 | ||
d2b64500 JT |
2637 | 2002-04-01 Nathan Williams <[email protected]> |
2638 | ||
2639 | * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error | |
2640 | which caused the returned LWP ID to always be 0. | |
2641 | ||
e36f7d53 RH |
2642 | 2002-04-01 Richard Henderson <[email protected]> |
2643 | ||
2644 | * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New. | |
2645 | (elf32_sparc_relocate_section): Use it to figure out when to | |
2646 | initialize .got entries. | |
2647 | * elf64-sparc.c: Similarly. | |
2648 | ||
e92d460e AM |
2649 | 2002-03-28 Alan Modra <[email protected]> |
2650 | ||
2651 | * linker.c (link_action): Ignore duplicate warning syms. | |
2652 | (_bfd_generic_link_write_global_symbol): Follow warning symbol link. | |
2653 | * elflink.h (elf_adjust_dynstr_offsets): Likewise. | |
2654 | (elf_adjust_dynamic_symbol): Likewise. | |
2655 | (elf_export_symbol): Likewise. | |
2656 | (elf_link_find_version_dependencies): Likewise. | |
2657 | (elf_link_assign_sym_version): Likewise. | |
2658 | (elf_link_sec_merge_syms): Likewise. | |
2659 | (elf_link_output_extsym): Likewise. | |
2660 | (elf_gc_sweep_symbol): Likewise. | |
2661 | (elf_gc_propagate_vtable_entries_used): Likewise. | |
2662 | (elf_gc_smash_unused_vtentry_relocs): Likewise. | |
2663 | (elf_gc_allocate_got_offsets): Likewise. | |
2664 | (elf_collect_hash_codes): Likewise. | |
2665 | * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise. | |
2666 | * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise. | |
2667 | (elf_hppa_remark_useless_dynamic_symbols): Likewise. | |
2668 | * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise. | |
2669 | * elf32-arm.h (elf32_arm_discard_copies): Likewise. | |
2670 | * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise. | |
2671 | (elf_cris_discard_excess_dso_dynamics): Likewise. | |
2672 | * elf32-hppa.c (clobber_millicode_symbols): Likewise. | |
2673 | (mark_PIC_calls): Likewise. | |
2674 | (allocate_plt_static): Likewise. | |
2675 | (allocate_dynrelocs): Likewise. | |
2676 | (readonly_dynrelocs): Likewise. | |
2677 | * elf32-i386.c (allocate_dynrelocs): Likewise. | |
2678 | (readonly_dynrelocs): Likewise. | |
2679 | * elf32-i370.c (i370_elf_adjust_dynindx): Likewise. | |
2680 | * elf32-m68k.c (elf_m68k_discard_copies): Likewise. | |
2681 | * elf32-mips.c (mips_elf_output_extsym): Likewise. | |
2682 | (mips_elf_sort_hash_table_f): Likewise. | |
2683 | (mips_elf_check_mips16_stubs): Likewise. | |
2684 | * elf32-s390.c (allocate_dynrelocs): Likewise. | |
2685 | (readonly_dynrelocs): Likewise. | |
2686 | * elf32-sh.c (sh_elf_discard_copies): Likewise. | |
2687 | * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise. | |
2688 | (xstormy16_relax_plt_realloc): Likewise. | |
2689 | * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise. | |
2690 | (elf64_alpha_output_extsym): Likewise. | |
2691 | * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise. | |
2692 | * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise. | |
2693 | (mips_elf64_check_mips16_stubs): Likewise. | |
2694 | (mips_elf64_output_extsym): Likewise. | |
2695 | * elf64-ppc.c (func_desc_adjust): Likewise. | |
2696 | (allocate_dynrelocs): Likewise. | |
2697 | (readonly_dynrelocs): Likewise. | |
2698 | * elf64-s390.c (allocate_dynrelocs): Likewise. | |
2699 | (readonly_dynrelocs): Likewise. | |
2700 | * elf64-sh64.c (sh64_elf64_discard_copies): Likewise. | |
2701 | * elf64-x86-64.c (allocate_dynrelocs): Likewise. | |
2702 | (readonly_dynrelocs): Likewise. | |
2703 | * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise. | |
2704 | * aoutx.h (aout_link_write_other_symbol): Likewise. | |
2705 | * cofflink.c (_bfd_coff_write_task_globals): Likewise. | |
2706 | (_bfd_coff_write_global_sym): Likewise. | |
2707 | * i386linux.c (linux_tally_symbols): Likewise. | |
2708 | * m68klinux.c (linux_tally_symbols): Likewise. | |
2709 | * sparclinux.c (linux_tally_symbols): Likewise. | |
2710 | * pdp11.c (aout_link_write_other_symbol): Likewise. | |
2711 | * sunos.c (sunos_scan_dynamic_symbol): Likewise. | |
2712 | * xcofflink.c (xcoff_build_ldsyms): Likewise. | |
2713 | (xcoff_write_global_symbol): Likewise. | |
2714 | ||
2715 | * cofflink.c (_bfd_coff_final_link): Formatting. | |
2716 | * cpu-mips.c (mips_compatible): Make static, prototype. | |
2717 | * elf32-i386.c (elf_i386_check_relocs): Formatting. | |
2718 | * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise. | |
2719 | * elf64-alpha.c (elf64_alpha_output_extsym): Likewise. | |
2720 | * elf64-mips.c (mips_elf64_sort_hash_table): Likewise. | |
2721 | (mips_elf64_final_link): Likewise. | |
2722 | * elflink.h (elf_link_find_version_dependencies): Remove duplicate | |
2723 | prototype. | |
2724 | ||
2106126f NC |
2725 | 2002-03-27 Nick Clifton <[email protected]> |
2726 | ||
2727 | * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define. | |
2728 | (SWAP_OUT_RELOC_OFFSET): Define. | |
2729 | ||
b99d1833 AM |
2730 | 2002-03-27 Gregory Steuck <[email protected]> |
2731 | ||
2732 | * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for | |
2733 | terminating NULL if empty symbol table. | |
2734 | (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise. | |
2735 | ||
ad43ed4c L |
2736 | 2002-03-26 H.J. Lu ([email protected]) |
2737 | ||
2738 | * elflink.h (elf_link_input_bfd): Revert the last change since | |
2739 | the gcc exception handling isn't fixed yet. | |
2740 | ||
3851fca4 L |
2741 | 2002-03-26 H.J. Lu ([email protected]) |
2742 | ||
2743 | * elflink.h (elf_link_input_bfd): Complain about relocations | |
2744 | against local symbols in discarded sections. | |
2745 | ||
b91afed7 AM |
2746 | 2002-03-26 Alan Modra <[email protected]> |
2747 | ||
2748 | * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections. | |
2749 | ||
dba143ef AM |
2750 | 2002-03-23 Alan Modra <[email protected]> |
2751 | ||
2752 | * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on | |
2753 | section file offset for !SEC_LOAD sections. | |
2754 | ||
ee29b9fb RE |
2755 | 2002-03-21 Richard Earnshaw <[email protected]> |
2756 | ||
830629ab AM |
2757 | * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>, |
2758 | <case R_ARM_GOT>): Handle relocations to Thumb functions. | |
ee29b9fb | 2759 | |
54327882 AM |
2760 | 2002-03-21 Alan Modra <[email protected]> |
2761 | ||
2762 | * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype. | |
2763 | Whitespace changes. | |
2764 | * archive.c: Update copyright date. | |
2765 | * bfd-in2.h: Regenerate. | |
2766 | * libbfd.h: Regenerate. | |
2767 | * Makefile.am: Run "make dep-am" | |
2768 | * Makefile.in: Regenerate. | |
2769 | * po/SRC-POTFILES.in: Regenerate. | |
2770 | ||
1ee24f27 DJ |
2771 | 2002-03-20 Daniel Jacobowitz <[email protected]> |
2772 | ||
2773 | * dwarf2.c (struct funcinfo): Move up. | |
2774 | (lookup_address_in_function_table): New argument function_ptr. | |
2775 | Set it. | |
2776 | (lookup_address_in_line_table): New argument function. If function | |
2777 | is non-NULL, use it to handle ``addr'' before the first line note of | |
2778 | the function. | |
2779 | (comp_unit_find_nearest_line): Update and swap calls to | |
2780 | lookup_address_in_function_table and lookup_address_in_line_table. | |
2781 | * syms.c (_bfd_stab_section_find_nearest_line): Use the first | |
2782 | N_SLINE encountered if we see an N_FUN before any N_SLINE. | |
2783 | ||
51b9608c TR |
2784 | 2002-03-20 Tom Rix <[email protected]> |
2785 | ||
ea1e4b0d | 2786 | * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from |
51b9608c | 2787 | _bfd_xcoff_generic_stat_arch_elt. Fix format check. |
ea1e4b0d | 2788 | * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt. |
51b9608c | 2789 | |
789c90aa TR |
2790 | 2002-03-19 Tom Rix <[email protected]> |
2791 | ||
ea1e4b0d | 2792 | * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all |
789c90aa TR |
2793 | dynamic objects in archives. |
2794 | ||
1da54d81 HPN |
2795 | 2002-03-19 Hans-Peter Nilsson <[email protected]> |
2796 | ||
2797 | * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set | |
2798 | STT_NOTYPE symbols to STT_OBJECT. | |
2799 | ||
7831a775 | 2800 | 2002-03-18 Jan Hubicka <[email protected]> |
beb43bb9 JH |
2801 | |
2802 | * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64" | |
2803 | ||
eb1e0e80 NC |
2804 | 2002-03-18 Tom Rix <[email protected]> |
2805 | ||
2806 | * aix5ppc.core.c : New file for AIX 5 64 bit core support. | |
2807 | * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration. | |
2808 | * coff-rs6000 (do_pad) : New function for archive padding. | |
2809 | (do_copy) : New function for object file copying in archives. | |
2810 | (do_shared_object_padding) : New function for padding shared | |
2811 | objects to their text section alignment in archives. | |
2812 | (bfd_xcoff_ar_achive_set_magic) : Stub. | |
2813 | (xcoff_write_armap_big) : Use do_copy and do_pad. | |
2814 | (xcoff_write_archive_contents_big) : Use do_shared_object_padding, | |
2815 | do_copy and do_pad. | |
2816 | * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use | |
ea1e4b0d | 2817 | bfd_xcoff_magic_number. |
eb1e0e80 NC |
2818 | (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook |
2819 | fop. | |
2820 | (xcoff_backend_data_r) : Use xcoff64_bad_format_hook. | |
2821 | (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data. | |
2822 | (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000. | |
2823 | * rs6000-core.c : Update copyright date. | |
ea1e4b0d | 2824 | * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL |
eb1e0e80 NC |
2825 | csectpp. |
2826 | * coffcode.h (coff_new_section_hook) : Use new accessor macros. | |
2827 | (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #. | |
2828 | (coff_set_flags) : Use bfd_xcoff_magic_number. | |
2829 | * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC. | |
2830 | * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support. | |
2831 | * Makefile.am : Same. | |
2832 | * config.bfd : Same. | |
2833 | * targets.c : Same. | |
2834 | * configure : Regnerate. | |
2835 | * Makefile.in : Same. | |
2836 | * bfd-in2.h : Same. | |
2837 | ||
a1c259a1 NC |
2838 | 2002-03-18 Nick Clifton <[email protected]> |
2839 | ||
2840 | * po/fr.po: Updated version. | |
2841 | ||
4dae1ae7 AM |
2842 | 2002-03-18 Alan Modra <[email protected]> |
2843 | ||
2844 | * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success. | |
2845 | * libbfd.h: Regenerate. | |
2846 | * archive.c (coff_write_armap): Pass on failures from | |
2847 | bfd_write_bigendian_4byte_int. | |
2848 | ||
36b4f6e7 L |
2849 | 2002-03-14 H.J. Lu <[email protected]> |
2850 | ||
2851 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD | |
2852 | error to bfd_error_nonrepresentable_section for reinit_array | |
2853 | section in DSO. | |
2854 | ||
a1aefc76 NC |
2855 | 2002-03-14 Nick Clifton <[email protected]> |
2856 | ||
a181be0a NC |
2857 | * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag, |
2858 | OR it in rather than replacing previously selected flags. | |
2859 | ||
a1aefc76 NC |
2860 | * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15. |
2861 | (TARGET_LITTLE_SYM): Set ar_max_namelen to 15. | |
2862 | ||
c119f9b8 AM |
2863 | 2002-03-14 Alan Modra <[email protected]> |
2864 | ||
2865 | * cpu-mips.c (mips_compatible): New. Don't check bits_per_word. | |
2866 | (N): Use the above. | |
2867 | * elflink.h (elf_bfd_final_link): Revert last change. Instead, | |
2868 | ensure reloc size matches before calling elf_link_input_bfd. | |
2869 | Add an assert to check reloc size when counting output relocs. | |
2870 | ||
c295a511 NC |
2871 | 2002-03-14 Nick Clifton <[email protected]> |
2872 | ||
2873 | * mmo.c (mmo_get_loc): Return NULL rather than false. | |
2874 | ||
9ce88e60 NC |
2875 | 2002-03-13 Nick Clifton <[email protected]> |
2876 | ||
2877 | * po/fr.po: Updated version. | |
2878 | ||
4ddafab0 AM |
2879 | 2002-03-13 Alan Modra <[email protected]> |
2880 | ||
b74fa2cd AM |
2881 | * archures.c (bfd_default_compatible): Test bits_per_word. |
2882 | * cpu-i386.c (i386_compatible): Remove. Replace occurrences with | |
2883 | bfd_default_compatible. | |
2884 | * cpu-i370.c (i370_compatible): Likewise. | |
2885 | * cpu-sparc.c (sparc_compatible): Likewise. | |
2886 | * cpu-h8300.c (compatible): Test in->arch == out->arch. | |
2887 | ||
40b829d4 AM |
2888 | * elflink.h: Formatting fixes. |
2889 | (elf_link_output_extsym): Merge undefined and undef weak cases. | |
2890 | ||
4ddafab0 AM |
2891 | * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd |
2892 | when word size of input matches output word size. | |
2893 | ||
dd53c801 AJ |
2894 | 2002-03-12 Andreas Jaeger <[email protected]> |
2895 | ||
2896 | * cpu-i386.c (i386_compatible): New. Use it instead of | |
2897 | bfd_default_compatible. | |
2898 | ||
aa066ac8 L |
2899 | 2002-03-07 H.J. Lu ([email protected]) |
2900 | ||
2901 | * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type | |
2902 | as the type for bfd_reloc_val. | |
2903 | ||
1bf42538 JL |
2904 | 2002-03-05 John David Anglin <[email protected]> |
2905 | ||
2906 | * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function. | |
2907 | (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols. | |
2908 | (elf_hppa_final_link_relocate): Correct relocations for indirect | |
2909 | references to local data through the DLT. Fix .opd creation for | |
2910 | local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64 | |
2911 | relocations. Use e_lsel selector for R_PARISC_DLTIND21L, | |
2912 | R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per | |
2913 | "Processor-Specific ELF for PA_RISC, Version 1.43" document. | |
2914 | Similarly, use e_rsel for DLT and LTOFF 'R' relocations. | |
2915 | * elf32-hppa.c (final_link_relocate): Revise relocation selectors | |
2916 | as per "Processor-Specific ELF for PA_RISC, Version 1.43" document. | |
2917 | ||
86eaf01e JJ |
2918 | 2002-03-05 Jakub Jelinek <[email protected]> |
2919 | ||
2920 | * merge.c (_bfd_merge_sections): Don't segfault if there | |
2921 | is nothing to merge due to GC. | |
2922 | ||
c44233aa AM |
2923 | 2002-03-05 Alan Modra <[email protected]> |
2924 | ||
039cc25f AM |
2925 | * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep |
2926 | symbols that have been forced local. | |
2927 | ||
c44233aa AM |
2928 | * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym |
2929 | to output forced local syms for non-shared link. | |
2930 | (elf_link_output_extsym): Tweak condition for calling backend | |
2931 | adjust_dynamic_symbol so that previous behaviour is kept. | |
2932 | Whitespace changes throughout file. | |
2933 | ||
25e27870 L |
2934 | 2002-03-04 H.J. Lu <[email protected]> |
2935 | ||
2936 | * elf.c (bfd_section_from_shdr): Handle special sections, | |
2937 | .init_array, .fini_array and .preinit_array. | |
2938 | (elf_fake_sections): Likewise. | |
2939 | ||
2940 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the | |
2941 | DT entry only if the section is in output for .init_array, | |
2942 | .fini_array and .preinit_array. Complain about .preinit_array | |
2943 | section in DSO. | |
2944 | (elf_bfd_final_link): Warn zero size for .init_array, | |
2945 | .fini_array and .preinit_array sections. | |
2946 | ||
2947 | * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove | |
2948 | SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY. | |
2949 | (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and | |
2950 | .preinit_array. | |
2951 | ||
bb2a49f2 AM |
2952 | 2002-03-04 Alan Modra <[email protected]> |
2953 | ||
2954 | * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment. | |
2955 | * configure: Regenerate. | |
2956 | ||
38487e5e TR |
2957 | 2002-03-02 Tom Rix <[email protected]> |
2958 | ||
c44233aa AM |
2959 | * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with |
2960 | symbolic equiv. | |
38487e5e TR |
2961 | * coff-rs6000.c (xcoff_howto_table): Same. |
2962 | ||
30831527 RH |
2963 | 2002-03-01 David Mosberger <[email protected]> |
2964 | ||
2965 | * elflink.h (size_dynamic_sections): If section named | |
2966 | ".preinit_array" exists, create DT_PREINIT_ARRAY and | |
2967 | DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for | |
2968 | ".init_array" and ".fini_array". | |
2969 | (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ, | |
2970 | DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and | |
2971 | DT_FINI_ARRAY. | |
2972 | ||
c8e5ddc8 AM |
2973 | 2002-02-26 Andrew Macleod <[email protected]> |
2974 | ||
2975 | * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local | |
2976 | dynsyms. | |
2977 | ||
96e0dda4 AM |
2978 | 2002-02-25 Alan Modra <[email protected]> |
2979 | ||
1c5b6bf8 AM |
2980 | * elf64-hppa.h: Update copyright date. |
2981 | ||
96e0dda4 AM |
2982 | * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix. |
2983 | (ppc64_elf_relocate_section): Don't generate power4 style branch | |
2984 | hints for *_BRTAKEN and *_BRNTAKEN relocs. | |
2985 | ||
0fb19cbc JJ |
2986 | 2002-02-22 Jakub Jelinek <[email protected]> |
2987 | ||
2988 | * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my | |
2989 | last patch. | |
2990 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
2991 | ||
c434dee6 AJ |
2992 | 2002-02-21 Andreas Jaeger <[email protected]> |
2993 | ||
2994 | * elf64-x86-64.c: Major rework that introduces all recent changes | |
2995 | to the x86-64 backend. Get a closer match to elf32-i386. | |
2996 | (struct elf64_x86_64_dyn_relocs): Rename from | |
2997 | elf64_x86_64_pcrel_relocs_copied, add additional fields. Change | |
2998 | all users. | |
2999 | (struct elf64_x86_64_link_hash_table): Add short cuts to some | |
3000 | sections. | |
3001 | (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc, | |
3002 | remove casts, initialize new hash members. | |
3003 | (create_got_section): New. | |
3004 | (elf64_x86_64_create_dynamic_sections): New. | |
3005 | (elf64_x86_64_copy_indirect_symbol): New. | |
3006 | (elf64_x86_64_check_relocs): Don't allocate space for dynamic | |
3007 | relocs, .got or .relgot here but do it in allocate_dynrelocs. | |
3008 | Reference count possible .plt and .got entries. Don't test input | |
3009 | section SEC_READONLY here to try to avoid copy relocs, and keep | |
3010 | dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set | |
3011 | DF_TEXTREL here. Delay setting of variables until needed. Cache | |
3012 | pointer to "sreloc" section in elf_section_data. Tweak condition | |
3013 | under which .got created. Report files with bad relocation | |
3014 | section names. | |
3015 | (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel. | |
3016 | Reference count possible .plt entries. Don't deallocate .got and | |
3017 | .relgot space here. | |
3018 | (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't | |
3019 | do copy reloc processing for weakdefs. Remove redundant casts and | |
3020 | aborts. Delay setting of vars until needed. Move creation of | |
3021 | dynamic symbols and allocation of .plt and .rela.plt to | |
3022 | allocate_dynrelocs. Replace BFD_ASSERT with abort. | |
3023 | (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New. | |
3024 | (allocate_dynrelocs): New. | |
3025 | (readonly_dynrelocs): New. | |
3026 | (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs. | |
3027 | Allocate space for dyn relocs. Replace BFD_ASSERT with abort. | |
3028 | Zero out the dynamic allocated content space. | |
3029 | (elf64_x86_64_discard_copies): Removed. | |
3030 | (elf64_x86_64_relocate_section): Make use of dynamic section | |
3031 | short-cuts. Localise vars, and delay setting. Better error | |
3032 | reporting, replace BFD_ASSERT with abort. Check | |
3033 | ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the | |
3034 | regular object file and tread the weak definition as the normal | |
3035 | one. Don't discard relocs for undefweak or undefined symbols and | |
3036 | check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy | |
3037 | relocs. | |
3038 | (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for | |
3039 | symbols that have been forced local. Use same test to decide if | |
3040 | we can use a relative reloc for got as relocate_section. Expand | |
3041 | SHN_UNDEF comment. Move expressions out of function calls. | |
3042 | Replace BFD_ASSERT with abort. | |
3043 | (bfd_elf64_bfd_final_link): Removed. | |
3044 | (elf_backend_copy_indirect_symbol): Define. | |
3045 | ||
ff3a6ee3 TR |
3046 | 2002-02-20 Tom Rix <[email protected]> |
3047 | ||
3048 | * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA. | |
3049 | (_bfd_xcoff_reloc_type_lookup): Use it. | |
3050 | * coff64-rs6000.c (xcoff64_howto_table): Same. | |
3051 | (xcoff64_reloc_type_lookup): Same. | |
c434dee6 | 3052 | |
a68d41fb AM |
3053 | 2002-02-20 Peter Schauer <[email protected]> |
3054 | ||
3055 | * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are | |
3056 | little endian. | |
3057 | ||
befc3abb MS |
3058 | 2002-02-19 Martin Schwidefsky <[email protected]> |
3059 | ||
3060 | * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31. | |
3061 | (bfd_mach_s390_esame): Rename to bfd_mach_s390_64. | |
3062 | * bfd-in2.h: Regenerate. | |
3063 | * cpu-s390.c (arch_info_struct): Use renamed architecture defines. | |
3064 | Replace architecture name "s390" with "s390:31-bit" and "s390:esame" | |
3065 | with "s390:64-bit". | |
3066 | * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations. | |
3067 | (elf_s390_reloc_type_lookup): Likewise. | |
3068 | (elf_s390_check_relocs): Likewise. | |
3069 | (elf_s390_gc_sweep_hook): Likewise. | |
3070 | (elf_s390_relocate_section): Likewise. | |
3071 | (elf_s390_object_p): Use renamed architecture define. | |
3072 | * elf64-s390.c (elf_s390_object_p): Use renamed architecture define. | |
3073 | ||
6eeeec9b FCE |
3074 | 2002-02-19 Frank Ch. Eigler <[email protected]> |
3075 | ||
3076 | * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping. | |
3077 | ||
0bb2d96a JJ |
3078 | 2002-02-19 Jakub Jelinek <[email protected]> |
3079 | ||
3080 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable | |
3081 | absptr -> pcrel optimization for shared libs. | |
3082 | Only create minimal .eh_frame_hdr if absptr FDE encoding in shared | |
3083 | library cannot be converted to pcrel. | |
3084 | (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr | |
3085 | relative. | |
3086 | * elf32-i386.c (elf_i386_relocate_section): If | |
3087 | _bfd_elf_section_offset returned -2, skip, but make sure the | |
3088 | relocation is installed. | |
3089 | * elf32-arm.h (elf32_arm_final_link_relocate): Likewise. | |
3090 | * elf32-cris.c (cris_elf_relocate_section): Likewise. | |
3091 | * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. | |
3092 | * elf32-i370.c (i370_elf_relocate_section): Likewise. | |
3093 | * elf32-m68k.c (elf_m68k_relocate_section): Likewise. | |
3094 | * elf32-ppc.c (ppc_elf_relocate_section): Likewise. | |
3095 | * elf32-s390.c (elf_s390_relocate_section): Likewise. | |
3096 | * elf32-sh.c (sh_elf_relocate_section): Likewise. | |
3097 | * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. | |
3098 | * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. | |
3099 | * elf64-s390.c (elf_s390_relocate_section): Likewise. | |
3100 | * elf64-sh64.c (sh_elf64_relocate_section): Likewise. | |
3101 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
3102 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
3103 | * elf64-alpha.c (elf64_alpha_relocate_section): Handle | |
3104 | _bfd_elf_section_offset returning -2 the same way as -1. | |
3105 | * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise. | |
3106 | * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME | |
3107 | and BFD_ASSERT. | |
3108 | * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise. | |
3109 | ||
69f284c7 TR |
3110 | 2002-02-18 Tom Rix <[email protected]> |
3111 | ||
3112 | * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support. | |
3113 | (bfd_xcoff_size_dynamic_sections): Same. | |
3114 | * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same. | |
3115 | (bfd_xcoff_size_dynamic_sections): Same. | |
3116 | * coff-rs6000.c (xcoff_generate_rtinit): Same. | |
3117 | * coff-rs646000.c (xcoff64_generate_rtinit): Same. | |
3118 | * libxcoff.h (struct xcoff_backend_data_rec): Same. | |
3119 | * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean. | |
3120 | * bfd-in2.h: Regenerate. | |
3121 | ||
82bd7b59 AM |
3122 | 2002-02-18 Alan Modra <[email protected]> |
3123 | ||
3124 | * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define. | |
3125 | (struct ppc_link_hash_table): Add sfpr. | |
3126 | (ppc64_elf_link_hash_table_create): Init it. | |
3127 | (ppc64_elf_create_dynamic_sections): Split creation of .stub and | |
3128 | .glink out to.. | |
3129 | (create_linkage_sections): ..here. Make .sfpr too. | |
3130 | (ppc64_elf_check_relocs): Call create_linkage_sections, and set | |
3131 | dynobj early. | |
3132 | (MIN_SAVE_FPR, MAX_SAVE_FPR): Define. | |
3133 | (ppc64_elf_func_desc_adjust): Look for missing ._savef* and | |
3134 | ._restf* functions, and create as needed. | |
3135 | (func_desc_adjust): Only force_local for shared libs. | |
3136 | ||
ef1355e8 NC |
3137 | 2002-02-18 David O'Brien <[email protected]> |
3138 | ||
3139 | * configure.in: Bump version number post 2.12 branching. | |
3140 | * configure: Regenerate. | |
3141 | ||
dfa36a69 HPN |
3142 | 2002-02-17 Hans-Peter Nilsson <[email protected]> |
3143 | ||
3144 | * mmo.c: Correct and improve comments. | |
3145 | (mmo_write_chunk): Store trailing byte in bfd buffer; don't | |
3146 | zero-pad. Use input to fill up non-empty bfd buffer. | |
3147 | (mmo_flush_chunk): New function. | |
3148 | (mmo_write_loc_chunk): Add parameter last_vmap, all callers | |
3149 | changed. Don't emit location specifier if VMA is same as | |
3150 | *LAST_VMAP after omitting leading zero contents. Call | |
3151 | mmo_flush_chunk before emitting location specifier. | |
3152 | (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished | |
3153 | with mmo_write_loc_chunk calls. | |
3154 | (mmo_internal_write_section): Call mmo_flush_chunk after | |
3155 | mmo_write_chunk. | |
3156 | (mmo_write_symbols_and_terminator): Move :Main to first position | |
3157 | in symbol array. Add faked one if it does not exist if there are | |
3158 | other symbols. Don't add it if there are no symbols at all. Move | |
3159 | out test for value of :Main from symbol loop. Rename table | |
3160 | fakemain to maintable and variable mainsym to fakemain. | |
3161 | ||
ccf00ab6 RH |
3162 | 2002-02-15 Richard Henderson <[email protected]> |
3163 | ||
3164 | * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target | |
3165 | section with no got matches any got. Simplify error generaion. | |
3166 | ||
88eaccc2 AM |
3167 | 2002-02-15 Alan Modra <[email protected]> |
3168 | ||
fd96f80f AM |
3169 | Support arbitrary length fill patterns. |
3170 | * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc. | |
3171 | (_bfd_default_link_order): Remove bfd_fill_link_order code. | |
3172 | Call default_data_link_order. | |
3173 | (default_fill_link_order): Delete. | |
3174 | (default_data_link_order): New function. | |
3175 | * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences | |
3176 | of bfd_fill_link_order with bfd_data_link_order. | |
3177 | * elf64-alpha.c (elf64_alpha_final_link): Likewise. | |
3178 | * elf64-mips.c (mips_elf64_final_link): Likewise. | |
3179 | ||
88eaccc2 AM |
3180 | * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value. |
3181 | Correct value returned in "end" for "0x<non-hex>". | |
3182 | ||
e2fd756b NC |
3183 | 2002-02-14 Nick Clifton <[email protected]> |
3184 | ||
3185 | * cpu-arm.c (processors): Replace 'arch' field with 'mach'. | |
3186 | (scan): Test against 'mach' field in info structure. | |
3187 | ||
edd29cf9 AM |
3188 | 2002-02-14 Alan Modra <[email protected]> |
3189 | ||
3190 | * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD. | |
3191 | ||
1e30956e | 3192 | 2002-02-14 Matt Fredette <[email protected]> |
76f57f3a JT |
3193 | |
3194 | * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize | |
3195 | EF_M68000. | |
3196 | ||
bf36db18 NC |
3197 | 2002-02-13 Nick Clifton <[email protected]> |
3198 | ||
3199 | * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on | |
edd29cf9 AM |
3200 | non-zero physical addresses when adjusting the LMAs of new |
3201 | sections. | |
bf36db18 | 3202 | |
189c6563 AM |
3203 | 2002-02-12 John David Anglin <[email protected]> |
3204 | ||
3205 | * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped | |
3206 | from _bfd_elf_hppa_gen_reloc_type. | |
3207 | (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype. | |
3208 | * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype. | |
3209 | * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h. | |
3210 | * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype. | |
3211 | ||
e948afaf AO |
3212 | 2002-02-12 Alexandre Oliva <[email protected]> |
3213 | ||
3214 | * elf-m10300.c (mn10300_elf_relax_section): Skip section before | |
3215 | loading its contents if there's nothing to do in it. | |
3216 | ||
19397422 AM |
3217 | 2002-02-12 Alan Modra <[email protected]> |
3218 | ||
0ad3a73b AM |
3219 | * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing |
3220 | 64k boundary. | |
3221 | ||
19397422 AM |
3222 | * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic |
3223 | DT_PPC64_OPD and DT_PPC64_OPDSZ tags. | |
3224 | (ppc64_elf_finish_dynamic_sections): Set values for them. | |
3225 | ||
51316059 MS |
3226 | 2002-02-11 Michael Snyder <[email protected]> |
3227 | ||
3228 | * elf-bfd.h (elfcore_write_lwpstatus): Add prototype. | |
3229 | * elf.c (elfcore_grok_pstatus): Add prototype. | |
3230 | (elfcore_grok_lwpstatus): Add prototype. | |
3231 | (elfcore_write_lwpstatus): New function. | |
3232 | (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy. | |
3233 | ||
518313c3 AO |
3234 | 2002-02-11 Alexandre Oliva <[email protected]> |
3235 | ||
3236 | * elf32-sh.c: Added missing prototypes. | |
3237 | * elf32-sh64.c: Likewise. | |
3238 | (sh_elf_align_loads): Mark unused args as such. | |
3239 | * elf64-sh64.c: Added missing prototypes. | |
3240 | (struct elf_sh64_link_hash_entry): Fix typo. | |
3241 | (sh_elf64_relocate_section): Fix info argument passed to | |
3242 | _bfd_elf_section_offset. | |
3243 | ||
2c73f9d8 AM |
3244 | 2002-02-11 Alan Modra <[email protected]> |
3245 | ||
3246 | * Makefile.am: "make dep-am". | |
3247 | * Makefile.in: Regenerate. | |
3248 | * aclocal.m4: Regenerate. | |
3249 | * config.in: Regenerate. | |
3250 | * configure: Regenerate. | |
3251 | ||
d426c6b0 DJ |
3252 | 2002-02-10 Daniel Jacobowitz <[email protected]> |
3253 | ||
3254 | * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized | |
3255 | variable warnings. | |
3256 | * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned | |
3257 | comparison warning. | |
3258 | * trad-core.c (trad_unix_core_file_p): Silence pointer/integer | |
3259 | cast warnings for the common case. | |
3260 | ||
e58ee0cd HPN |
3261 | 2002-02-10 Hans-Peter Nilsson <[email protected]> |
3262 | ||
3263 | * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64 | |
3264 | vectors. | |
3265 | (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64 | |
3266 | vectors. | |
3267 | ||
7793f4d0 RH |
3268 | 2002-02-09 Richard Henderson <[email protected]> |
3269 | ||
3270 | * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP. | |
3271 | (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise. | |
3272 | (elf64_alpha_relocate_section): Likewise. | |
3273 | * reloc.c (BFD_RELOC_ALPHA_BRSGP): New. | |
3274 | * bfd-in2.h, libbfd.h: Rebuild. | |
3275 | ||
7e799044 HPN |
3276 | 2002-02-09 Hans-Peter Nilsson <[email protected]> |
3277 | ||
3278 | * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check | |
3279 | that base-plus-offset reloc accounting is consistent. | |
3280 | (mmix_elf_relax_section): Keep base-plus-offset reloc accounting | |
3281 | up to date for undefined symbols. | |
3282 | ||
027d73eb EC |
3283 | 2002-02-08 Eric Christopher <[email protected]> |
3284 | ||
3285 | From Rainer Orth <[email protected]> | |
3286 | ||
3287 | * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela | |
3288 | sections for the O32 ABI. | |
3289 | ||
517662d4 CD |
3290 | 2002-02-08 Chris Demetriou <[email protected]> |
3291 | ||
3292 | * elf32-arm.h: Fix formatting of _("..."). | |
3293 | * elf32-d10v.c: Likewise. | |
3294 | * elf32-m68k.c: Likewise. | |
3295 | * elf32-mips.c: Likewise. | |
3296 | ||
5e37cc46 NC |
3297 | 2002-02-08 Ivan Guzvinec <[email protected]> |
3298 | ||
3299 | * coff-or32.c: Fix compile time warning messages. | |
3300 | ||
fbca6ad9 AO |
3301 | 2002-02-08 Alexandre Oliva <[email protected]> |
3302 | ||
3303 | Contribute sh64-elf. | |
3304 | 2002-01-23 Alexandre Oliva <[email protected]> | |
3305 | * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16, | |
3306 | R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16, | |
3307 | R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16, | |
3308 | R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16, | |
3309 | R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16, | |
3310 | R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16, | |
3311 | R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16, | |
3312 | R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8, | |
3313 | R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64): | |
3314 | New relocs. | |
3315 | * libbfd.h, bfd-in2.h: Rebuilt. | |
3316 | * elf32-sh.c (sh_elf_howto_table): Define new relocs. | |
3317 | (sh_reloc_map): Map them. | |
3318 | (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le, | |
3319 | elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be, | |
3320 | elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry, | |
3321 | elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset, | |
3322 | elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset, | |
3323 | elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset, | |
3324 | movi_shori_putval) [INCLUDE_SHMEDIA]: New. | |
3325 | (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add | |
3326 | datalabel_got_offset. | |
3327 | (sh_elf_link_hash_newfunc): Initialize it. | |
3328 | (sh_elf_relocate_section): Augment the scope of | |
3329 | seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT, | |
3330 | GOT and GOTOFF handling to new SHmedia relocation types. Support | |
3331 | GOT_BIAS. | |
3332 | (sh_elf_check_relocs): Likewise. | |
3333 | (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in | |
3334 | PLT entries using movi_shori_putval. Support GOT_BIAS. | |
3335 | (sh_elf_finish_dynamic_sections): Likewise. | |
3336 | * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to | |
3337 | relocation, it's now done by the caller. | |
3338 | (GOT_BIAS): New. | |
3339 | * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt, | |
3340 | elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset, | |
3341 | elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset, | |
3342 | elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER, | |
3343 | elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry, | |
3344 | elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse, | |
3345 | sh64_elf64_hash_table): New. | |
3346 | (sh_elf64_howto_table): Introduce new relocs. | |
3347 | (sh_elf64_info_to_howto): Accept new PIC relocs. | |
3348 | (sh_elf64_relocate_section): Augment the scope of | |
3349 | seen_stt_datalabel. Support new PIC relocs. | |
3350 | (sh_elf64_check_relocs): Support new PIC relocs. | |
3351 | (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le, | |
3352 | elf_sh64_plt_entry_be, elf_sh64_plt_entry_le, | |
3353 | elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le, | |
3354 | elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry, | |
3355 | sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create, | |
3356 | movi_shori_putval, movi_3shori_putval, | |
3357 | sh64_elf64_create_dynamic_sections, | |
3358 | sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies, | |
3359 | sh64_elf64_size_dynamic_sections, | |
3360 | sh64_elf64_finish_dynamic_symbol, | |
3361 | sh64_elf64_finish_dynamic_sections): New. | |
3362 | (elf_backend_create_dynamic-sections, | |
3363 | bfd_elf64_bfd_link_hash_table_create, | |
3364 | elf_backend_adjust_dynamic_symbol, | |
3365 | elf_backend_size_dynamic_sections, | |
3366 | elf_backend_finish_dynamic_symbol, | |
3367 | elf_backend_finish_dynamic_sections, elf_backend_want_got_plt, | |
3368 | elf_backend_plt_readonly, elf_backend_want_plt_sym, | |
3369 | elf_backend_got_header_size, elf_backend_plt_header_size): | |
3370 | Define. | |
3371 | 2001-05-16 Alexandre Oliva <[email protected]> | |
3372 | * elf32-sh.c: Renumbered and renamed some SH5 relocations to | |
3373 | match official numbers and names; moved unmaching ones to the | |
3374 | range 0xf2-0xff. | |
3375 | * elf32-sh64.c, elf64-sh64.c: Likewise. | |
3376 | 2001-03-12 DJ Delorie <[email protected]> | |
3377 | * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia | |
3378 | sections. | |
3379 | 2001-03-12 DJ Delorie <[email protected]> | |
3380 | * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must | |
3381 | be aligned. | |
3382 | * elf64-sh64.c (sh_elf64_relocate_section): Ditto. | |
3383 | 2001-01-14 Hans-Peter Nilsson <[email protected]> | |
3384 | * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define. | |
3385 | (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a | |
3386 | .cranges section with SEC_SORT_ENTRIES set. | |
3387 | (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an | |
3388 | incoming sorted .cranges section. | |
3389 | (sh64_bfd_elf_copy_private_section_data): New. | |
3390 | (sh64_elf_final_write_processing): Only sort .cranges and modify | |
3391 | start address if called by linker. | |
3392 | 2001-01-08 Ben Elliston <[email protected]> | |
3393 | * elf32-sh64.c (sh64_elf_final_write_processing): Activate | |
3394 | Hans-Peter Nilsson's set bit 0 patch from 2001-01-06. | |
3395 | * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto. | |
3396 | 2001-01-06 Hans-Peter Nilsson <[email protected]> | |
3397 | * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of | |
3398 | line. Add comments before all entries. | |
3399 | <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing | |
3400 | comment. | |
3401 | (sh_elf64_reloc): Correct head comment. | |
3402 | (sh_elf64_relocate_section): Correct spacing. | |
3403 | <relocating for a local symbol>: Do not honour STO_SH5_ISA32; | |
3404 | instead call reloc_dangerous callback. | |
3405 | <case R_SH_SHMEDIA_CODE>: New case. | |
3406 | (sh_elf64_gc_mark_hook): Correct spacing. | |
3407 | (sh_elf64_check_relocs): Ditto. | |
3408 | * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>: | |
3409 | New case. | |
3410 | * elf32-sh.c: Correct #endif comments for #ifndef-wrapped | |
3411 | functions. | |
3412 | (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct, | |
3413 | clarify describing comment. Add comments before all entries. | |
3414 | (sh_elf_relocate_section) <relocating for a local symbol>: Do not | |
3415 | honour STO_SH5_ISA32; instead call reloc_dangerous callback. | |
3416 | 2001-01-06 Hans-Peter Nilsson <[email protected]> | |
3417 | Sort .cranges section in final link. Prepare to set bit 0 on | |
3418 | entry address. | |
3419 | * elf32-sh64.c (struct sh64_find_section_vma_data): New. | |
3420 | (sh64_elf_link_output_symbol_hook): Fix typo in prototype. | |
3421 | (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming | |
3422 | .cranges section. | |
3423 | (sh64_backend_section_from_shdr): New, to recognize | |
3424 | SHT_SH5_CR_SORTED on incoming .cranges section. | |
3425 | (elf_backend_section_from_shdr): Define. | |
3426 | (sh64_elf_final_write_processing): Sort outgoing .cranges | |
3427 | section. (New, temporarily disabled:) Set bit 0 on entry address | |
3428 | according to ISA type. | |
3429 | (sh64_find_section_for_address): New. | |
3430 | (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb, | |
3431 | crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c. | |
3432 | (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use | |
3433 | bfd_malloc, not xmalloc. | |
3434 | (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make | |
3435 | global. | |
3436 | * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but | |
3437 | temporarily disabled) setting bit 0 on entry address. | |
3438 | (elf_backend_final_write_processing): Define. | |
3439 | 2001-01-05 Hans-Peter Nilsson <[email protected]> | |
3440 | * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to | |
3441 | be a proper relocation for PTA and PTB rather than a marker. | |
3442 | <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2, | |
3443 | R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16, | |
3444 | R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16, | |
3445 | R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL, | |
3446 | R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>: | |
3447 | Zero src_mask. | |
3448 | * elf64-sh64.c: Ditto. | |
3449 | (sh_elf64_relocate_section) <case R_SH_PT_16>: New case. | |
3450 | * elf32-sh64.c: Include opcodes/sh64-opc.h | |
3451 | (shmedia_prepare_reloc): Take a bfd_link_info pointer as first | |
3452 | argument. Drop const qualifiers from "bfd *" and "bfd_byte *" | |
3453 | parameters. No unused parameters. Caller changed. | |
3454 | <case R_SH_PT_16>: New case. | |
3455 | * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h. | |
3456 | * Makefile.in: Regenerate. | |
3457 | 2000-12-30 Hans-Peter Nilsson <[email protected]> | |
3458 | * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for | |
3459 | all code sections. | |
3460 | (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5. | |
3461 | (sh64_elf_merge_private_data): Ditto. | |
3462 | * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data | |
3463 | to access stored section flags. | |
3464 | (sh64_elf_final_write_processing): Return immediately unless | |
3465 | called by linker. Use sh64_elf_section_data (cranges) to get size | |
3466 | of linker-generated cranges entries. | |
3467 | (sh64_elf_copy_private_data): Add missing "return true". | |
3468 | (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5. | |
3469 | (sh_elf64_merge_private_data): Ditto. | |
3470 | 2000-12-19 Hans-Peter Nilsson <[email protected]> | |
3471 | * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of | |
3472 | elf64-sh64.c:sh64_elf_fake_sections. | |
3473 | (elf_backend_fake_sections): Define as sh64_elf64_fake_sections. | |
3474 | 2000-12-18 Hans-Peter Nilsson <[email protected]> | |
3475 | * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete. | |
3476 | (sh64_elf_final_write_processing): New. | |
3477 | (elf_backend_final_write_processing): Define. | |
3478 | (sh64_elf_fake_sections): Get header flags from tdata field. | |
3479 | (sh64_elf_copy_private_data): Do not call | |
3480 | sh64_elf_copy_private_data_internal, just copy e_flags field. | |
3481 | (sh64_elf_merge_private_data): Do not call | |
3482 | sh64_elf_copy_private_data_internal. | |
3483 | 2000-12-12 Hans-Peter Nilsson <[email protected]> | |
3484 | Remove EF_SH64_ABI64, let ELF size make difference. | |
3485 | Remove SH64-specific BFD section flag. | |
3486 | * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as | |
3487 | containing SHmedia through elf_section_data (asect)->tdata | |
3488 | non-zero, not using a BFD section flag. | |
3489 | (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64. | |
3490 | (sh64_elf_merge_private_data): Similar. | |
3491 | (elf_backend_section_flags): Don't define. | |
3492 | (sh64_elf_backend_section_flags): Delete. | |
3493 | * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64, | |
3494 | not EF_SH64_ABI64. | |
3495 | (sh_elf64_merge_private_data): Similar. | |
3496 | * section.c (Section flags definitions): Don't define | |
3497 | SEC_SH_ISA_SHMEDIA. | |
3498 | (bfd-in2.h): Regenerate. | |
3499 | 2000-12-09 Hans-Peter Nilsson <[email protected]> | |
3500 | Make DataLabel references work with partial linking. | |
3501 | * elf32-sh64.c: Fix formatting. | |
3502 | (sh64_elf_link_output_symbol_hook): New. | |
3503 | (elf_backend_link_output_symbol_hook): Define to | |
3504 | sh64_elf_link_output_symbol_hook. | |
3505 | (sh64_elf_add_symbol_hook): Make DataLabel symbol just global | |
3506 | undefined if partial linking. Adjust sanity check. | |
3507 | * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New. | |
3508 | (elf_backend_link_output_symbol_hook): Define to | |
3509 | sh64_elf64_link_output_symbol_hook. | |
3510 | (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global | |
3511 | undefined if partial linking. Adjust sanity check. | |
3512 | 2000-12-07 Hans-Peter Nilsson <[email protected]> | |
3513 | Implement semantics for inter-file DataLabel references. | |
3514 | * elf64-sh64.c (DATALABEL_SUFFIX): Define. | |
3515 | (sh64_elf64_add_symbol_hook): New. | |
3516 | (sh_elf64_relocate_section): If passing an indirect symbol with | |
3517 | st_type STT_DATALABEL on the way to a symbol with st_other | |
3518 | STO_SH5_ISA32, do not bitor 1 to the relocation. | |
3519 | (elf_backend_add_symbol_hook): Define to | |
3520 | sh64_elf64_add_symbol_hook. | |
3521 | * elf64-sh32.c: Tweak comments. | |
3522 | (DATALABEL_SUFFIX): Define. | |
3523 | (sh64_elf_add_symbol_hook): New. | |
3524 | (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook. | |
3525 | * elf32-sh.c (sh_elf_relocate_section): If passing an indirect | |
3526 | symbol with st_type STT_DATALABEL on the way to a symbol with | |
3527 | st_other STO_SH5_ISA32, do not bitor 1 to the relocation. | |
3528 | 2000-12-05 Hans-Peter Nilsson <[email protected]> | |
3529 | Pass through STT_DATALABEL. | |
3530 | * elf32-sh64.c (sh64_elf_get_symbol_type): New. | |
3531 | (elf_backend_get_symbol_type): Define. | |
3532 | * elf64-sh64.c (sh64_elf64_get_symbol_type): New. | |
3533 | (elf_backend_get_symbol_type): Define. | |
3534 | 2000-11-30 Hans-Peter Nilsson <[email protected]> | |
3535 | * elf32-sh64.c: Tweak comments. | |
3536 | (sh64_elf_copy_private_data_internal): Add prototype. | |
3537 | (bfd_elf32_bfd_set_private_flags): Define. | |
3538 | (sh64_elf_copy_private_data_internal): Compare machine name, not | |
3539 | textual BFD target name, to check whether to copy section flag | |
3540 | SHF_SH5_ISA32. | |
3541 | (sh64_elf_merge_private_data): Validize bfd_get_arch_size. | |
3542 | Tweak section-contents-type-mismatch message. | |
3543 | (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers. | |
3544 | Validize reloc-types. | |
3545 | * elf64-sh64.c: New file. | |
3546 | * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare. | |
3547 | * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo. | |
3548 | (BFD64_BACKENDS_CFILES): Add elf64-sh64.c. | |
3549 | Regenerate dependencies. | |
3550 | * Makefile.in: Regenerate. | |
3551 | * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and | |
3552 | bfd_elf64_sh64l_vec. | |
3553 | * configure.in: Handle bfd_elf64_sh64_vec and | |
3554 | bfd_elf64_sh64l_vec. | |
3555 | * configure: Regenerate. | |
3556 | * po/POTFILES.in: Regenerate. | |
3557 | * po/bfd.pot: Regenerate. | |
3558 | 2000-11-29 Hans-Peter Nilsson <[email protected]> | |
3559 | * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize | |
3560 | anything else but EF_SH64 and EF_SH64_ABI64. | |
3561 | (sh64_elf_merge_private_data): Emit error for anything else but | |
3562 | EF_SH64 and EF_SH64_ABI64. | |
3563 | * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec | |
3564 | from targ_selvecs. | |
3565 | * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and | |
3566 | bfd_elf32_sh64l_vec as a temporary measure. | |
3567 | * configure: Regenerate. | |
3568 | 2000-11-27 Hans-Peter Nilsson <[email protected]> | |
3569 | * cpu-sh.c (arch_info_struct): Include sh5 item | |
3570 | unconditionalized. | |
3571 | * config.bfd (sh64-*-elf*): Do not set targ_cflags. | |
3572 | Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec, | |
3573 | bfd_elf32_shblin_vec and bfd_elf32_shlin_vec. | |
3574 | * elf32-sh64.c: Tweak comments. | |
3575 | (sh64_elf_set_mach_from_flags): Recognize all machine flags that | |
3576 | are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64. | |
3577 | (sh64_elf_copy_private_data_internal): Wrap long line. | |
3578 | (sh64_elf_merge_private_data): Rewrite to allow objects from | |
3579 | SH64 subsets to be linked together. | |
3580 | (INCLUDE_SHMEDIA): Define. | |
3581 | * elf32-sh.c (sh_elf_relocate_section) <local symbol>: | |
3582 | Parenthesize plus-expression inside or-expression. | |
3583 | <global symbol>: Ditto. | |
3584 | (sh_elf_set_mach_from_flags): Remove code refusing | |
3585 | deleted EF_SH64_32BIT_ABI flag. | |
3586 | 2000-11-26 Hans-Peter Nilsson <[email protected]> | |
3587 | * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL, | |
3588 | R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL, | |
3589 | R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true. | |
3590 | (sh_elf_relocate_section) <local symbol>: Or 1 in | |
3591 | calculation of relocation if sym->st_other & STO_SH5_ISA32. | |
3592 | <global symbol>: Ditto if h->other & STO_SH5_ISA32. | |
3593 | * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to | |
3594 | relocation. | |
3595 | 2000-11-24 Hans-Peter Nilsson <[email protected]> | |
3596 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo. | |
3597 | (BFD32_BACKENDS_CFILES): Add elf32-sh64.c. | |
3598 | Regenerate dependencies. | |
3599 | * Makefile.in: Regenerate. | |
3600 | * archures.c: Add bfd_mach_sh5. | |
3601 | * config.bfd: Map targ_cpu sh* to bfd_sh_arch. | |
3602 | Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA. | |
3603 | * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec. | |
3604 | * configure: Regenerate. | |
3605 | * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5, | |
3606 | BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6, | |
3607 | BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2, | |
3608 | BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8, | |
3609 | BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16, | |
3610 | BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16, | |
3611 | BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16, | |
3612 | BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16, | |
3613 | BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations. | |
3614 | * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link | |
3615 | in item for SH5. | |
3616 | * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items | |
3617 | for SHmedia relocs. | |
3618 | [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs. | |
3619 | [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call | |
3620 | shmedia_prepare_reloc, goto final_link_relocate if it returns | |
3621 | non-zero, else fail as before. | |
3622 | (sh_elf_set_mach_from_flags): Provide function only if not defined | |
3623 | as macro. Do not recognize objects with EF_SH64_32BIT_ABI set. | |
3624 | (sh_elf_set_private_flags): Provide function only if not defined | |
3625 | as a macro. | |
3626 | (sh_elf_copy_private_data): Similar. | |
3627 | (sh_elf_merge_private_data): Similar. | |
3628 | * section.c (SEC_SH_ISA_SHMEDIA): New. | |
3629 | * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare. | |
3630 | * elf32-sh64.c: New file. | |
3631 | * libbfd.h: Regenerate. | |
3632 | * bfd-in2.h: Regenerate. | |
3633 | * po/POTFILES.in: Regenerate. | |
3634 | * po/bfd.pot: Regenerate. | |
3635 | * bfd-in2.h: Regenerate. | |
3636 | * libbfd.h: Regenerate. | |
3637 | ||
e108f470 DJ |
3638 | 2002-02-07 Daniel Jacobowitz <[email protected]> |
3639 | ||
3640 | * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has | |
3641 | been included, not drag it in. | |
3642 | * bfd-in2.h: Regenerate. | |
3643 | ||
259d18a3 L |
3644 | 2002-02-06 H.J. Lu ([email protected]) |
3645 | ||
3646 | * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update | |
3647 | the mach and ISA fields if necessary. | |
3648 | ||
f13b834e NC |
3649 | 2002-02-06 Nick Clifton <[email protected]> |
3650 | ||
3651 | * coffcode.h (coff_set_arch_mach_hook): Select the highest known | |
3652 | ARM architecture when an F_ARM_5 flag is detected, since we cannot | |
3653 | be sure exactly which architecture this represents. | |
3654 | ||
82f6addb NC |
3655 | 2002-02-05 Nick Clifton <[email protected]> |
3656 | ||
3657 | * po/tr.po: Updated translation. | |
3658 | ||
899f54f5 AM |
3659 | 2002-02-05 Alan Modra <[email protected]> |
3660 | ||
3661 | From Jimi X <[email protected]> | |
3662 | * archures (bfd_mach_ppc64): Define. | |
3663 | (bfd_powerpc_arch): Rename to bfd_powerpc_archs. | |
3664 | (bfd_powerpc_arch): Define. | |
3665 | * bfd-in2.h: Regenerate. | |
3666 | * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs. | |
3667 | (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs. | |
3668 | (bfd_powerpc_archs): Add default powerpc64 arch. | |
3669 | ||
248866a8 AM |
3670 | 2002-02-05 Alan Modra <[email protected]> |
3671 | ||
3672 | * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs | |
3673 | against section syms in readonly sections. Don't do the global | |
3674 | sym check if we find one. | |
3675 | * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise. | |
3676 | * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise. | |
0a6958db | 3677 | * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise. |
248866a8 AM |
3678 | * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise. |
3679 | (elf_s390_grok_prstatus): Add missing prototype. | |
3680 | ||
4fa5c2a8 HPN |
3681 | 2002-02-04 Hans-Peter Nilsson <[email protected]> |
3682 | ||
3683 | * elf64-mmix.c (mmix_dump_bpo_gregs): New function. | |
3684 | (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>: | |
3685 | Call bfd_get_section_by_name only once. Initialize | |
3686 | bpodata->n_bpo_relocs_this_section. | |
3687 | (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment | |
3688 | referring to DSOs. | |
3689 | (bpo_reloc_request_sort_fn): Don't use difference of values as | |
3690 | return-value. | |
3691 | ||
537c972e DB |
3692 | 2002-02-02 David O'Brien <obrien@FreeBSD> |
3693 | ||
3694 | * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat | |
3695 | version 4.5 and later the same as 5-CURRENT. | |
3696 | * configure: Re-generate. | |
3697 | ||
006336b8 JT |
3698 | 2002-02-02 Jason Thorpe <[email protected]> |
3699 | ||
3700 | * config.bfd (hppa*-*-netbsd*): New target. | |
3701 | ||
6c571f00 PT |
3702 | 2002-01-31 Philipp Thomas <[email protected]> |
3703 | ||
19397422 AM |
3704 | * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR |
3705 | to front of message. Unify messages with elf32-arm.h. Use | |
3706 | commas where neccessary. | |
3707 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase | |
3708 | ERROR in messages. Unify messages with coff-arm.c. Correct | |
3709 | VFP/FPA error message. | |
3710 | (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and | |
3711 | APCS-32 for translation. | |
6c571f00 | 3712 | |
930b4cb2 HPN |
3713 | 2002-02-01 Hans-Peter Nilsson <[email protected]> |
3714 | ||
3715 | Perform on-demand global register allocation from | |
3716 | R_MMIX_BASE_PLUS_OFFSET relocs. | |
3717 | * elf64-mmix.c (struct bpo_reloc_section_info, struct | |
3718 | bpo_reloc_request, struct bpo_greg_section_info): New. | |
3719 | (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook, | |
3720 | bpo_reloc_request_sort_fn, mmix_elf_relax_section, | |
3721 | _bfd_mmix_check_all_relocs, | |
3722 | _bfd_mmix_prepare_linker_allocated_gregs, | |
3723 | _bfd_mmix_finalize_linker_allocated_gregs): New functions. | |
3724 | (elf_mmix_howto_table): Correct src_mask for most relocs. | |
3725 | (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New | |
3726 | case. | |
3727 | (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New | |
3728 | case. Fix typo in comment. New label do_mmix_reloc. | |
3729 | (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to | |
3730 | store first object file with a base-plus-offset reloc. Call | |
3731 | mmix_elf_check_common_relocs for the part common with mmo. | |
3732 | (mmix_elf_final_link): Write out linker-allocated register | |
3733 | contents section. | |
3734 | (elf_backend_gc_sweep_hook): Define. | |
3735 | (bfd_elf64_bfd_relax_section): Define. | |
3736 | ||
3737 | * mmo.c: Don't include <ctype.h> | |
3738 | (mmo_init): Correct init-once logic. | |
3739 | ||
3e36d993 TR |
3740 | 2002-02-01 Tom Rix <[email protected]> |
3741 | ||
3742 | * config.bfd: Conditionally support <aiaff> for pre AIX 4.3. | |
3743 | ||
ba323545 AM |
3744 | 2002-02-01 Alan Modra <[email protected]> |
3745 | ||
3746 | * Makefile.am: Run "make dep-am" | |
3747 | * Makefile.in: Regenerate. | |
3748 | ||
012884d6 DB |
3749 | 2002-01-31 David O'Brien <obrien@FreeBSD> |
3750 | ||
3751 | * configure.in: Recognize the differences in core files from FreeBSD | |
3752 | 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as | |
3753 | 5-CURRENT. | |
3754 | * configure: Regenerate. | |
3755 | ||
3b16e843 NC |
3756 | 2002-01-31 Ivan Guzvinec <[email protected]> |
3757 | ||
3758 | * coff-or32.c: New file. | |
3759 | * cpu-or32.c: New file. | |
3760 | * elf32-or32.c: New file. | |
3761 | * archures.c: Add support for or32. | |
3762 | * targets.c: Add support for or32. | |
3763 | * bfd-in2.h: Regenerate. | |
7dc0ab31 | 3764 | * coffcode.h (coff_set_arch_mach_hook, coff_set_flags, |
3b16e843 NC |
3765 | coff_write_object_contents): Add support for or32. |
3766 | * config.bfd: Add target. | |
3767 | * configure.in: Add support for or32. | |
3768 | * configure: Regenerate. | |
3769 | * Makefile.am: Add support for or32. | |
3770 | * Makefile.in: Regenerate. | |
3b16e843 NC |
3771 | * po/SRC-POTFILES.in: Add or32 files. |
3772 | * po/bfd.pot: Regenerate. | |
7dc0ab31 | 3773 | |
caf8ca8e NC |
3774 | 2002-01-31 Nick Clifton <[email protected]> |
3775 | Don Lindsay <[email protected]> | |
3776 | ||
3777 | * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return | |
3778 | false' with a return of a bfd_reloc_ error code. | |
3779 | ||
e5dfef09 HPN |
3780 | 2002-01-31 Hans-Peter Nilsson <[email protected]> |
3781 | ||
3782 | * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't | |
3783 | unexport unreferenced symbols when --export-dynamic. Call | |
3784 | _bfd_elf_strtab_delref when unexporting. | |
3785 | ||
4e4770d0 DJ |
3786 | 2002-01-30 Daniel Jacobowitz <[email protected]> |
3787 | ||
3788 | * bfd-in.h: Include <stdbool.h> if it is available. | |
3789 | * bfd-in2.h: Regenerated. | |
3790 | ||
e1fa50e7 AM |
3791 | 2002-01-31 Alan Modra <[email protected]> |
3792 | ||
3793 | * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should | |
3794 | not go via the plt. | |
3795 | ||
b5f79c76 NC |
3796 | 2002-01-30 Nick Clifton <[email protected]> |
3797 | ||
b5f79c76 NC |
3798 | * archures.c: Tidy up formatting of embedded comments. |
3799 | * bfd.c: Tidy up formatting of embedded comments. | |
7dc0ab31 | 3800 | * bfd-in.h: Fix formatting of comments. |
b5f79c76 NC |
3801 | * reloc.c: Tidy up formatting of ordinary & embedded comments. |
3802 | * section.c: Tidy up formatting of embedded comments. | |
3803 | * syms.c: Tidy up formatting of embedded comments. | |
3804 | * targets.c: Tidy up formatting of embedded comments. | |
3805 | ||
3806 | * bfd-in2.h: Regenerate. | |
3807 | ||
ca09e32b NC |
3808 | 2002-01-30 Nick Clifton <[email protected]> |
3809 | ||
3810 | * vms-tir.c (cmd_name): New function. | |
3811 | (tir_cmd_name): New function. | |
3812 | (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name(). | |
3813 | (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name(). | |
3814 | Fix formatting. | |
7dc0ab31 | 3815 | |
ca09e32b NC |
3816 | * peXXigen.c (pe_print_idata): Rearrange message to aid in |
3817 | translation. | |
3818 | (pe_print_pdata): Rearrange message to aid in translation. | |
3819 | ||
3820 | * libbfd.c (warn_deprecated): Rearrange error message to aid in | |
3821 | translation. | |
3822 | ||
3823 | * ihex.c (ihex_write_object_contents): Fix spelling typo. | |
3824 | ||
3825 | * ieee.c (ieee_slurp_external_symbols): Remove spurious space. | |
3826 | ||
3827 | * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error | |
3828 | message to aid in translation. | |
3829 | ||
3830 | * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message | |
3831 | to aid in translation. | |
3832 | ||
3833 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo. | |
3834 | ||
7dc0ab31 | 3835 | 2002-01-30 Philipp Thomas <[email protected]> |
ae1a89b7 PT |
3836 | |
3837 | * coff-arm.c, elf32-elf.h: Unify messages. | |
3838 | ||
05f64ac6 NC |
3839 | 2002-01-30 Nick Clifton <[email protected]> |
3840 | ||
3841 | * po/sv.po: Updated translation. | |
3842 | ||
f5a3e38a NC |
3843 | 2002-01-30 Philipp Thomas <[email protected]> |
3844 | ||
3845 | * dwarf2.c (read_abbrev): Use full section name in error message. | |
3846 | (decode_line_info): Likewise. | |
661a3fd4 NC |
3847 | |
3848 | * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging | |
3849 | message. | |
3850 | ||
d926e03d AM |
3851 | 2002-01-30 Alan Modra <[email protected]> |
3852 | ||
3853 | * elf64-ppc.c (func_desc_adjust): Only provide missing function | |
3854 | descriptor symbols for undefined function code syms. Clear | |
3855 | ELF_LINK_NON_ELF so that they can stay weak. | |
3856 | ||
030d18fb | 3857 | 2002-01-29 Chris Demetriou <[email protected]> |
7dc0ab31 | 3858 | Mitch Lichtenberg <[email protected]> |
030d18fb CD |
3859 | |
3860 | * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype. | |
3861 | * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function | |
3862 | to handle 32-bit ELF embedded reloc (ld --embedded-relocs) | |
3863 | generation. | |
3864 | * bfd-in2.h: Regenerate. | |
3865 | ||
fcc76bea CD |
3866 | 2002-01-29 Chris Demetriou <[email protected]> |
3867 | ||
3868 | * elf32-mips.c: Add additional comments about HI16 relocation | |
3869 | processing. | |
3870 | (_bfd_mips_elf_hi16_reloc): Don't subtract address here for | |
3871 | pc-relative relocations. (Reverts change made on 2001-10-31.) | |
3872 | (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here | |
3873 | for pc-relative relocations. | |
3874 | (mips_elf_calculate_relocation): Add a comment about a kludge | |
3875 | in the R_MIPS_GNU_REL_HI16 handling. | |
3876 | (_bfd_mips_elf_relocate_section): Implement that kludge; | |
3877 | adjust pc-relative HI16 relocation for difference in HI16 and | |
3878 | LO16 addresses, since it can't easily be done in | |
3879 | mips_elf_calculate_relocation. | |
3880 | ||
f9cd9119 MS |
3881 | 2002-01-29 Martin Schwidefsky <[email protected]> |
3882 | ||
3883 | * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32 | |
3884 | relocations with PC32 relocations for undefined or weak symbols. | |
3885 | * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise. | |
3886 | * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise. | |
3887 | ||
702248bb JT |
3888 | 2002-01-28 Jason Thorpe <[email protected]> |
3889 | ||
3890 | * elfcore.h (elf_core_file_p): Improve comment for last change. | |
3891 | ||
4867be41 DJ |
3892 | 2002-01-27 Daniel Jacobowitz <[email protected]> |
3893 | ||
3894 | * configure: Regenerated. | |
3895 | ||
a94cef6a JT |
3896 | 2002-01-27 Jason Thorpe <[email protected]> |
3897 | ||
3898 | * elfcore.h (elf_core_file_p): Set the machine architecture | |
3899 | before processing the program headers. | |
3900 | ||
7562a296 HPN |
3901 | 2002-01-26 Hans-Peter Nilsson <[email protected]> |
3902 | ||
966abd70 HPN |
3903 | * configure.in <64-bit configuration>: If using gcc, check and |
3904 | emit error for egcs-1.1.2. | |
3905 | * configure: Regenerate. | |
3906 | ||
e8eab623 NC |
3907 | 2002-01-26 Egor Duda <[email protected]> |
3908 | ||
3909 | * elf.c (elfcore_grok_win32pstatus): Copy only as much information | |
3910 | as possible to avoid stack corruption. | |
3911 | ||
73896efb RH |
3912 | 2002-01-26 Richard Henderson <[email protected]> |
3913 | ||
3914 | * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext | |
3915 | for non-allocated sections. | |
3916 | ||
3917 | 2002-01-25 Mark Kettenis <[email protected]> | |
c106e334 MK |
3918 | |
3919 | * elf.c (elfcore_write_prstatus): Make sure we pass the address of | |
3920 | prstat.pr_reg even if it is a struct. | |
3921 | ||
73896efb | 3922 | 2002-01-25 Steve Ellcey <[email protected]> |
254ed743 NC |
3923 | |
3924 | * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX. | |
3925 | ||
3d66c4f7 NC |
3926 | 2002-01-25 Philipp Thomas <[email protected]> |
3927 | ||
3928 | * coffgen.c (coff_print_symbol): Don't mark info message | |
3929 | for translation. | |
3930 | ||
9460ecda NC |
3931 | 2002-01-25 Nick Clifton <[email protected]> |
3932 | ||
3933 | * po/fr.po: Updated translation. | |
3934 | * po/es.po: Updated translation. | |
3935 | ||
cc9ff76a AM |
3936 | 2002-01-25 Philipp Thomas <[email protected]> |
3937 | ||
3938 | * coff-alpha.c (alpha_relocate_section): Unify warning message | |
3939 | for GP relative relocations without GP defined. | |
3940 | * coff-mips.c (mips_relocate_section): Likewise. | |
3941 | ||
c68836a9 AM |
3942 | 2002-01-25 Alan Modra <[email protected]> |
3943 | ||
3944 | * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid | |
3945 | unsigned overflow when new_offset < old_offset. | |
3946 | ||
e8eab623 | 3947 | 2002-01-24 Philipp Thomas <[email protected]> |
391154e9 NC |
3948 | |
3949 | * bfd.c (_bfd_abort): Fix typo. | |
3950 | ||
8ba89f17 RH |
3951 | 2002-01-23 Richard Henderson <[email protected]> |
3952 | ||
3953 | * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress | |
3954 | plt entries for undefweak symbols. | |
3955 | ||
c6953948 NC |
3956 | 2002-01-23 Steve Ellcey <[email protected]> |
3957 | ||
3958 | * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to | |
3959 | DEFAULT_VECTOR. | |
3960 | (bfd_elf64_ia64_hpux_big_vec): Ditto. | |
3961 | (bfd_elf32_h8300_vec): Ditto. | |
3962 | ||
41bd81ab AM |
3963 | 2002-01-23 Alan Modra <[email protected]> |
3964 | ||
3965 | * elf64-ppc.c: Remove stale part of ABI comment. | |
3966 | (NO_OPD_RELOCS): Define. | |
3967 | (ppc64_elf_check_relocs): Use it. | |
3968 | (ppc64_elf_relocate_section): Here too. | |
3969 | (build_one_stub): Don't point function syms at the stub. Instead, | |
3970 | hijack plt.offset. | |
3971 | (ppc64_elf_relocate_section): Check whether REL24 relocs should | |
3972 | really go to the stub. Make all dynamic relocs in opd against | |
3973 | locals. | |
3974 | (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of | |
3975 | plt.offset. | |
3976 | ||
f304919d RH |
3977 | 2002-01-22 Richard Henderson <[email protected]> |
3978 | ||
3979 | * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp. | |
3980 | ||
c0ef99a7 AM |
3981 | 2002-01-22 Alan Modra <[email protected]> |
3982 | ||
60ee0d4a AM |
3983 | * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of |
3984 | TOC_BASE_OFF adjustment. | |
3985 | ||
c0ef99a7 AM |
3986 | * Makefile.am: Run "make dep-am". |
3987 | * Makefile.in: Regenerate. | |
3988 | * po/SRC-POTFILES.in: Regenerate. | |
3989 | ||
64328b46 AM |
3990 | 2002-01-22 John David Anglin <[email protected]> |
3991 | ||
3992 | * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new | |
3993 | host defines. | |
3994 | ||
59953665 | 3995 | 2002-01-21 Hans-Peter Nilsson <[email protected]> |
58255df3 HPN |
3996 | |
3997 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>: | |
3998 | Check for and emit error if sgot is NULL at this point. | |
3999 | ||
9596feea JT |
4000 | 2002-01-21 Jason Thorpe <[email protected]> |
4001 | ||
4002 | * config.bfd (ia64*-*-netbsd*): New target. | |
4003 | ||
7b45c6e1 AM |
4004 | 2002-01-21 Thomas Klausner <[email protected]> |
4005 | ||
4006 | * som.c (som_write_space_strings): Comment typo fix. | |
4007 | ||
e5094212 AM |
4008 | 2002-01-21 Alan Modra <[email protected]> |
4009 | ||
e86ce104 AM |
4010 | * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and |
4011 | is_func_descriptor fields. | |
4012 | (link_hash_newfunc): Init them. | |
4013 | (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a | |
4014 | dot are candidates for plt entries. When processing .opd relocs, | |
4015 | set function descriptor strings to point inside function code | |
4016 | string, and set new ppc_link_hash_entry fields. | |
4017 | (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs. | |
4018 | (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with | |
4019 | function descriptors. It's now done in.. | |
4020 | (func_desc_adjust): New. | |
4021 | (ppc64_elf_func_desc_adjust): New. | |
4022 | (define elf_backend_always_size_sections): Define. | |
4023 | (ppc64_elf_hide_symbol): New. | |
4024 | (define elf_backend_hide_symbol): Define. | |
4025 | (allocate_dynrelocs): Remove code looking up function descriptors | |
4026 | as that has been done earlier. | |
4027 | (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash | |
4028 | table. | |
4029 | (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking | |
4030 | up function descriptor. | |
4031 | (build_one_stub): Look up the function code sym. Check for | |
4032 | invalid plt offsets. | |
4033 | (ppc64_elf_relocate_section): Tweak calls to undefined weak syms. | |
4034 | Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs. | |
4035 | ||
e5094212 AM |
4036 | * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add |
4037 | boolean param. | |
4038 | (_bfd_elf_link_hash_hide_symbol): Likewise. | |
4039 | * elflink.h (elf_link_add_object_symbols): Adjust call to | |
4040 | elf_backend_hide_symbol. | |
4041 | (elf_fix_symbol_flags): Likewise. | |
4042 | (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather | |
4043 | than bfd_alloc. | |
4044 | * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param. | |
4045 | Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref. | |
4046 | * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise. | |
4047 | (clobber_millicode_symbols): Adjust to suit new hide_symbol. | |
4048 | * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param | |
4049 | and adjust to suit. | |
4050 | * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call | |
4051 | _bfd_elf_link_hash_hide_symbol rather than duplicating code. | |
4052 | * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise. | |
4053 | ||
40b8271b AM |
4054 | 2002-01-18 Alan Modra <[email protected]> |
4055 | ||
4056 | * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a | |
4057 | dynamic function descriptor symbol, not the associated function | |
4058 | symbol. | |
4059 | ||
55baa95b EC |
4060 | 2002-01-17 Eric Christopher <[email protected]> |
4061 | ||
4062 | * elf32-mips.c (mips_elf_calculate_relocation): Fix typo. | |
4063 | ||
328577ad NC |
4064 | 2002-01-17 Nick Clifton <[email protected]> |
4065 | ||
4066 | * po/bfd.pot: Regenerate. | |
4067 | * po/fr.po: Regenerate. | |
4068 | ||
af746e92 AM |
4069 | 2002-01-17 Alan Modra <[email protected]> |
4070 | ||
4071 | * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>): | |
4072 | Remove "Elf_Internal_Shdr *" param. | |
4073 | (_bfd_mips_elf_section_from_bfd_section): Ditto. | |
4074 | * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto. | |
4075 | * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto. | |
4076 | * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto. | |
4077 | * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto. | |
4078 | * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto. | |
4079 | * elf.c (_bfd_elf_section_from_bfd_section): Allow backend | |
4080 | function to override special sections. Remove hdr arg from | |
4081 | backend call, and don't loop. | |
4082 | ||
175e9962 EC |
4083 | 2002-01-16 Eric Christopher <[email protected]> |
4084 | ||
4085 | * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp | |
4086 | on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of | |
4087 | relocations requiring gp0 and gp. | |
4088 | ||
96a846ea RE |
4089 | 2002-01-16 Richard Earnshaw <[email protected]> |
4090 | ||
175e9962 | 4091 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle |
96a846ea RE |
4092 | EF_ARM_VFP_FLOAT. |
4093 | (elf32_arm_print_private_bfd_data): Likewise. | |
4094 | ||
af3ae48d NC |
4095 | 2002-01-16 Nick Clifton <[email protected]> |
4096 | ||
4097 | * po/tr.po: Import new version. | |
4098 | ||
10ed1bba AM |
4099 | 2002-01-16 Alan Modra <[email protected]> |
4100 | ||
4101 | * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs. | |
4102 | (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc. | |
4103 | (ORI_R0_R0_0): Correct. | |
4104 | ||
5d1634d7 AM |
4105 | 2002-01-16 Alan Modra <[email protected]> |
4106 | ||
4107 | * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE | |
4108 | when plt_not_loaded. | |
4109 | * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to | |
4110 | clear .plt SEC_CODE here. Create .stub and correct .glink flags. | |
4111 | (PLT_INITIAL_ENTRY_SIZE): Set to 24. | |
4112 | (ppc64_elf_glink_code): Delete. | |
4113 | (PPC64_ELF_GLINK_SIZE): Delete. | |
4114 | (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11, | |
4115 | BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0, | |
4116 | ORI_R0_R0_0): Define. | |
4117 | (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define. | |
4118 | (struct ppc_link_hash_table): Add sstub and plt_overflow. | |
4119 | (ppc64_elf_link_hash_table_create): Init them. | |
4120 | (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry. | |
4121 | Don't copy to shared lib. | |
4122 | (ppc64_elf_check_relocs): Call bfd_set_error on errors. | |
4123 | (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount. | |
4124 | (allocate_dynrelocs <plt>): Don't change function sym here. Make | |
4125 | room for .stub and .glink code. | |
4126 | (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for | |
4127 | DT_PPC64_GLINK. | |
4128 | (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call | |
4129 | bfd_elf64_bfd_final_link. | |
4130 | (bfd_elf64_bfd_final_link): Don't define. | |
4131 | (ppc64_elf_size_stubs): New. | |
4132 | (build_plt_stub): New. | |
4133 | (build_one_stub): New. | |
4134 | (ppc64_elf_build_stubs): New. | |
4135 | (ppc64_elf_relocate_section <toc relocs>): Remove assert. | |
4136 | (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs. | |
4137 | (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set | |
4138 | DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in | |
4139 | case output sections not separate. Adjust DT_RELASZ to not | |
4140 | include plt relocs. Set reserved got entry. Set got and plt | |
4141 | entry size. | |
4142 | (elf_backend_got_header_size): Set to 8. | |
4143 | * elf64-ppc.h: New file. | |
4144 | ||
c601ffdb AM |
4145 | 2002-01-16 Alan Modra <[email protected]> |
4146 | ||
4147 | * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing | |
4148 | sections, use bfd_section_list_remove. | |
4149 | * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise. | |
4150 | * elflink.h (elf_link_add_object_symbols): When removing all | |
4151 | sections, use bfd_section_list_clear. | |
4152 | ||
8fb4cb7f NC |
4153 | 2002-01-15 Nick Clifton <[email protected]> |
4154 | ||
4155 | * po/sv.po: New file: Swedish translation. | |
4156 | * configure.in (ALL_LINGUAS): Add sv. | |
4157 | * configure: Regenerate. | |
4158 | ||
d3c456e9 JJ |
4159 | 2002-01-15 Jakub Jelinek <[email protected]> |
4160 | ||
4161 | * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change. | |
4162 | * elf.c (merge_sections_remove_hook): New function. | |
4163 | (_bfd_elf_merge_sections): Pass it as 3rd argument to | |
4164 | _bfd_merge_sections. | |
4165 | * libbfd-in.h (_bfd_merge_sections): Add 3rd argument. | |
4166 | * libbfd.h: Rebuilt. | |
4167 | * merge.c (_bfd_merge_sections): Add remove_hook argument. | |
4168 | Call remove_hook if a SEC_EXCLUDE section is encountered. | |
4169 | ||
1f7fd478 NC |
4170 | 2002-01-15 Nick Clifton <[email protected]> |
4171 | ||
4172 | * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'. | |
4173 | (xstormy16_reloc_map): Initialise new field with correct howto | |
4174 | table. | |
4175 | (xstormy16_reloc_type_lookup): Use 'table' field to locate correct | |
4176 | howto entry. | |
4177 | ||
b87011e9 MS |
4178 | 2002-01-10 Michael Snyder <[email protected]> |
4179 | ||
4180 | * elf.c (elfcore_write_prstatus): Use long instead of pid_t; | |
4181 | (elfcore_write_pstatus): Use long instead of pid_t; | |
4182 | * elf-bfd.h: Change prototypes to use long instead of pid_t; | |
4183 | ||
175e9962 | 4184 | 2002-01-09 Jason Thorpe <[email protected]> |
b4db1224 JT |
4185 | |
4186 | * elf.c: Update copyright years. | |
4187 | (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO | |
4188 | and NT_NETBSDCORE_FIRSTMACH. Improve a comment. | |
4189 | ||
7c76fa91 MS |
4190 | 2002-01-08 Michael Snyder <[email protected]> |
4191 | ||
4192 | Add capability to write corefile note sections, for gdb. | |
4193 | * elf.c (elfcore_write_note): New function. | |
4194 | (elfcore_write_prpsinfo): New function. | |
4195 | (elfcore_write_prstatus): New function. | |
4196 | (elfcore_write_pstatus): New function. | |
4197 | (elfcore_write_prfpreg): New function. | |
4198 | (elfcore_write_prxfpreg): New function. | |
97996af6 | 4199 | * elf-bfd.h: Add prototypes for above functions. |
7c76fa91 | 4200 | |
e1fddb6b AO |
4201 | 2002-01-08 Alexandre Oliva <[email protected]> |
4202 | ||
4203 | * elf.c (elf_fake_sections): Propagate errors from | |
4204 | elf_backend_fake_section. | |
4205 | ||
8d05742f JT |
4206 | 2002-01-07 Jason Thorpe <[email protected]> |
4207 | ||
4208 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo. | |
4209 | (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c. | |
4210 | (elf32-sh-nbsd.lo): New rule. | |
4211 | * Makefile.in: Regenerate. | |
4212 | * config.bfd (sh*le-*-netbsdelf*): New target. | |
4213 | (sh*-*-netbsdelf*): New target. | |
4214 | * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*. | |
4215 | (bfd_elf32_shnbsd_vec): New vector. | |
4216 | (bfd_elf32_shlnbsd_vec): New vector. | |
4217 | * configure: Regenerate. | |
4218 | * elf32-sh-nbsd.c: New file. | |
4219 | * targets.c: Update copyright years. | |
175e9962 | 4220 | (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and |
8d05742f JT |
4221 | bfd_elf32_shnbsd_vec. |
4222 | ||
1dba4cb4 AH |
4223 | 2002-01-07 Aldy Hernandez <[email protected]> |
4224 | ||
4225 | * coff-rs6000.c (READ20): Use bfd_scan_vma. | |
4226 | ||
47b22aef GK |
4227 | 2002-01-07 Geoffrey Keating <[email protected]> |
4228 | ||
4229 | * elflink.h (elf_link_input_bfd): Don't ask for the merged offset | |
4230 | of a symbol in a section that will be deleted. | |
4231 | ||
be2d1673 NC |
4232 | 2002-01-07 Nick Clifton <[email protected]> |
4233 | ||
4234 | * po/es.po: New file: Spanish translation. | |
4235 | * configure.in (ALL_LINGUAS): Add es. | |
4236 | * configure: Regenerate. | |
4237 | ||
d9cf1b54 AM |
4238 | 2002-01-06 Steve Ellcey <[email protected]> |
4239 | ||
4240 | * elfxx-ia64.c (is_unwind_section_name): Add target vector as | |
4241 | argument so we can handle HP-UX specially. | |
4242 | (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name. | |
4243 | (elfNN_hpux_backend_section_from_bfd_section): New for support | |
4244 | of SHN_IA_64_ANSI_COMMON. | |
4245 | (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON. | |
4246 | (is_unwind_section_name): Add special HP-UX support. | |
4247 | (elfNN_ia64_section_from_shdr): Add support for more sections. | |
4248 | (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and | |
4249 | add support for more sections. | |
4250 | (elfNN_ia64_additional_program_headers): Modify | |
4251 | is_unwind_section_name call. | |
4252 | (elfNN_ia64_modify_segment_map): Remove assumption that there is | |
4253 | only one unwind section in segment. | |
4254 | ||
3f3c5c34 AM |
4255 | 2002-01-06 Alan Modra <[email protected]> |
4256 | ||
4257 | * syms.c (_bfd_generic_make_empty_symbol): New function. | |
4258 | * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as | |
4259 | _bfd_generic_make_empty_symbol. | |
4260 | * libbfd.h: Regenerate. | |
4261 | * bfd-in2.h: Regenerate. | |
4262 | * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function. | |
4263 | (hppabsd_core_get_symtab_upper_bound): Don't define. | |
4264 | (hppabsd_core_get_symtab): Likewise. | |
4265 | (hppabsd_core_print_symbol): Likewise. | |
4266 | (hppabsd_core_get_symbol_info): Likewise. | |
4267 | (hppabsd_core_bfd_is_local_label_name): Likewise. | |
4268 | (hppabsd_core_get_lineno): Likewise. | |
4269 | (hppabsd_core_find_nearest_line): Likewise. | |
4270 | (hppabsd_core_bfd_make_debug_symbol): Likewise. | |
4271 | (hppabsd_core_read_minisymbols): Likewise. | |
4272 | (hppabsd_core_minisymbol_to_symbol): Likewise. | |
4273 | (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols). | |
4274 | Formatting fixes. | |
4275 | * hpux-core.c: Similarly. | |
4276 | * irix-core.c: Similarly. | |
4277 | * osf-core.c: Similarly. | |
4278 | * sco5-core.c: Similarly. | |
4279 | * binary.c (binary_make_empty_symbol): Remove function, define as | |
4280 | _bfd_generic_make_empty_symbol. | |
4281 | * ihex.c (ihex_make_empty_symbol): Likewise. | |
4282 | * mmo.c (mmo_make_empty_symbol): Likewise. | |
4283 | * ppcboot.c (ppcboot_make_empty_symbol): Likewise. | |
4284 | * srec.c (srec_make_empty_symbol): Likewise. | |
4285 | * versados.c (versados_make_empty_symbol): Likewise. | |
4286 | * vms.c (_bfd_vms_make_empty_symbol): Remove. | |
4287 | (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol. | |
4288 | * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol | |
4289 | rather than _bfd_vms_make_empty_symbol. | |
4290 | * vms-misc.c (new_symbol): Likewise. | |
4291 | ||
3f0a7f7f AM |
4292 | 2002-01-05 Alan Modra <[email protected]> |
4293 | ||
9e7b37b3 AM |
4294 | * section.c (bfd_section_init): Remove unnecessary initialisations. |
4295 | (bfd_section_list_clear): New function. | |
4296 | (bfd_section_list_remove, bfd_section_list_insert): New macros. | |
4297 | (_bfd_strip_section_from_output): Use them. | |
4298 | * coffcode.h (coff_set_alignment_hook): Likewise. | |
4299 | * elf32-mips.c (_bfd_mips_elf_final_link): Likewise. | |
4300 | * elf64-mips.c (mips_elf64_final_link): Likewise. | |
4301 | * elf64-mmix.c (mmix_elf_final_link): Likewise. | |
4302 | * sunos.c (sunos_add_dynamic_symbols): Likewise. | |
4303 | * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise. | |
4304 | * bfd-in2.h: Regenerate. | |
4305 | ||
4306 | * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway | |
4307 | rather than doing our own section handling. Clean up after errors | |
4308 | with bfd_release and bfd_section_list_clear. Handle unexpected | |
4309 | flags. | |
4310 | * aoutf1.h (sunos4_core_file_p): Likewise. | |
4311 | * aix386-core.c (aix386_core_file_p): Likewise. | |
4312 | * cisco-core.c (cisco_core_file_validate): Likewise. | |
4313 | * ptrace-core.c (ptrace_unix_core_file_p): Likewise. | |
4314 | * trad-core.c (trad_unix_core_file_p): Likewise. | |
4315 | ||
4316 | * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors | |
4317 | with bfd_release and bfd_section_list_clear. | |
4318 | * hpux-core.c (hpux_core_core_file_p): Likewise. | |
4319 | * irix-core.c (irix_core_core_file_p): Likewise. | |
4320 | * lynx-core.c (lynx_core_file_p): Likewise. | |
4321 | * osf-core.c (osf_core_core_file_p): Likewise. | |
4322 | * rs6000-core.c (rs6000coff_core_p): Likewise. | |
4323 | * sco5-core.c (sco5_core_file_p): Likewise. | |
4324 | ||
3f0a7f7f AM |
4325 | * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform |
4326 | sign extension adjustments without conditionals. | |
4327 | ||
a3aa38ee JJ |
4328 | 2002-01-04 Jakub Jelinek <[email protected]> |
4329 | ||
4330 | * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if | |
4331 | CIE at .eh_frame start is removed due to no FDEs referencing it. | |
4332 | ||
8a8b2d4b AJ |
4333 | 2002-01-04 Jason Thorpe <[email protected]> |
4334 | ||
4335 | * config.bfd (x86_64-*-netbsd*): New target. | |
4336 | * configure.in (x86_64-*-netbsd*): Set COREFILE | |
4337 | to netbsd-core.lo. | |
4338 | * configure: Regenerated. | |
4339 | ||
04b5af89 TR |
4340 | 2002-01-03 Tom Rix <[email protected]> |
4341 | ||
4342 | * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering | |
4343 | for recent bfd_make_section_anyway change. | |
4344 | ||
51c5503b NC |
4345 | 2002-01-03 Nick Clifton <[email protected]> |
4346 | ||
4347 | * elf32-arm.h (elf32_arm_final_link_relocate): Handle | |
4348 | R_ARM_THM_PC11 reloc. | |
4349 | ||
07f7c046 NC |
4350 | 2002-01-02 Nick Clifton <[email protected]> |
4351 | ||
4352 | * configure.in (LINGUAS): Add ja. | |
4353 | * configure: Regenerate. | |
4354 | * po/ja.po: Import from translation project's web site. | |
4355 | ||
5eefb65f NC |
4356 | 2002-01-02 Nick Clifton <[email protected]> |
4357 | ||
4358 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error | |
4359 | messages to ease translation into other languages. | |
4360 | ||
39e90f10 | 4361 | For older changes see ChangeLog-0001 |
56882138 AM |
4362 | \f |
4363 | Local Variables: | |
4364 | mode: change-log | |
4365 | left-margin: 8 | |
4366 | fill-column: 74 | |
4367 | version-control: never | |
4368 | End: |