diff options
author | Michael Frysinger <vapier@gentoo.org> | 2011-03-27 03:47:30 +0000 |
---|---|---|
committer | Michael Frysinger <vapier@gentoo.org> | 2011-03-27 03:47:30 +0000 |
commit | d2d0cc5c32fad894689758a2d8f5a6629a295698 (patch) | |
tree | 990fc5e93ec2fc6b3184da2ee3a0d4378f9ba441 /libgloss/ChangeLog | |
parent | 0f6ab41477d8c62e459215606b9caf7fb75280f6 (diff) | |
download | cygnal-d2d0cc5c32fad894689758a2d8f5a6629a295698.tar.gz cygnal-d2d0cc5c32fad894689758a2d8f5a6629a295698.tar.bz2 cygnal-d2d0cc5c32fad894689758a2d8f5a6629a295698.zip |
libgloss: bfin: fix asm constraints for raise/excpt helpers
The RAISE and EXPT insns take a constant, not a register. So make
sure the asm constraints reflect this.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index dcdacd281..9f562ec94 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,5 +1,10 @@ 2011-03-26 Mike Frysinger <vapier@gentoo.org> + * bfin/include/builtins.h (__builtin_raise): Change constraint to i. + (__builtin_excpt): Likewise. + +2011-03-26 Mike Frysinger <vapier@gentoo.org> + * bfin/Makefile.in (install-sim): Exit when install fails. (install-board): Likewise. |