diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-11-05 23:21:32 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-05 16:21:32 -0700 |
commit | 2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48 (patch) | |
tree | ab39132756f9636364fe968a930ccd26526f0ab5 /gcc | |
parent | 724d568a1fd6821dc4dbfadbb8dc148a290397e5 (diff) | |
download | gcc-2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48.zip gcc-2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48.tar.gz gcc-2cea37e5e9d0a235b951b7dc0b7d40e1464a7f48.tar.bz2 |
* romp.h (LEGITIMIZE_ADDRESS): Fix typo.
From-SVN: r23544
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/romp/romp.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c66a79..3e903a1 100644 --- 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 0add9ee..f307e68 100644 --- 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)); \ } \ } |