commit | db4bce05493d09a20f1ebc0ab68c82e906327afd | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris@mips.com> | Thu Mar 10 10:48:14 2011 -0800 |
committer | Raghu Gandham <raghu@mips.com> | Thu Mar 10 10:48:14 2011 -0800 |
tree | 9aae682c98e2c49e6480b9329b16d5153c030334 | |
parent | fed58049d50083e4c960d89f4bbd516a181c2d18 [diff] |
Use MAP_FIXED when allocating prelinked shared library regions Prelinked libraries must be mapped to a fixed address. MAP_FIXED is ignored for non-prelinked libraries (si->base==0) Signed-off-by: Raghu Gandham <raghu@mips.com>