From: Misha Brukman Date: Fri, 21 Nov 2003 22:11:12 +0000 (+0000) Subject: Added note about PR140: gccld generates script to run apps and load libraries. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=76683d332ecb94c2cc5149f69d9b6d83b3588050;p=oota-llvm.git Added note about PR140: gccld generates script to run apps and load libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10143 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8561d6db58b..96996b297e1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -167,6 +167,7 @@ many platforms, such as X86.
  • bugpoint must not pass -R to Mach-O linker
  • crash assigning into an array in a struct which contains a bitfield.
  • Oversized integer bitfields cause crash
  • +
  • gccld produces a runner script that includes command-line options to load the necessary shared objects
  • [llvm-gcc] Bitfields & large array don't mix well
  • [llvm-gcc] Complex division is not supported
  • [llvm-gcc] Illegal union field reference