From: Ben Elliston Date: Thu, 5 Jul 2001 07:28:06 +0000 (+0000) Subject: 2001-07-05 Ben Elliston X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ad09363567ee09460973d1eddebec6d77528b69;p=binutils-gdb.git 2001-07-05 Ben Elliston * config/tc-m88k.c (md_pseudo_table): Remove redundant "global". --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d90fafd041b..c66706c2272 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-07-05 Ben Elliston + + * config/tc-m88k.c (md_pseudo_table): Remove redundant "global". + 2001-07-04 Jim Wilson * config/tc-ia64.c (md_pseudo_table): Add 2byte, 4byte, and 8byte. diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c index 470ebd6170a..1f1692db5dc 100644 --- a/gas/config/tc-m88k.c +++ b/gas/config/tc-m88k.c @@ -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},