diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-02 14:40:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-02 14:40:35 +0000 |
commit | d7763c4d71054b34d5d7e47d45c02b855199ac05 (patch) | |
tree | f71d9bdeb08384793827bcb1a98566ebd2edb9d5 /gdb/gdbserver | |
parent | e0ae68af135cb93c921e3d15bec89b0dc4b12839 (diff) | |
download | gdb-d7763c4d71054b34d5d7e47d45c02b855199ac05.tar.gz |
2003-01-02 Andrew Cagney <ac131313@redhat.com>
* Makefile.in: Remove obsolete code.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/Makefile.in | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 9a25c44be87..ac3b1f4a141 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2003-01-02 Andrew Cagney <ac131313@redhat.com> + + * Makefile.in: Remove obsolete code. + 2002-11-20 Daniel Jacobowitz <drow@mvista.com> * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 46168d61624..763c21ed7b2 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -228,11 +228,6 @@ version.c: Makefile # will remove them. MAKEOVERRIDES= -## This is ugly, but I don't want GNU make to put these variables in -## the environment. Older makes will see this as a set of targets -## with no dependencies and no actions. -# OBSOLETE unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : - gdb_proc_service_h = $(srcdir)/../gdb_proc_service.h $(srcdir)/../gregset.h regdat_sh = $(srcdir)/../regformats/regdat.sh regdef_h = $(srcdir)/../regformats/regdef.h |