This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: boehm-gc (all platforms, mega-) configuration patch
- From: Tom Tromey <tromey at redhat dot com>
- To: rittle at labs dot mot dot com
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 23 Mar 2002 09:30:46 -0700
- Subject: Re: boehm-gc (all platforms, mega-) configuration patch
- References: <200203220722.g2M7M4L73807@latour.rsch.comm.mot.com>
- Reply-to: tromey at redhat dot com
>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
Loren> This rote patch was generated as follows. If it looked like a
Loren> linker script synthesized item, then use this idiom:
Loren> extern int end[];
Loren> end
Loren> * include/private/gcconfig.h: Change all likely references
Loren> to linker script synthesized symbols to use this idiom:
Loren> extern int etext[]; etext
Thanks. Please check this in.
Tom