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