Skip to content

Commit 7443d60

Browse files
committed
Add RISC-V binutils format parser to devtools
Signed-off-by: Patrick O'Neill <[email protected]>
1 parent ffb07ec commit 7443d60

File tree

3 files changed

+2642
-0
lines changed

3 files changed

+2642
-0
lines changed

.gitignore

Lines changed: 2 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.*
@@ -50,3 +51,4 @@ TAGS
5051
doc/error.log
5152
doc/errors.txt
5253
get_pip
54+
/.vscode

0 commit comments

Comments
 (0)