This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Target-ize ASM_OPEN_PAREN, ASM_CLOSE_PAREN
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: Target-ize ASM_OPEN_PAREN, ASM_CLOSE_PAREN
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sun, 8 Jul 2001 23:17:25 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>, Richard Henderson <rth at redhat dot com>
On Sun, 8 Jul 2001, Neil Booth wrote:
> +@findex TARGET_ASM_OPEN_PAREN
> +@findex TARGET_ASM_CLOSE_PAREN
> +@item TARGET_ASM_OPEN_PAREN
> +@itemx TARGET_ASM_CLOSE_PAREN
> +These macros expand to C string constants, describing the syntax in the
I'd rather this used @deftypevr and made it clear that these were in the
target structure:
@deftypevr {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN
@deftypevrx {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN
This target hooks are C string constants ...
> +default to normal parentheses, which is correct for most assemblers:
I don't think that trailing colon should be there.
--
Joseph S. Myers
jsm28@cam.ac.uk