]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* c-typeprint.c (c_type_print_args): Don't print "void"
authorKeith Seitz <keiths@redhat.com>
Wed, 31 Mar 2010 00:48:29 +0000 (00:48 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 31 Mar 2010 00:48:29 +0000 (00:48 +0000)
commit86ffb506121261d997f7c0c05b76b7ded8231b86
tree10e836cebfa446ef10137f7b44c2eddd6cb5ff60
parentfd7f724a31ff0c4a385597c0470fb5ed9d9a0e8c
  * c-typeprint.c (c_type_print_args): Don't print "void"
  for java, regardless of whether it is TYPE_PROTOTYPED.
  Use the passed-in language instead of current_language.
  (c_type_print_varspec_suffix): Use current_language instead
  of assuming language_c.
  * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
  any return type specifier from the physname.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/jv-typeprint.c