This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] gdb.base/sizeof.c


This patch will allow HP to run the C++ test pass for sizeof.exp and not
hit C++ compilation errors.

Fri Jul 28 13:01:35	Jimmy Guo	<guo@cup.hp.com>

	* gdb.base/sizeof.c: include <stdio.h>.

Index: gdb.base/sizeof.c
/usr/local/bin/diff -c -L gdb.base/sizeof.c /view/guo.import/CLO/Components/WDB/Src/gnu/gdb/testsuite/gdb.base/sizeof.c gdb.base/sizeof.c
*** gdb.base/sizeof.c
--- gdb.base/sizeof.c	Fri Jul 28 12:35:59 2000
***************
*** 1,3 ****
--- 1,5 ----
+ #include <stdio.h>
+ 
  int
  main ()
  {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]