commit | 94bcd6b0ac110dfc4bac6ba355bcbab138360c32 | [log] [tgz] |
---|---|---|
author | Vasili Galka <vvv444@gmail.com> | Tue Aug 26 13:44:22 2014 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Tue Aug 26 17:41:58 2014 +0400 |
tree | feb7e0014ad9e8dccced43428924587244ef28b1 | |
parent | 7bee1c91a94db19bd26f92cc67be35d3592c6429 [diff] |
arc: Fix printf size_t format related warnings (again...) The basic idea: Define size_t using the __SIZE_TYPE__ compiler-defined type. For detailed explanation see similar patch for the nios2 arch: http://patchwork.ozlabs.org/patch/379938/ Signed-off-by: Vasili Galka <vvv444@gmail.com> Cc: Alexey Brodkin <alexey.brodkin@synopsys.com>