X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fobj-ecoff.c;h=b994986f6033c031a2178a38355d02da621f0081;hb=87789e08e5cb2191af1122ed98af2d6c023b3a0a;hp=5bee7acbef84e2eef298da1222ee11a36be37d2a;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index 5bee7acbef..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 . @@ -314,5 +313,7 @@ const struct format_ops ecoff_format_ops = ecoff_pop_insert, ecoff_set_ext, ecoff_read_begin_hook, - ecoff_symbol_new_hook + ecoff_symbol_new_hook, + ecoff_symbol_clone_hook, + 0 /* adjust_symtab. */ };