diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-27 11:56:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-27 11:56:34 +0000 |
commit | 560390fb16fc7c08f7468cab750465c13b8857da (patch) | |
tree | 3b53937422b636ccdc63614fbb06117374fd9e87 | |
parent | 5276304859ac56c11880173573694ae43b51125f (diff) | |
download | gdb-560390fb16fc7c08f7468cab750465c13b8857da.tar.gz |
2000-06-23 Doug Evans <dje@casey.transmeta.com>
* Makefile.in (headers,nltvals.def): Merge.
-rw-r--r-- | sim/common/ChangeLog | 5 | ||||
-rw-r--r-- | sim/common/Makefile.in | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index ef7b8eb5ab3..7e0d6758ff3 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com> + + From 2000-06-23 Doug Evans <dje@casey.transmeta.com>: + * Makefile.in (headers,nltvals.def): Merge. + Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com> From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>: diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in index 02d69a79393..b97ad1dddf7 100644 --- a/sim/common/Makefile.in +++ b/sim/common/Makefile.in @@ -71,17 +71,14 @@ MAKEOVERRIDES= all: -# Generate TARG_VALS_H for newlib/libgloss using devo and build tree. +# Generate nltvals.def for newlib/libgloss using devo and build tree. # This file is shipped with distributions so we build in the source dir. -# This is built in srcdir so putting dependencies here is risky. # Use `make headers' to rebuild. -headers: nltvals.def +# Note: If gdb releases begin to contain target header files (not a good idea, +# but if they did ...), targ-vals.def coud be generated at build time. +# An alternative is to slurp in the tables at runtime. .PHONY: headers - -# Note: If gdb releases begin to contain target header files, generate -# targ-vals.def at build time. - -nltvals.def: Makefile gennltvals.sh gentvals.sh +headers: rootme=`pwd` ; \ cd $(srcdir) ; \ rm -f nltvals.new ; \ |