binutils-gdb/gdb/testsuite/gdb.objc
Tom de Vries b3b965fb91 [gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m
When running gdb.objc/objcdecode.exp we get:
...
objcdecode.m: In function '-[Decode multipleDef]':
objcdecode.m:14:3: warning: incompatible implicit declaration of built-in \
  function 'printf'
   printf("method multipleDef\n");
   ^~~~~~
objcdecode.m:14:3: note: include '<stdio.h>' or provide a declaration of \
  'printf'
...

Fix this in the three gdb.objc/*.m test-cases by including stdio.h.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2019-07-24  Tom de Vries  <tdevries@suse.de>

	PR testsuite/24807
	* gdb.objc/basicclass.m: Include stdio.h.
	* gdb.objc/nondebug.m: Same.
	* gdb.objc/objcdecode.m: Same.
2019-07-24 19:01:59 +02:00
..
basicclass.exp
basicclass.m [gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m 2019-07-24 19:01:59 +02:00
nondebug.exp
nondebug.m [gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m 2019-07-24 19:01:59 +02:00
objcdecode.exp
objcdecode.m [gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m 2019-07-24 19:01:59 +02:00
print.exp