* [RFA] update alpha makefile dependencies
@ 2003-06-02 4:02 Richard Henderson
2003-06-02 4:32 ` Daniel Jacobowitz
2003-06-02 13:54 ` Elena Zannoni
0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2003-06-02 4:02 UTC (permalink / raw)
To: gdb-patches
Ok?
r~
* Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
(alpha-linux-tdep.o): Update dependencies.
(alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
* alpha-mdebug-tdep.c: Remove unneeded includes.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.387
diff -c -p -d -r1.387 Makefile.in
*** Makefile.in 31 May 2003 21:13:20 -0000 1.387
--- Makefile.in 2 Jun 2003 03:52:53 -0000
*************** ALLDEPFILES = \
*** 1356,1362 ****
aix-thread.c \
alpha-nat.c alphabsd-nat.c \
alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \
! alpha-osf1-tdep.c alphafbsd-tdep.c \
arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \
armnbsd-nat.c armnbsd-tdep.c \
avr-tdep.c \
--- 1356,1362 ----
aix-thread.c \
alpha-nat.c alphabsd-nat.c \
alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \
! alpha-osf1-tdep.c alphafbsd-tdep.c alpha-mdebug-tdep.c \
arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \
armnbsd-nat.c armnbsd-tdep.c \
avr-tdep.c \
*************** ada-valprint.o: ada-valprint.c $(defs_h)
*** 1509,1525 ****
aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
$(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
$(ppc_tdep_h)
! alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
! $(value_h) $(alpha_tdep_h) $(osabi_h)
! alpha-nat.o: alpha-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
! $(regcache_h) $(alpha_tdep_h) $(gregset_h) $(gdb_string_h)
alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
$(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h)
! alpha-tdep.o: alpha-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \
$(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) $(symfile_h) \
$(objfiles_h) $(gdb_string_h) $(linespec_h) $(regcache_h) \
! $(doublest_h) $(arch_utils_h) $(elf_bfd_h) $(alpha_tdep_h) \
! $(osabi_h) $(block_h)
alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) $(alpha_tdep_h) \
--- 1509,1530 ----
aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
$(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
$(ppc_tdep_h)
! alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \
! $(frame_unwind_h) $(dwarf2_frame_h) $(gdbcore_h) $(gdb_assert_h) \
! $(osabi_h) $(symtab_h) $(symfile_h) $(value_h) $(alpha_tdep_h)
! alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \
! $(target_h) $(regcache_h) $(alpha_tdep_h) $(gregset_h)
alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
$(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h)
! alpha-tdep.o: alpha-tdep.c $(defs_h) $(doublest_h) $(frame_h) \
! $(frame_unwind_h) $(frame_base_h) $(inferior_h) $(symtab_h) \
$(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) $(symfile_h) \
$(objfiles_h) $(gdb_string_h) $(linespec_h) $(regcache_h) \
! $(reggroups_h) $(arch_utils_h) $(osabi_h) $(block_h) $(gdb_assert_h) \
! $(elf_bfd_h) $(alpha_tdep_h)
! alpha-mdebug-tdep.o: alpha-mdebug-tdep.c $(defs_h) $(frame_h) \
! $(frame_unwind_h) $(frame_base_h) $(symtab_h) $(gdbcore_h) \
! $(block_h) $(gdb_assert_h) $(alpha_tdep_h)
alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) $(alpha_tdep_h) \
Index: alpha-mdebug-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/alpha-mdebug-tdep.c,v
retrieving revision 1.2
diff -c -p -d -r1.2 alpha-mdebug-tdep.c
*** alpha-mdebug-tdep.c 31 May 2003 00:27:45 -0000 1.2
--- alpha-mdebug-tdep.c 2 Jun 2003 03:52:53 -0000
***************
*** 23,46 ****
#include "frame.h"
#include "frame-unwind.h"
#include "frame-base.h"
- #include "inferior.h"
#include "symtab.h"
- #include "value.h"
- #include "gdbcmd.h"
#include "gdbcore.h"
- #include "dis-asm.h"
- #include "symfile.h"
- #include "objfiles.h"
- #include "gdb_string.h"
- #include "linespec.h"
- #include "regcache.h"
- #include "doublest.h"
- #include "arch-utils.h"
- #include "osabi.h"
#include "block.h"
#include "gdb_assert.h"
-
- #include "elf-bfd.h"
#include "alpha-tdep.h"
--- 23,32 ----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] update alpha makefile dependencies
2003-06-02 4:02 [RFA] update alpha makefile dependencies Richard Henderson
@ 2003-06-02 4:32 ` Daniel Jacobowitz
2003-06-02 13:54 ` Elena Zannoni
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2003-06-02 4:32 UTC (permalink / raw)
To: Richard Henderson; +Cc: gdb-patches
On Sun, Jun 01, 2003 at 09:02:18PM -0700, Richard Henderson wrote:
> Ok?
>
>
> r~
>
>
>
> * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
> (alpha-linux-tdep.o): Update dependencies.
> (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
> * alpha-mdebug-tdep.c: Remove unneeded includes.
By all means. Please commit this.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] update alpha makefile dependencies
2003-06-02 4:02 [RFA] update alpha makefile dependencies Richard Henderson
2003-06-02 4:32 ` Daniel Jacobowitz
@ 2003-06-02 13:54 ` Elena Zannoni
1 sibling, 0 replies; 3+ messages in thread
From: Elena Zannoni @ 2003-06-02 13:54 UTC (permalink / raw)
To: Richard Henderson; +Cc: gdb-patches
Richard Henderson writes:
> Ok?
yep
elena
>
>
> r~
>
>
>
> * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
> (alpha-linux-tdep.o): Update dependencies.
> (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
> * alpha-mdebug-tdep.c: Remove unneeded includes.
>
>
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/src/src/gdb/Makefile.in,v
> retrieving revision 1.387
> diff -c -p -d -r1.387 Makefile.in
> *** Makefile.in 31 May 2003 21:13:20 -0000 1.387
> --- Makefile.in 2 Jun 2003 03:52:53 -0000
> *************** ALLDEPFILES = \
> *** 1356,1362 ****
> aix-thread.c \
> alpha-nat.c alphabsd-nat.c \
> alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \
> ! alpha-osf1-tdep.c alphafbsd-tdep.c \
> arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \
> armnbsd-nat.c armnbsd-tdep.c \
> avr-tdep.c \
> --- 1356,1362 ----
> aix-thread.c \
> alpha-nat.c alphabsd-nat.c \
> alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \
> ! alpha-osf1-tdep.c alphafbsd-tdep.c alpha-mdebug-tdep.c \
> arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \
> armnbsd-nat.c armnbsd-tdep.c \
> avr-tdep.c \
> *************** ada-valprint.o: ada-valprint.c $(defs_h)
> *** 1509,1525 ****
> aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
> $(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
> $(ppc_tdep_h)
> ! alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
> ! $(value_h) $(alpha_tdep_h) $(osabi_h)
> ! alpha-nat.o: alpha-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
> ! $(regcache_h) $(alpha_tdep_h) $(gregset_h) $(gdb_string_h)
> alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
> $(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h)
> ! alpha-tdep.o: alpha-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \
> $(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) $(symfile_h) \
> $(objfiles_h) $(gdb_string_h) $(linespec_h) $(regcache_h) \
> ! $(doublest_h) $(arch_utils_h) $(elf_bfd_h) $(alpha_tdep_h) \
> ! $(osabi_h) $(block_h)
> alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
> $(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
> alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) $(alpha_tdep_h) \
> --- 1509,1530 ----
> aix-thread.o: aix-thread.c $(defs_h) $(gdb_assert_h) $(gdbthread_h) \
> $(target_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) $(language_h) \
> $(ppc_tdep_h)
> ! alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \
> ! $(frame_unwind_h) $(dwarf2_frame_h) $(gdbcore_h) $(gdb_assert_h) \
> ! $(osabi_h) $(symtab_h) $(symfile_h) $(value_h) $(alpha_tdep_h)
> ! alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \
> ! $(target_h) $(regcache_h) $(alpha_tdep_h) $(gregset_h)
> alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
> $(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h)
> ! alpha-tdep.o: alpha-tdep.c $(defs_h) $(doublest_h) $(frame_h) \
> ! $(frame_unwind_h) $(frame_base_h) $(inferior_h) $(symtab_h) \
> $(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) $(symfile_h) \
> $(objfiles_h) $(gdb_string_h) $(linespec_h) $(regcache_h) \
> ! $(reggroups_h) $(arch_utils_h) $(osabi_h) $(block_h) $(gdb_assert_h) \
> ! $(elf_bfd_h) $(alpha_tdep_h)
> ! alpha-mdebug-tdep.o: alpha-mdebug-tdep.c $(defs_h) $(frame_h) \
> ! $(frame_unwind_h) $(frame_base_h) $(symtab_h) $(gdbcore_h) \
> ! $(block_h) $(gdb_assert_h) $(alpha_tdep_h)
> alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
> $(alpha_tdep_h) $(alphabsd_tdep_h) $(gregset_h)
> alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) $(alpha_tdep_h) \
> Index: alpha-mdebug-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/alpha-mdebug-tdep.c,v
> retrieving revision 1.2
> diff -c -p -d -r1.2 alpha-mdebug-tdep.c
> *** alpha-mdebug-tdep.c 31 May 2003 00:27:45 -0000 1.2
> --- alpha-mdebug-tdep.c 2 Jun 2003 03:52:53 -0000
> ***************
> *** 23,46 ****
> #include "frame.h"
> #include "frame-unwind.h"
> #include "frame-base.h"
> - #include "inferior.h"
> #include "symtab.h"
> - #include "value.h"
> - #include "gdbcmd.h"
> #include "gdbcore.h"
> - #include "dis-asm.h"
> - #include "symfile.h"
> - #include "objfiles.h"
> - #include "gdb_string.h"
> - #include "linespec.h"
> - #include "regcache.h"
> - #include "doublest.h"
> - #include "arch-utils.h"
> - #include "osabi.h"
> #include "block.h"
> #include "gdb_assert.h"
> -
> - #include "elf-bfd.h"
>
> #include "alpha-tdep.h"
>
> --- 23,32 ----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-06-02 13:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02 4:02 [RFA] update alpha makefile dependencies Richard Henderson
2003-06-02 4:32 ` Daniel Jacobowitz
2003-06-02 13:54 ` Elena Zannoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox