Allow symbols in MEMORY region specification
[deliverable/binutils-gdb.git] / gas / config / obj-coff-seh.c
index 88c4a87dc38cc326446380f00902a940552cc3e8..2ffefa86ec54a55ccd6656f479563767fe175c64 100644 (file)
@@ -1,5 +1,5 @@
 /* seh pdata/xdata coff object file format
-   Copyright (C) 2009-2014 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of GAS.
 
@@ -169,6 +169,13 @@ seh_validate_seg (const char *directive)
   return 0;
 }
 
+/* Switch back to the code section, whatever that may be.  */
+static void
+obj_coff_seh_code (int ignored ATTRIBUTE_UNUSED)
+{
+  subseg_set (seh_ctx_cur->code_seg, 0);
+}
+
 static void
 switch_xdata (int subseg, segT code_seg)
 {
This page took 0.023329 seconds and 4 git commands to generate.