7abc2683d998e78b63d6c6079b417ee8b97b9c3c
[external/binutils.git] / bfd / ChangeLog
1 2013-01-08  Yufeng Zhang  <yufeng.zhang@arm.com>
2
3         * elf-bfd.h (elfcore_write_aarch_tls): Add prototype.
4         (elfcore_write_aarch_hw_break): Likewise.
5         (elfcore_write_aarch_hw_watch): Likewise.
6         * elf.c (elfcore_grok_aarch_tls): New function.
7         (elfcore_grok_aarch_hw_break): Likewise.
8         (elfcore_grok_aarch_hw_watch): Likewise.
9         (elfcore_grok_note): Call the new functions to handle the
10         corresponding notes.
11         (elfcore_write_aarch_tls): New function.
12         (elfcore_write_aarch_hw_break): Likewise.
13         (elfcore_write_aarch_hw_watch): Likewise.
14         (elfcore_write_register_note): Call the new functions to handle the
15         corresponding pseudo sections.
16
17 2013-01-07  Tom Tromey  <tromey@redhat.com>
18
19         * section.c (_bfd_std_section): Rename from std_section.
20         (bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr)
21         (STD_SECTION): Update.
22         * bfd-in2.h: Rebuild.
23
24 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
25
26         * archures.c (bfd_mach_mips5900): Define.
27         * bfd-in2.h: Regenerate.
28         * config.bfd: Add mips64-ps2-elf and mips-ps2-elf targets.
29         * cpu-mips.c: Add support for MIPS r5900.
30         * elfxx-mips.c: Add support for MIPS r5900 (extension of r4000).
31
32 2013-01-03  Nickolai Zeldovich  <nickolai@csail.mit.edu>
33             Nick Clifton  <nickc@redhat.com>
34
35         * elflink.c (get_value): Prevent the use of an undefined shift
36         operation.  Add sanity checks.
37
38 2013-01-02  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
39
40         * config.bfd (cr16*-*-uclinux*): New target support.
41
42
43 For older changes see ChangeLog-2012
44 \f
45 Copyright (C) 2013 Free Software Foundation, Inc.
46
47 Copying and distribution of this file, with or without modification,
48 are permitted in any medium without royalty provided the copyright
49 notice and this notice are preserved.
50
51 Local Variables:
52 mode: change-log
53 left-margin: 8
54 fill-column: 74
55 version-control: never
56 End: