This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc64 crtsavres
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 17 Oct 2003 10:25:26 -0400
- Subject: Re: powerpc64 crtsavres
- References: <20031017075932.GG24720@bubble.sa.bigpond.net.au>
* config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code,
and #if 0 out.
This is okay.
Is there any reason we want to #if 0 instead of simply removing
the code? That's what CVS history is for. If there is no reason to keep
it in the file, I would prefer if you perform two commits: first correct
the alignment, second delete the entire #else section.
Thanks, David