GCC modified for the FreeChainXenon project
![]() * objc/objc-act.c (objc_init): Use dump_base_name. (gen_declaration): Clear the buffer arg. (gen_declaration_1): New function, body of gen_declaration. (adorn_decl): Call gen_declaration_1 instead of gen_declaration. (gen_method_decl): Ditto, plus always clear buffer arg. (error_with_ivar): Simplify. (warn_with_method): Ditto. (build_message_expr): Don't clear buffers. (dump_interface): Ditto. (objc_debug): Ditto. (build_keyword_selector): Clear the buffer by only zeroing the first element. (objc_implementation_context): Declare. (start_class): Warn about missing @end. (finish_objc): Ditto. From-SVN: r40895 |
||
---|---|---|
boehm-gc | ||
config | ||
contrib | ||
fastjar | ||
gcc | ||
include | ||
INSTALL | ||
libchill | ||
libf2c | ||
libffi | ||
libiberty | ||
libjava | ||
libobjc | ||
libstdc++-v3 | ||
maintainer-scripts | ||
zlib | ||
.cvsignore | ||
ChangeLog | ||
config-ml.in | ||
config.guess | ||
config.if | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
install-sh | ||
libtool.m4 | ||
ltcf-c.sh | ||
ltcf-cxx.sh | ||
ltcf-gcj.sh | ||
ltconfig | ||
ltmain.sh | ||
MAINTAINERS | ||
Makefile.in | ||
missing | ||
mkdep | ||
mkinstalldirs | ||
move-if-change | ||
README | ||
symlink-tree | ||
ylwrap |
README for GNU development tools This directory contains various GNU compilers, assemblers, linkers, debuggers, etc., plus their support routines, definitions, and documentation. Check the INSTALL directory for detailed configuration and installation instructions. Much of the code and documentation enclosed is copyright by the Free Software Foundation, Inc. See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.