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