diff --git a/ChangeLog.m68k b/ChangeLog.m68k index d199e36e0c..32d01cf7bb 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,3 +1,7 @@ +2009-03-15 Joseph Myers + + * sysdeps/m68k/bits/link.h: Uglify function parameter names. + 2009-03-04 Joseph Myers * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Declare diff --git a/sysdeps/m68k/bits/link.h b/sysdeps/m68k/bits/link.h index 9d0a94592f..ce4b5e0670 100644 --- a/sysdeps/m68k/bits/link.h +++ b/sysdeps/m68k/bits/link.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 Free Software Foundation, Inc. +/* Copyright (C) 2005, 2009 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 @@ -53,6 +53,6 @@ extern unsigned int la_m68k_gnu_pltexit (Elf32_Sym *__sym, unsigned int __ndx, uintptr_t *__defcook, const La_m68k_regs *__inregs, La_m68k_retval *__outregs, - const char *symname); + const char *__symname); __END_DECLS