diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-04-10 13:13:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-04-10 06:13:28 -0700 |
commit | 62c49b83cfb4a283e9c4a6a9de33d8e8155ce94f (patch) | |
tree | bfe629e736516bd6cc603251bda1a8e5b571dbfb /gcc | |
parent | 4d2907fdba36553b95a80003fdbadc110b233461 (diff) | |
download | gcc-62c49b83cfb4a283e9c4a6a9de33d8e8155ce94f.zip gcc-62c49b83cfb4a283e9c4a6a9de33d8e8155ce94f.tar.gz gcc-62c49b83cfb4a283e9c4a6a9de33d8e8155ce94f.tar.bz2 |
darwin-vecsave.asm: Remove extra "*/".
2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
* config/rs6000/darwin-vecsave.asm: Remove extra "*/".
From-SVN: r145896
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin-vecsave.asm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f31df2..62a1c43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-10 H.J. Lu <hongjiu.lu@intel.com> + + * config/rs6000/darwin-vecsave.asm: Remove extra "*/". + 2009-04-09 H.J. Lu <hongjiu.lu@intel.com> PR target/39678 diff --git a/gcc/config/rs6000/darwin-vecsave.asm b/gcc/config/rs6000/darwin-vecsave.asm index 52487aa..0a46be2 100644 --- a/gcc/config/rs6000/darwin-vecsave.asm +++ b/gcc/config/rs6000/darwin-vecsave.asm @@ -19,7 +19,7 @@ * You should have received a copy of the GNU General Public License and * a copy of the GCC Runtime Library Exception along with this program; * see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - * <http://www.gnu.org/licenses/>. */ + * <http://www.gnu.org/licenses/>. */ /* Vector save/restore routines for Darwin. Note that each vector |