forked from Imagelibrary/binutils-gdb
CARP:
Rewrite INNER_THAN so that it takes parameters.
This commit is contained in:
@@ -110,7 +110,7 @@ extern CORE_ADDR sparc_pc_adjust PARAMS ((CORE_ADDR));
|
||||
|
||||
/* Stack grows downward. */
|
||||
|
||||
#define INNER_THAN <
|
||||
#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
|
||||
|
||||
/* Stack must be aligned on 64-bit boundaries when synthesizing
|
||||
function calls. */
|
||||
|
||||
Reference in New Issue
Block a user