Add sanitization for FR30
This commit is contained in:
parent
1995094e7f
commit
025ce5c6d8
4 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,7 @@ cpu-arc.c
|
|||
cpu-arm.c
|
||||
cpu-d10v.c
|
||||
cpu-d30v.c
|
||||
cpu-fr30.c
|
||||
cpu-h8300.c
|
||||
cpu-h8500.c
|
||||
cpu-hppa.c
|
||||
|
@ -152,6 +153,7 @@ elf32-arc.c
|
|||
elf32-arm.c
|
||||
elf32-d10v.c
|
||||
elf32-d30v.c
|
||||
elf32-fr30.c
|
||||
elf32-gen.c
|
||||
elf32-hppa.c
|
||||
elf32-hppa.h
|
||||
|
|
|
@ -33,6 +33,7 @@ d30v.h
|
|||
dwarf.h
|
||||
dwarf2.h
|
||||
external.h
|
||||
fr30.h
|
||||
hppa.h
|
||||
i386.h
|
||||
internal.h
|
||||
|
|
|
@ -76,6 +76,7 @@ elf32ppc.sh
|
|||
elf64_sparc.sh
|
||||
elf64alpha.sh
|
||||
elf_i386.sh
|
||||
fr30.sh
|
||||
gld960.sh
|
||||
gld960coff.sh
|
||||
go32.sh
|
||||
|
|
|
@ -50,6 +50,7 @@ elf.sc
|
|||
elfd10v.sc
|
||||
elfd30v.sc
|
||||
elfppc.sc
|
||||
fr30.sc
|
||||
go32coff.sc
|
||||
h8300.sc
|
||||
h8300h.sc
|
||||
|
|
Loading…
Reference in a new issue