This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How should -ffixed-@var{reg} global registers be identified forsetjump coding?
- From: Paul Schlie <schlie at comcast dot net>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Sat, 29 Jan 2005 23:53:53 -0500
- Subject: How should -ffixed-@var{reg} global registers be identified forsetjump coding?
Although it may be staring me in the face, what's is the proper method
to identify compile-time -ffixed-@var{reg} declared global-registers
so that they may be properly excluded from being saved/restored by a
set/longjump routine implementation?
Any insight would be appreciated, thanks, -paul-