riscvarchive / riscv-qemu

QEMU with RISC-V (RV64G, RV32G) Emulation Support
385 stars 154 forks source link

Remove brk special handling #48

Closed sorear closed 7 years ago

sorear commented 7 years ago

Reverts arsv/riscv-qemu@6268f398; this should fix the observed segfaults on statically linked binaries with the new linker script.

I have not tested this but it is offered as a fix for riscv/riscv-binutils-gdb#52 .

aswaterman commented 7 years ago

Works fine on the gcc test suite.