aboutsummaryrefslogtreecommitdiff
path: root/PL0_test.ld
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-12-10 15:47:05 +0100
committervetch <vetch97@gmail.com>2019-12-10 15:47:05 +0100
commitf87b0105a0ac411b0d64d89a9ea92e9b07087aa2 (patch)
tree234ce93b208a9bbc199120b6aba69b479202783a /PL0_test.ld
parent899a5c14aa3737f04f5cd95e97dca3ee14ad1b43 (diff)
downloadrpi-MMU-example-f87b0105a0ac411b0d64d89a9ea92e9b07087aa2.tar.gz
rpi-MMU-example-f87b0105a0ac411b0d64d89a9ea92e9b07087aa2.zip
Revert "Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice"
This reverts commit 5662aacc5688bba4873367ed9ab51fb83fbd1feb, reversing changes made to b0a6351d52af8bdf6fa9cca0d313df323249a520.
Diffstat (limited to 'PL0_test.ld')
-rw-r--r--PL0_test.ld5
1 files changed, 0 insertions, 5 deletions
diff --git a/PL0_test.ld b/PL0_test.ld
index 45bee5e..430e098 100644
--- a/PL0_test.ld
+++ b/PL0_test.ld
@@ -4,11 +4,6 @@ SECTIONS
{
/* 0b10101010101000000000000000000000 */
. = 0xaaa00000;
-
- /* For some reason ld warns when _start is not defined. */
- /* Other .elf files link ok - only PL0_test.elf seems to */
- /* expect _start to be deifned. */
- _start = .;
__start = .;
__text_start = .;
.text :