summaryrefslogtreecommitdiffstats
path: root/gas
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-07-24 20:55:38 +0000
committerStephane Carrez <stcarrez@nerim.fr>2003-07-24 20:55:38 +0000
commita7f10e7a9c7d4e6bb5b2fdf754a7193507ab8a4c (patch)
tree229636d2e308a9632605c5386fa3e90fb4646ca4 /gas
parent3fc14bdbc9bc65cb69892cdde11884d0cb24968b (diff)
downloadppe42-binutils-a7f10e7a9c7d4e6bb5b2fdf754a7193507ab8a4c.tar.gz
ppe42-binutils-a7f10e7a9c7d4e6bb5b2fdf754a7193507ab8a4c.zip
* config/tc-m68hc11.h (DWARF2_ADDR_SIZE): Use 32-bit address for
debugging symbols so that we handle page memory correctly.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-m68hc11.h4
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ab72a80bc5..7560fc0111 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>
* po/fr.po: Updated French translation.
diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h
index e7ea44cd80..7254db4f59 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
OpenPOWER on IntegriCloud