2005-01-28 Andrew Cagney <cagney@gnu.org>

* value.h (value_bit_index, print_floating)
	(find_rt_vbase_offset): Make buffer a const bfd_byte.
	* valprint.c (print_floating): Update.
	* valarith.c (value_bit_index): Update.
	* valops.c (find_rt_vbase_offset): Update.
This commit is contained in:
Andrew Cagney
2005-01-28 16:45:16 +00:00
parent acf0f27f9e
commit c84141d67e
5 changed files with 17 additions and 8 deletions

View File

@@ -1367,7 +1367,7 @@ value_complement (struct value *arg1)
Return -1 if out of range, -2 other error. */
int
value_bit_index (struct type *type, char *valaddr, int index)
value_bit_index (struct type *type, const bfd_byte *valaddr, int index)
{
LONGEST low_bound, high_bound;
LONGEST word;