diff --git a/ChangeLog.m68k b/ChangeLog.m68k index b12f7f42ab..94e35b6382 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,3 +1,7 @@ +2006-10-03 Andreas Schwab + + * sysdeps/unix/sysv/linux/m68k/mremap.S: Accept fifth parameter. + 2006-10-03 Richard Sandiford * sysdeps/m68k/bits/mathdef.h: Moved from sysdeps/m68k to diff --git a/sysdeps/unix/sysv/linux/m68k/mremap.S b/sysdeps/unix/sysv/linux/m68k/mremap.S index 68d961b553..6e6f3b66c6 100644 --- a/sysdeps/unix/sysv/linux/m68k/mremap.S +++ b/sysdeps/unix/sysv/linux/m68k/mremap.S @@ -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)