aboutsummaryrefslogtreecommitdiff
path: root/sim/m4/sim_ac_option_profile.m4
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-01sim: tweak copyright lines for gnulib update-copyrightMike Frysinger1-1/+1
The regex it uses does not like so many leading spaces which causes it to think the files lack copyright. Trim them down so the script can find & update them accordingly.
2021-06-12sim: split debug/stdio/trace/profile options into dedicated m4 filesMike Frysinger1-0/+48
This follows existing organizational structure with one configure option per m4 file, and will make it easier to move to the common configure dir.