This is the mail archive of the gcc-bugs@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: Letext...


On Thu, Mar 28, 2002 at 02:59:05PM -0500, John David Anglin wrote:
> I was wondering why we don't just add
> 
> +#undef LOCAL_LABEL_PREFIX
> +#define LOCAL_LABEL_PREFIX  "."
> 
> to elfos.h.  The default assumption in elfos.h is that local labels
> start with '.'.

For mainline, I'd support doing that if we also move
the ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_INTERNAL_LABEL
macros as well.


r~


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