diff options
Diffstat (limited to 'bfd/i386mach3.c')
-rw-r--r-- | bfd/i386mach3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/i386mach3.c b/bfd/i386mach3.c index f0bddce..1cd2edd 100644 --- a/bfd/i386mach3.c +++ b/bfd/i386mach3.c @@ -48,7 +48,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ static boolean MY (set_sizes) PARAMS ((bfd *)); #define MY_backend_data &MY(backend_data) -static CONST struct aout_backend_data MY(backend_data) = { +static const struct aout_backend_data MY(backend_data) = { 0, /* zmagic contiguous */ 1, /* text incl header */ 0, /* entry is text address */ |