Commit bca0284a by Egor Duda Committed by David Billinghurst

cygwin.h: Strip leading '*' from name, if any.

2001-11-18  Egor Duda  <deo@logos-m.ru>

	* config/i386/cygwin.h: Strip leading '*' from name, if any.

From-SVN: r47144
parent fcff1fb2
2001-11-18 Egor Duda <deo@logos-m.ru>
* config/i386/cygwin.h: Strip leading '*' from name, if any.
2001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
* Makefile.in (c-parse.o, c-common.o): Update dependencies.
......
......@@ -296,6 +296,7 @@ extern void i386_pe_encode_section_info PARAMS ((TREE));
do { \
const char *_p; \
const char *_name = I386_PE_STRIP_ENCODING (SYMBOL_NAME); \
if (*_name == '*') _name++; \
for (_p = _name; *_p && *_p != '@'; ++_p) \
; \
if (*_p == '@') \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment