Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/ldscript.evbarm
RevisionDateAuthorComments
 1.15  11-Feb-2023  mlelstv Merge both SECTIONS declarations into one.
Fixes PR 57223.

cats, epoc32 and zaurus need a similar fix.
 1.14  10-Jul-2020  skrll Add support for KASAN on ARMv[67]

Thanks to maxv for many pointers and reviews.
 1.13  08-Feb-2016  skrll Preserve the .text section alignment
 1.12  23-Aug-2015  uebayasi Don't need to specify OUTPUT_FORMAT/OUTPUT_ARCH.
 1.11  22-Aug-2015  uebayasi According to matt@, .ARM.{extab,exidx} are no longer used.
 1.10  21-Aug-2015  uebayasi Simplify this by deciding load address at one place.
 1.9  20-Aug-2015  uebayasi Indent with 2 spaces.
 1.8  30-Jan-2014  matt branches: 1.8.6;
Put EHABI exception tables at the end of text.
provide __exidx_start and __exidx_end symbols.
 1.7  24-Dec-2013  matt Make sure _edata starts on a 8-byte boundary.
 1.6  06-Mar-2011  jakllsch branches: 1.6.4; 1.6.14; 1.6.18;
Remove trailing spaces.
 1.5  07-Nov-2008  rafal branches: 1.5.8; 1.5.10;
Explicitly set LOADADDR of bss/sbss so naiive bootloaders (cough, hpcboot)
can deal with the BSS/SBSS of kernels linked with PA != VA.
 1.4  27-Apr-2008  matt branches: 1.4.6; 1.4.8;
Merge kernel changes in matt-armv6 to HEAD.
 1.3  23-May-2003  ichiro branches: 1.3.80; 1.3.88; 1.3.104; 1.3.106; 1.3.108;
support IXP425 Intel Network Processor
running on BigEndian
 1.2  05-Mar-2003  thorpej When computing the LOADADDR() of .data and .sdata, use:

LOADADDR(previous_section) + (ADDR(current_section) - ADDR(previous_section))

to avoid using SIZEOF(), which does not properly take into account
the size of orphans that might be sorted with the section.
 1.1  20-Nov-2002  bsh branches: 1.1.2;
template of ldscript for some evbarm kernels.

@KERNEL_BASE_PHYS@ and @KERNEL_BASE_VIRT@ are replaced by values
defined in Makefile.evbarm.inc.
 1.1.2.2  11-Dec-2002  thorpej Sync with HEAD.
 1.1.2.1  20-Nov-2002  thorpej file ldscript.evbarm was added on branch nathanw_sa on 2002-12-11 05:58:31 +0000
 1.3.108.2  04-May-2009  yamt sync with head.
 1.3.108.1  16-May-2008  yamt sync with head.
 1.3.106.1  18-May-2008  yamt sync with head.
 1.3.104.2  17-Jan-2009  mjf Sync with HEAD.
 1.3.104.1  02-Jun-2008  mjf Sync with HEAD.
 1.3.88.1  10-Nov-2007  matt Add AT91 support from Sami Kantoluoto
Add TI OMAP2430 support from Marty Fouts @ Danger Inc
 1.3.80.1  09-Sep-2007  matt Make data start on a large page boundary.
 1.4.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.4.6.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.5.10.1  06-Jun-2011  jruoho Sync with HEAD.
 1.5.8.1  21-Apr-2011  rmind sync with head
 1.6.18.1  18-May-2014  rmind sync with head
 1.6.14.2  03-Dec-2017  jdolecek update from HEAD
 1.6.14.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.6.2  19-Mar-2016  skrll Sync with HEAD
 1.8.6.1  22-Sep-2015  skrll Sync with HEAD

RSS XML Feed