Skip to content
Snippets Groups Projects
Select Git revision
  • 32ba8efc6862ce7b9da7f5e59ab00d07c28e1401
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

labcomm.linkscript

Blame
  • labcomm.linkscript 315 B
    /* Hack to get a link error with (hopefully) useful information if not linked
       with -Tlabcomm.linkscript */
    "You need to link with '-Tlabcomm.linkscript'"=0;
    
    SECTIONS { 
      labcomm : {
        labcomm_first_signature = ABSOLUTE(.) ;
        *(labcomm)
        labcomm_last_signature = ABSOLUTE(.) ;
      }
    }
    INSERT AFTER .data;