Replacing a bogus file with possibly an initial version of the same.
[deliverable/binutils-gdb.git] / gdb / config / tm-sysv4.h
index 5f7da9512a3525632a4bfc4697b092cb69a7aa50..2c085410c0920cea37d31379062355c123c6476e 100644 (file)
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
    (e.g. on Irix5).  */
 
 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) in_plt_section((pc), (name))
+extern int in_plt_section PARAMS ((CORE_ADDR, char *));
 
 /* If PC is in a shared library trampoline code, return the PC
    where the function itself actually starts.  If not, return 0.  */
This page took 0.024407 seconds and 4 git commands to generate.