]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/crtstuff.c
2001-08-08 Anthony Green <green@redhat.com>
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Aug 2001 23:33:51 +0000 (23:33 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Aug 2001 23:33:51 +0000 (23:33 +0000)
commit2cee371fc4ff421e7ee390cec4b7f3b2cfa2a0f1
treeb2a3074871661348b009c02745413b72c17c05ab
parentaa9ca075e0c6df55b8210160564689f7a9749916
2001-08-08  Anthony Green  <green@redhat.com>

* java/class.c (emit_register_classes): Use assemble_jcr if
possible.  Keep the original mechanism as a fallback.
* defaults.h (JCR_SECTION_NAME): Define if we have named section
and weak symbol support.
* crtstuff.c (__JCR_LIST__): Define.
(__JCR_END__): Define.
(_Jv_RegiserClasses): Define weak symbol if possible.
(__do_global_ctors_aux): Register classes for ELF targets with
weak symbol support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44731 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/crtstuff.c
gcc/defaults.h
gcc/java/class.c