This is the mail archive of the newlib@sourceware.org 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: puzzle about loading small global data


Hi :
  It seems that gcc always puts _impure_ptr into .sdata section and
loads it using gp
because the variable _impure_ptr is declared with attribute
"__attribute__((__section__(".sdata")))".

So sorry to disturb you. Thanks.


-- 
Regards.


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