From 4bbe4e2185c5484328182720ff7b3bb4f9593bff Mon Sep 17 00:00:00 2001 From: joseph Date: Tue, 25 Oct 2011 00:37:10 +0000 Subject: Merge changes between r15223 and r15532 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@15545 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- ports/sysdeps/m68k/m680x0/fpu/e_atan2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/sysdeps/m68k/m680x0/fpu/e_atan2.c') diff --git a/ports/sysdeps/m68k/m680x0/fpu/e_atan2.c b/ports/sysdeps/m68k/m680x0/fpu/e_atan2.c index 551b14db8..ac5982eab 100644 --- a/ports/sysdeps/m68k/m680x0/fpu/e_atan2.c +++ b/ports/sysdeps/m68k/m680x0/fpu/e_atan2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2011 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 @@ -102,3 +102,4 @@ s(__ieee754_atan2) (float_type y, float_type x) } return z; } +strong_alias (s(__ieee754_atan2), CONCATX (s (__atan2), _finite)) -- cgit v1.2.1