]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 b12f7f42ab098e340aba3d6888aa578f555baf42..94e35b6382329a5cb3c739e4e2c8525c403364a0 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 68d961b553d91e3b768bd5fbe8eec4f9800c1a7c..6e6f3b66c623446d5e45fed3284db2b2170c63aa 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)