summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-3/+3
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-9/+9
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+0
* Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe2009-05-041-0/+273