diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 1f6924173bb2c81701a5a8472e0ceb84966dda85..3393ecb9cb5b432390c9baff2cb4835fe01c526f 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
+
+	* gcc_release (ADA_DIRS): Add "gnattools".
+
 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
 
 	* crontab: Adjust for 4.0 branch.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 89eec350ee949ca7ea6fdff31109faa7f32ecdc0..f75d9befa14c067fb235a8be969168f6b6a30153 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -582,7 +582,7 @@ SOURCE_DIRECTORY=""
 
 # The directories that should be part of the various language-specific
 # tar files.  These are all relative to the top of the source tree.
-ADA_DIRS="gcc/ada libada"
+ADA_DIRS="gcc/ada libada gnattools"
 CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
 FORTRAN_DIRS="gcc/f libf2c"
 FORTRAN95_DIRS="gcc/fortran libgfortran"