*** empty log message ***
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
2d0f9ad9
JM
12009-02-06 Joseph Myers <joseph@codesourcery.com>
2
3 * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
4 .sbss handling.
5
50e00962
AM
62009-02-04 Alan Modra <amodra@bigpond.net.au>
7
8 * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
9 Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
10
52b6b6b9
JM
112009-02-03 Sandip Matte <sandip@rmicorp.com>
12
13 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
14 * archures.c (bfd_mach_mips_xlr): Define.
15 * bfd-in2.h: Regenerate.
16 * cpu-mips.c (I_xlr): Define.
17 (arch_info_struct): Add XLR entry.
18 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
19 (mips_set_isa_flags): Handle bfd_mach_mips_xlr
20 (mips_mach_extensions): Add XLR entry.
21
654c3c9f
EW
222009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
23
24 * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
25
31dd3154
JM
262009-02-03 Carlos O'Donell <carlos@codesourcery.com>
27
28 * configure.in: AC_SUBST pdfdir.
29 * Makefile.am: Add install-pdf, install-pdf-am
30 and install-pdf-recursive targets. Define pdfdir.
31 * doc/Makefile.am: Define pdf__strip_dir. Add
32 install-pdf and install-pdf-am targets.
33 * po/Make-in: Add install-pdf target.
34 * configure: Regenerate.
35 * Makefile.in: Regenerate
36 * doc/Makefile.in: Regenerate.
37
cf869cce
NC
382009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
39
40 * bfd-in2.h: Regenerate.
41 * elf32-m68k.c: Handle 2-slot GOT entries. Rename variables and
42 fields from n_entries to n_slots where appropriate, update comments.
43 (HOWTO): Add TLS relocations.
44 (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
45 (enum elf_m68k_got_offset_size): New enum.
46 (struct elf_m68k_got_entry.type): Move field to ...
47 (struct elf_m68k_got_entry_key): ... here. Update all uses.
48 (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
49 functions.
50 (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
51 functions.
52 (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
53 fields into n_entries array. Update comments.
54 (elf_m68k_init_got): Simplify, update all uses.
55 (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
56 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
57 GOT entries; update name, update all uses.
58 (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
59 (elf_m68k_get_got_entry): Update.
60 (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
61 simplify.
62 (elf_m68k_remove_got_entry_type): Simplify.
63 (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
64 (elf_m68k_can_merge_gots): Update.
65 (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
66 (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
67 GOT entries, simplify.
68 (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
69 (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
70 field, remove obsoleted local_n_entries field.
71 (elf_m68k_partition_multi_got_2): New static function.
72 (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
73 update.
74 (elf_m68k_remove_got_entry_type): Update.
75 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
76 (elf_m68k_check_relocs): Handle TLS relocations. Remove unnecessary
77 update of sgot->size and srelgot->size.
78 (elf_m68k_gc_sweep_hook): Update.
79 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
80 (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
81 TLS relocations.
82 * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
83 * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
84
c1a0a41f
DD
852009-02-02 DJ Delorie <dj@redhat.com>
86
87 * elf32-mep.c (config_names): Regenerate configuration.
88
72a80a16
AM
892009-02-02 Alan Modra <amodra@bigpond.net.au>
90
91 * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
92 (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
93 * elf.c (bfd_elf_get_str_section): Make static.
94 (bfd_elf_find_section): Delete.
95 * libbfd.h: Regenerate.
96
273f4430
JK
972009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
100 (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
101
010e5ae2
AM
1022009-01-31 Alan Modra <amodra@bigpond.net.au>
103
104 * elflink.c (on_needed_list): New function.
105 (elf_link_add_object_symbols): Link in --as-needed libs if they
106 satisfy undefined symbols in other libs.
107
33a7ffc2
JM
1082009-01-30 Julian Brown <julian@codesourcery.com>
109
110 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
111 EXEC_P or DYNAMIC flags, and skip sections which are being linked
112 with --just-symbols (-R).
113
13d72a14
AN
1142009-01-29 Adam Nemet <anemet@caviumnetworks.com>
115
116 * dwarf2.c (read_rangelist): Use read_address to read low_pc and
117 high_pc in order to properly sign-extend VMAs.
118
d334575b
JM
1192009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
120 Mark Shinwell <shinwell@codesourcery.com>
121 Catherine Moore <clm@codesourcery.com>
122
123 * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
124
528aeb62
CM
1252009-01-28 Catherine Moore <clm@codesourcery.com>
126
127 * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
128 SEC_LOAD for dynamic relocation sections.
129
f6f05983
HPN
1302009-01-27 Hans-Peter Nilsson <hp@axis.com>
131
132 * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
133 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
134 the size of local TLS data.
135
27cc28f9
AS
1362009-01-27 Andreas Schwab <schwab@suse.de>
137
138 * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
139 architectures in the archive.
140
b3bf42d8
HPN
1412009-01-27 Hans-Peter Nilsson <hp@axis.com>
142
f551b6f0
HPN
143 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
144 <R_CRIS_32_DTPREL>: Correct relocation value.
145
b3bf42d8
HPN
146 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
147 <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
148 symbols with non-default visibility.
149
9bc4e62b
NS
1502009-01-26 Nathan Sidwell <nathan@codesourcery.com>
151
152 * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
153 describing the trampolines.
154 (ppc_elf_relocate_section): Update relocs to describe the
155 trampolines.
156
aeaf6540
DA
1572009-01-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
158
159 * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
160 branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
161 and R_PARISC_PCREL12F relocations.
162
1e8fa21e
AM
1632009-01-24 Alan Modra <amodra@bigpond.net.au>
164
165 PR 6022
166 * elflink.c (find_version_for_sym): New function split out from,
167 but without export_dynamic test, ..
168 (_bfd_elf_link_assign_sym_version): ..here.
169 (_bfd_elf_export_symbol): Use it.
170
28caa186
AM
1712009-01-23 Alan Modra <amodra@bigpond.net.au>
172
173 * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
174 (struct elf_info_failed, struct elf_find_verdep_info): Move to..
175 * elflink.c: ..here, somewhat modified.
176 * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
177 _bfd_elf_link_find_version_dependencies,
178 _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
179 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
180 _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
181 declare..
182 * elflink.c: ..and make static here.
183 (_bfd_elf_link_find_version_dependencies): Adjust for removal
184 of output_bfd from struct elf_find_verdep_info.
185 (_bfd_elf_link_assign_sym_version): Similarly adjust to use
186 struct elf_info_failed.
187 (bfd_elf_size_dynamic_sections): Adjust.
188
be04437d
AM
1892009-01-22 Alan Modra <amodra@bigpond.net.au>
190
191 PR 6832
192 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
193 after comp_unit_find_line call.
194
58f9615c
NC
1952009-01-21 Nick Clifton <nickc@redhat.com>
196
197 PR 9769
198 * vmsutil.c (vms_file_stats_name): Remove use of unsupported
199 tm_gmtoff field in struct tm.
200
fb266b8b
AM
2012009-01-21 Alan Modra <amodra@bigpond.net.au>
202
203 * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
204 * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
205 sections in soft-icache lines unless non_ia_text. Don't add
206 rodata if doing so would exceed line size.
207
451ffe63
HPN
2082009-01-19 Hans-Peter Nilsson <hp@axis.com>
209
210 * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
211 types than bfd_link_hash_indirect, before early return, call
212 _bfd_elf_link_hash_copy_indirect.
213
5aa6ff7c
AS
2142009-01-19 Andrew Stubbs <ams@codesourcery.com>
215
216 * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
217 * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
218 * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
219 (elf_backend_obj_attrs_order): New define.
220 * elfxx-target.h (elf_backend_obj_attrs_order): New define.
221 (elfNN_bed): Add elf_backend_obj_attrs_order.
222
3483fe2e
AS
2232009-01-19 Andrew Stubbs <ams@codesourcery.com>
224
225 * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
226 (obj_attr_size): Likewise.
227 (write_obj_attribute): Likewise.
228 (_bfd_elf_copy_obj_attributes): Likewise.
229 (_bfd_elf_parse_attributes): Likewise.
230 * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
231 (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
232 (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
233 (ATTR_TYPE_HAS_NO_DEFAULT): New define.
234 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
235 with macros.
236
2d0bb761
AS
2372009-01-19 Andrew Stubbs <ams@codesourcery.com>
238
239 * elf-attrs.c (is_default_attr): Support defaultless attributes.
240 (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
241 (bfd_elf_add_obj_attr_string): Likewise.
242 (bfd_elf_add_obj_attr_int_string): Likewise.
243 (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
244 * elf-bfd.h (struct obj_attribute): Document new flag bit.
245 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
246 Tag_nodefaults has no default value.
247 (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
248 comment to reflect the new state.
249
a77e83b7
AM
2502009-01-19 Alan Modra <amodra@bigpond.net.au>
251
252 PR 9695
253 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
254 (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
255 (adjust_z_magix): Delete dead code handling QMAGIC.
256
f6d29e26
KT
2572009-01-16 Kai Tietz <kai.tietz@onevision.com>
258
259 * coffcode.h (styp_to_sec_flags): Correct interpretation of
260 IMAGE_SCN_MEM_DISCARDABLE.
261
29670fb9
AM
2622009-01-16 Alan Modra <amodra@bigpond.net.au>
263
264 * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
265 SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
266 * configure.in (commonbfdlib): Delete.
267 (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
268 (SHARED_LIBADD): Rename from WIN32LIBADD. Add pic libiberty if such
269 is available, not just for linux.
270 * po/SRC-POTFILES.in: Regenerate.
271 * Makefile.in: Regenerate.
272 * configure: Regenerate.
273
91e22acd
AS
2742009-01-15 Andrew Stubbs <ams@codesourcery.com>
275 Julian Brown <julian@codesourcery.com>
276
277 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
278 ARM attributes in ABI 2.07.
279 * elf32-arm.c (get_secondary_compatible_arch): New function.
280 (set_secondary_compatible_arch): New function.
281 (tag_cpu_arch_combine): New function.
282 (elf32_arm_copy_one_eabi_other_attribute): Delete function.
283 (elf32_arm_copy_eabi_other_attribute_list): Delete function.
284 (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
285 make it fit with order_01243.
286 Add support for Tag_also_compatible_with,
287 Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
288 Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
289 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
290 Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
291 Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
292 Tag_VFP_arch and Tag_ABI_FP_16bit_format.
293 Rework the way unknown attributes are handled.
294 Defer errors until all attributes have been processed.
295
7b86a9fa
AS
2962009-01-15 Andrew Stubbs <ams@codesourcery.com>
297
298 * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
299 bfd_elf_add_obj_attr_int_string.
300 Read Tag_compatibility from its new location in the attribute array,
301 rather than the attribute list.
302 (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
303 bfd_elf_add_obj_attr_int_string.
304 (_bfd_elf_parse_attributes): Likewise.
305 (_bfd_elf_merge_object_attributes): There's now only one
306 Tag_compatibility, and it's in the array, not the list.
307 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
308 Tag_compatibility.
309 (bfd_elf_add_obj_attr_compat): Rename to
310 bfd_elf_add_obj_attr_int_string.
311 (bfd_elf_add_proc_attr_compat): Rename to
312 bfd_elf_add_proc_attr_int_string.
313 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
314 Tag_compatibility.
315
01e1a5bc
NC
3162009-01-15 Douglas B Rupp <rupp@gnat.com>
317
318 * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
319 (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
320 (vmsutil.lo): Add dependency rule.
321 * Makefile.in: Regenerate.
322 * config.bfd (ia64*-*-*vms*): Add case.
323 * configure.in (bfd_elf64_ia64_vms_vec): Add case.
324 * configure: Regenerate.
325 * vmsutil.c: New file.
326 * vmsutil.h: New file.
327 * elf-bfd.h (struct bfd_elf_special_section): Change type of
328 attr to bfd_vma.
329 * elfxx-ia64.c (elfNN_vms_post_process_headers,
330 elfNN_vms_section_processing, elfNN_vms_final_write_processing,
331 elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
332 elfNN_vms_object_p): New functions
333 * targets.c (bfd_elf64_ia64_vms_vec): New target.
334
a33dafc3
L
3352009-01-14 H.J. Lu <hongjiu.lu@intel.com>
336
337 PR ld/9727
338 * elflink.c (elf_gc_sweep): Exclude the group section if the
339 first member of the section group is excluded.
340
13c0e967
AM
3412009-01-14 Alan Modra <amodra@bigpond.net.au>
342
343 PR 9735
344 * syms.c (_bfd_stab_section_find_nearest_line): Don't free
345 saved filename, use bfd_alloc rather than bfd_malloc for it.
346
460e679b
AM
3472009-01-13 Alan Modra <amodra@bigpond.net.au>
348
349 * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
350
25076afa
AM
3512009-01-13 Alan Modra <amodra@bigpond.net.au>
352
353 * elf32-spu.c (remove_cycles): Always set call->max_depth.
354
37107878
AM
3552009-01-12 Alan Modra <amodra@bigpond.net.au>
356
357 * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
358
cd4a7468
AM
3592009-01-12 Alan Modra <amodra@bigpond.net.au>
360
361 * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
362 num_lines_log2.
363 (struct got_entry): Add br_addr.
364 (struct call_info): Add priority.
365 (struct function_info): Add lr_store and sp_adjust.
366 (spu_elf_setup): Init line_size_log2 and num_lines_log2.
367 (spu_elf_find_overlays): For soft-icache, mark any section within cache
368 area as an overlay, and check that no other overlays exist. Look up
369 icache overlay manager entry sym.
370 (BRA_STUBS, BRA, BRASL): Define.
371 (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
372 (needs_ovl_stub): Adjust for soft-icache. Return priority encoded
373 in branch insn.
374 (count_stub, build_stub): Support soft-icache.
375 (build_spuear_stubs, process_stubs): Adjust build_stub call.
376 (spu_elf_size_stubs): Size soft-icache stubs.
377 (overlay_index): New function.
378 (spu_elf_build_stubs): Make static. Support soft-icache.
379 (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
380 (find_function_stack_adjust): Save lr store and stack adjust insn
381 offsets.
382 (maybe_insert_function): Adjust find_function_stack_adjust call.
383 (mark_functions_via_relocs): Retrieve priority.
384 (remove_cycles): Only warn about pruned arcs when stack_analysis.
385 (sort_calls): Sort by priority first.
386 (mark_overlay_section): Ignore .ovl.init.
387 (sum_stack): Only print when stack_analysis.
388 (print_one_overlay_section): New function, extracted from..
389 (spu_elf_auto_overlay): ..here. Support soft-icache overlays.
390 (spu_elf_stack_analysis): Only print when htab->stack_analysis.
391 (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
392 analysis. Call spu_elf_build_stubs.
393 (spu_elf_relocate_section): For soft-icache encode overlay index
394 into addresses.
395 (spu_elf_output_symbol_hook): Support soft-icache.
396 (spu_elf_modify_program_headers: Likewise.
37107878 397
cd4a7468
AM
398 * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis. Rename
399 num_regions to num_lines. Add line_size and max_branch.
400 (enum _ovly_flavour): Add ovly_soft_icache.
401 (spu_elf_build_stubs): Delete.
402
80c29487
JK
4032009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
406 relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
407
1bc86aea
HPN
4082009-01-07 Hans-Peter Nilsson <hp@axis.com>
409
410 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
411 <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
412 the program, the known offset starts at the negative size of the
413 TLS section.
414 <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
415 Similar.
416
3baa454d 4172009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
75606e85 418
3baa454d 419 * config.bfd: Add lm32-*-rtems*.
75606e85 420
9dbe8890
L
4212009-01-03 H.J. Lu <hongjiu.lu@intel.com>
422
423 * coff-ppc.c: Add 2009 to Copyright.
424 * elf32-cris.c: Likewise.
425 * elflink.c: Likewise.
426
0bdf8d40
HPN
4272009-01-03 Hans-Peter Nilsson <hp@axis.com>
428
429 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
430 gotplt_index to rela_plt_index. Adjust for R_CRIS_DTPMOD entry.
431
54ac0771
L
4322009-01-02 H.J. Lu <hongjiu.lu@intel.com>
433
434 PR ld/9679
435 * elflink.c (elf_merge_st_other): New.
436 (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
437 hide them if needed.
438 (elf_link_add_object_symbols): Updated.
439
d8880531
L
4402009-01-02 H.J. Lu <hongjiu.lu@intel.com>
441
442 PR ld/9676
443 * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
444 ref_dynamic and dynamic_def fields when setting def_regular
445 to 1.
446
b70b5c14
NC
4472009-01-02 Curtis Mackie <curtmackevo@gmail.com>
448
449 PR 9682
450 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
451 literal.
452
d8880531 453For older changes see ChangeLog-2008
56882138
AM
454\f
455Local Variables:
456mode: change-log
457left-margin: 8
458fill-column: 74
459version-control: never
460End:
This page took 0.506269 seconds and 4 git commands to generate.