Merge branch 'master' into amd-common
authorLaurent Morichetti <laurent.morichetti@amd.com>
Thu, 2 Jan 2020 18:05:46 +0000 (10:05 -0800)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Thu, 2 Jan 2020 18:05:46 +0000 (10:05 -0800)
Change-Id: Ib42e31ba4fbd5ac09a5c0e494f52b86ca15ee778

27 files changed:
1  2 
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure.ac
bfd/elf-bfd.h
bfd/targets.c
binutils/elfedit.c
binutils/readelf.c
gdb/Makefile.in
gdb/breakpoint.c
gdb/buildsym.c
gdb/buildsym.h
gdb/cli/cli-cmds.c
gdb/configure.ac
gdb/defs.h
gdb/dwarf2read.c
gdb/frame.c
gdb/frame.h
gdb/infrun.c
gdb/inline-frame.c
gdb/osabi.c
gdb/testsuite/lib/future.exp
gdb/ui-file.c
include/elf/common.h
opcodes/configure.ac

diff --cc bfd/Makefile.am
index fec049330800ffaf11b6f0f63dd36d748c3557ad,f5ed9246b6c8dd68e289d1a7f127cd6794bc2d6f..4836608a04dcf19e390a0b4c3f24f180d1b9ee72
@@@ -1,7 -1,6 +1,7 @@@
  ## Process this file with automake to generate Makefile.in
  #
- #   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+ #   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 +#   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  #
  # This file is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
diff --cc bfd/Makefile.in
Simple merge
diff --cc bfd/archures.c
index 3e29bf7f0236f10706bba37205994d34f09b4cbe,0b88b83ee86fac4a67a12eb527ad4490a01151dc..3244b35f8ab438594d7382b3f2ac9195c7235bd2
@@@ -1,7 -1,5 +1,6 @@@
  /* BFD library support routines for architectures.
-    Copyright (C) 1990-2019 Free Software Foundation, Inc.
+    Copyright (C) 1990-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
     Hacked by John Gilmore and Steve Chamberlain of Cygnus Support.
  
     This file is part of BFD, the Binary File Descriptor library.
diff --cc bfd/bfd-in2.h
index b13685dcdb28dad946d20b3172726da0106ab775,ceb53d5b4d011a6de90df00d1af2918a7053c961..051e636937bc85782df277c6d40939485211e52b
@@@ -7,8 -7,7 +7,8 @@@
  
  /* Main header file for the bfd library -- portable access to object files.
  
-    Copyright (C) 1990-2019 Free Software Foundation, Inc.
+    Copyright (C) 1990-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     Contributed by Cygnus Support.
  
diff --cc bfd/config.bfd
index 9d8086eb9c509b922804dfde29942b09971b7509,37dbcdc841d3fe55819a6caf6f92d79bf165f080..f530ba53ce4710228f8a392a916c5d7e3b3eefb7
@@@ -1,7 -1,6 +1,7 @@@
  # config.bfd
  #
- #   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+ #   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 +#   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  #
  # This file is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
index 5508348e3fa9d35942b42fd0cd45af2a72708fa9,29ce5dc10be087c63a19e3770919fac4ec542237..9335d1f3183d9e80fe6f90333c81b92a10fc103c
@@@ -1,7 -1,6 +1,7 @@@
  dnl Process this file with autoconf to produce a configure script.
  dnl
- dnl   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+ dnl   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 +dnl   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  dnl
  dnl This file is free software; you can redistribute it and/or modify
  dnl it under the terms of the GNU General Public License as published by
diff --cc bfd/elf-bfd.h
index 8709c470deb7e0ef5ec56b6979169918ef00cf34,cbbba153f4966926a9bf7c45020da39774d0ed25..c3e846fd87e7bd841ed7f8f6c554f08ba63a3d2c
@@@ -1,7 -1,5 +1,6 @@@
  /* BFD back-end data structures for ELF files.
-    Copyright (C) 1992-2019 Free Software Foundation, Inc.
+    Copyright (C) 1992-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
     Written by Cygnus Support.
  
     This file is part of BFD, the Binary File Descriptor library.
diff --cc bfd/targets.c
index 07707fda585124e6a4652c9a1d7a8b2deba3cf76,101968183d30dd1b060ac265b16dc4f3a43b16e3..71bfa79972dc106e39c123db3bab9705ef30ea63
@@@ -1,7 -1,5 +1,6 @@@
  /* Generic target-file-type support for the BFD library.
-    Copyright (C) 1990-2019 Free Software Foundation, Inc.
+    Copyright (C) 1990-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
     Written by Cygnus Support.
  
     This file is part of BFD, the Binary File Descriptor library.
index b5e4b3c2f5a9d8f07f00d2350198ac918b28463e,7c475c903d7cc1f1f246077c2b21bc9fc916498c..d730effeb45ba01c978259eec54a32bb5472eb27
@@@ -1,6 -1,5 +1,6 @@@
  /* elfedit.c -- Update the ELF header of an ELF format file
-    Copyright (C) 2010-2019 Free Software Foundation, Inc.
+    Copyright (C) 2010-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GNU Binutils.
  
index bd76242d15a1775c005987c3508f613ea69a2eef,fab503df983af7a9efaa14e1f64c45d977a0d1d5..c41b8657b1c94debe8d87ee80ebb8fcaf1a306b0
@@@ -1,6 -1,5 +1,6 @@@
  /* readelf.c -- display contents of an ELF format file
-    Copyright (C) 1998-2019 Free Software Foundation, Inc.
+    Copyright (C) 1998-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     Originally developed by Eric Youngdale <eric@andante.jic.com>
     Modifications by Nick Clifton <nickc@redhat.com>
diff --cc gdb/Makefile.in
index e6e9d3f2c6b876ca20ea23a35f3254ae13f52336,448a495bb3b898168ae2c6520b70bdb101e163a2..4c1be3fccc13fb41b806fb852ae4f713655c8523
@@@ -1,5 -1,4 +1,5 @@@
- # Copyright (C) 1989-2019 Free Software Foundation, Inc.
+ # Copyright (C) 1989-2020 Free Software Foundation, Inc.
 +# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
  # This file is part of GDB.
  
index 0d23eb27cc100c7943f1d9219f77b9e34a399130,055a8c9ee29a3793eac3c13ad02c81b03c33ec6d..978f23b1a48495af38a8ab80a933b569bbd9fe03
@@@ -1,7 -1,6 +1,7 @@@
  /* Everything about breakpoints, for GDB.
  
-    Copyright (C) 1986-2019 Free Software Foundation, Inc.
+    Copyright (C) 1986-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
diff --cc gdb/buildsym.c
Simple merge
diff --cc gdb/buildsym.h
Simple merge
index be59721c2702cd10700fa05c493412cd3f4b5663,0b55a1244aafba933694eec39e7625f937a7bb0c..0f31a8ad1cd12ef56330d2e04caddee40a096166
@@@ -1,7 -1,6 +1,7 @@@
  /* GDB CLI commands.
  
-    Copyright (C) 2000-2019 Free Software Foundation, Inc.
+    Copyright (C) 2000-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
index bf82a34fb9d99cdbe5b6f0e34e236586a0661108,ca0da7980cc0136958680c72aa480947cdf7201a..099ff536830893fd929500af8ad972385a36ad82
@@@ -1,6 -1,5 +1,6 @@@
  dnl Autoconf configure script for GDB, the GNU debugger.
- dnl Copyright (C) 1995-2019 Free Software Foundation, Inc.
+ dnl Copyright (C) 1995-2020 Free Software Foundation, Inc.
 +dnl Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  dnl
  dnl This file is part of GDB.
  dnl
diff --cc gdb/defs.h
index 9961e5f15cd2cfcaa4ee130f06a63bfc2a704518,567f214b81de73c45a0454c4d2aa2d8e346a1160..adba3019d94caacf106f58d09467dc8dbb7bb9f8
@@@ -1,8 -1,7 +1,8 @@@
  /* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF confuses indent, avoid running it
                      for now.  */
  /* Basic, host-specific, and target-specific definitions for GDB.
-    Copyright (C) 1986-2019 Free Software Foundation, Inc.
+    Copyright (C) 1986-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
Simple merge
diff --cc gdb/frame.c
index ff7ea56b95f86bcb34e29bc33e928d70cfec6400,c746a6a231ed8abc7a12856cbbdf8690e060b3a8..c16904df347c580e772c4d1dace12abdf06b2050
@@@ -1,7 -1,6 +1,7 @@@
  /* Cache and manage frames for GDB, the GNU debugger.
  
-    Copyright (C) 1986-2019 Free Software Foundation, Inc.
+    Copyright (C) 1986-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
diff --cc gdb/frame.h
index b73e5b3eee49310e8975c0b31b669012c3e3c766,cfc15022ed5b0da93c853b372a53d68c2a8dc17e..dd5809ee939b8759d440d7d80d1baaad5c418ea1
@@@ -1,7 -1,6 +1,7 @@@
  /* Definitions for dealing with stack frames, for GDB, the GNU debugger.
  
-    Copyright (C) 1986-2019 Free Software Foundation, Inc.
+    Copyright (C) 1986-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
diff --cc gdb/infrun.c
index 1a292af868350909210a6a968ab37f1bc4a31bae,60567aac4025c474c438beba2e7fbcb09f457532..9b95b8e4a9e4b29bf10bfed1912ea97ab2833540
@@@ -1,8 -1,7 +1,8 @@@
  /* Target-struct-independent code to start (run) and stop an inferior
     process.
  
-    Copyright (C) 1986-2019 Free Software Foundation, Inc.
+    Copyright (C) 1986-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
index ac68658b64f6d32c9605200bd97f55f33173996e,998204618549a434d75dd147ea0d79e4ff667a45..e44b0b107b6393fcdb5e94072e47956272ee83b7
@@@ -1,7 -1,6 +1,7 @@@
  /* Inline frame unwinder for GDB.
  
-    Copyright (C) 2008-2019 Free Software Foundation, Inc.
+    Copyright (C) 2008-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
diff --cc gdb/osabi.c
index f357cae8e7f2a16f7dcc88b95c4815eaf39c33c9,dec1bddc4cef84b47c0a2b4c13622dcbd792e7a2..27131e7c610b3a991a982d1fbb223c654bda8b8f
@@@ -1,7 -1,6 +1,7 @@@
  /* OS ABI variant handling for GDB.
  
-    Copyright (C) 2001-2019 Free Software Foundation, Inc.
+    Copyright (C) 2001-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     This file is part of GDB.
  
Simple merge
diff --cc gdb/ui-file.c
Simple merge
index 50ee815341d84b1ea51c5159b32eff6fb3d0a9cf,53b72445cafd079c16e7742ab4a72e6d2a2b68d3..6dc4e13ba86eeee09fca6d050cbe37bab19d774f
@@@ -1,6 -1,5 +1,6 @@@
  /* ELF support for BFD.
-    Copyright (C) 1991-2019 Free Software Foundation, Inc.
+    Copyright (C) 1991-2020 Free Software Foundation, Inc.
 +   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  
     Written by Fred Fish @ Cygnus Support, from information published
     in "UNIX System V Release 4, Programmers Guide: ANSI C and
index 07ceeca186736267de25f8781873dc6da8bbd4ab,00be9c88be07ad841db2c30857cc128a46c90511..8724b627a180380bfbb2e898b24414d774471054
@@@ -1,7 -1,6 +1,7 @@@
  dnl Process this file with autoconf to produce a configure script.
  dnl
- dnl   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+ dnl   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 +dnl   Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved.
  dnl
  dnl This file is free software; you can redistribute it and/or modify
  dnl it under the terms of the GNU General Public License as published by
This page took 0.055179 seconds and 4 git commands to generate.