Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Fedotov-B55613 <b55613@freescale.com>2017-08-15 17:01:05 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-08-15 17:19:25 +0300
commit7e69f983a46dfb9ae9c09e30fc20ad6a91f0ddc4 (patch)
tree4b21093c3452bf895f3a06d508f722cc39574b36 /libgloss/aarch64
parent1f6644876e66cfd5be2306b7df5215917987d95d (diff)
fix typo in AArch64 crt0
Diffstat (limited to 'libgloss/aarch64')
-rw-r--r--libgloss/aarch64/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/aarch64/crt0.S b/libgloss/aarch64/crt0.S
index 0c669d9ba..cc7e84ddf 100644
--- a/libgloss/aarch64/crt0.S
+++ b/libgloss/aarch64/crt0.S
@@ -243,7 +243,7 @@ FUNCTION (_cpu_init_hook):
ret
.align 3
-#ifdef ARM_RDP_MONITOR
+#ifdef ARM_RDI_MONITOR
.LC0:
GEN_DWORD HeapBase
#else