Objdump displays ARM instructions of the form 0xf84fnnnn or 0xf8cfnnnn as "str.w rN,[PC, -nnn]" whereas these forms are illegal encodings of STR, T4 and T3 respectively. These instructions should be decoded as e.g. ".inst ..." to let readers know the instructions are undefined.
Created attachment 6367 [details] Assembly language test case Assemble this file then objdump it to see wrong objdump decoding