berkus / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

Section symbols not emitted if section is empty, but still referenced #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
x86_64 test case:

.section foo
bar:

.text
    leaq bar(%rip), %rax

Try to link with -r.

Original issue reported on code.google.com by joerg.sonnenberger@googlemail.com on 3 Mar 2013 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by joerg.sonnenberger@googlemail.com on 12 Mar 2013 at 1:15