X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fitbl-ops.h;h=f9898729ddf31c5c06e0567cadb496fe6cb8913e;hb=acdf84a65400f416c60a0c9c14953ba5a73fb0cd;hp=c30abc8f2a97ce72e0cf9b92d213d2814d624941;hpb=2da5c03714e1f97bb83d05114e97dcf92eb17b64;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h index c30abc8f2a..f9898729dd 100644 --- a/gas/itbl-ops.h +++ b/gas/itbl-ops.h @@ -1,11 +1,11 @@ /* itbl-ops.h - Copyright 1997, 1999, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1997-2020 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, @@ -15,19 +15,11 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ /* External functions, constants and defines for itbl support */ -#include "ansidecl.h" - -/* Include file notes: "expr.h" needed before targ-*.h, - * "targ-env.h" includes the chain of target dependant headers, - * "targ-cpu.h" has the HAVE_ITBL_CPU define, and - * as.h includes them all */ -#include "as.h" - #ifdef HAVE_ITBL_CPU #include "itbl-cpu.h" #endif @@ -77,7 +69,7 @@ typedef enum typedef enum { e_p0, - e_nprocs = NUMBER_OF_PROCESSORS, + e_nprocs = ITBL_NUMBER_OF_PROCESSORS, e_invproc /* invalid processor */ } e_processor;