mirror of git://gcc.gnu.org/git/gcc.git
2009-06-29 Andrew Haley <aph@redhat.com>
PR java/40590
* tools/gnu/classpath/tools/javah/FieldHelper.java (print):
Use printName().
* tools/gnu/classpath/tools/javah/MethodHelper.java (print):
Use printName().
* tools/gnu/classpath/tools/javah/CniStubPrinter.java (printDecl):
Use printName().
* tools/gnu/classpath/tools/javah/Keywords.java (words): Replace
with keywords list from gcc/java/mangle.c.
* tools/gnu/classpath/tools/javah/ClassWrapper.java (printMethods):
Don't pre-convert a C++ keyword.
(print(CniPrintStream)): Call CniPrintStream.printName().
(printContents): Likewise.
* tools/gnu/classpath/tools/javah/CniPrintStream.java
(getClassName): Don't call replaceAll("/", "::").
(print(Type)): Add ""::" befor name, " *" after. Use printName(), not
print.
(printName(PrintStream, String), printName(String), printlnName):
New methods.
(moveToPackage): Use printName().
2009-06-29 Andrew Haley <aph@redhat.com>
PR java/40590
* java-tree.h (cxx_keyword_p): New declaration.
* mangle_name.c (utf8_cmp): Move here from mangle.c.
(cxx_keywords): Likewise.
(cxx_keyword_p): Likewise.
(MANGLE_CXX_KEYWORDS): New macro.
(append_gpp_mangled_name): Use MANGLE_CXX_KEYWORDS.
(append_gpp_mangled_name): Likewise.
* mangle.c: Move code to mangle_name.c.
(mangle_member_name): Don't call cxx_keyword_p.
From-SVN: r149059
|
||
|---|---|---|
| .. | ||
| AbstractNumberNode.h | ||
| ApplyImportsNode.h | ||
| ApplyTemplatesNode.h | ||
| AttributeNode.h | ||
| AttributeSet.h | ||
| Bindings.h | ||
| CallTemplateNode.h | ||
| ChooseNode.h | ||
| CommentNode.h | ||
| CopyNode.h | ||
| CopyOfNode.h | ||
| CurrentFunction.h | ||
| DOMSourceLocator.h | ||
| DocumentFunction.h | ||
| ElementAvailableFunction.h | ||
| ElementNode.h | ||
| ErrorListenerErrorHandler.h | ||
| ForEachNode.h | ||
| FormatNumberFunction.h | ||
| FunctionAvailableFunction.h | ||
| GenerateIdFunction.h | ||
| IfNode.h | ||
| Key.h | ||
| KeyFunction.h | ||
| LiteralNode.h | ||
| MessageNode.h | ||
| NamespaceProxy.h | ||
| NodeNumberNode.h | ||
| NumberNode.h | ||
| OtherwiseNode.h | ||
| ParameterNode.h | ||
| ProcessingInstructionNode.h | ||
| SAXSerializer.h | ||
| SAXTemplatesHandler.h | ||
| SAXTransformerHandler.h | ||
| SortKey.h | ||
| StreamSerializer.h | ||
| StrippingInstruction.h | ||
| Stylesheet.h | ||
| SystemPropertyFunction.h | ||
| Template.h | ||
| TemplateNode.h | ||
| TemplatesImpl.h | ||
| TextNode.h | ||
| TransformerFactoryImpl.h | ||
| TransformerImpl.h | ||
| TransformerOutputProperties.h | ||
| URIResolverEntityResolver.h | ||
| UnparsedEntityUriFunction.h | ||
| ValueOfNode.h | ||
| WhenNode.h | ||
| WithParam.h | ||
| XSLComparator.h | ||
| XSLURIResolver.h | ||