summaryrefslogtreecommitdiff
path: root/lib/gcc/mipsel-linux-android/4.7/include/stdalign.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-03 20:30:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-03 20:30:14 +0000
commitd4ae5248a17c541b5de282e784f6a864948395e7 (patch)
tree4f013987a4adb4fd9b94e07ec45ac5717a8931e6 /lib/gcc/mipsel-linux-android/4.7/include/stdalign.h
parent25d7952d0fe2987f126d60de6f2e007f2dd1d989 (diff)
parent2ed87afd94a386df7b678fa11b45895ab66f6429 (diff)
downloadmipsel-linux-android-4.7-master.tar.gz
Merge changes Idfc91a9e,I19bd7319HEADmastermain
* changes: Remove mips-linux-android gcc-4.7 bins, libs, and includes add OWNERS for prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7
Diffstat (limited to 'lib/gcc/mipsel-linux-android/4.7/include/stdalign.h')
-rw-r--r--lib/gcc/mipsel-linux-android/4.7/include/stdalign.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/lib/gcc/mipsel-linux-android/4.7/include/stdalign.h b/lib/gcc/mipsel-linux-android/4.7/include/stdalign.h
deleted file mode 100644
index fd55ed3..0000000
--- a/lib/gcc/mipsel-linux-android/4.7/include/stdalign.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
-
-This file is part of GCC.
-
-GCC 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, or (at your option)
-any later version.
-
-GCC 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.
-
-Under Section 7 of GPL version 3, you are granted additional
-permissions described in the GCC Runtime Library Exception, version
-3.1, as published by the Free Software Foundation.
-
-You should have received a copy of the GNU General Public License and
-a copy of the GCC Runtime Library Exception along with this program;
-see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
-<http://www.gnu.org/licenses/>. */
-
-/* ISO C1X: 7.15 Alignment <stdalign.h>. */
-
-#ifndef _STDALIGN_H
-#define _STDALIGN_H
-
-#ifndef __cplusplus
-
-#define alignas _Alignas
-#define alignof _Alignof
-
-#define __alignas_is_defined 1
-#define __alignof_is_defined 1
-
-#endif
-
-#endif /* stdalign.h */