[bfd]
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2009-04-06 DJ Delorie <dj@redhat.com>
2
3 * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
4
5 2009-04-06 H.J. Lu <hongjiu.lu@intel.com>
6
7 * coff-x86_64.c (bfd_pe_print_pdata): Defined to
8 _bfd_pex64_print_pdata only if PE is defined.
9
10 * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ...
11 (_bfd_pex64_print_pdata): This.
12
13 * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ...
14 (_bfd_pex64_print_pdata): This. Defined only if COFF_WITH_pex64
15 is defined.
16
17 2009-04-05 Kai Tietz <kai.tietz@onevision.com>
18
19 * coff-x86_64.c (bfd_pe_print_pdata): Define as
20 _bfd_pep_print_x64_pdata.
21 * libpei.h (_bfd_pep_print_x64_pdata): Add prototype.
22 * peXXigen.c (_bfd_pep_print_x64_pdata): New.
23
24 2009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>
25
26 * elf32-xtensa.c (relax_property_section): Always set r_offset
27 to zero.
28
29 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
30
31 * elf32-arm.c (elf32_arm_stub_long_branch_v4t_thumb_thumb,
32 elf32_arm_stub_long_branch_v4t_thumb_thumb_pic): Two new long
33 branch stubs.
34 (elf32_arm_stub_type): New enum values for the two new stubs.
35 (arm_type_of_stub): Make use of the two new stubs.
36 (arm_size_one_stub): Handle the two new stubs.
37
38 2009-04-01 Matt Thomas <matt@netbsd.org>
39
40 * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
41 hidden symbols into the GOT or PLT.GOT.
42 (elf_vax_relocate_section): Do not emit a PCREL reloc
43 into a shared object if it is against a hidden symbol.
44
45 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
46
47 * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p
48 and know_contains_shared_object_p.
49 (xcoff_archive_contains_shared_object_p): Add an "info" parameter.
50 Cache the result in the archive_info table.
51 (xcoff_auto_export_p): Add an "info" parameter and update the
52 call to xcoff_archive_contains_shared_object_p.
53 (xcoff_mark_auto_exports): Update accordingly.
54 (xcoff_post_gc_symbol): Likewise.
55
56 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
57
58 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
59 rather than C_EXT.
60
61 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
62
63 * coff-rs6000.c (member_layout): New structure.
64 (archive_iterator): Likewise.
65 (member_layout_init): New function.
66 (archive_iterator_begin): Likewise.
67 (archive_iterator_next): Likewise.
68 (xcoff_write_armap_old): Use the new iterator functions.
69 (do_shared_object_padding): Delete.
70 (xcoff_write_armap_big): Use the new iterator functions. Simplify
71 handling of arch_info.
72 (xcoff_write_archive_contents_old): Allocate arelt_data in the
73 first loop rather than the second. Allocate a member header if
74 there isn't one, then work out the stat information and length
75 in the first loop too. Use the new iterators for the second loop.
76 (xcoff_write_archive_contents_big): Likewise.
77
78 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
79
80 * bfd-in.h (bfd_xcoff_split_import_path): Declare.
81 (bfd_xcoff_set_archive_import_path): Likewise.
82 * bfd-in2.h: Regenerate.
83 * xcofflink.c: Include libiberty.h.
84 (xcoff_archive_info): New structure.
85 (xcoff_archive_info_hash): New function.
86 (xcoff_archive_info_eq): Likewise.
87 (xcoff_get_archive_info): Likewise.
88 (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
89 (bfd_xcoff_split_import_path): New function.
90 (bfd_xcoff_set_archive_import_path): Likewise.
91 (xcoff_set_import_path): Move earlier in file.
92 (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
93 object to the the directory part of the bfd's filename. Get the
94 import path and filename of an archive object from the archive's
95 xcoff_tdata, initializing it if necessary. Update use of
96 import_file_id.
97 (bfd_link_input_bfd): Update use of import_file_id.
98 (xcoff_write_global_symbol): Likewise.
99
100 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
101
102 * xcofflink.c (xcoff_link_hash_table): Moved from include/coff/xcoff.h.
103
104 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
105
106 * xcofflink.c (xcoff_link_create_extra_sections): Don't create
107 a .loader section for relocatable links.
108 (xcoff_need_ldrel_p): New function.
109 (xcoff_mark): Use it.
110 (bfd_xcoff_link_count_reloc): Only count loader relocs if there's
111 a loader section.
112 (xcoff_build_ldsym): New function, split out from...
113 (xcoff_build_ldsyms): ...here. Rename to...
114 (xcoff_post_gc_symbol): ...this. Only export symbols, and only
115 call xcoff_build_ldsym, if there's a loader section.
116 (xcoff_build_loader_section): New function, extracted verbatim from...
117 (bfd_xcoff_size_dynamic_sections): ...here. Only call it if
118 there's a loader section. Only add an __rtinit loader symbol
119 if there's a loader section. Update after above name change.
120 (xcoff_symbol_section, xcoff_create_ldrel): New functions.
121 (bfd_link_input_bfd): Use xcoff_need_ldrel_p, xcoff_symbol_section
122 and xcoff_create_ldrel.
123 (xcoff_write_global_symbol): Use xcoff_create_ldrel.
124 (xcoff_reloc_link_order): Likewise, but only call it if there's
125 a loader section. Use xcoff_symbol_section.
126 (_bfd_xcoff_bfd_final_link): Only use fdinfo.ldrel and fdinfo.ldsym
127 if there's a loader section.
128
129 2009-04-01 Richard Sandiford <rdsandiford@googlemail.com>
130
131 * xcofflink.c (bfd_link_input_bfd): Fix buffer overrun.
132
133 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
134
135 * elf32-arm.c (group_sections): Rewrite loops for better
136 readability.
137
138 2009-03-30 DJ Delorie <dj@redhat.com>
139
140 * elflink.c (elf_link_input_bfd): Don't try to resolve complex
141 relocs when doing a relocatable link.
142
143 2009-03-28 Mark Mitchell <mark@codesourcery.com>
144
145 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not
146 "ERROR:", in error messages.
147 * cpu-arm.c (bfd_arm_merge_machines): Likewise.
148 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
149 * elf32-arm.c (tag_cpu_arch_combine): Likewise.
150 (elf32_arm_merge_eabi_attributes): Likewise.
151 (elf32_arm_merge_private_bfd_data): Likewise.
152
153 2009-03-27 Nick Clifton <nickc@redhat.com>
154
155 * section.c (bfd_get_section_contents): Detect and handle the case
156 where a section has the SEC_IN_MEMORY flag set but no actual
157 contents allocated.
158
159 2009-03-26 Alan Modra <amodra@bigpond.net.au>
160
161 PR 6494
162 * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO
163 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
164 (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO
165 if we don't find matching PT_LOAD when copying.
166
167 2009-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
168
169 * elf32-crx.c (crx_elf_howto_table): Zero the src_mask field of
170 the reloc descriptions.
171
172 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
173
174 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
175 <R_CRIS_16_GOT_GD, case R_CRIS_32_GOT_GD>: Handle COMMON symbols.
176 <case R_CRIS_16_TPREL, R_CRIS_32_TPREL>: Ditto.
177
178 2009-03-24 H.J. Lu <hongjiu.lu@intel.com>
179
180 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Make it static.
181 (bfd_i386_arch_intel_syntax): Likewise.
182 (i8086_arch): Likewise.
183 (bfd_x86_64_arch): Likewise.
184
185 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
186
187 * elf32-cris.c (cris_elf_relocate_section): <case
188 R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
189 symbols for non-allocated sections. Don't check whether to
190 generate R_CRIS_DTPMOD for non-allocated sections.
191 (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
192 handle relocation GC:ing if applied to non-allocated section.
193 (cris_elf_check_relocs): Similar.
194
195 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
196 <R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
197 when emitting a known TP offset in the GOT.
198
199 2009-03-23 Alan Modra <amodra@bigpond.net.au>
200
201 * elf64-ppc.c (synthetic_opd): Delete.
202 (compare_symbols): Look for .opd name rather than section match.
203 (ppc64_elf_get_synthetic_symtab): Likewise.
204
205 2009-03-21 Alan Modra <amodra@bigpond.net.au>
206
207 * elf32-ppc.c (is_pic_glink_stub): Delete.
208 (is_nonpic_glink_stub): New function.
209 (ppc_elf_get_synthetic_symtab): Check for last non-pic stub rather
210 than first pic one.
211 (struct ppc_elf_link_hash_table <glink_pltresolve>): Comment fix.
212
213 2009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
214 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
215
216 * elf32-s390.c (elf_s390_check_relocs): Use the SYMBOL_*
217 macros for visibilty and locality checks.
218 (elf_s390_adjust_dynamic_symbol): Likewise.
219 (allocate_dynrelocs): Likewise.
220 (elf_s390_relocate_section): Likewise.
221 (elf_s390_finish_dynamic_symbol): Likewise.
222 * elf64-s390.c (elf_s390_check_relocs): Likewise.
223 (elf_s390_adjust_dynamic_symbol): Likewise.
224 (allocate_dynrelocs): Likewise.
225 (elf_s390_relocate_section): Likewise.
226 (elf_s390_finish_dynamic_symbol): Likewise.
227
228 2009-03-19 Kai Tietz <kai.tietz@onevision.com>
229
230 * bfd-in2.h: Regenerated.
231 * coffcode.h (sec_to_styp_flags): For pe-coff add SEC_READONLY
232 for debugging sections and map memory read/write dependent on
233 SEC_COFF_NOREAD.
234 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
235 without memory read flags set.
236 * section.c: Add SEC_COFF_NOREAD to section flags.
237
238 2009-03-19 Andreas Schwab <schwab@linux-m68k.org>
239
240 * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long
241 for format string.
242
243 2009-03-19 Alan Modra <amodra@bigpond.net.au>
244
245 * elf32-spu.c (spu_elf_find_overlays): Separate error return from
246 "no overlays" return. If there are overlays, create overlay
247 manager entry symbols here, so that..
248 (spu_elf_build_stubs): ..we don't need to set them up here.
249 Simplify entry symbol tests.
250 * elf32-spu.h (spu_elf_find_overlays): Update prototype.
251
252 2009-03-18 Mark Kettenis <kettenis@gnu.org>
253
254 * elf.c (elfcore_grok_openbsd_procinfo)
255 (elfcore_grok_openbsd_note): New functions.
256 (elf_parse_notes): Handle notes from OpenBSD ELF core files.
257
258 2009-03-18 Alan Modra <amodra@bigpond.net.au>
259
260 * vms-hdr.c: Don't include alloca.h.
261 * elf32-m68hc1x.c: Include alloca-conf.h.
262 * xsym.c: Likewise.
263 * elf64-hppa.c: Likewise. Remove existing #if's handling alloca.
264 * som.c: Likewise.
265 * Makefile.am: Run "make dep-am".
266 * Makefile.in: Regenerate.
267
268 2009-03-17 Daniel Jacobowitz <dan@codesourcery.com>
269
270 * elf32-arm.c (elf32_arm_check_relocs): Correct symbian_p test.
271
272 2009-03-17 Alan Modra <amodra@bigpond.net.au>
273
274 * elf32-spu.h (struct spu_elf_params): ovly_flavour now only 1 bit.
275 Add compact_stub.
276 (emum _ovly_flavour): Delete ovly_compact, ovly_none.
277 * elf32-spu.c (struct spu_link_hash_table): Replace ovly_load and
278 ovly_return fields with ovly_entry[2]. Adjust all users.
279 (spu_elf_find_overlays): Set ovly_entry[1] from __icache_call_handler
280 when soft-icache.
281 (spu_elf_build_stubs): Likewise.
282 (ovl_stub_size): Change arg to spu_elf_params pointer. Adjust for
283 ovly_flavour changes. Update all callers.
284 (ovl_stub_size_log2): New function.
285 (build_stub): Handle compact icache stubs. Use different manager
286 entry point for stubs in non-icache area.
287 (spu_elf_size_stubs): Don't allocate space for indirect branch
288 descriptors.
289 (spu_elf_build_stubs): And don't built them.
290
291 2009-03-16 Andrew Stubbs <ams@codesourcery.com>
292
293 * dwarf2.c (read_section): Always use rawsize, if available.
294
295 2009-03-16 Alan Modra <amodra@bigpond.net.au>
296
297 * simple.c (bfd_simple_get_relocated_section_contents): Use larger
298 of rawsize and size for buffer.
299
300 2009-03-15 Ulrich Weigand <uweigand@de.ibm.com>
301
302 * elf32-spu.c (spu_elf_check_vma): Do not reset auto_overlay
303 parameter just because fixed sections fit into local store.
304 (spu_elf_auto_overlay): Do not declare as "noreturn". Skip
305 generating overlays if fixed sections plus reserved stack
306 and heap space fit into local store.
307
308 2009-03-15 Alan Modra <amodra@bigpond.net.au>
309
310 * elf32-spu.c (build_stub): Correct icache set_id.
311 (spu_elf_relocate_section): Likewise.
312
313 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
314
315 * xcofflink.c (xcoff_link_check_archive_element): Only free the
316 symbol table if it was created by the current call.
317
318 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
319
320 * xcofflink.c (xcoff_build_ldsyms): Give imported descriptors
321 class XMC_DS rather than XMC_UA.
322
323 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
324
325 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Replace the
326 bfd_boolean export_defineds parameter with an unsigned int
327 auto_export_flags parameter.
328 * bfd-in2.h: Regenerate.
329 * xcofflink.c (xcoff_archive_contains_shared_object_p): New function,
330 split out from xcoff_build_ldsyms.
331 (xcoff_covered_by_expall_p): New function.
332 (xcoff_auto_export_p): New function, split out from xcoff_build_ldsyms
333 but with extra code to handle -bexpfull and -bexpall.
334 (xcoff_mark_auto_exports): New function.
335 (xcoff_build_ldsyms): Use xcoff_auto_export_p to decide whether
336 a function should be automatically exported.
337 (bfd_xcoff_size_dynamic_sections): Replace the export_defineds
338 parameter with an auto_export_flags parameter. Update ldinfo
339 accordingly. Use xcoff_mark_auto_exports to mark all automatically-
340 exported symbols.
341
342 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
343
344 * xcofflink.c (xcoff_mark_symbol_by_name): New function.
345 (bfd_xcoff_size_dynamic_sections): Use it to mark the entry,
346 init and fini functions. Do garbage collection for objects
347 without an entry point too.
348
349 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
350
351 * coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
352 check whether a symbol has csect information.
353 (coff_print_aux): Likewise.
354 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
355 information for C_AIX_WEAKEXT too.
356 (_bfd_xcoff_swap_aux_out): Likewise.
357 (xcoff_reloc_type_br): Handle defweak symbols too.
358 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
359 information for C_AIX_WEAKEXT too.
360 (_bfd_xcoff64_swap_aux_out): Likewise.
361 (xcoff64_reloc_type_br): Handle defweak symbols too.
362 * coffgen.c (coff_print_symbol): Handle auxillary function
363 information for C_AIX_WEAKEXT too.
364 * xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
365 instead of BSF_GLOBAL if the L_WEAK flag is set.
366 (xcoff_dynamic_definition_p): New function.
367 (xcoff_link_add_dynamic_symbols): Use it to decide whether ldsym
368 defines h. Don't change h if ldsym isn't the definition. Otherwise,
369 always take the symbol class from the ldsym. Use weak bfd symbol
370 types for weak ldsyms.
371 (xcoff_link_add_symbols): Use CSECT_SYM_P and EXTERN_SYM_P.
372 Fix the check for whether a definition is from a shared object.
373 Allow redefinitions of weak symbols.
374 (xcoff_link_check_ar_symbols): Use EXTERN_SYM_P.
375 (xcoff_keep_symbol_p): Likewise.
376 (bfd_xcoff_size_dynamic_sections): Use CSECT_SYM_P.
377 (xcoff_link_input_bfd): Use CSECT_SYM_P and EXTERN_SYM_P.
378 Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols,
379 but mark them as L_WEAK.
380 (xcoff_write_global_symbol): Treat weak symbols as C_AIX_WEAKEXT
381 instead of C_EXT if C_AIX_WEAKEXT == C_WEAKEXT.
382
383 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
384
385 * xcofflink.c (xcoff_mark): When walking the relocations,
386 only mark the target symbol or the target section, not both.
387 (xcoff_final_definition_p): New function.
388 (xcoff_keep_symbol_p): Use it to check whether an external XCOFF
389 symbol is a valid definition of the associated output symbol.
390 Use XCOFF_ALLOCATED to stop the same hash table entry having
391 two output symbols.
392 (bfd_xcoff_size_dynamic_sections): Set XCOFF_ALLOCATED when
393 keeping a symbol.
394 (xcoff_link_input_bfd): Use xcoff_final_definition_p.
395
396 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
397
398 * xcofflink.c (bfd_xcoff_import_symbol): Treat imported absolute
399 symbols as XMC_XO.
400
401 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
402
403 * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.
404 * libcoff.h: Regenerate.
405 * xcofflink.c (xcoff_link_add_symbols): Record per-symbol
406 line-number counts in the bfd's lineno_counts field.
407 Don't keep per-csect line-number counts.
408 (xcoff_sweep): Don't update per-csect line-number counts.
409 (bfd_xcoff_size_dynamic_sections): Count the number of line-number
410 entries in each output section.
411 (xcoff_link_input_bfd): Get the number of line numbers from
412 the bfd's lineno_counts field, rather than recalculating it
413 from scratch. Fix the range check when updating C_BINCL and
414 C_EINCL symbols.
415 (_bfd_xcoff_bfd_final_link): Don't count the output line numbers
416 here. Don't expect csects to have line-number counts.
417
418 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
419
420 * libcoff-in.h (xcoff_tdata): Change debug_indices to a signed long.
421 * libcoff.h: Regenerate.
422 * xcofflink.c (xcoff_keep_symbol_p): New function, using the
423 "skip" logic from xcoff_link_input_bfd.
424 (bfd_xcoff_size_dynamic_sections): Explicitly skip dynamic
425 objects in a dynamic link, rather than checking whether csectpp
426 is null. Always allocate debug_index for other objects,
427 and always go through the loop. Update the type of debug_index
428 after the change above. Read the auxillary csect information
429 and use xcoff_keep_symbol_p to decide whether a symbol should
430 be kept. Set its debug_index to -2 if not.
431 (xcoff_link_input_bfd): Update the type of debug_index after
432 the change above and always expect it to be nonnull. Use it to
433 test whether a symbol should be stripped, rather than making the
434 decision here. Postpone all symbol creation to the second pass.
435
436 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
437
438 * xcofflink.c: (xcoff_mark_symbol): Mark the TOC section when
439 creating a descriptor.
440 (xcoff_sweep): Don't mark toc_section unless it's needed.
441 (bfd_xcoff_size_dynamic_sections): Skip the toc_section
442 when marking every bfd.
443 (xcoff_link_input_bfd): Skip all TOC anchors.
444 (xcoff_toc_section_p, xcoff_find_tc0): New functions.
445 (_bfd_xcoff_bfd_final_link): Don't set the output bfd's TOC anchor
446 to -1; call xcoff_find_tc0 instead.
447
448 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
449
450 * libcoff-in.h (xcoff_section_tdata): Update commentary.
451 * libcoff.h: Regenerate.
452 * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER
453 symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than
454 the previous symbol's csect. Treat last_symndx as an inclusive value
455 and simplify its handling.
456 (xcoff_mark): Treat last_symndx as an inclusive value. Only mark
457 symbols with the right csect. Don't mark rsec when processing
458 relocations against undefined or absolute sections.
459 (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag
460 of bfd_und_section_ptr.
461 (xcoff_link_input_bfd): Likewise.
462
463 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
464
465 * coff-rs6000.c (xcoff_ppc_relocate_section): Report relocations
466 against undefined symbols if the symbol's XCOFF_WAS_UNDEFINED
467 flag is set. Assert that all undefined symbols are either
468 imported or defined by a dynamic object.
469 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
470 * xcofflink.c (xcoff_link_add_symbols): Extend function-symbol
471 handling to all relocations. Only set XCOFF_CALLED for function
472 symbols.
473 (xcoff_find_function): New function, split out from...
474 (bfd_xcoff_export_symbol) ...here.
475 (xcoff_set_import_path): New function, split out from...
476 (bfd_xcoff_import_symbol): ...here. Remove assertion for old
477 meaning of XCOFF_CALLED.
478 (xcoff_mark_symbol): If we mark an undefined and unimported
479 symbol, find some way of defining it. If the symbol is a function
480 descriptor, fill in its definition automatically. If the symbol
481 is a function, mark its descriptor and allocate room for global
482 linkage code. Otherwise mark the symbol as implicitly imported.
483 Move the code for creating function descriptors from...
484 (xcoff_build_ldsyms): ...here. Use XCOFF_WAS_UNDEFINED to
485 check for symbols that were implicitly defined.
486 (xcoff_mark): Don't count any dynamic relocations against
487 function symbols.
488 (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
489 in the xcoff link info.
490 (xcoff_link_input_bfd): Remove handling of undefined and
491 unexported symbols.
492
493 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
494
495 * coff-rs6000.c (xcoff_reloc_type_br): Make the branch absolute
496 if the target is absolute. Fix comment typo.
497 (xcoff_ppc_relocate_section): Remove FIXME.
498 * coff64-rs6000.c (xcoff64_reloc_type_br): Make the branch absolute
499 if the target is absolute.
500
501 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
502
503 * xcofflink.c (xcoff_mark, xcoff_link_input_bfd): Don't copy
504 R_POS and R_NEG relocations against absolute symbols to the
505 .loader section.
506
507 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
508
509 * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
510 to 2 for bfd_mach_ppc_620.
511
512 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
513
514 * config.bfd: Treat AIX 6+ in the same way as AIX 5.
515 * configure.in: Likewise.
516 * configure: Regenerate.
517
518 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
519
520 PR binutils/9945
521 * elf.c (assign_section_numbers): Generate symbol table if there
522 is any relocation in output.
523 (_bfd_elf_compute_section_file_positions): Likewise.
524
525 2009-03-13 Nick Clifton <nickc@redhat.com>
526
527 PR 9934
528 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
529 * elflink.c (elf_link_read_relocs_from_section): Use
530 NUM_SHDR_ENTRIES. Gracefully handle the case where there are
531 relocs but no symbol table.
532 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
533
534 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
535
536 PR ld/9938
537 * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
538 to check ___tls_get_addr.
539
540 * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
541 strncmp to check __tls_get_addr.
542
543 2009-03-12 Andrew Stubbs <ams@codesourcery.com>
544
545 * dwarf2.c (read_section): Always check the offset, even when the
546 section has been read before.
547
548 2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
549
550 * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
551 comments.
552
553 2009-03-11 Chris Demetriou <cgd@google.com>
554
555 * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
556 * bfd-in2.h: Regenerate.
557 * archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
558 flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
559 mode.
560 (bsd_write_armap): Likewise.
561 (_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
562 flag is set, do nothing.
563 (coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
564 for timestamp.
565
566 2009-03-11 Ulrich Weigand <uweigand@de.ibm.com>
567
568 * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
569 used to update stack pointer.
570
571 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
572
573 PR binutils/9921
574 * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
575 for unknown symbols in absolute section.
576
577 2009-03-06 Nick Clifton <nickc@redhat.com>
578
579 * po/es.po: Updated Spanish translation.
580
581 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
582
583 * elf32-arm.c (group_sections): Take next section size into
584 account before accepting to group it.
585
586 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
587
588 * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
589 PLT entries.
590 (elf32_arm_final_link_relocate): Likewise.
591
592 2009-03-05 Moritz Kroll <Moritz.Kroll@gmx.de>
593
594 PR 9923
595 * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type.
596
597 2009-03-04 Alan Modra <amodra@bigpond.net.au>
598
599 * reloc.c (BFD_RELOC_PPC_TLSGD, BFD_RELOC_PPC_TLSLD): New.
600 * section.c (struct bfd_section): Add has_tls_get_addr_call.
601 (BFD_FAKE_SECTION): Init new flag.
602 * ecoff.c (bfd_debug_section): Likewise.
603 * bfd-in2.h: Regenerate.
604 * libbfd.h: Regenerate.
605 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_TLSGD and R_PPC_TLSLD.
606 (ppc_elf_reloc_type_lookup): Handle new relocs.
607 (ppc_elf_check_relocs): Set has_tls_get_addr_call on finding such
608 without marker relocs.
609 (ppc_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
610 if section has no old-style calls.
611 (ppc_elf_relocate_section): Set tls_mask for non-tls relocs too.
612 Don't try to optimize new-style __tls_get_addr call when handling
613 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
614 relocs.
615 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_TLSGD, R_PPC64_TLSLD.
616 (ppc64_elf_reloc_type_lookup): Handle new relocs.
617 (ppc64_elf_check_relocs): Set has_tls_get_addr_call on finding such
618 without marker relocs.
619 (ppc64_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
620 if section has no old-style calls. Set toc_ref for new relocs as
621 appropriate.
622 (ppc64_elf_relocate_section): Set tls_mask for non-tls relocs too.
623 Don't try to optimize new-style __tls_get_addr call when handling
624 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
625 relocs.
626
627 2009-03-04 Alan Modra <amodra@bigpond.net.au>
628
629 PR 6768
630 * configure.in: Test for ld --as-needed support. Link shared
631 libbfd against libm.
632 * configure: Regenerate.
633
634 2009-03-03 Alan Modra <amodra@bigpond.net.au>
635
636 * Makefile.am: Run "make dep-am".
637 * Makefile.in: Regenerate.
638
639 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
640
641 * elf32-score7.c: New file.
642 * elf32-score.h: New file.
643 * elf32-score.c: Add code to support score 7. Set score7 as the
644 default.
645 * cpu-score.c: Add score7 architecure.
646 (compatibile): New function.
647 * Makefile.am: Add rules for building elf32-score7 object.
648 * Makefile.in: Regenerate.
649 * configure.in: Add elf32-score7 object to score vectors.
650 * configure: Regenerate.
651 * reloc.c: Add score7 relocs.
652 * archures.c: Add score3 and score7 machine numbers.
653 * bfd-in2.h: Regenerate.
654 * libbfd.h: Regenerate.
655
656 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
657
658 * configure: Regenerate.
659
660 2009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
661
662 * elf32-hppa.c (hppa32_elf_local_refcounts): New function.
663 (elf32_hppa_check_relocs): Use it.
664
665 * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to
666 elf64-hppa.c.
667 (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
668 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
669 (elf_hppa_is_dynamic_loader_symbol): Likewise.
670 (elf_hppa_record_segment_addrs): Likewise.
671 (elf_hppa_final_link): Likewise.
672 (elf_hppa_relocate_insn): Likewise.
673 (elf_hppa_final_link_relocate): Likewise.
674 (elf64_hppa_relocate_section): Likewise.
675 * elf64-hppa.c: Insert above.
676
677 2009-02-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
678
679 * elf-hppa.h (elf_hppa_final_link): Use elf_hppa_final_link.
680 (elf_hppa_final_link_relocate ): Rewrite eliminating dynamic hash table.
681 (elf_hppa_relocate_section): Likewise.
682 * elf64-hppa.c (struct elf64_hppa_link_hash_entry): Change to derive
683 from struct elf_link_hash_entry. Add count field.
684 (struct elf64_hppa_dyn_hash_table): Delete.
685 (struct elf64_hppa_link_hash_table): Delete dyn_hash_table field.
686 (elf64_hppa_hash_table): Rename to hppa_link_hash_table.
687 (hppa_elf_hash_entry, eh_name): Define.
688 (elf64_hppa_new_dyn_hash_entry): Delete.
689 (elf64_hppa_dyn_hash_lookup): Delete.
690 (elf64_hppa_dyn_hash_traverse): Delete.
691 (get_dyn_name): Delete.
692 (elf64_hppa_finalize_opd): Use struct elf_link_hash_entry * instead
693 of struct elf64_hppa_dyn_hash_entry *.
694 (elf64_hppa_finalize_dlt, llocate_global_data_dlt,
695 allocate_global_data_plt, allocate_global_data_stub,
696 allocate_global_data_opd, count_dyn_reloc, allocate_dynrel_entries):
697 Likewise.
698 (hppa64_link_hash_newfunc): New.
699 (elf64_hppa_hash_table_create): Rework.
700 (count_dyn_reloc): Likewise.
701 (hppa64_elf_local_refcounts): New.
702 (elf64_hppa_check_relocs): Rework using standard technique for recording
703 local DLT, PLT and OPD reference counts.
704 (elf64_hppa_dynamic_symbol_p): Revise using "eh" for struct
705 elf_link_hash_entry *.
706 (elf64_hppa_mark_exported_functions, allocate_global_data_dlt,
707 allocate_global_data_plt, allocate_global_data_stub,
708 allocate_global_data_opd, allocate_dynrel_entries,
709 elf64_hppa_adjust_dynamic_symbol,
710 elf64_hppa_mark_milli_and_exported_functions): Likewise.
711 (elf64_hppa_create_dynamic_sections, elf64_hppa_size_dynamic_sections):
712 Use hppa_link_hash_table. Rework.
713 (elf64_hppa_link_output_symbol_hook): Rework.
714 (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd,
715 elf64_hppa_finalize_dlt, elf64_hppa_finalize_dynreloc,
716 elf64_hppa_finish_dynamic_sections): Likewise.
717
718 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
719
720 * elf32-arm.c (stub_reloc_type): Removed.
721 (insn_sequence): Renamed reloc_type field to r_type.
722 (elf32_arm_stub_long_branch_v4t_arm_thumb_pic): New stub.
723 (elf32_arm_stub_long_branch_v4t_thumb_arm_pic): Likewise.
724 (elf32_arm_stub_long_branch_thumb_only_pic): Likewise.
725 (elf32_arm_stub_type): Add new enum entries for the new stubs.
726 (arm_stub_is_thumb): Catch new stubs.
727 (arm_type_of_stub): Handle new stubs.
728 (arm_size_one_stub): Use ARRAY_SIZE. Handle new stubs.
729 (bfd_elf32_arm_process_before_allocation): Remove useless
730 condition.
731
732 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
733
734 * elf.c (elf_find_function): Use is_function_type to check
735 function symbol.
736
737 2009-02-24 Sterling Augustine <sterling@jaw.hq.tensilica.com>
738
739 * xtensa-modules.c: Revert to previous version 1.11 due
740 to inadvertant commit.
741
742 2009-02-24 Sterling Augustine <sterling@tensilica.com>
743
744 * elf32-xtensa.c (text_action_add): Separate test for action
745 type. Break if saved action is ta_widen_insn at same offset.
746
747 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
748
749 * elf32-arm.c (elf32_arm_stub_long_branch_any_any_pic): Rename
750 to elf32_arm_stub_long_branch_any_arm_pic.
751 (elf32_arm_stub_long_branch_any_thumb_pic): New.
752 (enum elf32_arm_stub_type, arm_type_of_stub)
753 (arm_size_one_stub): Handle any to ARM PIC and any to Thumb PIC
754 separately.
755
756 2009-02-24 Joseph Myers <joseph@codesourcery.com>
757
758 * elf32-arm.c (PREV_SEC): Update comment.
759 (group_sections): Rename argument to stubs_always_after_branch.
760 Reverse the list and place stubs at the end of input sections.
761 Undefine NEXT_SEC.
762 (elf32_arm_size_stubs): Update to use stubs_always_after_branch.
763
764 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
765
766 * elf32-arm.c (arm_build_one_stub): Initialize stub_reloc_offset.
767 Fix formatting.
768 (arm_size_one_stub): Remove unnecessary break.
769 (arm_map_one_stub): Fix formatting. Return after BFD_FAIL.
770
771 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
772
773 * elf32-arm.c (stub_insn_type): New type.
774 (stub_reloc_type): Likewise.
775 (insn_sequence): Likewise.
776 (elf32_arm_stub_long_branch_any_any): Encode using insn_sequence.
777 (elf32_arm_stub_long_branch_v4t_arm_thumb): Likewise.
778 (elf32_arm_stub_long_branch_thumb_only): Likewise.
779 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
780 (elf32_arm_stub_short_branch_v4t_thumb_arm): Likewise.
781 (elf32_arm_stub_long_branch_any_any_pic): Likewise.
782 (elf32_arm_stub_hash_entry): Add new helper fields.
783 (stub_hash_newfunc): Initialize these new fields.
784 (arm_build_one_stub): Encode Arm and Thumb instructions separately
785 to take endianness into account.
786 (arm_size_one_stub): Compute size of stubs using insn_sequence.
787 (arm_map_one_stub): Code is now more generic, thanks to
788 insn_sequence.
789
790 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
791
792 * elf32-arm.c (elf32_arm_stub_long_branch_thumb_only): Fix stub
793 code.
794 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
795 (arm_type_of_stub): Use Thumb-only long branch stub (non-PIC) when
796 BLX is not available. Fix typo in warning message. Add comments
797 and improve formatting.
798 (arm_build_one_stub): Adjust to new
799 elf32_arm_stub_long_branch_v4t_thumb_arm stub.
800 (arm_map_one_stub): Likewise.
801
802 2009-02-23 Tristan Gingold <gingold@adacore.com>
803 Eric Botcazou <ebotcazou@adacore.com>
804 Douglas B Rupp <rupp@gnat.com>
805
806 * vms.h: Update copyright year, fix comments, reorder declarations.
807 (_bfd_save_vms_section): Remove the prototype.
808 (EGPS_S_V_NO_SHIFT): New constant.
809 (bfd_vms_set_section_flags): New prototype.
810 (EGPS_S_B_ALIGN, EGPS_S_W_FLAGS, EGPS_S_L_ALLOC, EGPS_S_B_NAMLNG): New
811 constants.
812 (EGSY_S_W_FLAGS): Ditto.
813 (EGSY_S_V_QUAD_VAL): Ditto.
814 (ESDF_S_L_VALUE, ESDF_S_L_PSINDX, ESDF_S_B_NAMLNG): Ditto.
815 (EGST_S_W_FLAGS, EGST_S_Q_LP_1, EGST_S_Q_LP_2, EGST_S_L_PSINDX,
816 EGST_S_B_NAMLNG): Ditto.
817 (ESRF_S_B_NAMLNG): Ditto.
818 (ETIR_S_C_HEADER_SIZE): Ditto.
819 (EGPS_S_V_ALLOC_64BIT): Ditto.
820 (DST_S_C_EPILOG): Ditto.
821 (DST_S_C_SRC_SETLNUM_L, DST_S_C_SRC_SETLNUM_W) : Ditto.
822 (DST_S_C_SRC_INCRLNUM_B): Ditto.
823 (DST_S_B_PCLINE_UNSBYTE, DST_S_W_PCLINE_UNSWORD): Ditto.
824 (DST_S_L_PCLINE_UNSLONG): Ditto.
825 (DST_S_B_MODBEG_NAME, DST_S_L_RTNBEG_ADDRESS) : Ditto
826 (DST_S_B_RTNBEG_NAME, DST_S_L_RTNEND_SIZE): Ditto
827 (DST_S_C_SOURCE_HEADER_SIZE): Ditto.
828 (DST_S_B_SRC_DF_LENGTH, DST_S_W_SRC_DF_FILEID): Ditto.
829 (DST_S_B_SRC_DF_FILENAME, DST_S_B_SRC_UNSBYTE): Ditto.
830 (DST_S_B_SRC_UNSBYTE): Ditto.
831 (DST_S_W_SRC_UNSWORD, DST_S_L_SRC_UNSLONG): Ditto.
832 Add prototypes.
833 (vms_section, vms_reloc): Remove types.
834 (hdr_struc): Replaced by ...
835 (hdr_struct): ... new type.
836 (EMH_S_W_HDRTYP, EMH_S_B_STRLVL, EMH_S_L_ARCH1): New constants.
837 (EMH_S_L_ARCH2, EMH_S_L_RECSIZ, EMH_S_B_NAMLNG): Ditto.
838 (EMH_DATE_LENGTH): Ditto.
839 (eom_struc): Replaced by ...
840 (eom_struct): ... new type.
841 (EEOM_S_L_TOTAL_LPS, EEOM_S_W_COMCOD, EEOM_S_B_TFRFLG): New constants.
842 (EEOM_S_L_PSINDX, EEOM_S_L_TFRADR): Ditto.
843 (EIHD_S_K_MAJORID, EIHD_S_K_MINORID, EIHD_S_K_EXE): Ditto.
844 (EIHD_S_L_SIZE, EIHD_S_L_ISDOFF, EIHD_S_L_SYMDBGOFF): Ditto.
845 (EIHD_S_Q_SYMVVA, EIHD_S_L_IMGTYPE): Ditto.
846 (EISD_S_L_EISDSIZE, EISD_S_L_SECSIZE, EISD_S_Q_VIR_ADDR): Ditto.
847 (EISD_S_L_FLAGS, EISD_S_L_VBN, EISD_S_R_CONTROL): Ditto.
848 (EISD_S_L_IDENT, EISD_S_T_GBLNAM): Ditto.
849 (EISD_S_M_GBL, EISD_S_M_CRF, EISD_S_M_DZRO, EISD_S_M_WRT): Ditto.
850 (EISD_S_M_INITALCODE, EISD_S_M_BASED, EISD_S_M_FIXUPVEC): Ditto.
851 (EISD_S_M_RESIDENT, EISD_S_M_VECTOR, EISD_S_M_PROTECT): Ditto.
852 (EISD_S_M_LASTCLU, EISD_S_M_EXE, EISD_S_M_NONSHRADR): Ditto.
853 (EISD_S_M_QUAD_LENGTH, EISD_S_M_ALLOC_64BIT): Ditto.
854 (EIHS_S_L_DSTVBN, EIHS_S_L_DSTSIZE, EIHS_S_L_GSTVBN): Ditto.
855 (EIHS_S_L_GSTSIZE, EIHS_S_L_DMTVBN, EIHS_S_L_DMTBYTES): Ditto.
856 (DBG_S_L_DMT_MODBEG, DBG_S_L_DST_SIZE): Ditto.
857 (DBG_S_W_DMT_PSECT_COUNT, DBG_S_C_DMT_HEADER_SIZE): Ditto.
858 (DBG_S_L_DMT_PSECT_START, DBG_S_L_DMT_PSECT_LENGTH)
859 (DBG_S_C_DMT_PSECT_SIZE): Ditto.
860 (enum file_type_enum): New type.
861 (struct location_struct): Removed.
862 (struct fileinfo, struct srecinfo, struct lineinfo): New types.
863 (struct funcinfo, struct module): Ditto.
864 (struct vms_private_data_struct): Update fields.
865 (struct vms_section_data_struct): New type.
866
867 * vms.c: Update copyright year, fix comments,
868 Fix includes for DECC, add prototypes.
869 (vms_initialize): Use bfd_alloc instead of bfd_zalloc and remove
870 some initializers.
871 Use flavour to set is_vax, location_stack is removed.
872 (struct pair): Declare.
873 (fill_section_ptr): Initialize variables at declaration.
874 Add guard to set SECTION_SYM flag, handlde und section.
875 (vms_fixup_sections): Use struct pair for fill_section_ptr argument.
876 (_bfd_vms_slurp_object_records): New function, replaces previous
877 vms_object_p.
878 (vms_slurp_module): New function.
879 (vms_slurp_image): Ditto.
880 (vms_object_p): Complete rewrite.
881 (vms_mkobject): Use is_vax field to slect architecture.
882 (free_reloc_stream): New function.
883 (vms_convert_to_var): Ditto.
884 (vms_convert_to_var_1): Ditto.
885 (vms_convert_to_var_unix_filename): Ditto.
886 (vms_close_and_cleanup): Call free_reloc_stream, convert file to
887 VAR format on VMS.
888 (vms_new_section_hook): Set alignment to 0, allocate private data.
889 (vms_get_section_contents): Load content.
890 (vms_get_symbol_info): Handle undefined section.
891 (vms_find_nearest_line): Handle.
892 (alloc_reloc_stream): New function.
893 (vms_slurp_reloc_table): Ditto.
894 (vms_get_reloc_upper_bound): Make it real.
895 (vms_canonicalize_reloc): Do the real work.
896 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
897 ALPHA_R_BOH.
898 (vms_bfd_reloc_type_lookup): Handle NOP, BSR, LDA and BOH.
899 (vms_set_arch_mach): Check arch.
900 (vms_set_section_contents): Copy the content after allocation.
901 (vms_alpha_vec): Update object flags.
902
903 * vms-tir.c: Update copyright year, fix comments,
904 add prototypes for new functions.
905 (dst_define_location): New function.
906 (dst_restore_location): New function.
907 (dst_retrieve_location): New function.
908 (dst_check_allocation): New function.
909 (image_dump): Call dst_check_allocation.
910 (image_write_b): Ditto.
911 (image_write_w): Ditto.
912 (image_write_l): Ditto.
913 (image_write_q): Ditto.
914 (cmd_name): Handle STA_LW, STA_QW, STO_OFF, STO_IMM, STO_IMMR, STO_LW,
915 STO_QW, OPR_ADD, CTL_SETRB, STC_LP_PSB, CTL_DFLOC, CTL_STLOC,
916 CTL_STKDL.
917 Call error handler instead of abort if name is not known.
918 (etir_sta): Add quarter_relocs argument and set it.
919 Fix cast.
920 (etir_sto): Ditto.
921 (etir_opr): Ditto, return FALSE in case of error.
922 (etir_ctl): Add quarter_relocs argument and set it, fix cast.
923 Fix CTL_DFLOC, CTL_STLOC, CTL_STKDL.
924 (etir_stc): Add quarter_relocs argument and set it, fix cast.
925 Fix STC_LP, STC_LP_PSB, STC_GBL and STC_CGA.
926 Handle STC_LP_PSB, STC_BSR_GBL, STC_LDA_GBL, STC_BOH_GBL.
927 Move STC_NOP_PS, STC_BSR_PS, STC_LDA_PS, STC_BOH_PS, STC_NBH_PS.
928 Return FALSE in case of error.
929 (tir_sta): Change sign of psect.
930 (tir_ctl): Ditto.
931 (tir_cmd): Fix cast. Makes tir_table static const.
932 (etir_cmd): Add quarter_relocs argument, makes etir_table const,
933 add argument to explain.
934 (analyze_etir): Initialize maxptr, add quarter_relocs
935 declaration, move some declarations into inner scopes.
936 Handle quarter_relocs and STO_IMM.
937 (_bfd_vms_slurp_tir): Use constant instead of hard-coded values.
938 (_bfd_vms_slurp_relocs): New function.
939 (_bfd_vms_decode_relocs): New function.
940 (sto_imm): Rewritten.
941 (start_first_etbt_record): New function.
942 (start_another_etbt_record): Ditto.
943 (etir_output_check): Ditto.
944 (defer_reloc_p): Ditto.
945 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
946 a for-loop. Correctly deals with contents, deals with .vmsdebug,
947 rewritte relocations handling.
948 (_bfd_vms_write_tbt): Removed.
949 (_bfd_vms_write_dbg): Ditto.
950
951 * vms-misc.c: Update copyright year, Fix comments.
952 (_bfd_vms_get_header_values): Use 'size' instead of 'length'.
953 (maybe_adjust_record_pointer_for_object): New function.
954 (_bfd_vms_get_first_record): New function, replaces ...
955 (_bfd_vms_get_record): .. removed.
956 (_bfd_vms_get_object_record): New function.
957 (_bfd_vms_get_object_record): New function.
958 (vms_get_remaining_object_record): New function, replaces ...
959 (_bfd_vms_get_next_record): ... removed.
960 (add_new_contents): Removed.
961 (_bfd_save_vms_section): Removed.
962 (_bfd_get_vms_section): Removed.
963 (_bfd_vms_output_flush): Write in VAR format.
964 (new_symbol): Don't make UND section.
965
966 * vms-hdr.c: Update copyright year, update list of record handled.
967 (_bfd_vms_slurp_hdr): rec_length renamed to rec_size.
968 (_bfd_vms_write_hdr): Strip vms and unix patches,
969 add comments, truncate module name at 31 characters,
970 use constants instead of hard-coded value,
971 write BFD version instead of a fixed string.
972 (_bfd_vms_slurp_ihd): New function.
973 (_bfd_vms_slurp_isd): Ditto.
974 (_bfd_vms_slurp_ihs): Ditto.
975 (new_module): Ditto.
976 (parse_module): Ditto
977 (build_module_list): Ditto.
978 (module_find_nearest_line): Ditto.
979 (_bfd_vms_find_nearest_dst_line): Ditto.
980 (vms_slurp_debug): Ditto.
981 (_bfd_vms_slurp_dbg): Ditto.
982 (_bfd_vms_slurp_tbt): Ditto.
983 (_bfd_vms_write_dbg): Ditto.
984 (_bfd_vms_write_tbt): Ditto.
985
986 * vms-gsd.c: Update copyright year, update list of records handled.
987 (EVAX_LITERALS_NAME): New macro.
988 (evax_section_flags): Add an entry for EVAX_LITERALS_NAME.
989 (gpsflagdesc, gsyflagdesc): Moved out of _bfd_vms_slurp_gsd.
990 (register_universal_symbol): New function and prototype.
991 (_bfd_vms_slurp_gsd): Fix indentations and casts,
992 improve debug messages,
993 use constants instead of hard-coded value,
994 fix missing endianness conversion,
995 handle global symbol (SYMG).
996 (bfd_vms_set_section_flags): New function.
997 (_bfd_vms_write_gsd): Don't write .vmsdebug section,
998 handle section literals,
999 fix indentation,
1000 handle section bfd and vms flags,
1001 don't output LIB$INITIALIZE symbol,
1002 fix handling of weak symbols,
1003 fix evax vs vax procedure descriptor,
1004 handle absolute symbols.
1005
1006 * reloc.c (BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_BSR,
1007 BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BOH): New relocations.
1008
1009 * makefile.vms (DEFS): Fix flags for VMS.
1010
1011 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
1012
1013 * bfd-in2.h: Regenerated.
1014 * libbfd.h: Regenerated.
1015
1016 2009-02-20 Cary Coutant <ccoutant@google.com>
1017
1018 * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime
1019 in struct stat.
1020
1021 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1022
1023 PR gas/7059
1024 * coffcode.h (coff_write_object_contents): Don't let the string
1025 table offset overflow the s_name field when using long section names.
1026
1027 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1028
1029 * coff-alpha.c (alpha_ecoff_backend_data): Initialise fields which
1030 control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
1031 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1032 * coff-rs6000.c (bfd_xcoff_backend_data): Initialise fields which
1033 control long section name handling with XCOFF_NO_LONG_SECTION_NAMES.
1034 (bfd_pmac_xcoff_backend_data): Likewise.
1035 * coff64-rs6000.c (bfd_xcoff_backend_data): Likewise.
1036 (bfd_xcoff_aix5_backend_data): Likewise.
1037 (xcoff64_write_object_contents): Delete unused long_section_names
1038 local variable.
1039 * coff-sh.c (bfd_coff_small_swap_table): Initialise long section
1040 name members using COFF_DEFAULT_LONG_SECTION_NAMES and make entire
1041 struct non-const.
1042 * coffcode.h (documentation): Update to describe long section names.
1043 (COFFLONGSECTIONCATHELPER): New helper macro.
1044 (BLANKOR1TOODD): Likewise.
1045 (COFF_ENABLE_LONG_SECTION_NAMES): Likewise.
1046 (COFF_LONG_SECTION_NAMES_SETTER): Likewise.
1047 (COFF_DEFAULT_LONG_SECTION_NAMES): Likewise.
1048 (bfd_coff_set_long_section_names_allowed): New function.
1049 (bfd_coff_set_long_section_names_disallowed): Likewise.
1050 (struct bfd_coff_backend_data): Add new backend hook function
1051 pointer _bfd_coff_set_long_section_names.
1052 (bfd_coff_set_long_section_names): New backend hook.
1053 (coff_write_object_contents): Only generate long section names if
1054 bfd_coff_long_section_names() indicates they are currently enabled.
1055 (bfd_coff_std_swap_table): Make non-const, and initialise long
1056 section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
1057 (ticoff0_swap_table): Likewise to both.
1058 (ticoff1_swap_table): Again, likewise to both.
1059 * coffgen.c (make_a_section_from_file): Allow long section names
1060 as inputs even if not currently allowed for outputs.
1061 * ecoff.c (_bfd_ecoff_no_long_sections): New function.
1062 * efi-app-ia32.c (COFF_LONG_SECTION_NAMES): Define to 0, not blank.
1063 * efi-app-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1064 * efi-app-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1065 * efi-bsdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
1066 * efi-bsdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1067 * efi-bsdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1068 * efi-rtdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
1069 * efi-rtdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1070 * efi-rtdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1071 * pei-arm.c (COFF_LONG_SECTION_NAMES): Likewise.
1072 * pei-i386.c (COFF_LONG_SECTION_NAMES): Likewise.
1073 * pei-mcore.c (COFF_LONG_SECTION_NAMES): Likewise.
1074 * pei-mips.c (COFF_LONG_SECTION_NAMES): Likewise.
1075 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Likewise.
1076 * pei-sh.c (COFF_LONG_SECTION_NAMES): Likewise.
1077 * pei-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1078 * libcoff-in.h: Update copyright year to cause updated copyright
1079 year in generated libcoff.h, and fix typo.
1080 * libcoff.h: Regenerated.
1081 * libecoff.h (ECOFF_NO_LONG_SECTION_NAMES): New macro.
1082 (_bfd_ecoff_no_long_sections): Add prototype.
1083 * libxcoff.h (XCOFF_NO_LONG_SECTION_NAMES): New macro.
1084 * pe-mips.c (COFF_LONG_SECTION_NAMES): Define empty if not already
1085 defined by an including .c file.
1086 * ticoff.h (ticoff0_swap_table): Make non-const, and initialise
1087 long section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
1088 (ticoff1_swap_table): Likewise to both.
1089
1090 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
1091
1092 * elf32-arm.c (arm_build_one_stub): Fix relocation target for pic
1093 stub. Catch default case error.
1094 (arm_map_one_stub): Add missing Thumb mapping symbol.
1095
1096 2009-02-18 Bjoern Haase <bjoern.m.haase@web.de>
1097
1098 PR 9841
1099 * elf32-avr.c: Handle case where no local symbos exist correctly.
1100
1101 2009-02-16 Christophe Lyon <christophe.lyon@st.com>
1102
1103 bfd/
1104 * elf32-arm.c (arm_long_branch_stub,
1105 arm_thumb_v4t_long_branch_stub,
1106 arm_thumb_thumb_long_branch_stub,
1107 arm_thumb_arm_v4t_long_branch_stub,
1108 arm_thumb_arm_v4t_short_branch_stub,
1109 arm_pic_long_branch_stub):
1110 Renamed to elf32_arm_stub_long_branch_any_any,
1111 elf32_arm_stub_long_branch_v4t_arm_thumb,
1112 elf32_arm_stub_long_branch_thumb_only,
1113 elf32_arm_stub_long_branch_v4t_thumb_arm,
1114 elf32_arm_stub_short_branch_v4t_thumb_arm,
1115 elf32_arm_stub_long_branch_any_any_pic.
1116 (arm_stub_long_branch, arm_thumb_v4t_stub_long_branch,
1117 arm_thumb_thumb_stub_long_branch,
1118 arm_thumb_arm_v4t_stub_long_branch,
1119 arm_thumb_arm_v4t_stub_short_branch, arm_stub_pic_long_branch):
1120 Renamed to arm_stub_long_branch_any_any,
1121 arm_stub_long_branch_v4t_arm_thumb,
1122 arm_stub_long_branch_thumb_only,
1123 arm_stub_long_branch_v4t_thumb_arm,
1124 arm_stub_short_branch_v4t_thumb_arm,
1125 arm_stub_long_branch_any_any_pic.
1126
1127 2009-02-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1128
1129 * elf-hppa.h (elf_hppa_final_link_relocate): Correct addend value used
1130 in branch offset check.
1131
1132 2009-02-15 Alan Modra <amodra@bigpond.net.au>
1133
1134 * elf64-ppc.c (struct _ppc64_elf_section_data): Delete t_symndx,
1135 add toc.symndx and toc.add.
1136 (ppc64_elf_check_relocs): Don't set htab->tls_get_addr here.
1137 Set up toc.add.
1138 (get_tls_mask): Add toc_addend param, set from toc.add. Adjust all
1139 callers.
1140 (ppc64_elf_tls_setup): Set htab->tls_get_addr and tls_get_addr_fd.
1141 (branch_reloc_hash_match): New function, extracted from..
1142 (ppc64_elf_tls_optimize): ..here.
1143 (ppc64_elf_relocate_section): Properly set addends when optimizing
1144 tls sequences. Avoid unnecessary reading and writing of insns.
1145 Only redo reloc when symbol changed. Bypass symbol checks when
1146 using tlsld_got.
1147 * elf32-ppc.c (ppc_elf_tls_setup): Correct comment.
1148 (branch_reloc_hash_match): New function, extracted from..
1149 (ppc_elf_tls_optimize): ..here.
1150 (ppc_elf_relocate_section): Avoid unnecessary reading of insns.
1151 Don't clear addend on zapped __tls_get_addr reloc.
1152
1153 2009-02-12 Nick Clifton <nickc@redhat.com>
1154
1155 PR 9827
1156 * elflink.c (bfd_elf_final_link): When counting the relocations,
1157 if the header size has not been set yet then assume that it will
1158 match the output section's reloc type.
1159
1160 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1161
1162 * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for
1163 relocatable link.
1164
1165 2009-02-09 Alan Modra <amodra@bigpond.net.au>
1166
1167 * elf32-spu.c (spu_elf_find_overlays): Call bfd_set_error on errors.
1168 (find_function): Likewise.
1169 (pasted_function): Don't error if no prior function found.
1170 (discover_functions): Revert 2008-12-10 change. Extend first
1171 function range to start of section.
1172
1173 2009-02-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1174
1175 * elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
1176 functions to C90.
1177 * elf64-hppa.h: Likewise.
1178
1179 2009-02-06 Joseph Myers <joseph@codesourcery.com>
1180
1181 * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
1182 .sbss handling.
1183
1184 2009-02-04 Alan Modra <amodra@bigpond.net.au>
1185
1186 * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
1187 Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
1188
1189 2009-02-03 Sandip Matte <sandip@rmicorp.com>
1190
1191 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
1192 * archures.c (bfd_mach_mips_xlr): Define.
1193 * bfd-in2.h: Regenerate.
1194 * cpu-mips.c (I_xlr): Define.
1195 (arch_info_struct): Add XLR entry.
1196 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
1197 (mips_set_isa_flags): Handle bfd_mach_mips_xlr
1198 (mips_mach_extensions): Add XLR entry.
1199
1200 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
1201
1202 * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
1203
1204 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1205
1206 * configure.in: AC_SUBST pdfdir.
1207 * Makefile.am: Add install-pdf, install-pdf-am
1208 and install-pdf-recursive targets. Define pdfdir.
1209 * doc/Makefile.am: Define pdf__strip_dir. Add
1210 install-pdf and install-pdf-am targets.
1211 * po/Make-in: Add install-pdf target.
1212 * configure: Regenerate.
1213 * Makefile.in: Regenerate
1214 * doc/Makefile.in: Regenerate.
1215
1216 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1217
1218 * bfd-in2.h: Regenerate.
1219 * elf32-m68k.c: Handle 2-slot GOT entries. Rename variables and
1220 fields from n_entries to n_slots where appropriate, update comments.
1221 (HOWTO): Add TLS relocations.
1222 (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
1223 (enum elf_m68k_got_offset_size): New enum.
1224 (struct elf_m68k_got_entry.type): Move field to ...
1225 (struct elf_m68k_got_entry_key): ... here. Update all uses.
1226 (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
1227 functions.
1228 (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
1229 functions.
1230 (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
1231 fields into n_entries array. Update comments.
1232 (elf_m68k_init_got): Simplify, update all uses.
1233 (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
1234 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
1235 GOT entries; update name, update all uses.
1236 (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
1237 (elf_m68k_get_got_entry): Update.
1238 (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
1239 simplify.
1240 (elf_m68k_remove_got_entry_type): Simplify.
1241 (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
1242 (elf_m68k_can_merge_gots): Update.
1243 (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
1244 (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
1245 GOT entries, simplify.
1246 (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
1247 (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
1248 field, remove obsoleted local_n_entries field.
1249 (elf_m68k_partition_multi_got_2): New static function.
1250 (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
1251 update.
1252 (elf_m68k_remove_got_entry_type): Update.
1253 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
1254 (elf_m68k_check_relocs): Handle TLS relocations. Remove unnecessary
1255 update of sgot->size and srelgot->size.
1256 (elf_m68k_gc_sweep_hook): Update.
1257 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
1258 (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
1259 TLS relocations.
1260 * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
1261 * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
1262
1263 2009-02-02 DJ Delorie <dj@redhat.com>
1264
1265 * elf32-mep.c (config_names): Regenerate configuration.
1266
1267 2009-02-02 Alan Modra <amodra@bigpond.net.au>
1268
1269 * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
1270 (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
1271 * elf.c (bfd_elf_get_str_section): Make static.
1272 (bfd_elf_find_section): Delete.
1273 * libbfd.h: Regenerate.
1274
1275 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1276
1277 * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
1278 (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
1279
1280 2009-01-31 Alan Modra <amodra@bigpond.net.au>
1281
1282 * elflink.c (on_needed_list): New function.
1283 (elf_link_add_object_symbols): Link in --as-needed libs if they
1284 satisfy undefined symbols in other libs.
1285
1286 2009-01-30 Julian Brown <julian@codesourcery.com>
1287
1288 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
1289 EXEC_P or DYNAMIC flags, and skip sections which are being linked
1290 with --just-symbols (-R).
1291
1292 2009-01-29 Adam Nemet <anemet@caviumnetworks.com>
1293
1294 * dwarf2.c (read_rangelist): Use read_address to read low_pc and
1295 high_pc in order to properly sign-extend VMAs.
1296
1297 2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1298 Mark Shinwell <shinwell@codesourcery.com>
1299 Catherine Moore <clm@codesourcery.com>
1300
1301 * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
1302
1303 2009-01-28 Catherine Moore <clm@codesourcery.com>
1304
1305 * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
1306 SEC_LOAD for dynamic relocation sections.
1307
1308 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
1309
1310 * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
1311 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
1312 the size of local TLS data.
1313
1314 2009-01-27 Andreas Schwab <schwab@suse.de>
1315
1316 * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
1317 architectures in the archive.
1318
1319 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
1320
1321 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
1322 <R_CRIS_32_DTPREL>: Correct relocation value.
1323
1324 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
1325 <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
1326 symbols with non-default visibility.
1327
1328 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
1329
1330 * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
1331 describing the trampolines.
1332 (ppc_elf_relocate_section): Update relocs to describe the
1333 trampolines.
1334
1335 2009-01-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1336
1337 * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
1338 branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
1339 and R_PARISC_PCREL12F relocations.
1340
1341 2009-01-24 Alan Modra <amodra@bigpond.net.au>
1342
1343 PR 6022
1344 * elflink.c (find_version_for_sym): New function split out from,
1345 but without export_dynamic test, ..
1346 (_bfd_elf_link_assign_sym_version): ..here.
1347 (_bfd_elf_export_symbol): Use it.
1348
1349 2009-01-23 Alan Modra <amodra@bigpond.net.au>
1350
1351 * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
1352 (struct elf_info_failed, struct elf_find_verdep_info): Move to..
1353 * elflink.c: ..here, somewhat modified.
1354 * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
1355 _bfd_elf_link_find_version_dependencies,
1356 _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
1357 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
1358 _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
1359 declare..
1360 * elflink.c: ..and make static here.
1361 (_bfd_elf_link_find_version_dependencies): Adjust for removal
1362 of output_bfd from struct elf_find_verdep_info.
1363 (_bfd_elf_link_assign_sym_version): Similarly adjust to use
1364 struct elf_info_failed.
1365 (bfd_elf_size_dynamic_sections): Adjust.
1366
1367 2009-01-22 Alan Modra <amodra@bigpond.net.au>
1368
1369 PR 6832
1370 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
1371 after comp_unit_find_line call.
1372
1373 2009-01-21 Nick Clifton <nickc@redhat.com>
1374
1375 PR 9769
1376 * vmsutil.c (vms_file_stats_name): Remove use of unsupported
1377 tm_gmtoff field in struct tm.
1378
1379 2009-01-21 Alan Modra <amodra@bigpond.net.au>
1380
1381 * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
1382 * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
1383 sections in soft-icache lines unless non_ia_text. Don't add
1384 rodata if doing so would exceed line size.
1385
1386 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
1387
1388 * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
1389 types than bfd_link_hash_indirect, before early return, call
1390 _bfd_elf_link_hash_copy_indirect.
1391
1392 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1393
1394 * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
1395 * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
1396 * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
1397 (elf_backend_obj_attrs_order): New define.
1398 * elfxx-target.h (elf_backend_obj_attrs_order): New define.
1399 (elfNN_bed): Add elf_backend_obj_attrs_order.
1400
1401 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1402
1403 * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
1404 (obj_attr_size): Likewise.
1405 (write_obj_attribute): Likewise.
1406 (_bfd_elf_copy_obj_attributes): Likewise.
1407 (_bfd_elf_parse_attributes): Likewise.
1408 * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
1409 (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
1410 (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
1411 (ATTR_TYPE_HAS_NO_DEFAULT): New define.
1412 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
1413 with macros.
1414
1415 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1416
1417 * elf-attrs.c (is_default_attr): Support defaultless attributes.
1418 (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
1419 (bfd_elf_add_obj_attr_string): Likewise.
1420 (bfd_elf_add_obj_attr_int_string): Likewise.
1421 (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
1422 * elf-bfd.h (struct obj_attribute): Document new flag bit.
1423 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
1424 Tag_nodefaults has no default value.
1425 (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
1426 comment to reflect the new state.
1427
1428 2009-01-19 Alan Modra <amodra@bigpond.net.au>
1429
1430 PR 9695
1431 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
1432 (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
1433 (adjust_z_magix): Delete dead code handling QMAGIC.
1434
1435 2009-01-16 Kai Tietz <kai.tietz@onevision.com>
1436
1437 * coffcode.h (styp_to_sec_flags): Correct interpretation of
1438 IMAGE_SCN_MEM_DISCARDABLE.
1439
1440 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1441
1442 * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
1443 SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
1444 * configure.in (commonbfdlib): Delete.
1445 (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
1446 (SHARED_LIBADD): Rename from WIN32LIBADD. Add pic libiberty if such
1447 is available, not just for linux.
1448 * po/SRC-POTFILES.in: Regenerate.
1449 * Makefile.in: Regenerate.
1450 * configure: Regenerate.
1451
1452 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
1453 Julian Brown <julian@codesourcery.com>
1454
1455 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
1456 ARM attributes in ABI 2.07.
1457 * elf32-arm.c (get_secondary_compatible_arch): New function.
1458 (set_secondary_compatible_arch): New function.
1459 (tag_cpu_arch_combine): New function.
1460 (elf32_arm_copy_one_eabi_other_attribute): Delete function.
1461 (elf32_arm_copy_eabi_other_attribute_list): Delete function.
1462 (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
1463 make it fit with order_01243.
1464 Add support for Tag_also_compatible_with,
1465 Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
1466 Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
1467 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
1468 Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
1469 Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
1470 Tag_VFP_arch and Tag_ABI_FP_16bit_format.
1471 Rework the way unknown attributes are handled.
1472 Defer errors until all attributes have been processed.
1473
1474 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
1475
1476 * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
1477 bfd_elf_add_obj_attr_int_string.
1478 Read Tag_compatibility from its new location in the attribute array,
1479 rather than the attribute list.
1480 (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
1481 bfd_elf_add_obj_attr_int_string.
1482 (_bfd_elf_parse_attributes): Likewise.
1483 (_bfd_elf_merge_object_attributes): There's now only one
1484 Tag_compatibility, and it's in the array, not the list.
1485 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
1486 Tag_compatibility.
1487 (bfd_elf_add_obj_attr_compat): Rename to
1488 bfd_elf_add_obj_attr_int_string.
1489 (bfd_elf_add_proc_attr_compat): Rename to
1490 bfd_elf_add_proc_attr_int_string.
1491 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
1492 Tag_compatibility.
1493
1494 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1495
1496 * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
1497 (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
1498 (vmsutil.lo): Add dependency rule.
1499 * Makefile.in: Regenerate.
1500 * config.bfd (ia64*-*-*vms*): Add case.
1501 * configure.in (bfd_elf64_ia64_vms_vec): Add case.
1502 * configure: Regenerate.
1503 * vmsutil.c: New file.
1504 * vmsutil.h: New file.
1505 * elf-bfd.h (struct bfd_elf_special_section): Change type of
1506 attr to bfd_vma.
1507 * elfxx-ia64.c (elfNN_vms_post_process_headers,
1508 elfNN_vms_section_processing, elfNN_vms_final_write_processing,
1509 elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
1510 elfNN_vms_object_p): New functions
1511 * targets.c (bfd_elf64_ia64_vms_vec): New target.
1512
1513 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
1514
1515 PR ld/9727
1516 * elflink.c (elf_gc_sweep): Exclude the group section if the
1517 first member of the section group is excluded.
1518
1519 2009-01-14 Alan Modra <amodra@bigpond.net.au>
1520
1521 PR 9735
1522 * syms.c (_bfd_stab_section_find_nearest_line): Don't free
1523 saved filename, use bfd_alloc rather than bfd_malloc for it.
1524
1525 2009-01-13 Alan Modra <amodra@bigpond.net.au>
1526
1527 * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
1528
1529 2009-01-13 Alan Modra <amodra@bigpond.net.au>
1530
1531 * elf32-spu.c (remove_cycles): Always set call->max_depth.
1532
1533 2009-01-12 Alan Modra <amodra@bigpond.net.au>
1534
1535 * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
1536
1537 2009-01-12 Alan Modra <amodra@bigpond.net.au>
1538
1539 * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
1540 num_lines_log2.
1541 (struct got_entry): Add br_addr.
1542 (struct call_info): Add priority.
1543 (struct function_info): Add lr_store and sp_adjust.
1544 (spu_elf_setup): Init line_size_log2 and num_lines_log2.
1545 (spu_elf_find_overlays): For soft-icache, mark any section within cache
1546 area as an overlay, and check that no other overlays exist. Look up
1547 icache overlay manager entry sym.
1548 (BRA_STUBS, BRA, BRASL): Define.
1549 (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
1550 (needs_ovl_stub): Adjust for soft-icache. Return priority encoded
1551 in branch insn.
1552 (count_stub, build_stub): Support soft-icache.
1553 (build_spuear_stubs, process_stubs): Adjust build_stub call.
1554 (spu_elf_size_stubs): Size soft-icache stubs.
1555 (overlay_index): New function.
1556 (spu_elf_build_stubs): Make static. Support soft-icache.
1557 (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
1558 (find_function_stack_adjust): Save lr store and stack adjust insn
1559 offsets.
1560 (maybe_insert_function): Adjust find_function_stack_adjust call.
1561 (mark_functions_via_relocs): Retrieve priority.
1562 (remove_cycles): Only warn about pruned arcs when stack_analysis.
1563 (sort_calls): Sort by priority first.
1564 (mark_overlay_section): Ignore .ovl.init.
1565 (sum_stack): Only print when stack_analysis.
1566 (print_one_overlay_section): New function, extracted from..
1567 (spu_elf_auto_overlay): ..here. Support soft-icache overlays.
1568 (spu_elf_stack_analysis): Only print when htab->stack_analysis.
1569 (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
1570 analysis. Call spu_elf_build_stubs.
1571 (spu_elf_relocate_section): For soft-icache encode overlay index
1572 into addresses.
1573 (spu_elf_output_symbol_hook): Support soft-icache.
1574 (spu_elf_modify_program_headers: Likewise.
1575
1576 * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis. Rename
1577 num_regions to num_lines. Add line_size and max_branch.
1578 (enum _ovly_flavour): Add ovly_soft_icache.
1579 (spu_elf_build_stubs): Delete.
1580
1581 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
1584 relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
1585
1586 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
1587
1588 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
1589 <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
1590 the program, the known offset starts at the negative size of the
1591 TLS section.
1592 <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
1593 Similar.
1594
1595 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
1596
1597 * config.bfd: Add lm32-*-rtems*.
1598
1599 2009-01-03 H.J. Lu <hongjiu.lu@intel.com>
1600
1601 * coff-ppc.c: Add 2009 to Copyright.
1602 * elf32-cris.c: Likewise.
1603 * elflink.c: Likewise.
1604
1605 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
1606
1607 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
1608 gotplt_index to rela_plt_index. Adjust for R_CRIS_DTPMOD entry.
1609
1610 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
1611
1612 PR ld/9679
1613 * elflink.c (elf_merge_st_other): New.
1614 (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
1615 hide them if needed.
1616 (elf_link_add_object_symbols): Updated.
1617
1618 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
1619
1620 PR ld/9676
1621 * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
1622 ref_dynamic and dynamic_def fields when setting def_regular
1623 to 1.
1624
1625 2009-01-02 Curtis Mackie <curtmackevo@gmail.com>
1626
1627 PR 9682
1628 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
1629 literal.
1630
1631 For older changes see ChangeLog-2008
1632 \f
1633 Local Variables:
1634 mode: change-log
1635 left-margin: 8
1636 fill-column: 74
1637 version-control: never
1638 End:
This page took 0.064197 seconds and 4 git commands to generate.