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: [committed] libmudflap _start and gp reloc overflow


On Tue, Oct 04, 2005 at 05:02:14PM -0700, James E Wilson wrote:
> The standard trick to avoid this problem is to declare it as an array of
> unbounded size.  This is a little tricky, as this is in m4 macro code
> and using square brackets are special quoting characters here, so I used
> autoconf quadrigraphs.  I got the idea from the libssp configure.ac
> file, and verified it was OK by checking the autoconf manual.

For the record, you can also use changequote to do this, and the result
is considerably more readable.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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