-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a testcase for PR binutils/23633
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
Showing
5 changed files
with
2,439 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |
Oops, something went wrong.