diff options
author | Mohan <mohan@in.ibm.com> | 2006-07-27 11:12:25 -0600 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2006-07-27 11:12:25 -0600 |
commit | ad0f10320e3393d7ca699ac5bcc81726994220c7 (patch) | |
tree | 8f507c4e0d0ffd30c55271d93ce0ea67c2eb3c38 /kdump/kdump.c | |
parent | 10d673dfd32537f2d5e14c07d79b4c63a8bcd7a9 (diff) |
gcc 4.1.0 ppc64 fix
Hi,
Latest kexec tools for PPC64 with purgatory patch
(ppc64-kdump-purgatory-backup-support.patch) was not working with gcc
version 4.1.0 due to the change in object file generation.
Here is the patch to fix this issue.
This patch is created on top of the following level of
kexec-tools:
- kexec-tools-1.101.tar.gz (from eric biederman's site or
from lse site)
- kexec-tools-1.101-kdump6.patch (consolidated patch posted
on
http://lse.sourceforge.net/kdump/patches/1.101-kdump6/kexec-tools-1.101-kdump6.patch)
Review and suggestions are welcome.
Note:
Resending the patch since its not delivered to both fastboot and
linuxppc64-dev mailing list.
Regards,
Mohan.
GCC 4.1.0 (for ppc) generates object files without
dot-symbols. This new format breaks subroutine calls using
assembly language mnemonic. This patch restores the old
convention, i.e produce the object files with dot-symbols
using the flag "-mcall-aixdesc".
Note:
Earlier versions of gcc compilers generated object files
with dot-symbols.
Signed-off-by: Mohan <mohan@in.ibm.com>
Signed-off-by: Maneesh Soni <maneesh@in.ibm.com>
Diffstat (limited to 'kdump/kdump.c')
0 files changed, 0 insertions, 0 deletions