util: Implement PIC version of m5ops for X86.
authorHanhwi Jang <jang.hanhwi@gmail.com>
Wed, 10 Jan 2018 02:39:38 +0000 (11:39 +0900)
committerHanhwi Jang <jang.hanhwi@gmail.com>
Sat, 20 Jan 2018 09:07:44 +0000 (09:07 +0000)
commit8cb6bb444a6ee0106807d0a22bbc63323b410bf8
tree2c0ec220b99ce9e764b0e551538f1622369db6c3
parent2e5da9229547eeb3da02205e7c789c3ae589feff
util: Implement PIC version of m5ops for X86.

Using m5ops for X86 in shared objects requires PIC for the m5ops.
Typically, the PIC version is used to make m5op interfaces to other
languages like python and lua.

Change-Id: I2463904c13ea8b839d0386d3c743d8dad1e1e6bc
Reviewed-on: https://gem5-review.googlesource.com/7261
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
util/m5/m5op_x86.S