diff options
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/dwarf2dbg.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3ebe281..673d03f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2020-03-31 Maciej W. Rozycki <macro@linux-mips.org> + + PR 25611 + PR 25614 + * dwarf2dbg.c: Do not include "bignum.h". + 2020-03-30 Nelson Chu <nelson.chu@sifive.com> * testsuite/gas/riscv/alias-csr.d: Move this to priv-reg-pseudo. diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index d9d517a..6a66225 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -30,7 +30,6 @@ #include "as.h" #include "safe-ctype.h" -#include "bignum.h" #ifdef HAVE_LIMITS_H #include <limits.h> |