mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-01 05:22:54 +00:00
Building aicasm with gcc 10.2 + gas 26.1 causes these errors: multiple definition of `args'; multiple definition of `yylineno'; args came from the expansion of: STAILQ_HEAD(macro_arg_list, macro_arg) args; The definition of the macro_arg_list structure is needed, the global variable 'args' is not, so delete it. yylineno is defined by flex, so defining it in bison/*.y file is not needed. Also delete this. Link: https://lore.kernel.org/r/20210517205057.1850010-1-trix@redhat.com Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> |
||
|---|---|---|
| .. | ||
| aicasm_gram.y | ||
| aicasm_insformat.h | ||
| aicasm_macro_gram.y | ||
| aicasm_macro_scan.l | ||
| aicasm_scan.l | ||
| aicasm_symbol.c | ||
| aicasm_symbol.h | ||
| aicasm.c | ||
| aicasm.h | ||
| Makefile | ||