aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Bellows <greg.bellows@linaro.org>2015-04-08 11:42:26 -0500
committerGreg Bellows <greg.bellows@linaro.org>2015-04-08 11:42:26 -0500
commit9f0f75ea9296d7dc5b9e9ca36f5c938d90e00b3a (patch)
tree03287ce90890969e5dbd6b019b7fc4ffb70f2224
parent75284acd20370c87a0549207dac74a38276c1816 (diff)
Fix 32-bit gdbinit
Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
-rw-r--r--.gdbinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gdbinit b/.gdbinit
index 8f21d4a..7d31588 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -18,9 +18,9 @@ add-symbol-file arm/el1_ns/el1_nsec.elf &_EL1_NS_TEXT_BASE
end
define load_el0ns
-add-symbol-file aarch64/el0_ns/el0_nsec.elf 0x80000
+add-symbol-file arm/el0_ns/el0_nsec.elf 0x80000
end
define load_el0s
-add-symbol-file aarch64/el0_s/el0_sec.elf 0xc0000
+add-symbol-file arm/el0_s/el0_sec.elf 0xc0000
end