]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips-protos.h (mips_load_got_page): Delete.
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 14 Feb 2004 13:00:49 +0000 (13:00 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 14 Feb 2004 13:00:49 +0000 (13:00 +0000)
commit544142d816f321328d392eac4ddec58c5348de40
tree66a2d79a6650e3b1db199d1ae480bbbc9d00b0ec
parentbe8b2beefb2cf0838601d2e9bb0cb2caefc86daa
mips-protos.h (mips_load_got_page): Delete.

* 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.

From-SVN: r77802
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.md