diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-11 13:09:19 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-11 13:09:19 +0000 |
commit | a26e67d3f1db9bf9a49e9558473ec17037181dcc (patch) | |
tree | f2075953e1e9db69bd327968bfc810b14ab6508f /sysdeps/mips | |
parent | fdbc7b954c705b4aaf6f58c8ed07804df3ca6de7 (diff) | |
download | glibc-a26e67d3f1db9bf9a49e9558473ec17037181dcc.tar glibc-a26e67d3f1db9bf9a49e9558473ec17037181dcc.tar.gz glibc-a26e67d3f1db9bf9a49e9558473ec17037181dcc.tar.bz2 glibc-a26e67d3f1db9bf9a49e9558473ec17037181dcc.zip |
Update.
2001-05-11 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/configure.in: Check binutils version on
MIPS.
* sysdeps/mips/rtld-ldscript.in: Removed unneeded binary output
format directive. Patch by Steven J. Hill <sjhill@cotw.com>.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/rtld-ldscript.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mips/rtld-ldscript.in b/sysdeps/mips/rtld-ldscript.in index 7c9f65f3e7..c9b5e71195 100644 --- a/sysdeps/mips/rtld-ldscript.in +++ b/sysdeps/mips/rtld-ldscript.in @@ -1,4 +1,3 @@ -OUTPUT_FORMAT("@@rtld-oformat@@") OUTPUT_ARCH(@@rtld-arch@@) ENTRY(@@rtld-entry@@) SECTIONS |