aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/symbols.py
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2016-04-13 16:08:25 -0700
committerJeff Kirsher <[email protected]>2016-05-01 17:05:08 -0700
commitdcb57456e73f204beff12e4532aaf573d1115114 (patch)
treed644e765602ca6e5fe07ae195e1322df4b5c1607 /scripts/gdb/linux/symbols.py
parent5a6fc256e7b64b3073688cc72fae357612cf31c6 (diff)
i40e/i40evf: fix I40E_MASK signed shift overflow warnings
GCC 6 has a new warning which will display when you attempt to left shift a signed value beyond the storage size of the type. I40E_MASK generates a mask value for 32bit registers. Properly typecast the mask value and place the values in parenthesis to prevent macro expansion issues. Signed-off-by: Jacob Keller <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
0 files changed, 0 insertions, 0 deletions