Add support for a new magic symbol _gp_disp on mips to handle PIC

binaries.
This commit is contained in:
Vladimir Serbinenko 2013-11-22 04:56:10 +01:00
parent 6f4a19f59f
commit c36c73f681
3 changed files with 26 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
Add support for a new magic symbol _gp_disp on mips to handle PIC
binaries.
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
Use $t9 for indirect calls from asm to C as PIC ABI requires.