diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-07 02:57:50 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-07 02:57:50 +0000 |
commit | 2cb50f9d6a4b947f2d6ec42ea48d890a4aa9ce78 (patch) | |
tree | 63cbda3753f1226bf764703b62bd257ef7157dc4 /gdb/copyright.py | |
parent | aba6bc71dd8b4f9944bc4c7f4cf73f58f7960595 (diff) | |
download | gdb-2cb50f9d6a4b947f2d6ec42ea48d890a4aa9ce78.zip gdb-2cb50f9d6a4b947f2d6ec42ea48d890a4aa9ce78.tar.gz gdb-2cb50f9d6a4b947f2d6ec42ea48d890a4aa9ce78.tar.bz2 |
Delete the gdb/osf-share directory.
These are old files that GDB does not use anymore, and probably has not
used for a long time.
gdb/ChangeLog:
* osf-share/AT386/cma_thread_io.h: Delete.
* osf-share/HP800/cma_thread_io.h: Delete.
* osf-share/README: Delete.
* osf-share/RIOS/cma_thread_io.h: Delete.
* osf-share/cma_attr.h: Delete.
* osf-share/cma_deb_core.h: Delete.
* osf-share/cma_debug_client.h: Delete.
* osf-share/cma_errors.h: Delete.
* osf-share/cma_handle.h: Delete.
* osf-share/cma_init.h: Delete.
* osf-share/cma_list.h: Delete.
* osf-share/cma_mutex.h: Delete.
* osf-share/cma_sched.h: Delete.
* osf-share/cma_semaphore_defs.h: Delete.
* osf-share/cma_sequence.h: Delete.
* osf-share/cma_stack.h: Delete.
* osf-share/cma_stack_int.h: Delete.
* osf-share/cma_tcb_defs.h: Delete.
* osf-share/cma_util.h: Delete.
* Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
in osf-share.
* config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
* contrib/ari/gdb_find.sh: Remove handling of osf-share.
* copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
Diffstat (limited to 'gdb/copyright.py')
-rw-r--r-- | gdb/copyright.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py index 30ead5d..e07d091 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -208,7 +208,6 @@ MULTIPLE_COPYRIGHT_HEADERS = ( # Filenames are relative to the root directory. NOT_FSF_LIST = ( "gdb/exc_request.defs", - "gdb/osf-share", "gdb/gdbtk", "gdb/testsuite/gdb.gdbtk/", "sim/arm/armemu.h", "sim/arm/armos.c", "sim/arm/gdbhost.c", |