aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2005-07-01 06:07:21 +0000
committerBen Elliston <bje@gnu.org>2005-07-01 06:07:21 +0000
commit9da6f27d0c81f4cc8cdd805f3836293cf0ad22b6 (patch)
tree34ae7853b362d65166e66d5072f29300448134fd
parent7d24e2d5588aa0ac3ac7ce6a9c91c3922d121618 (diff)
downloaddejagnu-9da6f27d0c81f4cc8cdd805f3836293cf0ad22b6.zip
dejagnu-9da6f27d0c81f4cc8cdd805f3836293cf0ad22b6.tar.gz
dejagnu-9da6f27d0c81f4cc8cdd805f3836293cf0ad22b6.tar.bz2
Unify some changes with the 1.4 branch:
2004-10-28 Nick Clifton <nickc@redhat.com> * baseboards/iq2000-sim.exp: New file. 2004-06-08 Alexandre Oliva <aoliva@redhat.com> * baseboards/mn10300-sim.exp: Set needs_status_wrapper and noresults to zero. 2004-05-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * baseboards/m32r-linux-sim.exp: Add New file.
-rw-r--r--ChangeLog19
-rw-r--r--baseboards/iq2000-sim.exp4
-rw-r--r--baseboards/m32r-linux-sim.exp6
-rw-r--r--baseboards/mn10300-sim.exp4
4 files changed, 23 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 40b1427..b5b2ccd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-07-01 Ben Elliston <bje@gnu.org>
+
+ Unify some changes with the 1.4 branch:
+
+ 2004-10-28 Nick Clifton <nickc@redhat.com>
+ * baseboards/iq2000-sim.exp: New file.
+
+ 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
+ * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
+ noresults to zero.
+
+ 2004-05-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+ * baseboards/m32r-linux-sim.exp: Add New file.
+
2005-06-24 Ben Elliston <bje@gnu.org>
* MAINTAINERS: Update my email address.
@@ -65,7 +79,8 @@
* testglue.c: Prototype abort and exit.
-from Alexandre Oliva <aoliva@redhat.com>
+2004-06-08 Alexandre Oliva <aoliva@redhat.com>
+
* baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
string.
@@ -74,7 +89,7 @@ Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>
* lib/remote.exp (call_remote): Remove multilibs from the board
name when rebooting a board.
-2004-0603 Alexandre Oliva <aoliva@redhat.com>
+2004-06-03 Alexandre Oliva <aoliva@redhat.com>
* baseboards/mn10300-sim.exp: Set needs_status_wrapper and
noresults to zero.
diff --git a/baseboards/iq2000-sim.exp b/baseboards/iq2000-sim.exp
index 4623085..276b867 100644
--- a/baseboards/iq2000-sim.exp
+++ b/baseboards/iq2000-sim.exp
@@ -21,9 +21,9 @@ set_board_info compiler "[find_gcc]"
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
# Special linker script needed to run C programs.
-set_board_info ldscript "-Tsim.ld";
+set_board_info ldscript "-Tsim.ld"
-# The simulator doesn't return exit statuses and we need to indicate this;
+# The simulator doesn't return exit statuses and we need to indicate this
# the standard GCC wrapper will work with this target.
set_board_info needs_status_wrapper 1
# Doesn't pass arguments or handle signals,
diff --git a/baseboards/m32r-linux-sim.exp b/baseboards/m32r-linux-sim.exp
index 2c16228..441df48 100644
--- a/baseboards/m32r-linux-sim.exp
+++ b/baseboards/m32r-linux-sim.exp
@@ -21,16 +21,14 @@ set_board_info compiler "[find_gcc]"
set_board_info cflags ""
set_board_info ldflags "-static"
# No linker script needed.
-set_board_info ldscript "";
+set_board_info ldscript ""
-# The simulator doesn't return exit statuses and we need to indicate this;
+# The simulator doesn't return exit statuses and we need to indicate this
# the standard GCC wrapper will work with this target.
set_board_info needs_status_wrapper 1
-
# Doesn't pass arguments or signals, can't return results, and doesn't
# do inferiorio.
set_board_info noargs 1
set_board_info gdb,nosignals 1
set_board_info gdb,noresults 1
set_board_info gdb,noinferiorio 1
-
diff --git a/baseboards/mn10300-sim.exp b/baseboards/mn10300-sim.exp
index b040243..b36d574 100644
--- a/baseboards/mn10300-sim.exp
+++ b/baseboards/mn10300-sim.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 - 2003, 2004 Free Software
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
# Foundation, Inc.
#
# This file is part of DejaGnu.
@@ -46,7 +46,7 @@ set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
set_board_info ldscript "-Tsim.ld"
# The simulator doesn't return exit statuses and we need to indicate this.
-set_board_info needs_status_wrapper ""
+set_board_info needs_status_wrapper ""
# We can't pass args to the simulator or get exit status back from the
# simulator, nor does the simulator support real signals.