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 to convert ASM_GLOBALIZE_LABEL to a target hook


 > From: David Edelsohn <dje@watson.ibm.com>
 > 
 > 	Assemble name performs targetm.strip_name_encoding to produce
 > real_name for calling maybe_get_identifier.  But fputs/ASM_OUTPUT_LABELREF
 > is called with "name", not "real_name".  The call to strip_name_encoding
 > is for internal use, not the string output.
 > David

Ugh I see it now.  Thanks for the explanation.

--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Solutions


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