Hi,
I am trying to compile romInit.s in vxWorks. And I am getting too many errors
of following type
../romInit.s:452: Error: too many positional arguments
The reason is the Macro definition does not take any space around operator
for ex:
li r3, MACRO_DEF
where as MACRO_DEF is
#define MACRO_D
--- Additional Comments From wilson at tuliptree dot org 2008-03-04 02:04
---
The dependency violation checking code in gas in known to have a number of
problems which are not easy to fix. This is one of them.
When we see
.pred.rel.mutex p7, p6
(p7) cmp.eq p7, p9 = 0, r
--- Additional Comments From hjl dot tools at gmail dot com 2008-03-03
15:57 ---
Fixed by
http://sourceware.org/ml/binutils/2008-03/msg00015.html
--
What|Removed |Added