diff options
Diffstat (limited to 'gas/config/tc-sparc.h')
-rw-r--r-- | gas/config/tc-sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index b87212f..d569fe7 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -78,7 +78,7 @@ extern void sparc_cons_align (int); #define HANDLE_ALIGN(sec, fragp) sparc_handle_align (fragp) extern void sparc_handle_align (struct frag *); -#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4) +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (3 + 4 + 4) #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */ |