From bd855f39f173c9972b6e1892c03378738066ebd4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 15 Mar 2009 18:42:52 +0000 Subject: [PATCH] * sysdeps/m68k/bits/link.h: Uglify function parameter names. --- ChangeLog.m68k | 4 ++++ sysdeps/m68k/bits/link.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.m68k b/ChangeLog.m68k index d199e36..32d01cf 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 9d0a945..ce4b5e0 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 -- 2.7.4