This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH roland/sigvec] Remove sigvec.
- From: Stefan Liebler <stli at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Date: Mon, 17 Nov 2014 08:53:10 +0100
- Subject: Re: [PATCH roland/sigvec] Remove sigvec.
- Authentication-results: sourceware.org; auth=none
- References: <20141003224414 dot 3445F2C3A61 at topped-with-meat dot com> <54326480 dot 30109 at redhat dot com> <20141009193327 dot B7BD02C3ACF at topped-with-meat dot com> <543B9477 dot 4080609 at redhat dot com> <20141013202404 dot D60D32C39D7 at topped-with-meat dot com> <5465F6C7 dot 7030108 at redhat dot com> <20141114190706 dot A762C2C3B1E at topped-with-meat dot com>
Hi,
make install fails due:
LANGUAGE=C LC_ALL=C makeinfo -P build-dir/manual/
--output=build-dir/manual/libc.info libc.texinfo
src-dir/manual//signal.texi:2142: Cross reference to nonexistent node
`BSD Handler' (perhaps incorrect sectioning?).
makeinfo: Removing output file `build-dir/manual/libc.info' due to
errors; use --force to preserve.
Bye Stefan
On 11/14/2014 08:07 PM, Roland McGrath wrote:
Committed. check-abi passes and there are no changes to generated code
except for the static sigvec.o going away.
Thanks,
Roland