This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [m68k 02/13] Cleanup pseudo branch obcodes
- From: Jeffrey Law <law at redhat dot com>
- To: zippel at linux-m68k dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 05 Feb 2007 10:11:27 -0700
- Subject: Re: [m68k 02/13] Cleanup pseudo branch obcodes
- References: <20070130112615.782382000@linux-m68k.org> <20070130114606.204847000@linux-m68k.org>
- Reply-to: law at redhat dot com
On Tue, 2007-01-30 at 12:26 +0100, zippel@linux-m68k.org wrote:
> Hi,
>
> This continues the previous patch and cleans up the remaining jump
> opcodes. jcc and jbcc are both gas pseudo opcodes (and no real motorola
> opcodes), so this uses now the officially documented variant.
So your claim is that a motorola based assembler syntax will
accept jcc? Have you tested this?
Jeff