This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFA/testsuite] stack check


> 2008-09-01  Jerome Guitton  <guitton@adacore.com>
> 
> 	* (stack-checking.c, stack-checking.exp): New testcase.

OK, except for a little nit: You forgot to add a copyright header
in the C file...

Also:

> if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [concat debug optimize=-fstack-check nowarnings]] != "" } {

I would think that the "optimize" flag was only meant to force a certain
optimization level.  Perhaps you should use additional_flags instead.

-- 
Joel


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