summaryrefslogtreecommitdiff
path: root/gas/obj.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-11-02 11:59:14 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-11-02 11:59:14 +0000
commita2de644dcffa9bb82b5490590c56091ad544585b (patch)
treee7d4d608f68311659b8a62af4feae7cda651d4c5 /gas/obj.h
parentf76c488494d5a3c6cf464382387bdb9a80f7b448 (diff)
downloadbinutils-redhat-a2de644dcffa9bb82b5490590c56091ad544585b.tar.gz
missed from last commit
Diffstat (limited to 'gas/obj.h')
-rw-r--r--gas/obj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/obj.h b/gas/obj.h
index 1897cb3dc7..7dc33e6cae 100644
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -2,7 +2,7 @@
format backends.
Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000,
- 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -71,6 +71,7 @@ struct format_ops {
void (*read_begin_hook) (void);
void (*symbol_new_hook) (symbolS *);
+ void (*symbol_clone_hook) (symbolS *, symbolS *);
};
extern const struct format_ops elf_format_ops;