mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:20:29 +08:00
* unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback):Remove usage of
CRT_GET_RFIB_TEXT. From-SVN: r67425
This commit is contained in:
parent
18de8a9870
commit
74764b8442
@ -50,7 +50,8 @@
|
||||
|
||||
* system.h: Poison CONST_SECTION_ASM_OP.
|
||||
|
||||
* crtstuff.c (__do_global_dtors_aux): Remove usage of CRT_GET_RFIB_TEXT
|
||||
* crtstuff.c (__do_global_dtors_aux): Remove usage of
|
||||
CRT_GET_RFIB_TEXT.
|
||||
(frame_dummy): Likewise.
|
||||
* unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
|
||||
* system.h: Poison CRT_GET_RFIB_TEXT.
|
||||
|
@ -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.
|
||||
@ -169,9 +169,6 @@ _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr)
|
||||
# else
|
||||
# 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user