projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c259a
)
* doc/extend.texi (Variable Attributes): Typo fix.
author
Ben Elliston
<bje@au.ibm.com>
Tue, 24 Oct 2006 23:20:33 +0000
(23:20 +0000)
committer
Ben Elliston
<bje@gcc.gnu.org>
Tue, 24 Oct 2006 23:20:33 +0000
(09:20 +1000)
From-SVN: r118015
gcc/ChangeLog
patch
|
blob
|
history
gcc/doc/extend.texi
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 65be7f113e88ed00b1fdb28f2bfd73b2a88e31ff..4edb9060d501235cac130daac15e9cc7d2ae65fe 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2006-10-25 Ben Elliston <bje@au.ibm.com>
+
+ * doc/extend.texi (Variable Attributes): Typo fix.
+
2006-10-24 Uros Bizjak <uros@kss-loka.si>
* config/i386/i386.h (FIRST_PSEUDO_REGISTER): Define to 54.
diff --git
a/gcc/doc/extend.texi
b/gcc/doc/extend.texi
index a12879ce5bafb8ab081e3a4789e568d7dd53acdc..22c717c8ec457310afbfff3ff9278bf70aeb89b7 100644
(file)
--- a/
gcc/doc/extend.texi
+++ b/
gcc/doc/extend.texi
@@
-3234,7
+3234,7
@@
The @code{weak} attribute is described in @xref{Function Attributes}.
@item dllimport
The @code{dllimport} attribute is described in @xref{Function Attributes}.
-@item dlexport
+@item dl
l
export
The @code{dllexport} attribute is described in @xref{Function Attributes}.
@end table