diff options
| author | Chandan Uddaraju <chandanu@quicinc.com> | 2009-06-22 16:34:18 -0700 |
|---|---|---|
| committer | Chandan Uddaraju <chandanu@quicinc.com> | 2009-06-29 19:34:00 -0700 |
| commit | 6be573a9f3f7e646587778296af44590ce900860 (patch) | |
| tree | 7e0beafc3918cb4f5da5f74f2ac048c87edf63ff /linker/linker.h | |
| parent | de544ce3268a6947324352e244f63d8729ac7032 (diff) | |
| download | bionic-6be573a9f3f7e646587778296af44590ce900860.zip bionic-6be573a9f3f7e646587778296af44590ce900860.tar.gz bionic-6be573a9f3f7e646587778296af44590ce900860.tar.bz2 | |
bionic: Update virtual memory support 2G/2G split
Add the virtual address change for
1. Thread stack
2. linker
3. Non-prelinked libraries
Diffstat (limited to 'linker/linker.h')
| -rw-r--r-- | linker/linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker/linker.h b/linker/linker.h index d80c761..bb41075 100644 --- a/linker/linker.h +++ b/linker/linker.h @@ -147,8 +147,8 @@ struct soinfo extern soinfo libdl_info; /* these must all be powers of two */ -#define LIBBASE 0x80000000 -#define LIBLAST 0x90000000 +#define LIBBASE 0x10000000 +#define LIBLAST 0x20000000 #define LIBINC 0x00100000 |
