diff options
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 ec7e139..77044bf 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 0x10000000 -#define LIBLAST 0x20000000 +#define LIBBASE 0x40000000 +#define LIBLAST 0x50000000 #define LIBINC 0x00100000 |
