-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is primarily motivated by a need to bring in a fix for GaloisInc/crucible#1105 into SAW soon. In order to do this, I will need to bump the `crucible` submodule to a more recent commit, so this patch lays the groundwork for doing so.
- Loading branch information
1 parent
e0604ca
commit ccd2d97
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule argo
updated
5 files
+13 −4 | .github/workflows/ci.yml | |
+4 −4 | argo/argo.cabal | |
+1 −0 | argo/src/Argo/Doc.hs | |
+2 −2 | file-echo-api/file-echo-api.cabal | |
+160 −34 | python/poetry.lock |
Submodule crucible
updated
62 files
Submodule cryptol
updated
81 files
Submodule dwarf
updated
8 files
Submodule elf-edit
updated
8 files
+2 −2 | .github/workflows/ci.yaml | |
+0 −97 | cabal.project.freeze.ghc-8.10.7 | |
+0 −98 | cabal.project.freeze.ghc-8.8.4 | |
+0 −97 | cabal.project.freeze.ghc-9.0.2 | |
+42 −44 | cabal.project.freeze.ghc-9.2.8 | |
+94 −0 | cabal.project.freeze.ghc-9.4.5 | |
+92 −0 | cabal.project.freeze.ghc-9.6.2 | |
+4 −2 | src/Data/ElfEdit/Relocations/Android.hs |
Submodule flexdis86
updated
17 files
+2 −2 | .github/workflows/ci.yaml | |
+0 −103 | cabal.project.ghc-8.10.7.freeze | |
+43 −45 | cabal.project.ghc-9.2.8.freeze | |
+55 −58 | cabal.project.ghc-9.4.5.freeze | |
+98 −0 | cabal.project.ghc-9.6.2.freeze | |
+46 −6 | data/optable.xml | |
+1 −1 | deps/elf-edit | |
+8 −15 | flexdis86.cabal | |
+2 −0 | src/Flexdis86/Assembler.hs | |
+27 −3 | src/Flexdis86/Disassembler.hs | |
+85 −92 | src/Flexdis86/InstructionSet.hs | |
+2 −1 | src/Flexdis86/OpTable.hs | |
+16 −9 | src/Flexdis86/Prefixes.hs | |
+22 −1 | src/Flexdis86/Register.hs | |
+7 −1 | src/Flexdis86/Relocation.hs | |
+7 −1 | src/Flexdis86/Segment.hs | |
+3 −2 | utils/DumpInstr.hs |
Submodule llvm-pretty
updated
from a454fc to 7f5631
Submodule llvm-pretty-bc-parser
updated
42 files
Submodule macaw
updated
45 files
Submodule parameterized-utils
updated
11 files
Submodule what4
updated
22 files