2014-01-19 John David Anglin * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of long non-pic millicode calls. Index: config/pa/pa.c =================================================================== --- config/pa/pa.c (revision 206767) +++ config/pa/pa.c (working copy) @@ -7534,7 +7528,7 @@ if (!TARGET_LONG_CALLS && distance < MAX_PCREL17F_OFFSET) return 8; - if (TARGET_LONG_ABS_CALL && !flag_pic) + if (!flag_pic) return 12; return 24;