Fix for PR gdb/8648.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Dec 2008 17:38:55 +0000 (17:38 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 21 Dec 2008 17:38:55 +0000 (17:38 +0000)
* gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/ppc-fp.exp
gdb/testsuite/gdb.arch/vsx-regs.exp
gdb/testsuite/gdb.base/watchpoint-hw.c
gdb/testsuite/gdb.threads/tls2.c

index 23a1cfe1247f073d3908bbb78fe896fd3168c41e..efa6234ca05bf733e3ce46b672d41a12da220be2 100644 (file)
@@ -1,3 +1,11 @@
+2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix for PR gdb/8648.
+       * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
+       gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
+       gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
+       gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
+
 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
index 170d58cbe3263b75dd0c1072850aeb152ae68211..ab27897e0ba2af98a15c45105e9dcabe042b2879 100644 (file)
@@ -13,9 +13,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/>.
 #
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-#
 
 # Tests for Powerpc floating point register setting and fetching
 
index 18def604eb1e19a1125c4b3a9a559f5c17dd9780..191069f46397d6a080ee749244cca6d317f2ce16 100644 (file)
@@ -13,9 +13,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/>.
 #
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-#
 
 # Tests for Powerpc AltiVec register setting and fetching
 
index f6eea6fc62248cefc5abf4ace9f8fa1670f7574e..5c44bbbd6f1d295b489071f75004c97f698b0503 100644 (file)
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-   Please email any bugs, comments, and/or additions to this file to:
-   bug-gdb@prep.ai.mit.edu  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int watchee;
 
index f87ec2f969cd392c832550dfec4d84eff2ccb9c0..50117f4ee1849f6b5b55cdfaf926f8356f774dd0 100644 (file)
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-   Please email any bugs, comments, and/or additions to this file to:
-   bug-gdb@prep.ai.mit.edu  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern __thread int a_thread_local;
 __thread int file2_thread_local;