aboutsummaryrefslogtreecommitdiff
path: root/gas/ecoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/ecoff.h')
-rw-r--r--gas/ecoff.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ecoff.h b/gas/ecoff.h
index ed0be76..a99db5a 100644
--- a/gas/ecoff.h
+++ b/gas/ecoff.h
@@ -1,5 +1,5 @@
/* ecoff.h -- header file for ECOFF debugging support
- Copyright (C) 1993, 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1993, 94, 95, 96, 1997 Free Software Foundation, Inc.
Contributed by Cygnus Support.
Put together by Ian Lance Taylor <ian@cygnus.com>.
@@ -103,5 +103,8 @@ extern int ecoff_no_current_file PARAMS ((void));
file. */
extern void ecoff_generate_asm_lineno PARAMS ((const char *, int));
+/* This function returns the symbol associated with the current proc. */
+extern symbolS *ecoff_get_cur_proc_sym PARAMS ((void));
+
#endif /* ! GAS_ECOFF_H */
#endif /* ECOFF_DEBUGGING */