summaryrefslogtreecommitdiff
path: root/build_vxworks/test/micro
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /build_vxworks/test/micro
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'build_vxworks/test/micro')
-rw-r--r--build_vxworks/test/micro/b_curalloc.c2
-rw-r--r--build_vxworks/test/micro/b_curwalk.c2
-rw-r--r--build_vxworks/test/micro/b_del.c2
-rw-r--r--build_vxworks/test/micro/b_get.c2
-rw-r--r--build_vxworks/test/micro/b_inmem.c2
-rw-r--r--build_vxworks/test/micro/b_latch.c2
-rw-r--r--build_vxworks/test/micro/b_load.c2
-rw-r--r--build_vxworks/test/micro/b_open.c2
-rw-r--r--build_vxworks/test/micro/b_put.c2
-rw-r--r--build_vxworks/test/micro/b_recover.c2
-rw-r--r--build_vxworks/test/micro/b_txn.c2
-rw-r--r--build_vxworks/test/micro/b_txn_write.c2
-rw-r--r--build_vxworks/test/micro/b_uname.c2
-rw-r--r--build_vxworks/test/micro/b_util.c2
-rw-r--r--build_vxworks/test/micro/b_workload.c2
-rw-r--r--build_vxworks/test/micro/b_workload.h2
-rw-r--r--build_vxworks/test/micro/bench.h2
-rw-r--r--build_vxworks/test/micro/test_micro.c2
-rwxr-xr-xbuild_vxworks/test/micro/test_micro20.wpj142
-rwxr-xr-xbuild_vxworks/test/micro/test_micro22.wpj176
20 files changed, 18 insertions, 336 deletions
diff --git a/build_vxworks/test/micro/b_curalloc.c b/build_vxworks/test/micro/b_curalloc.c
index 8868522d..cb38f389 100644
--- a/build_vxworks/test/micro/b_curalloc.c
+++ b/build_vxworks/test/micro/b_curalloc.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_curwalk.c b/build_vxworks/test/micro/b_curwalk.c
index 557e98f9..fd7f46d1 100644
--- a/build_vxworks/test/micro/b_curwalk.c
+++ b/build_vxworks/test/micro/b_curwalk.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_del.c b/build_vxworks/test/micro/b_del.c
index 3354bafe..8cfe3ed7 100644
--- a/build_vxworks/test/micro/b_del.c
+++ b/build_vxworks/test/micro/b_del.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_get.c b/build_vxworks/test/micro/b_get.c
index f30076d8..a8154c70 100644
--- a/build_vxworks/test/micro/b_get.c
+++ b/build_vxworks/test/micro/b_get.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_inmem.c b/build_vxworks/test/micro/b_inmem.c
index d37de5a9..44b239e1 100644
--- a/build_vxworks/test/micro/b_inmem.c
+++ b/build_vxworks/test/micro/b_inmem.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_latch.c b/build_vxworks/test/micro/b_latch.c
index c9676556..4f6e85d3 100644
--- a/build_vxworks/test/micro/b_latch.c
+++ b/build_vxworks/test/micro/b_latch.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_load.c b/build_vxworks/test/micro/b_load.c
index 99635d2f..14b314dd 100644
--- a/build_vxworks/test/micro/b_load.c
+++ b/build_vxworks/test/micro/b_load.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_open.c b/build_vxworks/test/micro/b_open.c
index f56d4e75..38b78047 100644
--- a/build_vxworks/test/micro/b_open.c
+++ b/build_vxworks/test/micro/b_open.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_put.c b/build_vxworks/test/micro/b_put.c
index 4db4bb9f..95cc3910 100644
--- a/build_vxworks/test/micro/b_put.c
+++ b/build_vxworks/test/micro/b_put.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_recover.c b/build_vxworks/test/micro/b_recover.c
index 506aec8e..b15d930b 100644
--- a/build_vxworks/test/micro/b_recover.c
+++ b/build_vxworks/test/micro/b_recover.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_txn.c b/build_vxworks/test/micro/b_txn.c
index e9dcfbe2..c686dc88 100644
--- a/build_vxworks/test/micro/b_txn.c
+++ b/build_vxworks/test/micro/b_txn.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_txn_write.c b/build_vxworks/test/micro/b_txn_write.c
index a5f4dc8b..50715ca0 100644
--- a/build_vxworks/test/micro/b_txn_write.c
+++ b/build_vxworks/test/micro/b_txn_write.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_uname.c b/build_vxworks/test/micro/b_uname.c
index 4db0af05..77e78238 100644
--- a/build_vxworks/test/micro/b_uname.c
+++ b/build_vxworks/test/micro/b_uname.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_util.c b/build_vxworks/test/micro/b_util.c
index ecaf10d8..67a79c1a 100644
--- a/build_vxworks/test/micro/b_util.c
+++ b/build_vxworks/test/micro/b_util.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_workload.c b/build_vxworks/test/micro/b_workload.c
index 513872cb..762e8617 100644
--- a/build_vxworks/test/micro/b_workload.c
+++ b/build_vxworks/test/micro/b_workload.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/b_workload.h b/build_vxworks/test/micro/b_workload.h
index 4ffa7711..ebf8611e 100644
--- a/build_vxworks/test/micro/b_workload.h
+++ b/build_vxworks/test/micro/b_workload.h
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/bench.h b/build_vxworks/test/micro/bench.h
index 7e8c4f45..308f8b8b 100644
--- a/build_vxworks/test/micro/bench.h
+++ b/build_vxworks/test/micro/bench.h
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/test_micro.c b/build_vxworks/test/micro/test_micro.c
index 436a9a00..c230028d 100644
--- a/build_vxworks/test/micro/test_micro.c
+++ b/build_vxworks/test/micro/test_micro.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/build_vxworks/test/micro/test_micro20.wpj b/build_vxworks/test/micro/test_micro20.wpj
deleted file mode 100755
index 3a696f41..00000000
--- a/build_vxworks/test/micro/test_micro20.wpj
+++ /dev/null
@@ -1,142 +0,0 @@
-Document file - DO NOT EDIT
-
-<BEGIN> BUILD_PENTIUMgnu_BUILDRULE
-test_micro20.out
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_AR
-ar386
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_ARCHIVE
-$(PRJ_DIR)/PENTIUMgnu/test_micro20.a
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_AS
-cc386
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_CC
-cc386
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_CFLAGS
--g \
- -mpentium \
- -ansi \
- -nostdinc \
- -DRW_MULTI_THREAD \
- -D_REENTRANT \
- -fvolatile \
- -nostdlib \
- -fno-builtin \
- -fno-defer-pop \
- -I$(PRJ_DIR)/.. \
- -I$(PRJ_DIR)/../.. \
- -I$(WIND_BASE)/target/h \
- -DCPU=PENTIUM
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_CFLAGS_AS
--g \
- -mpentium \
- -ansi \
- -nostdinc \
- -fvolatile \
- -nostdlib \
- -fno-builtin \
- -fno-defer-pop \
- -P \
- -x \
- assembler-with-cpp \
- -I$(WIND_BASE)/target/h \
- -DCPU=PENTIUM
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_CPP
-cc386 -E -P -xc
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_LD
-ld386
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_LDDEPS
-
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_LDFLAGS
--X -N
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_LD_PARTIAL_FLAGS
--X -r
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_NM
-nm386 -g
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_OPTION_DEFINE_MACRO
--D
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_OPTION_INCLUDE_DIR
--I
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_POST_BUILD_RULE
-
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_PRJ_LIBS
-
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_MACRO_SIZE
-size386
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_RO_DEPEND_PATH
-{$(WIND_BASE)/target/h/} \
- {$(WIND_BASE)/target/src/} \
- {$(WIND_BASE)/target/config/}
-<END>
-
-<BEGIN> BUILD_PENTIUMgnu_TC
-::tc_PENTIUMgnu
-<END>
-
-<BEGIN> BUILD_RULE_archive
-
-<END>
-
-<BEGIN> BUILD_RULE_test_micro20.out
-
-<END>
-
-<BEGIN> BUILD_RULE_objects
-
-<END>
-
-<BEGIN> BUILD__CURRENT
-PENTIUMgnu
-<END>
-
-<BEGIN> BUILD__LIST
-PENTIUMgnu
-<END>
-
-<BEGIN> CORE_INFO_TYPE
-::prj_vxApp
-<END>
-
-<BEGIN> CORE_INFO_VERSION
-2.0
-<END>
-<BEGIN> PROJECT_FILES
-<END>
-
-<BEGIN> userComments
-test_micro
-<END>
diff --git a/build_vxworks/test/micro/test_micro22.wpj b/build_vxworks/test/micro/test_micro22.wpj
deleted file mode 100755
index 7e56e1be..00000000
--- a/build_vxworks/test/micro/test_micro22.wpj
+++ /dev/null
@@ -1,176 +0,0 @@
-Document file - DO NOT EDIT
-
-<BEGIN> BUILD_PENTIUM2gnu_BUILDRULE
-test_micro22.out
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_AR
-arpentium
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_ARCHIVE
-$(PRJ_DIR)/PENTIUM2gnu/test_micro22.a
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_AS
-ccpentium
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_CC
-ccpentium
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_CC_ARCH_SPEC
--mcpu=pentiumpro -march=pentiumpro
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_CFLAGS
--g \
- -mcpu=pentiumpro \
- -march=pentiumpro \
- -ansi \
- -nostdlib \
- -DRW_MULTI_THREAD \
- -D_REENTRANT \
- -fvolatile \
- -fno-builtin \
- -fno-defer-pop \
- -I$(PRJ_DIR)/.. \
- -I$(PRJ_DIR)/../.. \
- -I$(WIND_BASE)/target/h \
- -DCPU=PENTIUM2 \
- -DTOOL_FAMILY=gnu \
- -DTOOL=gnu
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_CFLAGS_AS
--g \
- -mcpu=pentiumpro \
- -march=pentiumpro \
- -ansi \
- -nostdlib \
- -fno-builtin \
- -fno-defer-pop \
- -P \
- -xassembler-with-cpp \
- -I$(WIND_BASE)/target/h \
- -DCPU=PENTIUM2 \
- -DTOOL_FAMILY=gnu \
- -DTOOL=gnu
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_CPP
-ccpentium -E -P
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_HEX_FLAGS
-
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_LD
-ldpentium
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_LDFLAGS
--X -N
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_LD_PARTIAL
-ccpentium -r -nostdlib -Wl,-X
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_LD_PARTIAL_FLAGS
--X -r
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_NM
-nmpentium -g
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_OPTION_DEFINE_MACRO
--D
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_OPTION_DEPEND
--M -w
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_OPTION_GENERATE_DEPENDENCY_FILE
--MD
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_OPTION_INCLUDE_DIR
--I
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_OPTION_LANG_C
--xc
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_OPTION_UNDEFINE_MACRO
--U
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_POST_BUILD_RULE
-
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_PRJ_LIBS
-
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_SIZE
-sizepentium
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_MACRO_TOOL_FAMILY
-gnu
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_RO_DEPEND_PATH
-{$(WIND_BASE)/target/h/} \
- {$(WIND_BASE)/target/src/} \
- {$(WIND_BASE)/target/config/}
-<END>
-
-<BEGIN> BUILD_PENTIUM2gnu_TC
-::tc_PENTIUM2gnu
-<END>
-
-<BEGIN> BUILD_RULE_archive
-
-<END>
-
-<BEGIN> BUILD_RULE_test_micro22.out
-
-<END>
-
-<BEGIN> BUILD_RULE_test_micro22.pl
-
-<END>
-
-<BEGIN> BUILD_RULE_objects
-
-<END>
-
-<BEGIN> BUILD__CURRENT
-PENTIUM2gnu
-<END>
-
-<BEGIN> BUILD__LIST
-PENTIUM2gnu
-<END>
-
-<BEGIN> CORE_INFO_TYPE
-::prj_vxApp
-<END>
-
-<BEGIN> CORE_INFO_VERSION
-2.2
-<END>
-<BEGIN> PROJECT_FILES
-<END>
-
-<BEGIN> userComments
-test_micro
-<END>