Don't ignore .line directives
authorSteve Chamberlain <sac@cygnus>
Wed, 4 Dec 1991 15:32:22 +0000 (15:32 +0000)
committerSteve Chamberlain <sac@cygnus>
Wed, 4 Dec 1991 15:32:22 +0000 (15:32 +0000)
gas/config/tc-a29k.c

index b237f5b6e78c70a651a0306f532852ecd277aaa6..79e9d05e7591f4cafb3976f9142656ce55f8fbf4 100644 (file)
@@ -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 */
-  { "line",    s_ignore,       0 },    /* Line number of coff symbol */
   { "reg",     s_lsym,         0 },    /* Register equate, same as equ */
   { "space",   s_ignore,       0 },    /* Listing control */
   { "sect",    s_ignore,       0 },    /* Creation of coff sections */
This page took 0.025442 seconds and 4 git commands to generate.