summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/gcc-goto.sh18
1 files changed, 17 insertions, 1 deletions
diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh
index 98cffcb941ea..a2af2e88daf3 100644
--- a/scripts/gcc-goto.sh
+++ b/scripts/gcc-goto.sh
@@ -2,4 +2,20 @@
# Test for gcc 'asm goto' support
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
-echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
+cat << "END" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
+int main(void)
+{
+#ifdef __arm__
+ /*
+ * Not related to asm goto, but used by jump label
+ * and broken on some ARM GCC versions (see GCC Bug 48637).
+ */
+ static struct { int dummy; int state; } tp;
+ asm (".long %c0" :: "i" (&tp.state));
+#endif
+
+entry:
+ asm goto ("" :::: entry);
+ return 0;
+}
+END
drm-intel/commit/drivers/net/ethernet/intel/e1000e/hw.h?id=0cf04597b46513d253178acabe451e230dd51ecd'>e1000e: cleanup whitespace in recent commitBruce Allan1-1/+2 2013-07-28e1000e: enable support for new device IDsBruce Allan1-0/+4 2013-07-28e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_splitWei Yang1-1/+5 2013-05-21e1000e: cleanup whitespaceBruce Allan1-17/+17 2013-03-08e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan1-1/+1 2013-03-08e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan1-1/+1 2013-02-05e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan1-211/+1 2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan1-22/+1 2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan1-3/+1 2013-02-04e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan1-88/+1 2013-02-04e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan1-0/+2 2013-02-04e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan1-11/+2 2013-02-04e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan1-0/+1 2013-02-04e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan1-3/+2 2013-01-27e1000e: cleanup hw.hBruce Allan1-15/+10 2013-01-27e1000e: remove definition of struct which is no longer usedBruce Allan1-10/+0 2013-01-27e1000e: update copyright dateBruce Allan1-1/+1 2013-01-27e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan1-0/+1 2013-01-27e1000e: add support for IEEE-1588 PTPBruce Allan1-0/+2 2013-01-18e1000e: add support for hardware timestamping on some devicesBruce Allan1-0/+10 2013-01-18e1000e: add ethtool .get_eee/.set_eeeBruce Allan1-0/+1 2013-01-15e1000e: SerDes autoneg flow controlBruce Allan1-0/+4 2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan1-4/+2 2012-10-09e1000e: add device IDs for i218Bruce Allan1-0/+2 2012-05-04e1000e: initial support for i217Bruce Allan1-0/+9 2012-05-02e1000e: fix .ndo_set_rx_mode for 82579Bruce Allan1-0/+5 2012-05-02e1000e: workaround EEPROM configuration change on 82579Bruce Allan1-0/+1 2012-04-27e1000e: 82579 potential system hang on stress when ME enabledBruce Allan1-10/+0 2012-04-04e1000e: cleanup indexed register arraysBruce Allan1-19/+28 2012-02-24e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan1-0/+1 2012-02-24e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan1-0/+1 2012-01-26e1000e: update copyright yearBruce Allan1-1/+1 2012-01-25e1000e: convert head, tail and itr_register offsets to __iomem pointersBruce Allan1-2/+2 2012-01-25e1000e: add Receive Packet Steering (RPS) supportBruce Allan1-0/+5 2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+984 e/gtktiledviewer'>feature/gtktiledviewer main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/icon-themes/sifr_dark_svg/cmd/lc_colorview.svg
blob: e43b24f2486f014a829e97bbc7b1479a9071c520 (plain)
1
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#555853"><path d="m7 4v3h6.589844l2.785156-2.7851562c-.439637-.1264164-.8947-.2148438-1.375-.2148438zm1.5 6c-2.4852814 0-4.5 2.014719-4.5 4.5 0 .616986.1248966 1.204877.3496094 1.740234l6.2402346-6.240234z" opacity=".35"/><path d="m20 2h2v2l-17 17h-2v-2z"/><path d="m19.785156 7.625-5.375 5.375h2.589844v3h-5.589844l-2.9921872 2.992188c.0279804.000512.0539282.007812.0820312.007812h11.5v-10c0-.4802997-.088427-.9353629-.214844-1.375z"/></g></svg>