X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fcommon%2Fcgen-types.h;h=259aed299ab71342b65d6dcccb2d5d43820d5e58;hb=423054beadf317757d43aefb9eddfe711a42e3e1;hp=bbeecb36807fa952400abd3318d0e58c471e4f99;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/common/cgen-types.h b/sim/common/cgen-types.h index bbeecb3680..259aed299a 100644 --- a/sim/common/cgen-types.h +++ b/sim/common/cgen-types.h @@ -1,5 +1,5 @@ /* Types for Cpu tools GENerated simulators. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. @@ -26,10 +26,6 @@ along with this program. If not, see . */ /* Miscellaneous cgen configury defined here as this file gets included soon enough. */ -/* Indicate we support --profile-model. */ -#undef SIM_HAVE_MODEL -#define SIM_HAVE_MODEL - /* Indicate we support --{profile,trace}-{range,function}. */ #undef SIM_HAVE_ADDR_RANGE #define SIM_HAVE_ADDR_RANGE @@ -60,7 +56,7 @@ typedef enum mode_type { #define MAX_TARGET_MODES ((int) MODE_TARGET_MAX) #define MAX_MODES ((int) MODE_MAX) -extern const char *mode_names[]; +extern const char * const mode_names[]; #define MODE_NAME(m) (mode_names[m]) typedef void VOID;