-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* binutils 9311979630...423a1ed40f (1): > volatile load/store instructions support * fontamsoc-hw a9374ba...458e335 (1): > new instructions, bugfixes and improvements * fontamsoc-sw afebf35...541787a (1): > make use of volatile load/store * gcc 74e85e400885...94edff3a3b3c (1): > volatile load/store instructions support * glibc 1322ac9eeb...0539eff061 (2): > bugfix atomic_full_barrier(): clobber %sr > bugfix __pu32_syscall*(): clobber %sr * linux c833472a353b...b344b8ebeffa (4): > volatile load/store instructions support > bugfix __futex_atomic_op(): clobber %sr > bugfix cmpxchg(): clobber %sr > bugfix mb(): clobber %sr
- Loading branch information
1 parent
84f98bc
commit 2321289
Showing
8 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule binutils
updated
5 files
+16 −0 | gas/config/tc-pu32.c | |
+15 −3 | gdb/pu32-tdep.c | |
+84 −0 | opcodes/pu32-dis.c | |
+18 −6 | sim/pu32/interp.c | |
+6 −6 | sim/pu32/m.interp.c |
Submodule fontamsoc-hw
updated
8 files
+19 −11 | dev/pi1_dcache.v | |
+3 −2 | pu/netsandregs.pu.v | |
+1 −0 | pu/opcodes.pu.v | |
+15 −18 | pu/sequencer.pu.v | |
+3 −1 | pu32-nexys4ddr/nexys4ddr.v | |
+1 −1 | pu32-nexys4ddr/nexys4ddr.xdc | |
+1 −0 | pu32-xula2lx25/xula2lx25.v | |
+1 −1 | version.v |
Submodule glibc
updated
2 files
+1 −1 | sysdeps/pu32/atomic-machine.h | |
+14 −7 | sysdeps/unix/sysv/linux/pu32/sysdep.h |
Submodule linux
updated
4 files
+1 −1 | arch/pu32/include/asm/barrier.h | |
+6 −3 | arch/pu32/include/asm/cmpxchg.h | |
+2 −1 | arch/pu32/include/asm/futex.h | |
+36 −0 | arch/pu32/include/pu32.h |
Binary file not shown.
Binary file not shown.