diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rwxr-xr-x | gcc/dwarf2out.c | 5 |
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: |