commit | 0ba497ee0582f11b1e273bf47ef18c588516bdfb | [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 | 7bdb1fc2d4a2dad51ba81b911b5e82bfaf3e4ccb [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>