mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
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 .
This commit is contained in:
@ -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>
|
2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
|
* gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
|
||||||
|
@ -13,9 +13,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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
|
# Tests for Powerpc floating point register setting and fetching
|
||||||
|
|
||||||
|
@ -13,9 +13,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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
|
# Tests for Powerpc AltiVec register setting and fetching
|
||||||
|
|
||||||
|
@ -13,10 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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 */
|
|
||||||
|
|
||||||
int watchee;
|
int watchee;
|
||||||
|
|
||||||
|
@ -13,10 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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 */
|
|
||||||
|
|
||||||
extern __thread int a_thread_local;
|
extern __thread int a_thread_local;
|
||||||
__thread int file2_thread_local;
|
__thread int file2_thread_local;
|
||||||
|
Reference in New Issue
Block a user