summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2-fde.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 19:18:42 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-01 19:18:42 +0000
commit8e7f75ad4cf9ecfa1b96d1459edfefd73fb006c5 (patch)
treec31af4e4c456ad2b6562f9b1f19d6815bb037a46 /gcc/unwind-dw2-fde.c
parent6ee7c661e7043b4bc3934ed2273a364630ca99a7 (diff)
downloadgcc-8e7f75ad4cf9ecfa1b96d1459edfefd73fb006c5.tar.gz
* unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
only if NO_BASE_OF_ENCODED_VALUE isn't defined. * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before including "unwind-pe.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2-fde.c')
-rw-r--r--gcc/unwind-dw2-fde.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c
index 8370e7a77de..333daecd451 100644
--- a/gcc/unwind-dw2-fde.c
+++ b/gcc/unwind-dw2-fde.c
@@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */
#include "tsystem.h"
#include "dwarf2.h"
#include "unwind.h"
+#define NO_BASE_OF_ENCODED_VALUE
#include "unwind-pe.h"
#include "unwind-dw2-fde.h"
#include "gthr.h"