Browse Subversion Repository
Diff of /trunk/bfd/cofflink.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |