From a6944b2230cf601855392326787168fc715030fc Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 15 Nov 2003 20:48:40 +0000 Subject: * sparc-tdep.c: Fix typos in comments. --- gdb/ChangeLog | 2 ++ gdb/sparc-tdep.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ec0cfa4507..ab5333fe0fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-11-15 Mark Kettenis + * sparc-tdep.c: Fix typos in comments. + * sparc-linux-tdep.c (sparc32_linux_init_abi): Set long_double_bit to 64. diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index 76237d76353..dd8d1f85e10 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -52,12 +52,12 @@ Solaris 1.x. If we talk about Solaris we mean Solaris 2.x and above (Solaris 7, 8 and 9 are nothing but Solaris 2.7, 2.8 and 2.9 suffering from severe version number inflation). Solaris 2.x is - also known as SunOS 5.x, since that's what uname(1). Solaris 2.x - is SVR4-based. */ + also known as SunOS 5.x, since that's what uname(1) says. Solaris + 2.x is SVR4-based. */ /* Please use the sparc32_-prefix for 32-bit specific code, the sparc64_-prefix for 64-bit specific code and the sparc_-prefix for - code can handle both. The 64-bit specific code lives in + code that can handle both. The 64-bit specific code lives in sparc64-tdep.c; don't add any here. */ /* The stack pointer is offset from the stack frame by a BIAS of 2047 -- cgit v1.2.1