diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-05-03 16:45:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-05-03 16:45:59 +0000 |
commit | 5a135cf21f0ba80b1077e63548fd5cbf3e98ca42 (patch) | |
tree | 6ee2a3729dc1b4b2dfcda66f8bb054b4d146ffbe /binutils | |
parent | f592407e4d75fc64e87c25cdd8b21361b3d322d1 (diff) | |
download | gdb-5a135cf21f0ba80b1077e63548fd5cbf3e98ca42.zip gdb-5a135cf21f0ba80b1077e63548fd5cbf3e98ca42.tar.gz gdb-5a135cf21f0ba80b1077e63548fd5cbf3e98ca42.tar.bz2 |
2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/copy-3.d: Fix a typo.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/copy-3.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index dc6a355..410f784 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2006-05-03 H.J. Lu <hongjiu.lu@intel.com> + * binutils-all/copy-3.d: Fix a typo. + +2006-05-03 H.J. Lu <hongjiu.lu@intel.com> + * binutils-all/copy-3.d: New. * objcopy.exp: Run copy-3. diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuite/binutils-all/copy-3.d index 373c10f..be3eea4 100644 --- a/binutils/testsuite/binutils-all/copy-3.d +++ b/binutils/testsuite/binutils-all/copy-3.d @@ -3,7 +3,7 @@ #objcopy: --set-section-flags .text=alloc,data #name: copy with setting section flags 3 #source: bintest.s -#not-target: *-*-aout *-*-*pe* *-*-*coff i*86-*-cygwin* i*86-*-mingw32* +#not-target: *-*-aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* # The .text # section in PE/COFF has a fixed set of flags and these # cannot be changed. We skip it for them. |