diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-04 05:41:31 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-04 05:41:31 +0000 |
commit | 7872a8f0b1373ac91b66309a2d7641cc4b2bffdf (patch) | |
tree | a2dfdd02b3596632fe9489f2978446dd4bf225fa /gcc/unwind-dw2-fde-glibc.c | |
parent | 5867ee73ba3c6771da1d3885d3796cab4d48d61b (diff) | |
download | gcc-7872a8f0b1373ac91b66309a2d7641cc4b2bffdf.tar.gz |
* unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback):Remove usage of
CRT_GET_RFIB_TEXT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2-fde-glibc.c')
-rw-r--r-- | gcc/unwind-dw2-fde-glibc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/unwind-dw2-fde-glibc.c b/gcc/unwind-dw2-fde-glibc.c index fcda45739ed..fbd4291f944 100644 --- a/gcc/unwind-dw2-fde-glibc.c +++ b/gcc/unwind-dw2-fde-glibc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2002 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Jakub Jelinek <jakub@redhat.com>. This file is part of GCC. @@ -170,9 +170,6 @@ _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr) # error What is DW_EH_PE_datarel base on this platform? # endif #endif -#ifdef CRT_GET_RFIB_TEXT -# error What is DW_EH_PE_textrel base on this platform? -#endif p = read_encoded_value_with_base (hdr->eh_frame_ptr_enc, base_from_cb_data (hdr->eh_frame_ptr_enc, |