diff options
author | zippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-18 01:16:55 +0000 |
---|---|---|
committer | zippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-18 01:16:55 +0000 |
commit | f3263347700cb900e56d9475ec9bc2c28b0882ad (patch) | |
tree | 6dffc580819d0063cc6e72a95a90b4d5f4fbab61 /gcc/config/m68k/linux.h | |
parent | 82174b407a04c6ce15fc468a117eae569aba7f39 (diff) | |
download | gcc-f3263347700cb900e56d9475ec9bc2c28b0882ad.tar.gz |
* config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
* config/m68k/linux-unwind.h: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122082 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/linux.h')
-rw-r--r-- | gcc/config/m68k/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 2c72d4999f2..b480b3722bc 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -229,3 +229,5 @@ Boston, MA 02110-1301, USA. */ } #define TARGET_ASM_FILE_END file_end_indicate_exec_stack + +#define MD_UNWIND_SUPPORT "config/m68k/linux-unwind.h" |