gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / gas / obj.h
index 1897cb3dc789ef304159f05caa3b1a46d042a57f..7907a33def6579d3b3f32c3c9b145ddc7635add7 100644 (file)
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -1,8 +1,7 @@
 /* obj.h - defines the object dependent hooks for all object
    format backends.
 
-   Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000,
-   2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -71,6 +70,8 @@ struct format_ops {
 
   void (*read_begin_hook) (void);
   void (*symbol_new_hook) (symbolS *);
+  void (*symbol_clone_hook) (symbolS *, symbolS *);
+  void (*adjust_symtab) (void);
 };
 
 extern const struct format_ops elf_format_ops;
This page took 0.025876 seconds and 4 git commands to generate.