summaryrefslogtreecommitdiff
path: root/gcc/config/i386/freebsd64.h
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2002-01-26 07:24:57 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2002-01-26 07:24:57 +0000
commit216c995f351f3aff8362c12ddf7d9f155f2a7c4f (patch)
tree5cc3db018cfb2a33a161c69adfcf89a95968b271 /gcc/config/i386/freebsd64.h
parentf24e160adca4cca5c360531026d80b532877104b (diff)
downloadgcc-216c995f351f3aff8362c12ddf7d9f155f2a7c4f.tar.gz
x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide default setting.
2002-01-25 David O'Brien <obrien@FreeBSD.org> * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide default setting. * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override existing setting. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20020125174510.C18589@redhat.com> From-SVN: r49242
Diffstat (limited to 'gcc/config/i386/freebsd64.h')
-rw-r--r--gcc/config/i386/freebsd64.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h
index 3437e694d45..ebd6618ca78 100644
--- a/gcc/config/i386/freebsd64.h
+++ b/gcc/config/i386/freebsd64.h
@@ -41,12 +41,3 @@ Boston, MA 02111-1307, USA. */
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}} \
%{static:-Bstatic}} \
%{symbolic:-Bsymbolic}"
-
-/* Grrr... x86-64.h gets this wrong and it shouldn't be trying to set this
- policy... Restore to the FreeBSD/i386 setting. */
-/* Don't default to pcc-struct-return for IA-32 ELF code, because we need to
- retain compatibility with older FreeBSD/i386 ELF gcc versions (even though
- the SVR4 ABI for the i386 says that records and unions are returned in
- memory). */
-#undef DEFAULT_PCC_STRUCT_RETURN
-#define DEFAULT_PCC_STRUCT_RETURN 0