This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Blackfin patch: additional flat shared library options


Bernd Schmidt <bernds_cb1@t-online.de> writes:
> If we additionally assume that we're compiling an entire binary with the
> ID shared library framework (i.e. producing a GOT and referencing data
> through it), but not actually using any shared libraries, then we can
> also omit reloading the GOT pointer at every function entry point.  This
> is now implemented with the switch -msep-data, which also exists on m68k
> and (I believe) does exactly the same thing there.

It does indeed.  It's nice to see consistent options across platforms ;)

Richard


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