mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 18:01:31 +08:00
linux.h: Wrap MD_FALLBACK_FRAME_STATE_FOR and associated includes in #ifndef inhibit_libc.
* config/mips/linux.h: Wrap MD_FALLBACK_FRAME_STATE_FOR and associated includes in #ifndef inhibit_libc. From-SVN: r72898
This commit is contained in:
parent
d9a5030180
commit
3d39f00757
@ -1,3 +1,8 @@
|
||||
2003-10-24 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/linux.h: Wrap MD_FALLBACK_FRAME_STATE_FOR and
|
||||
associated includes in #ifndef inhibit_libc.
|
||||
|
||||
2003-10-24 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* doc/libgcc.texi: Document some more of the libgcc API.
|
||||
|
@ -193,6 +193,7 @@ Boston, MA 02111-1307, USA. */
|
||||
%{!shared: %{pthread:-lpthread} \
|
||||
%{profile:-lc_p} %{!profile: -lc}}"
|
||||
|
||||
#ifndef inhibit_libc
|
||||
/* Do code reading to identify a signal frame, and set the frame
|
||||
state data appropriately. See unwind-dw2.c for the structs. */
|
||||
#ifdef IN_LIBGCC2
|
||||
@ -262,3 +263,4 @@ typedef struct _sig_ucontext {
|
||||
\
|
||||
goto SUCCESS; \
|
||||
} while (0)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user