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