Skip to content

Commit

Permalink
MiSoC is not built with -fPIC anymore, remove support code for that.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 29, 2015
1 parent ebbbdcf commit c40ae9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions soc/runtime/ksupport.ld
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ SECTIONS
_etext = .;
} > ksupport

.got :
{
_GLOBAL_OFFSET_TABLE_ = .;
*(.got)
} > ksupport

.got.plt :
{
*(.got.plt)
} > ksupport

.rodata :
{
. = ALIGN(4);
Expand Down
11 changes: 0 additions & 11 deletions soc/runtime/linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ SECTIONS
_etext = .;
} > runtime

.got :
{
_GLOBAL_OFFSET_TABLE_ = .;
*(.got)
} > runtime

.got.plt :
{
*(.got.plt)
} > runtime

.rodata :
{
. = ALIGN(4);
Expand Down

0 comments on commit c40ae9d

Please sign in to comment.