summaryrefslogtreecommitdiffstats
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-13 02:18:44 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-13 02:18:44 +0000
commit93297ea028114b30f985e6609a663bc5cbf04010 (patch)
tree1ac506adc6787a8d1576c499a80ccf5e08538d60 /gdb/buildsym.h
parentbf2e5f6b82634e5bfc3ae4c8cedb2cda6f13aed5 (diff)
downloadppe42-binutils-93297ea028114b30f985e6609a663bc5cbf04010.tar.gz
ppe42-binutils-93297ea028114b30f985e6609a663bc5cbf04010.zip
* buildsym.h: Add processing_acc_compilation flag.
* buildsym.c (read_sun_builtin_type, read_sun_floating_type): New. (define_symbol): Skip arg types in function entries. Resolve overloaded 'P' which acc uses for prototypes of functions called by this file. (read_type: 'b', 'r'): Handle Solaris2 builtin types. * minsyms.c (prim_record_minimal_symbol_and_info): Hack to save size of ELF symbols. FIXME. * tm-sun4os5.h: Rename to tm-sun4sol2.h. Update defines for Sol2. * xm-sun4os5.h: Rename to xm-sun4sol2.h. Hack more defines. * config/sun4os5.m[ht]: Rename to config/sun4sol2.m[ht]; new xm, tm.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 8183cfc1c3..8c660f3b9e 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -74,6 +74,9 @@ EXTERN struct subfile *current_subfile;
EXTERN unsigned char processing_gcc_compilation;
+/* When set, we are processing a .o file compiled by sun acc */
+EXTERN unsigned char processing_acc_compilation;
+
/* Count symbols as they are processed, for error messages. */
EXTERN unsigned int symnum;
OpenPOWER on IntegriCloud