This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Should asm("" : : : "memory") order accesses to the GOT?



  In message <99061722151000.00879@ns1102.munich.netsurf.de>you write:
  > the subject says it all, should address loads from the GOT considered as
  > memory accesses?
It should.  But typically we do not represent GOT references as memory
references. 

This is a fairly generic problem with our PIC code in the sense that we're
lying to the compiler about what the machine actually does.  Lots of ports
have the same problem.

If we ever revamp how we represent PIC internally, this is one of the problems
I want to fix :-)

jeff



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