unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.
authorAndreas Jaeger <aj@gcc.gnu.org>
Tue, 17 Jul 2001 04:55:25 +0000 (06:55 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 17 Jul 2001 04:55:25 +0000 (06:55 +0200)
commitb3bb64567494f669b77919d1be9c0e5034703083
treef456ad6c679005d9c61bd3b40403502f19d75172
parentb8d0bbf763efb8f7b41d52296167985b77cf5938
unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.

        * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
        x86-64 pic support.

        * lcm.c (optimize_mode_switching): Avoid warning for unused
        variable if !NORMAL_MODE

        * flow.c (try_crossjump_to_edge): Remove unused variable.

From-SVN: r44062
gcc/ChangeLog
gcc/config/i386/unix.h
gcc/flow.c
gcc/lcm.c