Replace call to value_contents_raw by call to value_contents.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 27 May 2010 17:37:45 +0000 (17:37 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 27 May 2010 17:37:45 +0000 (17:37 +0000)
commit12b795ad7be24ea01319ea6141bb77871094dc69
tree8be1bc1b88a19fd17b16d6778a8aba4004089066
parent5a2e11c715c856b32f3dda7414e2ddbefd4883b7
Replace call to value_contents_raw by call to value_contents.

This is something that Tom spotted.  It shouldn't make much of a difference
in practice with the current code, but Tom is planning on making some
changes (bitwise optimized-out tracking) in value_contents...

2010-05-27  Joel Brobecker  <brobecker@adacore.com>

        * ada-lang.c (ensure_lval): Replace call to value_contents_raw
        by call to value_contents.
gdb/ChangeLog
gdb/ada-lang.c