X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=82c4f6b7bff7c2661f6859e9b0279477b9420866;hb=1c2649f50f4e40c07840f45c4d237efcdd02e8e2;hp=683ebbfc80e8b81fa40a99bb2008687093e3ba51;hpb=120bc8b8b91cba4a8d4092ea0fb3d76bcbe98712;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 683ebbfc80..82c4f6b7bf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2017-11-27 Max Filippov + + * config/tc-xtensa.c (find_trampoline_seg): Move above the first + use. + (xtensa_create_trampoline_frag): Replace trampoline seg search + code with a call to find_trampoline_seg. + +2017-11-27 Max Filippov + + * config/tc-xtensa.c (xg_append_jump): New function. + (xg_relax_trampoline, init_trampoline_frag) + (add_jump_to_trampoline): Replace trampoline jump assembling + code with a call to xg_append_jump. + 2017-11-27 Max Filippov * config/tc-xtensa.c (xg_relax_trampoline): New function.