Fix region length calculations when regions end with .align padding.
[deliverable/binutils-gdb.git] / gas / config / obj-ecoff.h
index 8bca254c0ce028ec1e6ac721ea3b7030c84dc61c..54ee0438db39843237bd92270d5ed2be8ec607c0 100644 (file)
@@ -1,5 +1,6 @@
 /* ECOFF object file format header file.
-   Copyright (C) 1993, 94, 95, 96, 97, 1999 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2002
+   Free Software Foundation, Inc.
    Contributed by Cygnus Support.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
@@ -48,6 +49,10 @@ struct ecoff_sy_obj
 /* Modify the ECOFF symbol.  */
 #define obj_frob_symbol(symp, punt) ecoff_frob_symbol (symp)
 
+/* Set section VMAs and GP.  */
+extern void ecoff_frob_file_before_fix PARAMS ((void));
+#define obj_frob_file_before_fix() ecoff_frob_file_before_fix ()
+
 /* This is used to write the symbolic data in the format that BFD
    expects it.  */
 extern void ecoff_frob_file PARAMS ((void));
This page took 0.023428 seconds and 4 git commands to generate.