Commit 5353308
overlays/xtensa/mtk: Fixup and normalize file paths
The new directory structure in the upstream Cadence tarballs wasn't as
compatible as I thought. Binutils will produce a working assembler,
but only if it does NOT see the new xtensa-config.h (which was added
in a path it doesn't look at). Also gcc ends up hitting the
in-tree/non-overlayed xtensa-config.h and produces a big endian
compiler! Don't be fancy. Move stuff around to match the older
overlays exactly.
Also add the "defs.h" inclusion as generated by make-overlay.sh, and
rename the copy of xtensa-xtregs.c in gdbserver to .cc as required by
current binutils and done by other sdk-ng overlays.
And I'd forgotten the copy of core-isa.h for newlib (which SOF doesn't
use, but should still be present in the SDK).
Signed-off-by: Andy Ross <andyross@google.com>
squashme defs.h1 parent e3dd6ac commit 5353308
File tree
23 files changed
+192
-0
lines changed- overlays
- xtensa_mtk_mt818x_adsp
- binutils
- bfd
- include
- gcc/include
- gdb
- bfd
- gdb
- gdbserver
- regformats
- include
- newlib/newlib/libc/sys/xtensa/include/xtensa/config
- xtensa_mtk_mt8195_adsp/gdb/gdb/gdbserver
- xtensa_mtk_mt8196_adsp
- binutils
- bfd
- include
- gcc/include
- gdb
- bfd
- gdb
- gdbserver
- regformats
- include
- newlib/newlib/libc/sys/xtensa/include/xtensa/config
23 files changed
+192
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments