Switch the inferior too in switch_to_program_space_and_thread
[deliverable/binutils-gdb.git] / binutils / objdump.h
index 214ecc69705e2b94d116997ab907241697e7c38e..c5450fdc04a0de583d9201341275f056bc2db0d5 100644 (file)
@@ -1,5 +1,5 @@
 /* objdump.h
-   Copyright 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -43,6 +43,8 @@ struct objdump_private_desc
   /* List of options.  Terminated by a NULL name.  */
   struct objdump_private_option *options;
 };
+/* ELF32_AVR specific target.  */
+extern const struct objdump_private_desc objdump_private_desc_elf32_avr;
 
 /* XCOFF specific target.  */
 extern const struct objdump_private_desc objdump_private_desc_xcoff;
This page took 0.02465 seconds and 4 git commands to generate.