diff options
author | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-07 12:21:44 +0000 |
---|---|---|
committer | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-07 12:21:44 +0000 |
commit | 94f18c7e7cd9a47b97c0cf20924aab26f7323ebb (patch) | |
tree | b3d58f216b49eab8ccc14dcd0d265bcc6c36eeda /gcc | |
parent | d7f27604d17c147479d40b95eeb26c4c7376e3df (diff) | |
download | ppe42-gcc-94f18c7e7cd9a47b97c0cf20924aab26f7323ebb.tar.gz ppe42-gcc-94f18c7e7cd9a47b97c0cf20924aab26f7323ebb.zip |
* config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
(MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
* config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
* config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29168 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86e1b456795..a2e2ef556c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 7 08:15:49 1999 Gavin Romig-Koch <gavin@cygnus.com> + + * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro. + (MULTILIB_ENDIAN_DEFAULT) : Use the new macro. + * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro. + * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro. + Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com) * pa/x-pa-mpeix: New file for the MPE port. |