X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fgdb%2Fsim-arm.h;h=594c5811abea2de2f42b407baab5b56284b2818b;hb=43327b208ec6452c1a6accd40be965cdfa5c86a3;hp=5598f73fa8faf72391b2874d268503191900125b;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/sim-arm.h b/include/gdb/sim-arm.h index 5598f73fa8..594c5811ab 100644 --- a/include/gdb/sim-arm.h +++ b/include/gdb/sim-arm.h @@ -1,33 +1,27 @@ /* This file defines the interface between the Arm simulator and GDB. - Copyright 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GDB. - This program 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 of the - License, or (at your option) any later version. + This program 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 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + along with this program. If not, see . */ #if !defined (SIM_ARM_H) #define SIM_ARM_H -#ifdef __cplusplus -extern "C" { // } -#endif - enum sim_arm_regs { SIM_ARM_R0_REGNUM, @@ -107,8 +101,4 @@ enum sim_arm_regs SIM_ARM_IWMMXT_COP1R15_REGNUM }; -#ifdef __cplusplus -} -#endif - #endif