diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-01 13:03:51 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-01 13:04:49 -0500 |
commit | 6fb89fa13599bc99c3925c9cc4b602445a53eebf (patch) | |
tree | 622f239b1258d889ccb369908df5ab0818ed1c29 | |
parent | 1d5269c994bf4af088b1a9d0ed39825541623a99 (diff) | |
download | gdb-6fb89fa13599bc99c3925c9cc4b602445a53eebf.zip gdb-6fb89fa13599bc99c3925c9cc4b602445a53eebf.tar.gz gdb-6fb89fa13599bc99c3925c9cc4b602445a53eebf.tar.bz2 |
gdb: update sim mips testsuite copyright exemption
The sim testsuite was reorganized last year, so update the path.
-rw-r--r-- | gdb/copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index c4e6f94..0de15b8 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -412,7 +412,7 @@ NOT_FSF_LIST = ( "sim/ppc/vm.h", "sim/ppc/hw_iobus.c", "sim/ppc/inline.h", - "sim/testsuite/sim/mips/mips32-dsp2.s", + "sim/testsuite/mips/mips32-dsp2.s", ) if __name__ == "__main__": |