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