Commit 46848948 by Jakub Jelinek Committed by Jakub Jelinek

re PR bootstrap/65522 (Svn revision 221590 fails bootstrap -…

re PR bootstrap/65522 (Svn revision 221590 fails bootstrap - ../libiberty/libiberty.a(cplus-dem.o): In function `ada_demangle': cplus-dem.c:(.text+0xdb8): multiple definition of `ada_demangle' ada/adadecode.o:adadecode.c:(.text+0x863): first defined here)

	PR bootstrap/65522
	* ipa-devirt.c: Remove duplicate demangle.h include.

	* adadecode.c (ada_demangle): Guard with IN_RTS instead of IN_GCC.

From-SVN: r221599
parent d2e70142
2015-03-23 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/65522
* ipa-devirt.c: Remove duplicate demangle.h include.
PR target/65504
* config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
on the pseudo.
......
2015-03-23 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/65522
* adadecode.c (ada_demangle): Guard with IN_RTS instead of IN_GCC.
2015-03-20 Eric Botcazou <ebotcazou@adacore.com>
PR ada/65451
......
......@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* Copyright (C) 2001-2012, Free Software Foundation, Inc. *
* Copyright (C) 2001-2015, Free Software Foundation, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
......@@ -368,7 +368,7 @@ __gnat_decode (const char *coded_name, char *ada_name, int verbose)
extern "C" {
#endif
#ifdef IN_GCC
#ifdef IN_RTS
char *
ada_demangle (const char *coded_name)
{
......
......@@ -166,7 +166,6 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-pretty-print.h"
#include "stor-layout.h"
#include "intl.h"
#include "demangle.h"
/* Hash based set of pairs of types. */
typedef struct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment