[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r5888 - in /branches/eglibc-2_5/ports: ChangeLog.eglibc sysdeps/arm/eabi/machine-gmon.h



Author: joseph
Date: Fri Apr 11 06:06:30 2008
New Revision: 5888

Log:
2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>
	    Sandra Loosemore  <sandra@xxxxxxxxxxxxxxxx>

	* sysdeps/arm/eabi/machine-gmon.h (_mcount):  Make the thumb2
	version compile without error.

Modified:
    branches/eglibc-2_5/ports/ChangeLog.eglibc
    branches/eglibc-2_5/ports/sysdeps/arm/eabi/machine-gmon.h

Modified: branches/eglibc-2_5/ports/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_5/ports/ChangeLog.eglibc (original)
+++ branches/eglibc-2_5/ports/ChangeLog.eglibc Fri Apr 11 06:06:30 2008
@@ -1,3 +1,9 @@
+2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>
+	    Sandra Loosemore  <sandra@xxxxxxxxxxxxxxxx>
+
+	* sysdeps/arm/eabi/machine-gmon.h (_mcount):  Make the thumb2
+	version compile without error.
+
 2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>
 
 	* sysdeps/arm/eabi/Versions: Add __gnu_mcount_nc.

Modified: branches/eglibc-2_5/ports/sysdeps/arm/eabi/machine-gmon.h
==============================================================================
--- branches/eglibc-2_5/ports/sysdeps/arm/eabi/machine-gmon.h (original)
+++ branches/eglibc-2_5/ports/sysdeps/arm/eabi/machine-gmon.h Fri Apr 11 06:06:30 2008
@@ -70,6 +70,7 @@
 {									\
   __asm__("push		{r0, r1, r2, r3, fp, lr};"			\
 	  "movs		r0, fp;"					\
+	  "ittt		ne;"						\
 	  "ldrne	r0, [r0, #-4];"					\
 	  "movsne	r1, lr;"					\
 	  "blne		mcount_internal;"				\