Jonas Maebe
|
601b90d74c
* don't specify a custom pagezero size on Mac OS X when compiling with -gv
|
14 years ago |
Jonas Maebe
|
1271c221f3
- reverted change accidentally committed as part of r16050 that could break
|
14 years ago |
Jonas Maebe
|
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
|
15 years ago |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 years ago |
Jonas Maebe
|
356026f849
* use new_section() instead of tai_section.create() everywhere
|
15 years ago |
Jonas Maebe
|
61df8f05a0
* fixed max length of gcsectionsstr (mantis #15984)
|
15 years ago |
Jonas Maebe
|
2e544bd8de
* smartlink dynamic libraries under Mac OS X (mantis #15984)
|
15 years ago |
Jonas Maebe
|
d19eaab7c6
* don't specify ARM architecture subtype to linker, because then it will
|
15 years ago |
Jonas Maebe
|
d1538ab023
o added ARM VPFv2/VFPv3 support:
|
15 years ago |
Jonas Maebe
|
edacea82be
* changed assembler directives for darwin lazy/non-lazy symbol pointers
|
15 years ago |
Jonas Maebe
|
9da0729d7c
* fixed copy/paste error in r13645: fallback to /usr/lib/dylib1.o rather
|
16 years ago |
Jonas Maebe
|
8eb3a34633
* increased length of GCSectionsStr so it can contain the full new
|
16 years ago |
Jonas Maebe
|
1503890756
* don't always pass -no_dead_strip_inits_and_terms, because it automatically
|
16 years ago |
Jonas Maebe
|
6d0eda6e4a
* used ld directly rather than libtool to link dynamic libraries, because
|
16 years ago |
Jonas Maebe
|
ec8364904c
* set the size of the (invalid) page at address zero to 64kb for 32 bit
|
16 years ago |
Jonas Maebe
|
47c28c2db3
* pass -no_dead_strip_inits_and_terms to the linker, since we use these for
|
16 years ago |
Jonas Maebe
|
afa14de20d
+ some generic changes preparing for darwin/arm support
|
17 years ago |
Jonas Maebe
|
7d1a8f3de2
* always pass (g)crt1.o/bundle1.o as first argument to the linker
|
17 years ago |
Jonas Maebe
|
150eda304b
* factored unix exports handling from t_bsd and t_linux into expunix unit
|
17 years ago |
michael
|
174de3eab1
Merged revisions 9693-10480 via svnmerge from
|
17 years ago |
Jonas Maebe
|
5fbc947ae8
+ -Xg support for darwin with dwarf
|
17 years ago |
Jonas Maebe
|
56c18c5521
* fix from r9332 for shared libraries
|
17 years ago |
marco
|
1a34960b53
* asmscript stuff under if ldnoresponsfile. Fixes FreeBSD breakage
|
17 years ago |
Jonas Maebe
|
0ac6e82c1f
* fixed handling of directories with spaces for LdSupportsNoResponseFile-
|
17 years ago |
Jonas Maebe
|
d8d393e802
- no longer pass "-read_only_relocs suppress" to the darwin linker when
|
17 years ago |
Jonas Maebe
|
157fc2a3e9
* use -x instead of -s for stripping executables on darwin (-s worked fine on 10.0,
|
17 years ago |
Jonas Maebe
|
032352d98b
+ darwin/x86_64 support
|
17 years ago |
Jonas Maebe
|
3155b650a1
* pass "-syslibroot sysrootpath" to the darwin linker if -XRsysrootpath
|
18 years ago |
micha
|
0625040eba
+ add -XR switch for target root file system with libs (also used for C lib type detection)
|
18 years ago |
Jonas Maebe
|
881f884f4c
* also pass -arch parameter when creating bundles
|
18 years ago |