aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2023-11-27 17:59:39 +0000
committerRichard Earnshaw <rearnsha@arm.com>2023-11-27 18:00:33 +0000
commiteecdd96c8d1de244e21212a830e51062b3e444c5 (patch)
treeb67c8bfa3da1c3712db4e573da4cf6692ac408b1 /libgcc
parent2065438db4ac13af7e0de2f934959413647f74a7 (diff)
downloadgcc-eecdd96c8d1de244e21212a830e51062b3e444c5.zip
gcc-eecdd96c8d1de244e21212a830e51062b3e444c5.tar.gz
gcc-eecdd96c8d1de244e21212a830e51062b3e444c5.tar.bz2
arm: libgcc: tweak warning from __sync_synchronize
My previous patch to add an implementation of __sync_syncrhonize with a warning trips a testsuite failure in fortran (and possibly other languages as well) as the framework expects no blank lines in the output, but this warning was generating one. So remove the newline from the end of the message and rely on the one added by the linker instead. Since we're there, remove the trailing period from the message as well, since the convention seems to be not to have one. libgcc/ * config/arm/lib1funcs.S (__sync_synchronize): Adjust warning message.
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config/arm/lib1funcs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/arm/lib1funcs.S b/libgcc/config/arm/lib1funcs.S
index 7888786..40e9a7a 100644
--- a/libgcc/config/arm/lib1funcs.S
+++ b/libgcc/config/arm/lib1funcs.S
@@ -2214,7 +2214,7 @@ LSYM(Lchange_\register):
.ascii "no effect. Relink with\n"
.ascii " -specs=sync-{none,dmb,cp15dmb}.specs\n"
.ascii "to specify exactly which barrier format to use and avoid "
- .ascii "this warning.\n\0"
+ .ascii "this warning\0"
#endif
#endif
#endif