This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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: FRV FDPIC ABI changes


On Jan  5, 2004, Jeff Johnston <jjohnstn@redhat.com> wrote:

> Is it possible for the flag __FRV_FDPIC__ to be undefined

Yes.  In fact, it will never be defined to 0, but an undefined
preprocessor non-functional macro is equivalent to 0 in preprocessor
tests.  So testing for !defined is pointless in this case.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Happy GNU Year!                     oliva@{lsd.ic.unicamp.br, gnu.org}
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist                Professional serial bug killer


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