aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-13 03:21:47 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-13 03:21:47 +0000
commitda9fd98ce0750b4bf30edc648b9e9634e01d3a2c (patch)
treef3a7745eea8c26777effdaac201e9dacfd02ae83 /gdb/config
parentb0e4cdbb93f3b859c83d4c7fa7e82b1b7e92cfb9 (diff)
downloadgdb-da9fd98ce0750b4bf30edc648b9e9634e01d3a2c.zip
gdb-da9fd98ce0750b4bf30edc648b9e9634e01d3a2c.tar.gz
gdb-da9fd98ce0750b4bf30edc648b9e9634e01d3a2c.tar.bz2
correct comment
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-mips64.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h
index 10384f6..ad0dee3 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"