aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/device.c
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27psim: Correct spelling in comments.Joel Sherrill1-1/+1
2014-08-27 Joel Sherrill <joel.sherrill@oarcorp.com> * basics.h, device.c, device.h, hw_htab.c, hw_memory.c: Correct spelling in comments.
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
sim/ChangeLog: Update old contact info in GPL license notices.
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
2011-02-14sim: punt zfree()Mike Frysinger1-12/+12
The sim keeps track of which allocations are zero-ed internally (via zalloc) and then calls a helper "zfree" function rather than "free". But this "zfree" function simply calls "free" itself. Since I can see no point in this and it is simply useless overhead, punt it. The only real change is in hw-alloc.c where we remove the zalloc_p tracking, and sim-utils.c where zfree is delete. The rest of the changes are a simple `sed` from "zfree" to "free". Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1998
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2051/+0
1997-01-27January 23rd mergeMichael Meissner1-1050/+1132
1996-07-23New simulator changes from AndrewMichael Meissner1-860/+1599
1996-01-08Latest cagney updateMichael Meissner1-62/+137
1995-12-15Changes from AndrewMichael Meissner1-0/+1155