Skip to content

Commit 301e765

Browse files
committed
Add RISC-V binutils format parser to devtools
Signed-off-by: Patrick O'Neill <patrick@rivosinc.com>
1 parent e71a051 commit 301e765

File tree

4 files changed

+516
-0
lines changed

4 files changed

+516
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ htmlcov
1818
dev_tools/ci/*.sh.error
1919
dev_tools/ci/*.sh.html
2020
dev_tools/ci/*.sh.txt
21+
dev_tools/parsers/gen/*
2122
.*.swp
2223
.coverage
2324
.coverage.*
@@ -35,6 +36,7 @@ tests_*.xml
3536
/cover*xml
3637
/venv*
3738
/pylint*.out
39+
/mypy*.out
3840
/doc.out
3941
/pycodestyle*.out
4042
/pycodestyle.err
@@ -49,3 +51,4 @@ TAGS
4951
doc/error.log
5052
doc/errors.txt
5153
get_pip
54+
/.vscode

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "dev_tools/binutils-gdb"]
2+
path = dev_tools/binutils-gdb
3+
url = git://sourceware.org/git/binutils-gdb.git

dev_tools/binutils-gdb

Submodule binutils-gdb added at 3277852

0 commit comments

Comments
 (0)