[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/12265] Compiling ld/ldmisc.c fails on Solaris 8
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/12265] Compiling ld/ldmisc.c fails on Solaris 8 |
Date: |
Fri, 26 Aug 2022 09:28:36 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=12265
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3055522ab17ac7c6781a3507ebac0fab1c3aa5a4
commit 3055522ab17ac7c6781a3507ebac0fab1c3aa5a4
Author: Alan Modra <amodra@gmail.com>
Date: Fri Aug 26 17:45:09 2022 +0930
PR12265, Compiling ld/ fails on Solaris 8
The fail was due to -Werror and headers included by dlfcn.h and
elf-bfd.h disagreeing about AT_DCACHEBSIZE and other AT_*. Not a
serious problem obviously, since release versions of binutils don't
enable -Werror and the defines are not used. Anyway, reduce the
number of files that might hit this problem by only including dlfcn.h
where it is needed.
PR 12265
* sysdep.h: Don't include dlfcn.h here.
* plugin.c: Include it here.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/12265] Compiling ld/ldmisc.c fails on Solaris 8,
cvs-commit at gcc dot gnu.org <=