aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@getslash.de>2014-08-26 10:36:09 +0200
committerJan-Benedict Glaw <jbglaw@getslash.de>2014-08-26 10:36:09 +0200
commitbc773698ce0cede9051dfe2a3c6726afa118f8bd (patch)
tree5a951abcfe1f3811b85db184e658fcf51c3f3bf7 /gas
parent9c11efa4c26e10fa46eda46b85405c3a3cb26039 (diff)
downloadgdb-bc773698ce0cede9051dfe2a3c6726afa118f8bd.zip
gdb-bc773698ce0cede9051dfe2a3c6726afa118f8bd.tar.gz
gdb-bc773698ce0cede9051dfe2a3c6726afa118f8bd.tar.bz2
2014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/tc-moxie.h (md_convert_frag): Silence warning.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-moxie.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c75dfc8..6248909 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * config/tc-moxie.h (md_convert_frag): Silence warning.
+
2014-08-22 Richard Henderson <rth@redhat.com>
* config/tc-aarch64.c (tc_aarch64_regname_to_dw2regnum): Fix
diff --git a/gas/config/tc-moxie.h b/gas/config/tc-moxie.h
index ed4f273..0a88813 100644
--- a/gas/config/tc-moxie.h
+++ b/gas/config/tc-moxie.h
@@ -34,7 +34,7 @@
/* These macros must be defined, but is will be a fatal assembler
error if we ever hit them. */
#define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")), 0)
-#define md_convert_frag(B, S, F) (as_fatal (_("convert_frag\n")), 0)
+#define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n"))
/* If you define this macro, it should return the offset between the
address of a PC relative fixup and the position from which the PC