* PATCH: Fix <ldsodefs.h> for Linux/mips
@ 2002-02-06 21:31 H . J . Lu
2002-02-06 22:48 ` Andreas Jaeger
0 siblings, 1 reply; 2+ messages in thread
From: H . J . Lu @ 2002-02-06 21:31 UTC (permalink / raw)
To: GNU C Library; +Cc: linux-mips
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH: Fix <ldsodefs.h> for Linux/mips
2002-02-06 21:31 PATCH: Fix <ldsodefs.h> for Linux/mips H . J . Lu
@ 2002-02-06 22:48 ` Andreas Jaeger
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2002-02-06 22:48 UTC (permalink / raw)
To: H . J . Lu; +Cc: GNU C Library, linux-mips
Thanks, I've committed this,
Andreas
"H . J . Lu" <hjl@lucon.org> writes:
> 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>
>
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-02-06 22:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-06 21:31 PATCH: Fix <ldsodefs.h> for Linux/mips H . J . Lu
2002-02-06 22:48 ` Andreas Jaeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox