annotate make/bsd/platform_sparc @ 14397:53fa76359eb1

8016696: PPC64 (part 4): add relocation for trampoline stubs Summary: A trampoline allows to encode a small branch in the code, even if there is the chance that this branch can not reach all possible code locations. If the relocation finds that a branch is too far for the instruction in the code, it can patch it to jump to the trampoline where is sufficient space for a far branch. Needed on PPC. Reviewed-by: kvn, bdelsart, jrose
author goetz
date Thu, 04 Jul 2013 10:51:31 +0200
parents f08d439fab8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3960
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
1 os_family = bsd
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
2
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
3 arch = sparc
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
4
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
5 arch_model = sparc
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
6
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
7 os_arch = bsd_sparc
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
8
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
9 os_arch_model = bsd_sparc
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
10
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
11 lib_arch = sparc
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
12
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
13 compiler = gcc
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
14
f08d439fab8c 7089790: integrate bsd-port changes
never
parents:
diff changeset
15 sysdefs = -D_ALLBSD_SOURCE -D_GNU_SOURCE -DSPARC