X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fconfig%2Fi386%2Ftm-nbsdaout.h;h=8dde114cf82d017c39be65de707fea5bd2c0fde5;hb=8201327c4086d86bf1c16db4fd34bc55c2da53ef;hp=95fe2e74a5b8c69c01b9582d4ef0c87aeba83320;hpb=e7e811813229598b44f7851121feddcffa911faa;p=binutils-gdb.git diff --git a/gdb/config/i386/tm-nbsdaout.h b/gdb/config/i386/tm-nbsdaout.h index 95fe2e74a5b..8dde114cf82 100644 --- a/gdb/config/i386/tm-nbsdaout.h +++ b/gdb/config/i386/tm-nbsdaout.h @@ -27,8 +27,4 @@ #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) \ (name && !strcmp(name, "_DYNAMIC")) -extern use_struct_convention_fn i386nbsd_aout_use_struct_convention; -#define USE_STRUCT_CONVENTION(gcc_p, type) \ - i386nbsd_aout_use_struct_convention(gcc_p, type) - #endif /* TM_NBSDAOUT_H */