X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fdebug.c;h=3a2c4226a0711bd47dd98322680cbba28d1a7be8;hb=9e6e69fead5213ddfee190c0402ff832d6c06537;hp=ab26bc1cae57c21662ccd4e88b48c4e423cfa44a;hpb=c429745ff47b97037dccb860edc24bd6de7ac0c1;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/debug.c b/gcc/debug.c index ab26bc1cae5..3a2c4226a07 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -13,7 +13,7 @@ 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" @@ -48,6 +48,7 @@ const struct gcc_debug_hooks do_nothing_debug_hooks = debug_nothing_rtx, /* label */ debug_nothing_int, /* handle_pch */ debug_nothing_rtx, /* var_location */ + debug_nothing_void, /* switch_text_section */ 0 /* start_end_main_source_file */ };