summaryrefslogtreecommitdiff
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
commit39ca65a96dfab23c80a73405ee9ac27adc7d361b (patch)
treeb73942784189d124a0885f5338c3fe72355fa783 /gdb/symtab.h
parent1861774ed3ebffc2fbc369bf3fdf4ae32549f72b (diff)
downloadgdb-39ca65a96dfab23c80a73405ee9ac27adc7d361b.tar.gz
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 6c17037c416..840478ad5db 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;