Linux MIPS Architecture development
 help / color / mirror / Atom feed
* 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

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