config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.
authorNick Clifton <nickc@redhat.com>
Sat, 6 Aug 2005 13:50:42 +0000 (13:50 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Sat, 6 Aug 2005 13:50:42 +0000 (13:50 +0000)
commit2f806f3b9babbbb17374ee37b37407bf136e66e7
tree8443861f837d2565dee4dc2e5db54f7b15a1247b
parenta4d0554781f4aa5af93b620984c91df51dbe87ba
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.

From-SVN: r102810
gcc/ChangeLog
gcc/config/stormy16/stormy16-protos.h
gcc/config/stormy16/stormy16.c
gcc/config/stormy16/stormy16.h