/* Definitions for AMD x86-64 running FreeBSD with ELF format Copyright (C) 2002, 2004, 2007 Free Software Foundation, Inc. Contributed by David O'Brien Adapted from the FreeBSD version. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (x86-64 DragonFly/ELF)"); /* Tell final.c that we don't need a label passed to mcount. */ #undef MCOUNT_NAME #define MCOUNT_NAME ".mcount" #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ { "dfbsd_dynamic_linker", DFBSD_DYNAMIC_LINKER }