2001-07-05 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@au.ibm.com>
Thu, 5 Jul 2001 07:28:06 +0000 (07:28 +0000)
committerBen Elliston <bje@au.ibm.com>
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 d90fafd041b9a7115abcd17cb630c64d79c562a6..c66706c2272f9e0fe6fb469fcd117508e9f77aad 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 470ebd6170a3b7ff786561c656f98a9cb5ae27f5..1f1692db5dcbe27e92da7b45b5501bc6925d247f 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},
This page took 0.031225 seconds and 4 git commands to generate.