Process or ignore new ARM EABI object attributes.
Only unaligned access and FP HP extension is processed now, rest is ignored.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
contrib/binutils/bfd/elf-bfd.h | ||
---|---|---|
1289 | We should only change this on arm so to not break other architectures |
contrib/binutils/bfd/elf-bfd.h | ||
---|---|---|
1289 | Outside of ARM, the NUM_KNOWN_OBJ_ATTRIBUTES is used only for size of arrays (assuming we don't have vendor object attributes) - so it looks safe for me. Anyway, I'm fine with #ifdef ARM here. |
contrib/binutils/bfd/elf-bfd.h | ||
---|---|---|
1289 | I think should be fine to increase it globally - the comment above indicates it should be the max across targets so the code should take this into account. |