This is the mail archive of the gcc-help@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: Urgent problem with __i686.get_pc_thunk.bx (not the usual problem)


* Peter Burkhard:

> I would like to use my own __i686.get_pc_thunk.bx() inside the section
> .special to avoid calls to .text from .special. The section .special
> must be "self-contained", that is it may not call
> __i686.get_pc_thunk.bx() in .text. Instead I woudl like to write my
> own version of __i686.get_pc_thunk.bx() and put it into special.

The function is already in its own pseudo-section, so you should try to
merge it with .special using a suitable ld script.


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