* i386-protos.h (x86_64_sign_extended_value): Fix prototype.
commita73600cc276da2976565f9a67ac52a8fa13174b7
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Nov 2002 22:54:20 +0000 (21 22:54 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Nov 2002 22:54:20 +0000 (21 22:54 +0000)
treec6e181d870a0f2ad32f56e87c4132dcad5a9e601
parent790088f319969f84937d5904c4cdd461d45ce77d
* i386-protos.h (x86_64_sign_extended_value): Fix prototype.
* i386.c (x86_64_general_operand, x86_64_szext_general_operand,
x86_64_nonmemory_operand, x86_64_movabs_operand,
x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
ix86_expand_int_movcc): Update call of x86_64_sign_extended_value.
(local_symbolic_operand): Do not care the 64bit limits.
(x86_64_sign_extended_value): Remove allow_rip support.
(legitimate_pic_address_disp_p): Handle all cases allowed
with RIP addressing.
(legitimate_address_p): Use legitimate_pic_address_disp_p for PIC.
(legitimize_pic_address): Reorganize.
* i386.h (EXTRA_CONSTRAINT): Update call of x86_64_sign_extended_value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59362 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h