Add support for the AVR Tiny series of microcontrollers.
[deliverable/binutils-gdb.git] / gdb / msp430-tdep.c
index 166f2807e462791d99c222cdc6d25079bf06ebc0..6aad2b1996e6552b198f500f94d1153a48a42e19 100644 (file)
@@ -1,7 +1,7 @@
 /* Target-dependent code for the Texas Instruments MSP430 for GDB, the
    GNU debugger.
 
-   Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
 
    Contributed by Red Hat, Inc.
 
@@ -850,7 +850,7 @@ msp430_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
   if (!bms.minsym)
     return pc;
 
-  stub_name = SYMBOL_LINKAGE_NAME (bms.minsym);
+  stub_name = MSYMBOL_LINKAGE_NAME (bms.minsym);
 
   if (gdbarch_tdep (gdbarch)->code_model == MSP_SMALL_CODE_MODEL
       && msp430_in_return_stub (gdbarch, pc, stub_name))
This page took 0.02419 seconds and 4 git commands to generate.