MiSoC is not built with -fPIC anymore, remove support code for that.

This commit is contained in:
whitequark 2015-07-29 12:40:30 +03:00
parent ebbbdcf194
commit c40ae9dbd3
2 changed files with 0 additions and 22 deletions

View File

@ -24,17 +24,6 @@ SECTIONS
_etext = .;
} > ksupport
.got :
{
_GLOBAL_OFFSET_TABLE_ = .;
*(.got)
} > ksupport
.got.plt :
{
*(.got.plt)
} > ksupport
.rodata :
{
. = ALIGN(4);

View File

@ -26,17 +26,6 @@ SECTIONS
_etext = .;
} > runtime
.got :
{
_GLOBAL_OFFSET_TABLE_ = .;
*(.got)
} > runtime
.got.plt :
{
*(.got.plt)
} > runtime
.rodata :
{
. = ALIGN(4);