diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-11 01:38:40 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-11 01:38:40 +0000 |
commit | 8d84c16c93feedbb0745bdf1640b083cf9e97576 (patch) | |
tree | fdccbf43d608b52fefc69ac99783511b8a32540b /gcc/config/i386/cygming.h | |
parent | dfab6fc1cc8bcb98181f2304830c1f7ec6991a14 (diff) | |
download | gcc-8d84c16c93feedbb0745bdf1640b083cf9e97576.tar.gz |
* config/i386/cygming.h (TARGET_STRIP_NAME_ENCODING): Don't
override default.
* config/i386/i386.c (get_dllimport_decl): Don't strip
FASTCALL_PREFIX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/cygming.h')
-rw-r--r-- | gcc/config/i386/cygming.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index d0968e3c534..6b1c13652df 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -183,8 +183,6 @@ do { \ Note that we can be called twice on the same decl. */ #define SUBTARGET_ENCODE_SECTION_INFO i386_pe_encode_section_info -#undef TARGET_STRIP_NAME_ENCODING -#define TARGET_STRIP_NAME_ENCODING i386_pe_strip_name_encoding_full /* Output a common block. */ #undef ASM_OUTPUT_ALIGNED_DECL_COMMON |