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