aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386m3-nat.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-26 04:20:44 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-26 04:20:44 +0000
commit493424b108c2461cab7192f65a8193c3ad1280dc (patch)
tree49e0b01583f789f27ed891583383ff9030cbcee5 /gdb/i386m3-nat.c
parent8babef8561c53ee34f0d937771ac88363820519f (diff)
downloadgdb-493424b108c2461cab7192f65a8193c3ad1280dc.zip
gdb-493424b108c2461cab7192f65a8193c3ad1280dc.tar.gz
gdb-493424b108c2461cab7192f65a8193c3ad1280dc.tar.bz2
* m3-nat.c, i386m3-nat.c, config/i386/i386m3.mh: Many minor
changes to make it compile (it doesn't link yet).
Diffstat (limited to 'gdb/i386m3-nat.c')
-rw-r--r--gdb/i386m3-nat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/i386m3-nat.c b/gdb/i386m3-nat.c
index b3c9358..6581a86 100644
--- a/gdb/i386m3-nat.c
+++ b/gdb/i386m3-nat.c
@@ -120,7 +120,7 @@ fetch_inferior_registers (regno)
&stateCnt);
if (ret != KERN_SUCCESS)
- message ("fetch_inferior_registers: %s ",
+ warning ("fetch_inferior_registers: %s ",
mach_error_string (ret));
#if 0
/* It may be more effective to store validate all of them,
@@ -168,7 +168,7 @@ store_inferior_registers (regno)
if (ret != KERN_SUCCESS)
{
- message ("store_inferior_registers (get): %s",
+ warning ("store_inferior_registers (get): %s",
mach_error_string (ret));
if (must_suspend_thread)
setup_thread (current_thread, 0);
@@ -199,7 +199,7 @@ store_inferior_registers (regno)
i386_THREAD_STATE_COUNT);
if (ret != KERN_SUCCESS)
- message ("store_inferior_registers (set): %s",
+ warning ("store_inferior_registers (set): %s",
mach_error_string (ret));
if (must_suspend_thread)
@@ -362,7 +362,7 @@ get_i387_state (fstate)
if (ret != KERN_SUCCESS)
{
- message ("Can not get live floating point state: %s",
+ warning ("Can not get live floating point state: %s",
mach_error_string (ret));
return FALSE;
}
@@ -411,7 +411,7 @@ i386_mach3_float_info()
if (!valid)
{
- message("no floating point status saved");
+ warning ("no floating point status saved");
return;
}