diff options
author | Alan Modra <amodra@gmail.com> | 2009-11-02 11:59:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-11-02 11:59:14 +0000 |
commit | ec15ac506168c7b0ead70d5d52c5d3fd18c5acab (patch) | |
tree | 4702fc0561c67000a7a129b5368aaab7f5e13ad0 /gas/obj.h | |
parent | 4cae74aaa293398e6e3b8519de184a058f5b62c4 (diff) | |
download | gdb-ec15ac506168c7b0ead70d5d52c5d3fd18c5acab.zip gdb-ec15ac506168c7b0ead70d5d52c5d3fd18c5acab.tar.gz gdb-ec15ac506168c7b0ead70d5d52c5d3fd18c5acab.tar.bz2 |
missed from last commit
Diffstat (limited to 'gas/obj.h')
-rw-r--r-- | gas/obj.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |