diff options
Diffstat (limited to 'gdb/config/a29k/tm-a29k.h')
-rw-r--r-- | gdb/config/a29k/tm-a29k.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/a29k/tm-a29k.h b/gdb/config/a29k/tm-a29k.h index 24a3e08..5fecca1 100644 --- a/gdb/config/a29k/tm-a29k.h +++ b/gdb/config/a29k/tm-a29k.h @@ -60,7 +60,9 @@ CORE_ADDR skip_prologue (); #define INNER_THAN < -/* Stack must be aligned on 32-bit word boundaries. */ +/* Stack must be aligned on 32-bit boundaries when synthesizing + function calls. */ + #define STACK_ALIGN(ADDR) (((ADDR) + 3) & ~3) /* Sequence of bytes for breakpoint instruction. */ |