From: Tom de Vries Date: Thu, 22 Feb 2024 11:09:14 +0000 (+0100) Subject: [gdb/testsuite] Fix license text in gdb.reverse/map-to-same-line.{c,exp} X-Git-Tag: gdb-15-branchpoint~907 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94aadbf48f608a2d65d4a0ba259f43dada16fda4;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Fix license text in gdb.reverse/map-to-same-line.{c,exp} 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. Fix this by removing this indirection. Tested on x86_64-linux. PR testsuite/31358 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31358 --- diff --git a/gdb/testsuite/gdb.reverse/map-to-same-line.c b/gdb/testsuite/gdb.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. 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 . */ /* 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 backwards), 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 . # When stepping (forwards or backwards), GDB should step over the entire line # and not just a particular entry in the line table. This test was added to