[uClibc-cvs] dl-sysdep.h
Erik Andersen,,,
andersen at uclibc.org
Sat Jun 19 21:33:07 UTC 2004
Update of /var/cvs/uClibc/ldso/ldso/mips
In directory nail:/tmp/cvs-serv14000/ldso/mips
Modified Files:
dl-sysdep.h
Log Message:
Joakim Tjernlund writes:
Since MIPS don't have COPY relocs it seems apropiate to define
DL_NO_COPY_RELOCS. This will optimize dl_find_hash somewhat.
Index: dl-sysdep.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/mips/dl-sysdep.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dl-sysdep.h 17 Feb 2004 10:55:55 -0000 1.9
+++ dl-sysdep.h 19 Jun 2004 21:33:04 -0000 1.10
@@ -51,3 +51,5 @@
#define OFFS_ALIGN 0x7ffff000
#define elf_machine_type_class(type) ELF_RTYPE_CLASS_PLT
+/* MIPS does not have COPY relocs */
+#define DL_NO_COPY_RELOCS
More information about the uClibc-cvs
mailing list