On 01/19/2012 08:28 AM, Atsushi Kumagai wrote: Atsushi-San, > Hi Suzuki, > > On Wed, 18 Jan 2012 15:37:49 +0530 > "Suzuki K. Poulose"<suzuki at in.ibm.com> wrote: > >> The following series implements makedumpfile support for PPC32. >> >> The implementation is heavily based on PPC64. This also introduces >> cross build support which is required for Embedded PPC Boards. >> >> --- >> >> Suzuki K. Poulose (3): >> [makedumpfile] Add support for PPC32 >> [ppc64] Rename the __powerpc__ macro to __powerpc64__ for PPC64 >> [makedumpfile] Support building for cross build >> >> >> Makefile | 26 ++++++++++++-- >> README | 5 +++ >> arch/ppc.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> makedumpfile.c | 4 +- >> makedumpfile.h | 28 +++++++++++++--- >> 5 files changed, 153 insertions(+), 11 deletions(-) >> create mode 100644 arch/ppc.c >> >> -- >> Suzuki Poulose > > Thank you for your patches. > I will review them. Did you get a chance to review my patches ? Suzuki