]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/i386/x86-64.h
invoke.texi (i386 Options): Document x86-64 options.
authorJan Hubicka <hubicka@gcc.gnu.org>
Tue, 2 Oct 2001 10:59:42 +0000 (10:59 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 2 Oct 2001 10:59:42 +0000 (10:59 +0000)
commit14f73b5a12d2789e421e4be0484d28a1c18872bc
tree70110e347db132c6e0f4f51554c0c0348a6fc741
parent80a497e4e967ad5cdf59a1c4d2be2fdbba14ea3f
invoke.texi (i386 Options): Document x86-64 options.

* doc/invoke.texi (i386 Options): Document x86-64 options.
(i386 and x86-64 Options): Rename i386 options section.

* config/i386/i386.h (TARGET_UNWIND_INFO): New.
(TARGET_SWITCHES): Add -munwind-info.
(MASK_NO_UNWIND_INFO): New.
(NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
biarch compilation.
(ASM_OUTPUT_DOUBLE_INT): New.

* config/i386/linux64.h: New spec file for Linux x86-64 support.
* config.gcc: Fix tm_file settings for x86-64.
* config/i386/x86-64.h: New file with OS independent x86-64
definitions.
* config/i386/biarch64.h: New file used to configure compiler
to biarch/64bit compilation.

* config/i386/i386.c: (override_options): Set flags default
for 64bit compilation.

* i386.c (legitimize_pic_address): Add missing bits of 64bit support.
(ix86_expand_int_movcc): Optimize DImode conditional moves with
constants on x86_64.
(ix86_attr_length_immediate_default): Support MODE_DI.
* i386.md (fixdi splitter): Add missing "&& 1" in splitter
condition.
(indirect_jump, tablejump): Turn into expander.

From-SVN: r45946
gcc/ChangeLog
gcc/config.gcc
gcc/config/i386/att.h
gcc/config/i386/biarch64.h [new file with mode: 0644]
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/config/i386/linux64.h [new file with mode: 0644]
gcc/config/i386/x86-64.h [new file with mode: 0644]
gcc/doc/invoke.texi