From: nick clifton <nickc@redhat.com>
To: Mike Frysinger <vapier@gentoo.org>, binutils@sourceware.org
Cc: Kevin Buettner <kevinb@redhat.com>, gdb-patches@sourceware.org
Subject: Re: [RFC] msp430 instruction decoder
Date: Wed, 22 May 2013 10:14:00 -0000 [thread overview]
Message-ID: <519C9A46.4010302@redhat.com> (raw)
In-Reply-To: <201305171354.20292.vapier@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]
Hi Mike,
This patch was created by DJ, but he is on vacation so Kevin was
asked to submit it on his behalf. Now I am wading in to address the
points that you raised...
> typically it's better to omit generated files from patches posted to the list.
> it's often times a lot of noise (like in this case).
Agreed - I have done so in the revised patch attached to this email.
> missing standard copyright/license block
Added.
>> +typedef struct
>> +{
>> + MSP430_Opcode_Decoded * msp430;
>
> shouldn't the style be:
> MSP430_Opcode_Decoded *msp430;
> seems like general style guidelines are violated a lot in this file. do we
> normally ignore that in the opcodes/ tree ?
No, and I have revised the formatting in the patch files. They do now
conform to the GNU Coding Standard. Note - the msp430-decode.opc file
includes some comments that do not quite conform to the standard. This
is because these comments are directives to the opc2c program and need
to remain in their current format.
Do you have any more concerns with this patch ?
Cheers
Nick
opcodes/ChangeLog
* msp430-decode.opc: New.
* msp430-decode.c: New/generated.
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add msp430-decode.c.
(MAINTAINER_CLEANFILES): Likewise.
Add rule to build msp430-decode.c frommsp430decode.opc
using the opc2c program.
* Makefile.in: Regenerate.
* configure.in: Add msp430-decode.lo to msp430 architecture files.
* configure: Regenerate.
include/opcode/ChangeLog
* msp430-decode.h: New.
[-- Attachment #2: msp430-opcodes-dis.patch.bz2 --]
[-- Type: application/x-bzip, Size: 5897 bytes --]
next prev parent reply other threads:[~2013-05-22 10:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 22:03 Kevin Buettner
2013-05-16 22:33 ` Kevin Buettner
2013-05-17 17:54 ` Mike Frysinger
2013-05-22 10:14 ` nick clifton [this message]
2013-05-23 5:16 ` Mike Frysinger
2013-05-23 5:48 ` DJ Delorie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=519C9A46.4010302@redhat.com \
--to=nickc@redhat.com \
--cc=binutils@sourceware.org \
--cc=gdb-patches@sourceware.org \
--cc=kevinb@redhat.com \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox