From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: Elena Zannoni Cc: Kevin Buettner , "Zack Weinberg" , Matthew Conway , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: Limited success with 3.0 branch on AIX Date: Tue, 15 May 2001 15:31:00 -0000 Message-id: <200105152230.SAA25710@makai.watson.ibm.com> References: <15105.44346.860889.883125@kwikemart.cygnus.com> X-SW-Source: 2001-05/msg00263.html C_INFO is a different type of storage class. That is the storage class of a symbol entry, not the DBX storage classes. You need to look in /usr/include/dbxstclass.h . I do not think that assembly language can force a symbol into a non-DBX storage class. David