diff options
Diffstat (limited to 'gas/config/tc-m68hc11.h')
-rw-r--r-- | gas/config/tc-m68hc11.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h index e7ea44c..7254db4 100644 --- a/gas/config/tc-m68hc11.h +++ b/gas/config/tc-m68hc11.h @@ -83,6 +83,10 @@ extern int m68hc11_parse_long_option PARAMS ((char *)); #define DWARF2_LINE_MIN_INSN_LENGTH 1 +/* Use 32-bit address to represent a symbol address so that we can + represent them with their page number. */ +#define DWARF2_ADDR_SIZE(bfd) 4 + /* We don't need to handle .word strangely. */ #define WORKING_DOT_WORD |