From: Ulrich Drepper Date: Sat, 12 Jul 1997 23:26:15 +0000 (+0000) Subject: Special control bits for RTLD. X-Git-Tag: glibc-2.16-ports-before-merge~3474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a2c06dc40a6844641a23373d3005a46b0fa1a97;p=thirdparty%2Fglibc.git Special control bits for RTLD. --- diff --git a/sysdeps/mips/mips64/rtld-parms b/sysdeps/mips/mips64/rtld-parms new file mode 100644 index 00000000000..77dfc39ef4b --- /dev/null +++ b/sysdeps/mips/mips64/rtld-parms @@ -0,0 +1,3 @@ +ifndef rtld-wordsize +rtld-wordsize = 64 +endif diff --git a/sysdeps/mips/mipsel/rtld-parms b/sysdeps/mips/mipsel/rtld-parms new file mode 100644 index 00000000000..07fac516476 --- /dev/null +++ b/sysdeps/mips/mipsel/rtld-parms @@ -0,0 +1,3 @@ +ifndef rtld-oformat +rtld-oformat = elf32-littlemips +endif