diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-01 21:44:22 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-01 21:44:22 +0200 |
commit | 80eaf4158db7ce01647c1b1d00b739277bee762a (patch) | |
tree | cb50fccda475e4350f9963df80763f153abc053d /gcc/system.h | |
parent | e094543212b2d376cefb9f939b40bec125994b5b (diff) | |
download | gcc-80eaf4158db7ce01647c1b1d00b739277bee762a.zip gcc-80eaf4158db7ce01647c1b1d00b739277bee762a.tar.gz gcc-80eaf4158db7ce01647c1b1d00b739277bee762a.tar.bz2 |
tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
* doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
ROUND_TYPE_SIZE_UNIT.
* stor-layout.c (finalize_record_size): Remove usages of
ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
(finalize_type_size): Likewise.
(layout_type): Likewise.
* system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
ada:
* utils.c (finish_record_type): Remove usages of
ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
From-SVN: r67313
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 145e775..d308323 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -641,7 +641,8 @@ typedef char _Bool; FUNCTION_BLOCK_PROFILER_EXIT MACHINE_STATE_SAVE \ MACHINE_STATE_RESTORE SCCS_DIRECTIVE SECTION_ASM_OP \ ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL ASM_OUTPUT_INTERNAL_LABEL \ - OBJC_PROLOGUE ALLOCATE_TRAMPOLINE HANDLE_PRAGMA + OBJC_PROLOGUE ALLOCATE_TRAMPOLINE HANDLE_PRAGMA ROUND_TYPE_SIZE \ + ROUND_TYPE_SIZE_UNIT /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |