projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac57655
)
* mips.c (embedded_pic_fnaddr_reg): Fix typo.
author
Jeff Law
<law@redhat.com>
Tue, 11 Jun 2002 15:04:39 +0000
(09:04 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 11 Jun 2002 15:04:39 +0000
(09:04 -0600)
From-SVN: r54509
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/mips/mips.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3b841018728532a683c9cbc62b04602ddbe2e19b..6bbc47eadbc97640ce8e330e43f140d1a27d789c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2002-06-11 Jeffrey Law <law@redhat.com
+
+ * mips.c (embedded_pic_fnaddr_reg): Fix typo.
+
2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md (movsi): Only use floating point
diff --git
a/gcc/config/mips/mips.c
b/gcc/config/mips/mips.c
index d9a366f7720e7b5aa190bebbe7a1f9d24fd95e1f..319e1213918cc86c48f9699146e4ea0cbe2b14d2 100644
(file)
--- a/
gcc/config/mips/mips.c
+++ b/
gcc/config/mips/mips.c
@@
-1970,7
+1970,7
@@
embedded_pic_fnaddr_reg ()
start_sequence ();
emit_insn (gen_get_fnaddr (cfun->machine->embedded_pic_fnaddr_rtx,
XEXP (DECL_RTL (current_function_decl), 0)));
- seq = get_insn ();
+ seq = get_insn
s
();
end_sequence ();
push_topmost_sequence ();
emit_insn_after (seq, get_insns ());