Blame sysdeps/i386/i586/isa.h

Packit Service 7375cc
/* x86 ISA info.  i586 version.
Packit Service 7375cc
   Copyright (C) 2018 Free Software Foundation, Inc.
Packit Service c109d2
   This file is part of the GNU C Library.
Packit Service c109d2
Packit Service c109d2
   The GNU C Library is free software; you can redistribute it and/or
Packit Service c109d2
   modify it under the terms of the GNU Lesser General Public
Packit Service c109d2
   License as published by the Free Software Foundation; either
Packit Service c109d2
   version 2.1 of the License, or (at your option) any later version.
Packit Service c109d2
Packit Service c109d2
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service c109d2
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service c109d2
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service c109d2
   Lesser General Public License for more details.
Packit Service c109d2
Packit Service c109d2
   You should have received a copy of the GNU Lesser General Public
Packit Service c109d2
   License along with the GNU C Library; if not, see
Packit Service c109d2
   <http://www.gnu.org/licenses/>.  */
Packit Service c109d2
Packit Service 7375cc
#ifndef _ISA_H
Packit Service 7375cc
#define _ISA_H
Packit Service 7375cc
Packit Service c109d2
#define MINIMUM_ISA 586
Packit Service 7375cc
Packit Service 7375cc
#endif