1
Fork 0
forked from gcc/gcc-TEST
TEST repository for https://forge.sourceware.org/ experimenting.
Find a file
Tobias Burnus 098cf06777 [gcn] gcc/configure.ac + install.texi - changes to detect HAVE_AS_LEB128 [PR119367]
The llvm-mc linker by default assemblies to another assembly file and not to an ELF
binary; that usually does not matter – but for the LEB128 check, additionally, the
resulting binary is checked. Hence, when using llvm-mc as target linker for
amdgcn-*-*, we better add the "--filetype=obj -triple=amdgcn--amdhsa" flags. The
current patch does so unconditionally, assuming that always llvm-mc is used.

Additionally, the resulting ELF file is checked, which requires an ELF reader such
as objdump. This commit adds llvm-objdump to the build documentation for amdgcn,
albeit also, e.g., Binutil's 'objdump' would do - as long as either
amdgcn-amdhsa-objdump or amdgcn-amdhsa/bin/objdump is found during the amdgcn
cross build.

gcc/ChangeLog:

	PR debug/119367
	* acinclude.m4 (gcc_GAS_FLAGS): For gcn, use "--filetype=obj
	-triple=amdgcn--amdhsa", if supported.
	* configure: Regenerate.
	* doc/install.texi (amdgcn-*-*): Also add llvm-objdump to the list of
	to-be-copied files.
2025-08-28 11:01:56 +02:00
.forgejo
.github
c++tools
config Daily bump. 2025-08-11 00:16:52 +00:00
contrib Daily bump. 2025-08-18 00:18:52 +00:00
fixincludes Daily bump. 2025-08-16 00:19:12 +00:00
gcc [gcn] gcc/configure.ac + install.texi - changes to detect HAVE_AS_LEB128 [PR119367] 2025-08-28 11:01:56 +02:00
gnattools
gotools
include Daily bump. 2025-08-17 00:19:17 +00:00
INSTALL
libada
libatomic Daily bump. 2025-08-01 00:20:20 +00:00
libbacktrace
libcc1
libcody
libcpp Daily bump. 2025-08-16 00:19:12 +00:00
libdecnumber
libffi
libgcc Daily bump. 2025-08-22 00:20:38 +00:00
libgcobol Daily bump. 2025-08-21 00:20:43 +00:00
libgfortran Daily bump. 2025-08-07 00:20:46 +00:00
libgm2
libgo
libgomp Daily bump. 2025-08-07 00:20:46 +00:00
libgrust Daily bump. 2025-08-06 00:21:26 +00:00
libiberty Daily bump. 2025-08-17 00:19:17 +00:00
libitm
libobjc
libphobos
libquadmath
libsanitizer [sanitizer_common] Remove reference to obsolete termio ioctls (#138822) 2025-07-30 23:29:52 +01:00
libssp
libstdc++-v3 Daily bump. 2025-08-28 00:20:23 +00:00
libvtv
lto-plugin
maintainer-scripts
zlib Daily bump. 2025-08-01 00:20:20 +00:00
.b4-config
.dir-locals.el
.gitattributes
.gitignore Rust: Move 'libformat_parser' build into the GCC build directory 2025-08-05 16:36:43 +02:00
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2025-08-22 00:20:38 +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
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
MAINTAINERS MAINTAINERS: Update my email address and stand down as AArch64 maintainer 2025-08-21 07:51:56 +01: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.