aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-07-19 08:05:30 +0200
committerTristan Gingold <tgingold@free.fr>2017-07-19 08:05:30 +0200
commit804a4093182a4bdbc30abfd3081a3f58c3bd2329 (patch)
treecf2e69e801baba7bb4afe3e5c086dcc81decfd3c /gas/ChangeLog
parent801f648cfc26f588aee8fc37ddc4ac959f331bd0 (diff)
downloadgdb-804a4093182a4bdbc30abfd3081a3f58c3bd2329.zip
gdb-804a4093182a4bdbc30abfd3081a3f58c3bd2329.tar.gz
gdb-804a4093182a4bdbc30abfd3081a3f58c3bd2329.tar.bz2
Fix gas crash on missing seh_endproc.
gas/ * testsuite/gas/pe/seh-x64-err-2.s: New test. * testsuite/gas/pe/seh-x64-err-2.l: New stderr output. * testsuite/gas/pe/pe.exp: Add test. * config/obj-coff-seh.c (obj_coff_seh_do_final): Don't try to end seh part.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index bd3333b..c53ac9a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+2017-07-19 Tristan Gingold <gingold@adacore.com>
+
+ * testsuite/gas/pe/seh-x64-err-2.s: New test.
+ * testsuite/gas/pe/seh-x64-err-2.l: New stderr output.
+ * testsuite/gas/pe/pe.exp: Add test.
+ * config/obj-coff-seh.c (obj_coff_seh_do_final): Don't try to end
+ seh part.
+
2017-07-18 Nick Clifton <nickc@redhat.com>
PR 21775