diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-05 17:51:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-05 17:51:55 +0000 |
commit | 025ce5c6d84a93bdb48aa276c2c27d6c40c01909 (patch) | |
tree | cee9f0c1a64e223e2a02e97aebaa15ce2f45d930 /ld | |
parent | 1995094e7f61d1ce44e10231f3582ba8e843c6cb (diff) | |
download | gdb-025ce5c6d84a93bdb48aa276c2c27d6c40c01909.zip gdb-025ce5c6d84a93bdb48aa276c2c27d6c40c01909.tar.gz gdb-025ce5c6d84a93bdb48aa276c2c27d6c40c01909.tar.bz2 |
Add sanitization for FR30
Diffstat (limited to 'ld')
-rw-r--r-- | ld/emulparams/.Sanitize | 1 | ||||
-rw-r--r-- | ld/scripttempl/.Sanitize | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 21b8f01..3d1b511 100644 --- a/ld/emulparams/.Sanitize +++ b/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 diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 119834a..0fe169f 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -50,6 +50,7 @@ elf.sc elfd10v.sc elfd30v.sc elfppc.sc +fr30.sc go32coff.sc h8300.sc h8300h.sc |