diff options
author | Dave Korn <dave.korn@artimi.com> | 2006-05-02 17:46:41 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2006-05-02 17:46:41 +0000 |
commit | e44d194ff6184ec4378ff30fd094cf225bb892c9 (patch) | |
tree | 15825faa6b707e379b3263d0ae8dfdfb56ac40c4 /binutils | |
parent | df7849c593594e81b635dfe06b488e333fc9b2ab (diff) | |
download | gdb-e44d194ff6184ec4378ff30fd094cf225bb892c9.zip gdb-e44d194ff6184ec4378ff30fd094cf225bb892c9.tar.gz gdb-e44d194ff6184ec4378ff30fd094cf225bb892c9.tar.bz2 |
2006-05-02 Dave Korn <dave.korn@artimi.com>
* binutils-all/copy-1.d (name): Correct spelling of 'setting'.
* binutils-all/copy-2.d (name): Likewise.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/copy-1.d | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/copy-2.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index a76b414..b046733 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-05-02 Dave Korn <dave.korn@artimi.com> + + * binutils-all/copy-1.d (name): Correct spelling of 'setting'. + * binutils-all/copy-1.d (name): Likewise. + 2006-05-02 Nick Clifton <nickc@redhat.com> * binutils-all/copy-2.d: Change the name of the section whose diff --git a/binutils/testsuite/binutils-all/copy-1.d b/binutils/testsuite/binutils-all/copy-1.d index a33b28e..f2b0d9e 100644 --- a/binutils/testsuite/binutils-all/copy-1.d +++ b/binutils/testsuite/binutils-all/copy-1.d @@ -1,7 +1,7 @@ #PROG: objcopy #objdump: -h #objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code -#name: copy with seting section flags 1 +#name: copy with setting section flags 1 .*: +file format .* diff --git a/binutils/testsuite/binutils-all/copy-2.d b/binutils/testsuite/binutils-all/copy-2.d index 582c8c2..8a1ab59 100644 --- a/binutils/testsuite/binutils-all/copy-2.d +++ b/binutils/testsuite/binutils-all/copy-2.d @@ -1,7 +1,7 @@ #PROG: objcopy #objdump: -h #objcopy: --set-section-flags foo=contents,alloc,load,code -#name: copy with seting section flags 2 +#name: copy with setting section flags 2 #source: copytest.s #not-target: *-*-aout # Note - we use copytest.s and a section named "foo" rather |