bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
5334aa52
RS
12013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * elfxx-mips.c (mips_elf_create_got_info): New function.
4 (mips_elf_get_got_for_bfd, mips_elf_multi_got): Use it.
5 (mips_elf_create_got_section): Likewise.
6
946c668d
RS
72013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
8
9 * elfxx-mips.c (mips_elf_record_local_got_symbol): Always set
10 gotidx to -1.
11
59b08994
RS
122013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
13
14 * elfxx-mips.c (mips_elf_multi_got): Simplify size calculation.
15
d222d210
RS
162013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
17
18 * elfxx-mips.c (mips_got_info): Move global_gotsym to...
19 (mips_elf_link_hash_table): ...here. Update rest of file accordingly.
20
1fd20d70
RS
212013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
22
23 * elfxx-mips.c (mips_elf_count_global_tls_entries)
24 (mips_elf_count_global_tls_relocs): Don't count indirect or
25 warning symbols.
26 (mips_elf_multi_got, mips_elf_lay_out_got): Assert that the right
27 number of TLS entries were allocated.
28
7d94b319
RS
292013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
30
31 * elfxx-mips.c (mips_elf_sort_hash_table_f): Remove asserts.
32
17214937
RS
332013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
34
35 * elfxx-mips.c (mips_elf_merge_got_with): Only use arg->global_count
36 if there are TLS relocations.
37
9efeb38d
RS
382013-02-11 Richard Sandiford <rdsandiford@googlemail.com>
39
40 * elfxx-mips.c (mips_elf_recreate_got): Remove free.
41 (mips_elf_resolve_final_got_entries): Remove bogus comment.
42
7bf52ea2
AM
432013-02-10 Alan Modra <amodra@gmail.com>
44
45 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.
46 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
47 * m68klinux.c (linux_link_hash_table_create): Likewise.
48 * sparclinux.c (linux_link_hash_table_create): Likewise.
49 * sunos.c (sunos_link_hash_table_create): Likewise.
50 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
51 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
52 * elf32-arm.c (elf32_arm_link_hash_table_create): Likewise.
53 * elf32-avr.c (elf32_avr_link_hash_table_create): Likewise.
54 * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
55 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
56 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
57 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
58 * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
59 * elf32-m32r.c (m32r_elf_link_hash_table_create): Likewise.
60 * elf32-m68hc1x.c (m68hc11_elf_hash_table_create): Likewise.
61 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
62 * elf32-metag.c (elf_metag_link_hash_table_create): Likewise.
63 * elf32-nios2.c (nios2_elf32_link_hash_table_create): Likewise.
64 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
65 * elf32-score.c (elf32_score_link_hash_table_create): Likewise.
66 * elf32-spu.c (spu_elf_link_hash_table_create): Likewise.
67 * elf32-tic6x.c (elf32_tic6x_link_hash_table_create): Likewise.
68 * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
69 * elf32-xgate.c (xgate_elf_bfd_link_hash_table_create): Likewise.
70 * elf32-xtensa.c (elf_xtensa_link_hash_table_create): Likewise.
71 * elf64-aarch64.c (elf64_aarch64_link_hash_table_create): Likewise.
72 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
73 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
74 * elf64-x86-64.c (elf_x86_64_link_hash_table_create): Likewise.
75 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
76 * elflink.c (_bfd_elf_link_hash_table_create): Likewise.
77 (_bfd_elf_link_hash_table_init): Assume zero fill table on entry.
78
22cdc249
AM
792013-02-10 Alan Modra <amodra@gmail.com>
80
81 * i386linux.c (linux_link_hash_table_create): Allocate table
82 with bfd_zmalloc, not bfd_alloc.
83 * pdp11.c (link_hash_table_create): Allocate table with
84 bfd_malloc, not bfd_alloc.
85 * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create): Allocate table
86 with bfd_zmalloc, not bfd_zalloc.
87 (bfin_link_hash_table_create): Likewise.
88 * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
89 * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
90
0e5de31a
AM
912013-02-10 Alan Modra <amodra@gmail.com>
92
93 PR ld/15113
94 * elf32-sh.c (sh_elf_link_hash_table_create): Use bfd_zmalloc.
95
ad1fc92a
NC
962013-02-08 Markos Chandras <markos.chandras@imgtec.com>
97
98 * elf32-metag.c: Use bfd_get_linker_section to get SEC_LINKER_CREATED
99 sections.
34c67f14
NC
100 (elf_metag_adjust_dynamic_symbol): Don't error on zero size dynbss
101 symbol.
ad1fc92a 102
170a8295
YZ
1032013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
104
105 * elf64-aarch64.c (elf64_aarch64_grok_prstatus): Change 'size' from
106 288 to 272.
107
619a703e
AM
1082013-02-08 Alan Modra <amodra@gmail.com>
109
110 PR binutils/15106
111 * elf-bfd.h (struct elf_obj_tdata): Add elf_find_function_cache.
112 * elf.c (elf_find_function): Revert last change. Use new
113 tdata field rather than static vars for cache.
114
02acbe22
L
1152013-02-07 H.J. Lu <hongjiu.lu@intel.com>
116
117 PR ld/15107
118 * elflink.c (elf_link_output_extsym): Set STB_GNU_UNIQUE only if
119 symbol is defined in regular object.
120
1965d5f2
AM
1212013-02-07 Roberto Agostino Vitillo <ra.vitillo@gmail.com>
122
123 PR binutils/15106
124 * elf.c (elf_find_function): Don't cache if symbols change.
125
dafbc74d
AM
1262013-02-07 Alan Modra <amodra@gmail.com>
127
128 PR binutils/14873
129 * elf-attrs.c (_bfd_elf_copy_obj_attributes): Don't attempt to
130 copy attributes from or to non-ELF.
131
20e52bd2
L
1322013-02-06 H.J. Lu <hongjiu.lu@intel.com>
133
134 * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't clear pc_count
135 for non-zero TLS symbol.
136 (elf_i386_relocate_section): Don't resolve size relocation against
137 non-zero TLS symbol.
138 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Don't clear
139 pc_count for non-zero TLS symbol.
140 (elf_x86_64_relocate_section): Don't resolve size relocation
141 against non-zero TLS symbol.
142
36591ba1 1432013-02-06 Sandra Loosemore <sandra@codesourcery.com>
20e52bd2 144 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
145
146 Based on patches from Altera Corporation.
147
148 * Makefile.am (ALL_MACHINES): Add cpu-nios2.lo.
149 (ALL_MACHINES_CFILES): Add cpu-nios2.c.
150 (BFD_BACKENDS): Add elf32-nios2.lo.
151 (BFD32_BACKENDS_CFILES): Add elf32-nios2.c.
152 * Makefile.in: Regenerated.
153 * configure.in: Add entries for bfd_elf32_bignios2_vec and
154 bfd_elf32_littlenios2_vec.
155 * configure: Regenerated.
156 * config.bfd: Add cases for nios2.
157 * archures.c (enum bfd_architecture): Add bfd_arch_nios2.
158 (bfd_mach_nios2): Define.
159 (bfd_nios2_arch): Declare.
160 (bfd_archures_list): Add bfd_nios2_arch.
161 * targets.c (bfd_elf32_bignios2_vec): Declare.
162 (bfd_elf32_littlenios2_vec): Declare.
163 (_bfd_target_vector): Add entries for bfd_elf32_bignios2_vec and
164 bfd_elf32_littlenios2_vec.
165 * elf-bfd.h (enum elf_target_id): Add NIOS2_ELF_DATA.
166 * reloc.c (enum bfd_reloc_code_real): Add Nios II relocations.
167 * bfd-in2.h: Regenerated.
168 * libbfd.h: Regenerated.
169 * cpu-nios2.c: New file.
170 * elf32-nios2.c: New file.
171
ca6b5f82
AM
1722013-02-06 Alan Modra <amodra@gmail.com>
173
174 * elf32-arm.c (elf32_arm_final_link_relocate): Only test for
175 stubs in stub_bfd.
176
37ba9f93
AM
1772013-02-06 Alan Modra <amodra@gmail.com>
178
179 * Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
180 * Makefile.in: Regenerate.
181
70a38d42
SDJ
1822013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
183 Pedro Alves <palves@redhat.com>
184
185 * Makefile.in (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
186 * elf-bfd.h (elf_internal_linux_prpsinfo): New structure
187 declaration.
188 (elfcore_write_linux_prpsinfo32, elfcore_write_linux_prpsinfo64)
189 (elfcore_write_ppc32_linux_prpsinfo32): New declarations.
190 * elf-linux-psinfo.h: New file.
191 * elf.c: Include elf-linux-psinfo.h.
192 (elfcore_write_linux_prpsinfo32, elfcore_write_linux_prpsinfo64):
193 New functions.
194 * elf32-ppc.c: Include `elf-linux-psinfo.h'.
195 (elf_external_ppc_linux_prpsinfo32): New structure declaration.
196 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): New macro.
197 (elfcore_write_ppc_linux_prpsinfo32): New function.
198
5ee43bc4
TG
1992013-02-04 Tristan Gingold <gingold@adacore.com>
200
201 * mach-o.c (bfd_mach_o_scan_start_address): Do not fail if no
202 start address.
203
0cadb185
AM
2042013-02-04 Alan Modra <amodra@gmail.com>
205
206 * Makefile.am (BFD64_BACKENDS): Remove elf-nacl.lo.
207 (BFD64_BACKENDS_CFILES): Remove elf-nacl.c.
208 * Makefile.in: Regenerate.
209 * po/SRC-POTFILES.in: Regenerate.
210
5d42dfb5
AM
2112013-02-04 Alan Modra <amodra@gmail.com>
212
213 * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Delete.
214 * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Delete.
215
c57da1a7
AM
2162013-02-01 Alan Modra <amodra@gmail.com>
217
218 * elf64-ppc.c (dec_dynrel_count): Don't error when elf_gc_sweep_symbol
219 clears def_regular.
220
c0fd7846
TG
2212013-01-31 Tristan Gingold <gingold@adacore.com>
222
223 * mach-o.c (bfd_mach_o_scan): Call bfd_mach_o_flatten_sections
224 earlier. Fix status checking of bfd_mach_o_scan_start_address.
225 (bfd_mach_o_scan_start_address): Handle LC_MAIN.
226
b45b6908
AM
2272013-01-31 Alan Modra <amodra@gmail.com>
228 David S. Miller <davem@davemloft.net>
229
230 PR ld/15056
231 * elfxx-sparc.c (_bfd_sparc_elf_gc_mark_hook): Handle implicit
232 references to __tls_get_addr.
233 * elf32-tilpro.c (tilepro_elf_gc_mark_hook): Likewise. Correct
234 vtinherit and vtentry reloc handling too.
235 * elfxx-tilegx.c (tilegx_elf_gc_mark_hook): As for tilepro.
236
bcaa2f82
AM
2372013-01-31 Alan Modra <amodra@gmail.com>
238
239 * elf64-ppc.c (ppc_stub_name): Trim off trailing "+0".
240
22aa0c7e
AM
2412013-01-31 Alan Modra <amodra@gmail.com>
242
243 * elf64-ppc.c (build_plt_stub): Correct plt stub branch to glink.
244
bc30df16
AM
2452013-01-28 Alan Modra <amodra@gmail.com>
246
247 * elf64-ppc.c: Use %T to print symbols names and remove redundant
248 "relocation" in error messages throughout file.
249 (ppc64_elf_relocate_section): Remove sibling call error message,
250 replace with "call lacks nop". Specially report errors for
251 branches to function entry points via OPD lookup and branches
252 to stubs. Remove NULL symbol handling now done by %T.
253
89d7b8aa
AM
2542013-01-28 Alan Modra <amodra@gmail.com>
255
256 * archive.c (bfd_generic_archive_p): Return target and keep
257 ardata on partial matches.
258 * format.c (bfd_check_format_matches): Adjust for above
259 change. Remove bfd_error_file_ambiguously_recognized dead
260 code.
261
c9ba0c87
AM
2622013-01-26 Alan Modra <amodra@gmail.com>
263
264 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,
265 bfd_preserve_finish): Move to..
266 * format.c: ..here, splitting out..
267 (bfd_reinit): ..this. New function.
268 (bfd_check_format_matches): Use bfd_preserve_save/restore to
269 keep bfd state for a match.
270 * elfcode.h (elf_object_p): Don't use bfd_preserve_save/restore.
271 * elfcore.h (elf_core_file_p): Likewise.
272 * mach-o.c (bfd_mach_o_header_p): Likewise.
273 * pef.c (bfd_pef_object_p, bfd_pef_xlib_object_p): Likewise.
274 * xsym.c (bfd_sym_object_p): Likewise.
275 * mmo.c (mmo_scan): Clear abfd->symcount.
276 * opncls.c (_bfd_new_bfd): Use a smaller section hash table.
277 * section.c (bfd_section_list_clear): Clear section_htab.count.
278 * bfd-in2.h: Regenerate.
279
d79dcc73
NC
2802013-01-25 Michael Schewe <michael.schewe@gmx.net>
281
282 * elf32-h8300.c (elf32_h8_relax_section): When checking for a
283 second reloc, make sure that the reloc potentially exists first.
284
78c8d46c
NC
2852013-01-24 Nick Clifton <nickc@redhat.com>
286
287 * archures.c: Add bfd_mach_v850e3v5.
288 * bfd-in2.h: Regenerate.
289 * cpu-v850.c: Add entries for v850e2v5 and v850e3v5.
290 * cpu-v850_rh850.c: Likewise.
291 * elf32-v850.c: Add support for v850e3v5 architecture.
292
1a18f0ae
NC
2932013-01-23 Markos Chandras <markos.chandras@imgtec.com>
294
295 * elf32-metag.c: Error on HIADDR16/LOADDR16 in shared link.
296
f65a9e53
AM
2972013-01-23 Leif Ekblad <leif@rdos.net>
298
299 * config.bfd (x86_64-*-rdos*): Remove targ_selvecs.
300
3bea1fcb
L
3012013-01-18 H.J. Lu <hongjiu.lu@intel.com>
302
303 * elf32-i386.c (elf_i386_allocate_dynrelocs): Clear pc_count for
304 non-zero TLS symbol.
305 (elf_i386_relocate_section): Resolve size relocation against
306 non-zero TLS symbol.
307 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Clear pc_count
308 for non-zero TLS symbol.
309 (elf_x86_64_relocate_section): Resolve size relocation against
310 non-zero TLS symbol.
311
b1b00fcc
MF
3122013-01-18 Mike Frysinger <vapier@gentoo.org>
313
314 * elflink.c (bfd_elf_size_dynamic_sections): Only add DT_RPATH
315 when new_dtags is false. Only add DT_RUNPATH when new_dtags is
316 true.
317
06a6a421
L
3182013-01-17 H.J. Lu <hongjiu.lu@intel.com>
319
320 * elf32-i386.c (elf_i386_check_relocs): Count size relocation as
321 PC-relative relocation.
322 * elf64-x86-64.c (elf_x86_64_check_relocs): Count size relocation
323 as PC-relative relocation.
324
6a3e1bae
L
3252013-01-16 H.J. Lu <hongjiu.lu@intel.com>
326
327 * elf32-i386.c (elf_i386_check_relocs): Update R_386_SIZE32
328 check.
329 (elf_i386_relocate_section): Don't check TLS for R_386_SIZE32.
330
331 * elf64-x86-64.c (elf_x86_64_check_relocs): Update R_X86_64_SIZE32
332 and R_X86_64_SIZE64 check.
333 (elf_x86_64_relocate_section): Don't check TLS for R_X86_64_SIZE32
334 nor R_X86_64_SIZE64.
335
1788fc08
L
3362013-01-16 H.J. Lu <hongjiu.lu@intel.com>
337
338 * bfd-in2.h: Regenerated.
339 * libbfd.h: Likewise.
340
341 * elf32-i386.c (elf_howto_table): Fill R_386_SIZE32 entry.
342 (elf_i386_reloc_type_lookup): Support BFD_RELOC_SIZE32.
343 (elf_i386_check_relocs): Handle R_386_SIZE32.
344 (elf_i386_gc_sweep_hook): Likewise.
345 (elf_i386_relocate_section): Likewise.
346
347 * elf64-x86-64.c (x86_64_elf_howto_table): Fill R_X86_64_SIZE32
348 and R_X86_64_SIZE64 entries.
349 (x86_64_reloc_map): Add BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64,
350 (elf_x86_64_rtype_to_howto): Handle R_X86_64_SIZE32 for x32.
351 (elf_x86_64_reloc_name_lookup): Likewise.
352 (elf_x86_64_check_relocs): Handle R_X86_64_SIZE32 and
353 R_X86_64_SIZE64.
354 (elf_x86_64_gc_sweep_hook): Likewise.
355 (elf_x86_64_relocate_section): Likewise.
356
357 * reloc.c (bfd_reloc_code_type): Add BFD_RELOC_SIZE32 and
358 BFD_RELOC_SIZE64.
359
1e536451
L
3602013-01-15 H.J. Lu <hongjiu.lu@intel.com>
361
362 * elf64-x86-64.c (R_X86_64_standard): Replace R_X86_64_IRELATIVE
363 with R_X86_64_RELATIVE64.
364
77bf820f
NC
3652013-01-15 Nick Clifton <nickc@redhat.com>
366
367 * elf32-msp430.c: Fix spelling typo.
368
e2458743
AM
3692013-01-15 Alan Modra <amodra@gmail.com>
370
371 * elf64-ppc.c (ppc64_elf_size_stubs): Default shared libs to
372 plt-thread-safe.
373
405bf443
AM
3742013-01-14 Alan Modra <amodra@gmail.com>
375
376 PR binutils/14813
377 * bfdio.c (struct bfd_iovec <bclose>): Revert 2012-11-06.
378 (memory_bclose): Likewise. Return 0 on success.
379 * cache.c (cache_bclose): Likewise.
380 * opncls.c (opncls_bclose, bfd_close): Likewise.
381 * vms-lib.c (vms_lib_bclose): Likewise.
382 * libbfd.h: Regenerate.
383
ee659f1f
AM
3842013-01-13 Alan Modra <amodra@gmail.com>
385
386 * elf-bfd.h (struct elf_link_hash_entry): Delete dynamic_weak.
387 Add ref_dynamic_nonweak.
388 * elflink.c (_bfd_elf_mark_dynamic_def_weak): Delete.
389 (_bfd_elf_merge_symbol): Don't call above function. Move
390 setting of ref_dynamic_nonweak and dynamic_def earlier. Don't
391 clear dynamic_def.
392 (elf_link_add_object_symbols): Delete redundant "override" test.
393 Don't set dynamic_def here.
394 (elf_link_output_extsym): Update.
395
68c4a57e
L
3962013-01-12 H.J. Lu <hongjiu.lu@intel.com>
397
398 * elf32-i386.c (elf_i386_check_relocs): Set bfd errror for
399 normal and TLS symbol access.
400 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
401
02be4619
AM
4022013-01-12 Alan Modra <amodra@gmail.com>
403
404 * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.
405 * elf-strtab.c (_bfd_elf_strtab_refcount): New function.
406 * elflink.c (elf_add_dt_needed_tag): Use _bfd_elf_strtab_refcount.
407
a4542f1b
AM
4082013-01-12 Alan Modra <amodra@gmail.com>
409
410 PR ld/12549
411 * elf-bfd.h (_bfd_elf_strtab_clear_refs): Declare.
412 (_bfd_elf_strtab_clear_all_refs): Define.
413 * elf-strtab.c (_bfd_elf_strtab_clear_refs): New function.
414 (_bfd_elf_strtab_clear_all_refs): Delete.
415 * elflink.c (elf_link_add_object_symbols): Clear out added
416 strtab refs. Correct handling of warning common symbols.
417
68ffbac6
L
4182013-01-10 H.J. Lu <hongjiu.lu@intel.com>
419
420 * aout0.c: Remove trailing white spaces.
421 * archive.c: Likewise.
422 * archures.c: Likewise.
423 * bfd-in.h: Likewise.
424 * bfd-in2.h: Likewise.
425 * coff-alpha.c: Likewise.
426 * coff-i860.c: Likewise.
427 * coff-mips.c: Likewise.
428 * coff-ppc.c: Likewise.
429 * coff-tic80.c: Likewise.
430 * coff-x86_64.c: Likewise.
431 * coff-z80.c: Likewise.
432 * coffcode.h: Likewise.
433 * coffgen.c: Likewise.
434 * cofflink.c: Likewise.
435 * compress.c: Likewise.
436 * corefile.c: Likewise.
437 * cpu-arm.c: Likewise.
438 * cpu-avr.c: Likewise.
439 * cpu-bfin.c: Likewise.
440 * cpu-cr16.c: Likewise.
441 * cpu-cr16c.c: Likewise.
442 * cpu-crx.c: Likewise.
443 * cpu-h8300.c: Likewise.
444 * cpu-i386.c: Likewise.
445 * cpu-lm32.c: Likewise.
446 * cpu-m68k.c: Likewise.
447 * cpu-moxie.c: Likewise.
448 * cpu-msp430.c: Likewise.
449 * cpu-sh.c: Likewise.
450 * cpu-xc16x.c: Likewise.
451 * dwarf2.c: Likewise.
452 * ecofflink.c: Likewise.
453 * ecoffswap.h: Likewise.
454 * elf-ifunc.c: Likewise.
455 * elf-m10300.c: Likewise.
456 * elf-vxworks.c: Likewise.
457 * elf32-avr.c: Likewise.
458 * elf32-avr.h: Likewise.
459 * elf32-cr16.c: Likewise.
460 * elf32-cr16c.c: Likewise.
461 * elf32-cris.c: Likewise.
462 * elf32-crx.c: Likewise.
463 * elf32-frv.c: Likewise.
464 * elf32-hppa.c: Likewise.
465 * elf32-i860.c: Likewise.
466 * elf32-ip2k.c: Likewise.
467 * elf32-iq2000.c: Likewise.
468 * elf32-m32c.c: Likewise.
469 * elf32-m68hc1x.c: Likewise.
470 * elf32-msp430.c: Likewise.
471 * elf32-mt.c: Likewise.
472 * elf32-ppc.c: Likewise.
473 * elf32-rl78.c: Likewise.
474 * elf32-s390.c: Likewise.
475 * elf32-score.h: Likewise.
476 * elf32-sh-symbian.c: Likewise.
477 * elf32-sh.c: Likewise.
478 * elf32-spu.c: Likewise.
479 * elf32-tic6x.c: Likewise.
480 * elf32-v850.c: Likewise.
481 * elf32-xc16x.c: Likewise.
482 * elf32-xtensa.c: Likewise.
483 * elf64-alpha.c: Likewise.
484 * elf64-hppa.c: Likewise.
485 * elf64-ppc.c: Likewise.
486 * elf64-s390.c: Likewise.
487 * elfcore.h: Likewise.
488 * elflink.c: Likewise.
489 * elfxx-mips.c: Likewise.
490 * elfxx-sparc.c: Likewise.
491 * elfxx-tilegx.c: Likewise.
492 * ieee.c: Likewise.
493 * libcoff.h: Likewise.
494 * libpei.h: Likewise.
495 * libxcoff.h: Likewise.
496 * linker.c: Likewise.
497 * mach-o-i386.c: Likewise.
498 * mach-o-target.c: Likewise.
499 * mach-o.c: Likewise.
500 * mach-o.h: Likewise.
501 * mmo.c: Likewise.
502 * opncls.c: Likewise.
503 * pdp11.c: Likewise.
504 * pe-x86_64.c: Likewise.
505 * peXXigen.c: Likewise.
506 * pef-traceback.h: Likewise.
507 * pei-x86_64.c: Likewise.
508 * peicode.h: Likewise.
509 * plugin.c: Likewise.
510 * reloc.c: Likewise.
511 * riscix.c: Likewise.
512 * section.c: Likewise.
513 * som.c: Likewise.
514 * syms.c: Likewise.
515 * tekhex.c: Likewise.
516 * ticoff.h: Likewise.
517 * vaxbsd.c: Likewise.
518 * xcofflink.c: Likewise.
519 * xtensa-isa.c: Likewise.
520
a3c62988
NC
5212013-01-10 Will Newton <will.newton@imgtec.com>
522
523 * Makefile.am: Add Meta.
524 * Makefile.in: Regenerate.
525 * archures.c (bfd_mach_metag): New.
526 * bfd-in2.h: Regenerate.
527 * config.bfd: Add Meta.
528 * configure: Regenerate.
529 * configure.in: Add Meta.
530 * cpu-metag.c: New file.
531 * elf-bfd.h: Add Meta.
532 * elf32-metag.c: New file.
533 * elf32-metag.h: New file.
534 * libbfd.h: Regenerate.
535 * reloc.c: Add Meta relocations.
536 * targets.c: Add Meta.
537
652451f8
YZ
5382013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
539
540 * elf-bfd.h (elfcore_write_aarch_tls): Add prototype.
541 (elfcore_write_aarch_hw_break): Likewise.
542 (elfcore_write_aarch_hw_watch): Likewise.
543 * elf.c (elfcore_grok_aarch_tls): New function.
544 (elfcore_grok_aarch_hw_break): Likewise.
545 (elfcore_grok_aarch_hw_watch): Likewise.
546 (elfcore_grok_note): Call the new functions to handle the
547 corresponding notes.
548 (elfcore_write_aarch_tls): New function.
549 (elfcore_write_aarch_hw_break): Likewise.
550 (elfcore_write_aarch_hw_watch): Likewise.
551 (elfcore_write_register_note): Call the new functions to handle the
552 corresponding pseudo sections.
553
45a466b5
TT
5542013-01-07 Tom Tromey <tromey@redhat.com>
555
556 * section.c (_bfd_std_section): Rename from std_section.
557 (bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr)
558 (STD_SECTION): Update.
559 * bfd-in2.h: Rebuild.
560
e407c74b
NC
5612013-01-04 Juergen Urban <JuergenUrban@gmx.de>
562
563 * archures.c (bfd_mach_mips5900): Define.
564 * bfd-in2.h: Regenerate.
565 * config.bfd: Add mips64-ps2-elf and mips-ps2-elf targets.
566 * cpu-mips.c: Add support for MIPS r5900.
567 * elfxx-mips.c: Add support for MIPS r5900 (extension of r4000).
568
9b239e0e
NC
5692013-01-03 Nickolai Zeldovich <nickolai@csail.mit.edu>
570 Nick Clifton <nickc@redhat.com>
571
572 * elflink.c (get_value): Prevent the use of an undefined shift
573 operation. Add sanity checks.
574
bab4becb 5752013-01-02 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
884f2a8d 576
bab4becb 577 * config.bfd (cr16*-*-uclinux*): New target support.
884f2a8d 578
9911c0fc 579
bab4becb 580For older changes see ChangeLog-2012
56882138 581\f
bab4becb 582Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
583
584Copying and distribution of this file, with or without modification,
585are permitted in any medium without royalty provided the copyright
586notice and this notice are preserved.
587
56882138
AM
588Local Variables:
589mode: change-log
590left-margin: 8
591fill-column: 74
592version-control: never
593End:
This page took 0.668061 seconds and 4 git commands to generate.