From 76683d332ecb94c2cc5149f69d9b6d83b3588050 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 21 Nov 2003 22:11:12 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) 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
  • -- 2.34.1