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"