From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id 6D097385840B; Thu, 22 Feb 2024 11:09:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D097385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708600160; bh=QGPLtvuc0ZCMcr5Di0Ai3Y58DepxAKIoonOzLzv+kbI=; h=From:To:Subject:Date:From; b=Kiuyuc4vOton30uQABdkFsN8q//KquwuQ7SGKR1HueCEHHrk/bYA7VnXzFhWZ4S8K A3WhwEMeBZ/LknjQ/SYupSCAQz8sO6iCyxbhs2fduPqT0DPUovYK7KmAJb+QO/PGJI oXU0JcejRyqMz3kbPK55iqLLs6umeHoEmmQ9zQRI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb/testsuite] Fix license text in gdb.reverse/map-to-same-line.{c,exp} X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: 706c6624c26b2c954713c872021594bd3a156dd3 X-Git-Newrev: 94aadbf48f608a2d65d4a0ba259f43dada16fda4 Message-Id: <20240222110920.6D097385840B@sourceware.org> Date: Thu, 22 Feb 2024 11:09:20 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D94aadbf48f60= 8a2d65d4a0ba259f43dada16fda4 commit 94aadbf48f608a2d65d4a0ba259f43dada16fda4 Author: Tom de Vries Date: Thu Feb 22 12:09:14 2024 +0100 [gdb/testsuite] Fix license text in gdb.reverse/map-to-same-line.{c,exp} =20 I noticed in gdb.reverse/map-to-same-line.{c,exp} that the license urls= are using some kind of indirection via urldefense.proofpoint.com. =20 Fix this by removing this indirection. =20 Tested on x86_64-linux. =20 PR testsuite/31358 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31358 Diff: --- gdb/testsuite/gdb.reverse/map-to-same-line.c | 2 +- gdb/testsuite/gdb.reverse/map-to-same-line.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.reverse/map-to-same-line.c b/gdb/testsuite/g= db.reverse/map-to-same-line.c index a0d5914e877..45e7ffb0f06 100644 --- a/gdb/testsuite/gdb.reverse/map-to-same-line.c +++ b/gdb/testsuite/gdb.reverse/map-to-same-line.c @@ -11,7 +11,7 @@ GNU General Public License for more details. =20 You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . = */ =20 /* The purpose of this test is to create a DWARF line table that contains = two or more entries for the same line. When stepping (forwards or backward= s), diff --git a/gdb/testsuite/gdb.reverse/map-to-same-line.exp b/gdb/testsuite= /gdb.reverse/map-to-same-line.exp index 0207740d5c9..b556e7cb676 100644 --- a/gdb/testsuite/gdb.reverse/map-to-same-line.exp +++ b/gdb/testsuite/gdb.reverse/map-to-same-line.exp @@ -11,7 +11,7 @@ # 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 . +# along with this program. If not, see . =20 # When stepping (forwards or backwards), GDB should step over the entire l= ine # and not just a particular entry in the line table. This test was added to