OSDN Git Service

* config/mips/mips-protos.h (mips_load_got_page): Delete.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Feb 2004 13:00:49 +0000 (13:00 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Feb 2004 13:00:49 +0000 (13:00 +0000)
commitfd848c8ec0fdfdbdf1d14aa9a27963c875695d4a
tree66a2d79a6650e3b1db199d1ae480bbbc9d00b0ec
parent98b111a166186911e1848453e2b77b02c85026a3
* config/mips/mips-protos.h (mips_load_got_page): Delete.
(mips_load_got_global): Delete.
(mips_gotoff_page): Declare.
* config/mips/mips.md (UNSPEC_LOAD_GOT): New constant.
(*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an
UNSPEC_LOAD_GOT pattern rather than a MEM.
(*load_got[sd]i): New patterns.
* config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete.
(mips_load_got_page, mips_load_got_global): Delete.
(mips_gotoff_page): New function.
(override_options): Don't initialize mips_got_alias_set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77802 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.md