aboutsummaryrefslogtreecommitdiff
path: root/gdb/scm-lang.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-06 18:49:09 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-06 18:49:09 +0000
commit66140c26166febde29e6e7f2001674a930967545 (patch)
treefb09101d171b327c41d6046fcedd059db6ebef62 /gdb/scm-lang.h
parentc180f50118e01dc9863da47ad0b7d2b55f68cfb0 (diff)
downloadfsf-binutils-gdb-66140c26166febde29e6e7f2001674a930967545.zip
fsf-binutils-gdb-66140c26166febde29e6e7f2001674a930967545.tar.gz
fsf-binutils-gdb-66140c26166febde29e6e7f2001674a930967545.tar.bz2
2003-01-06 Andrew Cagney <cagney@redhat.com>
* MAINTAINERS (Target Instruction Set Architectures): Update arm-elf. Can be built with -Werror, has been multiarched. * value.h (unpack_long): Make buffer parameter constant. (unpack_double, unpack_pointer, unpack_field_as_long): Ditto. * scm-lang.h (scm_parse): Ditto. * defs.h (extract_typed_address, extract_address): Ditto. (extract_long_unsigned_integer): Ditto. * inferior.h (unsigned_pointer_to_address): Ditto. (signed_pointer_to_address): Ditto. * gdbarch.sh (POINTER_TO_ADDRESS): Ditto. * gdbarch.h, gdbarch.c: Regenerate. * findvar.c (extract_long_unsigned_integer): Update. (extract_address): Update. (extract_typed_address): Update. (unsigned_pointer_to_address): Update. * values.c (unpack_long): Update. (unpack_double): Update. (unpack_pointer): Update. (unpack_field_as_long): Update. * d10v-tdep.c (d10v_pointer_to_address): Update. * avr-tdep.c (avr_pointer_to_address): Update. * scm-lang.c (scm_unpack): Update. * findvar.c (signed_pointer_to_address): Update.
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r--gdb/scm-lang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h
index 713b030..e3af0a1 100644
--- a/gdb/scm-lang.h
+++ b/gdb/scm-lang.h
@@ -67,4 +67,4 @@ extern struct type *builtin_type_scm;
extern int scm_parse (void);
-extern LONGEST scm_unpack (struct type *, char *, enum type_code);
+extern LONGEST scm_unpack (struct type *, const char *, enum type_code);