Actions
Bug #3261
closedlinker should ignore unknown hardware capabilities
Start date:
2012-10-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Due to a logical error, at present an unknown hardware capability is parsed by the linker as a hexadecimal integer. Thus 'foo' is 0xf is 15 is FPU, bar is 0xba is 186 is CMOV|AMD_SYSC.
We should only accept tokens that are, across their entire length, valid hexadecimal integers.
Actions