| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
* [RV64_DYNAREC] Added vector SEW cache
* handling reset_n
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [RV64_DYNAREC] Fixed reg x3 conflict with the GETEW macro
* [RV64_DYNAREC] Fixed (LOCK) XCHG Eb, Gb again
* [RV64_DYNAREC] Fixed register conflict in (LOCK) XCHG Eb, Gb
|
|
|
|
|
|
* Fix most of tiff5 and ltdl7 functions
* Adding missing file
* delete libltdl7 wrapped
* re-wrapped libtiff5 and list all symbols
|
|
using it)
|
|
|
|
* Wrapped libtiff5
* no types generated
* libtiff5 added missing defs types undefs files
* wrapped libltdl7
* rerun actions
* add more wrapped function for tiff5 and ltdl7
* remove unused functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 548a21a5ec3f5346d895f59995ade0a404822acd.
|
|
|
|
Since rv64_lock_cas_dq is removed, we should also remove its
global symbol declaration and its prototype. Otherwise, we
get and undefined symbol reference, which breaks ELF checks
that some distros employ.
Fixes: 9dbd7fc7e0615f48c9287305610bf9aed1cc24f3
|
|
|
|
|
|
|
|
|
|
|