diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-27 16:17:39 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-27 16:17:39 +0000 |
commit | b864739b5b1c4686d914702ad358ea4d8f898a8f (patch) | |
tree | 612feb4365b6606ca8a5b752114f712698b2215a /gcc/doc/rtl.texi | |
parent | 96902dabaf9ebee35b792cc744ccb860877985fa (diff) | |
download | ppe42-gcc-b864739b5b1c4686d914702ad358ea4d8f898a8f.tar.gz ppe42-gcc-b864739b5b1c4686d914702ad358ea4d8f898a8f.zip |
* doc/rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new
opaque type.
* optabs.c (init_one_libfunc): Use SET_SYMBOL_REF_DECL.
* varasm.c (make_decl_rtl, build_constant_desc): Likewise.
(force_const_mem): Use SET_SYMBOL_REF_CONSTANT.
* rtl.h (rtunion_def): Remove rt_ptr.
(X0PTR): Delete.
(SYMBOL_REF_DATA): Use X0ANY instead of X0PTR.
(SET_SYMBOL_REF_DECL, SET_SYMBOL_REF_CONSTANT): New macros.
* config/i386/winnt.c (i386_pe_mark_dllexport)
(i386_pe_mark_dllimport): Use SET_SYMBOL_REF_DECL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110300 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 610261694b6..c9f7c875093 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -462,7 +462,7 @@ pool entry for @var{x}. It is null otherwise. @findex SYMBOL_REF_DATA @item SYMBOL_REF_DATA (@var{x}) -A @samp{void *} pointer used to store @code{SYMBOL_REF_DECL} or +A field of opaque type used to store @code{SYMBOL_REF_DECL} or @code{SYMBOL_REF_CONSTANT}. @findex SYMBOL_REF_FLAGS |