asm_*_offsets to define variables as constants
authorAlpha Lam <hclam@google.com>
Thu, 24 May 2012 04:35:35 +0000 (21:35 -0700)
committerAlpha Lam <hclam@google.com>
Tue, 5 Jun 2012 01:01:16 +0000 (18:01 -0700)
commite343988f9d5040cc467ee475306b71cc66bc91a1
treee88e9ab63d76997ff449acddebdb2f9b82264728
parent4890853010847479bb88a43829824649a547c478
asm_*_offsets to define variables as constants

This change is to allow obj_int_extract to extract all integers
in the data segment. With the const keyword these variables are
forced into the .rodata segment even for zero variable value.

We had a problem before that zero valueed variables would get
assigned to BSS segment that fooled obj_int_extract to give
incorrect values.

Change-Id: Icd94f80a8ab356879894ca508bf132d20b865299
vpx_ports/asm_offsets.h