diff options
author | Mark Wielaard <mark@klomp.org> | 2020-08-21 13:26:07 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-08-21 15:16:34 +0200 |
commit | 02391b8be4fcb3366c23ed53e7e9aaeef734f78d (patch) | |
tree | bb7579f9629632aaab1c74fe4d984562bb143923 /binutils/ChangeLog | |
parent | 5014c2d22b2627eb1ac88a4763a58d431fe064a7 (diff) | |
download | gdb-02391b8be4fcb3366c23ed53e7e9aaeef734f78d.zip gdb-02391b8be4fcb3366c23ed53e7e9aaeef734f78d.tar.gz gdb-02391b8be4fcb3366c23ed53e7e9aaeef734f78d.tar.bz2 |
Recognize DW_LANG_C11 in readelf testsuite.
readelf_wi_test checks the DW_AT_LANGUAGE is recognized by matching
against ANSI C. But for the new DWARF5 DW_LANG_C11 readelf simply
prints "C11", not prefixed with ANSI (DW_LANG_C is "non-ANSI C",
DW_LANG_C89 is "ANSI C" and DW_LANG_C99 is "ANSI-C99"). Adjust the
testcase instead of readelf because C11 seems a fine name.
binutils/ChangeLog:
* testsuite/binutils-all/readelf.exp (readelf_wi_test): Also
recognize DW_LANG_C11.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 37558ef..1f5bd36 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-08-21 Mark Wielaard <mark@klomp.org> + + * testsuite/binutils-all/readelf.exp (readelf_wi_test): Also + recognize DW_LANG_C11. + 2020-08-19 Alan Modra <amodra@gmail.com> PR 26349 |