config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Aug 2005 13:50:42 +0000 (13:50 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Aug 2005 13:50:42 +0000 (13:50 +0000)
commitab764c12c9adf398f57888542c58d74abf0f0e2e
tree8443861f837d2565dee4dc2e5db54f7b15a1247b
parent3ce7ff97f6815dce6ab5d681d44d61b79f249880
config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.
 (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
config/stormy16/stormy16.c (xstormy16_below100_symbol): Check symbol flags
    instead of symbol name mangling.
  (xstormy16_asm_output_aligned_common): Likewise.  Also simplify code since
    the bss100_section cass is the only case where the below100 code will be
    triggered.
  (xstormy16_encode_section_info): Encode below100 attribute using the
    SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling the name.
  (xstormy16_strip_name_encoding): Delete - this function is no longer needed.
  (TARGET_STRIP_NAME_ENCODING): Undefine.
config/stormy16/stormy16-protos.h: Delete prototype for
    xstormy16_strip_name_encoding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102810 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/stormy16/stormy16-protos.h
gcc/config/stormy16/stormy16.c
gcc/config/stormy16/stormy16.h