gas/doc/c-s390.texi has c-s390.texi:@headitem full notation @tab short notation c-s390.texi:@headitem instruction @tab short form c-s390.texi:@headitem instruction @tab short form
and binutils requires texinfo 4.6 or above: # For an installed makeinfo, we require it to be from texinfo 4.6 or # higher, else we use the "missing" dummy. if ${MAKEINFO} --version \ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo" fi But the @headitem command was added in texinfo 4.7: http://gcc.gnu.org/ml/gcc-patches/2008-07/msg01824.html -- Summary: gas/doc/c-s390.texi doesn't support texinfo 4.6 Product: binutils Version: 2.20 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl dot tools at gmail dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=10039 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils