This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix <ldsodefs.h> for 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]