X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fitbl-ops.h;h=4ca484e2cb487ec936900999a32b598a5cfe763c;hb=88b6faea9953505e9e8a7a77995c7db5dfb6ac19;hp=47dc8b295b196afd03bb43a86e874554a4687f1e;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=binutils-gdb.git diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h index 47dc8b295b1..4ca484e2cb4 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-2017 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, @@ -20,14 +20,6 @@ /* 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;