]>
Commit | Line | Data |
---|---|---|
a493e3e2 PA |
1 | 2012-05-24 Pedro Alves <[email protected]> |
2 | ||
3 | PR gdb/7205 | |
4 | ||
5 | Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. | |
6 | ||
2232061b MF |
7 | 2012-03-24 Mike Frysinger <[email protected]> |
8 | ||
9 | * aclocal.m4, config.in, configure: Regenerate. | |
10 | ||
db2e4d67 MF |
11 | 2011-12-03 Mike Frysinger <[email protected]> |
12 | ||
13 | * aclocal.m4: New file. | |
14 | * configure: Regenerate. | |
15 | ||
9c082ca8 MF |
16 | 2011-10-17 Mike Frysinger <[email protected]> |
17 | ||
18 | * configure.ac: Change include to common/acinclude.m4. | |
19 | ||
6ffe910a MF |
20 | 2011-10-17 Mike Frysinger <[email protected]> |
21 | ||
22 | * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER | |
23 | call. Replace common.m4 include with SIM_AC_COMMON. | |
24 | * configure: Regenerate. | |
25 | ||
af9f7da7 MF |
26 | 2011-04-16 Mike Frysinger <[email protected]> |
27 | ||
28 | * interp.c (sim_complete_command): New stub function. | |
29 | ||
5558e7e6 MF |
30 | 2010-04-14 Mike Frysinger <[email protected]> |
31 | ||
32 | * interp.c (sim_write): Add const to buffer arg. |