| commit | 9d62135dcb384ef60a044cc0af71ba90f4c85a96 | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Tue Nov 26 09:49:29 2024 +0100 |
| committer | Tom de Vries <tdevries@suse.de> | Tue Nov 26 09:49:29 2024 +0100 |
| tree | 0112e3ecd4050ab1b9d20a186af2b086e05d76a9 | |
| parent | 59d61f4b7ff0c3a46a850ed4853cdef5dd06d0cc [diff] |
[gdb/syscalls] Use update-linux-from-src.sh for arm-linux I tried to use arm-linux.py to regenerate arm-linux.xml.in, but it didn't work. Fix this by: - adding handling of arm-linux.xml.in in update-linux-from-src.sh, - regenerating arm-linux.xml.in using update-linux-from-src.sh and linux 6.11 sources, - regenerating arm-linux.xml using make, and - removing arm-linux.py. This changes the name "oldolduname" into "olduname". Tested on arm-linux. Verified with shellcheck.