diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-12-21 04:59:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-12-21 04:59:00 +0000 |
commit | 3463063964aa80cb5630c8330c57f837521b74eb (patch) | |
tree | cb35e41984bc7a79e278412a18e1dbcd64d3b504 /gdb | |
parent | 7022d7981926b1dd2bbd0f81f7bf4823fa04ff70 (diff) | |
download | gdb-3463063964aa80cb5630c8330c57f837521b74eb.zip gdb-3463063964aa80cb5630c8330c57f837521b74eb.tar.gz gdb-3463063964aa80cb5630c8330c57f837521b74eb.tar.bz2 |
* rs6000-tdep.h: Remove defs.h #include.
* Makefile.in (rs6000_tdep_h): Update dependencies.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 | ||||
-rw-r--r-- | gdb/rs6000-tdep.h | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8f530e..96a8faa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-12-20 Joel Brobecker <brobecker@adacore.com> + + * rs6000-tdep.h: Remove defs.h #include. + * Makefile.in (rs6000_tdep_h): Update dependencies. + 2007-12-20 Thiago Jung Bauermann <bauerman@br.ibm.com> * gdbtypes.c (gdbtypes_post_init): Change names of decimal float types diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a46c9d4..114333c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -855,7 +855,7 @@ reggroups_h = reggroups.h regset_h = regset.h remote_fileio_h = remote-fileio.h remote_h = remote.h -rs6000_tdep_h = rs6000-tdep.h $(defs_h) +rs6000_tdep_h = rs6000-tdep.h s390_tdep_h = s390-tdep.h scm_lang_h = scm-lang.h $(scm_tags_h) scm_tags_h = scm-tags.h diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index f0e0f3c..bafb28c 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" - extern int rs6000_software_single_step (struct frame_info *frame); /* Hook in rs6000-tdep.c for determining the TOC address when |