RE: [RFC][MIPS] What to do about DT_MIPS_RLD_MAP and PIE
Matthew Fortune <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.lib.glibc.alpha,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Roland McGrath <[email protected]> writes: > I think it makes sense to define this arch-independent. OK, unless anyone objects I will prepare patches on that basis. It looks like there are no GNU tags defined yet in the 'new' OS range for tags. Should I just take the first one? #define DT_GNU_RLD_MAP 0x6000000d thanks, Matthew == from binutils include/elf/common.h == /* Note, the Oct 4, 1999 draft of the ELF ABI changed the values for DT_LOOS and DT_HIOS. Some implementations however, use values outside of the new range (see below). */ #define OLD_DT_LOOS 0x60000000 #define DT_LOOS 0x6000000d #define DT_HIOS 0x6ffff000 #define OLD_DT_HIOS 0x6fffffff