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: RFC: Improvements to alternate-entry-point handling


On Thu, Jul 18, 2002 at 02:09:37PM -0700, Richard Henderson wrote:
> > +    case LABEL_GLOBAL_ENTRY:
> > +      ASM_GLOBALIZE_LABEL (file, name);
> 
> Ideally for ELF we'd also mark the type of this symbol as a function.
> This would require some reorganization of the existing macros though.

Yeah.  I even put a FIXME to that effect a couple lines farther down.

zw


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