* sysdeps/unix/sysv/linux/m68k/mremap.S: Accept fifth parameter.
authorAndreas Schwab <schwab@suse.de>
Tue, 3 Oct 2006 15:49:06 +0000 (15:49 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 3 Oct 2006 15:49:06 +0000 (15:49 +0000)
ChangeLog.m68k
sysdeps/unix/sysv/linux/m68k/mremap.S

index b12f7f4..94e35b6 100644 (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
index 68d961b..6e6f3b6 100644 (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)