* emultempl/armelf.em: Update copyright to 2010 and 2011.
[deliverable/binutils-gdb.git] / gas / config / obj-coff-seh.h
index 429c1006af08101693bbcc819e93726b069e785b..22267be9d0866d4cefe3be50ae71e872a7943b56 100644 (file)
@@ -90,6 +90,8 @@ typedef struct seh_context
 {
   struct seh_context *next;
 
+  /* Initial code-segment.  */
+  segT code_seg;
   /* Function name.  */
   char *func_name;
   /* BeginAddress.  */
This page took 0.023477 seconds and 4 git commands to generate.