OLD | NEW |
| 1 2012-06-17 Mike Frysinger <vapier@gentoo.org> |
| 2 |
| 3 * interp.c: Include config.h first. Also include stdlib.h and |
| 4 string.h so we can drop the sysdep.h include. |
| 5 |
| 6 2012-06-15 Joel Brobecker <brobecker@adacore.com> |
| 7 |
| 8 * config.in, configure: Regenerate. |
| 9 |
| 10 2012-05-24 Pedro Alves <palves@redhat.com> |
| 11 |
| 12 PR gdb/7205 |
| 13 |
| 14 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. |
| 15 |
| 16 2012-03-24 Mike Frysinger <vapier@gentoo.org> |
| 17 |
| 18 * aclocal.m4, config.in, configure: Regenerate. |
| 19 |
| 20 2011-12-30 Mike Frysinger <vapier@gentoo.org> |
| 21 |
| 22 PR sim/12862 |
| 23 * simops.c (OP_C_C): Only handle TARGET_SYS_fork, TARGET_SYS_execve, |
| 24 TARGET_SYS_pipe, TARGET_SYS_rename, and TARGET_SYS_chown when they |
| 25 are defined. |
| 26 |
1 2011-12-03 Mike Frysinger <vapier@gentoo.org> | 27 2011-12-03 Mike Frysinger <vapier@gentoo.org> |
2 | 28 |
3 * aclocal.m4: New file. | 29 * aclocal.m4: New file. |
4 * configure: Regenerate. | 30 * configure: Regenerate. |
5 | 31 |
6 2011-10-17 Mike Frysinger <vapier@gentoo.org> | 32 2011-10-17 Mike Frysinger <vapier@gentoo.org> |
7 | 33 |
8 * configure.ac: Change include to common/acinclude.m4. | 34 * configure.ac: Change include to common/acinclude.m4. |
9 | 35 |
10 2011-10-17 Mike Frysinger <vapier@gentoo.org> | 36 2011-10-17 Mike Frysinger <vapier@gentoo.org> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 | 71 |
46 * interp.c: Update the machine code decode algorithm using hash table. | 72 * interp.c: Update the machine code decode algorithm using hash table. |
47 * Makefile.in, cr16_sim.h, gencode.c and simops.c: Update for typos | 73 * Makefile.in, cr16_sim.h, gencode.c and simops.c: Update for typos |
48 and coding standards. | 74 and coding standards. |
49 | 75 |
50 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> | 76 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> |
51 | 77 |
52 * ChangeLog, Makefile.in, configure, configure.in, cr16_sim.h, | 78 * ChangeLog, Makefile.in, configure, configure.in, cr16_sim.h, |
53 gencode.c, interp.c, simops.c, endian.c: Created. | 79 gencode.c, interp.c, simops.c, endian.c: Created. |
54 | 80 |
OLD | NEW |