Bug #3261
linker 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.
Updated by Rich Lowe over 8 years ago
- Subject changed from unknown hardware capabilities should be ignored to linker should ignore unknown hardware capabilities
Updated by Rich Lowe over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
Resolved in 9d4bc39