This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: mips64 elf64 reloc data structures
- From: Roland McGrath <roland at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: libc-alpha at sources dot redhat dot com
- Date: Mon, 17 Mar 2003 23:28:52 -0800
- Subject: Re: mips64 elf64 reloc data structures
> Should I move this into mips-specific code, to avoid ``polluting'' the
> global code with this?
Yes.
> I suppose (and hope) defining these in mips/elf.h might be able to get me
> around the problem.
That won't work. elf.h is not a sysdeps header. I think you should make
sure that every place for which these macros matter uses <ldsodefs.h> and
do it in mips/ldsodefs.h instead.