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: [PATCH] Hot/cold partitioning fixes



On Apr 1, 2005, at 4:01 PM, Zack Weinberg wrote:


Oh dear. Those aren't local labels.

Caroline: among other things, you need to prepend LOCAL_LABEL_PREFIX
to these symbol names so that the assembler knows not to put them into
the symbol table. (Between this and the AIX mess, it occurs to me
that it might be better to stop trying to relate the symbol names to
the name of the function; generate them with ASM_GENERATE_INTERNAL_LABEL
and attach them to the DECL somehow.)


zw



That's exactly what I'm in the process of doing. :-)


-- Caroline
ctice@apple.com


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