aboutsummaryrefslogtreecommitdiff
path: root/sim/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-11-28sim: drop unused gentmap & nltvals.def logicMike Frysinger1-2/+0
Now that all ports have switched to target-newlib-* files, there's no need for these files & generating things at build time. So punt the logic and make target-newlib-syscall a hard requirement.
2021-08-17sim: rename ChangeLog files to ChangeLog-2021Mike Frysinger1-0/+2
Now that ChangeLog entries are no longer used for sim patches, this commit renames all relevant sim ChangeLog to ChangeLog-2021, similar to what we would do in the context of the "Start of New Year" procedure. The purpose of this change is to avoid people merging ChangeLog entries by mistake when applying existing commits that they are currently working on. Also throw in a .gitignore entry to keep people from adding new ChangeLog files anywhere in the sim tree.
2016-01-09sim: drop common/cconfig.h in favor of a single config.hMike Frysinger1-2/+0
The common subdir sets up a cconfig.h file to hold checks for the common code. In practice, most files still end up using config.h instead which just leads to confusion. Merge all the configure checks that went into cconfig.h into SIM_AC_COMMON so we can drop the cconfig.h file altogether. Now there is only a single config.h file like normal.
2015-03-16sim: rename tconfig.in to tconfig.hMike Frysinger1-1/+0
Rather than manually include tconfig.h when we think we'll need it (which is error prone as it can define symbols we expect from config.h), have it be included directly by config.h. Since we know we have to include that header everywhere already, this will make sure tconfig.h isn't missed. It should also be fine as tconfig.h is supposed to be simple and only set up a few core defines for the target. This allows us to stop symlinking it in place all the time and just use it straight out of the respective source directory.
2011-01-05sim: ignore generated hw-config.hMike Frysinger1-0/+1
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-12-23sim: start a gitignoreMike Frysinger1-0/+7