From 74bc0c3a16e3c8f138e29a284e84d16474b65a8e Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Fri, 7 Aug 2015 13:37:35 -0400 Subject: hppa: Fix reload error with atomic code [BZ #18787] As noted in the bug, the asm operands need to be copied to register variables to avoid operand reloads in the principal asm of the macro. See the arm implementation for reference. Otherwise we get: ../sysdeps/unix/sysv/linux/hppa/bits/atomic.h:68:6: error: can't find a register in class 'R1_REGS' while reloading 'asm' Build tested on trunk with gcc-4.8. Similar patch has been tested with 2.19 on Debian hppa-unknown-linux-gnu. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bb4a4c24c6..2beb28c8f0 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ using `glibc' in the "product" field. Version 2.23 * The following bugs are resolved with this release: - 16517, 16519, 18265, 18525, 18618, 18647, 18661. + 16517, 16519, 18265, 18525, 18618, 18647, 18661, 18787. Version 2.22 -- cgit 1.4.1