]>
Commit | Line | Data |
---|---|---|
6cbac8b9 L |
1 | 2001-06-24 H.J. Lu <[email protected]> |
2 | ||
3 | * cpu-i960.c (scan_960_mach): Don't modify const char *. Use | |
4 | strncasecmp/strcasecmp instead of strncmp/strcmp. | |
5 | ||
62b7d3f1 L |
6 | 2001-06-23 H.J. Lu <[email protected]> |
7 | ||
8 | * elf32-i386.c (elf_i386_relocate_section): Check the | |
9 | ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined | |
10 | in the regular object file and treat the weak definition as | |
11 | the normal one. | |
12 | ||
12d0ee4a AM |
13 | 2001-06-23 Alan Modra <[email protected]> |
14 | ||
8c694914 AM |
15 | * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten |
16 | unresolved_reloc test to exclude cases where we use "relocation" | |
17 | before setting it to point into the .got. Reinstate fudge for | |
18 | unresolved relocs in debugging sections. | |
19 | ||
83be169b AM |
20 | * elf32-i386.c (elf_i386_relocate_section): Replace ugly |
21 | complicated tests for unresolvable relocs with a simple direct | |
22 | scheme using "unresolved_reloc" var. | |
23 | ||
ffb2e45b AM |
24 | * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to |
25 | elf_i386_dyn_relocs. Update comment. | |
26 | (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to | |
27 | dyn_relocs. | |
28 | (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change | |
29 | others to aborts. | |
30 | (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with | |
31 | abort. | |
32 | (elf_i386_size_dynamic_sections): Likewise. | |
33 | (elf_i386_finish_dynamic_symbol): Likewise. | |
34 | (elf_i386_finish_dynamic_sections): Likewise. | |
35 | (elf_i386_relocate_section): Likewise. Tidy R_386_GOT32 and error | |
36 | handling code. | |
37 | ||
12d0ee4a AM |
38 | Avoid creating COPY relocs if possible. |
39 | * elf32-i386.c (elf_i386_check_relocs): Tweak condition under | |
40 | which .got created. Mark symbols used by R_386_32 and R_386_PC32 | |
41 | relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the | |
42 | reloc is in a read-only section. Instead, allocate space for a | |
43 | dynamic reloc to reference the library symbol directly. Keep | |
44 | track of space we allocate using pcrel_relocs_copied. | |
45 | (discard_copies): Delete, and move code to .. | |
46 | (allocate_plt_and_got): ..here. Rename to | |
47 | allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic | |
48 | relocs for non-shared link. | |
49 | (elf_i386_size_dynamic_sections): Update calls to above functions. | |
50 | (elf_i386_relocate_section): Write out the dynamic relocs. Add | |
51 | more ugly logic to avoid "unresolvable relocation" error. Use | |
52 | htab shortcut in place of elf_hash_table macro. | |
53 | (elf_i386_finish_dynamic_sections): Allow that dynamic .got may | |
54 | not always be created now. | |
55 | ||
f631948d AJ |
56 | 2001-06-20 Bo Thorsen <[email protected]> |
57 | ||
58 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of | |
59 | shared libraries. | |
60 | ||
89084430 NC |
61 | 2001-06-18 Thiemo Seufer <[email protected]> |
62 | ||
63 | * configure.host (mips64-*-linux): Reformat. | |
64 | ||
68fb2e56 AM |
65 | 2001-06-21 Alan Modra <[email protected]> |
66 | ||
67 | * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always | |
68 | allocate local .got space. Use shortcuts from hash table for .got | |
69 | and .plt rather than comparing section names. | |
70 | (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than | |
71 | adjusting index into local_got_refcounts to document what we are | |
72 | really doing. | |
73 | (elf32_hppa_relocate_section): Similarly for local_plt_offsets. | |
74 | Tidy .got and .plt error checking. | |
75 | ||
9317eacc CM |
76 | 2001-06-20 Catherine Moore <[email protected]> |
77 | ||
78 | * elf-bfd.h (struct elf_backend_data): | |
79 | elf_backend_emit_relocs: New field: Function for emitting | |
80 | relocs. | |
81 | elf_backend_count_relocs: New field: Function for determining | |
82 | the number of relocs to be emitted. | |
83 | * elfxx-target.h: Provide default (NULL) values for | |
84 | elf_backend_emit_relocs and elf_backend_count_relocs. | |
85 | * elflink.h (elf_link_size_reloc_section): Make the hash table | |
86 | big enough to hold the relocs counted by either reloc_count or | |
f631948d | 87 | o->reloc_count. |
9317eacc CM |
88 | (elf_bfd_final_link) emit_relocs: New boolean, set if relocs |
89 | should be emitted, either because of a command line option | |
90 | stored in the info structure or because the target provides a | |
91 | special reloc emitting function. | |
92 | If the target provides a reloc counting function use it, | |
93 | unless performing a relocatable link or emitting all relocs. | |
94 | Also set the SEC_RELOC flag on any output section which will | |
95 | contain relocs. | |
96 | (elf_link_input_bfd): emit_relocs: New boolean, set if relocs | |
97 | should be emitted, either because of a command line option | |
98 | stored in the info structure or because the target provides a | |
99 | special reloc emitting function. | |
100 | If the target provides a reloc emitting function, use it, | |
101 | unless performing a relocatable link or emitting all relocs. | |
102 | ||
161d71a6 L |
103 | 2001-06-20 H.J. Lu <[email protected]> |
104 | ||
105 | * elf32-i386.c (elf_i386_size_dynamic_sections): Always | |
106 | allocate local .got space. | |
107 | ||
fd8ab9e5 AJ |
108 | 2001-06-19 Andreas Jaeger <[email protected]> |
109 | ||
110 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of | |
111 | dynamic symbols. | |
112 | ||
99293407 HPN |
113 | 2001-06-18 Hans-Peter Nilsson <[email protected]> |
114 | ||
115 | * elflink.h (struct elf_assign_sym_version_info): Remove member | |
116 | export_dynamic. All users changed to use info member. | |
117 | NAME(bfd_elf,size_dynamic_sections)): Remove parameter | |
118 | export_dynamic, instead use member in parameter info. | |
119 | * bfd-in.h (bfd_elf32_size_dynamic_sections, | |
120 | bfd_elf64_size_dynamic_sections): Update prototype. | |
121 | * bfd-in2.h: Regenerate. | |
122 | ||
bc2b6df7 L |
123 | 2001-06-18 H.J. Lu <[email protected]> |
124 | ||
125 | * elflink.h (elf_info_failed): Add a new field, verdefs. | |
126 | (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to | |
127 | elf_export_symbol. | |
128 | (elf_export_symbol): Check eif->verdefs to decide if a symbol | |
129 | should be exported. | |
130 | ||
43917054 L |
131 | 2001-06-17 H.J. Lu <[email protected]> |
132 | ||
133 | * elf32-mips.c (mips_elf_link_hash_entry): Add a new field, | |
134 | readonly_reloc, to record if a relocation in the .rel.dyn | |
f631948d | 135 | section is against a read-only section. |
43917054 L |
136 | (mips_elf_link_hash_newfunc): Initialize the readonly_reloc |
137 | field to false. | |
138 | (_bfd_mips_elf_check_relocs): Record if there is a relocation | |
139 | in the .rel.dyn section against a read-only section by setting | |
140 | DF_TEXTREL or readonly_reloc. | |
141 | (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if | |
142 | it is true. | |
143 | (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if | |
144 | there is a relocation in the .rel.dyn section against a | |
145 | read-only section. | |
146 | (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if | |
147 | DF_TEXTREL is set. | |
148 | ||
7c8ca0e4 NC |
149 | 2001-06-12 Nick Clifton <[email protected]> |
150 | ||
151 | * coffcode.h (styp_flags_to_sec_flags): Change to a boolean | |
152 | function. Move flagword result into parameter list. Remove | |
153 | comment about setting bfd_error_handler to intercept failure | |
154 | results. | |
155 | * coffgen.c (make_a_section_from_file): Examine result of | |
156 | calling bfd_coff_styp_to_sec_flags and pass a failure back to | |
157 | caller. | |
158 | * ecoff.h (styp_flags_to_sec_flags): Change to a boolean | |
159 | function. Move flagword result into parameter list. | |
160 | * libcoff.h: Regenerate. | |
161 | * libecoff.h: Regenerate. | |
162 | ||
dee0a8f4 NC |
163 | 2001-06-13 Nick Clifton <[email protected]> |
164 | ||
165 | * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data | |
166 | section is going to follow it. | |
167 | ||
0d1ea5c0 CM |
168 | 2001-06-12 Catherine Moore <[email protected]> |
169 | ||
170 | * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN | |
171 | with the file_align entry from elf_backend_data. | |
172 | (elf_gc_smash_unused_vtentry_relocs): Likewise. | |
173 | (elf_gc_record_vtentry): Likewise. | |
174 | ||
4e8a9624 AM |
175 | 2001-06-10 Alan Modra <[email protected]> |
176 | ||
177 | * elflink.h: Whitespace changes. | |
178 | (elf_link_read_relocs_from_section): Use "unsigned int" iterator | |
179 | rather than "unsigned char". | |
180 | (elf_link_output_relocs): Likewise. | |
181 | (elf_link_input_bfd): Likewise. | |
182 | (elf_reloc_link_order): LIkewise. | |
183 | * elf.c: s/CONST/const/. Whitespace changes. | |
184 | * elf32-mips.c: Formatting fix. | |
185 | ||
186 | * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h. | |
187 | * Makefile.in: Regenerate. | |
188 | * po/Make-in: Remove trailing tab. | |
189 | ||
7a25cd3e PB |
190 | 2001-06-09 Philip Blundell <[email protected]> |
191 | ||
192 | * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last | |
193 | change. | |
194 | (elf32_arm_plt_entry): Likewise. | |
195 | ||
3f5a136d L |
196 | 2001-06-08 H.J. Lu <[email protected]> |
197 | ||
198 | * elf.c (swap_out_syms): Keep names for global section symbols. | |
199 | ||
d8fe1fed L |
200 | 2001-06-07 H.J. Lu <[email protected]> |
201 | ||
202 | * config.bfd: Put back ecoff for Linux/mips. Firmwares on some | |
203 | MIPS-based machines need it. | |
204 | ||
c36e006f L |
205 | 2001-06-07 H.J. Lu <[email protected]> |
206 | ||
207 | * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab | |
208 | for SGI only. | |
209 | ||
210 | * config.bfd: Remove ecoff from Linux/mips. | |
211 | ||
cc78d0af AJ |
212 | 2001-06-07 Andreas Jaeger <[email protected]> |
213 | ||
214 | * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an | |
215 | assertion. | |
216 | (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an | |
217 | alignment of 8 for .rela sections; handle further relocations. | |
218 | ||
879db8be NC |
219 | 2001-06-06 Christian Groessler <[email protected]> |
220 | ||
221 | * coff-z8k.c: Fix formatting. | |
222 | Fix howtos: howto->size was always 1. | |
223 | ||
cbb1fd50 NC |
224 | 2001-06-05 Thiemo Seufer <[email protected]> |
225 | ||
226 | * configure.host (mips64*-*-linux*): Define. | |
227 | ||
73a74a62 AM |
228 | 2001-06-05 Alan Modra <[email protected]> |
229 | ||
6725bdbf AM |
230 | * elf32-i386.c (elf_i386_discard_copies): Rename to |
231 | discard_copies, and use elf_link_hash_entry arg rather than | |
232 | elf_i386_link_hash_entry. | |
233 | (elf_i386_link_hash_traverse): Delete. | |
234 | (elf_i386_size_dynamic_sections): Adjust call to discard_copies. | |
235 | Tidy sizing of dynamic sections. | |
236 | (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count | |
237 | possible .plt entries. | |
238 | (elf_i386_gc_sweep_hook): Likewise. | |
239 | (elf_i386_adjust_dynamic_symbol): Discard .plt entries for | |
240 | everything with plt.refcount <= 0. | |
241 | ||
242 | * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and | |
243 | .relgot space here. | |
244 | (elf_i386_gc_sweep_hook): ..and no need to deallocate here.. | |
4e8a9624 | 245 | (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and |
6725bdbf AM |
246 | .rel.plt here.. |
247 | (allocate_plt_and_got): ..instead do it all here. New function. | |
248 | (elf_i386_size_dynamic_sections): Allocate local .got space and | |
249 | call allocate_plt_and_got. No need to zap .relgot if not dynamic. | |
250 | (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link | |
251 | rather than gc variety). | |
252 | (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define. | |
253 | (elf_i386_relocate_section): Use it here and correct handling of | |
254 | R_386_GOT32. Provide section and offset for "unresolvable | |
255 | relocation" error message. | |
256 | (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32. | |
257 | ||
258 | * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot, | |
259 | sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields. | |
260 | (elf_i386_link_hash_table_create): Init them. | |
261 | (create_got_section): New function. | |
262 | (elf_i386_create_dynamic_sections): New function. | |
263 | (elf_backend_create_dynamic_sections): Set to above. | |
264 | (elf_i386_check_relocs): Use shortcuts from hash table rather than | |
265 | calling bfd_get_section_by_name. | |
266 | (elf_i386_gc_sweep_hook): Likewise. | |
267 | (elf_i386_adjust_dynamic_symbol): Likewise. | |
268 | (elf_i386_size_dynamic_sections): Likewise. | |
269 | (elf_i386_relocate_section): Likewise. | |
270 | (elf_i386_finish_dynamic_sections): Likewise. | |
271 | ||
73a74a62 AM |
272 | * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms. |
273 | ||
24a5e751 L |
274 | 2001-06-02 H.J. Lu <[email protected]> |
275 | ||
276 | * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX | |
277 | and ELFOSABI_HPUX. | |
278 | * elf64-hppa.c (elf64_hppa_object_p): Likewise. | |
279 | ||
15103188 L |
280 | 2001-06-02 H.J. Lu <[email protected]> |
281 | ||
282 | * aout-cris.c (MACHTYPE_OK): New. Defined. | |
283 | ||
2f484710 HPN |
284 | 2001-06-02 Hans-Peter Nilsson <[email protected]> |
285 | ||
286 | * section.c (_bfd_strip_section_from_output): Handle NULL | |
287 | output_section. | |
288 | ||
a5ac692b L |
289 | 2001-06-02 H.J. Lu <[email protected]> |
290 | ||
291 | * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add | |
292 | rs6000coff64_vec only if BFD64 is defined. | |
293 | (powerpc64-*-aix*): Enable only if BFD64 is defined. | |
294 | ||
27e53099 L |
295 | 2001-06-02 H.J. Lu <[email protected]> |
296 | ||
297 | * coff-ia64.c (ia64coff_object_p): Rewrite with | |
298 | external_PEI_DOS_hdr and external_PEI_IMAGE_hdr. | |
299 | ||
80643fbc AJ |
300 | 2001-06-01 Andreas Jaeger <[email protected]> |
301 | ||
302 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8 | |
303 | relocation, small reformatting. | |
304 | ||
6b3db546 AJ |
305 | 2001-05-29 Andreas Jaeger <[email protected]> |
306 | ||
307 | * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64. | |
308 | (elf64_x86_64_relocate_section): Likewise. | |
309 | ||
4dc86686 AM |
310 | 2001-05-30 Alan Modra <[email protected]> |
311 | ||
312 | * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for | |
313 | millicode. Don't allocate .got and .rela.got space here.. | |
314 | (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here.. | |
315 | (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and | |
316 | .rela.plt here.. | |
317 | (hppa_handle_PIC_calls): ..nor here.. | |
318 | (allocate_plt_and_got): ..instead do it all here. New function. | |
319 | (elf32_hppa_size_dynamic_sections): Allocate local .got space and | |
320 | call allocate_plt_and_got. No need to zap .got if not dynamic. | |
321 | (elf32_hppa_final_link): Call regular bfd_final_link instead of | |
322 | gc_common_final_link. | |
323 | (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define. | |
324 | (elf32_hppa_relocate_section): Use it here. | |
325 | (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of | |
326 | dynamic_sections_created. | |
327 | (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym. | |
328 | ||
de41dcd8 AJ |
329 | 2001-05-28 Andreas Jaeger <[email protected]> |
330 | ||
331 | * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the | |
332 | generic version since we want a hashsize of 4. | |
333 | (elf_backend_size_info): Likewise. | |
334 | ||
209f668e NC |
335 | 2001-05-28 Thiemo Seufer <[email protected]> |
336 | ||
209f668e NC |
337 | * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of |
338 | a zeroing loop. | |
339 | (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly. | |
340 | (elf_link_input_bfd): Likewise. | |
341 | (elf_reloc_link_order): Likewise. | |
342 | (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64 | |
343 | relocations correctly. | |
344 | ||
f7a74f8c NC |
345 | 2001-05-28 Nicolas Pitre <[email protected]> |
346 | ||
347 | * elf32-arm.h: fix PLT generation for big endian ARM | |
348 | ||
8dea1268 AM |
349 | 2001-05-28 Alan Modra <[email protected]> |
350 | ||
351 | * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries | |
352 | for symbols forced local that need plabels. | |
353 | (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in | |
354 | .plt.rela for local syms if non-shared. | |
355 | (hppa_build_one_stub): Mask lsb of plt.offset. | |
356 | (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set. | |
357 | (clobber_millicode_symbols): Correct comment. | |
358 | (elf32_hppa_relocate_section): Likewise. | |
359 | (elf32_hppa_finish_dynamic_symbol): Likewise. | |
360 | ||
0f2712ed NC |
361 | 2001-05-28 Jeff Sturm <[email protected]> |
362 | ||
363 | * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64. | |
364 | * bfd-in2.h: Regenerate. | |
365 | * libbfd.h: Regenerate. | |
366 | * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32 | |
367 | and BFD_RELOC_SPARC_UA64 mapping | |
368 | * elf64-sparc.c: Likewise. | |
de41dcd8 | 369 | |
6768c14a L |
370 | 2001-05-25 H.J. Lu <[email protected]> |
371 | ||
372 | * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo. | |
373 | (BFD32_BACKENDS_CFILES): Remove coff-pmac.c. | |
374 | (coff-rs6000.lo): Remove the old dependency. | |
375 | * Makefile.in: Rebuild. | |
376 | ||
377 | * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with | |
378 | coff-rs6000.lo. | |
379 | ||
b55039f4 L |
380 | 2001-05-25 H.J. Lu <[email protected]> |
381 | ||
382 | * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p, | |
383 | rs6000coff_core_file_matches_executable_p, | |
384 | rs6000coff_core_file_failing_command and | |
385 | rs6000coff_core_file_failing_signal only if AIX_CORE is | |
386 | defined. | |
387 | (pmac_xcoff_vec): Likewise. | |
388 | * coff64-rs6000.c (rs6000coff64_vec): Likewise. | |
389 | ||
64e9ece0 TW |
390 | 2001-05-25 Timothy Wall <[email protected]> |
391 | ||
392 | * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry | |
393 | for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs. | |
394 | ||
f34d8777 L |
395 | 2001-05-25 H.J. Lu <[email protected]> |
396 | ||
397 | * bfd-in2.h: Regenerated. | |
398 | * libcoff.h: Likewise. | |
399 | ||
49e9d0d3 AM |
400 | 2001-05-25 Alan Modra <[email protected]> |
401 | ||
402 | * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow | |
403 | undefined millicode syms in shared libs. | |
404 | (hppa_build_one_stub): Turn BFD_ASSERTs into aborts. | |
405 | (elf32_hppa_check_relocs): Likewise. | |
406 | (elf32_hppa_adjust_dynamic_symbol): Likewise. | |
407 | (elf32_hppa_size_dynamic_sections): Likewise. | |
408 | (elf32_hppa_relocate_section): Likewise. | |
409 | (elf32_hppa_finish_dynamic_symbol): Likewise. | |
410 | (elf32_hppa_finish_dynamic_sections): Likewise. | |
411 | ||
beb1bf64 TR |
412 | 2001-05-24 Tom Rix <[email protected]> |
413 | ||
414 | * Makefile.am coff-pmac bfd now defined in coff-rs6000.c | |
415 | xcoff-target.h not used to define rs6000 or ppc bfd. | |
416 | * Makefile.in same | |
417 | ||
418 | * bfd-in.h : (struct lineno_cache_entry) promote element "offset" | |
419 | to 64 bit. | |
420 | ||
421 | * coff-rs6000.c : Many changes for 64 bit support. Move common | |
422 | 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec | |
423 | and pmac_xcoff_vec | |
424 | ||
425 | * coff64-rs6000.c : Many changes for 64 bit support. 64 bit | |
426 | linker now supported. Explictly define the rs6000coff64_vec. | |
427 | ||
428 | * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support | |
de41dcd8 | 429 | (coff_print_aux) same |
beb1bf64 TR |
430 | (coff_write_object_contents) same |
431 | (coff_slurp_line_table) same | |
432 | ||
433 | * coffgen.c : (coff_fix_symbol_name) formatting | |
434 | (coff_mangle_symbols) xcoff 64 bit support | |
435 | (coff_write_symbol) same | |
436 | (coff_write_alien_symbol) same | |
437 | (coff_write_native_symbol) same | |
438 | (coff_write_symbols) same | |
439 | (coff_get_symbol_info) same | |
440 | (bfd_coff_get_syment) same | |
441 | (coff_print_symbol) same | |
442 | ||
443 | * config.bfd : add powerpc64-*-aix* target | |
444 | ||
445 | * libcoff-in.h : formatting | |
446 | ||
447 | * libcoff.h : move xcoff extern declarations to libxcoff.h | |
448 | ||
449 | * libxcoff.h : New file | |
450 | ||
de41dcd8 AJ |
451 | * xcofflink.c : Many changes for xcoff64 support. Move common |
452 | structures to include/coff/xcoff.h. Move specific structure to | |
beb1bf64 TR |
453 | backends coff-rs6000.c and coff64-rs6000.c. Use new backend |
454 | functions, defined in libxcoff.h, to isolate 32/64 dependencies. | |
de41dcd8 AJ |
455 | |
456 | (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for | |
beb1bf64 TR |
457 | aix4.2+ -binitfini. |
458 | ||
459 | (xcoff_build_ldsyms) : handle special __rtinit symbol. | |
460 | ||
e90fdc1a AO |
461 | 2001-05-23 Alexandre Oliva <[email protected]> |
462 | ||
463 | * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo | |
464 | s/ENTIRES/ENTRIES/. | |
465 | ||
d1cf510e NC |
466 | 2001-05-23 Thiemo Seufer <[email protected]> |
467 | ||
c2feb664 NC |
468 | * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations. |
469 | * libbfd.h: Regenerate. | |
4e8a9624 | 470 | * bfd-in2.h: Regenerate. |
c2feb664 | 471 | |
d1cf510e NC |
472 | * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support. |
473 | * archures.c (bfd_mach_mips12000): Define. | |
474 | * cpu-mips.c (arch_info_struct): Add MIPS r12k support. | |
475 | * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k | |
476 | support. | |
477 | (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef. | |
478 | * bfd-in2.h: Regenerate. | |
479 | * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol. | |
480 | ||
6c426cf3 NC |
481 | 2001-05-23 kaz Kojima <[email protected]> |
482 | ||
483 | * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry, | |
484 | elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be, | |
485 | elf_sh_pic_plt_entry): New PLT code, that does not use r2, since | |
486 | that is used by GCC. | |
487 | ||
d9bc7a44 NC |
488 | 2001-05-23 Nick Clifton <[email protected]> |
489 | ||
490 | * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number | |
491 | of entries in a structured section. | |
492 | * elf.c: Use new macro. | |
493 | * elf32-i386.c: Use new macro. | |
494 | * elf32-mips.c: Use new macro. | |
495 | * elf64-alpha.c: Use new macro. | |
496 | * elf64-sparc.c: Use new macro. | |
497 | * elfcode.h: Use new macro. | |
498 | * elflink.h: Use new macro. | |
499 | ||
500 | 2001-05-23 Nick Clifton <[email protected]> | |
501 | ||
502 | * bfdint.texi: Replace -oformat with --oformat. | |
503 | ||
f5198f61 AJ |
504 | 2001-05-21 Andreas Jaeger <[email protected]> |
505 | ||
506 | * dwarf2.c (decode_line_info): Fix error message. | |
507 | (read_abbrevs): Fix test for offset as suggested by Alan Modra and | |
508 | adjust error message. | |
509 | ||
7913c838 L |
510 | 2001-05-18 H.J. Lu <[email protected]> |
511 | ||
512 | * elflink.h (elf_link_add_object_symbols): Revert the last | |
513 | change. | |
514 | ||
e0522e89 AM |
515 | 2001-05-17 Alan Modra <[email protected]> |
516 | ||
517 | * elf32-hppa.c (clobber_millicode_symbols): Temporarily set | |
518 | ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change. | |
519 | (hppa_build_one_stub): Add an assert to check plt.offset. | |
520 | ||
96fd004e L |
521 | 2001-05-17 H.J. Lu <[email protected]> |
522 | ||
523 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the | |
524 | version definition to basename of the output filename. | |
525 | ||
f3876d8b L |
526 | 2001-05-17 H.J. Lu <[email protected]> |
527 | ||
528 | * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to | |
529 | basename of the bfd filename. | |
530 | ||
d1778b88 AM |
531 | 2001-05-16 Alan Modra <[email protected]> |
532 | ||
533 | * section.c (asection): Add linker_has_input field. | |
534 | (STD_SECTION): Adjust initialization to suit. | |
535 | * ecoff.c (bfd_debug_section): Likewise. | |
536 | * bfd-in2.h: Regenerate. | |
537 | ||
2a0fa943 AO |
538 | 2001-05-15 Alexandre Oliva <[email protected]> |
539 | ||
540 | * elf-m10300.c (mn10300_elf_relax_section): Don't relax | |
541 | negative 32-bit operands to 16 operands when the operand is | |
542 | going to be zero-extended by the modified opcode. | |
543 | ||
bcee8eb8 AM |
544 | 2001-05-12 Peter Targett <[email protected]> |
545 | ||
546 | * cpu-arc.c (arch_info_struct): Add entry 'base' representing old | |
547 | name for 'arc5' core versions. | |
548 | (bfd_arc_arch): Make bfd_mach_arc_6 default. | |
549 | ||
550 | * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default | |
551 | architecture. | |
552 | (arc_elf_final_write_processing): Make bfd_mach_arc_6 default. | |
553 | ||
579f31ac JJ |
554 | 2001-05-11 Jakub Jelinek <[email protected]> |
555 | ||
556 | * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind | |
557 | sections as well. | |
558 | (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO | |
559 | to .gnu.linkonce.t.FOO text section. | |
560 | ||
8550eb6e JJ |
561 | 2001-05-11 Jakub Jelinek <[email protected]> |
562 | ||
563 | * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix | |
564 | fields, change sec into secinfo. | |
565 | (struct sec_merge_info): Add chain, remove last fields. | |
566 | (struct sec_merge_sec_info): Add next, sec, psecinfo fields. | |
567 | (sec_merge_hash_lookup): If lookup could not use a string only | |
568 | because it has bad alignment, mark the old string for deletion. | |
569 | (sec_merge_add): Add secinfo argument. Don't compute entry's | |
570 | position, instead record the section. | |
571 | (sec_merge_emit): Update for the sec into secinfo change in | |
572 | struct sec_merge_hash_entry. | |
573 | (_bfd_merge_section): Only record the section for merging, defer | |
574 | putting strings into the hash table. | |
575 | (cmplengthentry, last4_eq, last_eq, record_section, merge_strings, | |
576 | _bfd_merge_sections): New functions. | |
577 | (_bfd_merged_section_offset): Update for the sec_merge_hash_entry | |
578 | changes. | |
579 | * libbfd-in.h (_bfd_merge_sections): Add prototype. | |
580 | (_bfd_nolink_bfd_merge_sections): Define. | |
581 | * libbfd.h: Likewise. | |
582 | (bfd_generic_merge_sections): Add prototype. | |
583 | * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections. | |
584 | (struct bfd_target): Likewise. | |
585 | * bfd.c (bfd_merge_sections): Define. | |
586 | * bfd-in2.h: Rebuilt. | |
587 | * elf.c (_bfd_elf_merge_sections): New function. | |
588 | * elf-bfd.h (_bfd_elf_merge_sections): Add prototype. | |
589 | * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define. | |
590 | * reloc.c (bfd_generic_merge_sections): New function. | |
591 | * vms.c (vms_bfd_merge_sections): New function. | |
592 | * aout-adobe.c (aout_32_bfd_merge_sections): Define. | |
593 | * aout-target.h (MY_bfd_merge_sections): Define. | |
594 | * aout-tic30.c (MY_bfd_merge_sections): Define. | |
595 | * binary.c (binary_bfd_merge_sections): Define. | |
596 | * bout.c (b_out_bfd_merge_sections): Define. | |
597 | * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define. | |
598 | * coffcode.c (coff_bfd_merge_sections): Define. | |
599 | * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define. | |
600 | * i386msdos.c (msdos_bfd_merge_sections): Define. | |
601 | * i386os9k.c (os9k_bfd_merge_sections): Define. | |
602 | * ieee.c (ieee_bfd_merge_sections): Define. | |
603 | * ihex.c (ihex_bfd_merge_sections): Define. | |
604 | * nlm-target.h (nlm_bfd_merge_sections): Define. | |
605 | * oasys.c (oasys_bfd_merge_sections): Define. | |
606 | * ppcboot.c (ppcboot_bfd_merge_sections): Define. | |
607 | * som.c (som_bfd_merge_sections): Define. | |
608 | * srec.c (srec_bfd_merge_sections): Define. | |
609 | * tekhex.c (tekhex_bfd_merge_sections): Define. | |
610 | * versados.c (versados_bfd_merge_sections): Define. | |
611 | * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define. | |
612 | ||
1548c54f NC |
613 | 2001-05-11 Nick Clifton <[email protected]> |
614 | ||
615 | * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr' | |
616 | to be unsigned long, in order to match its use. | |
617 | ||
689effed L |
618 | 2001-05-10 H.J. Lu <[email protected]> |
619 | ||
620 | * linker.c (_bfd_generic_link_add_one_symbol): Check loop on | |
621 | indirect symbols. | |
622 | ||
6e5222be L |
623 | 2001-05-09 H.J. Lu <[email protected]> |
624 | ||
625 | * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate | |
626 | versymhdr->sh_size bytes for extversym instead of hdr->sh_size. | |
627 | Remove the unused veriable `dynver'. | |
628 | ||
8e191bd3 ILT |
629 | 2001-05-08 Ian Lance Taylor <[email protected]> |
630 | ||
631 | * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is | |
632 | NULL or is not COFF. | |
633 | (coff_i386_rtype_to_howto): Don't dump core if output section | |
634 | owner is not COFF. | |
635 | ||
062e2358 AM |
636 | 2001-05-07 Thiemo Seufer <[email protected]> |
637 | ||
638 | * ecoff.c (bfd_debug_section): Fix initialization. | |
639 | * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it | |
640 | is always a positive integer. Cast away sign mismatch. | |
641 | * elf32-mips.c: Fix misleading comment and typo. | |
642 | (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use | |
643 | correct data type. | |
644 | * elflink.c: Fix typo. | |
645 | (_bfd_elf_create_dynamic_sections): Remove superfluous initialization. | |
646 | * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch. | |
647 | ||
16b65e4e RH |
648 | 2001-05-04 Richard Henderson <[email protected]> |
649 | ||
650 | * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true. | |
651 | ||
cac15327 NC |
652 | 2001-05-04 Nick Clifton <[email protected]> |
653 | ||
654 | * elf32-arm.h (elf32_arm_final_link_relocate): Set | |
655 | EF_ARM_HASENTRY if the start address is set. | |
656 | ||
966b3e0b NC |
657 | 2001-05-03 Nick Clifton <[email protected]> |
658 | ||
659 | * targets.c (_bfd_target_vector_entries): Compute value based on | |
660 | the size of the _bfd_target_vector and not bfd_target_vector. | |
661 | ||
210ba1e8 L |
662 | 2001-05-03 H.J. Lu <[email protected]> |
663 | ||
664 | * elfcode.h: Include "libiberty.h". | |
665 | ||
666 | * elflink.h (elf_link_add_object_symbols): Set | |
667 | elf_dt_name (abfd) to basename of the bfd filename. | |
668 | (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename | |
669 | of the bfd filename. | |
670 | ||
56fc028e AJ |
671 | 2001-05-03 Andreas Jaeger <[email protected]> |
672 | ||
673 | * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute. | |
674 | (elf_generic_info_to_howto_rel): Likewise. | |
675 | * coff-alpha.c (reloc_nil): Likewise. | |
676 | (alpha_ecoff_bad_format_hook): Likewise. | |
677 | (alpha_adjust_reloc_out): Likewise. | |
678 | (alpha_bfd_reloc_type_lookup): Likewise. | |
679 | (alpha_convert_external_reloc): Likewise. | |
680 | * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise. | |
681 | (elf64_alpha_reloc_bad): Likewise. | |
682 | (elf64_alpha_reloc_gpdisp): Likewise. | |
683 | (elf64_alpha_bfd_reloc_type_lookup): Likewise. | |
684 | (elf64_alpha_info_to_howto): Likewise. | |
685 | (elf64_alpha_add_symbol_hook): Likewise. | |
686 | (elf64_alpha_create_got_section): Likewise. | |
687 | (elf64_alpha_is_local_label_name): Likewise. | |
688 | (elf64_alpha_merge_ind_symbols): Likewise. | |
689 | * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise. | |
690 | (mips_elf64_get_reloc_upper_bound): Likewise. | |
691 | * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise. | |
692 | (nlm_alpha_get_public_offset): Likewise. | |
693 | ||
c7e40348 NC |
694 | 2001-05-02 Johan Rydberg <[email protected]> |
695 | ||
696 | * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain | |
697 | about overflow in R_OPENRISC_LO_16_IN_INSN and | |
56fc028e | 698 | R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c |
c7e40348 | 699 | |
5fba655a L |
700 | 2001-04-30 H.J. Lu <[email protected]> |
701 | ||
702 | * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1 | |
703 | only for ELF_LINK_FORCED_LOCAL. | |
704 | * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise. | |
705 | * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise. | |
706 | * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise. | |
707 | ||
708 | * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL | |
709 | if the symbol has hidden or internal visibility. | |
710 | ||
db20fd76 AM |
711 | 2001-04-30 Alan Modra <[email protected]> |
712 | ||
713 | * elf32-hppa.c (final_link_relocate): Branch to .+8 for | |
714 | calls to undefined weak symbols. | |
715 | ||
6a2bda3f AJ |
716 | 2001-04-30 Andreas Jaeger <[email protected]>, Andreas Schwab <[email protected]> |
717 | ||
718 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for | |
719 | R_X86_64_GOTPCREL, don't use assignments instead of comparisons. | |
720 | ||
053579d7 AJ |
721 | 2001-04-27 Andreas Jaeger <[email protected]> |
722 | ||
723 | * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap | |
724 | out handled entries. | |
725 | (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries. | |
726 | (elf64_x86_64_relocate_section): Fix GOTPCREL calculation. | |
727 | (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and | |
728 | GOT32. | |
729 | ||
87748b32 NC |
730 | 2001-04-27 Sean McNeil <[email protected]> |
731 | ||
732 | * config.bfd: Add arm-vxworks target. | |
733 | * coff-arm (coff_arm_relocate_section): Add in symbol value to | |
734 | addend (fro VXworks targets). | |
735 | ||
f5f31454 L |
736 | 2001-04-26 H.J. Lu <[email protected]> |
737 | ||
738 | * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is | |
739 | valid. | |
740 | ||
d436a9b3 FCE |
741 | 2001-04-25 Frank Ch. Eigler <[email protected]> |
742 | ||
743 | * bfd-in.h (bfd_cache_close): Declare newly exported function. | |
744 | * bfd-in2.h: Regenerated. | |
745 | ||
a531bbd2 JJ |
746 | 2001-04-24 Jakub Jelinek <[email protected]> |
747 | ||
748 | * merge.c (struct sec_merge_hash_entry): Add alignment field. | |
749 | (struct sec_merge_hash): Remove alignment_power. | |
750 | (sec_merge_hash_newfunc): Clear alignment. | |
751 | (sec_merge_hash_lookup): Pass alignment as argument. | |
752 | Use hashp->root.next, not hashp->next to walk the hash chain. | |
753 | If a string already in the hashtable does not have required | |
754 | alignment, create a new hashtable entry. | |
755 | (sec_merge_init): Remove alignment_power argument. | |
756 | (sec_merge_add): Add alignment argument. | |
757 | (sec_merge_emit): Alignment is now a per-entity thing, not per | |
758 | section. | |
759 | (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections | |
760 | for proper alignment. | |
761 | Pass alignment information to sec_merge_add. | |
762 | ||
6840198f NC |
763 | 2001-04-24 Christian Groessler <[email protected]> |
764 | ||
765 | * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR | |
766 | and R_REL16 reloc types; accept odd values for R_REL16 type | |
767 | ||
b3baf5d0 NC |
768 | 2001-04-24 Johan Rydberg <[email protected]> |
769 | ||
770 | * cpu-openrisc.c: New file. | |
771 | * elf32-openrisc.c: Likewise. | |
772 | ||
773 | * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo. | |
774 | (ALL_MACHINES_CFILES): Add cpu-openrisc.c. | |
775 | (BFD32_BACKENDS): Add elf32-openrisc.lo. | |
776 | (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c. | |
777 | (cpu-openrisc.lo, elf32-openrisc.lo): New rules. | |
778 | * Makefile.in: Regenerated. | |
779 | * config.bfd: (openrisc-*-elf): New target. | |
053579d7 | 780 | * configure.in (bfd_elf32_openrisc_vec): New vector. |
b3baf5d0 NC |
781 | * configure: Regenerated. |
782 | * libbfd.h: Regenerated. | |
783 | * bfd-in2.h: Regenerated. | |
784 | * reloc.c: Add OpenRISC relocations. | |
053579d7 | 785 | * targets.c (bfd_elf32_openrisc_vec): Declare. |
b3baf5d0 NC |
786 | (bfd_target_vect): Add bfd_elf32_openrisc_vec. |
787 | * archures.c (enum bfd_architecture): Add bfd_arch_openrisc. | |
788 | (bfd_openrisc_arch): Declare. | |
789 | (bfd_archures_list): Add bfd_openrisc_arch. | |
790 | * elf.c (prep_headers): Add bfd_arch_openrisc. | |
791 | ||
fe4770f4 AJ |
792 | 2001-04-23 Bo Thorsen <[email protected]> |
793 | ||
794 | * elf64-x86-64.c: Add c++ vtable hack. | |
795 | Small whitespace and comment changes. | |
796 | ||
653165cc AJ |
797 | 2001-04-19 Andreas Jaeger <[email protected]> |
798 | ||
799 | * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions. | |
800 | (elf64_x86_64_plt_entry): Likewise. | |
801 | (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation. | |
802 | (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation. | |
803 | ||
4d96d128 HPN |
804 | 2001-04-17 Hans-Peter Nilsson <[email protected]> |
805 | ||
806 | * elf32-cris.c: Tweak comments related to dynamic linking. | |
807 | (cris_elf_relocate_section): When not creating shared object, fill | |
808 | in the .got table for any symbol not in the dynamic symbol table. | |
809 | (elf_cris_finish_dynamic_symbol): When not creating shared object, | |
810 | only emit a .got.rela reloc if the symbol is in the dynamic symbol | |
811 | table. | |
812 | (cris_elf_check_relocs): Use variable r_type in all places rather | |
813 | than the original expression. Add default case in switch for | |
814 | reloc types. | |
815 | (elf_cris_size_dynamic_sections): Iterate over | |
816 | elf_cris_discard_excess_program_dynamics when not creating shared | |
817 | library. | |
653165cc | 818 | (elf_cris_discard_excess_dso_dynamics): Renamed from |
4d96d128 HPN |
819 | elf_cris_discard_copies. Correct typo, s/Rel/Rela/. |
820 | (elf_cris_discard_excess_program_dynamics): New. | |
821 | ||
3ed30d29 DD |
822 | 2001-04-14 Mark Elbrecht <[email protected]> |
823 | ||
824 | * coffcode.h (coff_write_object_contents): Use | |
825 | bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out. | |
826 | ||
a80f6941 L |
827 | 2001-04-14 H.J. Lu <[email protected]> |
828 | ||
829 | * bfd-in2.h: Regenerate. | |
830 | ||
767e4b0d JJ |
831 | 2001-04-14 Jakub Jelinek <[email protected]> |
832 | ||
833 | * section.c (STD_SECTION): Add entsize. | |
834 | ||
2dd439c5 L |
835 | 2001-04-13 H.J. Lu <[email protected]> |
836 | ||
837 | * section.c (SEC_MERGE): Define new flag for merging. | |
838 | (SEC_STRINGS): Likewise. | |
839 | (entsize): New field. | |
840 | ||
baf80c32 DD |
841 | 2001-04-13 Roger Sayle <[email protected]> |
842 | ||
843 | * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section | |
844 | flag on pe-i386 targets. | |
845 | ||
f5fa8ca2 JJ |
846 | 2001-04-13 Jakub Jelinek <[email protected]> |
847 | ||
848 | * libbfd-in.h (_bfd_merge_section): New. | |
849 | (_bfd_write_merged_section): New. | |
850 | (_bfd_merged_section_offset): New. | |
851 | * libbfd.h: Rebuilt. | |
852 | * linker.c (_bfd_generic_link_output_symbols): Handle | |
853 | discard_sec_merge. | |
854 | * aoutx.h (aout_link_write_symbols): Likewise. | |
855 | * pdp11.c (aout_link_write_symbols): Likewise. | |
856 | * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section. | |
857 | (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE | |
858 | sections. | |
859 | (elf_link_sec_merge_syms): New. | |
860 | (elf_link_input_bfd): Call _bfd_merged_section_offset | |
861 | and _bfd_write_merged_section. | |
862 | Handle discard_sec_merge. | |
863 | * elf-bfd.h (struct elf_link_hash_table): Add merge_info | |
864 | field. | |
865 | (struct bfd_elf_section_data): Likewise. | |
866 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and | |
867 | SEC_STRINGS section flags and entsize from their ELF counterparts. | |
868 | (_bfd_elf_link_hash_table_init): Initialize merge_info. | |
869 | (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize | |
870 | from their BFD counterparts. | |
871 | * merge.c: New file. | |
872 | * Makefile.am: Add strtab.lo. | |
873 | * Makefile.in: Rebuilt. | |
874 | ||
d954b040 HPN |
875 | 2001-04-09 Hans-Peter Nilsson <[email protected]> |
876 | ||
877 | * elflink.h (elf_fix_symbol_flags): For non-default visibilities, | |
878 | only hide symbols marked STV_INTERNAL or STV_HIDDEN. | |
879 | ||
fdbafa10 L |
880 | 2001-04-05 Steven J. Hill <[email protected]> |
881 | ||
882 | * config.bfd (mips*el*-*-linux-gnu*): Use traditional little | |
883 | endian MIPS ELF target. | |
884 | * config.bfd (mips*-*-linux-gnu*): Use traditional big endian | |
885 | MIPS ELF target. | |
886 | ||
887 | * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional | |
888 | 64bit big endian MIPS ELF target. | |
653165cc | 889 | (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little |
fdbafa10 L |
890 | endian MIPS ELF target. |
891 | * configure: Regenerated. | |
892 | ||
893 | * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and | |
894 | little endian targets. | |
895 | (mips_elf_sym_is_global): Handle traditional targets. | |
896 | ||
897 | * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional | |
898 | 64bit big endian MIPS ELF target. | |
899 | (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little | |
900 | endian MIPS ELF target. | |
901 | ||
902 | * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec | |
903 | and bfd_elf64_tradlittlemips_vec. | |
904 | ||
dd484e5c L |
905 | 2001-04-05 David Mosberger <[email protected]> |
906 | ||
907 | * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an | |
908 | ordinary "progbits" section. | |
909 | ||
391a809a AM |
910 | 2001-04-04 Alan Modra <[email protected]> |
911 | ||
912 | * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol | |
913 | when -Bsymbolic causes a symbol to no longer need a .plt entry. | |
914 | ||
5854c633 L |
915 | 2001-04-03 David Mosberger <[email protected]> |
916 | ||
917 | * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted. | |
918 | ||
8b4b0fac L |
919 | 2001-03-30 H.J. Lu <[email protected]> |
920 | ||
921 | * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ... | |
922 | (PEI_DEFAULT_TARGET_SUBSYSTEM): This. | |
923 | ||
eb4a6e4f L |
924 | 2001-03-26 H.J. Lu <[email protected]> |
925 | ||
926 | * elf32-gen.c (elf32_generic_link_add_symbols): New. Check | |
927 | if there are any relocations for generic ELF. | |
928 | (bfd_elf32_bfd_link_add_symbols): Defined to | |
929 | elf32_generic_link_add_symbols. | |
930 | * elf64-gen.c (elf64_generic_link_add_symbols): New. Check | |
931 | if there are any relocations for generic ELF. | |
932 | (bfd_elf64_bfd_link_add_symbols): Defined to | |
933 | elf64_generic_link_add_symbols. | |
934 | ||
55c80943 NC |
935 | 2001-03-23 Nick Clifton <[email protected]> |
936 | ||
937 | * Makefile.am (BUILD_CFILES): New variable: List of C source | |
938 | files created in build directory. | |
939 | (BUILD_HFILES): New variable: List of header files created in | |
940 | build directory. | |
941 | (POTFILES): Delete. | |
942 | (po/POTFILES.in): Replace rule with empty entry. | |
943 | (po/SRC-POTFILES.in): New rule: Create a list of source files | |
944 | in the source directory. | |
945 | (po/BLD-POTFILES.in): New rule: Create a list of source files | |
946 | in the build directory. | |
947 | (MOSTLYCLEAN): Do not delete source files created in build | |
948 | directory. | |
949 | * Makefile.in: Regenerate. | |
950 | * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in | |
951 | into po/Makefile. | |
952 | * configure: Regenerate. | |
953 | ||
954 | * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES | |
955 | and BLD_POTFILES. | |
956 | Add .. to the search path when building bfd.pot. | |
957 | Delete POTFILES when performing distclean. | |
958 | Add comment describing why distclean is broken in maintainer mode. | |
959 | * po/POTFILES.in: Delete. | |
960 | * po/SRC-POTFILES.in: New file. | |
961 | * po/BLD-POTFILES.in: New file. | |
962 | * po/bfd.pot: Regenerate. | |
963 | ||
58d29fc3 HPN |
964 | 2001-03-22 Hans-Peter Nilsson <[email protected]> |
965 | ||
915e5146 HPN |
966 | * elf32-cris.c: Shlib and PIC support. PCREL tweaks. |
967 | (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got, | |
968 | elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc, | |
969 | elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol, | |
970 | elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol, | |
971 | elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New | |
972 | functions. | |
973 | (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL, | |
974 | R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false. | |
975 | <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE, | |
976 | R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT, | |
977 | R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>: | |
978 | New HOWTO members for new relocs. | |
979 | (cris_reloc_map): Map new relocs. | |
980 | (ELF_DYNAMIC_INTERPRETER): Define. | |
981 | (PLT_ENTRY_SIZE): Define. | |
982 | (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry, | |
983 | elf_cris_pic_plt_entry): New, PLT templates. | |
984 | (struct elf_cris_pcrel_relocs_copied, struct | |
985 | elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New. | |
986 | (elf_cris_link_hash_traverse, elf_cris_hash_table): Define. | |
987 | (cris_final_link_relocate): Check that 16-bit GOT relocs have | |
988 | positive values. Adjust PCREL relocs to be relative to location | |
989 | after relocation. | |
990 | (cris_elf_relocate_section): Handle relocations to dynamic | |
991 | objects. Handle new relocations. Call error handler when seeing | |
992 | non-PIC relocation for read-only sections while generating shared | |
993 | object. | |
994 | (cris_elf_check_relocs): Set reference counts for GOT and PLT | |
995 | entries. | |
996 | (bfd_elf32_bfd_link_hash_table_create, | |
997 | elf_backend_adjust_dynamic_symbol, | |
998 | elf_backend_size_dynamic_sections, | |
999 | elf_backend_finish_dynamic_symbol, | |
1000 | elf_backend_finish_dynamic_sections, | |
1001 | elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link, | |
1002 | elf_backend_hide_symbol, elf_backend_want_got_plt, | |
1003 | elf_backend_plt_readonly, elf_backend_want_plt_sym, | |
1004 | elf_backend_got_header_size, elf_backend_plt_header_size): | |
1005 | Define. | |
1006 | ||
58d29fc3 HPN |
1007 | * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT, |
1008 | BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE, | |
1009 | BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT, | |
1010 | BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT, | |
1011 | BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL, | |
1012 | BFD_RELOC_CRIS_32_PLT_PCREL): New relocs. | |
1013 | * bfd-in2.h, libbfd.h: Regenerate. | |
1014 | ||
7a65545d DN |
1015 | 2001-03-21 Diego Novillo <[email protected]> |
1016 | ||
1017 | (_bfd_mips_elf_relocate_section): Give a better error message when | |
1018 | a relocation is not recognized. | |
1019 | ||
b32b5d6e AM |
1020 | 2001-03-21 Alan Modra <[email protected]> |
1021 | ||
1022 | * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section | |
1023 | non-NULL before attempting to dereference. | |
1024 | ||
f4fbb4a3 L |
1025 | 2001-03-20 H.J. Lu <[email protected]> |
1026 | ||
1027 | * configure.in: Remove the redundent AC_ARG_PROGRAM. | |
1028 | * configure: Rebuild. | |
1029 | ||
95fc45e6 AS |
1030 | 2001-03-20 Andreas Schwab <[email protected]> |
1031 | ||
1032 | * elf32-m68k.c (elf_m68k_relocate_section): Don't need the | |
1033 | relocation value when resolving a reference from a debugging | |
1034 | section. | |
1035 | ||
03d411a9 NC |
1036 | 2001-03-16 Scott Thomason <[email protected]> |
1037 | ||
1038 | * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors. | |
1039 | (xcoff64_swap_sym_out): Fix syntax errors. | |
1040 | ||
d1659392 NC |
1041 | 2001-03-16 Richard Sandiford <[email protected]> |
1042 | ||
1043 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning. | |
1044 | ||
12cca0d2 AM |
1045 | 2001-03-15 Alan Modra <[email protected]> |
1046 | ||
1047 | * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call. | |
1048 | (hppa_link_hash_newfunc): Init it. | |
1049 | (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller | |
1050 | section appears to be non-PIC. | |
1051 | (final_link_relocate): Likewise. | |
1052 | (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any | |
1053 | possible candidate function, and set pic_call for those that will | |
1054 | only have a .plt entry for the PIC call stub. | |
1055 | (hppa_handle_PIC_calls): Set maybe_pic_call. | |
1056 | ||
cd6ec716 DD |
1057 | 2001-03-12 DJ Delorie <[email protected]> |
1058 | ||
1059 | * elf32-sh.c (sh_elf_relocate_section): Only relocation | |
1060 | R_SH_DIR8WP* relocs if they're against external symbols, else | |
1061 | they're just for relaxing. Validate the reloc values. | |
1062 | ||
43a0748c NC |
1063 | 2001-03-12 Stefan Geuken <[email protected]> |
1064 | ||
1065 | * binary.c (bfd_external_binary_architecture): Declare. | |
1066 | (binary_object_p): If bfd_external_binary_architecture is defined, | |
1067 | set the architecture to this string. | |
1068 | ||
d982ba73 PB |
1069 | 2001-03-11 Philip Blundell <[email protected]> |
1070 | ||
1071 | * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT | |
1072 | entries that could serve as a definition for a weak symbol. | |
1073 | ||
7898deda NC |
1074 | 2001-03-08 Nick Clifton <[email protected]> |
1075 | ||
1076 | * Most files: Update copyright notices using Perl script created | |
1077 | by Kevin Buettner <[email protected]>. | |
653165cc | 1078 | |
df425bc0 NC |
1079 | 2001-03-07 Nick Clifton <[email protected]> |
1080 | ||
1081 | * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise | |
1082 | prior patch on ! defined OLD_ARM_ABI. | |
1083 | ||
bcdd92f3 AJ |
1084 | 2001-03-07 Andreas Jaeger <[email protected]> |
1085 | ||
1086 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of | |
1087 | some relocation values. | |
1088 | ||
4f3c3dbb NC |
1089 | 2001-03-06 Nick Clifton <[email protected]> |
1090 | ||
1091 | * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero | |
1092 | of offset in BLX(1) instruction. | |
1093 | * coff-arm.c (coff_arm_relocate_section): Clear bit zero of | |
1094 | offset in BLX(1) instruction. | |
1095 | Fix formatting. | |
1096 | ||
f8f3c6cc NC |
1097 | 2001-03-06 Nick Clifton <[email protected]> |
1098 | ||
1099 | * coff-arm.c (coff_arm_reloc_type_lookup): Add | |
1100 | BFD_RELOC_THUMB_PCREL_BLX. | |
1101 | ||
3cac17ae NC |
1102 | 2001-03-06 Igor Shevlyakov <[email protected]> |
1103 | ||
1104 | * archures.c (bfd_default_scan): Add Coldfire CPUs. | |
1105 | * bfd-in2.h: Regenerate. | |
1106 | * cpu-m68k.c: Add Coldfire CPUs for arch table. | |
1107 | * ieee.c (ieee_write_processor): Set proper id for | |
1108 | Coldfire CPUs. | |
1109 | ||
d1b17ab0 NC |
1110 | 2001-03-01 D.J. Barrow <[email protected],[email protected]> |
1111 | ||
1112 | * configure.in: Add s390 target. | |
1113 | * configure: Regenerate. | |
1114 | ||
5608e05b AJ |
1115 | 2001-02-28 Andreas Jaeger <[email protected]> |
1116 | ||
1117 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation | |
1118 | to addend. | |
1119 | ||
fd2ec330 PB |
1120 | 2001-02-28 Philip Blundell <[email protected]> |
1121 | ||
1122 | * elf32-arm.h: Update mentions of renamed EF_xx constants. | |
5608e05b | 1123 | (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2. |
fd2ec330 | 1124 | |
920581c5 L |
1125 | 2001-02-27 H.J. Lu <[email protected]> |
1126 | ||
1127 | * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if | |
1128 | abfd->tdata.aout_data == NULL. | |
1129 | ||
27b7e12d AM |
1130 | 2001-02-27 Alan Modra <[email protected]> |
1131 | ||
3ee1d854 AM |
1132 | * elf32-hppa.c: Correct field selector in stub comments. |
1133 | (clobber_millicode_symbols): Formatting fix. | |
1134 | ||
27b7e12d AM |
1135 | * configure.in: Bump version to 2.11.90. |
1136 | * configure: Regenerate. | |
1137 | * Makefile.am (CFILES): Rename to SOURCE_CFILES. | |
1138 | (CFILES): $SOURCE_CFILES + generated C files. | |
1139 | (POTFILES): Include $HFILES not $SOURCE_HFILES. | |
1140 | Run "make dep-am" | |
1141 | * Makefile.in: Regenerate. | |
1142 | * doc/Makefile.in: This too. | |
1143 | ||
10d1e03a TW |
1144 | 2001-02-26 Timothy Wall <[email protected]> |
1145 | ||
1146 | * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete | |
5608e05b | 1147 | comments. |
10d1e03a | 1148 | |
1276aefa NC |
1149 | 2001-02-26 Nick Clifton <[email protected]> |
1150 | ||
1151 | * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy | |
1152 | up, replacing multiple if statements with a switch. | |
1153 | (handle_COMDAT): New function. | |
1154 | ||
1155 | 2001-02-26 H.J. Lu <[email protected]> | |
1156 | ||
1157 | * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue | |
1158 | a warning for section flags we do not handle instead of | |
1159 | aborting. | |
1160 | ||
4a73f21b AJ |
1161 | 2001-02-26 Andreas Jaeger <[email protected]> |
1162 | ||
1163 | * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries. | |
1164 | ||
7b6dab7f TW |
1165 | 2001-02-22 Timothy Wall <[email protected]> |
1166 | ||
1167 | * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey). | |
1168 | * configure.in: Add objects for elf64_ia64_aix vectors. | |
1169 | * configure: Regenerated. | |
1170 | * configure.host: Recognize ia64-*-aix*. | |
1171 | * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors | |
1172 | for AIX. AIX5 requires most relocations to be dynamic (*all* | |
1173 | binaries are somewhat similar to shared libraries). | |
1174 | * targets.c: Add elf64_ia64_aix vectors. | |
4a73f21b | 1175 | |
87f8eb97 JW |
1176 | 2001-02-21 David Mosberger <[email protected]> |
1177 | ||
1178 | * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for | |
1179 | C8 said "1" instead of "8". Clarify error string for IMM22: | |
1180 | "signed integer" instead of just "integer". | |
1181 | ||
05aa1441 AJ |
1182 | 2001-02-20 Andreas Jaeger <[email protected]> |
1183 | ||
1184 | * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make | |
1185 | PLT entries that could serve as a definition for a weak symbol. | |
1186 | ||
8701c1bc JJ |
1187 | 2001-02-19 Jakub Jelinek <[email protected]> |
1188 | ||
1189 | * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT | |
1190 | entries that could serve as a definition for a weak symbol. | |
1191 | * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise. | |
1192 | ||
d4af9775 DB |
1193 | 2001-02-18 David O'Brien <obrien@FreeBSD> |
1194 | ||
1195 | * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat | |
1196 | FreeBSD/i386-CURRENT differently until I can figure out the needed | |
1197 | corefile changes. | |
1198 | * configure: Regenerate. | |
1199 | * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm, | |
1200 | FreeBSD/PowerPC, and FreeBSD/sparc64. | |
1201 | ||
e135f41b NC |
1202 | 2001-02-18 lars brinkhoff <[email protected]> |
1203 | ||
1204 | * Makefile.am: Add PDP-11 a.out target. | |
1205 | * config.bfd: Likewise. | |
1206 | * configure.in: Likewise. | |
1207 | * targets.c: Likewise. | |
1208 | * archures.c: Likewise. | |
1209 | * bfd-in2.h: Likewise. Add PDP-11 relocations. | |
1210 | * libbfd.h: Add PDP-11 relocations. | |
1211 | * reloc.c: Likewise. | |
1212 | * cpu-pdp11.c: New file. | |
1213 | * pdp11.c: New file. | |
1214 | ||
1215 | * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define. | |
1216 | (GET_SWORD) [ARCH_SIZE==16]: Likewise. | |
1217 | (GET_SWORD) [ARCH_SIZE==16]: Likewise. | |
1218 | (PUT_WORD) [ARCH_SIZE==16]: Likewise. | |
1219 | (GET_MAGIC): New macro. | |
1220 | (PUT_MAGIC): Likewise. | |
1221 | * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word. | |
1222 | ||
dc3febfa NC |
1223 | 2001-02-18 Jim Kingdon <[email protected]> |
1224 | ||
1225 | * irix-core.c (irix_core_core_file_p): Set the architecture (GDB | |
1226 | multiarch needs it). | |
1227 | ||
ea412e04 L |
1228 | 2001-02-18 H.J. Lu <[email protected]> |
1229 | ||
1230 | * elflink.h (elf_link_input_bfd): Ignore invalid section symbol | |
1231 | index. | |
1232 | ||
47eee8a9 KH |
1233 | 2001-02-18 Kazu Hirata <[email protected]> |
1234 | ||
1235 | * vms-misc.c: Fix formatting. | |
1236 | ||
8a0c27cd KH |
1237 | 2001-02-16 Kazu Hirata <[email protected]> |
1238 | ||
1239 | * vms.c: Fix formatting. | |
1240 | ||
d1fad7c6 NC |
1241 | 2001-02-14 H.J. Lu <[email protected]> |
1242 | ||
1243 | * elf.c (elf_find_function): New function. | |
1244 | (_bfd_elf_find_nearest_line): Call elf_find_function () to find | |
1245 | the file name and function name. | |
1246 | ||
825b47db NC |
1247 | 2001-02-14 Nick Clifton <[email protected]> |
1248 | ||
51d7ee16 NC |
1249 | * ecoff.c (bfd_debug_section): Update to initialise new fields in |
1250 | asection structure. | |
1251 | ||
825b47db NC |
1252 | * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c |
1253 | (BFD64_BACKENDS): Add pepigen.c | |
1254 | Add rules to create peigen.c and pepigen.c from peXXigen.c. | |
1255 | ||
1256 | * Makefile.in: Regenerate. | |
1257 | * configure: Regenerate. | |
1258 | * po/POTFILES.in: Regenerate. | |
1259 | * po/bfd.pot: Regenerate. | |
1260 | ||
ea36a178 L |
1261 | 2001-02-14 H.J. Lu <[email protected]> |
1262 | ||
1263 | * libcoff-in.h (pe_tdata): Add members target_subsystem and | |
1264 | force_minimum_alignment. | |
1265 | ||
407443a3 AJ |
1266 | 2001-02-14 Bo Thorsen <[email protected]> |
1267 | ||
1268 | * elf64-x86-64.c: Small formatting fixes and rearrangements of code. | |
1269 | (elf64_86_64_size_info): Struct added to fix a problem | |
1270 | with the hashtable string entries. | |
1271 | (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt. | |
1272 | (elf64_x86_64_size_dynamic_sections): A FIXME removed. | |
1273 | (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and | |
1274 | remove the FIXME for this. | |
1275 | (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt | |
1276 | section. Also removed the FIXME for it. | |
1277 | (x86_64_elf_howto_table): Use bfd_elf_generic_reloc. | |
1278 | (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker. | |
1279 | (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing. | |
1280 | ||
b4adccfd RH |
1281 | 2001-02-13 Richard Henderson <[email protected]> |
1282 | ||
1283 | * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required | |
1284 | and not user provided. | |
1285 | ||
9635981a KH |
1286 | 2001-02-13 Kazu Hirata <[email protected]> |
1287 | ||
1288 | * vms.c (vms_print_symbol): Remove unreachable code. | |
1289 | ||
6a125b16 KH |
1290 | * rs6000-core.c: Fix formatting. |
1291 | ||
cbff5e0d DD |
1292 | 2001-02-13 David Mosberger <[email protected]> |
1293 | ||
1294 | * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define | |
1295 | as _bfd_XXi_only_swap_filehdr_out. | |
1296 | (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set | |
1297 | pe->force_minimum_alignment to TRUE. | |
1298 | (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to | |
1299 | PEI_TARGET_SUBSYSTEM. | |
1300 | (pe_print_private_bfd_data): Call | |
1301 | _bfd_XX_print_private_bfd_data_common() instead of | |
1302 | _bfd_pe_print_private_bfd_data_common(). | |
1303 | (pe_bfd_copy_private_bfd_data): Call | |
1304 | _bfd_XX_bfd_copy_private_bfd_data_common() instead of | |
1305 | _bfd_pe_bfd_copy_private_bfd_data_common(). | |
1306 | (coff_bfd_copy_private_section_data): Define as | |
1307 | _bfd_XX_bfd_copy_private_section_data instead of | |
1308 | _bfd_pe_bfd_copy_private_section_data. | |
1309 | (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead | |
1310 | of a _bfd_pe_get_symbol_info. | |
1311 | ||
1312 | * peigen.c: Delete. | |
1313 | ||
1314 | * peXXigen.c: Renamed from peigen.c. | |
1315 | (COFF_WITH_XX): Define this macro (will get expanded into | |
1316 | COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being | |
1317 | compiled as peigen.c or pepigen.c. | |
1318 | [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to | |
1319 | define the canonical PEP structures and definitions. | |
1320 | (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in | |
1321 | effect, enforce minimum file and section alignments. If | |
1322 | extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to | |
1323 | pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN, | |
1324 | so, by default, this is a no-op). | |
1325 | ||
1326 | * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep. | |
1327 | (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map | |
1328 | _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to | |
1329 | _bfd_pefoo if it's not defined. Use these macros to define | |
1330 | coff swap macros. | |
1331 | ||
1332 | * libcoff.h (pe_tdata): Add members target_subsystem and | |
1333 | force_minimum_alignment. | |
1334 | ||
1335 | * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to | |
1336 | COFF_WITH_pep. | |
1337 | (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM. | |
1338 | ||
1339 | * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of | |
1340 | peigen.lo. | |
1341 | ||
1342 | * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep. | |
1343 | (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and | |
1344 | PEPAOUTHDR. | |
1345 | ||
1346 | * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo. | |
1347 | (BFD64_BACKENDS_CFILES): Mention pepigen.c | |
1348 | (peigen.c): Add rule to generate from peXXigen.c. | |
1349 | (pepigen.c): Ditto. | |
1350 | (pepigen.lo): List dependencies for pepigen.lo. | |
1351 | ||
df8634e3 AM |
1352 | 2001-02-13 Alan Modra <[email protected]> |
1353 | ||
1354 | * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If | |
1355 | $global$ referenced but not defined, set its value here. | |
1356 | ||
51e0a107 JH |
1357 | 2001-02-09 Bo Thorsen <[email protected]> |
1358 | ||
1359 | * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section | |
1360 | alignment to 3. | |
1361 | (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry | |
1362 | and relocation. | |
1363 | (elf64_x86_64_relocate_section): Fix formatting. | |
1364 | (elf64_x86_64_relocate_section): Fix addend for relocation of | |
1365 | R_X86_64_(8|16|32|PC8|PC16|PC32). | |
1366 | ||
d1fad7c6 | 1367 | 2001-02-12 Jan Hubicka <[email protected]> |
23df1078 JH |
1368 | |
1369 | * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL. | |
1370 | ||
f0e1d18a L |
1371 | 2001-02-11 H.J. Lu <[email protected]> |
1372 | ||
6757257f | 1373 | * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB |
f0e1d18a L |
1374 | alignment. |
1375 | ||
9117d219 NC |
1376 | 2001-02-11 Maciej W. Rozycki <[email protected]> |
1377 | ||
1378 | * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch | |
1379 | from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32 | |
1380 | relocations against dynsym symbols. | |
1381 | ||
1382 | * elf32-mips.c (elf_mips_howto_table): Fix the comment on | |
1383 | the R_MIPS_26 relocation. | |
1384 | (mips_elf_calculate_relocation): Use (p + 4) instead of p for | |
1385 | the R_MIPS_26 relocation. | |
1386 | (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26 | |
1387 | relocation. | |
1388 | * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on | |
1389 | the R_MIPS_26 relocation. | |
1390 | (mips_elf64_howto_table_rela): Likewise. | |
1391 | ||
1392 | * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub | |
1393 | member to mark symbols that have non-CALL relocations against | |
1394 | them. | |
1395 | (mips_elf_link_hash_newfunc): Initialize no_fn_stub. | |
1396 | (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like | |
1397 | R_MIPS_GOT16. | |
1398 | (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a | |
1399 | non-CALL relocation against it is encountered. | |
1400 | (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well. | |
1401 | (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if | |
1402 | no_fn_stub is not set. | |
1403 | ||
1404 | * elf32-mips.c (mips_elf_output_extsym): Get the output section | |
1405 | information from the real symbol for indirect ones. | |
1406 | Check no_fn_stub to find out if a symbol has a function stub | |
1407 | indeed. | |
1408 | ||
9f93bca5 MS |
1409 | 2001-02-11 Michael Sokolov <[email protected]> |
1410 | ||
1411 | * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory. | |
1412 | * Makefile.in: Regenerate. | |
1413 | ||
81545d45 RH |
1414 | 2001-02-09 David Mosberger <[email protected]> |
1415 | ||
1416 | * elfxx-ia64.c (is_unwind_section_name): New function. Returns | |
1417 | true if section name is an unwind table section name. | |
1418 | (elfNN_ia64_additional_program_headers): Count each unwind section | |
1419 | separately. | |
1420 | (elfNN_ia64_modify_segment_map): Install one unwind program header | |
1421 | for each unwind separate section. Note: normally the linker | |
1422 | script merges the unwind sections that go into a single segment, | |
1423 | so this still generates at most one unwind program header per | |
1424 | segment. | |
1425 | ||
1426 | * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section | |
1427 | name for SHT_IA_64_UNWIND, not just .IA_64.unwind. | |
1428 | (elfNN_ia64_fake_sections): Mark sections with names that start | |
1429 | with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64 | |
1430 | unwind section. | |
1431 | ||
1432 | * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function. | |
1433 | Use it to make sh_info in unwind section point to the text section | |
1434 | it applies to. | |
1435 | ||
a85d7ed0 NC |
1436 | 2001-02-09 Martin Schwidefsky <[email protected]> |
1437 | ||
1438 | * Makefile.am: Add linux target for S/390. | |
1439 | * archures.c: Likewise. | |
1440 | * bfd-in2.h: Likewise. | |
1441 | * config.bfd: Likewise. | |
1442 | * configure.in: Likewise. | |
1443 | * elf.c: Likewise. | |
1444 | * libbfd.h: Likewise. | |
1445 | * targets.c: Likewise. | |
1446 | * cpu-s390.c: New file. | |
1447 | * elf32-s390.c: New file. | |
1448 | * elf64-s390.c: New file. | |
1449 | ||
356d255d NC |
1450 | 2001-02-09 Nick Clifton <[email protected]> |
1451 | ||
1452 | * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of | |
1453 | ImageBase. This has already been done by coff_swap_hdr_in. | |
1454 | ||
069f40e5 JJ |
1455 | 2001-02-09 Jakub Jelinek <[email protected]> |
1456 | ||
1457 | * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function. | |
1458 | ||
eadfa8ab JJ |
1459 | 2001-02-09 Jakub Jelinek <[email protected]> |
1460 | ||
1461 | * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count. | |
1462 | (sparc64_elf_relocate_section): Likewise. | |
1463 | ||
9fc54e19 MK |
1464 | 2001-02-09 Mark Kettenis <[email protected]> |
1465 | ||
1466 | * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32 | |
1467 | similar to R_SPARC_32. | |
1468 | * elf64-sparc.c (sparc64_elf_howto_table): Likewise. | |
1469 | ||
1f655a09 L |
1470 | 2001-02-08 H.J. Lu <[email protected]> |
1471 | ||
1472 | * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32 | |
1473 | relocation entries for weak definitions when building DSO with | |
1474 | -Bsymbolic. | |
1475 | ||
ca88208a RH |
1476 | 2001-02-08 Richard Henderson <[email protected]> |
1477 | ||
1478 | * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness | |
1479 | before visibility. Locally defined protected symbols are not | |
1480 | dynamic. | |
1481 | ||
4603e845 GK |
1482 | 2001-02-08 Geoffrey Keating <[email protected]> |
1483 | ||
1484 | * config.bfd: Enable coff64 for rs6000-*. Patch from | |
1485 | <[email protected]>. | |
1486 | ||
4ca29a6a NC |
1487 | 2001-02-07 Mark Elbrecht <[email protected]> |
1488 | ||
1489 | * coffgen.c (coff_find_nearest_line): If stabs info is successfully | |
1490 | found, do not attempt to find dwarf2 info before returning. | |
1491 | ||
7da9d88f NC |
1492 | 2001-02-07 Jakub Jelinek <[email protected]> |
1493 | ||
1494 | * elflink.h (is_global_symbol_definition): Rename to | |
1495 | is_global_data_symbol_definition and have it reject function | |
1496 | symbols. | |
1497 | (elf_link_is_defined_archive_symbol): Use renamed function. | |
1498 | ||
7340082d NC |
1499 | 2001-02-07 Todd Vierling <[email protected]> |
1500 | ||
1501 | * libbfd-in.h (bfd_target_vector): Change extern array to pointer. | |
1502 | * libbfd.h (bfd_target_vector): Likewise. | |
1503 | * targets.c (bfd_target_vector): Rename to _bfd_target_vector and | |
81545d45 | 1504 | make static; create pointer reference named bfd_target_vector. |
7340082d NC |
1505 | (_bfd_target_vector_entries): Calculate this based on the array |
1506 | typed _bfd_target_vector. | |
1507 | ||
2719f880 L |
1508 | 2001-02-06 H.J. Lu <[email protected]> |
1509 | ||
1510 | * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and | |
1511 | internal symbols are not dynamic. | |
1512 | * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise. | |
1513 | ||
175aa013 NC |
1514 | 2001-02-06 Nick Clifton <[email protected]> |
1515 | ||
1516 | * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so | |
1517 | that it will not be pulled into the list of files that make up | |
1518 | po/POTFILES.in. | |
1519 | * Makefile.in: Regenerate. | |
1520 | * po/bfd.pot: Regenerate. | |
1521 | ||
15e0ecd9 L |
1522 | 2001-02-06 H.J. Lu <[email protected]> |
1523 | ||
7898deda | 1524 | * peicode.h (coff_swap_filehdr_in): Remove the e_magic |
15e0ecd9 L |
1525 | checking. |
1526 | (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and | |
1527 | external_PEI_IMAGE_hdr. | |
1528 | ||
27def10f KH |
1529 | 2001-02-06 Kazu Hirata <[email protected]> |
1530 | ||
1531 | * elf-m10200.c: Fix formatting. | |
1532 | ||
a0f2e916 NC |
1533 | 2001-02-04 Nick Clifton <[email protected]> |
1534 | ||
1535 | * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC | |
1536 | rel, it will be handled later on. | |
1537 | ||
d96031fb NC |
1538 | 2001-02-02 Fred Fish <[email protected]> |
1539 | ||
1540 | * Makefile.in: Fix typo. | |
1541 | ||
010ac81f KH |
1542 | 2001-02-01 Kazu Hirata <[email protected]> |
1543 | ||
1544 | * elf-m10300.c: Fix formatting. | |
1545 | ||
3fab46d0 AM |
1546 | 2001-01-30 Alan Modra <[email protected]> |
1547 | ||
1548 | * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function. | |
1549 | (elf_backend_get_symbol_type): Define. | |
d9634ba1 AM |
1550 | (elf64_hppa_object_p): Set architecture and machine from elf |
1551 | header flags. | |
3fab46d0 | 1552 | |
95404643 RH |
1553 | 2001-01-30 Curtis L. Janssen <[email protected]> |
1554 | ||
1555 | * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2 | |
1556 | before mdebug. | |
1557 | ||
8fb35fed RH |
1558 | 2001-01-26 Richard Henderson <[email protected]> |
1559 | ||
1560 | * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false | |
1561 | for non-default visibility. | |
1562 | * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but | |
1563 | delete ugly macro and replace with pretty function. | |
1564 | ||
a4f68544 NC |
1565 | 2001-01-25 Mark Elbrecht <[email protected]> |
1566 | ||
1567 | * coff-go32.c: Update copyright. | |
1568 | * coff-stgo32.c: Likewise. | |
1569 | * coff-go32.c (COFF_LONG_FILENAMES): Define. | |
1570 | * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise. | |
1571 | * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry. | |
1572 | * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise. | |
1573 | ||
c02e7c3e KH |
1574 | 2001-01-25 Kazu Hirata <[email protected]> |
1575 | ||
1576 | * bfd-in2.h: Rebuild. | |
1577 | * libbfd.h: Likewise. | |
1578 | ||
541389e2 L |
1579 | 2001-01-23 H.J. Lu <[email protected]> |
1580 | ||
1581 | * bfd-in2.h: Rebuild. | |
1582 | ||
0007625f L |
1583 | 2001-01-23 H.J. Lu <[email protected]> |
1584 | ||
1585 | * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf) | |
1586 | is NULL or PRIV(vms_rec) is outside of the buffer. | |
1587 | ||
b653e1b1 KH |
1588 | 2001-01-23 Kazu Hirata <[email protected]> |
1589 | ||
1590 | * coff64-rs6000.c: Fix formatting. | |
1591 | * coff-arm.c: Likewise. | |
1592 | * coffgen.c: Likewise. | |
1593 | * cofflink.c: Likewise. | |
1594 | * coff-mcore.c: Likewise. | |
1595 | * coff-mips.c: Likewise. | |
1596 | * coff-pmac.c: Likewise. | |
1597 | * coff-ppc.c: Likewise. | |
1598 | * coff-rs6000.c: Likewise. | |
1599 | * elf32.c: Likewise. | |
1600 | * elf32-fr30.c: Likewise. | |
1601 | * elf32-i370.c: Likewise. | |
1602 | * elf32-i860.c: Likewise. | |
1603 | * elf32-m32r.c: Likewise. | |
1604 | * elf32-m68k.c: Likewise. | |
1605 | * elf32-mcore.c: Likewise. | |
1606 | * elf32-ppc.c: Likewise. | |
1607 | * elf32-sh.c: Likewise. | |
1608 | * elf32-v850.c: Likewise. | |
1609 | * elf64-alpha.c: Likewise. | |
1610 | * elf64-sparc.c: Likewise. | |
1611 | * elflink.c: Likewise. | |
1612 | * elflink.h: Likewise. | |
1613 | * elf-m10200.c: Likewise. | |
1614 | * elf-m10300.c: Likewise. | |
1615 | * elfxx-ia64.c: Likewise. | |
1616 | ||
3fde5a36 KH |
1617 | * aoutx.h: Fix formatting. |
1618 | * bfd.c: Likewise. | |
1619 | * bfd-in2.h: Likewise. | |
1620 | * bfd-in.h: Likewise. | |
1621 | * cpu-i386.c: Likewise. | |
1622 | * cpu-m68hc11.c: Likewise. | |
1623 | * dwarf2.c: Likewise. | |
1624 | * elf64-x86-64.c: Likewise. | |
1625 | * format.c: Likewise. | |
1626 | * freebsd.h: Likewise. | |
1627 | * hash.c: Likewise. | |
1628 | * hp300hpux.c: Likewise. | |
1629 | * hppabsd-core.c: Likewise. | |
1630 | * hpux-core.c: Likewise. | |
1631 | ||
70256ad8 AJ |
1632 | 2001-01-22 Bo Thorsen <[email protected]> |
1633 | ||
1634 | * elf64-x86-64.c: Added PIC support for X86-64. | |
1635 | (elf64_x86_64_link_hash_newfunc): Function added. | |
1636 | (elf64_x86_64_link_hash_table_create): Likewise. | |
1637 | (elf64_x86_64_check_relocs): Likewise. | |
1638 | (elf64_x86_64_gc_mark_hook): Likewise. | |
1639 | (elf64_x86_64_gc_sweep_hook): Likewise. | |
1640 | (elf64_x86_64_adjust_dynamic_symbol): Likewise. | |
1641 | (elf64_x86_64_size_dynamic_sections): Likewise. | |
1642 | (elf64_x86_64_discard_copies): Likewise. | |
1643 | (elf64_x86_64_finish_dynamic_symbol): Likewise. | |
1644 | (elf64_x86_64_finish_dynamic_sections): Likewise. | |
1645 | (elf64_x86_64_relocate_section): Add relocation of PIC sections. | |
1646 | ||
ee0bebb8 AJ |
1647 | 2001-01-21 Maciej W. Rozycki <[email protected]> |
1648 | ||
1649 | * Makefile.am (install-data-local): Make use of $(DESTDIR). | |
1650 | * Makefile.in: Regenerate. | |
1651 | ||
2a38f751 KH |
1652 | 2001-01-21 Kazu Hirata <[email protected]> |
1653 | ||
1654 | * coff-a29k.c: Fix formatting. | |
1655 | ||
c8492176 L |
1656 | 2001-01-19 H.J. Lu <[email protected]> |
1657 | ||
1658 | * elf32-i386.c (elf_i386_check_relocs): Report files with bad | |
1659 | relocation section names. | |
1660 | (elf_i386_relocate_section): Report files with bad relocation | |
1661 | section names and return false. | |
1662 | ||
a5377ec0 AJ |
1663 | 2001-01-17 Bo Thorsen <[email protected]> |
1664 | ||
1665 | * targets.c: Alphabetize list of xvecs. | |
1666 | ||
b352eebf AM |
1667 | 2001-01-14 Alan Modra <[email protected]> |
1668 | ||
d952f17a AM |
1669 | * config.bfd: Add linux target variant for elfxx-hppa. |
1670 | * configure.in: Recognize bfd_elf32_hppa_linux_vec and | |
1671 | bfd_elf64_hppa_linux_vec. | |
1672 | * configure: Regenerate. | |
1673 | * elf64-hppa.c: Include elf64-target.h again to support linux | |
1674 | target variant. | |
1675 | (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux. | |
1676 | * elf32-hppa.c: Include elf32-target.h again to support linux | |
1677 | target variant. | |
1678 | (elf32_hppa_post_process_headers): New function. | |
1679 | (elf_backend_post_process_headers): Define. | |
1680 | * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and | |
1681 | bfd_elf32_hppa_linux_vec. | |
1682 | ||
c46b7515 AM |
1683 | * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base, |
1684 | and data_segment_base fields. | |
1685 | (elf32_hppa_link_hash_table_create ): Init them. | |
1686 | (elf32_hppa_check_relocs): Update comments. | |
1687 | (hppa_record_segment_addr): New function. | |
1688 | (elf32_hppa_relocate_section): Call it. | |
1689 | (final_link_relocate): Handle R_PARISC_SEGREL32. | |
1690 | (elf32_hppa_final_link): New function. | |
1691 | (bfd_elf32_bfd_final_link): Define to call it. | |
1692 | (hppa_unwind_entry_compare): New function. | |
1693 | * cache.c (bfd_open_file): Create files in write+read mode. | |
1694 | ||
1695 | * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for | |
1696 | SEGREL32 and numerous other relocs. Change duplicate | |
1697 | R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED. | |
1698 | ||
d768008d AM |
1699 | * opncls.c (bfd_fdopenr): Add parens like the comment says around |
1700 | O_ACCMODE. | |
1701 | ||
150ccafb AM |
1702 | * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create |
1703 | .plt entries for DT_INIT and DT_FINI. | |
1704 | (elf32_hppa_finish_dynamic_sections): Remove special handling of | |
1705 | DT_INIT and DT_FINI. | |
1706 | ||
b352eebf AM |
1707 | * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit |
1708 | offsets for stub .plt access if wide mode. Check offset in range. | |
1709 | ||
b3b9a062 NC |
1710 | 2001-01-13 Nick Clifton <[email protected]> |
1711 | ||
b7ed8fad NC |
1712 | * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank |
1713 | line. | |
1714 | ||
b3b9a062 NC |
1715 | * coffcode.h (coff_canonicalize_reloc): Remove spurious blank |
1716 | line. | |
1717 | ||
6e0b89ee AM |
1718 | 2001-01-12 Alan Modra <[email protected]> |
1719 | ||
1720 | * configure.in ([bfd_elf64_x86_64_vec]): Set target64. | |
1721 | * configure: Regenerate. | |
1722 | ||
0d2bcfaf NC |
1723 | 2001-01-11 Peter Targett <[email protected]> |
1724 | ||
1725 | * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5, | |
1726 | bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants. | |
1727 | * cpu-arc.c (arch_info_struct): Add entries for variants. | |
1728 | (bfd_arc_arch) Set default to bfd_mach_arc_5. | |
1729 | (arc_get_mach) Don't assume machine names prefixed arc- before | |
1730 | testing. | |
1731 | * elf32-arc.c (arc_elf_object_p): Set machine number based on new | |
1732 | selections. | |
1733 | (arc_elf_final_write_processing) Likewise. | |
1734 | (ELF_MACHINE_CODE) Use EM_ARC. | |
1735 | ||
c31c1f70 NC |
1736 | 2001-01-10 Nick Clifton <[email protected]> |
1737 | ||
2758140b | 1738 | * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "". |
c31c1f70 | 1739 | |
5ad083e3 PB |
1740 | 2001-01-07 Philip Blundell <[email protected]> |
1741 | ||
1742 | * README: Replace `[email protected]' with | |
1743 | `[email protected]'. | |
1744 | ||
7eae7d22 KH |
1745 | 2001-01-04 Kazu Hirata <[email protected]> |
1746 | ||
1747 | * som.c: Fix formatting. | |
1748 | ||
509945ae KH |
1749 | 2001-01-03 Kazu Hirata <[email protected]> |
1750 | ||
3e932841 KH |
1751 | * ecoffswap.h: Fix formatting. |
1752 | * elf-bfd.h: Likewise. | |
1753 | * elfarm-nabi.c: Likewise. | |
1754 | * elfarm-oabi.c: Likewise. | |
1755 | * elfcode.h: Likewise. | |
1756 | * elfcore.h: Likewise. | |
1757 | * elflink.c: Likewise. | |
1758 | * elflink.h: Likewise. | |
1759 | * elfxx-ia64.c: Likewise. | |
1760 | * elfxx-target.h: Likewise. | |
1761 | * libbfd.c: Likewise | |
509945ae KH |
1762 | * linker.c: Likewise. |
1763 | * lynx-core.c: Likewise. | |
1764 | ||
892339ee KH |
1765 | 2001-01-02 Kazu Hirata <[email protected]> |
1766 | ||
1767 | * pc532-mach.c: Fix formatting. | |
1768 | * pe-arm.c: Likewise. | |
1769 | * pe-i386.c: Likewise. | |
1770 | * pe-mips.c: Likewise. | |
1771 | * pe-ppc.c: Likewise. | |
1772 | * pe-sh.c: Likewise. | |
1773 | * pei-mips.c: Likewise. | |
1774 | * pei-sh.c: Likewise. | |
ee91ed79 | 1775 | * peicode.h: Likewise. |
892339ee KH |
1776 | * ppcboot.c: Likewise. |
1777 | * ptrace-core.c: Likewise. | |
1778 | ||
3d855632 KH |
1779 | 2001-01-01 Kazu Hirata <[email protected]> |
1780 | ||
1781 | * reloc.c: Fix formatting. | |
1782 | * riscix.c: Likewise. | |
1783 | * rs6000-core.c: Likewise. | |
1784 | * xcoff-target.h: Likewise. | |
1785 | ||
a77a9fef HPN |
1786 | 2000-12-29 Hans-Peter Nilsson <[email protected]> |
1787 | ||
1788 | * elfcode.h (elf_object_p): Also restore the bfd mach field on | |
1789 | error, by calling bfd_default_set_arch_mach with incoming | |
1790 | values. | |
1791 | ||
558e161f KH |
1792 | 2000-12-26 Kazu Hirata <[email protected]> |
1793 | ||
1794 | * vaxnetbsd.c: Fix formatting. | |
1795 | * versados.c: Likewise. | |
1796 | * vms-gsd.c: Likewise. | |
1797 | * vms-hdr.c: Likewise. | |
1798 | * vms-misc.c: Likewise. | |
1799 | ||
3c579812 AO |
1800 | 2000-12-25 Alexandre Oliva <[email protected]> |
1801 | ||
1802 | * archive.c (coff_write_armap): Don't write more than symbol_count | |
1803 | `archive_member_file_ptr's. | |
1804 | ||
672579e9 KH |
1805 | 2000-12-25 Kazu Hirata <[email protected]> |
1806 | ||
1807 | * vms-tir.c: Fix formatting. | |
1808 | ||
55f2d5ed KH |
1809 | 2000-12-23 Kazu Hirata <[email protected]> |
1810 | ||
1811 | * vms.c: Fix formatting. | |
1812 | * vms.h: Likewise. | |
1813 | ||
23ccc829 NC |
1814 | 2000-12-21 Santeri Paavolainen <[email protected]> |
1815 | ||
1816 | * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined. | |
1817 | ||
1818 | * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM. | |
1819 | ||
1820 | * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *) | |
1821 | arithmetic. | |
1822 | ||
1823 | * elf32-fr30.c: Add casts to avoid (void *) arithmetic. | |
1824 | ||
1825 | * coffcode.h (styp_to_sec_flags): Add empty statement after label. | |
1826 | ||
8c603c85 NC |
1827 | 2000-12-21 Richard Sandiford <[email protected]> |
1828 | ||
1829 | * libbfd.c (bfd_get_bits): Added | |
1830 | (bfd_put_bits): Likewise | |
1831 | * bfd-in.h: Declared the above. | |
1832 | * bfd-in2.h: Regenerated. | |
1833 | ||
5bff4f56 KH |
1834 | 2000-12-20 Kazu Hirata <[email protected]> |
1835 | ||
1836 | * targets.c: Fix formatting. | |
1837 | * tekhex.c: Likewise. | |
1838 | * trad-core.c: Likewise. | |
1839 | ||
7b82c249 KH |
1840 | 2000-12-19 Kazu Hirata <[email protected]> |
1841 | ||
1842 | * sco5-core.c: Fix formatting. | |
1843 | * section.c: Likewise. | |
1844 | * sparclinux.c: Likewise. | |
1845 | * sparclynx.c: Likewise. | |
1846 | * sparcnetbsd.c: Likewise. | |
1847 | * srec.c: Likewise. | |
1848 | * stabs.c: Likewise. | |
1849 | * stab-syms.c: Likewise. | |
1850 | * sunos.c: Likewise. | |
1851 | * syms.c: Likewise. | |
1852 | * sysdep.h: Likewise. | |
1853 | ||
f78c5281 NC |
1854 | 2000-12-18 Nick Clifton <[email protected]> |
1855 | ||
1856 | * coff-arm.c (EXTRA_S_FLAGS): Only define if not already | |
1857 | defined. | |
1858 | * epoc-pe-arm.c (EXTRA_S_FLAGS): Define. | |
1859 | * epoc-pei-arm.c (EXTRA_S_FLAGS): Define. | |
1860 | ||
02b89dce NC |
1861 | 2000-12-18 Nick Clifton <[email protected]> |
1862 | ||
1863 | * vms-misc.c (_bfd_vms_get_record): Add default case to | |
1864 | file_format switch. | |
1865 | ||
d20966a7 NC |
1866 | 2000-12-15 Miloslav Trmac <[email protected]> |
1867 | ||
1868 | * elfcore.h (elf_core_file_p): Move to the start of the program | |
1869 | headers before attempting to read them. | |
1870 | ||
6fa957a9 KH |
1871 | 2000-12-14 Kazu Hirata <[email protected]> |
1872 | ||
1873 | * peigen.c: Fix formatting. | |
1874 | * som.c: Likewise. | |
1875 | * som.h: Likewise. | |
1876 | ||
9602af51 KH |
1877 | 2000-12-13 Kazu Hirata <[email protected]> |
1878 | ||
1879 | * peigen.c: Fix formatting. | |
1880 | ||
514829c3 JW |
1881 | 2000-12-12 Jim Wilson <[email protected]> |
1882 | ||
1883 | * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *. | |
1884 | ||
3a71aec8 NC |
1885 | 2000-12-08 Mark Salter <[email protected]> |
1886 | ||
1887 | * binary.c (binary_set_section_contents): Ignore sections | |
1888 | with zero size. | |
1889 | ||
1518639e KH |
1890 | 2000-12-12 Kazu Hirata <[email protected]> |
1891 | ||
1892 | * m68klinux.c: Fix formatting. | |
1893 | * m68knetbsd.c: Likewise. | |
1894 | * mipsbsd.c: Likewise. | |
1895 | * netbsd-core.c: Likewise. | |
1896 | * netbsd.h: Likewise. | |
1897 | * newsos3.c: Likewise. | |
1898 | * nlm32-alpha.c: Likewise. | |
1899 | * nlm32-i386.c: Likewise. | |
1900 | * nlm32-ppc.c: Likewise. | |
1901 | * nlm32-sparc.c: Likewise. | |
1902 | * nlmcode.h: Likewise. | |
1903 | * nlmswap.h: Likewise. | |
1904 | * nlm-target.h: Likewise. | |
1905 | * ns32knetbsd.c: Likewise. | |
1906 | ||
b79e8c78 NC |
1907 | 2000-12-10 Fred Fish <[email protected]> |
1908 | ||
d952f17a AM |
1909 | * elflink.h (elf_link_output_extsym): Don't complain about undefined |
1910 | symbols in shared objects if allow_shlib_undefined is true. | |
b79e8c78 | 1911 | |
38b1a46c NC |
1912 | 2000-12-12 Nick Clifton <[email protected]> |
1913 | ||
1914 | * cpu-sh.c: Fix formattng. | |
1915 | * elf.c: Fix formattng. | |
1916 | * elf32-mips.c: Fix formattng. | |
1917 | * elf32-sh.c: Fix formattng. | |
1918 | * elf64-alpha.c: Fix formattng. | |
1919 | ||
857ec808 NC |
1920 | 2000-12-09 Nick Clifton <[email protected]> |
1921 | ||
1922 | * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass | |
1923 | dwarf2_find_line_info as last parameter to invocation of | |
1924 | _bfd_dwarf2_find_nearest_line. | |
1925 | * elf32-arm.h (elf32_arm_find_nearest_line): Pass | |
1926 | dwarf2_find_line_info as last parameter to invocation of | |
1927 | _bfd_dwarf2_find_nearest_line. | |
1928 | ||
51db3708 NC |
1929 | 2000-12-08 Mark Elbrecht <[email protected]> |
1930 | ||
1931 | * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here... | |
857ec808 NC |
1932 | (BFD_LIBS): ...to here. |
1933 | (BFD32_BACKENDS_CFILES): Move dwarf2.c from here... | |
1934 | (BFD_LIBS_CFILES): ...to here. | |
51db3708 NC |
1935 | * Makefile.in: Regenerate. |
1936 | * configure.in: Remove dwarf.lo from the elf shell variable. | |
1937 | * configure: Regenerate. | |
1938 | * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info. | |
1939 | * libcoff.h: Regenerate. | |
d952f17a | 1940 | * coffgen.c (coff_find_nearest_line): Call |
857ec808 | 1941 | _bfd_dwarf2_find_nearest_line. |
51db3708 | 1942 | * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update |
857ec808 NC |
1943 | accordingly. |
1944 | (read_abbrevs): Likewise | |
1945 | (decode_line_info): Likewise. | |
1946 | (parse_comp_unit): Likewise. | |
1947 | (comp_unit_find_nearest_line): Likewise. | |
51db3708 NC |
1948 | * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype. |
1949 | * libbfd.h: Regenerate. | |
1950 | * elf.c (_bfd_elf_find_nearest_line): Update call. | |
1951 | * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR. | |
1952 | * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH. | |
1953 | * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros. | |
857ec808 NC |
1954 | (sec_to_styp_flags): Use them. Handle DWARF2 sections. |
1955 | (styp_to_sec_flags): Handle DWARF2 sections. | |
1956 | * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call | |
1957 | to _bfd_find_nearest_line. | |
1958 | * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to | |
1959 | call to _bfd_find_nearest_line. | |
d952f17a | 1960 | |
435b1e90 KH |
1961 | 2000-12-08 Kazu Hirata <[email protected]> |
1962 | ||
1963 | * coffgen.c: Fix formatting. | |
fe8bc63d | 1964 | * elf-m10300.c: Likewise. |
435b1e90 KH |
1965 | * elf32-i386.c: Likewise. |
1966 | * elf32-i960.c: Likewise. | |
1967 | * elf32-m68k.c: Likewise. | |
1968 | * elf32-mcore.c: Likewise. | |
1969 | * elf32-ppc.c: Likewise. | |
1970 | * elf32-sh.c: Likewise. | |
1971 | * elf32-sparc.c: Likewise. | |
1972 | * elf32-v850.c: Likewise. | |
fe8bc63d KH |
1973 | * elf64-alpha.c: Likewise. |
1974 | * elf64-hppa.c: Likewise. | |
1975 | * elf64-mips.c: Likewise. | |
435b1e90 | 1976 | * elf64-sparc.c: Likewise. |
435b1e90 | 1977 | |
8da6118f KH |
1978 | 2000-12-07 Kazu Hirata <[email protected]> |
1979 | ||
1980 | * elf32-ppc.c: Fix formatting. | |
1981 | * elf64-x86-64.c: Likewise. | |
1982 | ||
a9922e52 UC |
1983 | 2000-12-06 Ulf Carlsson <[email protected]> |
1984 | ||
1985 | From Ralf Baechle <[email protected]> | |
1986 | ||
1987 | * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit | |
1988 | BFDs containing no sections or empty .text, .data or .bss sections | |
1989 | to be merged, regardless of their flags. | |
1990 | ||
c3668558 KH |
1991 | 2000-12-06 Kazu Hirata <[email protected]> |
1992 | ||
1993 | * elf32-m32r.c: Fix formatting. | |
1994 | * elf32-m68hc11.c: Likewise. | |
1995 | * elf32-m68hc12.c: Likewise. | |
1996 | * elf32-m68k.c: Likewise. | |
1997 | * elf32-mcore.c: Likewise. | |
1998 | * elf32-pj.c: Likewise. | |
1999 | * elf32-ppc.c: Likewise. | |
2000 | ||
6609fa74 KH |
2001 | 2000-12-05 Kazu Hirata <[email protected]> |
2002 | ||
2003 | * elf32-fr30.c: Fix formatting. | |
2004 | * elf32-hppa.c: Likewise. | |
2005 | * elf32-i370.c: Likewise. | |
2006 | * elf32-i386.c: Likewise. | |
2007 | * elf32-i860.c: Likewise. | |
2008 | * elf32-i960.c: Likewise. | |
2009 | ||
a7c10850 KH |
2010 | 2000-12-03 Kazu Hirata <[email protected]> |
2011 | ||
2012 | * elf32-arm.h: Fix formatting. | |
2013 | * elf32-avr.c: Likewise. | |
2014 | * elf32-cris.c: Likewise. | |
2015 | * elf32-d10v.c: Likewise. | |
2016 | * elf32-d30v.c: Likewise. | |
2017 | * elf-hppa.h: Likewise. | |
2018 | * elf-m10200.c: Likewise. | |
2019 | * elf-m10300.c: Likewise. | |
2020 | ||
e7af610e NC |
2021 | 2000-12-01 Chris Demetriou <[email protected]> |
2022 | ||
d952f17a AM |
2023 | * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and |
2024 | bfd_mach_mips32_4k. Update FIXME comment. | |
2025 | * archures.c (bfd_mach_mips32): New constant. | |
2026 | (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to | |
2027 | the latter, renumber it. | |
2028 | * bfd-in2.h (bfd_mach_mips32): New constant. | |
2029 | (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to | |
2030 | the latter, renumber it. | |
2031 | * cpu-mips.c (I_mips32): New constant. | |
2032 | (I_mips4K, I_mips32_4k): Rename the former to the latter. | |
2033 | (arch_info_struct): Add bfd_mach_mips32 entry, replace | |
2034 | bfd_mach_mips4K entry with bfd_mach_mips32_4k entry. | |
2035 | * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case. | |
2036 | (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32 | |
2037 | with E_MIPS_MACH_MIPS32_4K. | |
2038 | (_bfd_mips_elf_final_write_processing): Replace | |
2039 | bfd_mach_mips4K with bfd_mach_mips32_4k case, add | |
2040 | bfd_mach_mips32 case. | |
2041 | (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing | |
2042 | comparison with support for MIPS32. | |
2043 | (_bfd_mips_elf_print_private_bfd_data): Print ISA name for | |
2044 | MIPS32. | |
2045 | ||
2046 | * aoutx.h (NAME(aout,machine_type)): Add cases for | |
2047 | bfd_mach_mips5 and bfd_mach_mips64. | |
2048 | * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants. | |
2049 | * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise. | |
2050 | * cpu_mips.c (I_mips5, I_mips64): New definitions. | |
2051 | (arch_info_struct): Add entries for bfd_mach_mips5 and | |
2052 | bfd_mach_mips64. | |
2053 | * elf32-mips.c (elf_mips_isa, elf_mips_mach, | |
2054 | _bfd_mips_elf_print_private_bfd_data): Add cases for | |
2055 | E_MIPS_ARCH_5 and E_MIPS_ARCH_64. | |
2056 | (_bfd_mips_elf_final_write_processing): Add cases for | |
2057 | bfd_mach_mips5 and bfd_mach_mips64. | |
2058 | ||
7898deda | 2059 | * aoutx.h (NAME(aout,machine_type)): Add a |
d952f17a | 2060 | bfd_mach_mips_sb1 case. |
7898deda NC |
2061 | * archures.c (bfd_mach_mips_sb1): New constant. |
2062 | * bfd-in2.h (bfd_mach_mips_sb1): New constant. | |
2063 | * cpu-mips.c (I_sb1): New constant. | |
d952f17a | 2064 | (arch_info_struct): Add entry for bfd_mach_mips_sb1. |
7898deda | 2065 | * elf32-mips.c (elf_mips_mach): Add case for |
d952f17a AM |
2066 | E_MIPS_MACH_SB1. |
2067 | (_bfd_mips_elf_final_write_processing): Add case for | |
2068 | bfd_mach_mips_sb1. | |
2069 | ||
2070 | 2000-12-01 Joel Sherrill <[email protected]> | |
ddcfc5fc NC |
2071 | |
2072 | * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets. | |
2073 | (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets. | |
2074 | (sparc*-*-rtems*): Switched from a.out to ELF. | |
2075 | ||
8d88c4ca | 2076 | 2000-11-30 Jan Hubicka <[email protected]> |
d952f17a AM |
2077 | |
2078 | * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo | |
2079 | BFD64_BACKENDS_CFILES): Add elf64-x86-64.c | |
2080 | (elf64-x86-64.lo): Add dependencies. | |
2081 | * archures.c (DESCRIPTION): Add bfd_mach_x86_64, | |
2082 | bfd_mach_x86_64_intel_syntax. | |
2083 | * elf.c (prep_headers): Use EM_x86_64 for 64bit output. | |
2084 | * config.bfd (x86_64): Add. | |
2085 | * configure.in: Add support for bfd_elf64_x86_64_vec. | |
2086 | * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add. | |
2087 | (bfd_i386_arch, i8086_ar): Link in. | |
2088 | * elf64-x86-64.c: New file. | |
2089 | * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*. | |
2090 | * targets.c (bfd_elf64_x86_64_vec): Add. | |
2091 | (bfd_target_vect): Add bfd_elf64_x86_64_vec. | |
8d88c4ca | 2092 | |
fbc4fff4 KH |
2093 | 2000-11-30 Kazu Hirata <[email protected]> |
2094 | ||
2095 | * xcofflink.c: Fix formatting. | |
2096 | ||
e60b52c6 KH |
2097 | 2000-11-28 Kazu Hirata <[email protected]> |
2098 | ||
2099 | * aoutx.h: Fix formatting. | |
2100 | * bfd-in.h: Likewise. | |
2101 | * bfd-in2.h: Likewise. | |
2102 | * cache.c: Likewise. | |
2103 | * cisco-core.c: Likewise. | |
2104 | * coff64-rs6000.c: Likewise. | |
2105 | * coffcode.h: Likewise. | |
2106 | * coffswap.h: Likewise. | |
2107 | * corefile.c: Likewise. | |
be3ccd9c | 2108 | * elf32-mips.c: Likewise. |
e60b52c6 | 2109 | |
336eced2 KH |
2110 | 2000-11-27 Kazu Hirata <[email protected]> |
2111 | ||
2112 | * aout-adobe.c: Fix formatting. | |
244148ad KH |
2113 | * coff64-rs6000.c: Likewise. |
2114 | * coffgen.c: Likewise. | |
2115 | * cofflink.c: Likewise. | |
336eced2 | 2116 | |
d71f672e PB |
2117 | 2000-11-27 Philip Blundell <[email protected]> |
2118 | ||
2119 | * libcoff-in.h (coff_tdata): Add `strings_written' flag. | |
2120 | (obj_coff_strings_written): New accessor macro for above. | |
2121 | * libcoff.h: Regenerate. | |
2122 | * cofflink.c (_bfd_coff_final_link): Say that we wrote the | |
2123 | strings. | |
2124 | * coffcode.h (coff_write_object_contents): No need to write out | |
2125 | the string table if it's already been done. | |
2126 | ||
bc7a577d PB |
2127 | 2000-11-22 Philip Blundell <[email protected]> |
2128 | ||
d952f17a | 2129 | * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to |
bc7a577d PB |
2130 | weak undefined symbols. |
2131 | ||
077b8428 NC |
2132 | 2000-11-24 Nick Clifton <[email protected]> |
2133 | ||
2134 | * archures.c (bfd_mach_arm_5TE): Define. | |
2135 | (bfd_mach_arm+XScale): Define. | |
2136 | * bfd-in2.h: Regenerate. | |
2137 | ||
2138 | * coff-arm.c (coff_arm_reloc_type_lookup): Accept | |
2139 | BFD_RELOC_ARM_PCREL_BLX. | |
2140 | ||
2141 | * coffcode.h (coff_set_flags): Set flags for 5t, 5te and | |
2142 | XScale machine numbers. | |
2143 | ||
2144 | * config.bfd (xscale-elf): Add target. | |
2145 | (xscale-coff): Add target. | |
2146 | ||
2147 | * cpu-arm.c: Add xscale machine name. | |
2148 | Add v5t, v5te and XScale machine numbers. | |
2149 | ||
e9e41bd9 KH |
2150 | 2000-11-23 Kazu Hirata <[email protected]> |
2151 | ||
2152 | * aix386-core.c: Fix formatting. | |
2153 | ||
64bf6ae6 JW |
2154 | 2000-11-22 Jim Wilson <[email protected]> |
2155 | ||
2156 | * coff-ia64.c (howto_table): Use EMPTY_HOWTO. | |
2157 | (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters. | |
2158 | * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise. | |
2159 | (ins_imms_scaled): Initialize sign_bit at function entry. | |
2160 | (elf64_ia64_operands): Add missing initializers. | |
2161 | * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup, | |
2162 | elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections, | |
2163 | elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name, | |
2164 | elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff, | |
2165 | elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused | |
2166 | parameters. | |
2167 | (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents, | |
2168 | and free_extsyms at function entry. | |
2169 | (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result. | |
2170 | (elfNN_ia64_create_dynamic_sections): Delete unused local h. | |
2171 | (get_got): Delete unused local srel. | |
2172 | (elfNN_ia64_check_relocs): Initialize dynrel_type when declared. | |
2173 | (elfNN_ia64_relocate_section): Delete unused local dynindx. | |
d952f17a | 2174 | |
1abaf976 KH |
2175 | 2000-11-21 Kazu Hirata <[email protected]> |
2176 | ||
6e301b2b KH |
2177 | * coff-a29k.c: Fix formatting. |
2178 | * coff-h8500.c: Likewise. | |
2179 | * coff-i960.c: Likewise. | |
2180 | * coff-ppc.c: Likewise. | |
2181 | * coff-rs6000.c: Likewise. | |
2182 | * coff-stgo32.c: Likewise. | |
2183 | * coff-tic54x.c: Likewise. | |
2184 | * coff-w65.c: Likewise. | |
2185 | * cpu-h8500.c: Likewise. | |
2186 | * cpu-hppa.c: Likewise. | |
2187 | * cpu-ns32k.c: Likewise. | |
2188 | * ecoff.c: Likewise. | |
1abaf976 KH |
2189 | * ecofflink.c: Likewise. |
2190 | ||
a0fc8ba1 NC |
2191 | 2000-11-21 Nick Clifton <[email protected]> |
2192 | ||
2193 | * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and | |
2194 | remove possibility of infinite loop. | |
2195 | ||
beb0d161 KH |
2196 | 2000-11-20 Kazu Hirata <[email protected]> |
2197 | ||
2198 | * aix386-core.c: Fix formatting. | |
2199 | * aout-adobe.c: Likewise. | |
2200 | * aout-arm.c: Likewise. | |
2201 | * aout-encap.c: Likewise. | |
2202 | * aout-ns32k.c: Likewise. | |
2203 | * aout-target.h: Likewise. | |
2204 | * aout-tic30.c: Likewise. | |
2205 | * aoutf1.h: Likewise. | |
2206 | * aoutx.h: Likewise. | |
2207 | * archive.c: Likewise. | |
eb6e10cb KH |
2208 | * bfd-in.h: Likewise. |
2209 | * bfd-in2.h: Likewise. | |
2210 | * bfd.c: Likewise. | |
2211 | * bout.c: Likewise. | |
beb0d161 | 2212 | |
2c2475db JW |
2213 | 2000-11-17 H.J. Lu <[email protected]> |
2214 | ||
2215 | * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create | |
2216 | pltoff entries for DT_INIT and DT_FINI. | |
2217 | (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries. | |
2218 | (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI | |
2219 | entries. | |
2220 | ||
18b27f17 RH |
2221 | 2000-11-16 Richard Henderson <[email protected]> |
2222 | ||
2223 | * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs. | |
2224 | (allocate_dynrel_entries): Likewise. | |
2225 | (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly. | |
2226 | (set_pltoff_entry): Likewise. | |
2227 | (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB | |
2228 | (elfNN_ia64_reloc_type_lookup): Likewise. | |
2229 | (elfNN_ia64_install_value): Likewise. | |
2230 | (elfNN_ia64_relocate_section): Likewise. | |
2231 | * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove. | |
2232 | (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove. | |
2233 | ||
98591c73 KH |
2234 | 2000-11-16 Kazu Hirata <[email protected]> |
2235 | ||
71f6b586 KH |
2236 | * cpu-a29k.c: Fix formatting. |
2237 | * cpu-alpha.c: Likewise. | |
2238 | * cpu-arm.c: Likewise. | |
2239 | * cpu-avr.c: Likewise. | |
2240 | * cpu-d10v.c: Likewise. | |
2241 | * cpu-h8500.c: Likewise. | |
2242 | * cpu-hppa.c: Likewise. | |
2243 | * cpu-i370.c: Likewise. | |
2244 | * cpu-i386.c: Likewise. | |
2245 | * cpu-i960.c: Likewise. | |
2246 | * cpu-ia64-opc.c: Likewise. | |
2247 | * cpu-ia64.c: Likewise. | |
2248 | * cpu-m32r.c: Likewise. | |
2249 | * cpu-m68hc11.c: Likewise. | |
2250 | * cpu-m68hc12.c: Likewise. | |
2251 | * cpu-m68k.c: Likewise. | |
2252 | * cpu-m88k.c: Likewise. | |
2253 | * cpu-mips.c: Likewise. | |
2254 | * cpu-ns32k.c: Likewise. | |
2255 | * cpu-pj.c: Likewise. | |
2256 | * cpu-powerpc.c: Likewise. | |
2257 | * cpu-sh.c: Likewise. | |
2258 | * cpu-sparc.c: Likewise. | |
2259 | * cpu-tic54x.c: Likewise. | |
2260 | * cpu-v850.c: Likewise. | |
2261 | * cpu-vax.c: Likewise. | |
2262 | * cpu-w65.c: Likewise. | |
2263 | * cpu-we32k.c: Likewise. | |
2264 | * cpu-z8k.c: Likewise. | |
2265 | * dwarf1.c: Likewise. | |
98591c73 KH |
2266 | * dwarf2.c: Likewise. |
2267 | ||
c5930ee6 KH |
2268 | 2000-11-15 Kazu Hirata <[email protected]> |
2269 | ||
2270 | * coff-arm.c: Fix formatting. | |
2271 | * coff-ppc.c: Likewise. | |
2272 | * coff-rs6000.c: Likewise. | |
cbfe05c4 KH |
2273 | * coff-sh.c: Likewise. |
2274 | * coff-sparc.c: Likewise. | |
2275 | * coff-tic30.c: Likewise. | |
2276 | * coff-tic54x.c: Likewise. | |
2277 | * coff-tic80.c: Likewise. | |
2278 | * coff-w65.c: Likewise. | |
2279 | * coff-we32k.c: Likewise. | |
2280 | * coff-z8k.c: Likewise. | |
c5930ee6 | 2281 | |
dac544a8 RH |
2282 | 2000-11-15 Richard Henderson <[email protected]> |
2283 | ||
2284 | * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc | |
2285 | section with the same ALLOC|LOAD flags as the source section. | |
2286 | ||
c810873d JJ |
2287 | 2000-11-14 Jakub Jelinek <[email protected]> |
2288 | ||
2289 | * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used | |
2290 | by STO_ALPHA constants. | |
2291 | ||
43646c9d KH |
2292 | 2000-11-14 Kazu Hirata <[email protected]> |
2293 | ||
2294 | * coff-pmac.c: Fix formatting. | |
2295 | * coff-ppc.c: Likewise. | |
2296 | ||
051b8577 L |
2297 | 2000-11-13 H.J. Lu <[email protected]> |
2298 | ||
2299 | * elflink.h (elf_link_add_object_symbols): Also add indirect | |
2300 | symbols for common symbols with the default version. | |
2301 | ||
90460d97 PB |
2302 | 2000-11-09 Philip Blundell <[email protected]> |
2303 | ||
2304 | * section.c (STD_SECTION): Set gc_mark flag. | |
2305 | ||
b48499ec KH |
2306 | 2000-11-11 Kazu Hirata <[email protected]> |
2307 | ||
2308 | * coff-i960.c: Likewise. | |
2309 | * coff-m68k.c: Likewise. | |
2310 | * coff-m88k.c: Likewise. | |
2311 | * coff-mcore.c: Likewise. | |
2312 | * coff-mips.c: Likewise. | |
2313 | ||
c5aeb40f AO |
2314 | 2000-11-11 Bernd Schmidt <[email protected]> |
2315 | ||
2316 | * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs. | |
2317 | ||
5fcfd273 KH |
2318 | 2000-11-10 Kazu Hirata <[email protected]> |
2319 | ||
2320 | * coff-h8300.c: Fix formatting. | |
2321 | * coff-h8500.c: Likewise. | |
2322 | * coff-i386.c: Likewise. | |
2323 | * coff-i860.c: Likewise. | |
2324 | * coff-i960.c: Likewise. | |
2325 | * coff-ia64.c: Likewise. | |
2326 | ||
047066e1 KH |
2327 | 2000-11-09 Kazu Hirata <[email protected]> |
2328 | ||
2329 | * archive.c: Fix formatting. | |
2330 | * archures.c: Likewise. | |
2331 | ||
9a951beb RH |
2332 | 2000-11-07 Richard Henderson <[email protected]> |
2333 | ||
2334 | * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec. | |
2335 | Set it before bfd_elf64_bfd_final_link call. Use it after the call. | |
2336 | * section.c (bfd_set_section_contents): Call memcpy if | |
2337 | section->contents set and location not equal to contents plus offset. | |
2338 | ||
aebad5fe KH |
2339 | 2000-11-08 Kazu Hirata <[email protected]> |
2340 | ||
8546af74 KH |
2341 | * bfd-in.h: Fix formatting. |
2342 | * bfd-in2.h: Likewise. | |
2343 | * bfd.c: Likewise. | |
aebad5fe KH |
2344 | * binary.c: Likewise. |
2345 | * bout.c: Likewise. | |
346ceb11 KH |
2346 | * coff-a29k.c: Likewise. |
2347 | * coff-alpha.c: Likewise. | |
2348 | * coff-apollo.c: Likewise. | |
2349 | * coff-aux.c: Likewise. | |
aebad5fe | 2350 | |
0ef5a5bd KH |
2351 | 2000-11-07 Kazu Hirata <[email protected]> |
2352 | ||
2353 | * aix386-core.c: Fix formatting. | |
2354 | * aoutf1.h: Likewise. | |
2355 | * aoutx.h: Likewise. | |
2356 | * archures.c: Likewise. | |
2357 | * armnetbsd.c: Likewise. | |
2358 | ||
d562d2fb AM |
2359 | 2000-11-07 Alan Modra <[email protected]> |
2360 | ||
2361 | * coff-h8300.c (special): Adjust reloc address. | |
2362 | ||
bbe66d08 JW |
2363 | 2000-11-06 Steve Ellcey <[email protected]> |
2364 | ||
4efc3e05 | 2365 | * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines |
bbe66d08 JW |
2366 | to differentiate elf32 and elf64 on ia64. |
2367 | * bfd-in2.h: Regenerate. | |
2368 | * config.bfd: Add target for "ia64*-*-hpux*". | |
2369 | * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch. | |
2370 | * configure: Regenerate. | |
4efc3e05 | 2371 | * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure. |
bbe66d08 JW |
2372 | * targets.c: Add bfd_target bfd_elf32_ia64_big_vec. |
2373 | ||
2374 | * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects | |
2375 | from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo. | |
2376 | * Makefile.in: Regnerate. | |
4efc3e05 | 2377 | * elf64-ia64.c: Deleted. |
bbe66d08 JW |
2378 | * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c. |
2379 | ||
c4dfa77f KH |
2380 | 2000-11-06 Kazu Hirata <[email protected]> |
2381 | ||
2382 | * aout-adobe.c: Fix formatting. | |
2383 | * aout-arm.c: Likewise. | |
2384 | * aout-cris.c: Likewise. | |
2385 | * aout-encap.c: Likewise. | |
2386 | * aout-ns32k.c: Likewise. | |
2387 | * aout-target.h: Likewise. | |
2388 | * aout-tic30.c: Likewise. | |
2389 | ||
cf919dfd PB |
2390 | 2000-11-05 Philip Blundell <[email protected]> |
2391 | ||
2392 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit | |
2393 | BFDs containing no sections to be merged, regardless of their flags. | |
2394 | ||
2395 | 2000-11-04 Philip Blundell <[email protected]> | |
2396 | ||
2397 | * elf32-arm.h (elf32_arm_relocate_section): Suppress error message | |
2398 | if a relocation for an undefined symbol also results in an | |
2399 | overflow. | |
2400 | ||
8d88c4ca | 2401 | 2000-11-06 Christopher Faylor <[email protected]> |
8848a8d0 CF |
2402 | |
2403 | * config.bfd: Add support for Sun Chorus. | |
2404 | ||
46d59bfa DB |
2405 | 2000-11-05 David O'Brien <[email protected]> |
2406 | ||
2407 | * configure.in: Recognize alpha-*-freebsd*. | |
2408 | * configure: Regenerate. | |
2409 | ||
d952f17a | 2410 | 2000-11-02 Luciano Gemme <[email protected]> |
420496c1 NC |
2411 | |
2412 | * srec.c (CHUNK): Rename to DEFAULT_CHUNK. | |
2413 | (Chunk): New global variable set by a parameter in objcopy.c. | |
2414 | (S3Forced): New global variable set by a parameter in | |
2415 | objcopy.c. | |
2416 | (srec_set_section_contents): If S3Forced is true, always generate | |
2417 | S3 records. | |
2418 | (srec_write_section): Use 'Chunk' to limit maximum length of S | |
2419 | records. | |
2420 | ||
59ff2774 NC |
2421 | 2000-11-02 Per Lundberg <[email protected]> |
2422 | ||
2423 | * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos. | |
2424 | * Makefile.in: Regenerate. | |
2425 | * bfd-in2.h: Regenerate. | |
2426 | * po/bfd.pot: Regenerate. | |
d952f17a | 2427 | |
ee43f35e PB |
2428 | 2000-10-31 Philip Blundell <[email protected]> |
2429 | ||
2430 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle | |
2431 | EF_SOFT_FLOAT if it is defined. | |
2432 | ||
1006ba19 PB |
2433 | 2000-10-27 Philip Blundell <[email protected]> |
2434 | ||
2435 | * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse | |
2436 | attempts to mix PIC code with non-PIC, just mark the output as | |
2437 | being position dependent. | |
d952f17a AM |
2438 | (elf32_arm_merge_private_bfd_data): Likewise. Print an error |
2439 | message for EF_SOFT_FLOAT mismatches. Display diagnostics for | |
1006ba19 | 2440 | all mismatches, not just the first one. |
d952f17a | 2441 | |
c4920b97 NC |
2442 | 2000-10-25 Chris Demetriou <[email protected]> |
2443 | ||
2444 | * ieee.c (ieee_archive_p): Plug one of many possible | |
2445 | memory leaks in error handling. | |
2446 | ||
19f7b010 JJ |
2447 | 2000-10-20 Jakub Jelinek <[email protected]> |
2448 | ||
2449 | * elf32-sparc.c (elf32_sparc_merge_private_bfd_data, | |
2450 | elf32_sparc_object_p, elf32_sparc_final_write_processing): | |
2451 | Support v8plusb. | |
2452 | * elf64-sparc.c (sparc64_elf_merge_private_bfd_data, | |
2453 | sparc64_elf_object_p): Support v9b. | |
2454 | * archures.c: Declare v8plusb and v9b machines. | |
2455 | * bfd-in2.h: Ditto. | |
2456 | * cpu-sparc.c: Ditto. | |
2457 | ||
e1e0340b GK |
2458 | 2000-10-16 Geoffrey Keating <[email protected]> |
2459 | ||
ea5fbc67 GK |
2460 | * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location |
2461 | of a GOT reloc. | |
2462 | ||
e1e0340b GK |
2463 | * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro. |
2464 | (SYMBOL_CALLS_LOCAL): New macro. | |
2465 | (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL. | |
2466 | (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL. | |
2467 | (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL. | |
2468 | (ppc_elf_relocate_section): Use flag variable to determine | |
2469 | whether the relocation refers to a local symbol. | |
2470 | Test whether a PLTREL24 reloc will produce a reloc by looking | |
2471 | to see whether a PLT entry was made. | |
2472 | ||
a4b120e1 GK |
2473 | 2000-10-14 Geoffrey Keating <[email protected]> |
2474 | ||
2475 | * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT | |
2476 | entries that could serve as a definition for a weak symbol. | |
2477 | ||
5af5b85b UC |
2478 | 2000-10-13 Ulf Carlsson <[email protected]> |
2479 | ||
2480 | From Ralf Baechle <[email protected]> | |
2481 | ||
2482 | * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument | |
2483 | local_p. Add symbol value only for non-R_MIPS_REL32 relocations | |
2484 | against local symbols. | |
2485 | (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01. | |
d952f17a | 2486 | |
3ef20aaa AM |
2487 | 2000-10-12 Alan Modra <[email protected]> |
2488 | ||
24376d1b AM |
2489 | * section.c (struct sec): Add kept_section. |
2490 | (struct bfd_comdat_info): Remove sec, we can use above. | |
2491 | (STD_SECTION): Add initializer. | |
2492 | (bfd_make_section_anyway): Init here too. | |
2493 | ||
2494 | * bfd-in2.h: Regenerate. | |
2495 | ||
2496 | * elflink.h (elf_link_add_object_symbols): Remove unnecessary | |
d952f17a | 2497 | zeroing of `flags'. |
24376d1b AM |
2498 | (elf_link_input_bfd): Set all asection->symbol->value's here, and |
2499 | fudge values for discarded link-once section symbols. | |
2500 | ||
3ef20aaa AM |
2501 | * elf64-hppa.c: Include alloca-conf.h |
2502 | ||
c0e219cc AM |
2503 | 2000-10-11 Alan Modra <[email protected]> |
2504 | ||
d01e2a23 AM |
2505 | * elf.c (swap_out_syms): Revert 2000-10-07 changes. |
2506 | ||
c0e219cc AM |
2507 | * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg. |
2508 | ||
fe268b66 AM |
2509 | 2000-10-10 Alan Modra <[email protected]> |
2510 | ||
2511 | * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc. | |
2512 | ||
4d7ce4dd AM |
2513 | 2000-10-10 Tom Rix <[email protected]> |
2514 | ||
d952f17a | 2515 | * section.c (bfd_make_section_anyway): Release newsect ptr when |
4d7ce4dd AM |
2516 | newsect->symbol fails to alloc. Use bfd_release instead of free. |
2517 | ||
f3b6f7c3 RH |
2518 | 2000-10-09 Richard Henderson <[email protected] |
2519 | ||
2520 | * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New. | |
2521 | (elf64_ia64_unwind_entry_compare): New. | |
2522 | (elf64_ia64_final_link): Sort the .IA_64.unwind section. | |
2523 | ||
44852b19 AM |
2524 | 2000-10-07 Alan Modra <[email protected]> |
2525 | ||
fc8c40a0 AM |
2526 | * elflink.h (size_dynamic_sections): Don't create various tags if |
2527 | .dynstr is excluded from the link. Don't set first dynsym entry | |
2528 | if dynsymcount is zero. | |
2529 | (elf_bfd_final_link): Don't try to swap out dynamic syms if | |
2530 | .dynsym excluded from the link. Don't try to write any dynamic | |
2531 | sections excluded from the link. | |
2532 | ||
44852b19 AM |
2533 | * elf.c (swap_out_syms): Handle global section symbols. |
2534 | ||
3e4554a2 DD |
2535 | 2000-10-05 DJ Delorie <[email protected]> |
2536 | ||
2537 | * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs | |
2538 | * coffcode.h (coff_set_alignment_hook): read extended reloc count | |
2539 | (coff_write_relocs): write extended reloc count | |
2540 | (coff_write_object_contents): account for extended relocs | |
2541 | ||
fa152c49 JW |
2542 | 2000-10-05 Jim Wilson <[email protected]> |
2543 | ||
2544 | * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags | |
2545 | field. | |
2546 | * elf.c (_bfd_elf_make_section_from_shdr): Call the | |
2547 | elf_backend_section_flags function. | |
2548 | * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion | |
2549 | code. | |
2550 | (elf64_ia64_section_flags): New function containing flag conversion | |
2551 | code. | |
2552 | (elf_backend_section_flags): Define to elf64_ia64_section_flags. | |
2553 | * elfxx-target.h (elf_backend_section_flags): Define. | |
2554 | (elfNN_bed): Initialize elf_backend_section_flags field. | |
2555 | ||
36605136 AM |
2556 | 2000-10-02 Alan Modra <[email protected]> |
2557 | ||
2558 | * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to | |
2559 | _bfd_elf32_gc_record_vtable. Correct a comment. | |
2560 | ||
4b6609a0 UC |
2561 | 2000-10-01 Ulf Carlsson <[email protected]> |
2562 | ||
2563 | From Ralf Baechle <[email protected]> | |
2564 | ||
2565 | * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld | |
2566 | produces binaries with got[1] = 0x80000001 to differenciate them | |
2567 | for the dynamic linker from the broken binaries produced by old | |
2568 | versions. | |
36605136 | 2569 | |
f572a39d AM |
2570 | 2000-09-30 Petr Sorfa <[email protected]> |
2571 | ||
2572 | * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t. | |
2573 | (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t. | |
2574 | * configure.in: Add check for pxstatus_t and lwpxstatus_t. | |
2575 | * configure: Regenerate. | |
2576 | ||
4da81684 HPN |
2577 | 2000-09-27 Hans-Peter Nilsson <[email protected]> |
2578 | ||
2579 | Define two bfd_targets for absence and presence of leading | |
2580 | underscore on symbols. Make sure to only link same kind. | |
2581 | * elf32-cris.c (cris_elf_object_p, | |
2582 | cris_elf_final_write_processing, cris_elf_print_private_bfd_data, | |
2583 | cris_elf_merge_private_bfd_data): New. | |
2584 | (elf_backend_object_p, elf_backend_final_write_processing, | |
2585 | bfd_elf32_bfd_print_private_bfd_data, | |
2586 | bfd_elf32_bfd_merge_private_bfd_data): Define. | |
2587 | <Target vector definition>: Include elf32-target.h twice with | |
2588 | different macro settings: | |
2589 | (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as | |
2590 | bfd_elf32_us_cris_vec. | |
2591 | (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris". | |
2592 | (elf_symbol_leading_char): First as 0, then '_'. | |
2593 | (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h. | |
2594 | * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs. | |
2595 | * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector. | |
2596 | * configure: Regenerate. | |
2597 | * targets.c: Declare bfd_elf32_us_cris_vec. | |
2598 | * po/bfd.pot: Regenerate. | |
2599 | ||
9a5aca8c AM |
2600 | 2000-09-29 Momchil Velikov <[email protected]> |
2601 | ||
2602 | * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for | |
2603 | R_ARM_THM_PC22 relocations. | |
2604 | ||
512a2384 AM |
2605 | 2000-09-29 NIIBE Yutaka <[email protected]> |
2606 | ||
2607 | * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath. | |
2608 | ||
6c99a5c3 AM |
2609 | 2000-09-29 Momchil Velikov <[email protected]> |
2610 | ||
2611 | * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if | |
2612 | is has the SEC_HAS_CONTENTS flag set. | |
2613 | ||
64e9ece0 | 2614 |