PowerPC: Don't generate unused section symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / relbrlt.s
index cee0cddfda099c89fae5533553075df8d779cd5c..dc4ad7a1ef254b32eff8c0522ebf601aa394debc 100644 (file)
@@ -16,13 +16,15 @@ _start:
  .space 0x1bf0000
 
  .section .text.far,"ax"
+ .globl far
 far:
  blr
 
  .section .text.pad2,"ax"
- .space 0x40ffe0
+ .space 0x40fff0
 
  .section .text.far2far,"ax"
+ .globl far2far
 far2far:
  blr
 
@@ -30,5 +32,6 @@ far2far:
  .space 0x1bf0000
 
  .section .text.huge,"ax"
+ .globl huge
 huge:
  blr
This page took 0.023064 seconds and 4 git commands to generate.