projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724d568
)
* romp.h (LEGITIMIZE_ADDRESS): Fix typo.
author
Jeffrey A Law
<law@cygnus.com>
Thu, 5 Nov 1998 23:21:32 +0000
(23:21 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 5 Nov 1998 23:21:32 +0000
(16:21 -0700)
From-SVN: r23544
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/romp/romp.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 2c66a79d4788d8536900408f20f6df9d3abf98f1..3e903a137b2a498cd4e8c80bb452115a9fd5447c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Fri Nov 6 00:16:04 1998 Jeffrey A Law (law@cygnus.com)
+
+ * romp.h (LEGITIMIZE_ADDRESS): Fix typo.
+
Fri Nov 6 00:10:00 1998 Jan Hubicka (hubicka@freesoft.cz)
* i386.md (extendsidi2): Use # in the output template.
diff --git
a/gcc/config/romp/romp.h
b/gcc/config/romp/romp.h
index 0add9ee2467b356104ed0d540d7a13322503bea9..f307e68c8c2828389b639f4d940bbe878d24ef86 100644
(file)
--- a/
gcc/config/romp/romp.h
+++ b/
gcc/config/romp/romp.h
@@
-1078,7
+1078,7
@@
struct rt_cargs {int gregs, fregs; };
force_operand \
(gen_rtx (PLUS, SImode, XEXP (X, 0), \
GEN_INT (high_int << 16)), 0),\
- GEN_INT (
, low_int));
\
+ GEN_INT (
low_int));
\
} \
}