projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7f3a7
)
* varasm.c (default_assemble_visibility): Remove extra ().
author
Mike Stump
<mrs@apple.com>
Tue, 22 Mar 2005 01:10:54 +0000
(
01:10
+0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Tue, 22 Mar 2005 01:10:54 +0000
(
01:10
+0000)
From-SVN: r96849
gcc/ChangeLog
patch
|
blob
|
history
gcc/varasm.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c0b07e314b0225c7f24ca49fef445acbb2e72ef0..5e05940a2934bd457ca76aede609c7ae03aeede2 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2005-03-21 Mike Stump <mrs@apple.com>
+
+ * varasm.c (default_assemble_visibility): Remove extra ().
+
2005-03-21 Roger Sayle <roger@eyesopen.com>
PR middle-end/20557
diff --git
a/gcc/varasm.c
b/gcc/varasm.c
index 67b814107a58f5ccb682a83c07d9a6543c48663e..9a04cd51ab32afba0e6a23224daedd12ddf9eea3 100644
(file)
--- a/
gcc/varasm.c
+++ b/
gcc/varasm.c
@@
-4544,7
+4544,7
@@
default_assemble_visibility (tree decl, int vis)
const char *name, *type;
- name =
(IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)
));
+ name =
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl
));
type = visibility_types[vis];
#ifdef HAVE_GAS_HIDDEN