ifdef protect using BAD_RICH_HACK. This should be removed soon.
* config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define.
+Thu Apr 1 16:44:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
+
+ * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section):
+ ifdef protect using BAD_RICH_HACK. This should be removed soon.
+ * config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define.
+
Thu Apr 1 09:01:38 1993 Jim Kingdon (kingdon@cygnus.com)
* i960-pinsn.c, a29k-pinsn.c: Much abridged, just use libopcodes.a.
#undef IN_SOLIB_TRAMPOLINE
#define IN_SOLIB_TRAMPOLINE(pc, name) in_solib_trampoline((pc), (name))
+/* BAD_RICH_HACK is a bad hack. What needs to happen here is for
+ sections to move out of the solib structures and into objfiles.
+ I'm working on this. FIXME. 1apr93 rich@cygnus.com. */
+
+#define BAD_RICH_HACK
+
/* The values of N_SLINE, N_LBRAC, N_RBRAC symbols in .stab sections are
relative to the current function, rather than being absolute or
relative to the current N_SO. */