markers: ensure assembly is portable by using .hword instead of .word
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 22 Feb 2011 17:31:48 +0000 (12:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 22 Feb 2011 17:31:48 +0000 (12:31 -0500)
commit34174843695ce2380fed2bddb1c631be97420f8d
tree966249489c910f06dd7f431ac24cf6ad926ab0d6
parent34d3c2d49c5e957dc791d73bfd125dada590ab5c
markers: ensure assembly is portable by using .hword instead of .word

http://www.chemie.fu-berlin.de/chemnet/use/info/gas/gas_7.html

.hword expressions

This expects zero or more expressions, and emits a 16 bit number for each.

This directive is a synonym for `.short'; depending on the target architecture,
it may also be a synonym for `.word'.

(caused marker struct layout discrepancy on ARM)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/marker.h
include/ust/processor.h
This page took 0.023868 seconds and 4 git commands to generate.