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]

[commit/testcase/Ada] character parameter handling in inferior funcall


Hello,

As promised in:
  http://www.sourceware.org/ml/gdb-patches/2007-12/msg00405.html.

Here is an Ada testcase that checks that character parameters are
properly passed when making an inferior function call.

2007-12-24  Joel Brobecker  <brobecker@adacore.com>

        * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
        gdb.ada/char_param/foo.adb: New files.
        * gdb.ada/char_param.exp: New testcase.

Tested on x86-linux. It was a pretty simple testcase, so I felt
sufficiently confident to check it in.  Comments more than welcome,
however.

Now I'll use that testcase on other targets, to see if all goes well.
I suspect amd64 might be failing for instance...

Cheers,
-- 
Joel


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