From: John David Anglin Date: Thu, 28 Mar 2002 23:13:01 +0000 (+0000) Subject: * pa-linux.h (LOCAL_LABEL_PREFIX): Define. X-Git-Tag: releases/gcc-3.3.0~6055 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=279dccc5db570d56e327fa74361ecf593038433a;p=thirdparty%2Fgcc.git * pa-linux.h (LOCAL_LABEL_PREFIX): Define. From-SVN: r51530 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4dbed16c04a7..5a8d6fc9bcd2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-28 John David Anglin + + * pa-linux.h (LOCAL_LABEL_PREFIX): Define. + 2002-03-28 Gerald Pfeifer * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index 2f0ee02db3bf..f30a187f91b9 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -119,6 +119,10 @@ Boston, MA 02111-1307, USA. */ } \ while (0) +/* We want local labels to start with period if made with asm_fprintf. */ +#undef LOCAL_LABEL_PREFIX +#define LOCAL_LABEL_PREFIX "." + /* Define these to generate the Linux/ELF/SysV style of internal labels all the time - i.e. to be compatible with ASM_GENERATE_INTERNAL_LABEL in . Compare these with the