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


 > There's also hooks.[ch] if the function need do nothing at all.
 > 
 > > +/* There is no directive for declaring a label as global. Instead,
 >   an
 > > +   additional colon must be appended when the label is defined.  */
 > > +static void
 > > +unicosmk_globalize_label (stream, name)
 > > +     FILE * stream ATTRIBUTE_UNUSED;
 > > +     const char *name ATTRIBUTE_UNUSED;
 > > +{
 > > +}
 > 
 > Here, for instance.

Suggestions on the function name that goes into hooks.c?

I don't like hook_FILEptr_constcharptr_void. :-)

--
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]