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:
7a5f996
)
Don't ignore .file pseudos!
author
Steve Chamberlain
<sac@cygnus>
Wed, 4 Dec 1991 00:18:18 +0000
(
00:18
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Wed, 4 Dec 1991 00:18:18 +0000
(
00:18
+0000)
gas/config/tc-a29k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-a29k.c
b/gas/config/tc-a29k.c
index a00af02fbffc66b20cda6c40038a16df4cca7e91..b237f5b6e78c70a651a0306f532852ecd277aaa6 100644
(file)
--- a/
gas/config/tc-a29k.c
+++ b/
gas/config/tc-a29k.c
@@
-76,7
+76,6
@@
md_pseudo_table[] = {
{ "align", s_align_bytes, 4 },
{ "block", s_space, 0 },
{ "cputype", s_ignore, 0 }, /* CPU as 29000 or 29050 */
- { "file", s_ignore, 0 }, /* COFF File name for debug info? */
{ "line", s_ignore, 0 }, /* Line number of coff symbol */
{ "reg", s_lsym, 0 }, /* Register equate, same as equ */
{ "space", s_ignore, 0 }, /* Listing control */