These would just crash at runtime. If we ever decide to support rw text segments this should make it easier to implement as there is now a single point where we notice the problem. I have tested this with a freebsd buildworld. It found a non pic assembly file being linked into a .so,. With that fixed, buildworld finished. llvm-svn: 268149
11 lines
123 B
ArmAsm
11 lines
123 B
ArmAsm
.global foo
|
|
.protected foo
|
|
foo:
|
|
|
|
.global bar
|
|
.protected bar
|
|
bar:
|
|
|
|
.global zed
|
|
zed:
|