Full gcc source code with our own patches and etc. This repo will be mainly for android port of Evolinx.
Go to file
Jakub Jelinek 03519175e2 libgcc: Fix up i386/t-heap-trampoline [PR113403]
I'm seeing
../../../libgcc/shared-object.mk:14: warning: overriding recipe for target 'heap-trampoline.o'
../../../libgcc/shared-object.mk:14: warning: ignoring old recipe for target 'heap-trampoline.o'
../../../libgcc/shared-object.mk:17: warning: overriding recipe for target 'heap-trampoline_s.o'
../../../libgcc/shared-object.mk:17: warning: ignoring old recipe for target 'heap-trampoline_s.o'

This patch fixes that.

2024-02-01  Jakub Jelinek  <jakub@redhat.com>

	PR libgcc/113403
	* config/i386/t-heap-trampoline: Add to LIB2ADDEHSHARED
	i386/heap-trampoline.c rather than aarch64/heap-trampoline.c.
2024-02-01 21:10:02 +01:00
.github
c++tools
config
contrib
fixincludes
gcc xfail gnat.dg/trampoline3.adb scan-assembler-not check on hppa*-*-* 2024-02-01 18:57:15 +00:00
gnattools
gotools
include
INSTALL
libada
libatomic Daily bump. 2024-01-29 00:18:44 +00:00
libbacktrace
libcc1
libcody
libcpp libcpp: Stabilize the location for macros restored after PCH load [PR105608] 2024-02-01 09:07:17 -05:00
libdecnumber
libffi
libgcc libgcc: Fix up i386/t-heap-trampoline [PR113403] 2024-02-01 21:10:02 +01:00
libgfortran
libgm2 Daily bump. 2024-01-19 00:18:21 +00:00
libgo
libgomp Set num_threads to 50 on 32-bit hppa in two libgomp loop tests 2024-02-01 19:09:53 +00:00
libgrust Daily bump. 2024-01-17 00:21:29 +00:00
libiberty
libitm
libobjc
libphobos
libquadmath
libsanitizer libsanitizer: Sync fixes for asan interceptors from upstream 2024-01-31 14:49:21 +00:00
libssp
libstdc++-v3 libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309] 2024-02-01 14:59:46 -05:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2024-01-30 00:18:41 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB Update COPYING.LIB from upstream. Correct last Changelog. 2005-07-14 01:41:54 +00:00
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS MAINTAINERS: Update my work email address 2024-01-29 16:42:26 +00:00
Makefile.def
Makefile.in
Makefile.tpl
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.