mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config/tc-m68hc11.h (DWARF2_ADDR_SIZE): Use 32-bit address for
debugging symbols so that we handle page memory correctly.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
|
* config/tc-m68hc11.h (DWARF2_ADDR_SIZE): Use 32-bit address for
|
||||||
|
debugging symbols so that we handle page memory correctly.
|
||||||
|
|
||||||
2003-07-24 Nick Clifton <nickc@redhat.com>
|
2003-07-24 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/fr.po: Updated French translation.
|
* po/fr.po: Updated French translation.
|
||||||
|
@ -83,6 +83,10 @@ extern int m68hc11_parse_long_option PARAMS ((char *));
|
|||||||
|
|
||||||
#define DWARF2_LINE_MIN_INSN_LENGTH 1
|
#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. */
|
/* We don't need to handle .word strangely. */
|
||||||
#define WORKING_DOT_WORD
|
#define WORKING_DOT_WORD
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user