mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-23 12:04:28 +08:00
ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
* ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1. Co-Authored-By: Richard Kenner <kenner@vlsi1.ultra.nyu.edu> From-SVN: r86545
This commit is contained in:
parent
7d60be94d6
commit
15793d0cdb
@ -1,3 +1,8 @@
|
||||
2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
|
||||
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
|
||||
|
||||
2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
|
||||
|
@ -165,7 +165,7 @@ struct lang_type GTY(()) {union lang_tree_node t; };
|
||||
(TYPE_LANG_SPECIFIC (INTEGER_TYPE_CHECK (NODE)) = (struct lang_type *) (X))
|
||||
|
||||
/* For INTEGER_TYPE, stores the RM_Size of the type. */
|
||||
#define TYPE_RM_SIZE_INT(NODE) (INTEGER_TYPE_CHECK (NODE)->type.values)
|
||||
#define TYPE_RM_SIZE_INT(NODE) TYPE_LANG_SLOT_1 (INTEGER_TYPE_CHECK (NODE))
|
||||
|
||||
/* Likewise for ENUMERAL_TYPE. */
|
||||
#define TYPE_RM_SIZE_ENUM(NODE) \
|
||||
|
Loading…
Reference in New Issue
Block a user