diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-15 00:37:12 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-15 00:37:12 +0000 |
commit | dfc6c7b2667934eaeee2fe2d5653d5a5b912ba9a (patch) | |
tree | 912bd0e48e0256ee98258dc827c4f146ca3894ca /binutils | |
parent | 8942efd7f00a0af470b70184a75efa7e804d5ff3 (diff) | |
download | gdb-dfc6c7b2667934eaeee2fe2d5653d5a5b912ba9a.zip gdb-dfc6c7b2667934eaeee2fe2d5653d5a5b912ba9a.tar.gz gdb-dfc6c7b2667934eaeee2fe2d5653d5a5b912ba9a.tar.bz2 |
Fix a typo.
2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/i386/compressed-1a.d: Fix a typo.
* binutils-all/i386/compressed-1b.d: Likewise.
* binutils-all/i386/compressed-1c.d: Likewise.
* binutils-all/x86-64/compressed-1a.d: Likewise.
* binutils-all/x86-64/compressed-1b.d: Likewise.
* binutils-all/x86-64/compressed-1c.d: Likewise.
Diffstat (limited to 'binutils')
7 files changed, 15 insertions, 6 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 9c460ba..1afbe86 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,5 +1,14 @@ 2010-07-14 H.J. Lu <hongjiu.lu@intel.com> + * binutils-all/i386/compressed-1a.d: Fix a typo. + * binutils-all/i386/compressed-1b.d: Likewise. + * binutils-all/i386/compressed-1c.d: Likewise. + * binutils-all/x86-64/compressed-1a.d: Likewise. + * binutils-all/x86-64/compressed-1b.d: Likewise. + * binutils-all/x86-64/compressed-1c.d: Likewise. + +2010-07-14 H.J. Lu <hongjiu.lu@intel.com> + * config/default.exp (binutils_assemble): Use default_binutils_assemble_flags. (binutils_assemble_flags): New. diff --git a/binutils/testsuite/binutils-all/i386/compressed-1a.d b/binutils/testsuite/binutils-all/i386/compressed-1a.d index 2a4825a..04a0824 100644 --- a/binutils/testsuite/binutils-all/i386/compressed-1a.d +++ b/binutils/testsuite/binutils-all/i386/compressed-1a.d @@ -3,7 +3,7 @@ #as: --32 --compress-debug-sections #objcopy: #readelf: -w -#name: objcopy on compressed debug setions +#name: objcopy on compressed debug sections Contents of the .[z]?debug_abbrev section: diff --git a/binutils/testsuite/binutils-all/i386/compressed-1b.d b/binutils/testsuite/binutils-all/i386/compressed-1b.d index ebde372..100f8f6 100644 --- a/binutils/testsuite/binutils-all/i386/compressed-1b.d +++ b/binutils/testsuite/binutils-all/i386/compressed-1b.d @@ -3,7 +3,7 @@ #as: --32 #strip: #readelf: -S --wide -#name: strip on uncompressed debug setions +#name: strip on uncompressed debug sections There are 6 section headers, starting at offset 0x7c: diff --git a/binutils/testsuite/binutils-all/i386/compressed-1c.d b/binutils/testsuite/binutils-all/i386/compressed-1c.d index 1875896..07d97cd 100644 --- a/binutils/testsuite/binutils-all/i386/compressed-1c.d +++ b/binutils/testsuite/binutils-all/i386/compressed-1c.d @@ -3,7 +3,7 @@ #as: --32 --compress-debug-sections #strip: #readelf: -S --wide -#name: strip on compressed debug setions +#name: strip on compressed debug sections There are 6 section headers, starting at offset 0x7c: diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1a.d b/binutils/testsuite/binutils-all/x86-64/compressed-1a.d index 77965e8..4b1b354 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1a.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1a.d @@ -3,7 +3,7 @@ #as: --64 --compress-debug-sections #objcopy: #readelf: -w -#name: objcopy on compressed debug setions +#name: objcopy on compressed debug sections Contents of the .[z]?debug_abbrev section: diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1b.d b/binutils/testsuite/binutils-all/x86-64/compressed-1b.d index 690c923..522920d 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1b.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1b.d @@ -3,7 +3,7 @@ #as: --64 #strip: #readelf: -S --wide -#name: strip on uncompressed debug setions +#name: strip on uncompressed debug sections There are 6 section headers, starting at offset 0x80: diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1c.d b/binutils/testsuite/binutils-all/x86-64/compressed-1c.d index ed33bb7..5d295a4 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1c.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1c.d @@ -3,7 +3,7 @@ #as: --64 --compress-debug-sections #strip: #readelf: -S --wide -#name: strip on compressed debug setions +#name: strip on compressed debug sections There are 6 section headers, starting at offset 0x80: |