summaryrefslogtreecommitdiff
path: root/share/gdb/python/gdb/function/__init__.py
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2021-11-02 14:38:07 -0700
committerNick Desaulniers <ndesaulniers@google.com>2021-11-02 21:54:14 +0000
commit3618f1fa7cfbe26b374f9f4939ce6b767f487795 (patch)
treeafcbb319fc0f9bcca4e023ecb568fd0cf13095ea /share/gdb/python/gdb/function/__init__.py
parenteb88232b83f26103e9ccc104e7cd5bf79e83fe9f (diff)
downloadarm-linux-androideabi-4.8-3618f1fa7cfbe26b374f9f4939ce6b767f487795.tar.gz
Remove arm-linux-androideabi gcc-4.8 bins, libs, and includesHEADmastermain
Android has moved to newer versions of GCC/binutils, then LLVM. Bug: 203698882 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I6763c427cefb6c1f8cbcbc1792a22584dbe80173
Diffstat (limited to 'share/gdb/python/gdb/function/__init__.py')
-rw-r--r--share/gdb/python/gdb/function/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/share/gdb/python/gdb/function/__init__.py b/share/gdb/python/gdb/function/__init__.py
deleted file mode 100644
index 755bff9..0000000
--- a/share/gdb/python/gdb/function/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright (C) 2012-2013 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
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# 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 <http://www.gnu.org/licenses/>.