commit | d7f26e13fece31b0dd28c57b7774f599b7df6e4c | [log] [tgz] |
---|---|---|
author | Alpha Lam <hclam@google.com> | Wed May 30 11:18:35 2012 -0700 |
committer | Alpha Lam <hclam@google.com> | Wed May 30 11:22:21 2012 -0700 |
tree | 5b36406cfec9f82fbb96d68c9e50848331da1930 | |
parent | d8500344430112d794ae6858802c628c79ce20d8 [diff] |
Fix windows build: obj_int_extract to extract numbrs from .rdata The change in assembly offset files to define values as const int broke Windows build, because the variables are stored in .rdata section instead of .data section. This CL changes the integer peeking from .data to .rdata. Change-Id: I87e465ddcc78d39ec29f3720ea7df0ab807d5512