diff options
author | John Gilmore <gnu@cygnus> | 1992-06-13 02:18:44 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-13 02:18:44 +0000 |
commit | 93297ea028114b30f985e6609a663bc5cbf04010 (patch) | |
tree | 1ac506adc6787a8d1576c499a80ccf5e08538d60 /gdb/config/sun4sol2.mh | |
parent | bf2e5f6b82634e5bfc3ae4c8cedb2cda6f13aed5 (diff) | |
download | gdb-93297ea028114b30f985e6609a663bc5cbf04010.zip gdb-93297ea028114b30f985e6609a663bc5cbf04010.tar.gz gdb-93297ea028114b30f985e6609a663bc5cbf04010.tar.bz2 |
* 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/config/sun4sol2.mh')
-rw-r--r-- | gdb/config/sun4sol2.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sun4sol2.mh b/gdb/config/sun4sol2.mh index 85de6ba..d90e695 100644 --- a/gdb/config/sun4sol2.mh +++ b/gdb/config/sun4sol2.mh @@ -1,6 +1,6 @@ # Host: Sun 4 or Sparcstation, running Solaris 2 XDEPFILES= procfs.o -XM_FILE= xm-sun4os5.h +XM_FILE= xm-sun4sol2.h SYSV_DEFINE=-DSYSV REGEX=regex.o REGEX1=regex.o |