+ Make it an error for resolver functions to be used in anything but a dylib.
+
+-------- tagged ld64-117.3
+
+2010-08-17 Nick Kledzik <kledzik@apple.com>
+
+ Fix thumb resolver functions
+ Enable updward dylibs and symbol re-exports for iOS 4.2
+
+2010-08-16 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8308697> Latest ld no longer supports EFI -preload
+ Rearrange LINKEDIT chunks in -preload mode
+
+-------- tagged ld64-117.2
+
+2010-08-14 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8308697> Latest ld no longer supports EFI -preload
+ Add LC_UNIXTHREAD to -preload
+
+2010-08-14 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8309530> SWB: ld64-117.1 on Durango8F54: Assertion failed: (categoryAtom->size() == Category<A>::size())
+ gcc-4.0 uses 'L' labels on categories. This merges them onto previous data and disable category optimzation
+
+2010-08-14 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8309917> SWB: ld64-117.1 on Durango8F54: bad category optimization
+ Disable category optimization for i386 and arm until further testing
+
+2010-08-14 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8309608> SWB: ld64-117.1 on Durango8F54: address not in any section
+ Handle pointer diff to stub for weak hidden function
+
+2010-08-13 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8308697> Latest ld no longer supports EFI -preload
+
+-------- tagged ld64-117.1
+
+2010-08-11 Nick Kledzik <kledzik@apple.com>
+
+ Make missing exported symbols a warning to help adoption of new linker
+
+2010-08-11 Nick Kledzik <kledzik@apple.com>
+
+ Add ExternalRelocationsAtom<>::pointerReloc() to more easily support kext bundles
+
+2010-08-09 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8210380> SWB: ld64-116.2 fix branch to label-4
+
+2010-08-09 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8260073> Error with empty non_lazy_symbol_pointers section
+
+2010-08-06 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/7977374> Add command line options to control symbol weak-def-bit on exported symbols
+
+-------- tagged ld64-117
+
+2010-07-28 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8243431> split seg info wrong for x86_64 stub helpers
+
+2010-07-26 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8237436> __nlcatlist categories should not be optimized
+
+2010-07-23 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/8179273> ld64 assertion on object file
+
+2010-07-21 Nick Kledzik <kledzik@apple.com>
+
+ <rdar://problem/7435296> Reorder sections to reduce page faults in object files
+
+2010-06-30 Nick Kledzik <kledzik@apple.com>
+
+ Support resolver functions in iOS dylibs
+
+-------- tagged ld64-116.2
+
+2010-06-30 Nick Kledzik <kledzik@apple.com>