| To: | GNU C Library <libc-alpha@sources.redhat.com> |
|---|---|
| Subject: | PATCH: Fix <ldsodefs.h> for Linux/mips |
| From: | "H . J . Lu" <hjl@lucon.org> |
| Date: | Wed, 6 Feb 2002 13:31:13 -0800 |
| Cc: | linux-mips@oss.sgi.com |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
We have been using the wrong <ldsodefs.h> for Linux/mips. Here is a
patch.
H.J.
----
2002-02-06 H.J. Lu <hjl@gnu.org>
* sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
is included.
--- sysdeps/mips/elf/ldsodefs.h.mips Sat Jul 7 16:46:05 2001
+++ sysdeps/mips/elf/ldsodefs.h Wed Feb 6 13:25:17 2002
@@ -22,4 +22,4 @@
#define DL_RO_DYN_SECTION 1
-#include <sysdeps/generic/ldsodefs.h>
+#include_next <ldsodefs.h>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: PATCH: Modify the mips gas behavior for -g -O, Eric Christopher |
|---|---|
| Next by Date: | Re: PATCH: Modify the mips gas behavior for -g -O, Ian Lance Taylor |
| Previous by Thread: | ftp.mips.com RedHat 7.1 Build, Robert Rusek |
| Next by Thread: | Re: PATCH: Fix <ldsodefs.h> for Linux/mips, Andreas Jaeger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |