add support for LLP64 arch
commit5cefe205883d280e8f5a395cb6a185113457bbe3
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Wed, 8 Feb 2017 22:15:49 +0000 (8 23:15 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 13 Feb 2017 01:34:46 +0000 (13 09:34 +0800)
tree702cbe5d75c5314a4089e1cf63854352ed8a0cf1
parente460239ea1bc22517e1e62dabd24e9e9ddb66c15
add support for LLP64 arch

There was recently on the mailing list some questions
and a need to support LLP64 model.

This patch add is by adjusting a few size-related variables
under the control of a new flag: -msize-llp64 (ugly name
but we already have we have '-msize-long').

CC: Dibyendu Majumdar <mobile@majumdar.org.uk>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
lib.c