-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brian Huffman
committed
Apr 26, 2021
1 parent
731bcd0
commit dd1d116
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule argo
updated
5 files
+31 −10 | argo/src/Argo.hs | |
+33 −7 | argo/src/Argo/Doc.hs | |
+102 −9 | file-echo-api/README.rst | |
+18 −10 | file-echo-api/src/FileEchoServer.hs | |
+14 −6 | file-echo-api/src/MutableFileEchoServer.hs |
Submodule cryptol
updated
25 files
Submodule cryptol-specs
updated
3 files
+309 −0 | Common/LUP.cry | |
+92 −0 | Common/pick.cry | |
+1 −1 | README.md |
Submodule elf-edit
updated
7 files
+67 −2 | src/Data/ElfEdit/Dynamic/Tag.hs | |
+131 −8 | src/Data/ElfEdit/Prim/Ehdr.hs | |
+12 −17 | src/Data/ElfEdit/Prim/Phdr.hs | |
+26 −2 | src/Data/ElfEdit/Prim/Shdr.hs | |
+137 −4 | src/Data/ElfEdit/Relocations/ARM32.hs | |
+11 −4 | src/Data/ElfEdit/Relocations/I386.hs | |
+33 −10 | src/Data/ElfEdit/Relocations/X86_64.hs |
Submodule flexdis86
updated
14 files
+42 −0 | .github/workflows/ci.yaml | |
+7 −5 | .gitignore | |
+0 −32 | .travis.yml | |
+6 −0 | cabal.project.dist | |
+100 −0 | cabal.project.ghc-8.10.4.freeze | |
+2 −0 | cabal.project.werror | |
+1 −1 | data/optable.xml | |
+1 −1 | deps/elf-edit | |
+2 −1 | flexdis86.cabal | |
+7 −2 | src/Flexdis86/Assembler.hs | |
+0 −1 | src/Flexdis86/Segment.hs | |
+1 −1 | tests/Assemble.hs | |
+4 −1 | tests/Roundtrip.hs | |
+0 −1 | utils/DumpInstr.hs |
Submodule saw-core
updated
24 files