Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
Browse files Browse the repository at this point in the history
	(DECLARGS_6): Fix a typo.
  • Loading branch information
Roland McGrath committed Mar 1, 2006
1 parent 04dca8d commit 996f5e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-03-01 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
(DECLARGS_6): Fix a typo.

2006-03-01 Roland McGrath <roland@redhat.com>

* version.h (VERSION): 2.3.91
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
register unsigned long gpr6 asm ("6") = (unsigned long)(arg5);
#define DECLARGS_6(arg1, arg2, arg3, arg4, arg5, arg6) \
DECLARGS_5(arg1, arg2, arg3, arg4, arg5) \
register unsigned long gpr6 asm ("7") = (unsigned long)(arg6);
register unsigned long gpr7 asm ("7") = (unsigned long)(arg6);

#define ASMFMT_0
#define ASMFMT_1 , "0" (gpr2)
Expand Down

0 comments on commit 996f5e6

Please sign in to comment.