diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-07 14:30:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-07 14:30:51 +0000 |
commit | ea6fbd3e7626269d308cdaac7a918b2ca9495e1c (patch) | |
tree | 8374eda434d450308111be7d4d50e38341ebf91b /libc/sysdeps/linux/i960/bits | |
parent | 798c6a3bddbf197712bd4b7d54ea01933cb669ef (diff) |
Richard Sandiford writes:
Until a few months ago, libc/sysdeps/linux/m68k/clone.S defined
__syscall_error itself. This local definition was removed in
revision 13305:
However, the clone code uses bcc.w to branch to __syscall_error.
This made sense when there was a local definition, because the
label was guaranteed to be in range. We can't guarantee that
the external definition will be in range though; it depends on
the order that the objects are linked.
This patch adjusts clone.S to use jbcc instead.
Diffstat (limited to 'libc/sysdeps/linux/i960/bits')
0 files changed, 0 insertions, 0 deletions