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