diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-09-22 19:13:40 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-09-22 19:13:40 +0000 |
commit | e8ae22d1973d52e41b24f9ac58b4c5da9d3cff13 (patch) | |
tree | 247ba7b7c2d98d2695bb71dfb8644fb44dc78592 /gas | |
parent | 72929c628e0547bcffcbb3e7b7afabb912ce246b (diff) | |
download | gdb-e8ae22d1973d52e41b24f9ac58b4c5da9d3cff13.zip gdb-e8ae22d1973d52e41b24f9ac58b4c5da9d3cff13.tar.gz gdb-e8ae22d1973d52e41b24f9ac58b4c5da9d3cff13.tar.bz2 |
[testsuite] dw2-const.S: fix type reference size on 64bit platforms.
The testcase was failing on various 64bit platforms, because the
debugging info said that the target type for a const type is a
4-byte reference. In the asm file, I used a .long directive, but
the size of .long is of course dependent on the platform. This
replaces this .long by a .4byte directive.
gdb/testsuite/ChangeLog:
* gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
type of our const type.
Diffstat (limited to 'gas')
0 files changed, 0 insertions, 0 deletions