diff options
author | Tom Tromey <tom@tromey.com> | 2018-10-08 16:39:29 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-10-08 16:39:29 -0600 |
commit | a0c3048e3f397a595a14208e82e21399131f782b (patch) | |
tree | ccab398faeaef5cc3fab3c9be8e2c32589b31edd /gdb/ChangeLog | |
parent | a51bb70c8a1570f2e6fa74432578bcdf7f2785aa (diff) | |
download | gdb-a0c3048e3f397a595a14208e82e21399131f782b.zip gdb-a0c3048e3f397a595a14208e82e21399131f782b.tar.gz gdb-a0c3048e3f397a595a14208e82e21399131f782b.tar.bz2 |
Remove unused variables from riscv-fbsd-tdep.c
This removes a couple of unused variables from riscv-fbsd-tdep.c.
This allows a --enable-targets=all build to complete on
x86-64 Fedora 28.
gdb/ChangeLog
2018-10-08 Tom Tromey <tom@tromey.com>
* riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
variable.
(riscv_fbsd_init_abi): Likewise.
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 eac1dc2..e8deee8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2018-10-08 Tom Tromey <tom@tromey.com> + + * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused + variable. + (riscv_fbsd_init_abi): Likewise. + 2018-10-08 Weimin Pan <weimin.pan@oracle.com> * valops.c (value_struct_elt_for_reference): Rename local variable to work around the shadowing a previous local warning. |