* config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
authorStephane Carrez <stcarrez@nerim.fr>
Sun, 18 Mar 2001 10:14:13 +0000 (10:14 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Sun, 18 Mar 2001 10:14:13 +0000 (10:14 +0000)
with 'Motorola specification for assembly language input standard'.

gas/ChangeLog
gas/config/tc-m68hc11.c

index 08286f7e1341984f4f31fb0f3298c8f44e03f29b..3f41a1892c2bdf2803704d8c41a2950fccf6f3c2 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-18  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply
+       with 'Motorola specification for assembly language input standard'.
+
 2001-03-17  Richard Henderson  <rth@redhat.com>
 
        * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove.
index 634b536989844c1b8b051b63f85d78e697ae385c..d8e8545edfbb91021fd245b6c63a582e14a9c3ec 100644 (file)
@@ -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}
 };
 \f
This page took 0.032717 seconds and 4 git commands to generate.