aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2006-01-17 22:30:29 +0000
committerJim Blandy <jimb@codesourcery.com>2006-01-17 22:30:29 +0000
commit4e38b3864ce96e88108671bd271c71ee461e9404 (patch)
treee67a318d3dcc422bb30eeffc3137a04a32922a1b /gdb/symtab.h
parent1193688db202f828c9e3331ed42e2362004cacb8 (diff)
downloadgdb-4e38b3864ce96e88108671bd271c71ee461e9404.zip
gdb-4e38b3864ce96e88108671bd271c71ee461e9404.tar.gz
gdb-4e38b3864ce96e88108671bd271c71ee461e9404.tar.bz2
gdb/ChangeLog:
2006-01-17 Jim Blandy <jimb@redhat.com> * symtab.h (struct general_symbol_info): Use gdb_byte for value.bytes. * stabsread.c (define_symbol): Use gdb_byte for the buffer holding a floating-point constant's value. * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer to char *. * findvar.c (read_var_value): Eliminate needless temporary.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 6c17037..840478a 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -110,7 +110,7 @@ struct general_symbol_info
struct block *block;
- char *bytes;
+ gdb_byte *bytes;
CORE_ADDR address;