[BACK]Return to shelf_vxworks.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / ld / emulparams

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/ld/emulparams/shelf_vxworks.sh between version 1.5 and 1.5.2.1

version 1.5, 2018/04/14 15:49:45 version 1.5.2.1, 2020/04/08 14:05:53
Line 14  TEMPLATE_NAME=elf32
Line 14  TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes  GENERATE_SHLIB_SCRIPT=yes
 ENTRY=__start  ENTRY=__start
 SYMPREFIX=_  SYMPREFIX=_
   
 GOT=".got          ${RELOCATING-0} : {  GOT=".got          ${RELOCATING-0} : {
   PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);    PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
   *(.got.plt) *(.got) }"    *(.got.plt) *(.got) }"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

CVSweb <webmaster@jp.NetBSD.org>