]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/print-memory-usage-1.s
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / print-memory-usage-1.s
1         .text
2         .globl text_symbol
3 text_symbol:
4         .space  32
5         .data
6         .globl data_symbol
7 data_symbol:
8         .space  32
This page took 0.023461 seconds and 4 git commands to generate.