From 2cf407e3273e209d7fe558fe534cec07cffd6579 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 19 Jun 2004 21:33:04 +0000 Subject: 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. --- ldso/ldso/mips/dl-sysdep.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldso/ldso/mips/dl-sysdep.h') diff --git a/ldso/ldso/mips/dl-sysdep.h b/ldso/ldso/mips/dl-sysdep.h index 08e965567..9c4a21580 100644 --- a/ldso/ldso/mips/dl-sysdep.h +++ b/ldso/ldso/mips/dl-sysdep.h @@ -51,3 +51,5 @@ unsigned long _dl_linux_resolver(unsigned long sym_index, #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 -- cgit v1.2.3