From fcdef14b0845a6fe481196e11e00b9e0911e2de7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Dec 2002 21:51:52 +0000 Subject: * cgen.h (struct cgen_maybe_multi_ifield): Add "const PTR p" to union. Constify "leaf" and "multi". --- include/opcode/cgen.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/opcode/cgen.h') diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index 89477985e..76a0af47b 100644 --- a/include/opcode/cgen.h +++ b/include/opcode/cgen.h @@ -1,6 +1,7 @@ /* Header file for targets using CGEN: Cpu tools GENerator. -Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 +Free Software Foundation, Inc. This file is part of GDB, the GNU debugger, and the GNU Binutils. @@ -620,8 +621,9 @@ typedef struct cgen_maybe_multi_ifield n: indexed by array of more cgen_maybe_multi_ifields. */ union { - struct cgen_maybe_multi_ifield * multi; - struct cgen_ifld * leaf; + const PTR p; + const struct cgen_maybe_multi_ifield * multi; + const struct cgen_ifld * leaf; } val; } CGEN_MAYBE_MULTI_IFLD; -- cgit v1.2.3