Skip to content

Commit 4d03718

Browse files
committed
Revert "tests: add testcase for alignment issues with contiguous note sections"
This reverts commit fccd901.
1 parent b6c73c4 commit 4d03718

File tree

5 files changed

+2
-58
lines changed

5 files changed

+2
-58
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror dist-bzip2 foreign color-tests parallel-t
66

77
AM_PROG_CC_C_O
88
AC_PROG_CXX
9-
AM_PROG_AS
109

1110
DEFAULT_PAGESIZE=auto
1211
AC_ARG_WITH([page-size],

tests/Makefile.am

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LIBS =
22

3-
check_PROGRAMS = simple main main-scoped big-dynstr no-rpath contiguous_note_sections
3+
check_PROGRAMS = simple main main-scoped big-dynstr no-rpath
44

55
no_rpath_arch_TESTS = \
66
no-rpath-amd64.sh \
@@ -27,8 +27,7 @@ src_TESTS = \
2727
output-flag.sh \
2828
no-rpath-pie-powerpc.sh \
2929
build-id.sh \
30-
invalid-elf.sh \
31-
contiguous_note_sections.sh
30+
invalid-elf.sh
3231

3332
build_TESTS = \
3433
$(no_rpath_arch_TESTS)
@@ -107,6 +106,3 @@ libsimple_so_LDFLAGS = $(LDFLAGS_sharedlib)
107106
no_rpath_SOURCES = no-rpath.c
108107
# no -fpic for no-rpath.o
109108
no_rpath_CFLAGS =
110-
111-
contiguous_note_sections_SOURCES = contiguous_note_sections.s
112-
contiguous_note_sections_CFLAGS = -nostdlib -T contiguous_note_sections.ld

tests/contiguous_note_sections.ld

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/contiguous_note_sections.s

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/contiguous_note_sections.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)