* c-typeprint.c (c_print_type): Assume demangled arguments
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 19 Aug 1994 20:44:18 +0000 (20:44 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 19 Aug 1994 20:44:18 +0000 (20:44 +0000)
commitf3806e3b6ceead276a3acba85ff944fde6668e39
tree72ce83c769f8c1772c6044e540e2c78567abc0e4
parent8e3641719ba57f7b6e88330c12a1d59628e7efa4
* c-typeprint.c (c_print_type):  Assume demangled arguments
if a '(' is found in varstring, Looking for ')' at the end of
varstring did fail with demangled const member functions, which
have a trailing `const'.
* remote.c (get_offsets, putpkt):  Change to `char' buffers,
to avoid errors when compiling with DEC c89.
(remote_wait):  Cast to `char *' before passing buffer to
fputs_filtered, to avoid errors when compiling with DEC c89.
(remote_wait):  Do not return inferior_pid by default, this
statement is never reached, which causes warnings from some
compilers.
* stabsread.c (scan_file_globals):  Ignore static minimal symbols.
* symfile.c (load_command):  If called with no argument, try
to get the filename from the executable file.
(generic_load):  Remove check for NULL filename, it is done
in load_command now.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/stabsread.c
gdb/symfile.c
This page took 0.048906 seconds and 4 git commands to generate.