This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: alpha/OSF1 -g bug
- To: povey at dstc dot qut dot edu dot au
- Subject: Re: alpha/OSF1 -g bug
- From: Ian Lance Taylor <ian at cygnus dot com>
- Date: Fri, 7 Nov 1997 10:47:17 -0500
- CC: egcs at cygnus dot com
From: Dean Povey <povey@dstc.qut.edu.au>
Date: Fri, 07 Nov 97 12:01:20 +1000
mips-tfile, /tmp/ccaauAsa.s:1421 String too big (4104 bytes)
It's mips-tfile which is reporting the error. That is part of egcs.
You can probably just increase the size of PAGE_SIZE in mips-tfile.c
to make it work again. I'm not sure why mips-tfile.c has this fixed
limit.
Ian