This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ppc-opc.c fix for disasm
- From: Nick Clifton <nickc at redhat dot com>
- To: Kumar Gala <kumar dot gala at motorola dot com>
- Cc: <binutils at sources dot redhat dot com>
- Date: Fri, 04 Jul 2003 15:10:50 +0100
- Subject: Re: ppc-opc.c fix for disasm
- References: <A49A0E96-ACA3-11D7-9502-000393DBC2E8@motorola.com>
Hi Kumar,
> I noticed a bug in disasm of dcbt, dcbtst today. I'm wondering what
> changes I need to make to binutils beyond fixing the
> opcode/ppc-opc.c file to change the mask from XRT_MASK -> X_MASK for
> the two instructions.
A test case that demonstrates the problem and which can be added to
the ppc specific part of the GAS testsuite would also be very helpful.
Other than that though, there are no other files that you should need
to change.
> Also is there anywhere that talks about how to properly create patches
> for submission?
Binutils generally follows the same rules as gcc, so the documentation
on their web site applies here:
http://www.gnu.org/software/gcc/contribute.html
Cheers
Nick