mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* expr.c: If an expression is single comma, then return with
SEG_ABSENT rather than an error - since the sparc front end does really strange things with things like fbge,a
This commit is contained in:
@ -407,6 +407,7 @@ operand (expressionP)
|
||||
integer_constant(2, expressionP);
|
||||
break;
|
||||
|
||||
case '0':
|
||||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
@ -542,7 +543,7 @@ operand (expressionP)
|
||||
|
||||
|
||||
}
|
||||
|
||||
case ',':
|
||||
case '\n':
|
||||
/* can't imagine any other kind of operand */
|
||||
expressionP->X_seg = SEG_ABSENT;
|
||||
|
Reference in New Issue
Block a user