Hi, This patch adds support for three ARM elf note types in bfd and readelf. Is it OK to commit it? Thanks, Yufeng include/elf/ 2012-11-15 Yufeng Zhang * common.h (NT_ARM_TLS, NT_ARM_HW_BREAK, NT_ARM_HW_WATCH): New macro definitions. bfd/ 2012-11-15 Yufeng Zhang * elf-bfd.h (elfcore_write_arm_tls): Add prototype. (elfcore_write_arm_hw_break): Likewise. (elfcore_write_arm_hw_watch): Likewise. * elf.c (elfcore_grok_arm_tls): New function. (elfcore_grok_arm_hw_break): Likewise. (elfcore_grok_arm_hw_watch): Likewise. (elfcore_grok_note): Call the new functions to handle the corresponding notes. (elfcore_write_arm_tls): New function. (elfcore_write_arm_hw_break): Likewise. (elfcore_write_arm_hw_watch): Likewise. (elfcore_write_register_note): Call the new functions to handle the corresponding pseudo sections. binutils/ 2012-11-15 Yufeng Zhang * readelf.c (get_note_type): Handle NT_ARM_TLS, NT_ARM_HW_BREAK and NT_ARM_HW_WATCH.