diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
commit | 62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch) | |
tree | 32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/reload1.c | |
parent | abcd805cb77cfcfe0b5f911b784610983750a0b2 (diff) |
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/reload1.c')
-rwxr-xr-x | gcc/reload1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index e8af2a2..96ae223 100755 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -693,11 +693,6 @@ reload (first, global, dumpfile) { rtx note = find_reg_note (insn, REG_EQUIV, NULL_RTX); if (note -#ifdef LEGITIMATE_PIC_OPERAND_P - && (! function_invariant_p (XEXP (note, 0)) - || ! flag_pic - || LEGITIMATE_PIC_OPERAND_P (XEXP (note, 0))) -#endif ) { rtx x = XEXP (note, 0); |