From 287de65625a667b6403d0606fa75b67926ec7230 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 9 Mar 2023 14:56:09 -0500 Subject: gdb, gdbserver, gdbsupport: fix whitespace issues Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0 --- gdb/mips-tdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/mips-tdep.c') diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index b88a2f6..52799b9 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -5219,13 +5219,13 @@ mips_n32n64_return_value (struct gdbarch *gdbarch, struct value *function, From MIPSpro Assembly Language Programmer's Guide, Document Number: 007-2418-004 - Software + Software Register Name(from Name fgregdef.h) Use and Linkage ----------------------------------------------------------------- $f0, $f2 fv0, fv1 Hold results of floating-point type function - ($f0) and complex type function ($f0 has the - real part, $f2 has the imaginary part.) */ + ($f0) and complex type function ($f0 has the + real part, $f2 has the imaginary part.) */ if (type->length () > 2 * MIPS64_REGSIZE) return RETURN_VALUE_STRUCT_CONVENTION; -- cgit v1.1