diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-09-26 14:36:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-09-26 14:36:56 +0000 |
commit | 54c847345db758fa2d2f618b9202394866a53b50 (patch) | |
tree | e6bae2267fe512535025e2dbc2f1418163d7ba21 /gdb/Makefile.in | |
parent | 11e8e359f94fd8ae9b89c2ad6fde7a2c67206efd (diff) | |
download | gdb-54c847345db758fa2d2f618b9202394866a53b50.zip gdb-54c847345db758fa2d2f618b9202394866a53b50.tar.gz gdb-54c847345db758fa2d2f618b9202394866a53b50.tar.bz2 |
* regset.h: New file.
* Makefile.in (regset_h): Add.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c61f1bf..010bfda 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -730,6 +730,7 @@ ppc_tdep_h = ppc-tdep.h proc_utils_h = proc-utils.h regcache_h = regcache.h reggroups_h = reggroups.h +regset_h = regset.h remote_fileio_h = remote-fileio.h remote_h = remote.h remote_utils_h = remote-utils.h $(target_h) |