bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2006-03-02 Richard Sandiford <richard@codesourcery.com>
2
3 * elf32-ppc.c (is_ppc_elf_target): Return true if the target is
4 bfd_elf32_powerpc_vxworks_vec.
5
6 2006-03-02 Nick Clifton <nickc@redhat.com>
7
8 * elf32-m32c.c (m32c_elf_relax_section): Initialise 'gap'.
9
10 2006-03-02 Richard Sandiford <richard@codesourcery.com>
11
12 * elf32-i386.c (elf_i386_create_dynamic_sections): Use
13 elf_vxworks_create_dynamic_sections.
14 (elf_i386_size_dynamic_sections): Remove VxWorks GOT and PLT
15 symbol handling.
16 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Use
17 elf_vxworks_create_dynamic_sections.
18 (ppc_elf_size_dynamic_sections): Remove VxWorks GOT and PLT
19 symbol handling.
20 * elf-vxworks.c (elf_vxworks_create_dynamic_sections): New function.
21 * elf-vxworks.h (elf_vxworks_create_dynamic_sections): Declare.
22
23 2006-03-02 Richard Sandiford <richard@codesourcery.com>
24
25 * elf32-i386.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
26 (elf_backend_link_output_symbol_hook): Use
27 elf_vxworks_link_output_symbol_hook instead.
28 * elf32-ppc.c (elf_i386_vxworks_link_output_symbol_hook): Delete.
29 (elf_backend_link_output_symbol_hook): Use
30 elf_vxworks_link_output_symbol_hook instead.
31 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Provide the
32 same interface as elf_backend_link_output_symbol_hook.
33 * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Update
34 prototype accordingly.
35
36 2006-03-02 Richard Sandiford <richard@codesourcery.com>
37
38 * elf32-ppc.c (ppc_elf_plt_type): New enumeration.
39 (ppc_elf_link_hash_table): Replace old_got and new_got with
40 plt_type and can_use_new_plt.
41 (ppc_elf_create_dynamic_sections): Add SEC_HAS_CONTENTS,
42 SEC_LOAD and SEC_READONLY to the VxWorks .plt flags.
43 (ppc_elf_check_relocs): Set can_use_new_plt instead of new_plt.
44 Move from plt_type == PLT_UNSET to PLT_OLD instead of setting old_plt.
45 (ppc_elf_select_plt_layout): Move from plt_type == PLT_UNSET to
46 either plt_type == PLT_OLD or plt_type == PLT_NEW. Assert that
47 this function should not be called for VxWorks targets.
48 (ppc_elf_tls_setup): Use plt_type instead of old_got.
49 (allocate_got): Likewise. Rearrange so that max_before_header
50 is only used for PLT_OLD and PLT_NEW.
51 (allocate_dynrelocs): Use plt_type instead of old_got and is_vxworks.
52 (ppc_elf_size_dynamic_sections): Likewise.
53 (ppc_elf_relax_section): Likewise.
54 (ppc_elf_relocate_section): Likewise.
55 (ppc_elf_finish_dynamic_symbol): Likewise.
56 (ppc_elf_vxworks_link_hash_table_create): Initialize plt_type.
57
58 2006-02-28 Richard Sandiford <richard@codesourcery.com>
59
60 * elf32-i386.c (elf_i386_link_hash_table): Add next_tls_desc_index.
61 (elf_i386_link_hash_table_create): Initialize it.
62 (elf_i386_compute_jump_table_size): Use it instead of
63 srelplt->reloc_count.
64 (allocate_dynrelocs): Likewise.
65 (elf_i386_size_dynamic_sections): Likewise.
66 (elf_i386_relocate_section): Likewise.
67
68 2006-02-27 Jakub Jelinek <jakub@redhat.com>
69
70 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle S flag.
71 (_bfd_elf_write_section_eh_frame): Likewise.
72
73 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
74
75 * po/Make-in: Add html target.
76
77 2006-02-27 Richard Sandiford <richard@codesourcery.com>
78
79 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the
80 cached hgot entry to check for _GLOBAL_OFFSET_TABLE_.
81 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Likewise.
82 * elf32-bfin.c (bfin_finish_dynamic_symbol): Likewise.
83 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
84 * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
85 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
86 * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise.
87 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Likewise.
88 * elf32-sh.c (sh_elf_finish_dynamic_symbol): Likewise.
89 * elf32-vax.c (elf_vax_finish_dynamic_symbol): Likewise.
90 * elf32-xtensa.c (elf_xtensa_finish_dynamic_symbol): Likewise.
91 * elf64-sh64.c (sh64_elf64_finish_dynamic_symbol): Likewise.
92 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likewise.
93 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
94 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise. Also use
95 the cached hplt entry to check for _PROCEDURE_LINKAGE_TABLE_.
96 * elf64-alpha.c (elf64_alpha_finish_dynamic_symbol): Likewise.
97 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
98 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Likewise.
99 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
100
101 2006-02-25 Richard Sandiford <richard@codesourcery.com>
102
103 * elf-bfd.h (elf_link_hash_table): Add hplt field.
104 * elflink.c (_bfd_elf_create_dynamic_sections): Initialize it.
105 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
106 * elf32-frv.c (_frv_create_got_section): Likewise.
107 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
108 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
109 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
110 * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
111 * elf32-i386.c (elf_i386_link_hash_table): Remove hgot and hplt.
112 (elf_i386_link_hash_table_create): Don't initialize them.
113 (elf_i386_size_dynamic_sections): Use the generic ELF hplt and
114 hgot fields.
115 (elf_i386_finish_dynamic_symbol): Likewise.
116 * elf32-ppc.c (ppc_elf_link_hash_table): Remove hplt.
117 (ppc_elf_size_dynamic_sections): Use the generic ELF hplt fields.
118 (ppc_elf_finish_dynamic_symbol): Likewise.
119
120 2006-02-24 DJ Delorie <dj@redhat.com>
121
122 * elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
123 (m32c_elf_relocate_section): Don't relocate them.
124 (compare_reloc): New.
125 (relax_reloc): Remove.
126 (m32c_offset_for_reloc): New.
127 (m16c_addr_encodings): New.
128 (m16c_jmpaddr_encodings): New.
129 (m32c_addr_encodings): New.
130 (m32c_elf_relax_section): Relax jumps and address displacements.
131 (m32c_elf_relax_delete_bytes): Adjust for internal syms. Fix up
132 short jumps.
133
134 * reloc.c: Add m32c relax relocs.
135 * libbfd.h: Regenerate.
136 * bfd-in2.h: Regenerate.
137
138 2006-02-24 H.J. Lu <hongjiu.lu@intel.com>
139
140 PR ld/2218
141 * elf-bfd.h (elf_backend_data): Add elf_backend_fixup_symbol.
142 (_bfd_elf_link_hash_fixup_symbol): New.
143
144 * elflink.c (_bfd_elf_link_hash_fixup_symbol): New.
145 (_bfd_elf_fix_symbol_flags): Call elf_backend_fixup_symbol if
146 it isn't NULL.
147
148 * elfxx-ia64.c (elf_backend_fixup_symbol): Defined.
149
150 * elfxx-target.h (elf_backend_fixup_symbol): New.
151 (elfNN_bed): Initialize elf_backend_fixup_symbol.
152
153 2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
154
155 * cpu-ia64-opc.c (ins_immu5b): New.
156 (ext_immu5b): Likewise.
157 (elf64_ia64_operands): Add IMMU5b.
158
159 2006-02-21 Alan Modra <amodra@bigpond.net.au>
160
161 PR ld/2218
162 * elf32-arm.c (allocate_dynrelocs): Ensure undef weak sym in pie
163 is dynamic.
164 * elf32-hppa.c (allocate_dynrelocs): Likewise.
165 * elf32-i386.c (allocate_dynrelocs): Likewise.
166 * elf32-s390.c (allocate_dynrelocs): Likewise.
167 * elf32-sh.c (allocate_dynrelocs): Likewise.
168 * elf64-s390.c (allocate_dynrelocs): Likewise.
169 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
170 * elf32-m32r.c (allocate_dynrelocs): Likewise. Discard relocs
171 on undef weak with non-default visibility too.
172 * elfxx-sparc.c (allocate_dynrelocs): Ditto.
173
174 2006-02-21 Alan Modra <amodra@bigpond.net.au>
175
176 * bfd.c: (_bfd_default_error_handler): Don't call abort on
177 error, instead call _exit.
178 (_bfd_abort): Call _exit not xexit.
179
180 2006-02-17 Kevin Buettner <kevinb@redhat.com>
181
182 * elf32-frv.c (elf32_frv_grok_prstatus, elf32_frv_grok_psinfo):
183 New functions.
184 * elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
185
186 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
187 Anil Paranjape <anilp1@kpitcummins.com>
188 Shilin Shakti <shilins@kpitcummins.com>
189
190 * Makefile.am: Add xc16x related entry
191 * Makefile.in: Regenerate
192 * archures.c: Add bfd_xc16x_arch
193 * bfd-in2.h: Regenerate
194 * config.bfd: Add xc16x-*-elf
195 * configure.in: Add bfd_elf32_xc16x_vec
196 * configure: Regenerate.
197 * targets.c: Added xc16x related information
198 * cpu-xc16x.c: New file
199 * reloc.c: Add new relocations specific to xc16x:
200 BFD_RELOC_XC16X_PAG, BFD_RELOC_XC16X_POF, BFD_RELOC_XC16X_SEG,
201 BFD_RELOC_XC16X_SOF
202 * elf32-xc16x.c: New file.
203
204 2006-02-17 Alan Modra <amodra@bigpond.net.au>
205
206 * elf32-ppc.c (allocate_dynrelocs): Tweak undef weak handling.
207 * elf64-ppc.c (allocate_dynrelocs): Likewise.
208
209 2006-02-17 Alan Modra <amodra@bigpond.net.au>
210
211 PR ld/2218
212 * elf64-ppc.c (allocate_dynrelocs): Ensure undef weak sym is
213 dynamic.
214 (ppc64_elf_relocate_section): Check output reloc section size.
215 * elf32-ppc.c (allocate_dynrelocs): Simplify undef weak test.
216
217 2006-02-16 H.J. Lu <hongjiu.lu@intel.com>
218
219 PR ld/2322
220 * elf.c (get_segment_type): New function.
221 (_bfd_elf_print_private_bfd_data): Use it.
222 (print_segment_map): New function.
223 (assign_file_positions_for_segments): Call print_segment_map
224 when there are not enough room for program headers.
225
226 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
227
228 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use
229 traditional MIPS ELF targets.
230
231 2006-02-15 H.J. Lu <hongjiu.lu@intel.com>
232
233 PR binutils/2338
234 * dwarf2.c (check_function_name): New function.
235 (_bfd_dwarf2_find_nearest_line): Use check_function_name to
236 check if function is correct.
237
238 2006-02-16 Alan Modra <amodra@bigpond.net.au>
239
240 * elflink.c (_bfd_elf_default_action_discarded): Return 0 for
241 debug sections.
242 (elf_link_input_bfd): Adjust comments.
243
244 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
245
246 * elf.c (copy_private_bfd_data): Minor update.
247
248 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
249
250 PR binutils/2258
251 * elf.c (copy_private_bfd_data): Renamed to ...
252 (rewrite_elf_program_header): This.
253 (copy_elf_program_header): New function.
254 (copy_private_bfd_data): Likewise.
255
256 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
257
258 * archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
259 bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_mach_mcf528x,
260 bfd_mach_mcfv4e, bfd_mach_mcf521x, bfd_mach_mcf5249,
261 bfd_mach_mcf547x, bfd_mach_mcf548x): Remove.
262 (bfd_mach_mcf_isa_a, bfd_mach_mcf_isa_a_div,
263 bfd_mach_mcf_isa_a_div_mac, bfd_mach_mcf_isa_a_div_emac,
264 bfd_mach_mcf_isa_aplus, bfd_mach_mcf_isa_aplus_mac,
265 bfd_mach_mcf_isa_aplus_emac, bfd_mach_mcf_isa_aplus_usp,
266 bfd_mach_mcf_isa_aplus_usp_mac, bfd_mach_mcf_isa_aplus_usp_emac,
267 bfd_mach_mcf_isa_b, bfd_mach_mcf_isa_b_mac, bfd_mach_mcf_isa_b_emac,
268 bfd_mach_mcf_isa_b_usp_float, bfd_mach_mcf_isa_b_usp_float_mac,
269 bfd_mach_mcf_isa_b_usp_float_emac): New.
270 (bfd_default_scan): Update coldfire mapping.
271 * bfd-in.h (bfd_m68k_mach_to_features,
272 bfd_m68k_features_to_mach): Declare.
273 * bfd-in2.h: Rebuilt.
274 * cpu-m68k.c (arch_info_struct): Add new coldfire machines,
275 adjust legacy names.
276 (m68k_arch_features): New.
277 (bfd_m68k_mach_to_features,
278 bfd_m68k_features_to_mach): Define.
279 * elf32-m68k.c (elf32_m68k_object_p): New.
280 (elf32_m68k_merge_private_bfd_data): Merge the CF EF flags.
281 (elf32_m68k_print_private_bfd_data): Print the CF EF flags.
282 (elf_backend_object_p): Define.
283 * ieee.c (ieee_write_processor): Update coldfire machines.
284 * libbfd.h: Rebuilt.
285
286 2006-02-06 Steve Ellcey <sje@cup.hp.com>
287
288 * elfxx-ia64.c (elfNN_ia64_fake_sections): Set SHF_IA_64_HP_TLS
289 if SHF_TLS is set.
290
291 2006-02-05 Arnold Metselaar <arnold.metselaar@planet.nl>
292
293 * coff-z80.c (r_imm24): New howto.
294 (rtype2howto): New case R_IMM24.
295 (coff_z80_reloc_type_lookup): New case BFD_RELOC_24.
296 (extra_case): Use bfd_get_8 for R_IMM8, new case R_IMM24.
297
298 2006-02-04 Richard Sandiford <richard@codesourcery.com>
299
300 * elfxx-mips.c (mips_elf_initialize_tls_index): If a TLS symbol
301 has already been assigned a GOT index, copy that index to the
302 current hash table entry.
303
304 2006-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
305
306 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
307 for call-to-undefweak reloc overflow.
308
309 2006-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
310
311 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
312 for 32-bit relocs overflow.
313
314 2006-01-27 Paul Brook <paul@codesourcery.com>
315
316 * elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
317 objects.
318
319 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
320
321 Introduce TLS descriptors for i386 and x86_64.
322 * reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
323 BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
324 BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
325 * libbfd.h, bfd-in2.h: Rebuilt.
326 * elf32-i386.c (elf_howto_table): New relocations.
327 (R_386_tls): Adjust.
328 (elf_i386_reloc_type_lookup): Map new relocations.
329 (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
330 (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
331 (struct elf_i386_link_hash_entry): Add tlsdesc_got field.
332 (struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
333 (elf_i386_local_tlsdesc_gotent): New macro.
334 (struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
335 (elf_i386_compute_jump_table_size): New macro.
336 (link_hash_newfunc): Initialize tlsdesc_got.
337 (elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
338 (elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
339 R_386_TLS_DESC_CALL.
340 (elf_i386_check_relocs): Likewise. Allocate space for
341 local_tlsdesc_gotent.
342 (elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
343 R_386_TLS_DESC_CALL.
344 (allocate_dynrelocs): Count function PLT relocations. Reserve
345 space for TLS descriptors and relocations.
346 (elf_i386_size_dynamic_sections): Reserve space for TLS
347 descriptors and relocations. Set up sgotplt_jump_table_size.
348 Don't zero reloc_count in srelplt.
349 (elf_i386_always_size_sections): New. Set up _TLS_MODULE_BASE_.
350 (elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
351 R_386_TLS_DESC_CALL.
352 (elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
353 (elf_backend_always_size_sections): Define.
354 * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
355 R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
356 (R_X86_64_standard): Adjust.
357 (x86_64_reloc_map): Map new relocs.
358 (elf64_x86_64_rtype_to_howto): New, split out of...
359 (elf64_x86_64_info_to_howto): ... this function, and...
360 (elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
361 (GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
362 (GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
363 (struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
364 (struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
365 (elf64_x86_64_local_tlsdesc_gotent): New macro.
366 (struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
367 tlsdesc_got and sgotplt_jump_table_size fields.
368 (elf64_x86_64_compute_jump_table_size): New macro.
369 (link_hash_newfunc): Initialize tlsdesc_got.
370 (elf64_x86_64_link_hash_table_create): Initialize new fields.
371 (elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
372 R_X86_64_TLSDESC_CALL.
373 (elf64_x86_64_check_relocs): Likewise. Allocate space for
374 local_tlsdesc_gotent.
375 (elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
376 R_X86_64_TLSDESC_CALL.
377 (allocate_dynrelocs): Count function PLT relocations. Reserve
378 space for TLS descriptors and relocations.
379 (elf64_x86_64_size_dynamic_sections): Reserve space for TLS
380 descriptors and relocations. Set up sgotplt_jump_table_size,
381 tlsdesc_plt and tlsdesc_got. Make room for them. Don't zero
382 reloc_count in srelplt. Add dynamic entries for DT_TLSDESC_PLT
383 and DT_TLSDESC_GOT.
384 (elf64_x86_64_always_size_sections): New. Set up
385 _TLS_MODULE_BASE_.
386 (elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
387 R_386_TLS_DESC_CALL.
388 (elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
389 (elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
390 DT_TLSDESC_GOT. Set up TLS descriptor lazy resolver PLT entry.
391 (elf_backend_always_size_sections): Define.
392
393 2006-01-17 H.J. Lu <hongjiu.lu@intel.com>
394
395 PR binutils/2096
396 * dwarf2.c (comp_unit_contains_address): Update comment.
397 (_bfd_dwarf2_find_nearest_line): Use section's vma, instead of
398 lma. Return TRUE only if both comp_unit_contains_address and
399 comp_unit_find_nearest_line return TRUE.
400 (_bfd_dwarf2_find_line): Use section's vma, instead of lma.
401
402 2006-01-18 Alan Modra <amodra@bigpond.net.au>
403
404 * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref.
405 (bfd_elf_gc_mark_dynamic_ref_symbol): Declare.
406 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Rename from
407 elf_gc_mark_dynamic_ref_symbol. Make global.
408 (bfd_elf_gc_sections): Call bed->gc_mark_dynamic_ref.
409 * elfxx-target.h (elf_backend_gc_mark_dynamic_ref): Define.
410 (elfNN_bed): Init new field.
411 * elf64-ppc.c (elf_backend_gc_mark_dynamic_ref): Define.
412 (ppc64_elf_gc_mark_dynamic_ref): New function.
413
414 2006-01-17 Alan Modra <amodra@bigpond.net.au>
415
416 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Don't hang forever in loop.
417
418 2006-01-17 Nick Clifton <nickc@redhat.com>
419
420 PR binutils/2159
421 * elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused
422 parameters.
423
424 2006-01-11 Nick Clifton <nickc@redhat.com>
425
426 * elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry
427 into the newly (re)allocated map array.
428
429 2006-01-09 Alexis Wilke <alexis_wilke@yahoo.com>
430
431 * peXXigen.c (tbl): Add comma after "HIGH3ADJ".
432
433 2006-01-01 Jakub Jelinek <jakub@redhat.com>
434
435 * elf64-ppc.c (ppc64_elf_action_discarded): Return 0
436 for .toc1 section.
437
438 For older changes see ChangeLog-2005
439 \f
440 Local Variables:
441 mode: change-log
442 left-margin: 8
443 fill-column: 74
444 version-control: never
445 End:
This page took 0.040664 seconds and 5 git commands to generate.