]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ada-lang.c
-Wpointer-sign: ada-lang.c, ada-tasks.c.
authorPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 15:35:58 +0000 (15:35 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 19 Apr 2013 15:35:58 +0000 (15:35 +0000)
commitc714b42695bbe7ff5e22aae2f91f9071b3ecf601
tree3eec53d4f69aae2af91ab28b8912baff0e08c11c
parent507a579c9a5e778ae737c7066df4864c5f1d2ccc
-Wpointer-sign: ada-lang.c, ada-tasks.c.

We're reading strings using the target memory access routines, which
work with raw bytes, so we need a couple casts.

gdb/
2013-04-19  Pedro Alves  <palves@redhat.com>

* ada-lang.c (print_it_exception): Add cast to gdb_byte *.
* ada-tasks.c (read_fat_string_value): Likewise.
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-tasks.c