projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43470b
)
Fix entry
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 22 Jun 2012 07:22:42 +0000
(07:22 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 22 Jun 2012 07:22:42 +0000
(07:22 +0000)
From-SVN: r188875
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 1b32a583d49103f83ae0691b2bd41f9359a67395..8ce83b645e996af222ad2842d7e15fc0765057a6 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-78,8
+78,8
@@
(gen_namespace_die): Call add_pubname_string.
(dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
produce pubnames and pubtypes sections to output_pubnames.
-
(common.opt): New option '-gpubnames'
.
-
(invoke.texi)
: Document it.
+
* common.opt (-gpubnames): New option
.
+
* doc/invoke.texi
: Document it.
2012-06-21 Steven Bosscher <steven@gcc.gnu.org>