aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-03-26 02:41:37 +0000
committerRob Savoye <rob@welcomehome.org>2002-03-26 02:41:37 +0000
commitab02af525d4aea59327a732436639c38658771c9 (patch)
treede97d3f242798e4518709fd05be4beee551f64e6 /ChangeLog
parent461ef3b5398da777ff09e6c77982c75a33054a98 (diff)
downloaddejagnu-ab02af525d4aea59327a732436639c38658771c9.zip
dejagnu-ab02af525d4aea59327a732436639c38658771c9.tar.gz
dejagnu-ab02af525d4aea59327a732436639c38658771c9.tar.bz2
2002-03-26 Hans-Peter Nilsson <hp@bitrange.com>
* lib/libgloss.exp (build_wrapper): Wrap _exit too, unless wrap_m68k_aout, uses_underscores or is_vxworks are defined in target_info. * testglue.c [!VXWORKS && !UNDERSCORES && !WRAP_M68K_AOUT] (REAL__EXIT): Define. [!UNDERSCORES && !WRAP_M68K_AOUT] (ORIG__EXIT): Define. [REAL__EXIT] (REAL__EXIT): Prototype. [ORIG__EXIT] (ORIG__EXIT): New function wrapper. (done_exit_message): New static variable. (ORIG_EXIT): Set done_exit_message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5de8700..4d16f54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-03-26 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * lib/libgloss.exp (build_wrapper): Wrap _exit too, unless
+ wrap_m68k_aout, uses_underscores or is_vxworks are defined in
+ target_info.
+
+ * testglue.c [!VXWORKS && !UNDERSCORES && !WRAP_M68K_AOUT]
+ (REAL__EXIT): Define.
+ [!UNDERSCORES && !WRAP_M68K_AOUT] (ORIG__EXIT): Define.
+ [REAL__EXIT] (REAL__EXIT): Prototype.
+ [ORIG__EXIT] (ORIG__EXIT): New function wrapper.
+ (done_exit_message): New static variable.
+ (ORIG_EXIT): Set done_exit_message.
+
2002-03-11 Chris Demetriou <cgd@broadcom.com>
* baseboards/mips-sim-idt32.exp: New file.