diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/collect2.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 207b097..70cac5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-24 H.J. Lu <hongjiu.lu@intel.com> + + PR bootstrap/49835 + * collect2.c (demangle_flag): Removed. + 2011-07-24 Sandra Loosemore <sandra@codesourcery.com> * configure.ac (demangler_in_ld): Default to yes. diff --git a/gcc/collect2.c b/gcc/collect2.c index cd0fad7..cf39693 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -179,7 +179,6 @@ struct head bool vflag; /* true if -v or --version */ static int rflag; /* true if -r */ static int strip_flag; /* true if -s */ -static const char *demangle_flag; #ifdef COLLECT_EXPORT_LIST static int export_flag; /* true if -bE */ static int aix64_flag; /* true if -b64 */ |