diff options
author | Richard Sandiford <richard@codesourcery.com> | 2006-03-11 07:11:45 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2006-03-11 07:11:45 +0000 |
commit | a70ec38645e7ce9cc1b783332ca438066aa2ba54 (patch) | |
tree | f117c5047618a19b05777041ccd050dbcc76d637 /gcc/config/mips | |
parent | c27e9931305fb939deef916e425bbd58b0a6941a (diff) | |
download | gcc-a70ec38645e7ce9cc1b783332ca438066aa2ba54.zip gcc-a70ec38645e7ce9cc1b783332ca438066aa2ba54.tar.gz gcc-a70ec38645e7ce9cc1b783332ca438066aa2ba54.tar.bz2 |
* config/mips/mips.c: Remove redundant comment.
From-SVN: r111959
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index daa7488..12394ca 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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; |