diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-07 10:00:57 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-07 10:00:57 +0000 |
commit | ab39020be5bc37ef00a75e4e9a25ce60ef30ad5e (patch) | |
tree | 34872dd5cf35d8e7ad7a29bf701787f1dc38d4fa | |
parent | 71f058efca3863c9f0cd03a3cc45da599298e2a1 (diff) | |
download | binutils-gdb-ab39020be5bc37ef00a75e4e9a25ce60ef30ad5e.tar.gz |
Update copyright.py:NOT_FSF_LIST for sim/common subdir.
There was a duplicate ("sim/common/cgen-fpu.h"), and one entry where
we do have an FSF copyright header ("sim/common/sim-fpu.c").
gdb/ChangeLog:
* copyright.py (NOT_FSF_LIST): Remove duplicate entry
"sim/common/cgen-fpu.h". Remove invalid entries
"sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
which actually have an FSF copyright header.
-rw-r--r-- | gdb/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/copyright.py | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 56e938ec0a7..b4e6afb2462 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2012-12-07 Joel Brobecker <brobecker@adacore.com> + * copyright.py (NOT_FSF_LIST): Remove duplicate entry + "sim/common/cgen-fpu.h". Remove invalid entries + "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h", + which actually have an FSF copyright header. + +2012-12-07 Joel Brobecker <brobecker@adacore.com> + * osf-share/AT386/cma_thread_io.h: Delete. * osf-share/HP800/cma_thread_io.h: Delete. * osf-share/README: Delete. diff --git a/gdb/copyright.py b/gdb/copyright.py index e07d091cbae..8bf058a33ea 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -219,13 +219,12 @@ NOT_FSF_LIST = ( "sim/arm/bag.c", "sim/arm/armvirt.c", "sim/arm/main.c", "sim/arm/bag.h", "sim/arm/communicate.c", "sim/arm/gdbhost.h", "sim/arm/armfpe.h", "sim/arm/arminit.c", - "sim/common/cgen-fpu.c", "sim/common/cgen-fpu.h", "sim/common/cgen-fpu.h", - "sim/common/cgen-accfp.c", "sim/common/sim-fpu.c", + "sim/common/cgen-fpu.c", "sim/common/cgen-fpu.h", + "sim/common/cgen-accfp.c", "sim/erc32/sis.h", "sim/erc32/erc32.c", "sim/erc32/func.c", "sim/erc32/float.c", "sim/erc32/interf.c", "sim/erc32/sis.c", "sim/erc32/exec.c", "sim/mips/m16run.c", "sim/mips/sim-main.c", - "sim/mn10300/sim-main.h", "sim/moxie/moxie-gdb.dts", # Not a single file in sim/ppc/ appears to be copyright FSF :-(. "sim/ppc/filter.h", "sim/ppc/gen-support.h", "sim/ppc/ld-insn.h", |