diff options
| author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-16 03:16:41 +0000 |
|---|---|---|
| committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-16 03:16:41 +0000 |
| commit | bbd21807fdf6c26859f744e88746e3d6b5ef8d95 (patch) | |
| tree | deeee822f70c0839518a6c1fc46453b506288344 /gcc/config/rs6000/netware.h | |
| parent | 1a8c3b2735fd96cfbd899d8561cc5ab86bf1e1da (diff) | |
| download | ppe42-gcc-bbd21807fdf6c26859f744e88746e3d6b5ef8d95.tar.gz ppe42-gcc-bbd21807fdf6c26859f744e88746e3d6b5ef8d95.zip | |
See the ChangeLog on the branch for more details.
* configure.in: Merge in changes from newppc-branch.
* configure: Regenerate.
* config/rs6000/*: Merge in changes from newppc-branch.
Also correct copyright notices.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32575 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/netware.h')
| -rw-r--r-- | gcc/config/rs6000/netware.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gcc/config/rs6000/netware.h b/gcc/config/rs6000/netware.h index 61133b9b1ee..622b972aa19 100644 --- a/gcc/config/rs6000/netware.h +++ b/gcc/config/rs6000/netware.h @@ -1,6 +1,6 @@ /* Core target definitions for GNU compiler for IBM RS/6000 PowerPC running NetWare - Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1998, 2000 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GNU CC. @@ -34,24 +34,11 @@ Boston, MA 02111-1307, USA. */ #undef PROCESSOR_DEFAULT #define PROCESSOR_DEFAULT PROCESSOR_PPC601 -/* Don't generate XCOFF debugging information. */ - -#undef XCOFF_DEBUGGING_INFO - -/* Don't use the COFF object file format. */ - -#undef OBJECT_FORMAT_COFF - /* The XCOFF support uses weird symbol suffixes, which we don't want for ELF. */ #undef STRIP_NAME_ENCODING -/* Don't bother to output .extern pseudo-ops. They are not needed by - ELF assemblers. */ - -#undef ASM_OUTPUT_EXTERNAL - /* Undefine some things which are defined by the generic svr4.h. */ #undef ASM_FILE_END |

