aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)Author
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe