Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/cofflink.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 1282  process_embedded_commands (bfd *output_b Line 1282  process_embedded_commands (bfd *output_b
1282        else if (CONST_STRNEQ (s, "-stack"))        else if (CONST_STRNEQ (s, "-stack"))
1283          s = dores_com (s + 6, output_bfd, 0);          s = dores_com (s + 6, output_bfd, 0);
1284    
1285          /* GNU extension for aligned commons.  */
1286          else if (CONST_STRNEQ (s, "-aligncomm:"))
1287            {
1288              /* Common symbols must be aligned on reading, as it
1289              is too late to do anything here, after they have
1290              already been allocated, so just skip the directive.  */
1291              s += 11;
1292            }
1293    
1294        else        else
1295          s++;          s++;
1296      }      }

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26