Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAs well as the bug in gas/app.c line 561 (change UNGET('\n'); to *fromend++ = '\n'; ) , the regexp that validates the installed version of 'makeinfo' needs fixing to detect that 4.11 >= 4.2!
Adding 4\.1[0-9] into the '|' pattern of the regexp seems to work. (line 3615 of gcc-4.1/configure and line 6121 of binutils-2.17/configure, or search for 'MAKEINFO.*--version'). And I can confirm the two unwanted changes apply. Not to mention a call to memcpy() appearing!