Browse Source

Add sanitization for FR30

gdb-4_18-branch
Nick Clifton 28 years ago
parent
commit
025ce5c6d8
  1. 2
      bfd/.Sanitize
  2. 1
      include/elf/.Sanitize
  3. 1
      ld/emulparams/.Sanitize
  4. 1
      ld/scripttempl/.Sanitize

2
bfd/.Sanitize

@ -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

1
include/elf/.Sanitize

@ -33,6 +33,7 @@ d30v.h
dwarf.h
dwarf2.h
external.h
fr30.h
hppa.h
i386.h
internal.h

1
ld/emulparams/.Sanitize

@ -76,6 +76,7 @@ elf32ppc.sh
elf64_sparc.sh
elf64alpha.sh
elf_i386.sh
fr30.sh
gld960.sh
gld960coff.sh
go32.sh

1
ld/scripttempl/.Sanitize

@ -50,6 +50,7 @@ elf.sc
elfd10v.sc
elfd30v.sc
elfppc.sc
fr30.sc
go32coff.sc
h8300.sc
h8300h.sc

Loading…
Cancel
Save