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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3dd7b85..9f6f3a9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -761,15 +761,7 @@ LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c # wrong if TAGS has files twice). Because this is tricky to get # right, it is probably easiest just to list .h files here directly. -HFILES_NO_SRCDIR = osf-share/cma_debug_client.h \ -osf-share/HP800/cma_thread_io.h osf-share/cma_sequence.h \ -osf-share/cma_mutex.h osf-share/cma_semaphore_defs.h \ -osf-share/cma_list.h osf-share/cma_handle.h osf-share/cma_stack.h \ -osf-share/cma_util.h osf-share/RIOS/cma_thread_io.h \ -osf-share/cma_errors.h osf-share/cma_tcb_defs.h osf-share/cma_attr.h \ -osf-share/cma_stack_int.h osf-share/cma_init.h \ -osf-share/cma_deb_core.h osf-share/AT386/cma_thread_io.h \ -osf-share/cma_sched.h \ +HFILES_NO_SRCDIR = \ common/gdb_signals.h common/gdb_thread_db.h common/gdb_vecs.h \ common/i386-xstate.h common/linux-ptrace.h \ proc-utils.h arm-tdep.h ax-gdb.h ppcnbsd-tdep.h \ |