You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -6,7 +6,7 @@ if CROSS_COMPILING
|
||||
SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis profiler
|
||||
else
|
||||
if INSTALL_MONOTOUCH
|
||||
SUBDIRS = utils io-layer metadata arch $(sgen_dirs) mini profiler
|
||||
SUBDIRS = arch utils io-layer metadata $(sgen_dirs) mini profiler
|
||||
|
||||
monotouch-do-build:
|
||||
@list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
|
||||
@@ -270,8 +270,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
@@ -382,7 +380,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
@SUPPORT_SGEN_TRUE@sgen_dirs = sgen
|
||||
@CROSS_COMPILING_FALSE@@INSTALL_MONOTOUCH_FALSE@SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
|
||||
@CROSS_COMPILING_FALSE@@INSTALL_MONOTOUCH_TRUE@SUBDIRS = utils io-layer metadata arch $(sgen_dirs) mini profiler
|
||||
@CROSS_COMPILING_FALSE@@INSTALL_MONOTOUCH_TRUE@SUBDIRS = arch utils io-layer metadata $(sgen_dirs) mini profiler
|
||||
@CROSS_COMPILING_TRUE@SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis profiler
|
||||
DIST_SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
|
||||
all: all-recursive
|
||||
|
||||
1183
mono/arch/ChangeLog
1183
mono/arch/ChangeLog
File diff suppressed because it is too large
Load Diff
@@ -7,5 +7,4 @@ if ARM
|
||||
SUBDIRS = $(arch_target)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = ChangeLog
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = mono/arch
|
||||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||||
$(top_srcdir)/mkinstalldirs ChangeLog
|
||||
$(top_srcdir)/mkinstalldirs
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
|
||||
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
||||
@@ -270,8 +270,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
@@ -385,7 +383,6 @@ AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|
||||
|
||||
# arm needs to build some stuff even in JIT mode
|
||||
@ARM_TRUE@SUBDIRS = $(arch_target)
|
||||
EXTRA_DIST = ChangeLog
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
@@ -211,8 +211,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
1511
mono/arch/amd64/amd64-codegen.h
Normal file
1511
mono/arch/amd64/amd64-codegen.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
d3c1b42993c0a735c2a253fc2773cfff48c50364
|
||||
@@ -211,8 +211,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* Copyright (c) 2002-2003 Sergey Chaban <serge@wildwestsoftware.com>
|
||||
* Copyright 2005-2011 Novell Inc
|
||||
* Copyright 2011 Xamarin Inc
|
||||
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1014,11 +1015,7 @@ typedef struct {
|
||||
ARM_RORS_REG_COND(p, rd, rm, rs, ARMCOND_AL)
|
||||
#define ARM_RORS_REG_REG(p, rd, rm, rs) ARM_RORS_REG(p, rd, rm, rs)
|
||||
|
||||
#ifdef __native_client_codegen__
|
||||
#define ARM_DBRK(p) ARM_EMIT(p, 0xE7FEDEF0)
|
||||
#else
|
||||
#define ARM_DBRK(p) ARM_EMIT(p, 0xE6000010)
|
||||
#endif
|
||||
#define ARM_IASM_DBRK() ARM_IASM_EMIT(0xE6000010)
|
||||
|
||||
#define ARM_INC(p, reg) ARM_ADD_REG_IMM8(p, reg, reg, 1)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
//
|
||||
// Copyright 2011 Xamarin Inc
|
||||
//
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
#ifndef __MONO_ARM_VFP_CODEGEN_H__
|
||||
#define __MONO_ARM_VFP_CODEGEN_H__
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
EXTRA_DIST = arm64-codegen.h
|
||||
|
||||
@@ -211,8 +211,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
@@ -321,6 +319,7 @@ target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = arm64-codegen.h
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
852
mono/arch/arm64/arm64-codegen.h
Normal file
852
mono/arch/arm64/arm64-codegen.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -211,8 +211,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
@@ -262,8 +262,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* Copyright (c) 2004 Novell, Inc
|
||||
* Author: Paolo Molaro (lupus@ximian.com)
|
||||
*
|
||||
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
*/
|
||||
|
||||
/* registers */
|
||||
|
||||
@@ -211,8 +211,6 @@ NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OPROFILE_CFLAGS = @OPROFILE_CFLAGS@
|
||||
OPROFILE_LIBS = @OPROFILE_LIBS@
|
||||
OTOOL = @OTOOL@
|
||||
OTOOL64 = @OTOOL64@
|
||||
PACKAGE = @PACKAGE@
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
Copyright (C) 2007-2008 Andreas Faerber
|
||||
|
||||
for testing do the following: ./test | as -o test.o
|
||||
Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
*/
|
||||
|
||||
#ifndef __MONO_PPC_CODEGEN_H__
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
2010-03-23 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* s390x-codegen.h: Remove duplicate
|
||||
|
||||
2009-06-24 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* s390x-codegen.h: Add some new instructions.
|
||||
|
||||
2007-04-12 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* tramp.c: Add MONO_TYPE_PTR case.
|
||||
|
||||
2007-01-23 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* s390x-codegen.h: Add packed attribute to several instruction structures.
|
||||
|
||||
2006-03-13 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* s390x-codegen.h: Fix immediate checks.
|
||||
|
||||
2006-01-06 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* s390x-codegen.h: Add lpdbr instruction (OP_ABS).
|
||||
|
||||
2006-01-03 Neale Ferguson <neale@sinenomine.net>
|
||||
|
||||
* s390x-codegen.h: Add some new instructions.
|
||||
|
||||
2004-12-15 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
|
||||
|
||||
* s390x-codegen.h: Add some new instructions (CS, CSG, CSY, CDS, CDSG, CDSY)
|
||||
|
||||
2004-08-03 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
|
||||
|
||||
* s390x-codegen.h Makefile.am tramp.c: S/390 64-bit interpreter
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user