OSDN Git Service

* doc/rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jan 2006 16:17:39 +0000 (16:17 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jan 2006 16:17:39 +0000 (16:17 +0000)
commitb864739b5b1c4686d914702ad358ea4d8f898a8f
tree612feb4365b6606ca8a5b752114f712698b2215a
parent96902dabaf9ebee35b792cc744ccb860877985fa
* 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
gcc/ChangeLog
gcc/config/i386/winnt.c
gcc/doc/rtl.texi
gcc/optabs.c
gcc/rtl.h
gcc/varasm.c