Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada merge confl...
details: https://anonhg.NetBSD.org/src/rev/f2e598225d99
branches: trunk
changeset: 954958:f2e598225d99
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 14 00:40:02 2020 +0000
description:
merge conflicts
diffstat:
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/foo.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/foo.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/foo.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_bounds/bar.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/foo.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.ads | 5 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/p.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.adb | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.ads | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_not_init.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/task_bp.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tasks.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_last_segv.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/type_coercion.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/uninitialized_vars.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/variant_record_packed_array.exp | 26 +++++++--
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/watch_arg.exp | 15 ++++-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/whatis_array_val.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/widewide.exp | 2 +-
external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/win_fu_syms.exp | 2 +-
36 files changed, 68 insertions(+), 44 deletions(-)
diffs (truncated from 386 to 300 lines):
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/callee.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/caller.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/foo.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/foo.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/foo.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/io.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2013-2017 Free Software Foundation, Inc.
+-- Copyright 2013-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2014-2017 Free Software Foundation, Inc.
+-- Copyright 2014-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2014-2017 Free Software Foundation, Inc.
+-- Copyright 2014-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/addr_arith/pck.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2014-2017 Free Software Foundation, Inc.
+-- Copyright 2014-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/foo.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/foo.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/foo.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2012-2017 Free Software Foundation, Inc.
+-- Copyright 2012-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2012-2017 Free Software Foundation, Inc.
+-- Copyright 2012-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/aliased_array/pck.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2012-2017 Free Software Foundation, Inc.
+-- Copyright 2012-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/foo.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/foo.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/foo.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2014-2017 Free Software Foundation, Inc.
+-- Copyright 2014-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2014-2017 Free Software Foundation, Inc.
+-- Copyright 2014-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/arr_arr/pck.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2014-2017 Free Software Foundation, Inc.
+-- Copyright 2014-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_bounds/bar.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_bounds/bar.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_bounds/bar.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2008-2017 Free Software Foundation, Inc.
+-- Copyright 2008-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/foo.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/foo.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/foo.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2012-2017 Free Software Foundation, Inc.
+-- Copyright 2012-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2012-2017 Free Software Foundation, Inc.
+-- Copyright 2012-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_char_idx/pck.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2012-2017 Free Software Foundation, Inc.
+-- Copyright 2012-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
@@ -19,5 +19,8 @@
of Natural;
Global_Char_Table : Char_Table := (others => 0);
+ type Table is array (Character) of Natural;
+ My_Table : Table := (others => 4874);
+
procedure Do_Nothing (A : System.Address);
end Pck;
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/p.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/p.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/p.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2006-2017 Free Software Foundation, Inc.
+-- Copyright 2006-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.adb
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.adb Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.adb Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2006-2017 Free Software Foundation, Inc.
+-- Copyright 2006-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.ads
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.ads Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/array_return/pck.ads Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
--- Copyright 2006-2017 Free Software Foundation, Inc.
+-- Copyright 2006-2019 Free Software Foundation, Inc.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_not_init.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_not_init.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tagged_not_init.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2012-2017 Free Software Foundation, Inc.
+# Copyright 2012-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/task_bp.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/task_bp.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/task_bp.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2011-2017 Free Software Foundation, Inc.
+# Copyright 2011-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tasks.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tasks.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tasks.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2009-2017 Free Software Foundation, Inc.
+# Copyright 2009-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_last_segv.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_last_segv.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_last_segv.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2009-2017 Free Software Foundation, Inc.
+# Copyright 2009-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2014-2017 Free Software Foundation, Inc.
+# Copyright 2014-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/type_coercion.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/type_coercion.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/type_coercion.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2008-2017 Free Software Foundation, Inc.
+# Copyright 2008-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2012-2017 Free Software Foundation, Inc.
+# Copyright 2012-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/uninitialized_vars.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/uninitialized_vars.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/uninitialized_vars.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2009-2017 Free Software Foundation, Inc.
+# Copyright 2009-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r cb9b2111fb61 -r f2e598225d99 external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/variant_record_packed_array.exp
--- a/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/variant_record_packed_array.exp Mon Sep 14 00:40:02 2020 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/variant_record_packed_array.exp Mon Sep 14 00:40:02 2020 +0000
@@ -1,4 +1,4 @@
-# Copyright 2009-2017 Free Software Foundation, Inc.
+# Copyright 2009-2019 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,14 +26,26 @@
set bp_location [gdb_get_line_number "START" ${testdir}/foo.adb]
runto "foo.adb:$bp_location"
Home |
Main Index |
Thread Index |
Old Index