* sysdeps/unix/sysv/linux/m68k/mremap.S: Accept fifth parameter.

This commit is contained in:
Andreas Schwab 2006-10-03 15:49:06 +00:00
parent 9c986f878a
commit 4b32aae99b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-10-03 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/m68k/mremap.S: Accept fifth parameter.
2006-10-03 Richard Sandiford <richard@codesourcery.com>
* sysdeps/m68k/bits/mathdef.h: Moved from sysdeps/m68k to

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1996 Free Software Foundation, Inc.
/* Copyright (C) 1996, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -22,7 +22,7 @@
its value in register %a0. */
.text
PSEUDO (__mremap, mremap, 4)
PSEUDO (__mremap, mremap, 5)
move.l %d0, %a0
rts
PSEUDO_END (__mremap)