Commit daf145b
create-diff-object: Include .rodata.str section in output object
On arm64 when CONFIG_DEBUG_BUGVERBOSE is enabled debugging information about
bug sections is stored in the ".rodata.str" section of the object file. If this
isn't included then linking fails as labels in this section are referenced
by relocations in the bug table.
Include this section to enable building patches which contain this bug debug
information.
Signed-off-by: Suraj Jitindar Singh <surajjs@amazon.com>1 parent 9a52424 commit daf145b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1879 | 1879 | | |
1880 | 1880 | | |
1881 | 1881 | | |
| 1882 | + | |
1882 | 1883 | | |
1883 | 1884 | | |
1884 | 1885 | | |
| |||
0 commit comments