summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 19:26:29 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 19:26:29 -0800
commit62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch)
tree32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/dwarf2out.c
parentabcd805cb77cfcfe0b5f911b784610983750a0b2 (diff)
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/dwarf2out.c')
-rwxr-xr-xgcc/dwarf2out.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 6c3a49a..4a01bb6 100755
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -2699,10 +2699,7 @@ restart:
switch (GET_CODE (x))
{
case PC:
- if (flag_pic)
- dyn_string_append (str, ",");
- else
- abort ();
+ abort ();
break;
case SYMBOL_REF: