This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: add __data_start to arm elf linker scripts



The gcj runtime needs to know where data starts.  Ok?


2001-11-11  Anthony Green  <green@redhat.com>

	* emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.

Index: emulparams/armelf.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/armelf.sh,v
retrieving revision 1.4
diff -c -r1.4 armelf.sh
*** armelf.sh	2000/07/28 01:33:14	1.4
--- armelf.sh	2001/11/11 16:11:15
***************
*** 10,15 ****
--- 10,17 ----
  OTHER_BSS_SYMBOLS='__bss_start__ = .;'
  OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
  
+ DATA_START_SYMBOLS='__data_start = . ;';
+ 
  GENERATE_SHLIB_SCRIPT=yes
  
  ARCH=arm


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]