commit | 4d93617d87285f01f450a30584520369ff3585d2 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Thu Feb 19 18:40:58 2015 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Apr 03 09:47:49 2015 +0300 |
tree | 8ef5ad51ed1e485b6465db58f2c4bc73840a46bd | |
parent | ae4a351ad9e3b800e8eb55b27c302d8be256540e [diff] |
arc: merge common start-up code between ARC and ARCv2 Even though ARCompact and ARCv2 are not binary compatible most of assembly instructions are used in both. With this change we'll get rid of duplicate code. Still IVTs are implemented differently so we're keeping them in separate files. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>