summaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-03-08 23:25:19 -0800
committerYamaArashi <shadow962@live.com>2016-03-08 23:25:19 -0800
commit7444c4f6f7881c4700f8c8cd4c87d3648f9c85a3 (patch)
tree2501ee3e1dbcdb1147a80588ae9dfb2e6d06aa68 /gcc/tree.c
parent08234586501ffddc186f6e254ce6847faa139f5f (diff)
remove big-endian target support
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-xgcc/tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 0a5fb12..c7abe4e 100755
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -4991,9 +4991,6 @@ get_set_constructor_bytes (init, buffer, wd_size)
{
if (bit_buffer[i])
{
- if (BYTES_BIG_ENDIAN)
- *bytep |= (1 << (set_word_size - 1 - bit_pos));
- else
*bytep |= 1 << bit_pos;
}
bit_pos++;