From: Ian Lance Taylor Date: Thu, 13 Oct 1994 03:21:47 +0000 (+0000) Subject: correct comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da9fd98ce0750b4bf30edc648b9e9634e01d3a2c;p=binutils-gdb.git correct comment --- diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h index 10384f60f19..ad0dee3a4ad 100644 --- a/gdb/config/mips/tm-mips64.h +++ b/gdb/config/mips/tm-mips64.h @@ -35,6 +35,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define OP_LDFPR 065 /* ldc1 */ #define OP_LDGPR 067 /* ld */ -/* Get the basic MIPS definitions. Default to big endian, since that - is how the chips are mostly used. */ +/* Get the basic MIPS definitions. */ #include "tm-mips.h"