Skip to content

Commit c40ae9d

Browse files
author
whitequark
committedJul 29, 2015
MiSoC is not built with -fPIC anymore, remove support code for that.
1 parent ebbbdcf commit c40ae9d

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed
 

Diff for: ‎soc/runtime/ksupport.ld

-11
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ SECTIONS
2424
_etext = .;
2525
} > ksupport
2626

27-
.got :
28-
{
29-
_GLOBAL_OFFSET_TABLE_ = .;
30-
*(.got)
31-
} > ksupport
32-
33-
.got.plt :
34-
{
35-
*(.got.plt)
36-
} > ksupport
37-
3827
.rodata :
3928
{
4029
. = ALIGN(4);

Diff for: ‎soc/runtime/linker.ld

-11
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ SECTIONS
2626
_etext = .;
2727
} > runtime
2828

29-
.got :
30-
{
31-
_GLOBAL_OFFSET_TABLE_ = .;
32-
*(.got)
33-
} > runtime
34-
35-
.got.plt :
36-
{
37-
*(.got.plt)
38-
} > runtime
39-
4029
.rodata :
4130
{
4231
. = ALIGN(4);

0 commit comments

Comments
 (0)
Please sign in to comment.