Fix -Wpointer-sign around strings/encoding conversions.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a57e2c1f326a1fce4fa954a1180eb4c105ce3683..c8787fc454f2b17db9adf7a0761881ed980fd92c 100644 (file)
@@ -1,3 +1,12 @@
+2013-03-07  Pedro Alves  <palves@redhat.com>
+
+       * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
+       * expprint.c (print_subexp_standard): Likewise.
+       * utils.c (host_char_to_target): Likewise.
+       * valprint.c (generic_emit_char, generic_printstr): Likewise.
+       * varobj.c (value_get_print_value): Change type of local to char*.
+       Cast it gdb_byte * in call to language printer.
+
 2013-03-07  Pedro Alves  <palves@redhat.com>
 
        * charset.c (struct wchar_iterator) <input>: Change type to 'const
This page took 0.026908 seconds and 4 git commands to generate.