From 3208f096b4f2e41974309ecd75877c542d7019bb Mon Sep 17 00:00:00 2001 From: Raj Kushwaha Date: Sat, 5 Mar 2011 11:17:04 -0800 Subject: linker: Increases the number limit for the total libraries loaded Changes to increase the library limit so that the sharedlibrary along with the associated RPC libraries get loadedon boot-up. CRs-Fixed: 277116 Change-Id: I4666ce2c3b7bb5de5330ee7a32ca727816c90c3b --- linker/linker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker/linker.c b/linker/linker.c index 42a5205..bb31703 100644 --- a/linker/linker.c +++ b/linker/linker.c @@ -53,7 +53,7 @@ #include "ba.h" #define ALLOW_SYMBOLS_FROM_MAIN 1 -#define SO_MAX 96 +#define SO_MAX 128 /* Assume average path length of 64 and max 8 paths */ #define LDPATH_BUFSIZE 512 -- cgit v1.1