src/share/native/java/lang/fdlibm/include/fdlibm.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/native/java/lang/fdlibm/include/fdlibm.h	Wed Mar 16 06:17:20 2011
--- new/src/share/native/java/lang/fdlibm/include/fdlibm.h	Wed Mar 16 06:17:18 2011

*** 1,8 **** --- 1,8 ---- /* ! * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 26,36 **** --- 26,36 ---- #include "jfdlibm.h" #ifdef __NEWVALID /* special setup for Sun test regime */ #if defined(i386) || defined(i486) || \ ! defined(intel) || defined(x86) || \ ! defined(intel) || defined(x86) || defined(arm) || \ defined(i86pc) || defined(_M_IA64) || defined(ia64) #define _LITTLE_ENDIAN #endif #endif

src/share/native/java/lang/fdlibm/include/fdlibm.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File