aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.S
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-20 09:35:43 +0800
committerTat-Chee Wan (USM)2011-06-20 09:35:43 +0800
commit4814854ff7149f3b9dae2d5f1bf49d2bdeeaed6d (patch)
treec7b80bcda0ad46a9c5c1a9734647c64e3d89b036 /Debugger/debug_comm.S
parent5cb8fa6648f7f21d1e99535c8a3d06c789f0f221 (diff)
declared variables and functions as globals for inter-module access
Diffstat (limited to 'Debugger/debug_comm.S')
-rw-r--r--Debugger/debug_comm.S16
1 files changed, 16 insertions, 0 deletions
diff --git a/Debugger/debug_comm.S b/Debugger/debug_comm.S
index 1789cb1..570fedc 100644
--- a/Debugger/debug_comm.S
+++ b/Debugger/debug_comm.S
@@ -22,6 +22,22 @@
#include "debug_internals.h"
#include "debug_comm.h"
+ /* Hexutils function references */
+ .extern hex2char
+ .extern char2hex
+ .extern byte2ascii
+ .extern halfword2ascii_be
+ .extern halfword2ascii_le
+ .extern word2ascii_be
+ .extern word2ascii_le
+ .extern ascii2hex_varlen_be
+ .extern ascii2byte
+ .extern ascii2halfword_be
+ .extern ascii2halfword_le
+ .extern ascii2word_be
+ .extern ascii2word_le
+
+
.bss
.align 4