diff options
Diffstat (limited to 'usr/src/lib/libc/i386_hwcap2/mapfile')
-rw-r--r-- | usr/src/lib/libc/i386_hwcap2/mapfile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/usr/src/lib/libc/i386_hwcap2/mapfile b/usr/src/lib/libc/i386_hwcap2/mapfile index 7332e9f5a6..b5a0d2b8c7 100644 --- a/usr/src/lib/libc/i386_hwcap2/mapfile +++ b/usr/src/lib/libc/i386_hwcap2/mapfile @@ -1,13 +1,11 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,6 +20,9 @@ # # CDDL HEADER END # -#ident "%Z%%M% %I% %E% SMI" -# -hwcap_1 = fpu cmov amd_sysc mmx sse sse2; + +$mapfile_version 2 + +CAPABILITY { + hw += fpu cmov amd_sysc mmx sse sse2; +}; |