diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-24 17:27:53 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-24 17:27:53 +0000 |
commit | 947154bc5cdaea8112f35289ed3b7055fcb28e08 (patch) | |
tree | 342fc70f6096984934ae88b68428ec2d98998bff /gcc/config/rs6000/sol2.h | |
parent | 8f3a5ce8ae9c94988c305c23ddc7b79cca37efc4 (diff) | |
download | gcc-947154bc5cdaea8112f35289ed3b7055fcb28e08.tar.gz |
update last change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11876 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/sol2.h')
-rw-r--r-- | gcc/config/rs6000/sol2.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/rs6000/sol2.h b/gcc/config/rs6000/sol2.h index 700640b7ff3..9ed7ac23c64 100644 --- a/gcc/config/rs6000/sol2.h +++ b/gcc/config/rs6000/sol2.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 running AIX version 3.1. - Copyright (C) 1993 Free Software Foundation, Inc. - Contributed by Richard Kenner (kenner@nyu.edu) + Copyright (C) 1996 Free Software Foundation, Inc. + Contributed by David Reese (Dave.Reese@East.Sun.COM) This file is part of GNU CC. @@ -49,14 +49,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{!p:-Y P,/usr/ccs/lib:/usr/lib}}} \ %{Qy:} %{!Qn:-Qy}" -/* This defines which switch letters take arguments. - It is as in svr4.h but with -R added. */ - #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_POWERPC | \ MASK_NEW_MNEMONICS | \ MASK_LITTLE_ENDIAN | \ - MASK_NO_MAIN_INIT | \ MASK_REGNAMES) #undef LIB_DEFAULT_SPEC |