diff options
| author | Doug Kwan <dougkwan@google.com> | 2010-01-25 11:09:31 -0800 |
|---|---|---|
| committer | Doug Kwan <dougkwan@google.com> | 2010-01-25 11:09:31 -0800 |
| commit | 90f82e5868de5a30d4842951b80be0c8a9cedc6d (patch) | |
| tree | d49763a7763995fd772560acffd074ee1dc7710e | |
| parent | 1a2917ca954f575cc9698c99e54bd93087793c8f (diff) | |
| download | bionic-90f82e5868de5a30d4842951b80be0c8a9cedc6d.zip bionic-90f82e5868de5a30d4842951b80be0c8a9cedc6d.tar.gz bionic-90f82e5868de5a30d4842951b80be0c8a9cedc6d.tar.bz2 | |
Fix typo in a comment.
| -rw-r--r-- | linker/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/Android.mk b/linker/Android.mk index c6fb49d..19a68a0 100644 --- a/linker/Android.mk +++ b/linker/Android.mk @@ -14,7 +14,7 @@ ifeq ($(TARGET_ARCH),sh) LINKER_TEXT_BASE := 0x70000100 else # This is aligned to 4K page boundary so that both GNU ld and gold work. Gold -# actually produces a correct binary with starting adding 0xB0000100 but the +# actually produces a correct binary with starting address 0xB0000100 but the # extra objcopy step to rename symbols causes the resulting binary to be misaligned # and unloadable. Increasing the alignment adds an extra 3840 bytes in padding # but switching to gold saves about 1M of space. |
