mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
* linux-low.c (W_STOPCODE): Provide definition if missing.
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
* linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
|
* linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
|
||||||
#ifdef.
|
#ifdef.
|
||||||
(linux_wait_for_event1, linux_init_signals): Ditto.
|
(linux_wait_for_event1, linux_init_signals): Ditto.
|
||||||
|
(W_STOPCODE): Provide definition if missing.
|
||||||
|
|
||||||
2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
|
2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
|
@ -93,6 +93,10 @@
|
|||||||
#define __WALL 0x40000000 /* Wait for any child. */
|
#define __WALL 0x40000000 /* Wait for any child. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef W_STOPCODE
|
||||||
|
#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __UCLIBC__
|
#ifdef __UCLIBC__
|
||||||
#if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))
|
#if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))
|
||||||
#define HAS_NOMMU
|
#define HAS_NOMMU
|
||||||
|
Reference in New Issue
Block a user