summaryrefslogtreecommitdiff
path: root/util/m5/m5op_sparc.S
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2017-07-27 15:38:38 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2017-08-01 18:27:06 +0000
commit75c281114a2cfad6c885769ac3d88236b3a99971 (patch)
treec9c2f39aa740b8e1a40dc9435160b6b744d2cfd5 /util/m5/m5op_sparc.S
parent694005b536c4b35963416e442c5dc0e5a946dc55 (diff)
downloadgem5-75c281114a2cfad6c885769ac3d88236b3a99971.tar.xz
util, m5: Use consistent naming for m5op C symbols
Rename m5op C symbols to be prefixed all lower case, separated by underscore, and prefixed by m5. This avoids potential name clashes for short names such as arm. Change-Id: Ic42f94d8a722661ef96c151d627e31eeb2e51490 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Jose Marinho <jose.marinho@arm.com> Reviewed-on: https://gem5-review.googlesource.com/4264 Reviewed-by: Gabe Black <gabeblack@google.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'util/m5/m5op_sparc.S')
-rw-r--r--util/m5/m5op_sparc.S48
1 files changed, 24 insertions, 24 deletions
diff --git a/util/m5/m5op_sparc.S b/util/m5/m5op_sparc.S
index ba8f6841f..1a4f5bb89 100644
--- a/util/m5/m5op_sparc.S
+++ b/util/m5/m5op_sparc.S
@@ -64,51 +64,51 @@ LEAF(m5_panic)
PANIC
END(m5_panic)
-LEAF(m5_readfile)
+LEAF(m5_read_file)
retl
READFILE
-END(m5_readfile)
+END(m5_read_file)
-LEAF(m5_debugbreak)
+LEAF(m5_debug_break)
retl
DEBUGBREAK
-END(m5_debugbreak)
+END(m5_debug_break)
/* !!!!!! All code below here just panics !!!!!! */
-LEAF(arm)
+LEAF(m5_arm)
retl
PANIC
-END(arm)
+END(m5_arm)
-LEAF(quiesce)
+LEAF(m5_quiesce)
retl
PANIC
-END(quiesce)
+END(m5_quiesce)
-LEAF(quiesceNs)
+LEAF(m5_quiesce_ns)
retl
PANIC
-END(quiesceNs)
+END(m5_quiesce_ns)
-LEAF(quiesceCycle)
+LEAF(m5_quiesce_cycle)
retl
PANIC
-END(quiesceCycle)
+END(m5_quiesce_cycle)
-LEAF(quiesceTime)
+LEAF(m5_quiesce_time)
retl
PANIC
-END(quiesceTime)
+END(m5_quiesce_time)
-LEAF(m5_initparam)
+LEAF(m5_init_param)
retl
PANIC
-END(m5_initparam)
+END(m5_init_param)
-LEAF(m5_loadsymbol)
+LEAF(m5_load_symbol)
retl
PANIC
-END(m5_loadsymbol)
+END(m5_load_symbol)
LEAF(m5_reset_stats)
retl
@@ -120,25 +120,25 @@ LEAF(m5_dump_stats)
PANIC
END(m5_dump_stats)
-LEAF(m5_dumpreset_stats)
+LEAF(m5_dump_reset_stats)
retl
PANIC
-END(m5_dumpreset_stats)
+END(m5_dump_reset_stats)
LEAF(m5_checkpoint)
retl
PANIC
END(m5_checkpoint)
-LEAF(m5_switchcpu)
+LEAF(m5_switch_cpu)
retl
PANIC
-END(m5_switchcpu)
+END(m5_switch_cpu)
-LEAF(m5_addsymbol)
+LEAF(m5_add_symbol)
retl
PANIC
-END(m5_addsymbol)
+END(m5_add_symbol)
LEAF(m5_anbegin)
retl