diff options
author | Stan Shebs <shebs@codesourcery.com> | 2009-01-07 21:21:11 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2009-01-07 21:21:11 +0000 |
commit | 7b93f36dcbacaed62ba26a0ea1bbdfaa7352c395 (patch) | |
tree | c0ee8e264b5488fc1d0477b8d377b6672c93425a /gdb | |
parent | 0380c18b13823a0f2cbd9a5601e041faf066c2ac (diff) | |
download | gdb-7b93f36dcbacaed62ba26a0ea1bbdfaa7352c395.zip gdb-7b93f36dcbacaed62ba26a0ea1bbdfaa7352c395.tar.gz gdb-7b93f36dcbacaed62ba26a0ea1bbdfaa7352c395.tar.bz2 |
* config/pa/linux.mh (XDEPFILES): Remove.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/pa/linux.mh | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4725738..e84188e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-01-07 Stan Shebs <stan@codesourcery.com> + + * config/pa/linux.mh (XDEPFILES): Remove. + 2009-01-07 Doug Evans <dje@google.com> * cli/cli-cmds.c (set_debug): Fix cut-n-paste error. diff --git a/gdb/config/pa/linux.mh b/gdb/config/pa/linux.mh index ea45f69..d1d12ad 100644 --- a/gdb/config/pa/linux.mh +++ b/gdb/config/pa/linux.mh @@ -1,5 +1,4 @@ # Host: Hewlett-Packard PA-RISC machine, running Linux -XDEPFILES= NAT_FILE= config/nm-linux.h NATDEPFILES= inf-ptrace.o fork-child.o corelow.o gcore.o \ hppa-linux-nat.o proc-service.o linux-thread-db.o linux-nat.o \ |