John David Anglin bbbfde7820 parisc: use long branch in fork_like macro
The "b" branch instruction used in the fork_like macro only can handle
17-bit pc-relative offsets.
This fails with an out of range offset with some .config files.
Rewrite to use the "be" instruction which
can branch to any address in a space.

Signed-off-by: John David Anglin  <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
2013-05-06 23:09:48 +02:00
..
2013-02-20 22:50:26 +01:00
2012-05-07 11:38:46 +02:00
2012-12-14 13:06:43 +10:30
2012-07-05 15:09:13 -06:00
2013-05-05 00:10:41 -04:00
2013-01-15 22:30:15 -08:00
2010-10-16 22:43:08 +02:00
2013-04-08 17:39:27 +02:00
2013-04-08 17:39:27 +02:00