diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-09-22 20:06:58 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-09-22 20:06:58 +0000 |
commit | 05692c42a6a13238aafca06d572c309588aa3f6f (patch) | |
tree | 2bf83cbdc0295f16c66053fdd184f8ec5b5d2977 /gdb | |
parent | d31d2fc374b0523049655a0038cbdf1b43827edf (diff) | |
download | gdb-05692c42a6a13238aafca06d572c309588aa3f6f.zip gdb-05692c42a6a13238aafca06d572c309588aa3f6f.tar.gz gdb-05692c42a6a13238aafca06d572c309588aa3f6f.tar.bz2 |
preserve columnar alignment.
gdb/testsuite/ChangeLog:
* gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-const.S | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 40a89ff..3d43c49 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -6,6 +6,10 @@ 2010-09-22 Joel Brobecker <brobecker@adacore.com> + * gdb.dwarf2/dw2-const.S: Minor (space) reformatting. + +2010-09-22 Joel Brobecker <brobecker@adacore.com> + * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target type of our const type. diff --git a/gdb/testsuite/gdb.dwarf2/dw2-const.S b/gdb/testsuite/gdb.dwarf2/dw2-const.S index aa91839..a5237a1 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-const.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-const.S @@ -55,7 +55,7 @@ func_cu1: .Ltype_const: .uleb128 0x9 /* Abbrev: DW_TAG_const_type */ - .4byte .Ltype_int-.Lcu1_begin /* DW_AT_type */ + .4byte .Ltype_int-.Lcu1_begin /* DW_AT_type */ /* func_cu1 */ .uleb128 2 /* Abbrev: DW_TAG_subprogram */ |