Implement PowerPC64 .localentry for value 1
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / elfv2.s
index c2a4c3bf8621b370568e40b381cf3079b722fab4..4fedbb7c52ff5ee3c76a6b6fc62b1561a5dc782c 100644 (file)
@@ -25,8 +25,17 @@ f1:
  nop
  bl f4
  nop
+ bl f5
+ nop
  ld 0,48(1)
  addi 1,1,32
  mtlr 0
  blr
  .size f1,.-f1
+
+ .globl f5
+ .type f5,@function
+f5:
+ .localentry f5,1
+ blr
+ .size f5,.-f5
This page took 0.023636 seconds and 4 git commands to generate.