diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-07-17 06:55:25 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-07-17 06:55:25 +0200 |
commit | b3bb64567494f669b77919d1be9c0e5034703083 (patch) | |
tree | f456ad6c679005d9c61bd3b40403502f19d75172 /gcc/flow.c | |
parent | b8d0bbf763efb8f7b41d52296167985b77cf5938 (diff) | |
download | gcc-b3bb64567494f669b77919d1be9c0e5034703083.zip gcc-b3bb64567494f669b77919d1be9c0e5034703083.tar.gz gcc-b3bb64567494f669b77919d1be9c0e5034703083.tar.bz2 |
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
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3452,7 +3452,6 @@ try_crossjump_to_edge (mode, e1, e2) rtx newpos1, newpos2; rtx first, last; edge s; - rtx note; rtx label; rtx barrier; |