commit | eb700636db017d310edaeb559b13d82588560674 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <shinya.kuribayashi@necel.com> | Sun Oct 21 10:55:37 2007 +0900 |
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Sun Oct 21 10:55:37 2007 +0900 |
tree | 54b34fbfa0ac42fbcf2db440c1536740b6653b97 | |
parent | 22069215eb7adf5a3888bf7c7784ea9d70a72cd0 [diff] [blame] |
[MIPS] u-boot.lds: Define _gp in a standard manner Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
diff --git a/board/incaip/u-boot.lds b/board/incaip/u-boot.lds index 9c71ef7..9639b81 100644 --- a/board/incaip/u-boot.lds +++ b/board/incaip/u-boot.lds
@@ -43,7 +43,8 @@ . = ALIGN(4); .data : { *(.data) } - _gp = ALIGN(16); + . = .; + _gp = ALIGN(16) + 0x7ff0; .got : { __got_start = .;