This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix config/rs6000/darwin-vecsave.asm



On Apr 10, 2009, at 3:14 PM, H.J. Lu wrote:


I checked in this patch to remove the extra "*/".

Humm, wrong mailing list ?


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 145895)
+++ ChangeLog	(working copy)
@@ -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
Index: config/rs6000/darwin-vecsave.asm
===================================================================
--- config/rs6000/darwin-vecsave.asm (revision 145893)
+++ config/rs6000/darwin-vecsave.asm (working copy)
@@ -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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]