Blame sysdeps/i386/i586/init-arch.h

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