OSDN Git Service

Fix mips16 libstdc++ builds. Fix inconsistency from Apr 7 change.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 1999 12:42:05 +0000 (12:42 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 1999 12:42:05 +0000 (12:42 +0000)
commit933438ae781956a1b355567385cb66130d9946b8
tree110a889cd2f0a819c32ee9bba382c790225620c8
parentc0a64ab512a3ced3e1e22a1aa82e4fd8c755cd61
Fix mips16 libstdc++ builds.  Fix inconsistency from Apr 7 change.
* mips/elf64.h (MAKE_DECL_ONE_ONLY, UNIQUE_SECTION_P): Define.
* mips/mips.c (mips_select_rtx_section): When TARGET_MIPS16, use
function_section instead of text_section.
* mips/mips.h (ENCODE_SECTION_INFO): Add check for UNIQUE_SECTION_P
in TARGET_MIPS16 STRING_CST handling.

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