mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
9220438ca5
The cr16 libgloss port does not define these syscall numbers, so trying to use them results in build failures [1]. The cr16 code already uses ifdefs around a bunch of syscalls, so extend that style to cover the ones that are currently missing. Now we can at least compile. [1] http://sourceware.org/ml/gdb-patches/2011-06/msg00118.html Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
2011-12-30 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
PR sim/12862
|
|
* simops.c (OP_C_C): Only handle TARGET_SYS_fork, TARGET_SYS_execve,
|
|
TARGET_SYS_pipe, TARGET_SYS_rename, and TARGET_SYS_chown when they
|
|
are defined.
|
|
|
|
2011-12-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4: New file.
|
|
* configure: Regenerate.
|
|
|
|
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure.ac: Change include to common/acinclude.m4.
|
|
|
|
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.
|
|
|
|
2010-04-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c (sim_write): Add const to buffer arg.
|
|
|
|
2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* config.in: Regenerate.
|
|
* configure: Likewise.
|
|
|
|
* configure: Regenerate.
|
|
|
|
2008-07-11 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
* configure: Regenerate to track ../common/common.m4 changes.
|
|
* config.in: Ditto.
|
|
|
|
* interp.c (hash): Remove incorrect prototype.
|
|
|
|
2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
|
|
Daniel Jacobowitz <dan@codesourcery.com>
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2008-05-02 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
|
|
|
* interp.c: Update the machine code decode algorithm using hash table.
|
|
* Makefile.in, cr16_sim.h, gencode.c and simops.c: Update for typos
|
|
and coding standards.
|
|
|
|
2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
|
|
|
* ChangeLog, Makefile.in, configure, configure.in, cr16_sim.h,
|
|
gencode.c, interp.c, simops.c, endian.c: Created.
|
|
|