| OLD | NEW |
| 1 -*- text -*- | 1 -*- text -*- |
| 2 | 2 |
| 3 Changes in 2.20.1: |
| 4 |
| 5 * GAS now understands an extended syntax in the .section directive flags |
| 6 for COFF targets that allows the section's alignment to be specified. |
| 7 |
| 3 Changes in 2.20: | 8 Changes in 2.20: |
| 4 | 9 |
| 5 * GNU/Linux targets now supports "gnu_unique_object" as a value in the .type | 10 * GNU/Linux targets now supports "gnu_unique_object" as a value in the .type |
| 6 pseudo op. It marks the symbol as being globally unique in the entire | 11 pseudo op. It marks the symbol as being globally unique in the entire |
| 7 process. | 12 process. |
| 8 | 13 |
| 9 * ARM assembler now supports .inst[.nw] pseudo-ops to insert opcodes specified | 14 * ARM assembler now supports .inst[.nw] pseudo-ops to insert opcodes specified |
| 10 in binary rather than text. | 15 in binary rather than text. |
| 11 | 16 |
| 12 * Add support for common symbol alignment to PE formats. | 17 * Add support for common symbol alignment to PE formats. |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 can be distinguished from the register. | 559 can be distinguished from the register. |
| 555 | 560 |
| 556 * Last public release was 1.38. Lots of configuration changes since then, lots | 561 * Last public release was 1.38. Lots of configuration changes since then, lots |
| 557 of new CPUs and formats, lots of bugs fixed. | 562 of new CPUs and formats, lots of bugs fixed. |
| 558 | 563 |
| 559 | 564 |
| 560 | 565 |
| 561 Local variables: | 566 Local variables: |
| 562 fill-column: 79 | 567 fill-column: 79 |
| 563 End: | 568 End: |
| OLD | NEW |