OSDN Git Service

* config/mips/mips.c: Remove redundant comment.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2006 07:11:45 +0000 (07:11 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2006 07:11:45 +0000 (07:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111959 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.c

index 0d90fa2..52272b4 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-11  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/mips/mips.c: Remove redundant comment.
+
 2006-03-10  Jason Merrill  <jason@redhat.com>
 
        PR c/26004
index daa7488..12394ca 100644 (file)
@@ -1160,9 +1160,6 @@ static struct mips_rtx_cost_data const mips_rtx_cost_data[PROCESSOR_MAX] =
 #define TARGET_ATTRIBUTE_TABLE mips_attribute_table
 
 #undef TARGET_EXTRA_LIVE_ON_ENTRY
-/* With -mabicalls (which is the default on GNU/Linux),
-   PIC_FUNCTION_ADDR_REGNUM is live on function entry and is to
-   initialize $28, which is PIC_OFFSET_TABLE_REGNUM.  */
 #define TARGET_EXTRA_LIVE_ON_ENTRY mips_extra_live_on_entry
 
 struct gcc_target targetm = TARGET_INITIALIZER;