This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: Using a SYMBOL_FLAG to encode below100 attribute
- From: Richard Henderson <rth at redhat dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: geoffk at geoffk dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 5 Aug 2005 13:37:58 -0700
- Subject: Re: RFA: Using a SYMBOL_FLAG to encode below100 attribute
- References: <m3y87gpqbx.fsf@redhat.com>
On Fri, Aug 05, 2005 at 12:37:22PM +0100, Nick Clifton wrote:
> #define ASM_OUTPUT_LABELREF(STREAM, NAME) \
> ! asm_fprintf ((STREAM), "%U%s", default_strip_name_encoding (NAME));
I'm pretty sure you can remove this define entirely.
Otherwise it looks ok.
r~