aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-d30v.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-09-10 14:05:40 +0000
committerAlan Modra <amodra@gmail.com>2009-09-10 14:05:40 +0000
commitf2e25d931f7fd4e07eea1a0698bfe6aef33087b6 (patch)
treec07f390a662570de99711dd9035415cf680af4b6 /gas/config/tc-d30v.c
parent3f5e193bd6e036c43af9326d777aed6cfc14fbcb (diff)
downloadgdb-f2e25d931f7fd4e07eea1a0698bfe6aef33087b6.zip
gdb-f2e25d931f7fd4e07eea1a0698bfe6aef33087b6.tar.gz
gdb-f2e25d931f7fd4e07eea1a0698bfe6aef33087b6.tar.bz2
* config/tc-d30v.c (d30v_frob_label): Call dwarf2_emit_label.
* config/tc-frv.c (frv_frob_label): Likewise.
Diffstat (limited to 'gas/config/tc-d30v.c')
-rw-r--r--gas/config/tc-d30v.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c
index 3e95375..8d90d46 100644
--- a/gas/config/tc-d30v.c
+++ b/gas/config/tc-d30v.c
@@ -1873,6 +1873,8 @@ d30v_frob_label (symbolS *lab)
/* Record this label for future adjustment after we find out what
kind of data it references, and the required alignment therewith. */
d30v_last_label = lab;
+
+ dwarf2_emit_label (lab);
}
/* Hook into cons for capturing alignment changes. */