652451f8f2
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com> * common.h (NT_ARM_TLS, NT_ARM_HW_BREAK, NT_ARM_HW_WATCH): New macro definitions. bfd/ 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com> * elf-bfd.h (elfcore_write_aarch_tls): Add prototype. (elfcore_write_aarch_hw_break): Likewise. (elfcore_write_aarch_hw_watch): Likewise. * elf.c (elfcore_grok_aarch_tls): New function. (elfcore_grok_aarch_hw_break): Likewise. (elfcore_grok_aarch_hw_watch): Likewise. (elfcore_grok_note): Call the new functions to handle the corresponding notes. (elfcore_write_aarch_tls): New function. (elfcore_write_aarch_hw_break): Likewise. (elfcore_write_aarch_hw_watch): Likewise. (elfcore_write_register_note): Call the new functions to handle the corresponding pseudo sections. binutils/ 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com> * readelf.c (get_note_type): Handle NT_ARM_TLS, NT_ARM_HW_BREAK and NT_ARM_HW_WATCH.
56 lines
1.8 KiB
Text
56 lines
1.8 KiB
Text
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* elf-bfd.h (elfcore_write_aarch_tls): Add prototype.
|
||
(elfcore_write_aarch_hw_break): Likewise.
|
||
(elfcore_write_aarch_hw_watch): Likewise.
|
||
* elf.c (elfcore_grok_aarch_tls): New function.
|
||
(elfcore_grok_aarch_hw_break): Likewise.
|
||
(elfcore_grok_aarch_hw_watch): Likewise.
|
||
(elfcore_grok_note): Call the new functions to handle the
|
||
corresponding notes.
|
||
(elfcore_write_aarch_tls): New function.
|
||
(elfcore_write_aarch_hw_break): Likewise.
|
||
(elfcore_write_aarch_hw_watch): Likewise.
|
||
(elfcore_write_register_note): Call the new functions to handle the
|
||
corresponding pseudo sections.
|
||
|
||
2013-01-07 Tom Tromey <tromey@redhat.com>
|
||
|
||
* section.c (_bfd_std_section): Rename from std_section.
|
||
(bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr)
|
||
(STD_SECTION): Update.
|
||
* bfd-in2.h: Rebuild.
|
||
|
||
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
|
||
|
||
* archures.c (bfd_mach_mips5900): Define.
|
||
* bfd-in2.h: Regenerate.
|
||
* config.bfd: Add mips64-ps2-elf and mips-ps2-elf targets.
|
||
* cpu-mips.c: Add support for MIPS r5900.
|
||
* elfxx-mips.c: Add support for MIPS r5900 (extension of r4000).
|
||
|
||
2013-01-03 Nickolai Zeldovich <nickolai@csail.mit.edu>
|
||
Nick Clifton <nickc@redhat.com>
|
||
|
||
* elflink.c (get_value): Prevent the use of an undefined shift
|
||
operation. Add sanity checks.
|
||
|
||
2013-01-02 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
|
||
|
||
* config.bfd (cr16*-*-uclinux*): New target support.
|
||
|
||
|
||
For older changes see ChangeLog-2012
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|