Changeset 11ff3a9 in rtems for c/src

Timestamp:
10/27/17 04:18:40 (6 years ago)
Author:
Hesham Almatary <heshamelmatary@…>
Branches:
5, master
Children:
8fa827c
Parents:
2126438a
git-author:
Hesham Almatary <heshamelmatary@…> (10/27/17 04:18:40)
git-committer:
Hesham Almatary <heshamelmatary@…> (10/31/17 23:10:27)
Message:

cpukit: RISC-V - make riscv32 code work for riscv64 - v2

  • Use #ifdefs for 32/64 bit code
  • Use unsigned long which is 32-bit on riscv32 and 64-bit on riscv64 (register size)
  • Move the code to a new shared riscv folder to be shared between riscv32 and riscv64
  • Rename RTEMS_CPU extracted from command line to shared riscv target s/riscv*/riscv

Update #3109

(No files)

Note: See TracChangeset for help on using the changeset viewer.