This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 6/6] Add ChangeLog entries for additional SuperH support.


---
 backends/ChangeLog |    9 +++++++++
 libelf/ChangeLog   |    4 ++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/backends/ChangeLog b/backends/ChangeLog
index 99d01ce..9fd9745 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-10  Matt Fleming  <matt@console-pimps.org>
+
+	* sh_corenote.c: New file.
+	* sh_regs.c: New file.
+	* sh_retval.c: New file.
+	* sh_symbol.c (sh_machine_flag_check): New function.
+	* Makefile.am (sh_SRCS): Add new files.
+	* sh_init.c (sh_init): Add initializers.
+
 2010-04-07  Roland McGrath  <roland@redhat.com>
 
 	* arm_reloc.def: Accept PC24 and ABS32 in EXEC|DYN too.
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index b6e9f32..158c304 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-10  Matt Fleming  <matt@console-pimps.org>
+
+	* elf.h: Add SH specific ELF header flags.
+
 2010-04-06  Roland McGrath  <roland@redhat.com>
 
 	* elf_error.c (ELF_E_FD_MISMATCH_IDX): Avoid nonobvious abbreviation
-- 
1.7.0.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]