Delete the test. It doesn't make sense to check a linker hack for
a meaningless p_offset.
+++ /dev/null
-#ld:
-#readelf: -l -W
-# Address bits of these targets don't support the .bss section alignment,
-# 1 << 16.
-#notarget: avr-*-* h8300-*-*
-
-#...
- +LOAD +0x0+ +0x[0-9a-f]+ +0x[0-9a-f]+ +0x0+ +0xb60000+ +RW +0x10000
-#pass
+++ /dev/null
- .text
- .global start /* Used by SH targets. */
-start:
- .global _start
-_start:
- .global __start
-__start:
- .global main /* Used by HPPA targets. */
-main:
- .globl _main /* Used by LynxOS targets. */
-_main:
- .dc.a 0
- .section .bss, "aw", %nobits
- .p2align 16
- .type bss, %object
- .size bss, 0xb60000
-bss:
- .zero 0xb60000
- .section .note.GNU-stack,"",%progbits