Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -2/+1 |
| | | | | | | gdb/ChangeLog: Copyright year update in most files of the GDB Project. | ||||
* | sim: punt zfree() | Mike Frysinger | 2011-02-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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> | ||||
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices to add year 2010. | Joel Brobecker | 2010-01-01 | 1 | -1/+2 |
| | |||||
* | Update the copyright notice of some of the files I missed | Joel Brobecker | 2009-01-14 | 1 | -1/+1 |
| | | | | in the previous copyright update. | ||||
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Switch the license of all files explicitly copyright the FSF | Joel Brobecker | 2007-08-24 | 1 | -5/+4 |
| | | | | to GPLv3. | ||||
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | * iq2000: New target subdirectory. | Corinna Vinschen | 2005-03-08 | 1 | -0/+267 |
* configure.ac: Add iq2000 target. * configure: Regenerate. |