Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-19 | [sim] Update old contact info in GPL license notices | Joel Brobecker | 1 | -2/+1 | |
sim/ChangeLog: Update old contact info in GPL license notices. | |||||
2012-12-19 | Update sim copyright headers from GPLv2-or-later to GPLv3-or-later. | Joel Brobecker | 1 | -1/+1 | |
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later. | |||||
2011-02-14 | sim: punt zfree() | Mike Frysinger | 1 | -4/+4 | |
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> | |||||
2006-02-02 | * emul_netbsd.c (emul_netbsd_create): Quote file-name property. | Mark Mitchell | 1 | -1/+4 | |
* emul_unix.c (emul_unix_create): Likewise. * tree.c (libiberty.h): Include it. (tree_quote_property): New function. * tree.h (tree_quote_property): Declare. | |||||
2005-11-28 | * configure.ac (USE_WIN32API): Define it. | Mark Mitchell | 1 | -3/+2 | |
* configure.in: Regenerate. * config.in: Likewise. * emul_netbsd.c (write_timezone): Guard with HAVE_GETTIMEOFDAY. * emul_unix.c (do_unix_mkdir): Handle Win32 1-argument mkdir. | |||||
2004-09-24 | 2004-09-24 Ian Lance Taylor <ian@wasabisystems.com> | Andrew Cagney | 1 | -0/+8 | |
Committed by Andrew Cagney. * configure.in: Check for sys/mount.h, sys/vfs.h, sys/statfs.h. Check for struct statfs. * emul_netbsd.c: If not HAVE_STRUCT_STATFS, #undef HAVE_FSTATFS. * configure, config.in: Regenerate. | |||||
2003-10-17 | 2003-10-16 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+1 | |
* emul_netbsd.c: Only a comment may follow an #endif. | |||||
2001-03-05 | Fixes for NetBSD 1.5. NetBSD has been renumbering/renaming its | Andrew Cagney | 1 | -0/+12 | |
SYS_* interfaces. | |||||
2001-01-15 | * emul_netbsd.c (do_open): Translate the flag parameter to the | Geoffrey Keating | 1 | -1/+19 | |
open syscall to the numbers supported by the host. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1439 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1425/+0 | |
1996-06-02 | Add Solaris and Linux emulations | Michael Meissner | 1 | -1/+1 | |
1996-05-24 | More changes for GO32 canadian cross builds | Michael Meissner | 1 | -0/+1 | |
1996-05-24 | More changes for GO32 canadian cross builds | Michael Meissner | 1 | -24/+84 | |
1996-05-16 | Check for sys/ioctl.h | Michael Meissner | 1 | -26/+33 | |
1996-02-22 | Add input support; at end of user writes, call fflush | Michael Meissner | 1 | -0/+2 | |
1996-02-21 | Update to 1995-02-20 release | Michael Meissner | 1 | -2/+17 | |
1996-02-14 | Work with HP/UX 9.00 | Michael Meissner | 1 | -52/+44 | |
1995-12-15 | Changes from Andrew | Michael Meissner | 1 | -220/+355 | |
1995-11-08 | first stage in function unit support; add new switches & latest code from andrew | Michael Meissner | 1 | -1/+0 | |
1995-11-02 | Use autoconf correctly; provide more stats with -I | Michael Meissner | 1 | -6/+18 | |
1995-11-01 | Lots of changes | Michael Meissner | 1 | -0/+1202 | |