Fix windows build: obj_int_extract to extract numbrs from .rdata
authorAlpha Lam <hclam@google.com>
Wed, 30 May 2012 18:18:35 +0000 (11:18 -0700)
committerAlpha Lam <hclam@google.com>
Wed, 30 May 2012 18:22:21 +0000 (11:22 -0700)
commitd7f26e13fece31b0dd28c57b7774f599b7df6e4c
tree5b36406cfec9f82fbb96d68c9e50848331da1930
parentd8500344430112d794ae6858802c628c79ce20d8
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
build/make/obj_int_extract.c