summaryrefslogtreecommitdiff
path: root/gas/config/tc-m68hc11.c
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-03-18 10:14:13 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-03-18 10:14:13 +0000
commitc1bc2a02ed70278860922033d1fd767884050c71 (patch)
treef54f72371c7bea421dd1055bd914d5758986a320 /gas/config/tc-m68hc11.c
parent450b46bb1233ac6af450362a697c1a372fb1633d (diff)
downloadbinutils-redhat-c1bc2a02ed70278860922033d1fd767884050c71.tar.gz
* config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
with 'Motorola specification for assembly language input standard'.
Diffstat (limited to 'gas/config/tc-m68hc11.c')
-rw-r--r--gas/config/tc-m68hc11.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-m68hc11.c b/gas/config/tc-m68hc11.c
index 634b536989..d8e8545edf 100644
--- a/gas/config/tc-m68hc11.c
+++ b/gas/config/tc-m68hc11.c
@@ -231,6 +231,9 @@ const pseudo_typeS md_pseudo_table[] = {
{"file", dwarf2_directive_file, 0},
{"loc", dwarf2_directive_loc, 0},
+ /* Motorola ALIS. */
+ {"xrefb", s_ignore, 0}, /* Same as xref */
+
{0, 0, 0}
};