* unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.

From-SVN: r49498
This commit is contained in:
John David Anglin 2002-02-04 22:21:12 +00:00 committed by John David Anglin
parent 6f9fdf4db2
commit 703b0080a4
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
2002-02-04 Jakub Jelinek <jakub@redhat.com>
PR c/4475, c++/3780:

View File

@ -29,6 +29,10 @@
segment and dl_iterate_phdr to avoid register/deregister calls at
DSO load/unload. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include "auto-host.h" /* For HAVE_LD_EH_FRAME_HDR. */
#include "tconfig.h"
#ifndef inhibit_libc