From c826e751760901de543f4640467e3a08df7f49bf Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 3 Mar 1998 21:37:38 +0000 Subject: GCC 2.8.0 merge --- gnu/usr.bin/gcc/integrate.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/gcc/integrate.h') diff --git a/gnu/usr.bin/gcc/integrate.h b/gnu/usr.bin/gcc/integrate.h index 2b14f88d67d..b2acf5e5c1d 100644 --- a/gnu/usr.bin/gcc/integrate.h +++ b/gnu/usr.bin/gcc/integrate.h @@ -1,5 +1,5 @@ /* Function integration definitions for GNU C-Compiler - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -93,6 +93,10 @@ struct inline_remap /* Likewise, this is the copied constraints vector. */ rtvec copy_asm_constraints_vector; + /* Indications for regs being pointers and their alignment. */ + char *regno_pointer_flag; + char *regno_pointer_align; + /* The next few fields are used for subst_constants to record the SETs that it saw. */ int num_sets; -- cgit v1.2.3