aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-d30v.c2
-rw-r--r--gas/config/tc-frv.c2
2 files changed, 4 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. */
diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c
index aa878b7..e29810c 100644
--- a/gas/config/tc-frv.c
+++ b/gas/config/tc-frv.c
@@ -28,6 +28,7 @@
#include "libbfd.h"
#include "elf/common.h"
#include "elf/frv.h"
+#include "dwarf2dbg.h"
/* Structure to hold all of the different components describing
an individual instruction. */
@@ -1801,6 +1802,7 @@ frv_frob_label (symbolS *this_label)
{
struct vliw_insn_list *vliw_insn_list_entry;
+ dwarf2_emit_label (this_label);
if (frv_mach != bfd_mach_frvtomcat)
return;