1
0
mirror of https://github.com/cahirwpz/amigaos-gcc-2.95.3.git synced 2025-12-08 14:58:59 +00:00

bumped the maximum number of max_recog_operands to 20 (19+1) to support larger asm constructs (e.g. LP11() in inline/macros.h). This refs cahirwpz/amigaos-cross-toolchain#75.

This commit is contained in:
Jens Maus
2017-01-10 10:42:37 +01:00
parent fa94202d70
commit fa4c560cc1

View File

@ -327,8 +327,8 @@ main (argc, argv)
printf ("/* Generated automatically by the program `genconfig'\n\ printf ("/* Generated automatically by the program `genconfig'\n\
from the machine description file `md'. */\n\n"); from the machine description file `md'. */\n\n");
/* Allow at least 15 operands for the sake of asm constructs. */ /* Allow at least 20 operands for the sake of asm constructs. */
max_recog_operands = 14; /* We will add 1 later. */ max_recog_operands = 19; /* We will add 1 later. */
max_dup_operands = 1; max_dup_operands = 1;
/* Read the machine description. */ /* Read the machine description. */