X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fobj-ecoff.c;h=b994986f6033c031a2178a38355d02da621f0081;hb=87789e08e5cb2191af1122ed98af2d6c023b3a0a;hp=ad9f2502cf0519afe31a997f51f4558cc4349880;hpb=4cae74aaa293398e6e3b8519de184a058f5b62c4;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index ad9f2502cf..b994986f60 100644 --- a/gas/config/obj-ecoff.c +++ b/gas/config/obj-ecoff.c @@ -1,6 +1,5 @@ /* ECOFF object file format. - Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, - 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1993-2016 Free Software Foundation, Inc. Contributed by Cygnus Support. This file was put together by Ian Lance Taylor . @@ -315,5 +314,6 @@ const struct format_ops ecoff_format_ops = ecoff_set_ext, ecoff_read_begin_hook, ecoff_symbol_new_hook, - ecoff_symbol_clone_hook + ecoff_symbol_clone_hook, + 0 /* adjust_symtab. */ };