mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 23:17:25 +00:00

Now that the sourceware tree generally requires autoconf-2.64, update the sim tree to require that too. This allows us to drop the long standing SIM_AC_COMMON/common.m4 workaround as autoconf 2.64+ seems to work for me. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33 lines
954 B
Plaintext
33 lines
954 B
Plaintext
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
|
|
call. Replace common.m4 include with SIM_AC_COMMON.
|
|
* configure: Regenerate.
|
|
|
|
2011-07-05 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* sim-if.c (sim_do_command): Delete.
|
|
|
|
2010-10-09 Alan Modra <amodra@gmail.com>
|
|
|
|
* cris-desc.h: Regenerate.
|
|
|
|
2010-10-07 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
* traps.c (cris_break_13_handler): Pass lseek
|
|
offset parameter as sign-extended.
|
|
|
|
2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
|
|
|
|
* dv-rv.c (hw_rv_init_socket): Check error return from socket() call
|
|
by its equality to -1 not by it being negative.
|
|
(hw_rv_write): Likewise.
|
|
(hw_rv_handle_incoming): Likewise.
|
|
(hw_rv_poll_once): Likewise.
|
|
* rvdummy.c (setupsocket): Likewise.
|
|
(main): Likewise for accept() call as returned from setupsocket().
|
|
|
|
2010-03-30 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* devices.c (device_error): Add const to message.
|