mips64 elf64 reloc data structures

Alexandre Oliva aoliva@redhat.com
Fri Mar 14 05:20:00 GMT 2003


Even though the standard elf64 relocation data structures work for
big-endian, they don't for little endian, since MIPS ELF64 uses a
mixed-endian format for relocation types, that enables it to pack 3
relocations into a single relocation record.  This patch introduces
support for such relocation data structures, with accessor macros that
replace the standard ones when compiling glibc for mips, so that we
can process n64 LE relocations correctly.  Ok?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips64-elf64-relocs.patch
Type: text/x-patch
Size: 3955 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20030314/5326387f/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


More information about the Libc-alpha mailing list