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