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: ../../gcc/gcc/collect2.c:515: `USER_LABEL_PREFIX' undeclared


On Thu, Sep 12, 2002 at 06:06:09PM -0400, John David Anglin wrote:
> causes the following error when building for hppa64-hp-hpux11.00:
> 
> ../../gcc/gcc/collect2.c: In function `dump_file':
> ../../gcc/gcc/collect2.c:515: `USER_LABEL_PREFIX' undeclared (first
> use in this function)

I just checked in a patch to address this:

	* toplev.c: Move default definition of USER_LABEL_PREFIX...
	* defaults.h: ... here.

zw


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