RE: [PATCH] qe.h: assure gcc-3.4 will not dropinitcall/exitcall sections
"Charlie Gordon" <[email protected]> Wed, 15 Jun 2005 20:20:34 +0200
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I applied this patch in the current repository. Support was there already for this new gcc attribute with a slightly different method. Chqrlie. > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of > Guido Classen > Sent: Tuesday, June 07, 2005 4:10 PM > To: [email protected] > Subject: [Qemacs-devel] [PATCH] qe.h: assure gcc-3.4 will not > dropinitcall/exitcall sections > > > This patch uses the new attribute __used__ for the initcall/exitcall > sections to prevent gcc 3.4 and above from droping contents of this > sections. >