diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 14:56:09 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 16:32:00 -0500 |
commit | 287de65625a667b6403d0606fa75b67926ec7230 (patch) | |
tree | a4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/mips-tdep.c | |
parent | 2562954ede66f32bff7d985e752b8052c2ae5775 (diff) | |
download | gdb-287de65625a667b6403d0606fa75b67926ec7230.zip gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.bz2 |
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places.
Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; |