projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e01a3
)
2001-07-05 Ben Elliston <bje@redhat.com>
author
Ben Elliston
<bje@au.ibm.com>
Thu, 5 Jul 2001 07:28:06 +0000
(07:28 +0000)
committer
Ben 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
patch
|
blob
|
history
gas/config/tc-m88k.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index d90fafd041b9a7115abcd17cb630c64d79c562a6..c66706c2272f9e0fe6fb469fcd117508e9f77aad 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/config/tc-m88k.c
b/gas/config/tc-m88k.c
index 470ebd6170a3b7ff786561c656f98a9cb5ae27f5..1f1692db5dcbe27e92da7b45b5501bc6925d247f 100644
(file)
--- 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},