commit | 49f7f05f52a0b75d61e1381033d6472bd119c2fd | [log] [tgz] |
---|---|---|
author | Alpha Lam <hclam@google.com> | Wed May 23 21:35:35 2012 -0700 |
committer | Alpha Lam <hclam@google.com> | Wed May 23 21:40:55 2012 -0700 |
tree | bc98dc2e1cc60ff4b5fb8d091b09c91d098c3466 | |
parent | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb [diff] |
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