Added "sect" as synonym for "section"
authorSteve Chamberlain <sac@cygnus>
Tue, 5 May 1992 00:51:50 +0000 (00:51 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 5 May 1992 00:51:50 +0000 (00:51 +0000)
gas/config/obj-coffbfd.c

index ef967ff006b80ebb420c7d543b12a45df54d9507..289b5fb2a54279ac245deeb1e6c63386add26fbd 100644 (file)
@@ -155,6 +155,7 @@ const pseudo_typeS obj_pseudo_table[] = {
        { "type",       obj_coff_type,          0       },
        { "val",        obj_coff_val,           0       },
         { "section",    obj_coff_section,       0       },
+        { "sect",    obj_coff_section,       0       },
         { "text",       obj_coff_text,          0       },
         { "data",       obj_coff_data,          0       },
        /* we don't yet handle this. */
This page took 0.024908 seconds and 4 git commands to generate.