X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig%2Fnetbsd-aout.h;h=bf2bb9e5ddb9912244fd0bac851a7694c9996e52;hp=914212b877f0063038089d786448d10c7613ae73;hb=f37ef985f35a963f06b8112872899cb9d6811969;hpb=8c582e4f6508e1a67855f0e5b4f1cb173b1640cf diff --git a/gcc/config/netbsd-aout.h b/gcc/config/netbsd-aout.h index 914212b877f..bf2bb9e5ddb 100644 --- a/gcc/config/netbsd-aout.h +++ b/gcc/config/netbsd-aout.h @@ -1,5 +1,5 @@ /* Common configuration file for NetBSD a.out targets. - Copyright (C) 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2007, 2010 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. @@ -26,13 +26,6 @@ along with GCC; see the file COPYING3. If not see } \ while (0) -/* This defines which switch letters take arguments. */ - -#undef SWITCH_TAKES_ARG -#define SWITCH_TAKES_ARG(CHAR) \ - (DEFAULT_SWITCH_TAKES_ARG(CHAR) \ - || (CHAR) == 'R') - /* Provide an ASM_SPEC appropriate for NetBSD. Currently we only deal with the options for generating PIC code. */