diff options
-rw-r--r-- | gcc/config/mips/elfl.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/elfl64.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/elfl.h b/gcc/config/mips/elfl.h index 5bed89b..4e3b2b3 100644 --- a/gcc/config/mips/elfl.h +++ b/gcc/config/mips/elfl.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* This is a little endian version of ecoff.h. */ +/* This is a little endian version of elf.h. */ #define TARGET_ENDIAN_DEFAULT 0 diff --git a/gcc/config/mips/elfl64.h b/gcc/config/mips/elfl64.h index dadcc6c..c1abdf0 100644 --- a/gcc/config/mips/elfl64.h +++ b/gcc/config/mips/elfl64.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* This is a little endian version of ecoff.h. */ +/* This is a little endian version of elf64.h. */ #define TARGET_ENDIAN_DEFAULT 0 |