dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. 7673319d744b6dec9f81b14d93698233455c68e6
Date: Mon, 05 Apr 2010 17:10:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  7673319d744b6dec9f81b14d93698233455c68e6 (commit)
      from  9b3edaec6fc3ea76276f178b8a89d93ab2484ddd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=7673319d744b6dec9f81b14d93698233455c68e6

commit 7673319d744b6dec9f81b14d93698233455c68e6
Author: Klaus Treichel <address@hidden>
Date:   Mon Apr 5 19:10:42 2010 +0200

    Add missing prototype for _md_arm_cmp_float.

diff --git a/engine/md_arm.h b/engine/md_arm.h
index 0b2aed9..1ad044c 100644
--- a/engine/md_arm.h
+++ b/engine/md_arm.h
@@ -646,6 +646,8 @@ extern md_inst_ptr _md_arm_setcc(md_inst_ptr inst, int reg,
 
 #ifdef ARM_HAS_FLOAT
 
+md_inst_ptr _md_arm_cmp_float(md_inst_ptr inst, int dreg, int sreg1,
+                                                         int sreg2, int 
lessop);
 #define md_cmp_reg_reg_float(inst,dreg,sreg1,sreg2,lessop) \
                        do { \
                                inst = _md_arm_cmp_float((inst), (dreg), 
(sreg1), (sreg2), \

-----------------------------------------------------------------------

Summary of changes:
 engine/md_arm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]