* gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
[deliverable/binutils-gdb.git] / gdb / coff-solib.c
index 697fdac2d2a22c8051985a5ddcb37f82a486f49f..c0cfcf5d7bdae9adcc83288575bd152fb0be98d3 100644 (file)
@@ -15,11 +15,12 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
 #include "defs.h"
 
+#include "frame.h"
 #include "bfd.h"
 #include "gdbcore.h"
 #include "symtab.h"
@@ -97,6 +98,10 @@ coff_solib_add (arg_string, from_tty, target)
          libsize -= len * 4;
          lib += len * 4;
        }
+
+      /* Getting new symbols may change our opinion about what is
+        frameless.  */
+      reinit_frame_cache ();
     }
 }
 
This page took 0.024969 seconds and 4 git commands to generate.