Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Side by Side Diff: gdb/testsuite/gdb.base/funcargs.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/freebpcmd.exp ('k') | gdb/testsuite/gdb.base/funcargs.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* Test passing of arguments to functions. Use various sorts of arguments, 1 /* Test passing of arguments to functions. Use various sorts of arguments,
2 including basic types, pointers to those types, structures, lots of 2 including basic types, pointers to those types, structures, lots of
3 args, etc, in various combinations. */ 3 args, etc, in various combinations. */
4 4
5 /* AIX requires this to be the first thing in the file. */ 5 /* AIX requires this to be the first thing in the file. */
6 #ifdef __GNUC__ 6 #ifdef __GNUC__
7 # define alloca __builtin_alloca 7 # define alloca __builtin_alloca
8 # define HAVE_STACK_ALLOCA 1 8 # define HAVE_STACK_ALLOCA 1
9 #else /* not __GNUC__ */ 9 #else /* not __GNUC__ */
10 # ifdef _AIX 10 # ifdef _AIX
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 827
828 /* Dummy functions which the testsuite can use to run to, etc. */ 828 /* Dummy functions which the testsuite can use to run to, etc. */
829 829
830 void 830 void
831 marker_indirect_call () {} 831 marker_indirect_call () {}
832 832
833 void 833 void
834 marker_call_with_trampolines () {} 834 marker_call_with_trampolines () {}
835 835
836 836

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.base/freebpcmd.exp ('k') | gdb/testsuite/gdb.base/funcargs.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698