Adding default linker option to ix86 27/244327/3
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 17 Sep 2020 09:00:57 +0000 (18:00 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Fri, 18 Sep 2020 06:26:33 +0000 (15:26 +0900)
commitd2a2ea814c218c701bcbc2bc902f929a14e327a4
treecf98a80a64c6d9286c580f839fdcc5ef1a816307
parenta214f139fb4942f5da84f398949c9471ce136c51
Adding default linker option to ix86

-z noseparate-code
    Create separate code "PT_LOAD" segment header in the object. This
    specifies a memory segment that should contain only instructions and
    must be in wholly disjoint pages from any other data. Don't create
    separate code "PT_LOAD" segment if noseparate-code is used.

Change-Id: If23ec349bb3187b04b49c2672cc85e4d053b20fe
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
Tizen:Base/_config