diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-02-17 00:37:20 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2019-04-30 10:36:56 +0100 |
commit | f1fdc960664c24d911d6189b94e5c054b4bb9053 (patch) | |
tree | d561d6e01f2adc4d032f35157eca9831f11c4357 /gdb/testsuite/ChangeLog | |
parent | bf7a4de1722a63c8b017d010e75d5e9e5e622f36 (diff) | |
download | binutils-f1fdc960664c24d911d6189b94e5c054b4bb9053.zip binutils-f1fdc960664c24d911d6189b94e5c054b4bb9053.tar.gz binutils-f1fdc960664c24d911d6189b94e5c054b4bb9053.tar.bz2 |
gdb/fortran: Update rules for printing whitespace in types
The whitespace produced as types are printed seems inconsistent. This
commit updates the rules in an attempt to make whitespace more
balanced and consistent. Expected results are updated.
gdb/ChangeLog:
* f-typeprint.c (f_print_type): Update rules for printing
whitespace.
(f_type_print_varspec_suffix): Likewise.
gdb/testsuite/ChangeLog:
* gdb.fortran/ptr-indentation.exp: Update expected results.
* gdb.fortran/ptype-on-functions.exp: Likewise.
* gdb.fortran/vla-ptr-info.exp: Likewise.
* gdb.fortran/vla-value.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1cfa4d3..636d36d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,12 @@ 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> + * gdb.fortran/ptr-indentation.exp: Update expected results. + * gdb.fortran/ptype-on-functions.exp: Likewise. + * gdb.fortran/vla-ptr-info.exp: Likewise. + * gdb.fortran/vla-value.exp: Likewise. + +2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> + * gdb.fortran/ptype-on-functions.exp: New file. * gdb.fortran/ptype-on-functions.f90: New file. |