OSDN Git Service

* c-typeprint.c (c_type_print_args): Don't print "void"
authorkseitz <kseitz>
Wed, 31 Mar 2010 09:48:28 +0000 (09:48 +0000)
committerkseitz <kseitz>
Wed, 31 Mar 2010 09:48:28 +0000 (09:48 +0000)
commit83e40e3fd44484f86fc83de2e89600c63ea450dc
treebb405c1d7098ccf594e230b611380505acd3fe9c
parent61dbab6d8e63af6cb37a0d82fdc6584a56c2902f
  * 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