* config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align2a.d
1 # ld: --defsym data_align=16 -T align2.t
2 # objdump: --section-headers
3
4 [^:]+: +file format.*
5
6 Sections:
7 Idx +Name +Size +VMA +LMA +File +off +Algn
8 +0 +\.text +00000004 +00000000 +00000000 +00001000 +2\*\*2
9 +CONTENTS, +ALLOC, +LOAD, +READONLY, +CODE
10 +1 +\.data +00000004 +00000010 +00000010 +00001010 +2\*\*2
11 +CONTENTS, +ALLOC, +LOAD, +DATA
12 +2 +\.bss +00000000 +00000014 +00000014 +00001014 +2\*\*2
13 +ALLOC
This page took 0.029787 seconds and 4 git commands to generate.