Commit 4d070fd3 by J"orn Rennecke Committed by Joern Rennecke

Fix pcrel too far problems due to upping CACHE_LOG on SH2:

        * sh.c (barrier_align): Don't return early for normal branch/barrier
        when optimizing for SH2.

From-SVN: r27333
parent 4365b906
Fri Jun 4 05:42:23 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.c (barrier_align): Don't return early for normal branch/barrier
when optimizing for SH2.
Thu Jun 3 22:27:50 1999 Robert Lipe <robertlipe@usa.net>
* i386/udk.h (LINK_SPEC): Correct linker search path for
......
......@@ -2712,7 +2712,7 @@ barrier_align (barrier_or_label)
if (TARGET_SMALLCODE)
return 0;
if (! TARGET_SH3 || ! optimize)
if (! TARGET_SH2 || ! optimize)
return CACHE_LOG;
/* When fixing up pcloads, a constant table might be inserted just before
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment