diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 6af9e29e09..a9fccef5c1 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -102,6 +102,7 @@ news.sh ns32knbsd.sh pc532machaout.sh ppcnw.sh +ppcpe.sh riscix.sh sa29200.sh sh.sh diff --git a/ld/emulparams/ppcpe.sh b/ld/emulparams/ppcpe.sh new file mode 100644 index 0000000000..655282d3fc --- /dev/null +++ b/ld/emulparams/ppcpe.sh @@ -0,0 +1,4 @@ +ARCH=powerpc +SCRIPT_NAME=ppcpe +OUTPUT_FORMAT="pei-powerpcle" +TEMPLATE_NAME=pe diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 55588e1dac..1ec22aea77 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -63,6 +63,7 @@ mips.sc mipsbsd.sc nw.sc pe.sc +ppcpe.sc riscix.sc sa29200.sc sh.sc