GCC modified for the FreeChainXenon project
Find a file
Richard Earnshaw eecdd96c8d 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.
2023-11-27 18:00:33 +00:00
.github
c++tools
config
contrib Daily bump. 2023-11-24 00:17:53 +00:00
fixincludes Daily bump. 2023-11-23 00:18:14 +00:00
gcc PR111754: Rework encoding of result for VEC_PERM_EXPR with constant input vectors. 2023-11-27 22:40:49 +05:30
gnattools
gotools
include
INSTALL
libada
libatomic
libbacktrace
libcc1 Daily bump. 2023-11-17 00:17:33 +00:00
libcody
libcpp c-family: Implement __has_feature and __has_extension [PR60512] 2023-11-27 10:42:55 +00:00
libdecnumber
libffi
libgcc arm: libgcc: tweak warning from __sync_synchronize 2023-11-27 18:00:33 +00:00
libgfortran
libgm2
libgo
libgomp Daily bump. 2023-11-25 00:17:46 +00:00
libiberty Daily bump. 2023-11-16 00:17:42 +00:00
libitm
libobjc
libphobos Daily bump. 2023-11-22 00:17:52 +00:00
libquadmath
libsanitizer Daily bump. 2023-11-22 00:17:52 +00:00
libssp
libstdc++-v3 Daily bump. 2023-11-25 00:17:46 +00:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2023-11-24 00:17:53 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4 Build: fix error in fixinclude configure 2023-11-22 11:54:33 +01:00
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
MAINTAINERS MAINTAINERS: Add myself to write after approval and DCO 2023-11-24 10:43:54 +11:00
Makefile.def
Makefile.in Makefile.tpl: Avoid race condition in generating site.exp from the top level 2023-11-19 11:07:09 -05:00
Makefile.tpl Makefile.tpl: Avoid race condition in generating site.exp from the top level 2023-11-19 11:07:09 -05:00
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
README
SECURITY.txt
symlink-tree
test-driver
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.