2001-07-05 Ben Elliston <bje@redhat.com>

* config/tc-m88k.c (md_pseudo_table): Remove redundant "global".
This commit is contained in:
Ben Elliston 2001-07-05 07:28:06 +00:00
parent 24e01a3675
commit 4ad0936356
2 changed files with 4 additions and 1 deletions

View 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.

View 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},