Skip to content

Commit

Permalink
Add a testcase for PR binutils/23633
Browse files Browse the repository at this point in the history
	PR binutils/23633
	* testsuite/binutils-all/objcopy.exp: Run pr23633.
	* testsuite/binutils-all/pr23633.d: New file.
	* testsuite/binutils-all/pr23633.list: Likewise.
	* testsuite/binutils-all/pr23633.s: Likewise.
  • Loading branch information
hjl-tools committed Sep 13, 2018
1 parent 1256af7 commit 319dbdf
Show file tree
Hide file tree
Showing 5 changed files with 2,439 additions and 0 deletions.
8 changes: 8 additions & 0 deletions binutils/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2018-09-13 H.J. Lu <[email protected]>

PR binutils/23633
* testsuite/binutils-all/objcopy.exp: Run pr23633.
* testsuite/binutils-all/pr23633.d: New file.
* testsuite/binutils-all/pr23633.list: Likewise.
* testsuite/binutils-all/pr23633.s: Likewise.

2018-09-13 Nick Clifton <[email protected]>

PR 23633
Expand Down
2 changes: 2 additions & 0 deletions binutils/testsuite/binutils-all/objcopy.exp
Original file line number Diff line number Diff line change
Expand Up @@ -1256,3 +1256,5 @@ proc objcopy_remove_relocations_from_executable { } {
}

objcopy_remove_relocations_from_executable

run_dump_test "pr23633"
8 changes: 8 additions & 0 deletions binutils/testsuite/binutils-all/pr23633.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#source: pr23633.s
#PROG: objcopy
#objcopy: -S --keep-symbols=$srcdir/pr23633.list
#objdump: -s

#...
Contents of section .text:
0000 00000000.*
Loading

0 comments on commit 319dbdf

Please sign in to comment.