aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/armemu32.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023.
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
This commit brings all the changes made by running gdb/copyright.py as per GDB's Start of New Year Procedure. For the avoidance of doubt, all changes in this commits were performed by the script.
2021-05-01sim: arm: move build logic to source filesMike Frysinger1-0/+18
This simplifies the build logic a bit by just having source file inputs. It also simplifies code that assumes there's a source file for each object.