This is the mail archive of the gcc-bugs@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: target/3925: [ARM/Thumb] Assembler chokes on branches with (PLT)


> There's no reason that -k couldn't cause the assembler to emit all
> branches as PLT32 relocs rather than PC24.  It just happens that Pat and
> Scott chose to follow the example of the i386-linux port, where the
> assembler just ignores -k altogether and the compiler adds "@plt"
> decorations to call instructions.

OK, so that clears up that side of the problem.  Now, what about the issue 
that PLT32 and ARM24 aren't really different relocs?

R.


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