OSDN Git Service

2001-07-05 Ben Elliston <bje@redhat.com>
authorbje <bje>
Thu, 5 Jul 2001 07:28:06 +0000 (07:28 +0000)
committerbje <bje>
Thu, 5 Jul 2001 07:28:06 +0000 (07:28 +0000)
* config/tc-m88k.c (md_pseudo_table): Remove redundant "global".

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

index d90fafd..c66706c 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-05  Ben Elliston  <bje@redhat.com>
+
+       * config/tc-m88k.c (md_pseudo_table): Remove redundant "global".
+
 2001-07-04  Jim Wilson  <wilson@redhat.com>
 
        * config/tc-ia64.c (md_pseudo_table): Add 2byte, 4byte, and 8byte.
index 470ebd6..1f1692d 100644 (file)
@@ -171,7 +171,6 @@ const pseudo_typeS md_pseudo_table[] =
   {"def", s_set, 0},
   {"dfloat", float_cons, 'd'},
   {"ffloat", float_cons, 'f'},
-  {"global", s_globl, 0},
   {"half", cons, 2},
   {"bss", s_lcomm, 1},
   {"string", stringer, 0},