riscvarchive / riscv-linux

RISC-V Linux Port
606 stars 210 forks source link

Match GCC's change to _RISCVEL #31

Closed palmer-dabbelt closed 8 years ago

palmer-dabbelt commented 8 years ago

This changed in riscv-gnu-toolchain.

aswaterman commented 8 years ago

I screwed up before; I meant to delete the other macro. I pushed a fix to gcc. Sorry for wasting your time

aswaterman commented 8 years ago

We can't get rid of our word-at-a-time.h just yet. The generic one was big-endian-only until relatively recently, and the Linux version specified in riscv-linux's README is still in the old regime. But soon!

a0u commented 8 years ago

As a side note, it would help to continue basing patches against master, which is now on 4.1. The full-tree linux-*-riscv branches are strictly merges of the respective upstream branch with our RISC-V delta. This keeps a fairly linear history on our side, which remains preserved when migrating to later upstream branches.