aboutsummaryrefslogtreecommitdiff
path: root/include/xtensa-dynconfig.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-05-15 22:53:21 +0930
committerArsen Arsenović <arsen@gcc.gnu.org>2023-08-07 22:59:36 +0200
commit432c6f05b00702303730b212c14f364b263ba4b1 (patch)
tree69f3588da762230e45449f6b1040f914c6f15d6d /include/xtensa-dynconfig.h
parent24f5a73aa31b51508ceacb4ccc52317476e775aa (diff)
downloadgcc-432c6f05b00702303730b212c14f364b263ba4b1.zip
gcc-432c6f05b00702303730b212c14f364b263ba4b1.tar.gz
gcc-432c6f05b00702303730b212c14f364b263ba4b1.tar.bz2
gcc-4.5 build fixes
Trying to build binutils with an older gcc currently fails. Working around these gcc bugs is not onerous so let's fix them. include/ChangeLog: * xtensa-dynconfig.h (xtensa_isa_internal): Delete unnecessary forward declaration.
Diffstat (limited to 'include/xtensa-dynconfig.h')
-rw-r--r--include/xtensa-dynconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xtensa-dynconfig.h b/include/xtensa-dynconfig.h
index 48877eb..45d54dc 100644
--- a/include/xtensa-dynconfig.h
+++ b/include/xtensa-dynconfig.h
@@ -121,8 +121,6 @@ struct xtensa_config_v4
int xchal_unaligned_store_hw;
};
-typedef struct xtensa_isa_internal_struct xtensa_isa_internal;
-
extern const void *xtensa_load_config (const char *name,
const void *no_plugin_def,
const void *no_name_def);