diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-19 09:02:25 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-19 09:02:25 +0000 |
commit | 6c0006d15f018f7e4faf769b3cecc3570a32e6c0 (patch) | |
tree | ebf5f7b75aec50cc2aac72aa1cfa8bf6c47d028b /gcc/config/arm/linux-eabi.h | |
parent | b3ea1f78d8f02ed30b3aa4827aa50e744e13ff1d (diff) | |
download | gcc-6c0006d15f018f7e4faf769b3cecc3570a32e6c0.tar.gz |
2011-09-19 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 178950 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@178961 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/linux-eabi.h')
-rw-r--r-- | gcc/config/arm/linux-eabi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index 921af3d7f0c..a3830955948 100644 --- a/gcc/config/arm/linux-eabi.h +++ b/gcc/config/arm/linux-eabi.h @@ -101,3 +101,5 @@ is used. */ #undef CLEAR_INSN_CACHE #define CLEAR_INSN_CACHE(BEG, END) not_used + +#define ARM_TARGET2_DWARF_FORMAT (DW_EH_PE_pcrel | DW_EH_PE_indirect) |