This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Java: Local function pointer aliases for method metadata


Richard Henderson writes:
 > On Wed, Aug 18, 2004 at 11:31:19AM -0400, Bryce McKinlay wrote:
 > > Thanks - is it ok to use the target method's full asm name for the 
 > > "prefix" argument to ASM_GENERATE_INTERNAL_LABEL, or should this really 
 > > be a short prefix? Using the full name makes reading/debugging the asm a 
 > > little easier.
 > 
 > I believe the only constraint is that you do need an "L" at the
 > beginning.

... it's necessary, but ASM_GENERATE_INTERNAL_LABEL doesn't do it or enforce it?

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]