X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fitbl-ops.h;h=8dc62bf486e2562833aede21644b16834642310d;hb=44d3da2338157ad7acfd6facbcfb38ed6ec94fa1;hp=b1687da7c520f0a446a2b013548d55146fcfeb39;hpb=ebd1c8757cf3f32daffe2615cbb778e495ebe412;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h index b1687da7c5..8dc62bf486 100644 --- a/gas/itbl-ops.h +++ b/gas/itbl-ops.h @@ -1,11 +1,11 @@ /* itbl-ops.h - Copyright 1997, 1999, 2000, 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-2016 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, @@ -69,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;