diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ac2596..f9ef0e1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com> + + * f-valprint.c (f77_print_array_1): Changed datatype of index + variable to LONGEST from int to enable it to contain bound + values correctly. + 2020-02-03 Maciej W. Rozycki <macro@wdc.com> * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro. |